some types probs using 3.3.1
Jim Wilson
wilson@tuliptree.org
Wed Aug 20 22:36:00 GMT 2003
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
More information about the Gcc
mailing list