repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsign-compare-1.C
blob
495bb992cdd0e90d94915af2030de10f89be3ff9
1
// { dg-options "-Wsign-compare" }
2
3
extern unsigned u;
4
5
template<class F>
6
int f() { return u > 1; }