From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74C2E3858C54; Fri, 14 Apr 2023 09:04:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74C2E3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681463079; bh=rMPRb6AkqbCdKCiXRijaONdXeD8Ur2VSPGSP05XWSEI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CijQ97QwZxxb9MMXBMN70oXog4kRI1E/6oxSaUShDb+ABU2jiQLMpQbYMYEpZt6bN DkeSSUYpmRbikAu1lIVkPBsbZNMRjeQa2q29cCUngHOJkfGasaTl1AhnYnhBnSzgng XBOLAt6svwortn3ZtrWDb2kcbhFqf4+NQDamm934= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/109510] [13 Regression] bootstrap with Ada broken on aarch64 Date: Fri, 14 Apr 2023 09:04:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed cf_reconfirmed_on bug_status 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=3D109510 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2023-04-14 Status|UNCONFIRMED |NEW --- Comment #2 from Eric Botcazou --- > Maybe Eric can clarify which type kinds in Ada can have TYPE_USER_ALIGN a= nd > _not_ a TYPE_MAIN_VARIANT without. All of them, TYPE_USER_ALIGN is supposed to be orthogonal to type variants.=