From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1DCF03858C5F; Thu, 18 May 2023 01:34:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1DCF03858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684373698; bh=y5f5JVJlB1duFh10DKURglIxVcAHTHw0HxOwXvV8tOA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mxTN29tgWgCbQe2KenrVpxuBRiBTH3vmPzH+oMsI1VbV2SQuAGyUA30uKxjrEFSkI MX3C2wN80caoE0M4CNYFGczdED3ZOILE/bA3wFbkWQC7vtrrUxANkDZ/pJrovrdhR8 pk91xBzaRzkVpjEzeBNbwO1l3MNoWA8TWagqhYXM= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106026] [11/12/13 Regression] ICE: error reporting routines re-entered. Date: Thu, 18 May 2023 01:34:57 +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, 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: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords target_milestone 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=3D106026 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Target Milestone|--- |11.4 --- Comment #4 from Andrew Pinski --- I am suspecting this and PR 100557 were caused by the same revision. Note clang does not reject the reduced testcase .=