This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/27836] Compiler generates bad assembler code for xaddl __asm__ function
- From: "schwab at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 May 2006 11:20:50 -0000
- Subject: [Bug c++/27836] Compiler generates bad assembler code for xaddl __asm__ function
- References: <bug-27836-9884@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from schwab at suse dot de 2006-05-31 11:20 -------
You are not using %2 in the asm body. There is no requirement that %0 and %2
expand to the same register.
--
schwab at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27836