[Bug optimization/12662] [tree-ssa] ICE in cprop_into_phis, at tree-ssa-dom.c:1557
dberlin at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Oct 17 23:40:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12662
dberlin at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-10-17 23:29:36
date| |
------- Additional Comments From dberlin at gcc dot gnu dot org 2003-10-17 23:29 -------
This is a Garbage Collection problem, because the BB annotations aren't marked, and thus, the phi
nodes don't get marked.
Because we push context in PRE (and never collect anywhere else in tree-ssa), only phi nodes PRE
creates get collected.
Zdenek has patches to do proper marking, which should fix this.
More information about the Gcc-bugs
mailing list