From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0BF323858D35; Sun, 7 May 2023 02:23:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0BF323858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683426204; bh=JjeY8GuTIsEsUw644g08hwRpiBAleFXMyr5LZv5ndFs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k+54GSpNsKWQj0mwzaTM1sW19aV1A8Zsf/6SlN6nMIMLGDPU3a9u8SHgjV6yynTg5 HAKpLC0JpH7g7qxmRIWnmyQ0ecdTmPTUhGFoBgzTuj86oSArk3LoYn8m+TvyZHY0Vj /KEZoWoDQLRyNZ4u+Gwy3+yX0oypxG2jwBRXkvQk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109762] [12/13/14 Regression] gcc/config/aarch64/aarch64-builtins.cc: mismatched sizes for flags variables Date: Sun, 07 May 2023 02:23:23 +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: 13.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D109762 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|12.3 |12.4 Summary|[13/14 Regression] |[12/13/14 Regression] |gcc/config/aarch64/aarch64- |gcc/config/aarch64/aarch64- |builtins.cc: mismatched |builtins.cc: mismatched |sizes for flags variables |sizes for flags variables --- Comment #4 from Andrew Pinski --- Actually it has been broken since r12-8000-g14814e20161d . I am not going to make it into GCC 12.3 since aarch64_feature_flags is not there, a different patch needs to be done there I think. Or maybe it is ok there.=