From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 158C33858C50; Thu, 3 Aug 2023 19:50:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 158C33858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691092221; bh=gjBMumG6ReJdVkcuAAICLxINWhA4klUHjRi7HoubO1A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xFMIzHtiBTB8uHqihRXiR4pnLz5dtkuIXxLXof52FnwkkKGDkaJz8lZsloYGIxSJz TPFl19XbLeVL7HGL4WpbZOk7ZaYEsGZnBFB4IImJudam4BuQqN4YMyRlwuWmU/8XBp WV0GodkSEHPXTZ6mVFQr/MZlYLwSbMDEcs2rbzl8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110894] [modules] Program terminates with signal SIGSEGV Date: Thu, 03 Aug 2023 19:50:20 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc dependson see_also blocked 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://cpp2.godbolt.org/z/ | |7YrvenrzT | Depends on|103524 |109953 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D98761 Blocks| |103524 --- Comment #2 from Andrew Pinski --- https://cpp2.godbolt.org/z/7YrvenrzT Most likely a dup of bug 109953. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103524 [Bug 103524] [meta-bug] modules issue https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109953 [Bug 109953] [c++modules] segmentation fault with import "functional" during program execution=