From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A76438582A6; Fri, 14 Oct 2022 13:23:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A76438582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665753796; bh=33CncF7sH8SBRDR4Ibs2u3xsSFNPTcHuFdexUguxhTQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I0EhcjFD2uvJDbjh23pjNrZAFYbDEWWyXzKP23EIqm2RmFpptzUGvZ3D4ruA9yE02 DQ/m2GyKPK2GIF1naRlfeYPza8EcmOwZUxt+oD6oMOb6Xxw+VfpReft68j2XCbxVe+ 1StN5UgvPYVpk46ooMjCeXis87nInCsdMmNqbqS8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106304] [modules] ICE compiling dynamic_cast in constexpr function (in tree_node, at cp/module.cc:9183) Date: Fri, 14 Oct 2022 13:22:46 +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: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also cc 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=3D106304 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D99769 | CC| |owt5008137 at live dot com --- Comment #5 from Patrick Palka --- *** Bug 99769 has been marked as a duplicate of this bug. ***=