On Wed, Feb 14, 2024 at 12:15:43PM +0400, Maxim Kuvyrkov wrote:
Running gcc:gcc.dg/vect/vect.exp ... FAIL: gcc.dg/vect/tsvc/vect-tsvc-s1281.c execution test
The failure is due to the timeout. I'm going to investigate whether this is a legitimate failure or your change just pushed testcase execution time over the threshold.
The commit only changed part of libgcc compiled on targets that do support _BitInt (so currently just x86_64). So it can't have changed anything on other targets.
Jakub