From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D398C3858D35; Thu, 7 Mar 2024 20:36:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D398C3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709843766; bh=Y1mQq4ixvDCykZEvd/SNFGt9m0FzsncPsJR2f6E6Ufs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l5a72QN8uyW2DrH66a0zaeWNEJLykH+t7jG+IZr0QxSr1Rauj9f/OU28L7T/sjdbN tDj06fr8cOunok9jX8RCCVNBYertQgXC7ihYHAzf8NPHP+xJzgrA9oCxTRDHX0NQ3i VXjxjoFDdBqXw/xErZZ03v+MKynQBs23j7dPD8TY= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98761] [modules] use of a module causes SIGSEGV at runtime Date: Thu, 07 Mar 2024 20:36:06 +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: 11.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also target_milestone bug_status resolution keywords 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=3D98761 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D112588 Target Milestone|--- |14.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Keywords| |wrong-code CC| |ppalka at gcc dot gnu.org --- Comment #3 from Patrick Palka --- The testcase no longer crashes with trunk since the PR112588 fix.=