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: cpplib: new lexer


Neil, Zack

Has this patch been bootstrapped? 

It breaks my bootstrap on x86-linux giving the error

	"internal error: object-like macro went through full #define"

There is a new warning emitted 

	"The C Standard requires whitespsace after #define BLAH"

This warning is refering to the C99 Standard so this should be
explicit in the error message. Now GCC defaults to the c89 (ANSI-C) 
Standard so the warning should not appear unless the option "--std=c99"
has been specified.

Graham


Neil Booth wrote:
> 
> Zack Weinberg wrote:-
> 
> > Once you've made these changes you may commit the patch.  Remember to
> > send the revised patch to the list.
> 
> OK, here it is.  I'll post the big comment as a separate patch later,
> when I've thought about it.  Besides this is big enough as it is.
> 
> Neil.
> 
>

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