From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125218 invoked by alias); 3 Apr 2015 13:35:25 -0000 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 Received: (qmail 125197 invoked by uid 89); 3 Apr 2015 13:35:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f171.google.com Received: from mail-ie0-f171.google.com (HELO mail-ie0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 03 Apr 2015 13:35:23 +0000 Received: by iedfl3 with SMTP id fl3so102534709ied.1 for ; Fri, 03 Apr 2015 06:35:21 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.225.72 with SMTP id ri8mr4758410igc.48.1428068121623; Fri, 03 Apr 2015 06:35:21 -0700 (PDT) Received: by 10.36.43.131 with HTTP; Fri, 3 Apr 2015 06:35:21 -0700 (PDT) In-Reply-To: <20150403125146.GW26234@bubble.grove.modra.org> References: <20150402052235.GU26234@bubble.grove.modra.org> <20150402234142.GA31174@ibm-tiger.the-meissners.org> <20150403125146.GW26234@bubble.grove.modra.org> Date: Fri, 03 Apr 2015 13:35:00 -0000 Message-ID: Subject: Re: [RS6000] Fix 65576 regression From: David Edelsohn To: Michael Meissner , GCC Patches , Michael Meissner , Alan Modra Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2015-04/txt/msg00119.txt.bz2 On Fri, Apr 3, 2015 at 8:51 AM, Alan Modra wrote: > On Thu, Apr 02, 2015 at 08:02:57PM -0400, David Edelsohn wrote: >> If the final alternative cannot occur, it should be removed as well. >> Alan, would you please test that change also? > > Tested powerpc64-linux and powerpc-linux no regressions. > > * config/rs6000/rs6000.md (extenddftf2_internal): Remove last > alternative. Okay with the two patches combined. Thanks, David