Revise -mdisable-fpregs option and add new -msoft-mult option
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / pr38736_x.c
blobaeab257aae9ff7276aa265498a0d19b386b30f76
1 /* PR target/38736 */
2 /* { dg-options "-O2" } */
4 struct alignment_test_struct
6 char space[4] __attribute__((__aligned__));
7 };
9 extern int aligned_x (void);
11 int
12 aligned_x (void)
14 return __alignof__(struct alignment_test_struct);