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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [error9.C] - Blame information for rev 237

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

Line No. Rev Author Line
1 149 jeremybenn
// { dg-options -Wall }
2
 
3
// Copyright (C) 2004 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 27 Sept 2004 
5
 
6
// Origin:       v.haisman@sh.cvut.cz
7
// Bug 17681: bad diagnostic text.
8
 
9
struct A
10
{ };
11
 
12
struct B
13
{ };
14
 
15
struct C : public B, public A
16
{
17
  C ()  // { dg-warning "when initialized" "" }
18
    : A(), B()  // { dg-warning "base .\[AB\]." "" }
19
  { }
20
};

powered by: WebSVN 2.1.0

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