public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/44272] Wrong interpretation of hex constant as floating point value.
       [not found] <bug-44272-4@http.gcc.gnu.org/bugzilla/>
@ 2014-09-22  5:12 ` pinskia at gcc dot gnu.org
  2014-09-22  5:13 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-09-22  5:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 63324 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/44272] Wrong interpretation of hex constant as floating point value.
       [not found] <bug-44272-4@http.gcc.gnu.org/bugzilla/>
  2014-09-22  5:12 ` [Bug c/44272] Wrong interpretation of hex constant as floating point value pinskia at gcc dot gnu.org
@ 2014-09-22  5:13 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-09-22  5:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |DUPLICATE

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup of bug 3885.

*** This bug has been marked as a duplicate of bug 3885 ***


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/44272] Wrong interpretation of hex constant as floating point value.
  2010-05-25 14:47 [Bug c/44272] New: " draqsn at mail dot ru
  2010-05-25 15:33 ` [Bug c/44272] " jakub at gcc dot gnu dot org
@ 2010-05-26  8:47 ` draqsn at mail dot ru
  1 sibling, 0 replies; 4+ messages in thread
From: draqsn at mail dot ru @ 2010-05-26  8:47 UTC (permalink / raw)
  To: gcc-bugs



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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c/44272] Wrong interpretation of hex constant as floating point value.
  2010-05-25 14:47 [Bug c/44272] New: " draqsn at mail dot ru
@ 2010-05-25 15:33 ` jakub at gcc dot gnu dot org
  2010-05-26  8:47 ` draqsn at mail dot ru
  1 sibling, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-25 15:33 UTC (permalink / raw)
  To: gcc-bugs



------- 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 really need to put some whitespace in between E and
+
to make sure it is lexed as separate tokens.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44272


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-22  5:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44272-4@http.gcc.gnu.org/bugzilla/>
2014-09-22  5:12 ` [Bug c/44272] Wrong interpretation of hex constant as floating point value pinskia at gcc dot gnu.org
2014-09-22  5:13 ` pinskia at gcc dot gnu.org
2010-05-25 14:47 [Bug c/44272] New: " draqsn at mail dot ru
2010-05-25 15:33 ` [Bug c/44272] " jakub at gcc dot gnu dot org
2010-05-26  8:47 ` draqsn at mail dot ru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).