From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6182 invoked by alias); 6 Feb 2010 10:15:29 -0000 Received: (qmail 5576 invoked by uid 48); 6 Feb 2010 10:15:16 -0000 Date: Sat, 06 Feb 2010 10:15:00 -0000 Message-ID: <20100206101516.5575.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/42983] [c++0x] Unvirtualization of virtual destructor In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle 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: 2010-02/txt/msg00457.txt.bz2 ------- Comment #1 from paolo dot carlini at oracle dot com 2010-02-06 10:15 ------- Your testcase doesn't even compile: 42983.C: In function ‘int main()’: 42983.C:15:15: error: cannot convert ‘B’ to ‘A*’ in initialization -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Summary|[c++0x] Unvirtualzation of |[c++0x] Unvirtualization of |virtual destructor |virtual destructor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42983