[LLVMdev] fink llvm-gcc42 test packaging

Duncan Sands duncan.sands at math.u-psud.fr
Sun Dec 30 12:36:54 PST 2007


Hi,

>...The llvm-gfortran compiler seems to
> always spew a warning..
> 
> WARNING: 128-bit integers not supported!
> 
> ...even when just compiling a simple helloworld program
> with a single print statement.

gfortran always compiles the declarations of all its builtins
no matter what you compile (and regardless of whether you use
the builtins or not).  Some of the builtins use 128 bit integers,
so you always get this warning.

Ciao,

Duncan.



More information about the llvm-dev mailing list