Re: [r11-5391 Regression] FAIL: gcc.target/i386/avx512vl-vxorpd-2.c execution test on Linux/x86_64

2020-12-08 Thread Hongtao Liu via Gcc-patches
On Tue, Dec 8, 2020 at 6:23 PM Jakub Jelinek wrote: > > On Mon, Nov 30, 2020 at 06:16:06PM +0800, Hongtao Liu via Gcc-patches wrote: > > Add no strict aliasing to function CALC, since there are > > > > "long long tmp = (*(long long *) [i]) ^ (*(long long *) [i]);" > > in function CALC. > > > > >

Re: [r11-5391 Regression] FAIL: gcc.target/i386/avx512vl-vxorpd-2.c execution test on Linux/x86_64

2020-12-08 Thread Jakub Jelinek via Gcc-patches
On Mon, Nov 30, 2020 at 06:16:06PM +0800, Hongtao Liu via Gcc-patches wrote: > Add no strict aliasing to function CALC, since there are > > "long long tmp = (*(long long *) [i]) ^ (*(long long *) [i]);" > in function CALC. > > > modified gcc/testsuite/gcc.target/i386/avx512dq-vandnpd-2.c >

Re: [r11-5391 Regression] FAIL: gcc.target/i386/avx512vl-vxorpd-2.c execution test on Linux/x86_64

2020-11-30 Thread Hongtao Liu via Gcc-patches
Add no strict aliasing to function CALC, since there are "long long tmp = (*(long long *) [i]) ^ (*(long long *) [i]);" in function CALC. modified gcc/testsuite/gcc.target/i386/avx512dq-vandnpd-2.c @@ -9,6 +9,7 @@ #include "avx512f-mask-type.h" void +__attribute__ ((optimize

[r11-5391 Regression] FAIL: gcc.target/i386/avx512vl-vxorpd-2.c execution test on Linux/x86_64

2020-11-25 Thread sunil.k.pandey via Gcc-patches
On Linux/x86_64, bb07490abba850fd5b1d2d09d76d18b8bdc7d817 is the first bad commit commit bb07490abba850fd5b1d2d09d76d18b8bdc7d817 Author: Jan Hubicka Date: Wed Nov 25 20:51:26 2020 +0100 Add EAF_NODIRECTESCAPE flag caused FAIL: gcc.target/i386/avx512vl-vandnpd-2.c execution test FAIL: