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: Serious error-causing change in new CPP's -traditional behavior


Zack Weinberg wrote:- > A marginally better stupid game: > > #define IMMED(n) # ##n > #define foo() mov r0, IMMED(5) Or I could just get the lexer to drop all CPP_HASH tokens that are not the first token (so we still allow directives) if the assembler option is true? Neil.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]