From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E0C43858D37; Wed, 28 Jun 2023 21:38:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E0C43858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687988319; bh=N6Ps63sCyDD4WQ5guEm6yQtnV07IP5ey8uDqKn0MoFM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h2+GyRpTxj2KbuQNVzFs5oPS8i+M2uSTGqK0aCL/+VQnh58ric/LBqbmdG3dvoNHZ eKavhTk6gCQXPh5xFKmRb0aOnV0sgw23bo1pZCA8etH63Fo8HZdo9iexHTeLINefCP eAigNZcL7ArF0W+/MVjGwl9qrpHfFn3OT5YTH+kw= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/110466] jit.dg FAILs on ppc64le Date: Wed, 28 Jun 2023 21:38:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED 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: Message-ID: In-Reply-To: References: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110466 --- Comment #3 from David Malcolm --- With the above fix, the remaining failures are: FAIL: FAIL FAIL: FAIL FAIL: FAIL which are from testdebuginfo.c; I see: Reading symbols from /home/dmalcolm/build/gcc/testsuite/jit4/jit-debuginfo.o...Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /home/dmalcolm/build/gcc/testsuite/jit4/jit-debuginfo.o] though I'm not sure if that's the cause of the error.=