This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11643] inline ASM; gcc choses same registers for differrent variables set to "r" (variable)
- From: "sirl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2003 12:13:08 -0000
- Subject: [Bug c/11643] inline ASM; gcc choses same registers for differrent variables set to "r" (variable)
- References: <20030723114120.11643.cb100@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11643
sirl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From sirl at gcc dot gnu dot org 2003-07-23 12:13 -------
You need to use %2 if you want to access maximum, you declared %1 (array) to the
same reg as %0.