This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.0 loop unroll fixes
- To: mark at codesourcery dot com, gcc at gcc dot gnu dot org
- Subject: 3.0 loop unroll fixes
- From: Zoltan Hidvegi <hzoli at hzoli dot 2y dot net>
- Date: Wed, 15 Aug 2001 14:23:00 -0500 (CDT)
I know it is late for that, but I wonder if the fix for PR 3384 could
be applied to the mainline. See also the thead at
http://gcc.gnu.org/ml/gcc-bugs/2001-07/msg00750.html.
I think this is a bad regression from 2.95.2 even if it only happens
with -funroll-loops. Bootstrapped and passed the regressions on
powerpc-ibm-aix4.3.3 and on i686-pc-linux-gnu.
Zoli