Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr111039.c
blobbec9983b35f85c18bffeb997bb8489afb697ed0a
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 int _setjmp ();
5 void abcd ();
6 void abcde ();
7 void compiler_corruption_function(int flags)
9 int nowait = flags & 1048576, isexpand = flags & 8388608;
10 abcd();
11 _setjmp(flags);
12 if (nowait && isexpand)
13 flags &= 0;
14 abcde();