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