I have a Fortran source code file that used to compile within a few minutes. 
However, when I compile it with

gcc (GCC) 4.1.0 20051014 (experimental)

with the options

/Users/eschnett/gcc/bin/gfortran -mlongcall -ftrapv -fwrapv -fbounds-check -g3
-Wall -Wshadow -Wsurprising -c -o $current_wd/DoubleLeap.F.o
$current_wd/DoubleLeap.f

the compiler ran for more than 60 minutes before I interrupted it.  Compared to
previous version I updated gcc and added the flags "-ftrapv -fwrapv
-fbounds-check".


-- 
           Summary: Takes too long to compiler
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de
 GCC build triplet: powerpc-apple-darwin8.2.0
  GCC host triplet: powerpc-apple-darwin8.2.0
GCC target triplet: powerpc-apple-darwin8.2.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24401

Reply via email to