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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
wrong-inline1.C
blob
22b9a9768aad90ce81debec0571e0f6e10a1b59a
1
// PR c++/5921
2
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3
// { dg-do compile }
4
5
struct A
6
{
7
struct B { B(); };
8
};
9
10
static A::B b;
11
12
inline template <int i> void f (); // { dg-error "" }