From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F5893858C31; Tue, 26 Dec 2023 05:14:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F5893858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703567694; bh=QTVyJQ3l7pFoX1qUqWgciYtTpUa8CXQLXdoe6UXi7PA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ddYery5Uej5rLe6fPC+ch13sopRHBldlqpbDWv551CC6gZ9w1ymgC4Z7ALEOtrwez pTbGK3FaOowiY0Fs00Yeu476RT1eYTkAj7YsRyq0IZIOsQ/PuDF1R6jaw07gc2NPEf KWNU1eOuymrq4NXtm5H+RlLI20ppsyM/Tgu6Wfts= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113141] [13/14 Regression] ICE on conversion to reference in aggregate initialization Date: Tue, 26 Dec 2023 05:14:53 +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.1 X-Bugzilla-Keywords: 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed see_also target_milestone keywords cf_reconfirmed_on bug_status 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=3D113141 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105766, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D106201, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D94894 Target Milestone|--- |13.3 Keywords|ice-checking | Last reconfirmed| |2023-12-26 Status|UNCONFIRMED |NEW Summary|ICE on conversion to |[13/14 Regression] ICE on |reference in aggregate |conversion to reference in |initialization |aggregate initialization --- Comment #2 from Andrew Pinski --- Confirmed. I suspect this will bisect to r13-1755-g68f37670eff0b872 .=