https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83906
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |palves at gcc dot gnu.org --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- If I retry this while :; do echo -n .; make check RUNTESTFLAGS=prettyprinters.exp=80276.cc > /dev/null 2>/dev/null; grep -q ^FAIL testsuite/libstdc++.log && break; done under setarch x86_64 -R /bin/sh shell, I see no random failures, 20 PASSes in a row, then I've Ctrl-Ced it. The question is if this is because of ASLR of the gdb process, or ASLR of the debugger process.