[LLVMdev] Several questions about LLVM
John Criswell
criswell at cs.uiuc.edu
Fri Oct 31 15:32:05 PDT 2008
Eduardo Brito wrote:
> The only fortran to C compiler that I know of, only accepts Fortran 77.
> Fortran 90, 95 and up, aren't supported by any tool...
>
We have a commercial FORTRAN to C tool from NAG; I believe it supports
Fortran 95 and maybe even later versions.
Their website is at http://www.nag.co.uk (http://www.nag.com for North
America).
-- John T.
> John Criswell escreveu:
>
>> Another option is to use a FORTRAN to C compiler to convert your FORTRAN
>> code to C and then compile the output using llvm-gcc. We've done that
>> internally at University of Illinois.
>>
>> -- John T.
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
More information about the llvm-dev
mailing list