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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [ttp20.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// PR c++/27424
// PR c++/27424
// Bug: failing to substitute the 'int' into C
// Bug: failing to substitute the 'int' into C
template struct A
template struct A
{
{
    template class> struct B {};
    template class> struct B {};
    template struct C;
    template struct C;
    B b;
    B b;
};
};
A a;
A a;
 
 

powered by: WebSVN 2.1.0

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