]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Fix standard output stream for gnatcmd output
authorRonan Desplanques <desplanques@adacore.com>
Wed, 21 Aug 2024 13:10:38 +0000 (15:10 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 2 Sep 2024 08:22:50 +0000 (10:22 +0200)
commit2df253f35eec84a7dd7d4b0eaf4b1c052177044c
treea7c4376ac826fbda3d66062f11f6ea19e00e24b4
parent91f0a3a5a5c44b4ab0f97d6b1a9bd1c6b36b5736
ada: Fix standard output stream for gnatcmd output

Before this patch, the gnat command sent to standard error pieces of
information that are a better match for standard output. This patch
makes this information go to standard output.

gcc/ada/

* gnatcmd.adb (GNATCmd): Fix standard output stream.
gcc/ada/gnatcmd.adb