Displaying 2 results from an estimated 2 matches for "exporttostring_".
2011 Jun 07
2
[LLVMdev] llvm-gfortran
Hello folks,
I want to compile some fortran code to IR, but llvm-gfortran 4.2-2.9 does
compile my fortran code. gfortran 4.2.1 fail with the same error. but
gfortran 4.4.6 and ifort compiles fine. Attached is the file causing
error. Error message is
m_List.F90: In function 'exporttostring_':
m_List.F90:925: error: conversion to non-scalar type requested
I wonder if there any way I can get upgrade the gfortran part of
llvm-gfortran? If any, I will go with that, otherwise I will try dragonegg.
thank you
yuanfang
-------------- next part --------------
An HTML attachment was scrub...
2011 Jun 07
0
[LLVMdev] llvm-gfortran
...o folks,
> I want to compile some fortran code to IR, but llvm-gfortran 4.2-2.9 does
> compile my fortran code. gfortran 4.2.1 fail with the same error. but
> gfortran 4.4.6 and ifort compiles fine. Attached is the file causing
> error. Error message is
> m_List.F90: In function 'exporttostring_':
> m_List.F90:925: error: conversion to non-scalar type requested
> I wonder if there any way I can get upgrade the gfortran part of
> llvm-gfortran? If any, I will go with that, otherwise I will try dragonegg.
dragonegg is definitely the way to go here; you can't just throw
toge...