cvs commit: src/contrib/gcc fold-const.c

2007-12-14 Thread David E. O'Brien
obrien 2007-12-14 23:57:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) contrib/gcc fold-const.c Log: MFC: rev 1.1.1.20: Do not fold -C*ABS to ABS<-C*n> Approved by:re(kensmith) Revision ChangesPath 1.1.1.19.2.1 +3 -0

cvs commit: src/contrib/gcc fold-const.c

2007-12-10 Thread David E. O'Brien
obrien 2007-12-11 03:35:39 UTC FreeBSD src repository Modified files:(Branch: FSF) contrib/gcc fold-const.c Log: Do not fold -C*ABS to ABS<-C*n> (i.e., do not move negative constants inside ABS expression). Obtained from: Richard Guenther <[EMAIL PROTECTED]