hov ; Richard Earnshaw
> >> ; nd ; Prathamesh Kulkarni
> >>
> >> Subject: [PATCH] arm: Fix bootstrap
> >>
> >> Hi all,
> >>
> >> I'd like to submit the following simple patch to fix bootstrap on arm.
> >>
> >> Apparently
Kyrylo Tkachov writes:
>> -Original Message-
>> From: Andrea Corallo
>> Sent: 17 December 2020 14:56
>> To: gcc-patches@gcc.gnu.org
>> Cc: Kyrylo Tkachov ; Richard Earnshaw
>> ; nd ; Prathamesh Kulkarni
>>
>> Subject: [PATCH] arm: Fix bo
> -Original Message-
> From: Andrea Corallo
> Sent: 17 December 2020 14:56
> To: gcc-patches@gcc.gnu.org
> Cc: Kyrylo Tkachov ; Richard Earnshaw
> ; nd ; Prathamesh Kulkarni
>
> Subject: [PATCH] arm: Fix bootstrap
>
> Hi all,
>
> I'd like to
ongoing.
Okay for trunk?
Thanks!
Andrea
>From 64cbd4705dc42b4d3ae37155d91b9ebec5862641 Mon Sep 17 00:00:00 2001
From: Andrea Corallo
Date: Thu, 17 Dec 2020 13:55:28 +0000
Subject: [PATCH] arm: Fix bootstrap
gcc/ChangeLog
2020-12-17 Andrea Corallo
* config/arm/arm_neon.h (
Hi,
In certain configurations of our auto-testers bootstrap fails because
the enabled attribute depends on "opt_enabled" which is driven by state
that is not constant for a compilation unit. We probably need a hot/
cold alternative which may be useful per insn.
For now, work around this till