From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02EF23835C04; Wed, 4 Aug 2021 09:44:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02EF23835C04 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1628070299; bh=KcuMaKX3FKqNcawJjzMTxXjv0+SLnDF4WVwvhHaHCeM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dMuiA7oISnyQx2HOZU+jtv/OOjvX9PSzWjjym9HUB3PR9BsXDTM11uiTd09Mcz8CG BWkfZ0XfDZNlEZqQwWaroWTYVp28Y2IAgTsj/GNeDVXNwzDLBbNtVu7x6FYHUZn8SH dLX/SCSs1KLrrlIvQfqjAh7naU8cxkcgW/qgn9kI= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug debugedit/28161] debugedit fails test against gcc git/binutils-2.37: [debugedit 5.0] testsuite: 17 19 21 failed Date: Wed, 04 Aug 2021 09:44:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 09:44:59 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28161 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Mark Wielaard --- commit ae27211cbbfb63a0ad3c141cd1310d7f583ec40e Author: Mark Wielaard Date: Fri Jul 30 18:09:46 2021 +0200 tests: Handle zero directory entry in .debug_line DWARF5 debugedit.at We were skipping the zero directory entry, because it was always the same as the directory entry at position one. But that isn't true anymore with gcc 11.2.1. There the zero dir entry is unique. Fix the debugedit.at .debug_line testcases using DWARF5 to also include dir entry zero. Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.=