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


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