From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1E83B3858C52; Fri, 16 Feb 2024 00:20:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E83B3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708042839; bh=iD1OTi9YpAqn2ecdiMKNzqtahVok2L5drGNnHw3zSDo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=njf5I2oCUVgVIP015Wl6VQerFEGHKWX6LR9XtKU4BFN6A8OkB31Zr5AKzkxsd9sCv YIyCmvUUsO4706i2NorRi99cN7UlYIpPxNjfKx2yeN+Zg0fG6LNOhmICroYFaYJi8i aFvdvogcFb/scQYcJzDUuSzxYsE+W1XX5DXixg6U= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110894] [modules] Program terminates with signal SIGSEGV Date: Fri, 16 Feb 2024 00:20:36 +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: bug_status cc 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=3D110894 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |nshead at gcc dot gnu.org Target Milestone|--- |14.0 Resolution|--- |FIXED --- Comment #4 from Nathaniel Shead --- Looks to be fixed on GCC 14 trunk.=