From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D11B138708E1; Sat, 15 Jun 2024 04:55:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D11B138708E1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718427337; bh=PHn27KmCIQw6yaWtJyvFOYpUtMsrWZ3g59Fn0Qqj/Lo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bxDFxgRh9dPiifiZgr42a0ZvC6erSfIe0mQNKj0peyQ/FGy7pi1ACJsaNPwBlJfwv 89zF84SM2SGysdT4wosEHK9ESxAIZYEY3i/gntT0gM6bzhrd9ON1lQLCPCgdXZIQb4 dieWN/oJaeN211u9FsNVlQ+cy9Y8BZNA73K8ubZg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115501] [13/14/15 Regression] ICE: in build_call_a with dynamic_cast after invalid definition of __cxxabiv1::__dynamic_cast Date: Sat, 15 Jun 2024 04:55:37 +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: 15.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on target_milestone short_desc keywords cf_known_to_fail 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=3D115501 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2024-06-15 Target Milestone|--- |13.4 Summary|ICE: in build_call_a, at |[13/14/15 Regression] ICE: |cp/call.cc:370 |in build_call_a with | |dynamic_cast after invalid | |definition of | |__cxxabiv1::__dynamic_cast Keywords| |needs-bisection Known to fail| |13.1.0 --- Comment #2 from Andrew Pinski --- Confirmed. The ICE started in GCC 13.=