]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Display message on reproducer generation failure
authorRonan Desplanques <desplanques@adacore.com>
Mon, 14 Oct 2024 08:15:11 +0000 (10:15 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Mon, 4 Nov 2024 15:57:58 +0000 (16:57 +0100)
commitecd8a5990f6ebec89fc2f8ba79a349c3258c662c
treed05ed39e754331dd402c31061f674df08a68fe92
parent7c7a8d60881fb727ce8ed4685bc1f484834db110
ada: Display message on reproducer generation failure

Before this patch, nothing was reported to the user when an exception
was raised during generation of a minimal reproducer. This patch fixes
this.

gcc/ada/ChangeLog:

* comperr.adb (Compiler_Abort): Display message in exception handler.
gcc/ada/comperr.adb