aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch5.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-01-20 14:59:08 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-01-20 14:59:08 +0100
commit5ff90f08f4ccef07ca580c63a7ee5aa896d45527 (patch)
treefd290956d9b82e715e0fe16051e11379d1fe8e5f /gcc/ada/sem_ch5.adb
parent1f0b1e48473f587a1d6104612ef1c865df169643 (diff)
downloadgcc-5ff90f08f4ccef07ca580c63a7ee5aa896d45527.zip
gcc-5ff90f08f4ccef07ca580c63a7ee5aa896d45527.tar.gz
gcc-5ff90f08f4ccef07ca580c63a7ee5aa896d45527.tar.bz2
[multiple changes]
2014-01-20 Hristian Kirtchev <kirtchev@adacore.com> * exp_ch4.adb (Expand_N_Slice): Relocate some variables and constants to the "Local variables" area. Add new constant D. Add new variables Drange and Index_Typ. Rename Pfx to Rep and Ptp to Pref_Typ and update all occurrences. Add circuitry to extract the discrete_range and the index type and build a range check. 2014-01-20 Arnaud Charlet <charlet@adacore.com> * gnat1drv.adb (Adjust_Global_Switches): Enable Treat_Categorization_Errors_As_Warnings when Relaxed_RM_Semantics is set. 2014-01-20 Thomas Quinot <quinot@adacore.com> * sem_ch5.adb, sem_ch4.adb: Minor reformatting. 2014-01-20 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch13.adb (Analyze_Aspect_Specifications): When aspect SPARK_Mode appears on a package body, insert the generated pragma at the top of the body declarations. From-SVN: r206814
Diffstat (limited to 'gcc/ada/sem_ch5.adb')
-rw-r--r--gcc/ada/sem_ch5.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch5.adb b/gcc/ada/sem_ch5.adb
index b0d59e3..bb66856 100644
--- a/gcc/ada/sem_ch5.adb
+++ b/gcc/ada/sem_ch5.adb
@@ -187,7 +187,7 @@ package body Sem_Ch5 is
end Diagnose_Non_Variable_Lhs;
--------------
- -- Kill_LHS --
+ -- Kill_Lhs --
--------------
procedure Kill_Lhs is