From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14093 invoked by alias); 22 Sep 2004 20:23:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14067 invoked by uid 48); 22 Sep 2004 20:23:05 -0000 Date: Wed, 22 Sep 2004 20:23:00 -0000 From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040922202304.17620.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17620] New: [4.0 regression] Bogus error with duplicate base class breaks boost X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg02610.txt.bz2 List-Id: This is a recent regression that breaks compiling boost: ------------------- template struct S {}; typedef S B; struct D1 : B {}; struct D2 : B {}; -------------------- g/x> /home/bangerth/bin/gcc-4.0-pre/bin/c++ -c x.cc x.cc:6: error: duplicate base type `B' invalid Needless to say that the error message is completely bogus. W. -- Summary: [4.0 regression] Bogus error with duplicate base class breaks boost Product: gcc Version: 4.0.0 Status: UNCONFIRMED Keywords: rejects-valid Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bangerth at dealii dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17620