1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */
6 typedef struct teststruct
14 copystruct11 (teststruct
*param
)
16 static teststruct local
;
24 /* There should be no reference to link_error. */
25 /* { dg-final { scan-tree-dump-times "link_error" 0 "optimized" { xfail *-*-* } } } */
26 /* { dg-final { cleanup-tree-dump "optimized" } } */