aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 16:32:43 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-29 16:32:43 +0200
commit1df4f514fac3b17c52bb283fcc52daf3d19c26e7 (patch)
tree5b0e00002daef44290edd3196cd25f963c17a158 /gcc/ada/impunit.adb
parent14f0f659acfb490fc37e1a9de8f19c4759845337 (diff)
downloadgcc-1df4f514fac3b17c52bb283fcc52daf3d19c26e7.zip
gcc-1df4f514fac3b17c52bb283fcc52daf3d19c26e7.tar.gz
gcc-1df4f514fac3b17c52bb283fcc52daf3d19c26e7.tar.bz2
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com> * impunit.adb, exp_ch4.adb, s-finmas.adb: Minor reformatting. 2011-08-29 Thomas Quinot <quinot@adacore.com> * exp_dist.adb (TC_Rec_Add_Process_Element): For a choice with multiple values, we generate multiple triples of parameters in the TypeCode. Bump Choice_Index for each such triple so that a subsequent default choice is associated with the correct index in the typecode. 2011-08-29 Ed Schonberg <schonberg@adacore.com> * a-cdlili.adb (Iterate): Initialize properly an iterator over a null container. (First, Last): Handle properly an iterator over a null container. 2011-08-29 Bob Duff <duff@adacore.com> * sem_ch10.adb (Analyze_With_Clause,Install_Withed_Unit): Abandon processing if we run across a node with no Scope. This can happen if we're with-ing an library-level instance, and that instance got errors that caused "instantiation abandoned". * sem_util.adb (Unit_Declaration_Node): Make it more robust, by raising an exception instead of using Assert, so it won't go into an infinite loop, even when assertions are turned off. 2011-08-29 Ed Schonberg <schonberg@adacore.com> * a-coorse.adb: Proper handling of empty ordered sets. From-SVN: r178249
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r--gcc/ada/impunit.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index 9aa86d5..87498d8 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -524,9 +524,9 @@ package body Impunit is
"a-synbar", -- Ada.Synchronous_Barriers
"a-undesu", -- Ada.Unchecked_Deallocate_Subpool
- -----------------------------------------
- -- GNAT Defined Additions to Ada 20012 --
- -----------------------------------------
+ ----------------------------------------
+ -- GNAT Defined Additions to Ada 2012 --
+ ----------------------------------------
"a-cofove", -- Ada.Containers.Formal_Vectors
"a-cfdlli", -- Ada.Containers.Formal_Doubly_Linked_Lists