Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-30 Thread Christophe Lyon
On Thu, 29 Aug 2019 at 23:26, Bernd Edlinger wrote: > > On 8/29/19 11:08 AM, Christophe Lyon wrote: > > On Thu, 29 Aug 2019 at 10:58, Kyrill Tkachov > > wrote: > >> > >> Hi Bernd, > >> > >> On 8/28/19 10:36 PM, Bernd Edlinger wrote: > >>> On 8/28/19 2:07 PM, Christophe Lyon wrote: > Hi, > >>

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-30 Thread Kyrill Tkachov
Hi Bernd, On 8/29/19 10:26 PM, Bernd Edlinger wrote: On 8/29/19 11:08 AM, Christophe Lyon wrote: On Thu, 29 Aug 2019 at 10:58, Kyrill Tkachov wrote: Hi Bernd, On 8/28/19 10:36 PM, Bernd Edlinger wrote: On 8/28/19 2:07 PM, Christophe Lyon wrote: Hi, This patch causes an ICE when building l

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-29 Thread Bernd Edlinger
On 8/29/19 11:08 AM, Christophe Lyon wrote: > On Thu, 29 Aug 2019 at 10:58, Kyrill Tkachov > wrote: >> >> Hi Bernd, >> >> On 8/28/19 10:36 PM, Bernd Edlinger wrote: >>> On 8/28/19 2:07 PM, Christophe Lyon wrote: Hi, This patch causes an ICE when building libgcc's unwind-arm.o w

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-29 Thread Christophe Lyon
On Thu, 29 Aug 2019 at 10:58, Kyrill Tkachov wrote: > > Hi Bernd, > > On 8/28/19 10:36 PM, Bernd Edlinger wrote: > > On 8/28/19 2:07 PM, Christophe Lyon wrote: > >> Hi, > >> > >> This patch causes an ICE when building libgcc's unwind-arm.o > >> when configuring GCC: > >> --target arm-none-linux-g

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-29 Thread Kyrill Tkachov
Hi Bernd, On 8/28/19 10:36 PM, Bernd Edlinger wrote: On 8/28/19 2:07 PM, Christophe Lyon wrote: Hi, This patch causes an ICE when building libgcc's unwind-arm.o when configuring GCC: --target arm-none-linux-gnueabihf --with-mode thumb --with-cpu cortex-a15 --with-fpu neon-vfpv4: The build wo

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-28 Thread Bernd Edlinger
On 8/28/19 2:07 PM, Christophe Lyon wrote: > Hi, > > This patch causes an ICE when building libgcc's unwind-arm.o > when configuring GCC: > --target arm-none-linux-gnueabihf --with-mode thumb --with-cpu > cortex-a15 --with-fpu neon-vfpv4: > > The build works for the same target, but --with-mode

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-28 Thread Christophe Lyon
On Wed, 28 Aug 2019 at 11:42, Kyrill Tkachov wrote: > > > On 8/28/19 10:38 AM, Bernd Edlinger wrote: > > On 8/27/19 11:25 AM, Kyrill Tkachov wrote: > >> Hi Bernd, > >> > >> On 8/15/19 8:47 PM, Bernd Edlinger wrote: > >>> Hi, > >>> > >>> this is the split out part from the "Fix not 8-byte aligned l

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-28 Thread Kyrill Tkachov
On 8/28/19 10:38 AM, Bernd Edlinger wrote: On 8/27/19 11:25 AM, Kyrill Tkachov wrote: Hi Bernd, On 8/15/19 8:47 PM, Bernd Edlinger wrote: Hi, this is the split out part from the "Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)" which is sanitizing the middle-end interface to the back-

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-28 Thread Bernd Edlinger
On 8/27/19 11:25 AM, Kyrill Tkachov wrote: > Hi Bernd, > > On 8/15/19 8:47 PM, Bernd Edlinger wrote: >> Hi, >> >> this is the split out part from the "Fix not 8-byte aligned ldrd/strd on >> ARMv5 (PR 89544)" >> which is sanitizing the middle-end interface to the back-end for strict >> alignment,

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-27 Thread Kyrill Tkachov
Hi Bernd, On 8/15/19 8:47 PM, Bernd Edlinger wrote: Hi, this is the split out part from the "Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)" which is sanitizing the middle-end interface to the back-end for strict alignment, and a couple of bug-fixes that are necessary to survive boot-st

[PING] [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-23 Thread Bernd Edlinger
On 8/23/19 12:57 AM, Jeff Law wrote: > On 8/15/19 1:47 PM, Bernd Edlinger wrote: >> Hi, >> >> this is the split out part from the "Fix not 8-byte aligned ldrd/strd on >> ARMv5 (PR 89544)" >> which is sanitizing the middle-end interface to the back-end for strict >> alignment, >> and a couple of b

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-22 Thread Jeff Law
On 8/15/19 1:47 PM, Bernd Edlinger wrote: > Hi, > > this is the split out part from the "Fix not 8-byte aligned ldrd/strd on > ARMv5 (PR 89544)" > which is sanitizing the middle-end interface to the back-end for strict > alignment, > and a couple of bug-fixes that are necessary to survive boot-s

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-22 Thread Jeff Law
On 8/17/19 1:44 AM, Bernd Edlinger wrote: > On 8/15/19 9:47 PM, Bernd Edlinger wrote: >> Hi, >> >> this is the split out part from the "Fix not 8-byte aligned ldrd/strd on >> ARMv5 (PR 89544)" >> which is sanitizing the middle-end interface to the back-end for strict >> alignment, >> and a couple

Re: [PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-17 Thread Bernd Edlinger
On 8/15/19 9:47 PM, Bernd Edlinger wrote: > Hi, > > this is the split out part from the "Fix not 8-byte aligned ldrd/strd on > ARMv5 (PR 89544)" > which is sanitizing the middle-end interface to the back-end for strict > alignment, > and a couple of bug-fixes that are necessary to survive boot-s

[PATCH] Sanitizing the middle-end interface to the back-end for strict alignment

2019-08-15 Thread Bernd Edlinger
Hi, this is the split out part from the "Fix not 8-byte aligned ldrd/strd on ARMv5 (PR 89544)" which is sanitizing the middle-end interface to the back-end for strict alignment, and a couple of bug-fixes that are necessary to survive boot-strap. It is intended to be applied after the PR 89544 fi