testsuite: Fix up preprocessor conditions in bitint-31.c test
commit9073084a0648906c46dea5ed05650e94cf16a6ee
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2024 09:47:20 +0000 (12 10:47 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 12 Jan 2024 09:49:57 +0000 (12 10:49 +0100)
tree5ebf1ab7ff4afdb63c7a1baa359cb41930f43241
parent5fbc1b2e7c1bdf11f64765b278f477310c0f3436
testsuite: Fix up preprocessor conditions in bitint-31.c test

Andre reported on IRC that this test has weird preprocessor conditions,
obviously the intent was to test whether corresponding __*_MANT_DIG__
is equal to the expected value like earlier in the function definitions,
but somehow I've ended up with a comma expression instead, which was
always true.

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

* gcc.dg/bitint-31.c: Fix up #if conditions checking whether
__*_MANT_DIG__ is equal to a particular precision.
gcc/testsuite/gcc.dg/bitint-31.c