From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE1AE3857838; Wed, 1 Feb 2023 09:45:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE1AE3857838 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675244717; bh=PT039QwcBmS1C5m5dJX4BUqaiQo2JikWhGuXEwDodN4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bqjo2UFlSCBOH2aQqSmZ7eXvQKykD9A/eb7JtYf+9yF8Nh3NzZ7KYHUlOYCIaOABr 8H4KOF2+GvMVV+7y61X1g2Wf7HCYXrQZ1xZRW7IfcBM7BES5FvuVqzaWg5zHlih6W3 +e4CyrYuiwLi3R4QPThRTI0a3N3vPDsYVZyYWoQ8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108607] [12 Regression] ICE in potential_constant_expression_1, at cp/constexpr.cc:10003 Date: Wed, 01 Feb 2023 09:45:17 +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: error-recovery, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D108607 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13 Regression] ICE in |[12 Regression] ICE in |potential_constant_expressi |potential_constant_expressi |on_1, at |on_1, at |cp/constexpr.cc:10003 |cp/constexpr.cc:10003 --- Comment #3 from Jakub Jelinek --- Fixed on the trunk so far.=