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: some types probs using 3.3.1


Ozzy wrote:
i've successfully installed the 3.3.1

You failed to mention the target. See http://gcc.gnu.org/bugs.html for info on reporting bugs.


intrinsics? Moreover i've got an 'integer constant is too large' when i
need to initialise one of my 64bits integer variable like:  myvar =
0xffffffffffffffff; how to get rid of it?

This is an easy one though. The number is indeed too large for an integer constant. Try adding LL at the end if it is supposed to be a long long integer constant.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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