1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-ipa-sra-details" } */
12 static void __attribute__((noinline
))
15 for (int i
= 0; i
< gc
; i
++)
19 static void __attribute__((noinline
))
27 bar (short a
, short b
, short c
)
38 bar2 (short a
, short b
, short c
)
48 /* { dg-final { scan-ipa-dump-times "Will split parameter" 2 "sra" } } */