[Bug libgomp/68579] New: FAIL: libgomp.c/target-32.c execution test

vries at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 27 09:11:00 GMT 2015


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


More information about the Gcc-bugs mailing list