Re: [patch] Do not apply scalar storage order to pointer fields

2021-05-07 Thread Richard Biener via Gcc-patches
On Fri, May 7, 2021 at 12:42 PM Eric Botcazou wrote: > > Hi, > > I didn't really think of pointer fields (nor of vector fields originally) when > implementing the scalar_storage_order attribute, so they are swapped as well. > As Ulrich pointed out, this is problematic to describe in DWARF and prob

[patch] Do not apply scalar storage order to pointer fields

2021-05-07 Thread Eric Botcazou
Hi, I didn't really think of pointer fields (nor of vector fields originally) when implementing the scalar_storage_order attribute, so they are swapped as well. As Ulrich pointed out, this is problematic to describe in DWARF and probably not very useful in any case, so the attached patch pulls t