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]
Other format: [Raw text]

Re: PING: [PATCH][RFC] PR c++/30659 segfault w/ invalid input


> > +Wvla
> > +C ObjC C++ ObjC++ Var(warn_vla) Init(-1)
> > +Warn if a variable length array is used
> > +
> >  Wvariadic-macros
> >  C ObjC C++ ObjC++
> >  Do not warn about using variadic macros when -pedantic
> >
> > I am sure you will notice it when merging, but just in case: you need
> > to add 'Warning' to the end of the second line.

I don't understand which line I need to add "Warning" to.


Take a look to common.opt or c.opt in HEAD. You will also see why your patch may fail to apply there. I had the same "surprise" with mines ;-)

Cheers,

Manuel.


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