From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31513 invoked by alias); 14 Feb 2014 20:48:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 31498 invoked by uid 89); 14 Feb 2014 20:48:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-gw-04.oit.duke.edu Received: from mx-gw-04.oit.duke.edu (HELO mail-gw-04.oit.duke.edu) (152.3.189.230) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 14 Feb 2014 20:48:29 +0000 Received: from mail-gw-04.oit.duke.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id 8B5AB33C83CA_2FE811BB; Fri, 14 Feb 2014 20:48:27 +0000 (GMT) Received: from [192.168.1.5] (cpe-065-190-177-158.nc.res.rr.com [65.190.177.158]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mail-gw-04.oit.duke.edu (Sophos Email Appliance) with ESMTPSA id 66A3233C83C7_2FE811BF; Fri, 14 Feb 2014 20:48:27 +0000 (GMT) Message-ID: <52FE811A.408@duke.edu> Date: Fri, 14 Feb 2014 20:48:00 -0000 From: Benjamin Redelings User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.3.0 MIME-Version: 1.0 To: Jan Hubicka CC: gcc-patches@gcc.gnu.org Subject: Re: pure virtual method called References: <4CB4C377.3030305@nescent.org> <52FE7A37.2020305@duke.edu> <20140214202116.GA18257@kam.mff.cuni.cz> In-Reply-To: <20140214202116.GA18257@kam.mff.cuni.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-02/txt/msg00950.txt.bz2 On 02/14/2014 03:21 PM, Jan Hubicka wrote: > Hi, > the testcase would be wonderful - those bugs are hard to catch. Yeah - hope to soon. > I fixed some issues > recently, so you may try recent snapshot if you didn't. > You may try -fno-devirtualize to see if the bug goes away (likely it will) and you > may try to look in -fdump-tree-all -fdump-ipa-all dumps where cxa_pure_virtual call > appears in the program and send me some context. Thanks! -BenRI