This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37379] New: ICE compiling aermod.f90 with -ffast-math -floop-block -O2 -fgraphite
- From: "howarth at nitro dot med dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2008 22:15:46 -0000
- Subject: [Bug fortran/37379] New: ICE compiling aermod.f90 with -ffast-math -floop-block -O2 -fgraphite
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When compiling the aermod.f90 from the Polyhedron 2005 benchmarks with gfortran
using either...
gfortran -ffast-math -floop-block -O2 -fgraphite aermod.f90
or
gfortran -ffast-math -O2 -floop-strip-mine -fgraphite aermod.f90
results in the compiler error...
aermod.f90: In function ?vrtcbl?:
aermod.f90:14521: internal compiler error: in instantiate_scev_1, at
tree-scalar-evolution.c:2220
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
This error doesn't occur when the -ffast-math flag is not used.
--
Summary: ICE compiling aermod.f90 with -ffast-math -floop-block -
O2 -fgraphite
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: howarth at nitro dot med dot uc dot edu
GCC build triplet: i686-apple-darwin9
GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37379