Revise -mdisable-fpregs option and add new -msoft-mult option
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-layout-1_main.c
blobb59453e0b1075f3f2c7a048ef1a33dfa5a71c60e
1 /* { dg-prune-output ".*-Wno-abi.*" } */
3 #include "struct-layout-1.h"
5 #define TX(n, type, attrs, fields, ops) extern void test##n (void);
6 #include "struct-layout-1_test.h"
7 #undef TX
9 int main (void)
11 #define TX(n, type, attrs, fields, ops) test##n ();
12 #include "struct-layout-1_test.h"
13 #undef TX
14 if (fails)
15 abort ();
16 exit (0);