From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15932 invoked by alias); 1 Dec 2008 10:37:26 -0000 Received: (qmail 15924 invoked by uid 22791); 1 Dec 2008 10:37:25 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 01 Dec 2008 10:36:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7744D29001F; Mon, 1 Dec 2008 11:36:43 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0U5JNGvSPxk3; Mon, 1 Dec 2008 11:36:42 +0100 (CET) Received: from [192.168.1.3] (83-153-81-212.rev.libertysurf.net [83.153.81.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 6D8FE290007; Mon, 1 Dec 2008 11:36:42 +0100 (CET) From: Eric Botcazou To: Matthias Klose Subject: Re: [PATCH][4.3][RFT] Fix PR37868, backport some PTA fixes Date: Mon, 01 Dec 2008 10:37:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: gcc-patches@gcc.gnu.org, Richard Guenther References: <200811201328.18159.ebotcazou@adacore.com> <4933AE11.40804@debian.org> In-Reply-To: <4933AE11.40804@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812011137.50350.ebotcazou@adacore.com> 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 X-SW-Source: 2008-12/txt/msg00008.txt.bz2 > PR37868 still fails on the 4.3 branch and the trunk, for a sparc-linux > biarch compiler defaulting to 32bit. Yes, the testcase doesn't pass on Solaris either, 32-bit or 64-bit. I'll take a look shortly. -- Eric Botcazou