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
/
crash79.C
blob
a18eac336b921028b05122e041d01d246badc1ef
1
// PR c++/36404
2
3
struct A
4
{
5
A(int);
6
template<int> enum { e }; // { dg-error "template|expected" }
7
};
8
9
A a(A::e); // { dg-error "not a member" }