[LLVMdev] f95 problem with SPEC2K

Reid Spencer rspencer at reidspencer.com
Sat Nov 25 09:57:07 PST 2006


Hi Kenneth,

On Sat, 2006-11-25 at 10:12 +0100, Kenneth Hoste wrote:
> >
> > ?
> >
> > 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?
> 
> If I'm correct, f95 has nothing to do with GCC.

As I just discovered, gfortran creates an f95 symbolic link to gfortran
when it is installed. 

> GCC has the gfortran compiler, but this is a Fortran-to-binary compiler.
> You want the NAG f95 compiler, which allows Fortran-to-C translation,  
> what you appear to be doing.

Yes, I believe I do.

> http://www.nag.co.uk/nagware/np.asp (it's commercial, but I think at  
> least Chris has a license for this).

It seems our "sanity check" in configure for f95 isn't correct. Its
checking for NAG f95, not gfortran.  However, the sanity check "passed"
on the gfortran link for f95. I'll fix that and see if SPEC will
complete.

Thanks for pointing it out !

Reid.
> 
> greetings,
> 
> Kenneth
> 




More information about the llvm-dev mailing list