This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set
- From: "matz at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2005 06:35:09 -0000
- Subject: [Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set
- References: <20050202192709.19768.tsarkov@cs.man.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From matz at suse dot de 2005-06-06 06:35 -------
I know. Andrew: when you backported this patch:
PR tree-optimization/21085
* fold-const (fold): Don't change X % -C to X % C if C has
overflowed.
you accidentally also checked in a change to tree-ssa-dse.c (rev 2.17.4.1)
which backs out your fix for this problem. This happened between
-D "2005-05-11 14:00" and -D "2005-05-11 15:00" .
(Of course the ChangeLog didn't tell this accident, so I was puzzled
first ;) )
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19768