From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 58B25385841B; Sun, 3 Mar 2024 02:23:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58B25385841B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709432623; bh=yd6DBCoA9iRHqXtFnQarZpmElx/EcWcek8K2acLKbzw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H5+xLMQ35Ii4r28NYW1HaPHi5yPiUyfI2GollrUrpVeHclHdOQ2GXeKRO8glnyExx SGyP3Yj2+Y1L0twBXrrp+Mqdq+L/5XeF9WKDh+U3B+TZZKllBHwhbuZDSpevTfLdjb VT/VJz3t2waNbdUOzhTf7tztsB55GOITXOtj4Roc= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107400] [c++ modules] ICE tree check: expected class 'type', have 'declaration' (template_decl) in get_originating_module_decl, at cp/module.cc:18587 Date: Sun, 03 Mar 2024 02:23:39 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-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: target_milestone cc bug_status 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=3D107400 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 CC| |nshead at gcc dot gnu.org Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Nathaniel Shead --- This looks to be fixed on trunk.=