From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14469 invoked by alias); 12 Nov 2007 15:42:57 -0000 Received: (qmail 14450 invoked by uid 48); 12 Nov 2007 15:42:51 -0000 Date: Mon, 12 Nov 2007 15:42:00 -0000 Message-ID: <20071112154251.14449.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/32402] Error while allocating array of pointers to objects of a pure virtual class In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gcc at waisse dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg01063.txt.bz2 ------- Comment #3 from gcc at waisse dot org 2007-11-12 15:42 ------- My problem is exactly the same as the one shown in the example code posted by Patrick Vestjens, all of the pure functions are re-implemented in the inherithing clas, so the inheriting class is no more pure but its still impossible to build. Why is this bug not confirmed since 2007-06-19 ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402