2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / g++.dg / other / i386-2.C
blob57acdd32ca3de3daec6e6e585c85a9632c901c37
1 /* Test that {,x,e,p,t,s,w,a,b}mmintrin.h, mm3dnow.h and mm_malloc.h are
2    usable with -O -pedantic-errors.  */
3 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4 /* { dg-options "-O -pedantic-errors -march=k8 -m3dnow -msse4 -msse5 -maes -mpclmul" } */
6 #include <wmmintrin.h>
7 #include <bmmintrin.h>
8 #include <smmintrin.h>
9 #include <mm3dnow.h>
11 int dummy;