This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/41634] [4.5 Regression] ICE in dom
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Oct 2009 15:43:12 -0000
- Subject: [Bug tree-optimization/41634] [4.5 Regression] ICE in dom
- References: <bug-41634-3760@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from rguenth at gcc dot gnu dot org 2009-10-09 15:43 -------
Created an attachment (id=18768)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18768&action=view)
debugging patch
Ok, the issue is that we insert a stmt for
2>>> 0x8dffd28 STMT D.2003_28 =
"0,1,2,3,4,5,6,7,8,9\r\n\r\nA,B,C,D,E\r\nX,Y,Z"[D.2001_61]
multiple times (thus not finding the already existing dup).
patch for debugging that attached.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41634