PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69619.c
bloba200bdf310fc2c02b008e0c13fb9c917784423f8
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
4 int a, b, c, d;
5 int e[100];
6 void
7 fn1 ()
9 int *f = &d;
10 c = 6;
11 for (; c; c--)
13 b = 0;
14 for (; b <= 5; b++)
16 short g = e[(b + 2) * 9 + c];
17 *f = *f == a && e[(b + 2) * 9 + c];