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

Subversion Repositories openrisc

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

Compare with Previous | Blame | View Log

// { dg-do assemble  }

struct S0 { };
struct S1 : virtual public S0 { };
struct S2 : virtual public S0 { };

struct S3 : public S1, public S2, virtual public S0
{
};

void f(const S0*) {}

void g()
{
  f(static_cast<S3*>(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.