2 /* { dg-options "-O3" } */
4 typedef unsigned int myint
__attribute__((aligned(1)));
10 typedef SS
__attribute__((aligned(1))) SSS
;
16 typedef UU
__attribute__((aligned(1))) UUU
;
18 static unsigned int __attribute__ ((noinline
))
24 static int __attribute__ ((noinline
, noclone
))
27 int r
= (int) get_a(p
->s
[0]) + 2;
33 static UUU
* __attribute__ ((noinline
, noclone
))
36 return (UUU
*)(buf
+ 1);
40 main(int argc
, char *argv
[])