From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AECC3858401; Wed, 6 Mar 2024 22:18:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AECC3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709763540; bh=jicznNUmCqaAMvYH4r8vDDTatR1kscJwST8QE5h8HWo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lh7otM+i4zCo7UnkVW3dsF8jSIZ9OvG+xQb6xcThq4uXArBKaHwWHNRlt/oJc0Chj fm0XN8ypnVyZCwFCXJ0hENL/Q8neEtEPovmg9Q5rFQjTvCIwwkhLYbKbw1Y4clg3vW PjQqcXL3c70Qq/W5CPjQ3nVZn3B9kewg2RdvZ/ww= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104956] ICE with -fmodules-ts unordered_set and map Date: Wed, 06 Mar 2024 22:18:59 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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_status cc 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=3D104956 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ppalka at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Patrick Palka --- dup of the recently fixed PR104234 *** This bug has been marked as a duplicate of bug 104234 ***=