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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.old-deja/] [g++.pt/] [crash52.C] - Rev 699

Compare with Previous | Blame | View Log

// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

template <class T>
struct S1
{
  template <class U>
  struct S2
  { 
    S2(U);
  };

  template <class U>
  void f(U u)
    {
      S2<U> s2u(u);
    }
};

void g()
{
  S1<int> s1;
  s1.f(3.0);
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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