This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 09/10] test: basic c99 vla tests
- From: Tom Tromey <tromey at redhat dot com>
- To: Sanimir Agovic <sanimir dot agovic at intel dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 07 Nov 2013 14:18:57 -0700
- Subject: Re: [PATCH 09/10] test: basic c99 vla tests
- Authentication-results: sourceware.org; auth=none
- References: <1382366424-21010-1-git-send-email-sanimir dot agovic at intel dot com> <1382366424-21010-10-git-send-email-sanimir dot agovic at intel dot com>
>>>>> "Sanimir" == Sanimir Agovic <sanimir.agovic@intel.com> writes:
Sanimir> 2013-10-18 Keven Boell <keven.boell@intel.com>
Sanimir> * gdb.base/vla-datatypes.c: New. Test source file
Sanimir> for VLA datatype checks.
Sanimir> * gdb.base/vla-datatypes.exp: New. Tests ensure that
Sanimir> a VLA in C can be evaluated correctly with standard
Sanimir> C types.
Looks good.
In an earlier note I mentioned having a test for VLA-of-typedef, but I
see there is one in here, so you needn't bother updating the other one.
thanks,
Tom