From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC30C3858C53; Thu, 7 Mar 2024 21:25:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC30C3858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709846757; bh=3uEov2f4uaU4H7voRL5nt3d1NXVTwsUGx02w22oUaao=; h=From:To:Subject:Date:In-Reply-To:References:From; b=K+l/yuzcnsFxRVob60G/FwSpdR/7xnXzXrnl5wZCeCeGA1297ZmgsK8axWJXWFn+R FcZZteXV16nBp3dfWvynCTtCnX7jmjMPnuYAFuYa31c+yN4dEKWhdXjM/YRLjp9ueg wiSiCuuNhfNOJ1/2ey/qb+imV+MpAknvgVFOzkao= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105512] compilation with -fmodules-ts and std=c++20 leads to segfault Date: Thu, 07 Mar 2024 21:25:57 +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: unknown 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: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D105512 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |14.0 Resolution|--- |FIXED --- Comment #5 from Patrick Palka --- Fixed for GCC 14, thanks for the bug reports.=