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