2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83512.c
blobd86e57befc7e9a4ac39b664ec8e5c2a7f676c243
1 /* PR rtl-optimization/83512 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -freorder-blocks-algorithm=simple" } */
5 int a;
7 void
8 foo (int *x)
10 for (;;)
12 for (*x = 0; *x < 1; *x++)
14 ++a;