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
/
crash50.C
blob
0060561282f135be95da49901f0a28f732c138f7
1
// PR c++/27398
2
// { dg-do compile }
3
4
struct A
5
{
6
template<int> void* foo(; // { dg-error "primary-expression|initialization|static" }
7
};