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]

[Bug target/39027] double floating point suffix of 'd' and 'D' not accepted



------- Comment #2 from janis at gcc dot gnu dot org  2009-01-29 21:20 -------
In the C99 standard, floating constants are defined in section 6.4.4.2.  A
floating constant of type double is unsuffixed; there is no 'd' or 'D' suffix. 
Unless I'm missing something the test case is invalid.


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org


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


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