repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
incomplete3.C
blob
8a20bba74d572ebe71b7c9c5ef0ed76112ad6fd7
1
// PR c++/27315
2
// { dg-do compile }
3
4
struct A; // { dg-error "forward declaration" }
5
template void A::foo<0>(); // { dg-error "before|incomplete" }