Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-12.c
blobef4dd6e84e0242c965a4e2cb8db9af68818473a1
1 /* Test that {,x,e,p,t,s,a}mmintrin.h, mm3dnow.h and mm_malloc.h are
2 usable with -O -std=c89 -pedantic-errors. */
3 /* { dg-do compile } */
4 /* { dg-options "-O -std=c89 -pedantic-errors -march=k8 -m3dnow -msse4 -msse5" } */
6 #include <bmmintrin.h>
7 #include <smmintrin.h>
8 #include <mm3dnow.h>
10 int dummy;