repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
inherit
/
base2.C
blob
5c7d812c760a086484ca7504556be0d937324d2f
1
// Copyright (C) 2004 Free Software Foundation, Inc.
2
// Contributed by Nathan Sidwell 23 Sep 2004 <nathan@codesourcery.com>
3
4
// Origin: Wolfgang Bangerth <bangerth@dealii.org>
5
// Bug 17620. Bogus duplicate base error.
6
7
struct S {};
8
9
typedef S B;
10
11
struct D1 : B {};
12
struct D2 : B {};