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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib15.C
blob
05de12ccecb29ab118d8f54c4dd1805fddfc9264
1
// PR c++/15317
2
3
struct A
4
{
5
A(char);
6
};
7
A::A(__attribute__((unused)) char i2)
8
{}
9