[Bug target/42165] -masm=intel doesn't know how to print AVX instructions
jakub at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 24 18:04:00 GMT 2009
------- Comment #1 from jakub at gcc dot gnu dot org 2009-11-24 18:04 -------
--- gcc/config/i386/i386.c 2009-11-24 09:59:29.000000000 +0100
+++ gcc/config/i386/i386.c 2009-11-24 19:03:24.871058078 +0100
@@ -11849,6 +11849,7 @@ print_operand (FILE *file, rtx x, int co
else
size = "XMMWORD";
break;
+ case 32: size = "YMMWORD"; break;
default:
gcc_unreachable ();
}
should fix this. Will test it soon.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org
|dot org |
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-11-24 18:04:38
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42165
More information about the Gcc-bugs
mailing list