From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE7C23858425; Mon, 4 Sep 2023 19:18:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE7C23858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693855106; bh=1eU0nIUXgzcU1kKn+taQtii0pAVs5rUK9aQcB7EDLBQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sIirdtPOG5Mn2vq+k7xMGYR1tSLNG623KW3LPNYTgTj8yjSXPVHkH7wvuM8Fi/qdS Fv7E9OpiMU0jZ9coSw354utjM31SHRUmGodQ1KCxUtCAvgW3iP4c/m87Y+GFP1tE++ D9F2+qept5XZQ+Yn5Y+SwfeVYGlIf89Bowy1WB4w= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111286] [12/13/14 Regression] ICE on functional cast empty brace-init-list to const array reference Date: Mon, 04 Sep 2023 19:18:26 +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.2.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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone cf_known_to_fail keywords short_desc cf_known_to_work everconfirmed cf_reconfirmed_on 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=3D111286 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Target Milestone|--- |12.4 Known to fail| |12.1.0 Keywords| |ice-on-valid-code, | |needs-bisection Summary|ICE on functional cast |[12/13/14 Regression] ICE |empty brace-init-list to |on functional cast empty |const array reference |brace-init-list to const | |array reference Known to work| |11.4.0 Ever confirmed|0 |1 Last reconfirmed| |2023-09-04 --- Comment #1 from Andrew Pinski --- Confirmed.=