https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272
Andrew Pinski changed:
What|Removed |Added
Resolution|INVALID |DUPLICATE
--- Comment #4 from Andrew Pin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272
Andrew Pinski changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- Comment #3
--- Comment #2 from draqsn at mail dot ru 2010-05-26 08:47 ---
Sorry, my mistake.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272
--- Comment #1 from jakub at gcc dot gnu dot org 2010-05-25 15:33 ---
It is not a bug.
See ISO C99, 6.4.8.
0x12E+2
as whole is a pp-number and thus one token (which is not a valid number though,
but that is determined in a later phase, not during lexing).
If you want 0x12E + 2, you reall