------- 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

Reply via email to