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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
friend3.C
blob
39322021efcbd9bcebe966fb47d0df47f3fabceb
1
// { dg-do compile }
2
//
3
// PR 11553 catch duplicate friend specifiers
4
5
struct S
6
{
7
friend friend class C; // { dg-error "duplicate" }
8
};
9
10