aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-12-22 12:52:00 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2011-12-22 12:52:00 +0100
commit2d1debf816aec77401023e308a136288d42c7237 (patch)
tree58edd15b694cd45e2029a659f769a709e715e4c0 /gcc/ada/ChangeLog
parentc7288f61d1ad0392612bccf607727481a0096803 (diff)
downloadgcc-2d1debf816aec77401023e308a136288d42c7237.zip
gcc-2d1debf816aec77401023e308a136288d42c7237.tar.gz
gcc-2d1debf816aec77401023e308a136288d42c7237.tar.bz2
[multiple changes]
2011-12-22 Hristian Kirtchev <kirtchev@adacore.com> * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Create the objects associated with exception handling unconditionally. (Build_Adjust_Statements): Create the objects associated with exception handling unconditionally. (Build_Components): Create the objects associated with exception handling unconditionally. (Build_Finalize_Statements): Create the objects associated with exception handling unconditionally. (Build_Initialize_Statements): Create the objects associated with exception handling unconditionally. (Build_Object_Declarations): Set the proper location of the data record when exception propagation is forbidden. 2011-12-22 Gary Dismukes <dismukes@adacore.com> * a-tienio.adb (Put): Test validity of Item parameters before applying Image, and raise Constraint_Error for invalid values. 2011-12-22 Bob Duff <duff@adacore.com> * a-stwima.ads (Initialize,Adjust,Finalize): Add overriding indicators. * a-ststio.ads (AFCB_Allocate,AFCB_Close,AFCB_Free,Read,Write): Add overriding indicators. From-SVN: r182619
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 87898a0..0137afe 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,29 @@
+2011-12-22 Hristian Kirtchev <kirtchev@adacore.com>
+
+ * exp_ch7.adb (Build_Adjust_Or_Finalize_Statements): Create the objects
+ associated with exception handling unconditionally.
+ (Build_Adjust_Statements): Create the objects associated with
+ exception handling unconditionally.
+ (Build_Components): Create the objects associated with exception
+ handling unconditionally.
+ (Build_Finalize_Statements): Create the objects associated with
+ exception handling unconditionally.
+ (Build_Initialize_Statements): Create the objects associated with
+ exception handling unconditionally.
+ (Build_Object_Declarations): Set the proper location of the data
+ record when exception propagation is forbidden.
+
+2011-12-22 Gary Dismukes <dismukes@adacore.com>
+
+ * a-tienio.adb (Put): Test validity of Item parameters before
+ applying Image, and raise Constraint_Error for invalid values.
+
+2011-12-22 Bob Duff <duff@adacore.com>
+
+ * a-stwima.ads (Initialize,Adjust,Finalize): Add overriding indicators.
+ * a-ststio.ads (AFCB_Allocate,AFCB_Close,AFCB_Free,Read,Write): Add
+ overriding indicators.
+
2011-12-22 Arnaud Charlet <charlet@adacore.com>
* s-osinte-hpux-dce.ads: Update header to GPLv3