rust/doc
Antoni Boucher e2f32c72a7 Ignore failing test
This test only fails with non-native 128-bit integers, but it will also
fail with native 128-bit integers if we copy/paste it so that it's
executed twice. Interestingly, wrapping the test in a loop won't make it
fail.
So, it could be due to stack space or unwinding in release mode.
Also, the test only fails with -O2:
../cargo.sh rustc --bin test-rust -- -O

It doesn't fail with -O3.
2023-10-17 07:57:56 -04:00
..
add-attribute.md Add guide to add new attributes support in libgccjit 2023-09-22 16:50:42 +02:00
gimple.md Add simpler alternative to generate gimple 2023-09-07 14:21:58 +02:00
sending-gcc-patch.md Add doc for sending patches to GCC 2023-08-17 14:29:00 +02:00
tests.md Ignore failing test 2023-10-17 07:57:56 -04:00