This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2005 13:08:54 -0000
- Subject: [Bug tree-optimization/22415] [4.0 Regression] ICE in coalesce_abnormal_edges
- References: <20050711194808.22415.jakub@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dberlin at gcc dot gnu dot org 2005-07-13 13:08 -------
PRE checks the SSA_NAME_OCCURS_IN_ABNORMAL_PHI flag everywhere, and we shouldn't
really be doing anything over abnormal edges.
(see compute_avail and compute_antic).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22415