From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E04713858C5F; Thu, 11 May 2023 14:59:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E04713858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683817152; bh=4mdLugNI4vcnJXde88YIcIe+PVGxjZ7RGH/zbTLIGT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RrwgDJV65HsRgcEvmfJLJuUu/ZyJ3OMSVJfhburjSacJSg+8EhliOFHLosFFrUyX/ ncjaKGQnphKyuTJnFzgAkt+7bBXJddUibOmFMr5a9m557Eum2unHj1KZshTe+XNL/B Eqs51ngNCXKQVmbnjZ54TijrhD/kyJWuxBbKm8tA= From: "aj at ianozi dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/109798] Gnat Bug Detected Date: Thu, 11 May 2023 14:59:12 +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: 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 --- Comment #8 from aj at ianozi dot com --- (In reply to simon from comment #7) > I think it=E2=80=99s the -gnatVa (I took out the -f*sections and all the = style > options except a simple -gnaty). simon, you are correct; I independently went through compiling manually tak= ing out each flag one at a time. This succeeds: gcc -c -x ada testing.adb But this fails: gcc -c -x ada -gnatVa testing.adb=