From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DA4D638618AB; Tue, 28 Nov 2023 12:58:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA4D638618AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701176331; bh=Jij6++ixHzoTYCWNEnnmO8L0V0Q6YoDZ2OzbDG9j+FU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XAz2mYa94axsgxFw9VrpmvX+BmwfAWqX7Z8UqNCP/MNMjDthGZQNsJmkWcYLJKw2z XqzQ+vr2B+Yi3YHOpEIE67SeiUvZcuCzAF4qJ5A6tMd0iKHIKrbTzg79HiLylll84M AYHAIQSVkjHva8ZXis8snAmDAFVjMvPtFr5VolRY= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/111409] Invalid .debug_macro.dwo macro information for split DWARF Date: Tue, 28 Nov 2023 12:58:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111409 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro at gcc dot gnu.org --- Comment #3 from Rainer Orth --- The new test FAILs on a couple of targets (sparc-sun-solaris2.11, powerpc-ibm-aix7.2.5.0, hppa64-hp-hpux11.11). I've commited a patch for the Solaris/SPARC (and probably AIX) issue: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/638456.html HP/UX seems to be different, however. Besides, is there a reason this PR is still open?=