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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp17.C
blob
cc9bc6ed46fe57b00bc3016281b895347ff54fd3
1
// { dg-options -fno-new-ttp-matching }
2
3
template <template <typename> class C>
4
void f(C<double>) {}
5
6
template <typename T, typename U = int>
7
struct S {};
8
9
template void f(S<double>); // { dg-error "match" }