From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2068386EC59; Mon, 8 Jan 2024 17:06:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2068386EC59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704733576; bh=fiMp1kIfrBr46kjSkz1F4Nn432PTCIbwUNTCCPm+uL4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yW4ueKh4OzgFlPdHrmastaauY90tTScU5JXVxb3MjYkjM0SCagtIUjN1L5WbBucMK 93zaXo1nsRQom7opyWtHrXv4zJyaZgXshy5BQlrpFnx7wnD/jOPC/bASUf1YDpy3uY xjEvosth2KfSvmX3z1HN0CZcZEIccYgZWSKZ+dtM= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112588] ICE in make_decl_rtl when returning str literal when string header imported in module Date: Mon, 08 Jan 2024 17:06:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: see_also 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=3D112588 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D99244 CC| |ppalka at gcc dot gnu.org --- Comment #3 from Patrick Palka --- The proposed patch seems to fix PR99244 as well=