From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28757 invoked by alias); 1 Jun 2015 13:13:59 -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 28711 invoked by uid 89); 1 Jun 2015 13:13:58 -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-f170.google.com Received: from mail-ie0-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 01 Jun 2015 13:13:57 +0000 Received: by iesa3 with SMTP id a3so108351103ies.2 for ; Mon, 01 Jun 2015 06:13:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.43.194 with SMTP id y2mr13265815igl.35.1433164435572; Mon, 01 Jun 2015 06:13:55 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Mon, 1 Jun 2015 06:13:55 -0700 (PDT) In-Reply-To: <20150601062718.GT14752@bubble.grove.modra.org> References: <20150601062718.GT14752@bubble.grove.modra.org> Date: Mon, 01 Jun 2015 13:13:00 -0000 Message-ID: Subject: Re: [RS6000] vsx_extract_v4sf From: David Edelsohn To: GCC Patches , Michael Meissner , Alan Modra Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00070.txt.bz2 On Mon, Jun 1, 2015 at 2:27 AM, Alan Modra wrote: > Found today when deleting "S" constraint, unused after a local patch. > rs6000/vsx.md:1867: error: undefined machine-specific constraint at this point: "Sa>," > That can't be good says I. An over-enthusiastic search and replace > by the look of it. Bootstrapped and regression tested > powerpc64le-linux. OK for mainline and gcc-5 branch? > > * config/rs6000/vsx.md (vsx_extract_v4sf): Revert accidental > 2014-08-11 change. Okay. Thanks, David