Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / union-m128-1_main.c
blob59e68d96c7a58493f8d99c1f9e8be27b6b2b1836
1 /* { dg-skip-if "test SSE2 support" { ! { i?86-*-* x86_64-*-* } } } */
2 /* { dg-options "-O" } */
3 /* { dg-require-effective-target sse2_runtime } */
5 /* Test function argument passing. PR target/15301. */
7 extern void union_m128_1_x (void);
8 extern void exit (int);
10 int
11 main ()
13 union_m128_1_x ();
14 exit (0);