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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

// { dg-do run { xfail sparc64-*-elf arm-*-pe**-* } }
// { dg-options "-fexceptions -w" }
// Ensure that the return type of dynamic_cast is the real type.

struct B {
  virtual int f() { }
};

struct D : public B {
  virtual int f() { }
  int i;
} od;

main() {
  B *b=&od;
  if (dynamic_cast<D*>(b)->i)
    return 1;
  return 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.