From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12059 invoked by alias); 21 Apr 2004 14:06:36 -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 12044 invoked by uid 48); 21 Apr 2004 14:06:35 -0000 Date: Wed, 21 Apr 2004 14:34:00 -0000 Message-ID: <20040421140635.12043.qmail@sources.redhat.com> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040421064946.15035.gianni@mariani.ws> References: <20040421064946.15035.gianni@mariani.ws> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/15035] [3.4 Regression] ICE on inheritance with "public public" X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg01848.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-04-21 14:06 ------- With my snapshots from 20040402, I get for both the 3.4 branch and mainline: g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc x.cc:4: error: more than one access specifier in base-specified before "public" g/x> /home/bangerth/bin/gcc-3.5-pre/bin/c++ -c x.cc x.cc:4: error: more than one access specifier in base-specified before "public" Andrew, which version of the branch did you try? Gianni: could you try with a newer version of 3.4 (or even the release)? Thanks Wolfgang -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15035