diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/sse-12.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/sse-12.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.target/i386/sse-12.c b/gcc/testsuite/gcc.target/i386/sse-12.c index 4a314e842c6..77baff0f4b9 100644 --- a/gcc/testsuite/gcc.target/i386/sse-12.c +++ b/gcc/testsuite/gcc.target/i386/sse-12.c @@ -1,8 +1,8 @@ /* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, xopintrin.h, mm3dnow.h, - abmintrin.h and mm_malloc.h are usable with -O -std=c89 - -pedantic-errors. */ + abmintrin.h, lwpintrin.h, popcntintrin.h and mm_malloc.h are usable + with -O -std=c89 -pedantic-errors. */ /* { dg-do compile } */ -/* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mabm" } */ +/* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -mavx -mfma4 -mxop -maes -mpclmul -mpopcnt -mabm -mlwp" } */ #include <x86intrin.h> |