1 // { dg-options -Wall }
3 // Copyright (C) 2004 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 27 Sept 2004 <nathan@codesourcery.com>
6 // Origin: v.haisman@sh.cvut.cz
7 // Bug 17681: bad diagnostic text.
15 struct C : public B, public A
17 C () // { dg-warning "when initialized" "" }
18 : A(), B() // { dg-warning "base .\[AB\]." "" }