This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32711] Regression: ICE when using inline asm constraint "X"
- From: "scovich at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2007 23:27:43 -0000
- Subject: [Bug middle-end/32711] Regression: ICE when using inline asm constraint "X"
- References: <bug-32711-14600@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from scovich at gmail dot com 2007-07-09 23:27 -------
(In reply to comment #1)
> "X" constraint means anything matches. Now why we are ICEing is a bit weird.
I started using it because "g" doesn't seem to allow xmm references.
Fortunately, "xm" seems to have the desired effect.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32711