[Bug tree-optimization/48739] [4.5/4.6/4.7 Regression] ICE in check_loop_closed_ssa_use() with "-ftree-parallelize-loops=2 -fno-tree-dominator-opts"
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 16:58:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48739
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-08-19
Ever Confirmed|0 |1
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-19 16:43:03 UTC ---
If the loop is non-empty, such as containing v[x] = x; and extern int v[10];,
then it started failing with
http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145494
More information about the Gcc-bugs
mailing list