https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114628

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Note we get 2 difference ICEs depending on if `#if ` is 1 or 0.
> It seems like it would be useful if some more torture tests for _BitInt were
> included so `-g` gets a little more testing.

We have lots of bitint torture tests, but because those tests often are fairly
expensive, they are usually excluded unless GCC_TEST_RUN_EXPENSIVE=1 (which I'm
quite often using for
make check-gcc -j32 -k GCC_TEST_RUN_EXPENSIVE=1
RUNTESTFLAGS="GCC_TEST_RUN_EXPENSIVE=1 dg.exp='*bitint* pr112673.c
builtin-stdc-bit-*.c pr112566-2.c pr112511.c' dg-torture.exp=*bitint*
dfp.exp=*bitint*"
testing on x86_64/i686-linux.

Reply via email to