This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/8216] Code accepted by gcc is rejected by g++ (missing LL suffix on large integer constant)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Aug 2003 23:17:22 -0000
- Subject: [Bug c++/8216] Code accepted by gcc is rejected by g++ (missing LL suffix on large integer constant)
- References: <20021013164600.8216.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8216
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|c |c++
Keywords|accepts-invalid |diagnostic, rejects-valid
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-24 23:17 -------
So changing this back to c++ based on Falk's anlysis, I agruee with Falk here.