From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19827 invoked by alias); 15 Mar 2003 01:56:11 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 18932 invoked by uid 71); 15 Mar 2003 01:56:04 -0000 Date: Sat, 15 Mar 2003 01:56:00 -0000 Message-ID: <20030315015603.18838.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Roman Zippel Subject: Re: other/10021: [3.2/3.3/3.4 regression] alias problem during loop pass on m68k Reply-To: Roman Zippel X-SW-Source: 2003-03/txt/msg00927.txt.bz2 List-Id: The following reply was made to PR other/10021; it has been noted by GNATS. From: Roman Zippel To: steven@gcc.gnu.org, <183425@bugs.debian.org>, , , , , Cc: Subject: Re: other/10021: [3.2/3.3/3.4 regression] alias problem during loop pass on m68k Date: Sat, 15 Mar 2003 02:55:10 +0100 (CET) Hi, On 14 Mar 2003 steven@gcc.gnu.org wrote: > Roman, you don't mention how you compile the file. What compiler options are you using? Is this an optimization bug, or maybe a target-specific bug? It's an optimization bug. It's enough to compile this file with -O2, a cross compiler shows the same result. I can only reproduce the problem for m68k, although I think it's not target specific. bye, Roman