URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [invalid1.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/14883// { dg-options "-std=gnu++98" }template < class T > struct DomainTraits {};template < int Dim > class Interval;template < class DT > class Domain {};template <> class Interval < 1 >:public Domain < DomainTraits < Interval < 1 >>> {}; // { dg-error "" }
Go to most recent revision | Compare with Previous | Blame | View Log
