Re: [committed] PR target/94530 (was [PATCH] PR target/48240)

2020-04-10 Thread Christophe Lyon via Gcc-patches
Hi, On Thu, 9 Apr 2020 at 10:57, Andrea Corallo wrote: > > Hi all, > > Second version of the patch for PR94530 (pr num fixed) addressing > comments. > > Bootstrapped on aarch64-unknown-linux-gnu. > > Committed. > The new test causes an ICE: FAIL: gcc.target/aarch64/pr94530.c (internal compiler

[committed] PR target/94530 (was [PATCH] PR target/48240)

2020-04-09 Thread Andrea Corallo
Hi all, Second version of the patch for PR94530 (pr num fixed) addressing comments. Bootstrapped on aarch64-unknown-linux-gnu. Committed. Andrea gcc/ChangeLog 2020-04-09 Andrea Corallo PR target/pr94530 * config/aarch64/falkor-tag-collision-avoidance.c (valid_src_

Re: [PATCH] PR target/48240

2020-04-09 Thread Andrea Corallo
Kyrylo Tkachov writes: > diff --git a/gcc/config/aarch64/falkor-tag-collision-avoidance.c > b/gcc/config/aarch64/falkor-tag-collision-avoidance.c > index 719df484ee61..4e07a43282f7 100644 > --- a/gcc/config/aarch64/falkor-tag-collision-avoidance.c > +++ b/gcc/config/aarch64/falkor-tag-collision-

Re: [PATCH] PR target/48240

2020-04-09 Thread Andrea Corallo
Richard Sandiford writes: > Andrea Corallo writes: >> Hi all, >> >> I'd like to submit this for PR48240. >> >> Bootstrapped on aarch64-unknown-linux-gnu. >> Okay for trunk when finished with regression? > > OK, but the PR number looks like a typo. Also: Ooops, no idea how did I managed to gene

RE: [PATCH] PR target/48240

2020-04-08 Thread Kyrylo Tkachov
Hi Andrea > -Original Message- > From: Gcc-patches On Behalf Of Andrea > Corallo > Sent: 08 April 2020 15:19 > To: gcc-patches@gcc.gnu.org > Cc: nd > Subject: [PATCH] PR target/48240 > > Hi all, > > I'd like to submit this for PR48240. > &g

Re: [PATCH] PR target/48240

2020-04-08 Thread Richard Sandiford
Andrea Corallo writes: > Hi all, > > I'd like to submit this for PR48240. > > Bootstrapped on aarch64-unknown-linux-gnu. > Okay for trunk when finished with regression? OK, but the PR number looks like a typo. Also: > Andrea > > gcc/ChangeLog > > 2020-??-?? Andrea Corallo > > PR target

[PATCH] PR target/48240

2020-04-08 Thread Andrea Corallo
Hi all, I'd like to submit this for PR48240. Bootstrapped on aarch64-unknown-linux-gnu. Okay for trunk when finished with regression? Andrea gcc/ChangeLog 2020-??-?? Andrea Corallo PR target/48240 * gcc/config/aarch64/falkor-tag-collision-avoidance.c (valid_src_p):