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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.robertl/] [eb19.C] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do assemble  }
2
 
3
#define CRASH 1
4
#ifdef CRASH
5
#define VIRTUAL virtual
6
#else
7
#define VIRTUAL
8
#endif
9
 
10
class A {};
11
class B : public VIRTUAL A {};
12
template  class C : public /*virtual*/ Imp {};
13
// define CRASH and uncomment here    ^^^^^^^^^^^
14
// and the crash goes away!!!!
15
 
16
template class C;

powered by: WebSVN 2.1.0

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