From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A3E193858D37; Wed, 28 Jun 2023 21:42:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3E193858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687988533; bh=VXkzayxjLr5bYxxpSzp6g3xtPQCJGzA4NENz/2wTGRU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bXpxigKK2h573yTHcq7WAePefWRVbi2w/Bei7jsfNMWNRY32XrdcxjQSonkPtA+v2 4C8mBUSrmz0S3hckx1NG3OvxN90QnmVt7e7ysQ5RMBGTwyKrYA4treFV3j9XEsC2jy FbRkWHYq58Z7EdYPn+QNS60IR+kHeNPfHSijszUs= From: "pinskia 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:42:13 +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: pinskia 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 #4 from Andrew Pinski --- (In reply to David Malcolm from comment #3) >=20 > Reading symbols from > /home/dmalcolm/build/gcc/testsuite/jit4/jit-debuginfo.o...Dwarf Error: wr= ong > version in compilation unit header (is 5, should be 2, 3, or 4) [in module > /home/dmalcolm/build/gcc/testsuite/jit4/jit-debuginfo.o] >=20 > though I'm not sure if that's the cause of the error. Those look depedenent on the binutils version that is in use. I suspect if there is a newer version of binutils installed, it would just work. Dwarf5 = was added to binutils version 2.35.2 . Though maybe it is finding the wrong rea= delf ...=