From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17621 invoked by alias); 20 Jan 2011 16:12:08 -0000 Received: (qmail 17600 invoked by uid 22791); 20 Jan 2011 16:12:06 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ksp.mff.cuni.cz (HELO atrey.karlin.mff.cuni.cz) (195.113.26.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Jan 2011 16:12:00 +0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 4018) id 41EFEF0482; Thu, 20 Jan 2011 17:11:58 +0100 (CET) Date: Thu, 20 Jan 2011 16:41:00 -0000 From: Jan Hubicka To: "rguenth at gcc dot gnu.org" Cc: gcc-bugs@gcc.gnu.org Subject: Re: [Bug c++/47367] internal compiler error: verify_cgraph_node failed Message-ID: <20110120161158.GC1004@atrey.karlin.mff.cuni.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes 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: 2011-01/txt/msg02066.txt.bz2 > It works for me with current trunk which suggests this is a duplicate bug > that was fixed in the meantime. Please re-check with a more recent version. Yes, I am pretty sure it is dup of the inliner bug I was fixing earlier this year. Honza