From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38FEB386C5B2; Thu, 15 Feb 2024 19:55:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38FEB386C5B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708026906; bh=ZaQuLuqY+3Km7ac5n8oqxjzIoyYl+7G9dtaoQFWnrag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ax7XZ+x+gzSCd0rAjN58KCB02+Mm6qz+tVNnlm/sM6syKvtKZV70TcL9yp2ODypPB JlbLX9X2LPCd1HWtK4BXpNpVsULHJdwR90I8ey55BFK1C5TAlnBGpWLF+XIHIAEJRV WhtrMdpuWee/Gf3Skti+Jiqjmt8FvRR+WcG0RWSQ= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113930] [modules] checking ICE in register_duplicate when using partitioned modules Date: Thu, 15 Feb 2024 19:55:05 +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: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW 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: blocked short_desc bug_status keywords everconfirmed cc cf_reconfirmed_on 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=3D113930 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |103524 Summary|[modules] ICE in |[modules] checking ICE in |register_duplicate when |register_duplicate when |using partitioned modules |using partitioned modules Status|UNCONFIRMED |NEW Keywords| |ice-checking, | |ice-on-valid-code Ever confirmed|0 |1 CC| |ppalka at gcc dot gnu.org Last reconfirmed| |2024-02-15 --- Comment #1 from Patrick Palka --- Confirmed, we're tripping over a checking-only assert; release builds don't ICE. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103524 [Bug 103524] [meta-bug] modules issue=