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: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Dec 2003 18:53:48 -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 gdr at integrable-solutions dot net 2003-12-08 18:53 -------
Subject: Re: long long and C++ do not mix well in 3.3/3.4
"lloyd at randombit dot net" <gcc-bugzilla@gcc.gnu.org> writes:
| As I mentioned, some Windows compilers don't understand LL and
| simply die.
Then their compiler is broken and you have to report the problem
there.
| So, how is using an LL suffix supposed to help this?
It gives a definite type to the constant. If their compiler can't
grok it, then their compiler is broken, not GCC.
-- Gaby
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13358