From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BD3093858C30; Tue, 5 Sep 2023 14:19:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD3093858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693923569; bh=fjbNqijhFfxRSJB8FVS6myYeyg7GtoW+fZT5ZfUl+Zg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cg274Cr929B9/LxQA088vKFSkdKbWyMiAGbNc3xnIYUIUDXhXjT33zbC4KKH2uCoj zE8E/Juflc/mTEZ0pJ/E7kF9zP7SKnH6SCvLnaVF0/b4k075Mwflx7+6WeyckuKPw9 lK1ggvqBr2K0ejhqkX/6Q9/V9rLXqz2lddo+zQd0= From: "mpolacek 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: Tue, 05 Sep 2023 14:19:29 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority keywords cc 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 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Keywords|needs-bisection | CC| |mpolacek at gcc dot gnu.org --- Comment #2 from Marek Polacek --- Started with r12-7069: commit 119cea98f664764cce04963243c39c8f6d797d33 Author: Jason Merrill Date: Wed Feb 2 18:36:41 2022 -0500 c++: assignment, aggregate, array [PR104300]=