From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BEAD93861012; Tue, 19 Jan 2021 21:04:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEAD93861012 From: "emr-gnu at hev dot psu.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/98754] New: gnatmake no longer recognizes -P option Date: Tue, 19 Jan 2021 21:04:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: emr-gnu at hev dot psu.edu X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2021 21:04:57 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98754 Bug ID: 98754 Summary: gnatmake no longer recognizes -P option Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: emr-gnu at hev dot psu.edu Target Milestone: --- Using 10.2.0, "gnatmake -Pfoo" does not appear to be a valid command line anymore. Contents of foo.gpr: project foo is for Source_Dirs use ("."); for Object_Dir use "./build"; for Exec_Dir use "."; for Main use ("hello"); package Compiler is for Default_Switches ("Ada") use ("-fstack-check", "-ffloat-store", "-msse2", "-mfpmath=3Dsse", "-O0", "-gnatws", "-gnatE", "-gnato"); end Compiler; end foo I would expect gnat to start building the program defined by "hello", but instead I receive: try "gnatmake-10.2 --help" for more information. ---------------------------- Configured with: -v --enable-languages=3Dc,c++,ada,fortran --prefix=3D/opt/gcc-10.2.0 --program-suffix=3D-10.2 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=3D/opt/gcc-10.2.0/= lib --without-included-gettext --enable-threads=3Dposix --libdir=3D/opt/gcc-10.= 2.0/lib --with-sysroot=3D/ --enable-clocale=3Dgnu --enable-libstdcxx-debug --enable-libstdcxx-time=3Dyes --enable-gnu-unique-object --disable-vtable-v= erify --enable-default-pie --enable-plugin --with-arch-32=3Di686 --enable-checking=3Drelease --build=3Dx86_64-linux-gnu --host=3Dx86_64-linu= x-gnu --target=3Dx86_64-linux-gnu --disable-nls --wihtout-cuda-driver --enable-li= bada=