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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash85.C] - Diff between revs 693 and 783

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

Rev 693 Rev 783
// Contributed by Dodji Seketeli 
// Contributed by Dodji Seketeli 
// Origin: PR c++/37142
// Origin: PR c++/37142
// { dg-do compile }
// { dg-do compile }
template class W> struct A {};
template class W> struct A {};
template struct B {};
template struct B {};
int
int
main ()
main ()
{
{
  A a;
  A a;
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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