This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/41498] ICE with graphite flags on trunk
- From: "eres at il dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Oct 2009 14:31:35 -0000
- Subject: [Bug tree-optimization/41498] ICE with graphite flags on trunk
- References: <bug-41498-13229@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from eres at il dot ibm dot com 2009-10-25 14:31 -------
Created an attachment (id=18890)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18890&action=view)
A testcase to reproduce the ICE
Here is the command line and the error message for the testcase attached (using
trunk -r153538 on ppc):
/home/eres/mainline_45/build/bin/gfortran -c -m64 -O3 -mcpu=power6
-ffast-math -maltivec -fno-loop-parallelize-all -fgraphite -fno-loop-block
-fno-loop-interchange -fno-loop-strip-mine -fgraphite-identity -ftree-vectorize
test.f
test.f: In function âfoo_â:
test.f:1:0: internal compiler error: in sese_adjust_liveout_phis, at sese.c:496
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41498