]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Disable bit tests in aarch64/pr99988.c
authorFilip Kastl <fkastl@suse.cz>
Sat, 10 May 2025 16:30:23 +0000 (18:30 +0200)
committerFilip Kastl <fkastl@suse.cz>
Sat, 10 May 2025 16:30:23 +0000 (18:30 +0200)
commitafaed441b5b096376afd15cb58c9a8a567fecdcf
treed170e8b58a3723036836135a93e12448032a8394
parent358a5aedf2b5b61f4edfc7964144355a4897dbb9
testsuite: Disable bit tests in aarch64/pr99988.c

My recent changes to bit-test switch lowering broke pr99988.c testcase.
The testcase assumes a switch will be lowered using jump tables.  Make
the testcase run with -fno-bit-tests.

Pushed as obvious.

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/pr99988.c: Add -fno-bit-tests.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
gcc/testsuite/gcc.target/aarch64/pr99988.c