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 tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear


------- Additional Comments From janis at gcc dot gnu dot org  2005-03-24 18:51 -------
I tried the patch with a biarch powerpc64-linux compiler; sixtrack now
works with "-m32 -O2 -ftree-loop-linear" but the swim compile dies in a
new place:

/home/janis/tools/gcc-mline-20050323-20612/bin/gfortran -c -o swim.o
-m32 -O2 -ftree-loop-linear   swim.f
swim.f: In function ?MAIN__?:
swim.f:46: internal compiler error: in get_loop_body, at cfgloop.c:819

This ought to be reproducible with a vanilla powerpc-linux cross compiler
but I haven't tried that and won't have time to play with this for a few
days.

-- 


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


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