Re: [PATCH] libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random

2021-11-12 Thread Jonathan Wakely via Gcc-patches
On Fri, 12 Nov 2021, 20:24 Hans-Peter Nilsson via Libstdc++, < libstd...@gcc.gnu.org> wrote: > Since r12-5056-g3439657b0286, there has been a regression in > test results; an additional 100 FAILs running the g++ and > libstdc++ testsuite on cris-elf, a newlib target. The > failures are linker

[PATCH] libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random

2021-11-12 Thread Hans-Peter Nilsson via Gcc-patches
Since r12-5056-g3439657b0286, there has been a regression in test results; an additional 100 FAILs running the g++ and libstdc++ testsuite on cris-elf, a newlib target. The failures are linker errors, not finding a definition for getentropy. It appears newlib has since 2017-12-03 declarations of