This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, rs6000] Follow-on fix for PR target/80210: ICE in extract_insn
- From: Peter Bergner <bergner at vnet dot ibm dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Date: Thu, 14 Dec 2017 21:55:38 -0600
- Subject: Re: [PATCH, rs6000] Follow-on fix for PR target/80210: ICE in extract_insn
- Authentication-results: sourceware.org; auth=none
- References: <ecbe6ac7-af09-4cb0-fdb5-ccbd69239b01@vnet.ibm.com> <20170929223120.GT8421@gate.crashing.org> <dd9786b5-c94b-cf66-2d7f-c0c9a16d9919@vnet.ibm.com> <20171002171050.GD8421@gate.crashing.org>
On 10/2/17 12:10 PM, Segher Boessenkool wrote:
> On Mon, Oct 02, 2017 at 12:00:55PM -0500, Peter Bergner wrote:
>> On 9/29/17 5:31 PM, Segher Boessenkool wrote:
>>> Looks great to me, please commit. But hold off until Monday please, it
>>> will interfere with testing otherwise.
>>
>> Ok, committed now (Monday). I'd also like to back port this to the
>> GCC 7 and 6 release branches, where the earlier fix was also back
>> ported to. Ok there after a week or so of burn in on trunk?
>
> Certainly. Thanks!
It seems I forgot to back port this fix, so it's had a lot of burn in
time! :-) I re-regtested the patch on powerpc64le-linux, powerpc64-linux
and powerpc-linux on both release branches and there were no regressions,
so I went ahead and committed it. Thanks.
Peter