* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git] / gcc / testsuite / gcc.dg / pr23295.c
blob0418964a709b7df5450404a1793c58d9f03f6e2d
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-gimple" } */
4 int foo(int i)
6 return -i - 5;
9 /* { dg-final { scan-tree-dump "-5 - i" "gimple" } } */
10 /* { dg-final { cleanup-tree-dump "gimple" } } */