warning: integer constant is too large for "long" type

John Love-Jensen eljay@adobe.com
Thu Dec 7 21:31:00 GMT 2006


Hi Dave,

Looks like you have 32-bit "long" types.

This should fix your problem:

volatile long long *ptr = (long long *)0x7FFF00000000ULL;

HTH,
--Eljay



More information about the Gcc-help mailing list