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

            Bug ID: 97867
           Summary: FAIL: test-combination.c.exe test-functions.c.exe
                    test-pr66779.c.exe test-threads.c.exe  killed
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

Today's build of mine of GCC trunk on x86_64-linux shows failures in the
following tests:

!  FAIL: test-combination.c.exe (1: +1)
!  FAIL: test-functions.c.exe (1: +1)
!  FAIL: test-pr66779.c.exe (1: +1)
!  FAIL: test-threads.c.exe (1: +1)

They all seem to fail with a SEGV:

$ find gcc/testsuite -name "*.log" | xargs grep -e test-combination.c.exe -e
test-functions.c.exe -e test-pr66779.c.exe -e test-threads.c.exe | grep FAIL)
gcc/testsuite/jit/jit.log:FAIL: test-combination.c.exe killed: 23122 exp6 0 0
CHILDKILLED SIGSEGV {segmentation violation}
gcc/testsuite/jit/jit.log:FAIL: test-functions.c.exe killed: 31302 exp6 0 0
CHILDKILLED SIGSEGV {segmentation violation}
gcc/testsuite/jit/jit.log:FAIL: test-pr66779.c.exe killed: 28080 exp6 0 0
CHILDKILLED SIGSEGV {segmentation violation}
gcc/testsuite/jit/jit.log:FAIL: test-threads.c.exe killed: 5980 exp6 0 0
CHILDKILLED SIGABRT SIGABRT

Reply via email to