From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D13763857BA8; Mon, 27 Nov 2023 08:17:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D13763857BA8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701073031; bh=kvBtUw/AeeyjxKuoIZKuyaEv3viTkHY9XS99ptMZPp0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mQfS+1vrq2wuq8BUyEL9xfKgH1BU6PKY7b3jA91BEA1abkn1k5o7MPHdXd6RT5yzB fmH0vHh0SoNz7lV+qJDcYhwX1XNwXvFwr5cNHZYTO1YW5bSmL1LIB1lXVGpvyoGdhI oDRPaLlmm0PQIaH8FSY9X/P6TRE1UPFKjXEoTEiU= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/112718] [11/12/13/14 Regression] ICE: in add_dwarf_attr, at dwarf2out.cc:4501 with -g -fdebug-types-section -flto -ffat-lto-objects Date: Mon, 27 Nov 2023 08:17:11 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status short_desc everconfirmed cf_reconfirmed_on target_milestone 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=3D112718 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|[11/12/13/14 Regression] |[11/12/13/14 Regression] |ICE: in add_dwarf_attr, at |ICE: in add_dwarf_attr, at |dwarf2out.cc:4501 with -g |dwarf2out.cc:4501 with -g |-fdebug-types-section -flto |-fdebug-types-section -flto |-fno-use-linker-plugin |-ffat-lto-objects Ever confirmed|0 |1 Last reconfirmed| |2023-11-27 Target Milestone|--- |11.5 --- Comment #1 from Richard Biener --- Confirmed. Same with -g -fdebug-types-section -flto -ffat-lto-objects Note -fdebug-types-section has known issues with LTO, it shouldn't be used. In fact I asked whether we can remove it ... I think I've seen this particular bug before as well.=