aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-11 11:11:57 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-11 11:11:57 +0200
commitdbe945f1d543dc34b78b975a9053872c744b295a (patch)
tree15c23728dd5f1c1cb5845f7dcdc1c8b0738de698 /gcc/ada/impunit.ads
parent2b3d67a55b8f6589dd52eea452e464c628d20bdf (diff)
downloadgcc-dbe945f1d543dc34b78b975a9053872c744b295a.zip
gcc-dbe945f1d543dc34b78b975a9053872c744b295a.tar.gz
gcc-dbe945f1d543dc34b78b975a9053872c744b295a.tar.bz2
[multiple changes]
2010-10-11 Bob Duff <duff@adacore.com> * sem_aggr.adb, impunit.adb, impunit.ads, switch-c.adb, usage.adb, sem_ch10.adb, sem_prag.adb, sem_ch12.adb, par-ch4.adb, par-ch6.adb, par-ch8.adb, exp_ch4.adb, sem_ch4.adb, sem_ch6.adb, par-prag.adb, opt.ads, par-ch3.adb, lib-xref.adb: Use Ada_2012 instead of Ada_12 (Ada_Version_Type). 2010-10-11 Javier Miranda <miranda@adacore.com> * exp_util.adb (Safe_Prefixed_Reference): If the prefix is an explicit dereference then do not exclude dereferences of access-to-constant types to handle them as constant view of variables (and hence remove side effects when required). * sem_res.adb (Resolve_Slice): Ensure that side effects in the bounds are properly handled. From-SVN: r165282
Diffstat (limited to 'gcc/ada/impunit.ads')
-rw-r--r--gcc/ada/impunit.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/impunit.ads b/gcc/ada/impunit.ads
index 5eb66e9..27b6e6e 100644
--- a/gcc/ada/impunit.ads
+++ b/gcc/ada/impunit.ads
@@ -53,7 +53,7 @@ package Impunit is
-- Ada 95 mode program will generate a warning (again, strictly speaking
-- this should be an error, but that seems over-strenuous).
- Ada_12_Unit);
+ Ada_2012_Unit);
-- This unit is defined in the Ada 2012 RM. Withing this unit from a Ada
-- 95 mode or Ada 2005 program will generate a warning (again, strictly
-- speaking this should be an error, but that seems over-strenuous).