repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash32.C
blob
a8363512e9478a8e04e89170e117413b566066c3
1
// PR c++/19667
2
3
struct integral_constant { };
4
5
template<typename _Tp>
6
struct is_function : public integral_constant { }; // { dg-error "previous" }
7
8
template<>
9
struct is_function : public integral_constant { }; // { dg-error "" }