Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr111599.c
blob25880b759f77d961870e5067c0363b903cc63db8
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fno-inline-functions-called-once -fno-inline-small-functions -fno-tree-dce -fno-tree-forwprop -fno-tree-fre" } */
4 int h(void);
5 void l(int);
6 void func_56(int p_57, unsigned p_58) {
7 // p_57 = 0x101BC642L;
8 if (p_57 || h()) {
9 int *l_105[2];
10 l_105[0] = &p_57;
11 l(p_57);
14 void func_31(int p_33) {
15 func_56(0x101BC642L, (p_33));