Displaying 3 results from an estimated 3 matches for "ptmp4".
Did you mean:
tmp4
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Wed, 30 Aug 2006, Kenneth Hoste wrote:
> I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark
> suite to LLVM bytecode. The biggest problem
> I'm facing is the Fortran benchmarks, for which some partial support is
> already available it seems (using f2c).
ok.
> Unfortunately the f2c compiler only allows the translation of Fortran-77
>
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
Hello LLVM-people,
I've been trying (on and off) to compile the _full_ SPEC CPU2000
benchmark suite to LLVM bytecode. The biggest problem
I'm facing is the Fortran benchmarks, for which some partial support
is already available it seems (using f2c).
Unfortunately the f2c compiler only allows the translation of
Fortran-77 programs to C code (which is then compiled using llvm-gcc).
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...bytecode. Make stops with the following error
messages:
/work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/
lucas_distrib_spec.f90:2995: error: syntax error before ‘(’ token
/work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/
lucas_distrib_spec.f90:2999: error: redefinition of ‘pTmp4’
/work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/
lucas_distrib_spec.f90:225: error: previous definition of ‘pTmp4’ was
here
/work/SPEC_CPU2000_1.3_src/benchspec/CFP2000/189.lucas/src/
lucas_distrib_spec.f90:2999: warning: data definition has no type or
storage class
/work/SPEC_CPU...