Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / other / i386-2.C
blobe2131b023aaeac9fcda03f2cae32edf1f6504973
1 /* Test that {,x,e,p,t,s,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" } */
6 #include <bmmintrin.h>
7 #include <smmintrin.h>
8 #include <mm3dnow.h>
10 int dummy;