[Bug ada/87777] Let gnat tools call each other with an explicit target and version
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 20 11:13:32 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87777
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotcazou@gcc.gnu.org>:
https://gcc.gnu.org/g:99c4287dca3d01492dffd2c769942038783be1d9
commit r16-4504-g99c4287dca3d01492dffd2c769942038783be1d9
Author: Nicolas Boulenguez <nicolas@debian.org>
Date: Mon Oct 20 13:08:22 2025 +0200
Ada: Use Osint.Program_Name in gnatchop
This aligns gnatchop with the other GNAT tools when it comes to locating
GCC's driver executable.
gcc/ada/
PR ada/87777
* gnatchop.adb: Add with clause for Osint.
(Locate_Executable): Delete.
(Gnatchop): Use Osint.Program_Name and Locate_Exec_On_Path instead
of Locate_Executable to locate GCC's driver executable.
More information about the Gcc-bugs
mailing list