From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5ED343858417; Mon, 8 Jan 2024 13:47:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5ED343858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704721659; bh=0uVSm1G9/1sbT5G4ndWErB+iScj2N/bFYh/2vR1HqAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CgyPDIVh3D536Oo6806ckV100Cm36Bd3E6/1JSRC58VB1yA5BWslta1RiYkAoTPdv Tkcy8/aUBtljmk+y8uJIc2ObKijF8jzilMN5K24Uj8AorighnEYyC7nZdobYmK8lop Md8ckKN1ymXrY/9QOmSVU9s6yZqlrVffUFt2cK80= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113270] [14 Regression] AArch64 ICEs in register_tuple_type since r14-6524 Date: Mon, 08 Jan 2024 13:47:38 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113270 --- Comment #5 from Jakub Jelinek --- Created attachment 57005 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57005&action=3Dedit gcc14-pr113270.patch This seems to work by making the type static to the aarch64-builtins.cc TU and using an exported function to get at the data. If anyone has ideas how to make gengtype work for this case, it might be cleaner than this...=