OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [ttp8.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
// Contributed by: Niall Douglas 
3
// PR c++/14284: Failure to select specialization
4
 
5
template struct S;
6
template class> struct I {};
7
 
8
template struct Match;
9
 
10
template class C>
11
struct Match, 0> {};
12
 
13
template class C, int i>
14
struct Match, i>;
15
 
16
Match, 0> v;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.