From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21102 invoked by alias); 16 Dec 2007 19:43:20 -0000 Received: (qmail 21092 invoked by uid 22791); 16 Dec 2007 19:43:20 -0000 X-Spam-Check-By: sourceware.org Received: from sunsite.ms.mff.cuni.cz (HELO sunsite.mff.cuni.cz) (195.113.15.26) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Dec 2007 19:43:11 +0000 Received: from sunsite.mff.cuni.cz (localhost.localdomain [127.0.0.1]) by sunsite.mff.cuni.cz (8.13.8/8.13.8) with ESMTP id lBGJmUh2000835; Sun, 16 Dec 2007 20:48:30 +0100 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.13.8/8.13.8/Submit) id lBGJmU7u000831; Sun, 16 Dec 2007 20:48:30 +0100 Date: Sun, 16 Dec 2007 19:45:00 -0000 From: Jakub Jelinek To: Eric Botcazou Cc: gcc@gcc.gnu.org Subject: Re: Problem with SSA inlining and default defs Message-ID: <20071216194830.GF2947@sunsite.mff.cuni.cz> Reply-To: Jakub Jelinek References: <200712161854.29543.ebotcazou@adacore.com> <20071216180653.GE2947@sunsite.mff.cuni.cz> <200712161911.49593.ebotcazou@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712161911.49593.ebotcazou@adacore.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00477.txt.bz2 On Sun, Dec 16, 2007 at 07:11:49PM +0100, Eric Botcazou wrote: > > This sounds like PR31081. > > Indeed, the C++ testcase is the exact translation of my Ada testcase. :-) > > The problem seems to arise relatively often in Ada, I think the PR should be > made "critical". Yeah, to me this looks like the most worrisome P1 4.3 regression. Jakub