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++/13358] long long and C++ do not mix well in 3.3/3.4


------- 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


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