aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/errout.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-12-05 12:02:24 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2012-12-05 12:02:24 +0100
commit0f4be535527b871d60daa51840e511cb66df6a9d (patch)
tree58acd4c116ae1b2b68b9482f60b3681d1ea78517 /gcc/ada/errout.ads
parenta53c56136d37b424f4f6b89e903763b82c33cfb9 (diff)
downloadgcc-0f4be535527b871d60daa51840e511cb66df6a9d.zip
gcc-0f4be535527b871d60daa51840e511cb66df6a9d.tar.gz
gcc-0f4be535527b871d60daa51840e511cb66df6a9d.tar.bz2
[multiple changes]
2012-12-05 Thomas Quinot <quinot@adacore.com> * exp_dist.adb: Minor reformatting. 2012-12-05 Tristan Gingold <gingold@adacore.com> * Make-generated.in: Remove the VMS host specific part, as VMS compilers aren't built anymore on VMS. 2012-12-05 Thomas Quinot <quinot@adacore.com> * 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 <moy@adacore.com> * sem_res.adb (Resolve_Type_Conversion): In Alfa_Mode, do not apply conversion checks. From-SVN: r194205
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r--gcc/ada/errout.ads7
1 files changed, 0 insertions, 7 deletions
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