From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26783 invoked by alias); 18 Oct 2005 12:39:38 -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 26751 invoked by uid 48); 18 Oct 2005 12:39:34 -0000 Date: Tue, 18 Oct 2005 12:39:00 -0000 Message-ID: <20051018123934.26750.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/23118] [3.4/4.0/4.1 Regression] Another segmentation fault after improper overloading (BootView) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "nathan at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg02422.txt.bz2 List-Id: ------- Comment #9 from nathan at gcc dot gnu dot org 2005-10-18 12:39 ------- fixed mainline & 4.0 2005-10-18 Nathan Sidwell PR c++/22604 * class.c (update_vtable_entry_for_fn): Don't process invalid covariant overriders. PR c++/23118 * cp-tree.h (add_method): Add return value. * class.c (add_method): Return success indicator. * semantics.c (finish_member_declaration): Don't add an invalid method to the method list. wont fix 3.4 -- nathan at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23118