From 107cd232e104d0f53bc7924bff71251388668707 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Wed, 6 Jun 2007 12:18:16 +0200 Subject: comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout 2007-04-20 Robert Dewar * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout * errout.adb: New Finalize/Compilation_Errors/Output_Messages implementation * errout.ads (Finalize): Changed interface (Output_Messages): New procedure (Compilation_Errors): New Interface * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New Finalize/Output_Messages interface for Errout (Prepare_To_Preprocess): New Finalize/Output_Messages interface for Errout. From-SVN: r125374 --- gcc/ada/comperr.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/ada/comperr.adb') diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb index e8a502c..9b89852 100644 --- a/gcc/ada/comperr.adb +++ b/gcc/ada/comperr.adb @@ -121,6 +121,7 @@ package body Comperr is if Serious_Errors_Detected /= 0 and then not Debug_Flag_K then Errout.Finalize; + Errout.Output_Messages; Set_Standard_Error; Write_Str ("compilation abandoned due to previous error"); -- cgit v1.1