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


Zack Weinberg <zack@wolery.cumb.org> said:

[...]

> > > 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.

> I believe it was a constraint in C89 as well.

You mean:

  #define FOO

(with nothing between "FOO" and '\n') is illegal? Sounds rather strange...
It is being used all over the place, so the noise level is unbearable. Not
that it bootstraps, mind you ;-)
-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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