From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C3593858425; Wed, 6 Mar 2024 18:05:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C3593858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709748329; bh=/Y7dCBpwPaXLPg4VEt2+hFq6QHYsVziFoFod9hEd6Hg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WBX+wVhBz8ND+A0LvuV57eqBfNl7thvig04ERWpkFBLMBTxxvK+PICXUQlzvWpXzJ ab1r5J+Bv6/bVDM32Z5H9JML/JlFBS31jRx757kokLCiESoAIKPqu0Byugkj4yvqCY ABfcDHOeF5P/YVUybIn9lSwAwlcrlPX8KUQQK1pY= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99569] segfault when running a module Date: Wed, 06 Mar 2024 18:05:29 +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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also target_milestone resolution 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=3D99569 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D112580 Target Milestone|--- |14.0 Resolution|DUPLICATE |FIXED --- Comment #3 from Patrick Palka --- Actually it seems fixed on trunk ever since the fix for PR112580.=