projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd98c0
)
Add the missing file
author
H.J. Lu
<hjl@gcc.gnu.org>
Fri, 3 Jul 2015 13:08:35 +0000
(06:08 -0700)
committer
H.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]
patch
|
blob
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
+++ b/
gcc/testsuite/gcc.target/i386/pr66746.c
@@ -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>