This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2008 03:46:43 -0000
- Subject: [Bug fortran/37310] gfortran errors in compilation and the making for upgraded compilers
- References: <bug-37310-16653@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from kargl at gcc dot gnu dot org 2008-09-02 03:46 -------
(In reply to comment #8)
> gfortran -O3 -Wuninitialized -fno-f2c -ffast-math -fno-automatic
> -fno-backslash tssum.f ../gen_util/gen_util_lib.a
> ../../libraries/matrix/kinv_lib.a ../../libraries/comlib/com_lib.a -o tssum
> tssum.f: In function 'remove_ejmp':
> tssum.f:712: internal compiler error: in set_uids_in_ptset, at
> tree-ssa-structalias.c:4789
> Please submit a full bug report,
What happens if you use a sane set of options? In particular,
DO NOT USE any option with f2c in it name. DO NOT USE --ffast-math,
which is misnamed. What happens if you use -O or -O2.
Finally, is the source available?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37310