From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12995 invoked by alias); 12 Nov 2007 19:41:56 -0000 Received: (qmail 12980 invoked by uid 48); 12 Nov 2007 19:41:51 -0000 Date: Mon, 12 Nov 2007 19:41:00 -0000 Message-ID: <20071112194151.12979.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: "zackw at panix dot com" 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/msg01087.txt.bz2 ------- Comment #4 from zackw at panix dot com 2007-11-12 19:41 ------- I am no C++ expert, so I don't know what new pure (*[3]) actually means, but I am nearly certain it does *not* mean "allocate an array of 3 pointers to type pure". That would be new pure *[3] without the parentheses. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402