]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr25530.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr25530.c
CommitLineData
5f8d832e
N
1/* { dg-do compile } */
2/* { dg-options "-O2 -fdump-tree-optimized" } */
3/* { dg-require-effective-target int32 } */
4
5int
6f (unsigned t)
7{
8 return (t / 2) * 2;
9}
10
11/* { dg-final { scan-tree-dump "\& -2" "optimized" } } */