From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14464 invoked by alias); 1 May 2005 03:32:32 -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 14455 invoked by uid 48); 1 May 2005 03:32:29 -0000 Date: Sun, 01 May 2005 03:32:00 -0000 From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050501033228.21312.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/21312] New: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg00014.txt.bz2 List-Id: Like PR 19375, the following code gives the diagnostic twice: class A { private: int i; }; class B : public A { }; class C : public B { public: void f() { A::i = 0; } }; -- Summary: [3.4/4.0/4.1 Regression] Access violation diagnostic given twice Product: gcc Version: 4.1.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21312