From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DAF13858D3C; Wed, 28 Jun 2023 21:43:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DAF13858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687988580; bh=oiR3WHDQAsDapJSW3Gieg9jaf5gd5mhuBH4eFXGjU5g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O3UdMKGySHVopGWbthJ5hj+o2aKd7nhQ3ZCnTiRkIpfYAnazi0xgWwSttoIm1VulM 3R78Q/KOEUL5ltSPOLUaMX76tlvhnFvJY9hcqncC+bQYI73Nk+uBsKwubUs5+3O6qe QfyGTLefuHzm/XK70T4y9YE4e8nN2IS/+aaVA2kQ= 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:43:00 +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 #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > (In reply to David Malcolm from comment #3) > >=20 > > 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 mod= ule > > /home/dmalcolm/build/gcc/testsuite/jit4/jit-debuginfo.o] > >=20 > > though I'm not sure if that's the cause of the error. >=20 > 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 wro= ng > readelf ... Or rather it is gdb that is complaining and a newer gdb version is needed.=