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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lookup/] [disamb1.C] - Rev 718

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

// PR c++/525
// Bug: With -pedantic, we weren't converting this to B1* for the call.

struct A
{
  void f();
};

struct B1: public A {};
struct B2: public A {};

struct C: public B1, public B2
{
  void g() { B1::f(); }
};

Go to most recent revision | 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.