1 /* { dg-do compile } */
2 /* { dg-require-effective-target int32plus } */
3 /* { dg-options "-fdump-tree-gimple -fstrict-overflow" } */
5 #define ABS(x) (x > 0 ? x : -x)
7 unsigned int f (unsigned int a
) {
8 /* (unsigned)-8 is not a power of 2. */
20 unsigned int k (unsigned int d
) {
24 /* { dg-final { scan-tree-dump "a % (4294967288|0x0fffffff8)" "gimple" } } */
25 /* { dg-final { scan-tree-dump-times " & 7" 3 "gimple" } } */