From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C3AD3858434; Thu, 18 May 2023 01:34:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C3AD3858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684373645; bh=xDqCHJvklzVxV+iqNe47pisCVczKxQYd8zvIP2OAaRk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=krwc1pkC5kWdcSx4FqN7c7ABpdixpIY/Nl1grAZWX4GYEHGkZ7AI8Eiz55AEZcjMP r8nCsCX4+el/DtEh6k83GORa3IW8mVhIIk9GAKZoknnGMlvC2bS4yku0qp9ey28Hbi HB9qSxXVwRJu9LuJ+/XWYSpB/tvJco5v4UYAywRg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100557] [11/12/13 Regression] Internal compiler error: Error reporting routines re-entered. Date: Thu, 18 May 2023 01:34:04 +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.1.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code 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: target_milestone cf_known_to_fail short_desc 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=3D100557 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.4 Known to fail| |11.1.0 Summary|[concepts] Internal |[11/12/13 Regression] |compiler error: Error |Internal compiler error: |reporting routines |Error reporting routines |re-entered. |re-entered. --- Comment #4 from Andrew Pinski --- This is a regression from GCC 10.=