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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
anonymous-namespace-6.C
blob
d238df392c71cf80ccdf12e47e5547bf212659d1
1
// PR c++/53711
2
// { dg-options -Wall }
3
4
namespace {
5
void f () // { dg-warning "not used" }
6
{
7
}
8
}