f90: Internal Error, code=fw-interface-cexp-513 ?
I'm compiling with
f90: Sun Fortran 95 8.2 Patch 121020-03 2006/07/26
on an intel processor running SunOS 5.10.
I get the following error:
f90 -fast -fsimple=0(module paths deleted) ../Sources/faraday_mod.f
f90: Internal Error, code=fw-interface-cexp-513, last src=../Sources/faraday_mod.f:2508
*** Error code 1
When I eliminate the -fast -fsimple=0 switches, the compiler does not give the error.
What is going on?
[480 byte] By [
JDHansona] at [2007-11-27 4:49:23]

# 1
> I'm compiling with
> f90: Sun Fortran 95 8.2 Patch 121020-03 2006/07/26
>
> on an intel processor running SunOS 5.10.
>
> I get the following error:
> f90 -fast -fsimple=0 (module paths deleted)
> ../Sources/faraday_mod.f
> f90: Internal Error, code=fw-interface-cexp-513,
> last src=../Sources/faraday_mod.f:2508
> ** Error code 1
>
> When I eliminate the -fast -fsimple=0 switches, the
> compiler does not give the error.
>
> What is going on?
The error message indicates that there is a bug in the compiler
that is causing it to generate bad intermediate code. If you can
give us access to your source code, we can investigate the bug.
We need only the file that is not compiling and any files needed
to compile that file. If it is short enough, you can e-mail a copy to
me at robert.corbett@sun.com
Bob Corbett