aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem.adb
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/sem.adb
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/sem.adb')
-rw-r--r--gcc/ada/sem.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem.adb b/gcc/ada/sem.adb
index f357779..95b6942 100644
--- a/gcc/ada/sem.adb
+++ b/gcc/ada/sem.adb
@@ -27,7 +27,6 @@ with Atree; use Atree;
with Debug; use Debug;
with Debug_A; use Debug_A;
with Elists; use Elists;
-with Errout; use Errout;
with Expander; use Expander;
with Fname; use Fname;
with Lib; use Lib;