[LLVMdev] f95 problem with SPEC2K
Reid Spencer
rspencer at reidspencer.com
Sat Nov 25 00:02:15 PST 2006
Anyone know what to do about this:
make[4]: Leaving directory `/proj/llvm/llvm-test-1/External/SPEC/CFP2000/173.applu'
make[4]: Entering directory `/proj/llvm/llvm-test-1/External/SPEC/CFP2000/178.galgel'
/usr/bin/f95 -w -S -O2 /opt/spec/CPU2000v1.3.1/benchspec//CFP2000/178.galgel/src/modules.f90 -o modules.c -fixed -kind=byte -dcfuns -dusty
f95: unrecognized option '-kind=byte'
f951: warning: unrecognized gcc debugging option: u
f951: warning: unrecognized gcc debugging option: u
f951: error: unrecognized command line option "-fixed"
make[4]: *** [modules.c] Error 1
?
This man page:
http://www.die.net/doc/linux/man/man1/gfortran.1.html
says there's no such option as -kind
Do I need some special version of f95 to run the SPEC2K tests?
Reid.
More information about the llvm-dev
mailing list