gcc cannot recognize "0xe+0x1"

Andreas Schwab schwab@linux-m68k.org
Mon Mar 2 09:49:00 GMT 2009


Tadahito Kobayashi <kovaltan@gmail.com> writes:

>         return 0xe+0x1 ;

0xe+0x1 forms a single preprocessing token (a pp-number), but cannot be
converted to a valid token.  Add some whitespace around + to break up
the preprocessing token.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-bugs mailing list