This is the mail archive of the gcc-bugs@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: multi-line literals


> > gcc 3.0.2 stock build (and FWIW gcc 3.0) warn about multi-line literals
> > being deprecated even though the code in question is #ifdef'ed out.
>
> Chunks of code that are in skipped blocks still have to tokenize.  As
> this check is about correct tokenization I think it is correct to
> continue the warning.

Thanks for the feedback Neil & Geoff. I guess I'll simply convert the inline
assembly :)

- Daniel Vogel, Programmer, Epic Games Inc.


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