This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18353] ICE with "movaps" in inline asm when using -masm=intel
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Nov 2004 07:09:56 -0000
- Subject: [Bug target/18353] ICE with "movaps" in inline asm when using -masm=intel
- References: <20041107064158.18353.dannysmith@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-07 07:09 -------
I think this is invalid, the operand is wrong, you cannot pass a struct to an operand of an asm, see PR
8788 for another example of where the problem can come into play.
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-11-07 07:09:55
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18353