This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13358] long long and C++ do not mix well in 3.3/3.4
- 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: 8 Dec 2003 18:41:56 -0000
- Subject: [Bug c++/13358] long long and C++ do not mix well in 3.3/3.4
- References: <20031208180553.13358.lloyd@randombit.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-08 18:41 -------
LL is the standard C99 way of saying a long long constant so continuing into C++ would be the
same way. "long long" are non-standard in C++ 98 (this might have changed in C++ 03 but I do
not have the standard to tell you that).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13358