From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98ED7385780A; Mon, 16 Nov 2020 23:11:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98ED7385780A From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/97867] New: FAIL: test-combination.c.exe test-functions.c.exe test-pr66779.c.exe test-threads.c.exe killed Date: Mon, 16 Nov 2020 23:11:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 23:11:23 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97867 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 FAI= L) 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=