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
/
crash61.C
blob
1f70bcb89d813fa5d101a0012f4b5e58d645a632
1
// PR c++/29733
2
3
template<typename T> void foo()
4
{
5
T t = 0; // { dg-error "function type" }
6
}
7
8
void bar()
9
{
10
foo<int()>();
11
}