Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / divide-4.c
blobb1bb1efa9e1cc18d7fb2a7ba2324dbf2afad20d4
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fstrict-overflow -fdump-tree-optimized" } */
4 int f(int a)
6 return -(-a/10);
9 /* { dg-final { scan-tree-dump-times "-a / 10" 0 "optimized"} } */
10 /* { dg-final { scan-tree-dump-times "a / 10" 1 "optimized"} } */
12 /* { dg-final { cleanup-tree-dump "optimized" } } */