Add the missing file
authorH.J. Lu <hjl@gcc.gnu.org>
Fri, 3 Jul 2015 13:08:35 +0000 (06:08 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 3 Jul 2015 13:08:35 +0000 (06:08 -0700)
From-SVN: r225377

gcc/testsuite/gcc.target/i386/pr66746.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.target/i386/pr66746.c b/gcc/testsuite/gcc.target/i386/pr66746.c
new file mode 100644 (file)
index 0000000..3ef77bf
--- /dev/null
@@ -0,0 +1,10 @@
+/* { dg-do compile { target ia32 } } */
+/* { dg-options "-O2 -miamcu" } */
+
+/* Defining away "extern" and "__inline" results in all of them being
+   compiled as proper functions.  */
+
+#define extern
+#define __inline
+
+#include <x86intrin.h>