From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25134 invoked by alias); 9 Nov 2015 16:22:04 -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 24959 invoked by uid 89); 9 Nov 2015 16:22:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f170.google.com Received: from mail-lb0-f170.google.com (HELO mail-lb0-f170.google.com) (209.85.217.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Nov 2015 16:22:00 +0000 Received: by lbbwb3 with SMTP id wb3so102426417lbb.1 for ; Mon, 09 Nov 2015 08:21:56 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.130.138 with SMTP id oe10mr14466268lbb.54.1447086116712; Mon, 09 Nov 2015 08:21:56 -0800 (PST) Received: by 10.114.71.114 with HTTP; Mon, 9 Nov 2015 08:21:56 -0800 (PST) In-Reply-To: <93ab327b9a4a513defd0b6f0b4a8f1c4d6716dad.1447053652.git.segher@kernel.crashing.org> References: <1d3e9ff999e20e4eb13a5825ac084074bd05a397.1447053652.git.segher@kernel.crashing.org> <93ab327b9a4a513defd0b6f0b4a8f1c4d6716dad.1447053652.git.segher@kernel.crashing.org> Date: Mon, 09 Nov 2015 16:22:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] rs6000: Extend 20050603-3.c testcase to 64-bit From: David Edelsohn To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-11/txt/msg01004.txt.bz2 On Sun, Nov 8, 2015 at 11:33 PM, Segher Boessenkool wrote: > The testcase used to fail on 64-bit, but it was disabled there. > This patch makes it run there, and beefs up the checking of the > generated code a bit. > > Tested on powerpc64-linux *-m32,-m32/-mpowerpc64,-m64). > Is this okay for trunk? > > > Segher > > > 2015-11-09 Segher Boessenkool > > gcc/testsuite/ > * gcc.target/powerpc/20050603-3.c: Don't restrict to ilp32. Do more > tests for the expected generated code. This is okay when the simplify-rtx.c patch is approved. Thanks, David