This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Mar 2006 00:40:06 -0000
- Subject: [Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269
- References: <bug-26806-11659@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-23 00:40 -------
The statement is:
D.939_75 = ng2.13D.965_8 + ng2.13D.965_66
Oh, before we had:
D.939_75 = ng2.13_66 + ng2.13_66;
Looks like phicprop does not replace both ng2.13_66.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26806