This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.1 Issues
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 8 Mar 2002 10:59:05 -0800
- Subject: Re: GCC 3.1 Issues
- References: <45810000.1015438826@gandalf.codesourcery.com>
On Wed, Mar 06, 2002 at 10:20:26AM -0800, Mark Mitchell wrote:
> If you know of regressions in GCC 3.1 relative to previous releases,
> or major issues that stand between us and a GCC 3.0 release, please
> file PRs in GNATS and send the PR numbers to me.
PR 5877: negative offset to array index leads to inefficient code
This happens on ia64, perhaps other targets as well. It's a regression
from 3.0.x.
Janis