This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12781] ICE in cprop_into_phis
- 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: 26 Oct 2003 23:48:41 -0000
- Subject: [Bug c/12781] ICE in cprop_into_phis
- References: <20031026232340.12781.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12781
------- Additional Comments From dberlin at gcc dot gnu dot org 2003-10-26 23:48 -------
This test works fine on 10/23, so something in between then and now causes it to fail.
Ahh. I see.
It's another PRE edge splitting related problem, AFAICT.
I'd suggest we pass on this bug until we can pre-split all edges, at which point it will hopefully just
go away.