This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] C99 designated initializers (take 3)


On Tue, Jan 09, 2001 at 10:02:16AM +0000, Joseph S. Myers wrote:
> On Thu, 7 Dec 2000, Jakub Jelinek wrote:
> 
> > Ok, 3rd attempt of the designated initializer patch.
> > It tests for warnings when initializers with side-effects are overwritten,
> > has hard error messages when array designators exceed bounds (and tests for
> > them, with dg-error and not dg-hard-error since I'm not a dejagnu hacker),
> > has all of -std=c89, -std=c99 and -std=gnu99 tests, even for obsolete
> > syntax.
> > Unlike 2 days old patch, this one also does not issue warnings about missing
> > braces with -Wall when push_init_level is done because of designator list.
> > Also, it allows non-constant initializer elements with
> > -std=c99 -pedantic-errors.
> > Bootstrapped, tested on i386-redhat-linux.
> > Ok to commit?
> 
> What's the status of this patch - could someone review it if not already
> reviewed?  I'd like to see this in GCC 3.0.

The patch was not reviewed yet and I'd like to see it in GCC 3.0 too.
I'm going to update this for current CVS today and post it afterwards.

	Jakub

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]