Re: [PATCH] testsuite: Fix up gcc.dg/pr113693.c for ia32

2024-02-12 Thread Richard Biener
> Am 12.02.2024 um 18:13 schrieb Jakub Jelinek : > > Hi! > > As I wrote earlier and we've discussed on IRC, with the ia32 _BitInt > enablement patch this testcase FAILs on ia32, there is nothing vectorized in > there, even with -mavx512{vl,bw,dq}, so no dbgcnt messages are emitted. > > The f

[PATCH] testsuite: Fix up gcc.dg/pr113693.c for ia32

2024-02-12 Thread Jakub Jelinek
Hi! As I wrote earlier and we've discussed on IRC, with the ia32 _BitInt enablement patch this testcase FAILs on ia32, there is nothing vectorized in there, even with -mavx512{vl,bw,dq}, so no dbgcnt messages are emitted. The following patch instead prunes it. Bootstrapped/regtested on x86_64-li