From 0f4be535527b871d60daa51840e511cb66df6a9d Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Wed, 5 Dec 2012 12:02:24 +0100 Subject: [multiple changes] 2012-12-05 Thomas Quinot * exp_dist.adb: Minor reformatting. 2012-12-05 Tristan Gingold * Make-generated.in: Remove the VMS host specific part, as VMS compilers aren't built anymore on VMS. 2012-12-05 Thomas Quinot * sem.adb, errout.ads, atree.adb, atree.ads (Check_Error_Detected): Only return quietly if a serious error of configurable run time violation has been found. 2012-12-05 Yannick Moy * sem_res.adb (Resolve_Type_Conversion): In Alfa_Mode, do not apply conversion checks. From-SVN: r194205 --- gcc/ada/errout.ads | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/ada/errout.ads') diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads index 2c6ab7d..0f746d9 100644 --- a/gcc/ada/errout.ads +++ b/gcc/ada/errout.ads @@ -39,13 +39,6 @@ with System; package Errout is - Configurable_Run_Time_Violations : Nat := 0; - -- Count of configurable run time violations so far. This is used to - -- suppress certain cascaded error messages when we know that we may not - -- have fully expanded some items, due to high integrity violations (i.e. - -- the use of constructs not permitted by the library in use, or improper - -- constructs in No_Run_Time mode). - Current_Error_Source_File : Source_File_Index renames Err_Vars.Current_Error_Source_File; -- Id of current messages. Used to post file name when unit changes. This -- cgit v1.1