This is the mail archive of the gcc@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]

Re: Bugs in operations of "long" type from GCC-3.4.6 32 bit.


27 Mar 2007 16:35:16 -0700, Ian Lance Taylor <iant@google.com>:
You are confusing long and long long.  This is C, not Java.  The
suffix for a long long constant is LL, not L.

Very thanks, LL and %lld are the solution. The GCC compiler has not bugs that i said.

Attachment: testing_long_GCC_march2007_3.tar.gz
Description: GNU Zip compressed data


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