diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/compat/vector-2b_x.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/compat/vector-2b_x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/vector-2b_x.c b/gcc/testsuite/gcc.dg/compat/vector-2b_x.c new file mode 100644 index 000000000..71b36bea7 --- /dev/null +++ b/gcc/testsuite/gcc.dg/compat/vector-2b_x.c @@ -0,0 +1,3 @@ +/* { dg-options "-w -Wno-psabi -mno-mmx -mavx" } */ + +#include "vector-2_x.c" |