diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 13:12:17 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-29 13:12:17 +0200 |
commit | ca5af305a13a6f886dc6b6e0a07863c7eeefdbee (patch) | |
tree | 814b7943f7ccb8cd2729a81e53f68f45e54ea661 /gcc/ada/impunit.adb | |
parent | 5accd7b6ca81d3f3b399bf55e201fc6f78771a13 (diff) | |
download | gcc-ca5af305a13a6f886dc6b6e0a07863c7eeefdbee.zip gcc-ca5af305a13a6f886dc6b6e0a07863c7eeefdbee.tar.gz gcc-ca5af305a13a6f886dc6b6e0a07863c7eeefdbee.tar.bz2 |
[multiple changes]
2011-08-29 Robert Dewar <dewar@adacore.com>
* a-exexpr-gcc.adb, a-synbar.adb, sem_ch13.adb: Minor reformatting.
2011-08-29 Bob Duff <duff@adacore.com>
* sem_aggr.adb (Resolve_Aggr_Expr): Call this routine even in the case
of <>, because this is the routine that checks for dimensionality
errors (for example, for a two-dimensional array, (others => <>) should
be (others => (others => <>)).
2011-08-29 Hristian Kirtchev <kirtchev@adacore.com>
* impunit.adb: Add new run-time units.
* freeze.adb, exp_ch7.ads, exp_ch7.adb, exp_util.ads, exp_util.adb,
s-stposu.ads, s-stposu.adb: Code clean up.
Handle protected class-wide or task class-wide types
Handle C/C++/CIL/Java types.
* s-spsufi.adb, s-spsufi.ads: New files.
From-SVN: r178205
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index de05fdf..ea636fe 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -346,6 +346,7 @@ package body Impunit is "s-addima", -- System.Address_Image "s-assert", -- System.Assertions + "s-finmas", -- System.Finalization_Masters "s-memory", -- System.Memory "s-parint", -- System.Partition_Interface "s-pooglo", -- System.Pool_Global @@ -508,6 +509,7 @@ package body Impunit is Non_Imp_File_Names_12 : constant File_List := ( "s-multip", -- System.Multiprocessors "s-mudido", -- System.Multiprocessors.Dispatching_Domains + "s-stposu", -- System.Storage_Pools.Subpools "a-cobove", -- Ada.Containers.Bounded_Vectors "a-cbdlli", -- Ada.Containers.Bounded_Doubly_Linked_Lists "a-cborse", -- Ada.Containers.Bounded_Ordered_Sets @@ -521,11 +523,13 @@ package body Impunit is "a-extiin", -- Ada.Execution_Time.Interrupts "a-iteint", -- Ada.Iterator_Interfaces "a-synbar", -- Ada.Synchronous_Barriers + "a-undesu", -- Ada.Unchecked_Deallocate_Subpool ----------------------------------------- -- GNAT Defined Additions to Ada 20012 -- ----------------------------------------- + "s-spsufi", -- System.Storage_Pools.Subpools.Finalization "a-cofove", -- Ada.Containers.Formal_Vectors "a-cfdlli", -- Ada.Containers.Formal_Doubly_Linked_Lists "a-cforse", -- Ada.Containers.Formal_Ordered_Sets |