From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B43E3858D28; Fri, 27 Jan 2023 03:19:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B43E3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674789568; bh=91vSbe63Y+iRP54OmuLWzkScl1LKKdCEwaK/t8c9SQA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sWWft1fZqY67aDaiks2Mm4RRTFsfJvO5ibOhTddbO3Y2mo3QN43KeAxbmf2a3NWI/ 9ZYx7JUPXYy5t4Xv7/ABfPl9Vo8hdtHg564zwPpi7AV535IRPtW+kfRfyiibkDJ5N5 ofcMpgG1ShIwloIR5kSNShonVOOET/LMz1k5jslo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108566] 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 Date: Fri, 27 Jan 2023 03:19: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: 13.0 X-Bugzilla-Keywords: ABI, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13 Regression] ICE: |ICE: tree check: expected |tree check: expected tree |tree that contains 'decl |that contains 'decl with |with visibility' structure, |visibility' structure, have |have 'field_decl' in |'field_decl' in |write_unqualified_name with |write_unqualified_name, at |anonymous struct inside an |cp/mangle.cc:1438 |anonymous union Target Milestone|11.4 |--- --- Comment #1 from Andrew Pinski --- This didn't ICE in GCC 10 but was rejected instead.=