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
/
void4.C
blob
fe30b2e3736bcdb76dac9fc82b771760de39b4ab
1
//PR c++/28638
2
3
template<void> struct A; // { dg-error "not a valid type" }
4
5
template<template<int> class> struct B {};
6
7
B<A> b; // { dg-error "template|invalid type" }