https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68579
Bug ID: 68579 Summary: FAIL: libgomp.c/target-32.c execution test Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- Doesn't fail all the time. By copy-pasting compile and run commands from libgomp.log, and running target-32.exe in a loop: ... ( LD_LIBRARY_PATH=... ; for i in $(seq 1 1000); do ./target-32.exe; s=$?; if [ $s -ne 0 ]; then echo $s; fi; done ) ... I get: ... 139 139 139 139 139 139 ... So a failure rate of 0.6%. Used revision: r23099. Target: x86_64-pc-linux-gnu Configured with: configure --disable-bootstrap --enable-checking=yes,rtl --enable-languages=c