1 /* { dg-options "-O2 -Wpsabi" } */
2
3 enum __attribute__((aligned(16))) e { E };
4
5 enum e test (int x, enum e y) { return y; }
1 /* { dg-options "-O2 -Wpsabi" } */
2
3 enum __attribute__((aligned(16))) e { E };
4
5 enum e test (int x, enum e y) { return y; }