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
2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash41.C
blob
746dbbca8a1d47b45e837039f965ddc4c1f83fb6
1
// PR c++/35327
2
3
struct A
4
{
5
A(int)(); // { dg-error "declared" }
6
};
7
8
template<int> void foo(bool b, A a) { b ? a : 0; } // { dg-error "no match" }