diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-20 13:18:34 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-20 13:18:34 +0000 |
commit | fd66bc6b802ea710b059191f50e3281aecd3bb39 (patch) | |
tree | 6d0d286c708ed3fff7533ab8f04416f1b91f3d68 /gcc/ada/a-coorma.adb | |
parent | d2b860b429d3193f405e86e718daad04dd400807 (diff) | |
download | gcc-fd66bc6b802ea710b059191f50e3281aecd3bb39.tar.gz |
2009-07-20 Vadim Godunko <godunko@adacore.com>
* a-coorma.adb: Minor reformatting.
2009-07-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch3 (Build_Itype_Reference): Make public, for use on non-null
access return types.
* sem_ch6.adb (Analyze_Return_Type): If return is a not null subtype,
provide an itype reference to gigi to force elaboration of the subtype
at the proper point.
2009-07-20 Tristan Gingold <gingold@adacore.com>
* g-expect.adb: Avoid closeing already closed handle.
2009-07-20 Robert Dewar <dewar@adacore.com>
* sprint.adb (Write_Subprogram_Name): New procedure to output
subprogram name with possible preceding $ (replaces
Note_Implicit_Run_Time_Call).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149812 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-coorma.adb')
-rw-r--r-- | gcc/ada/a-coorma.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/a-coorma.adb b/gcc/ada/a-coorma.adb index 4b79200c304..934d9de658c 100644 --- a/gcc/ada/a-coorma.adb +++ b/gcc/ada/a-coorma.adb @@ -545,6 +545,10 @@ package body Ada.Containers.Ordered_Maps is end if; end Include; + ------------ + -- Insert -- + ------------ + procedure Insert (Container : in out Map; Key : Key_Type; @@ -605,10 +609,6 @@ package body Ada.Containers.Ordered_Maps is end if; end Insert; - ------------ - -- Insert -- - ------------ - procedure Insert (Container : in out Map; Key : Key_Type; |