This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32820] optimizer malfunction when mixed with asm statements
- From: "jbuehler at spirentcom dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jul 2007 13:09:23 -0000
- Subject: [Bug middle-end/32820] optimizer malfunction when mixed with asm statements
- References: <bug-32820-14880@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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