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 c++/33736] "error: integer constant is too large for ‘long’ type" incorrect for C++0x



------- Comment #2 from manu at gcc dot gnu dot org  2008-08-23 12:37 -------
I think this is a duplicate of 13358. The warning should be conditional on
Wlong-long and Wlong-long should be disabled in -std=c++0x (in fact it is
already). I am testing a patch btw.

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


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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


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