From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9333 invoked by alias); 16 Dec 2007 18:10:36 -0000 Received: (qmail 9325 invoked by uid 22791); 16 Dec 2007 18:10:36 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.99.106.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Dec 2007 18:10:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id C0F66164968; Sun, 16 Dec 2007 19:10:27 +0100 (CET) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cEQefNmlZ9-y; Sun, 16 Dec 2007 19:10:27 +0100 (CET) Received: from [192.168.1.3] (dyn-83-156-59-86.ppp.tiscali.fr [83.156.59.86]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTP id 80C6616498F; Sun, 16 Dec 2007 19:10:27 +0100 (CET) From: Eric Botcazou To: Jakub Jelinek Subject: Re: Problem with SSA inlining and default defs Date: Sun, 16 Dec 2007 18:27:00 -0000 User-Agent: KMail/1.7.1 Cc: gcc@gcc.gnu.org References: <200712161854.29543.ebotcazou@adacore.com> <20071216180653.GE2947@sunsite.mff.cuni.cz> In-Reply-To: <20071216180653.GE2947@sunsite.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712161911.49593.ebotcazou@adacore.com> 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/msg00473.txt.bz2 > 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". -- Eric Botcazou