PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr68112.c
blob9c7a59c650e68ecd363e3144a78686a71cc032f7
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -Waggressive-loop-optimizations" } */
3 /* { dg-require-effective-target int32plus } */
5 int *a;
7 void
8 foo ()
10 for (int i = 0; i < 65536; i++)
11 *a = i << 24;