From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15805 invoked by alias); 31 Mar 2004 08:37:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15785 invoked by uid 48); 31 Mar 2004 08:37:27 -0000 Date: Wed, 31 Mar 2004 08:37:00 -0000 Message-ID: <20040331083727.15767.qmail@sources.redhat.com> From: "spigel at olvs dot miee dot ru" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030616070732.11203.spigel@olvs.miee.ru> References: <20030616070732.11203.spigel@olvs.miee.ru> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3 X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg03501.txt.bz2 List-Id: ------- Additional Comments From spigel at olvs dot miee dot ru 2004-03-31 08:37 ------- Current version gcc (3.3.4 20040331) cann't compile sample code only with command $gcc -O0 -c regs_test.c but can do it with line $gcc -O0 -fnew-ra -c regs_test.c and $gcc -Os -c regs_test.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203