Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr45449.c
blobd7b69a1827e9d248a30183a92836fec5cf6e5bcd
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-tree-pre -fno-tree-pta -fcompare-debug" } */
4 struct S
6 };
8 void
9 baz (void)
11 struct S s;
12 &s;
15 int bar (void);
17 void
18 foo (void)
20 if (bar ())
21 baz ();