From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A71523855591; Thu, 11 May 2023 14:49:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A71523855591 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683816555; bh=V/AYmBd3UZJqwPGY7ArUDsqKABP04QvbwJJRvKsrX0M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kZdTKSGrJ5PA2QrCAzqm+jYt7Mwh+QBHufPHNYMl+4ivpHcJS5KBHGbyO1k9NItKd QFaEIKWNhUYDF77YL65mgH0vKp9nzU+2E8zFWtjJ6PkzElWx8trdMg7v8sfCBHocFg 2eXXhpt6DGEyX2Tgf3bY1nR7QJhHgUujqVWXNj2A= From: "simon at pushface dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/109798] Gnat Bug Detected Date: Thu, 11 May 2023 14:49:15 +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: simon at pushface dot org 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 #7 from simon at pushface dot org --- I *can* reproduce with /opt/gcc-13.1.0-aarch64/bin/gcc -c -x ada -gnatA -Og -ffunction-sections -fdata-sections -g -gnatwa -gnatw.X -gnatVa -gnaty3 -gnatya -gnatyA -gnatyB -gnatyb -gnatyc -gnaty-d -gnatye -gnatyf -gnatyh -gnatyi -gnatyI -gnatyk -gnatyl -gnatym -gnatyn -gnatyO -gnatyp -gnatyr -gnatyS -gnatyt -gnatyu -gn= atyx -gnatW8 -gnatec=3D/private/var/folders/_q/fvnxz46903z9hjh38fz0lyhm0000gs/T/GNAT-TEM= P-000003.TMP -gnatem=3D/private/var/folders/_q/fvnxz46903z9hjh38fz0lyhm0000gs/T/GNAT-TEM= P-000004.TMP /Users/simon/Developer/bugs/gcc/109798/alire/testing/src/testing.adb where the -gnatec file contains pragma Source_File_Name_Project (Spec_File_Name =3D> "*.ads", Casing= =20=20=20=20=20=20=20=20 =3D> lowercase, Dot_Replacement =3D> "-"); pragma Source_File_Name_Project (Body_File_Name =3D> "*.adb", Casing= =20=20=20=20=20=20=20=20 =3D> lowercase, Dot_Replacement =3D> "-"); and the -gnatem file contains testing_config%s testing_config.ads /Users/simon/Developer/bugs/gcc/109798/alire/testing/config/testing_config.= ads testing%b testing.adb /Users/simon/Developer/bugs/gcc/109798/alire/testing/src/testing.adb I think it=E2=80=99s the -gnatVa (I took out the -f*sections and all the st= yle options except a simple -gnaty).=