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
S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wtautological-compare.C
blob
451fd54850d3cf0f27a33577e51e8d058bc6b218
1
// PR bootstrap/68346
2
// { dg-options -Wtautological-compare }
3
4
bool f(unsigned u)
5
{
6
return ((unsigned)(int)u == u);
7
}