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