[Bug tree-optimization/49948] ICE with -ftree-parallelize-loops: "address taken, but ADDRESSABLE bit not set"
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Aug 3 09:44:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49948
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.08.03 09:43:32
Component|rtl-optimization |tree-optimization
Ever Confirmed|0 |1
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-08-03 09:43:32 UTC ---
Confirmed. It looks like some update_stmt is missing (which would set
TREE_ADDRESSABLE when applied to vect_cst_.15_1 = {&l_48, &l_48};).
More information about the Gcc-bugs
mailing list