[Bug c/44272] Wrong interpretation of hex constant as floating point value.

2014-09-21 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272 Andrew Pinski changed: What|Removed |Added Resolution|INVALID |DUPLICATE --- Comment #4 from Andrew Pin

[Bug c/44272] Wrong interpretation of hex constant as floating point value.

2014-09-21 Thread pinskia at gcc dot gnu.org
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

[Bug c/44272] Wrong interpretation of hex constant as floating point value.

2010-05-26 Thread draqsn at mail dot ru
--- 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

[Bug c/44272] Wrong interpretation of hex constant as floating point value.

2010-05-25 Thread jakub at gcc dot gnu dot org
--- 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