From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C0A0D393BC38; Fri, 17 Jul 2020 15:54:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0A0D393BC38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595001245; bh=drrBVbTiu/QsMSFn5fGxifh9ESdEhAvwyswYyfgWw/E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gISEU39Mkm7Colhs6FAK2C2WdScq0avImp95KAaV4cixIENrgmvy3ibMq5Hjd+Jaw ghQtNgv0KBEWtXChFWgwPpSw1NswLleyVPPIlwcmwouJdWetZ1skgqrYwDHsRIt+kK 9hLkhBbS2uxh2oUSrUPDthtkqcU+NiAjYvRB/3pY= From: "mark at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/47819] [meta-bug] LTO debug information issues Date: Fri, 17 Jul 2020 15:54:05 +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: 4.6.0 X-Bugzilla-Keywords: lto, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at gcc dot gnu.org X-Bugzilla-Status: NEW 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 15:54:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47819 --- Comment #4 from Mark Wielaard --- The following bugs might be added to this meta-bug. But they seemed not very urgent because they involve non-default -g/-f debug flags: - -flto -g -gsplit-dwarf is broken https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D88389 - .debug_pubnames/types empty with -flto https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D88878 - -g -flto -fdebug-types-section is broken for units with over 64k types https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93117 - exception and unwind state is not carried to LTO but controls EH vs debug frame https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D91794 - ICE with '-flto -g -femit-struct-debug-baseonly' https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93951 There is also: - LTO produces line info entries with invalid line numbers https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94311 But that seems to have been reduced to a variant of: - debug_line with LTO refers to bogus file-names https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93865 (Which already blocks this bug)=