This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19768] [4.0 Regression] ICE: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]