Re: [PATCH] arm: Fix bootstrap

2020-12-17 Thread Prathamesh Kulkarni via Gcc-patches
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 &#x

Re: [PATCH] arm: Fix bootstrap

2020-12-17 Thread Andrea Corallo via Gcc-patches
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

RE: [PATCH] arm: Fix bootstrap

2020-12-17 Thread Kyrylo Tkachov via Gcc-patches
> -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

[PATCH] arm: Fix bootstrap

2020-12-17 Thread Andrea Corallo via Gcc-patches
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 (

[Patch ARM] Fix bootstrap issue with thumb state + neon.

2014-06-05 Thread Ramana Radhakrishnan
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