From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6987 invoked by alias); 19 Nov 2007 19:55:10 -0000 Received: (qmail 6976 invoked by uid 22791); 19 Nov 2007 19:55:09 -0000 X-Spam-Check-By: sourceware.org Received: from e31.co.us.ibm.com (HELO e31.co.us.ibm.com) (32.97.110.149) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Nov 2007 19:55:02 +0000 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id lAJJt0J5030218 for ; Mon, 19 Nov 2007 14:55:00 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id lAJJsnMi026820 for ; Mon, 19 Nov 2007 12:54:49 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id lAJJsnoZ007908 for ; Mon, 19 Nov 2007 12:54:49 -0700 Received: from [192.168.1.102] (vorma.rchland.ibm.com [9.10.86.174]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id lAJJsm1Q007822; Mon, 19 Nov 2007 12:54:48 -0700 Subject: Re: [PING][PATCH][libobjc,rs6000] Fix DDmode ICE on testcase. From: Peter Bergner To: David Edelsohn Cc: "gcc-patches@gcc.gnu.org" In-Reply-To: <200711181903.lAIJ3uxX038832@makai.watson.ibm.com> References: <1191607765.7169.32.camel@otta> <200710251353.l9PDrcEl031634@makai.watson.ibm.com> <20071106031227.GA20656@vervain.rchland.ibm.com> <200711081454.lA8EslJV034616@makai.watson.ibm.com> <1194542122.6681.4.camel@otta> <200711181903.lAIJ3uxX038832@makai.watson.ibm.com> Content-Type: text/plain Date: Tue, 20 Nov 2007 00:08:00 -0000 Message-Id: <1195502087.16587.72.camel@otta> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-11/txt/msg01037.txt.bz2 On Sun, 2007-11-18 at 14:03 -0500, David Edelsohn wrote: > >>>>> Peter Bergner writes: > Peter> I removed them since we've already guaranteed that mode cannot be TFmode > Peter> with the "mode != TFmode" tests like the first line in the hunk above. > > Thanks for the explanation and your patience. The patch is fine. Thanks. I have committed this as revision 130296. Peter