PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr71636-1.c
blob2df5f96f4673d8369cf192e82be4caafbe1f9a43
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-gimple" } */
4 unsigned f(unsigned x, unsigned b)
6 return x & ((1U << b) - 1);
9 /* { dg-final { scan-tree-dump-not "1 <<" "gimple" } } */