From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 27D0F385800E; Mon, 21 Feb 2022 23:47:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27D0F385800E From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/88134] ICE in create_component_ref_by_pieces_1, at tree-ssa-pre.c:2520 Date: Mon, 21 Feb 2022 23:47:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2022 23:47:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D88134 --- Comment #31 from Segher Boessenkool --- A straightforward backport of that gives In file included from /home/segher/src/gcc/gcc/config/rs6000/rs6000.cc:2876= 5: ./gt-rs6000.h:143:6: error: 'atomic_update_decl' was not declared in this s= cope 143 | &atomic_update_decl, | ^~~~~~~~~~~~~~~~~~ ./gt-rs6000.h:145:13: error: 'atomic_update_decl' was not declared in this scope 145 | sizeof (atomic_update_decl), | ^~~~~~~~~~~~~~~~~~ ./gt-rs6000.h:150:6: error: 'atomic_clear_decl' was not declared in this sc= ope 150 | &atomic_clear_decl, | ^~~~~~~~~~~~~~~~~ ./gt-rs6000.h:152:13: error: 'atomic_clear_decl' was not declared in this s= cope 152 | sizeof (atomic_clear_decl), | ^~~~~~~~~~~~~~~~~ ./gt-rs6000.h:157:6: error: 'atomic_hold_decl' was not declared in this sco= pe 157 | &atomic_hold_decl, | ^~~~~~~~~~~~~~~~ ./gt-rs6000.h:159:13: error: 'atomic_hold_decl' was not declared in this sc= ope 159 | sizeof (atomic_hold_decl), | ^~~~~~~~~~~~~~~~ Help?=