]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix up gcc.dg/pr113693.c for ia32
authorJakub Jelinek <jakub@redhat.com>
Mon, 12 Feb 2024 17:51:25 +0000 (18:51 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 12 Feb 2024 17:51:25 +0000 (18:51 +0100)
commit76fb83559dc85d9a6de92c0505cf5c4dfa698430
treeb2360b0c3bc7be3ae71ecf1cc5ac2bf244b19484
parent53bb7145135c0c9fe7f9735231befe2c7cba2708
testsuite: Fix up gcc.dg/pr113693.c for ia32

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.

2024-02-12  Jakub Jelinek  <jakub@redhat.com>

* gcc.dg/pr113693.c: Guard _BitInt(837) use with
__BITINT_MAXWIDTH__ >= 837.  Use dg-prune-output instead of
dg-message for dbgcnt message.
gcc/testsuite/gcc.dg/pr113693.c