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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #3)
> Do we have a simple reproducer for the miscompiled Glibc library?

All one needs to do is with glibc git trunk
CC=trunk-gcc CXX=trunk-g++ ../configure --disable-sanity-check
make -jN
elf/ld.so ./libc.so.6
Segmentation fault (core dumped)

Reply via email to