This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2] rs6000: Extend 20050603-3.c testcase to 64-bit
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 9 Nov 2015 08:21:56 -0800
- Subject: Re: [PATCH 2/2] rs6000: Extend 20050603-3.c testcase to 64-bit
- Authentication-results: sourceware.org; auth=none
- References: <1d3e9ff999e20e4eb13a5825ac084074bd05a397 dot 1447053652 dot git dot segher at kernel dot crashing dot org> <93ab327b9a4a513defd0b6f0b4a8f1c4d6716dad dot 1447053652 dot git dot segher at kernel dot crashing dot org>
On Sun, Nov 8, 2015 at 11:33 PM, Segher Boessenkool
<segher@kernel.crashing.org> 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 <segher@kernel.crashing.org>
>
> 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