Index: gcc/gcc/testsuite/g++.dg/other/i386-3.C |
diff --git a/gcc/gcc/testsuite/g++.dg/other/i386-3.C b/gcc/gcc/testsuite/g++.dg/other/i386-3.C |
index ffbd3f3cec4db4ad6b2f9b26a37b9de5dc144b26..88dd7693891d4263f082c78ac0bef86d56ae12d8 100644 |
--- a/gcc/gcc/testsuite/g++.dg/other/i386-3.C |
+++ b/gcc/gcc/testsuite/g++.dg/other/i386-3.C |
@@ -1,6 +1,8 @@ |
-/* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, mm3dnow.h and mm_malloc.h are |
- usable with -O -fkeep-inline-functions. */ |
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */ |
-/* { dg-options "-O -fkeep-inline-functions -march=k8 -m3dnow -mavx -msse5 -maes -mpclmul" } */ |
+/* { dg-options "-O -fkeep-inline-functions -march=k8 -m3dnow -mavx -mxop -maes -mpclmul -mpopcnt -mabm -mlwp" } */ |
+ |
+/* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, xopintrin.h, abmintrin.h, |
+ lwpintrin.h, popcntintrin.h and mm3dnow.h are usable with |
+ -O -fkeep-inline-functions. */ |
#include <x86intrin.h> |