From: Jeff Law Date: Wed, 29 Jul 1998 21:42:10 +0000 (-0600) Subject: unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop... X-Git-Tag: prereleases/egcs-1.1-prerelease~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2851a2b06623c11a4404c0605804252bcfb3238;p=thirdparty%2Fgcc.git unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop that starts with a... * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO or UNROLL_COMPLETELY loop that starts with a jump to its exit code. From-SVN: r21477 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c1e32383b7f2..024b67bb9151 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 29 22:39:21 1998 Jeffrey A Law (law@cygnus.com) + + * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO + or UNROLL_COMPLETELY loop that starts with a jump to its + exit code. + Tue Jul 28 23:29:04 1998 Jason Merrill * configure.in: Fix --without/--disable cases for local-prefix,