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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [init/] [value1.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// Test that with value-initialization, i is initialized to 0
2
// and the vtable pointer is properly initialized.
3
 
4
// { dg-do run }
5
 
6
struct A
7
{
8
  int i;
9
  virtual void f() {}
10
};
11
 
12
void f (A& a)
13
{
14
  a.f();
15
}
16
 
17
int main()
18
{
19
  A a = A();
20
  f (a);
21
  return a.i;
22
}

powered by: WebSVN 2.1.0

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