This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/11580] gcc seems to generate wrong-code for some inline-assembly
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2003 18:47:56 -0000
- Subject: [Bug inline-asm/11580] gcc seems to generate wrong-code for some inline-assembly
- References: <20030718172853.11580.rehsack@liwing.de>
- 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=11580
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-18 18:47 -------
This is reported against a changed compiler provided to you by your vendor (FreeBSD)
and the as is also from your vendor (FreeBSD). Can you report it wwith them, because I
looked at the assembly file and it looks correct (even assembles on i686-pc-linux-gnu
with binutils 2.14.90 20030712).
The line asm is barking about is #NO_APP which looks correct, if is barking about the
line about which contains a comment at the end so that might be the problem but it looks
like it is not GCC is not generating wrong code for the inline asm so closing as invalid.