comparison gcc/testsuite/gcc.dg/torture/pr84775.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile } */
2
3 int a, b, c, d, e, f;
4
5 void fn1 ()
6 {
7 while (e)
8 for (f = 0; f < 4; f++)
9 {
10 int h[1];
11 for (; c; c++)
12 if (a)
13 break;
14 d = a - 4;
15 if (d)
16 b = h[0];
17 }
18 }