From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56A903858D3C; Fri, 16 Feb 2024 00:27:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56A903858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708043251; bh=hJ3ofohq6HkgFktanQ2b6e4LQTNX5zl7Iu/VIa6yolE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sUsXpz+JSXd1e/gjUWekt+81Da6Vh+pDf7Cw6LRCOZM16IWvlv633S3pQ7jC881zo bUY3qZEs1thbdvkEl+e9oYm4ZFr/xw+Fx7JfSN6AIpLv42bNh6uVocTU+YAe0u/qMm Hz/PpjrwKEEAZwmltOAttCunfygLCXWy+mXQCTOU= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109953] [c++modules] segmentation fault with import "functional" during program execution Date: Fri, 16 Feb 2024 00:27:30 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: nshead 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: cc resolution target_milestone bug_status 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=3D109953 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nshead at gcc dot gnu.org Resolution|--- |FIXED Target Milestone|--- |14.0 Status|NEW |RESOLVED --- Comment #2 from Nathaniel Shead --- Looks to be fixed on GCC 14 trunk.=