Re: [PATCH] aarch64: Fix va_arg alignment handling (PR target/105549)

2022-06-07 Thread Christophe Lyon via Gcc-patches
I've reworked my patch for this PR, so this one is obsolete. The new one is: https://gcc.gnu.org/pipermail/gcc-patches/2022-June/596326.html On 5/10/22 17:02, Christophe Lyon wrote: While working on enabling DFP for AArch64, I noticed new failures in gcc.dg/compat/struct-layout-1.exp (t028) wh

[PATCH] aarch64: Fix va_arg alignment handling (PR target/105549)

2022-05-10 Thread Christophe Lyon via Gcc-patches
While working on enabling DFP for AArch64, I noticed new failures in gcc.dg/compat/struct-layout-1.exp (t028) which were not actually caused by DFP types handling. These tests are generated during 'make check' and enabling DFP made generation different (not sure if new non-DFP tests are generated,