From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 092523858C83; Wed, 15 Mar 2023 14:02:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 092523858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678888949; bh=QaUuKnDZ7D9MqSnzvLuLm56KWapK5402/GT+Va4MmrM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EJxIlFVTCLCUDXgZwgKgJsne0SSrhv+ZSESD8CnPyf7xsioEAYor+jLg3yMYYyfX3 rAZ8Q1XqKm7BiQIVCDt25ZooIT42AR7t/1ZpifmNtFzrZ3pBGrSKOXgjCvd1nT5SxK cAI9+w77tS4MvS2ri3WNcs7nEAQLfoWYY9A0SG4w= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109113] [10/11/12/13 Regression] internal compiler error: in output_constructor_regular_field, at varasm.cc:5521 Date: Wed, 15 Mar 2023 14:02:28 +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: 12.2.0 X-Bugzilla-Keywords: accepts-invalid, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D109113 --- Comment #8 from Jakub Jelinek --- And C++ ICEs on this starting with r8-4783-gd68ddd2b35078ab61f164b268b (again, accepts the g case). C++ used to ICE on struct C i =3D { .e =3D { { .b =3D 0, .c =3D { 1 } }, f } }; since that revision but since r8-5342-ga8c55cacaf8fa1e90f9e26c it also reje= cts it.=