This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/24401] New: Takes too long to compiler
- From: "schnetter at aei dot mpg dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Oct 2005 13:49:32 -0000
- Subject: [Bug fortran/24401] New: Takes too long to compiler
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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