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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [error9.C] - Rev 823

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

// { dg-options -Wall }

// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 27 Sept 2004 <nathan@codesourcery.com>

// Origin:       v.haisman@sh.cvut.cz
// Bug 17681: bad diagnostic text.

struct A
{ };

struct B
{ };

struct C : public B, public A
{
  C ()  // { dg-warning "when initialized" "" }
    : A(), B()  // { dg-warning "base .\[AB\]." "" }
  { }
};

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.