repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Let tree_single_nonzero_warnv_p use range information
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr71636-1.c
blob
2df5f96f4673d8369cf192e82be4caafbe1f9a43
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-gimple" } */
3
4
unsigned
f
(
unsigned
x
,
unsigned
b
)
5
{
6
return
x
& ((
1U
<<
b
) -
1
);
7
}
8
9
/* { dg-final { scan-tree-dump-not "1 <<" "gimple" } } */