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
[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
static9.C
blob
058d4dec5a771cb4e9f60d182c37588a32f7161c
1
// PR c++/17524
2
3
template<typename T> struct A
4
{
5
static const T i = 0; // { dg-error "declared void" "void" }
6
};
7
8
A<void> a; // { dg-message "required" }