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 (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
error-recovery1.C
blob
ef9dc141bc7c4abf857ea3c7b6eda9820d001856
1
// PR c++/43076
2
3
struct S;
4
template < typename > struct T
5
{
6
template < typename >
7
template < bool > struct T < S > // { dg-error "" }
8
{
9
void f () { // { dg-error "" }