]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr46233.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr46233.c
CommitLineData
269c80f2
JJ
1/* PR tree-optimization/46233 */
2/* { dg-do compile } */
3/* { dg-options "-O -fno-tree-dce" } */
4
5int
6foo ()
7{
8 int i = 0;
9 while (1)
10 i += foo ();
11}