No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.target / i386 / sse-12.c
blob83cc91588cff43c92bea219842525552f2adf355
1 /* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
2 usable with -std=c89 -pedantic-errors. */
3 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
4 /* { dg-options "-std=c89 -pedantic-errors -msse3" } */
6 #include <mmintrin.h>
7 #include <xmmintrin.h>
8 #include <emmintrin.h>
9 #include <pmmintrin.h>
10 #include <mm_malloc.h>
12 int dummy;