From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2D0903858C27; Fri, 10 Mar 2023 13:55:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D0903858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678456512; bh=gL/2m1R3/IgoaL8NjbBKo9lWatU9p2iuXcpVuc2przM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iuu9nt0zMlLio4JethTgdOpS2vskmFFjv/VUB0TPATdJXCVLqhekMyMiUethytVHF qYZ7cK7UexjtUVDzIH86EbMYzmPtt5OUyAXw625ng/ywGMqMl/Jw2tHu1K5kN2HSWK 6VcE/pupWPFs9VW325zdF0ZV/Y57RDCEX/2cP/8A= From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108566] [11/12 Regression] ICE: tree check: expected tree that contains 'decl with visibility' structure, have 'field_decl' in write_unqualified_name with anonymous struct inside an anonymous union since r11-2016-g6324c52bba490baa Date: Fri, 10 Mar 2023 13:55:12 +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: ABI, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D108566 Jason Merrill changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] ICE: |[11/12 Regression] ICE: |tree check: expected tree |tree check: expected tree |that contains 'decl with |that contains 'decl with |visibility' structure, have |visibility' structure, have |'field_decl' in |'field_decl' in |write_unqualified_name with |write_unqualified_name with |anonymous struct inside an |anonymous struct inside an |anonymous union since |anonymous union since |r11-2016-g6324c52bba490baa |r11-2016-g6324c52bba490baa --- Comment #7 from Jason Merrill --- Fixed for GCC 13 so far.=