From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 784903857028; Thu, 11 May 2023 12:38:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 784903857028 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683808727; bh=Ansz7lLONomUMwE8w3GZyUxQJb2czNzUhbt5rgkDtrc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OCROsdSGzVFy/cs18LpZK/PWo6vTIFb+ztPQjEYofrSatCkb3UcWN1Z0WyH2LxlVP Hclv/q+gxSwD0d42vzrP0T3TLgQlKc+Lp7qH3H/9GQwioFf12MimKViTv3BDbfluxC 83wYVQD3OnLhE8ucu3D9tn4AqDNhQuEbjcHAuV5A= From: "aj at ianozi dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/109798] Gnat Bug Detected Date: Thu, 11 May 2023 12:38:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aj at ianozi dot com X-Bugzilla-Status: WAITING 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: cc 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=3D109798 aj at ianozi dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aj at ianozi dot com --- Comment #4 from aj at ianozi dot com --- Created attachment 55050 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55050&action=3Dedit my alire project with the same code, but failing when I run "alr build" Oh, huh. When I build it using gnatmake there's no issues, e.g. `gnatmake testing.adb` But when I build it using alire it fails (which is how I was managing my project). Let me reach out to the alire team and see if it's happening for others using Alire.=