aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-05-26 15:13:24 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-05-26 15:13:24 +0200
commitc878b2efd6d2659abaea4119744b5184db0c2b53 (patch)
tree6da8919fa7ba491e62fa0a9d0375ea3371c3e93a /gcc
parent82d2af1be1aaa01a027a1ccd893bd556294ac15a (diff)
downloadgcc-c878b2efd6d2659abaea4119744b5184db0c2b53.zip
gcc-c878b2efd6d2659abaea4119744b5184db0c2b53.tar.gz
gcc-c878b2efd6d2659abaea4119744b5184db0c2b53.tar.bz2
Resync.
From-SVN: r135920
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 2c0b485..55a1edf 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,16 @@
2008-05-26 Ed Schonberg <schonberg@adacore.com>
+ * exp_ch4.adb (Expand_Concatenate_Other): Add explicit constraint
+ checks on the upper bound if the index type is a modular type, to
+ prevent wrap-around computations when size is close to upper bound of
+ type.
+
+2008-05-26 Robert Dewar <dewar@adacore.com>
+
+ * sem_ch3.adb: Minor reformatting
+
+2008-05-26 Ed Schonberg <schonberg@adacore.com>
+
* sem_ch12.adb (Remove_Parent): Use specification of instance
to retrieve generic parent,
to handle properly the case where the instance is a child unit.