repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
defarg2.C
blob
3670389c5d0d1ac03e0c0da117b58cf25c149baf
1
struct X {
2
X ();
3
};
4
5
template <int> struct O {
6
struct I {
7
I (const X & = X());
8
};
9
};
10
template struct O<2>;