From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10840 invoked by alias); 25 Jul 2007 13:09:37 -0000 Received: (qmail 10303 invoked by uid 48); 25 Jul 2007 13:09:23 -0000 Date: Wed, 25 Jul 2007 13:09:00 -0000 Message-ID: <20070725130923.10302.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/32820] optimizer malfunction when mixed with asm statements In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jbuehler at spirentcom dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02564.txt.bz2 ------- Comment #1 from jbuehler at spirentcom dot com 2007-07-25 13:09 ------- This bug is also present in 4.0.1 for powerpc-ibm-aix5.2.0.0. Change the registers in the problematic code to r14, r15, r16, r17 -- one of the registers is not set by the optimized routine, but is by the non-optimized routine. I presume that this is not a target-specific bug. -- jbuehler at spirentcom dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbuehler at spirentcom dot | |com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32820