1 /* { dg-do compile } */
2 /* { dg-options "-O -fno-tree-sra -fdump-tree-fre1-stats" } */
8 void __frame_state_for2 (volatile char *state_in
)
13 *state_in
= fs
.offset
;
16 void __frame_state_for1 (volatile char *state_in
)
21 *state_in
= fs
.offset
;
26 /* { dg-final { scan-tree-dump-times "Eliminated: 2" 2 "fre1" } } */
27 /* { dg-final { scan-tree-dump-times "Insertions: 1" 2 "fre1" } } */
28 /* { dg-final { cleanup-tree-dump "fre1" } } */