From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62984 invoked by alias); 13 Mar 2016 21:55:03 -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 62968 invoked by uid 89); 13 Mar 2016 21:55:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1039 X-HELO: mail-oi0-f45.google.com Received: from mail-oi0-f45.google.com (HELO mail-oi0-f45.google.com) (209.85.218.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 13 Mar 2016 21:55:00 +0000 Received: by mail-oi0-f45.google.com with SMTP id m82so120811290oif.1 for ; Sun, 13 Mar 2016 14:55:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=yCFXIw1Cn8MQX3DDjT+U5NG03Qo0RwXzlU7QARAa0hU=; b=gh2juT7bOoWMOv2vrywDwhCHc5lWtHOKEFDzvlxxdAOAj3eofTJBxY03TYjTHhSKax /zMb5J1OnHJ8CuY6049I91/6Xmhus2d/Rc/2gZl6ZlHHEN5lXQ0BWMoe52BzdkUDSvH7 8L9R3ZpyQYCqmDGpHpdidRPW4/hHLC3P13iMvs8HkyB7jNAbyuGaMUZIiuvJVFRfVQlJ fUklBj5blHQJkbwRCS36Yfg3MXnZolsBFmPP0DPXPP3h9xGHZmF24atCp9Vc9NSGwozO xPaUPUqiKR/tDC8yQQ57G5CYOV6pa1TyXyx7Mi2zOP67LJNrZPfSBpt64c0jT/TeK1cD ED8g== X-Gm-Message-State: AD7BkJKvTB5G35+aCN7mueyDqAgSXX6H5XCq1KSY5f/Kd4B4g1hdimP1zweJZ9hgo22rEHSfrNJSlG1fYDBKrA== MIME-Version: 1.0 X-Received: by 10.202.4.199 with SMTP id 190mr11524669oie.132.1457906098999; Sun, 13 Mar 2016 14:54:58 -0700 (PDT) Received: by 10.157.41.42 with HTTP; Sun, 13 Mar 2016 14:54:58 -0700 (PDT) In-Reply-To: <20160313185213.GA10657@gate.crashing.org> References: <20160313185213.GA10657@gate.crashing.org> Date: Sun, 13 Mar 2016 21:55:00 -0000 Message-ID: Subject: Re: [PATCH] rs6000: Handle "d" output in the bd*z patterns (PR70098) From: David Edelsohn To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-03/txt/msg00751.txt.bz2 On Sun, Mar 13, 2016 at 2:52 PM, Segher Boessenkool wrote: > On Sat, Mar 12, 2016 at 09:59:12AM -0500, David Edelsohn wrote: >> > 2016-03-12 Segher Boessenkool >> > >> > PR target/70098 >> > * config/rs6000/rs6000.md (*ctr_internal1, *ctr_internal2, >> > *ctr_internal5, *ctr_internal6): Also allow "d" as output. >> > (define_split for the GPR case): Use int_reg_operand instead of >> > gpc_reg_operand for the output. >> > >> > gcc/testsuite/ >> > PR target/70098 >> > * g++.dg/pr70098.C: New testcase. >> >> This is okay. >> >> The testcase will need some XFAILs. > > That wasn't so easy. I came up with the following; okay as well? > (I'll fold it before committing). > > > Segher > > > gcc/testsuite/ > * lib/target-supports.exp (check_effective_target_powerpc64_no_dm): > New function. This is okay with me. Should the testcase go in g++.dg or gcc.target/powerpc? Thanks, David