[Bug target/53724] ICE when using the 'd' asm operand modifier

2012-06-20 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53724 --- Comment #4 from H.J. Lu 2012-06-20 12:38:12 UTC --- Something like this diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index e2f5740..0daf601 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -13879,7 +13879,8

[Bug target/53724] ICE when using the 'd' asm operand modifier

2012-06-20 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53724 --- Comment #3 from H.J. Lu 2012-06-20 12:25:30 UTC --- 'd' is used to encode SSE instructions with VEX encoding. There are no SSE instructions with YMM registers.

[Bug target/53724] ICE when using the 'd' asm operand modifier

2012-06-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53724 Richard Guenther changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Statu

[Bug target/53724] ICE when using the 'd' asm operand modifier

2012-06-20 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53724 Uros Bizjak changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1 f