OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [g++.dg/] [init/] [static2.C] - Blame information for rev 301

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

Line No. Rev Author Line
1 301 jeremybenn
// PR 14804
2
// { dg-do run }
3
 
4
struct A {
5
  virtual void foo() = 0;
6
};
7
 
8
struct B : public A {
9
  virtual void bar() = 0;
10
};
11
 
12
typedef void (A::*mfptr)();
13
 
14
struct D {
15
  mfptr p;
16
};
17
 
18
static const D ds[] = {
19
  { reinterpret_cast(&B::bar) },
20
};
21
 
22
int main()
23
{
24
  return 0;
25
}

powered by: WebSVN 2.1.0

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