From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26252 invoked by alias); 26 Mar 2003 14:02:35 -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 26228 invoked by uid 48); 26 Mar 2003 14:02:35 -0000 Date: Wed, 26 Mar 2003 14:15:00 -0000 Message-ID: <20030326140235.26227.qmail@sources.redhat.com> To: eoo@chess.nl, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: steven@gcc.gnu.org Reply-To: steven@gcc.gnu.org, eoo@chess.nl, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: optimization/10221: gcc -O9 will introduce wrong asembler? X-SW-Source: 2003-03/txt/msg01796.txt.bz2 List-Id: Synopsis: gcc -O9 will introduce wrong asembler? State-Changed-From-To: open->feedback State-Changed-By: steven State-Changed-When: Wed Mar 26 14:02:34 2003 State-Changed-Why: Hi, Thanks for the problem report. Unfortunately, I am unable to reproduce the bug with the code you attached: 1) The RELEASE and DEBUG codes you talk about are not in the preprocessed source. 2) The code you provided seems to rely on other compilation units, i.e. there are undefined references at link time. Can you produce a smaller test case, or at least one without external references? Oh, and I suppose you see this problem with -O3 as well? The highest optimization level for GCC is -O3, if you do -On, n>3, nothing extra happens. Greetz Steven http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10221