This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37379] New: ICE compiling aermod.f90 with -ffast-math -floop-block -O2 -fgraphite


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]