This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] testsuite: Check for pow at the end of words only
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 4 Feb 2015 11:22:57 +0100
- Subject: Re: [PATCH] testsuite: Check for pow at the end of words only
- Authentication-results: sourceware.org; auth=none
- References: <2112a6ca93b732c59a68a20e1709aefdb44e7b5d dot 1423044399 dot git dot segher at kernel dot crashing dot org>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Feb 04, 2015 at 02:14:53AM -0800, Segher Boessenkool wrote:
> These two testcases stopped working on rs6000, since we now emit
> ".machine power4" and similar pseudo-ops. This fixes it by testing
> for "pow" at the end of words only.
>
> Regression checking in progress on powerpc64-linux (where it failed
> before); okay if it passes?
>
>
> Segher
>
>
> 2015-02-04 Segher Boessenkool <segher@kernel.crashing.org>
>
> gcc/testsuite/
> * gcc.dg/builtins-58.c: Check for pow at the end of words only.
> * gcc.dg/pr46728-6.c: Ditto.
Ok, thanks.
Jakub