Re: [PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-15 Thread Andrea Corallo via Gcc-patches
Vladimir Makarov writes: > On 2020-12-14 11:23 a.m., Andrea Corallo wrote: >> Vladimir Makarov writes: >> >>> On 2020-12-10 10:12 a.m., Andrea Corallo wrote: Hi all, following discussion on PR97092 I'd like to submit the following patch with a fix plus associated testcase. >>

Re: [PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-14 Thread Vladimir Makarov via Gcc-patches
On 2020-12-14 11:23 a.m., Andrea Corallo wrote: Vladimir Makarov writes: On 2020-12-10 10:12 a.m., Andrea Corallo wrote: Hi all, following discussion on PR97092 I'd like to submit the following patch with a fix plus associated testcase. With this patch applied mode is recomputed at each i

Re: [PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-14 Thread Andrea Corallo via Gcc-patches
Vladimir Makarov writes: > On 2020-12-10 10:12 a.m., Andrea Corallo wrote: >> Hi all, >> >> following discussion on PR97092 I'd like to submit the following patch >> with a fix plus associated testcase. >> >> With this patch applied mode is recomputed at each iteration while >> looping across dif

Re: [PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-11 Thread Andrea Corallo via Gcc-patches
Vladimir Makarov writes: > On 2020-12-10 10:12 a.m., Andrea Corallo wrote: >> Hi all, >> >> following discussion on PR97092 I'd like to submit the following patch >> with a fix plus associated testcase. >> >> With this patch applied mode is recomputed at each iteration while >> looping across dif

Re: [PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-10 Thread Vladimir Makarov via Gcc-patches
On 2020-12-10 10:12 a.m., Andrea Corallo wrote: Hi all, following discussion on PR97092 I'd like to submit the following patch with a fix plus associated testcase. With this patch applied mode is recomputed at each iteration while looping across different copies in 'update_costs_from_allocno'

[PATCH] ira.c: Fix ICE in ira-color [PR97092]

2020-12-10 Thread Andrea Corallo via Gcc-patches
over subsequent iterations. bootstrapped and regtested on aarch64-unknown-linux-gnu. Okay for trunk? Thanks! Andrea >From 302573854794f023d8f4ab47660f367016627340 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 9 Dec 2020 17:59:12 +0100 Subject: [PATCH] ira.c: Fix ICE in ira-color