This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] combine: Fix for PR67028
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 18 Aug 2015 09:41:58 -0500
- Subject: Re: [PATCH] combine: Fix for PR67028
- Authentication-results: sourceware.org; auth=none
- References: <14d630b3de129c2b44e7d3d3a0a67ddbdda8f5f9 dot 1438998061 dot git dot segher at kernel dot crashing dot org>
On Fri, Aug 07, 2015 at 06:43:28PM -0700, Segher Boessenkool wrote:
> Bootstrapped and tested on powerpc64-linux. Applying to trunk; will
> backport it in a week or so.
I did that now (5 and 4.9). The patch needed a teeny bit of wiggling
because the older branches still have #ifdef WORD_REGISTER_OPERATIONS.
Segher