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 17:58: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
Last reconfirmed|2003-05-25 20:02:51 |2003-08-24 17:58:21
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-24 17:58 -------
I think C should reject this also.