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]
Other format: [Raw text]

Re: gcc cannot recognize "0xe+0x1"


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


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