From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9F383858D1E; Sun, 9 Oct 2022 11:35:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9F383858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665315316; bh=G77eoXUTFv4hQ2a+geN70ZoAMJ0kc1i62Fbd24fGm+o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gFI41XnQQS19aXZhMuA7d4NkjIm0cAj0TVu0un4N19vXB+QOJ/XP24Bx0l5ILx2Fo VuTa91oW6fwx/PwduncZ5zrrm4BQagY6RhKBfBYtvoWRTGESbvgxtM/adJh+M+uhoL HwCgVLNzKwKmSzwcsNwEUjk1oIWsuRiRBw9T3Ers= From: "tortoise_74 at yahoo dot co.uk" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107191] [modules] ICE when importing module partition (internal compiler error: in tree_node, at cp/module.cc:9061) Date: Sun, 09 Oct 2022 11:35:16 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tortoise_74 at yahoo dot co.uk 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: 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=3D107191 --- Comment #1 from Bruce Adams --- I also produced a different segfault while trying to reproduce this - see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107192=