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
/
operator8.C
blob
29d17b84b89b897c577e2570f97b1508a66255bf
1
//PR c++/27494
2
3
struct A
4
{
5
template<operator+> void foo() {} // { dg-error "identifier|non-function|template arguments" }
6
};