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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.jason/] [tempparse.C] - Rev 853

Go to most recent revision | Compare with Previous | Blame | View Log

// { dg-do assemble  }
/*
   PRMS Id: 3631
   Bug is: g++ mangles template class names in a way that it won't accept,
     and then tries to feed them to itself.
*/

template<class T>
struct A {
  A();
};

template<class T>
struct B : A<T> {
  B();
};                              // { dg-bogus "" } B<C<char>>

template<class T>
struct C {
  C();
};

template<class T>
struct D {
  D();
  B<C<T> > p_f;
};

typedef D<char> Dummy;

Go to most recent revision | 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.