Re: [committed] add test for PR 86058

2021-04-14 Thread Jakub Jelinek via Gcc-patches
On Wed, Apr 14, 2021 at 10:49:42AM -0600, Martin Sebor via Gcc-patches wrote: > Apparently the IL GCC emits on some targets (arm and aarach64 with > mabi=ilp32, and powerpc64 to name the three where the failures have > been pointed out) isn't handled by the uninit pass and so it doesn't > issue the

Re: [committed] add test for PR 86058

2021-04-14 Thread Martin Sebor via Gcc-patches
On 4/14/21 2:11 AM, Christophe Lyon wrote: On Tue, 13 Apr 2021 at 21:50, Martin Sebor via Gcc-patches wrote: The issue has been fixed so r11-8161 just adds the test case: https://gcc.gnu.org/g:8084ab15a3e300e3b2c537e56e0f3a1b00778aec Hi, This new test fails on arm (and aarch64 with -ma

Re: [committed] add test for PR 86058

2021-04-14 Thread Christophe Lyon via Gcc-patches
On Tue, 13 Apr 2021 at 21:50, Martin Sebor via Gcc-patches wrote: > > The issue has been fixed so r11-8161 just adds the test case: >https://gcc.gnu.org/g:8084ab15a3e300e3b2c537e56e0f3a1b00778aec > Hi, This new test fails on arm (and aarch64 with -mabi=ilp32): XFAIL: gcc.dg/pr86058.c pr?

[committed] add test for PR 86058

2021-04-13 Thread Martin Sebor via Gcc-patches
The issue has been fixed so r11-8161 just adds the test case: https://gcc.gnu.org/g:8084ab15a3e300e3b2c537e56e0f3a1b00778aec Martin