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
Update ChangeLog and version files for release
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash64.C
blob
1d8fd009803a82faa93fa8008d378a30c1cda9e5
1
// PR c++/29730
2
3
struct A
4
{
5
template<int> void foo()(0); // { dg-error "" }
6
};