aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/impunit.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 15:14:40 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-20 15:14:40 +0200
commitbf06d37fd3a5d68372981a7ced8ecb464f1ae12c (patch)
tree8b124c5fe5eadf9ecad86541f6d147274856a29c /gcc/ada/impunit.adb
parent58a9d876fccd9c28dd4d5eb346cd2c695a3406fc (diff)
downloadgcc-bf06d37fd3a5d68372981a7ced8ecb464f1ae12c.zip
gcc-bf06d37fd3a5d68372981a7ced8ecb464f1ae12c.tar.gz
gcc-bf06d37fd3a5d68372981a7ced8ecb464f1ae12c.tar.bz2
[multiple changes]
2009-04-20 Jerome Lambourg <lambourg@adacore.com> * impunit.adb: Add i-cil and i-cilobj packages, now needed by the generated bindings for cil. 2009-04-20 Ed Schonberg <schonberg@adacore.com> * sem_aggr.adb (Resolve_Record_Aggregate): If the type has unknown discriminants, collect components from the Underlying_Record_View, which will be used in the expansion of the aggregate into assignments. * sem_ch3.adb: Do not label derived type with unknown discriminants as having a private declaration. From-SVN: r146415
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r--gcc/ada/impunit.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb
index 0b8cdd5..4c308ba 100644
--- a/gcc/ada/impunit.adb
+++ b/gcc/ada/impunit.adb
@@ -300,6 +300,8 @@ package body Impunit is
------------------------------------------
"i-cexten", -- Interfaces.C.Extensions
+ "i-cil ", -- Interfaces.CIL
+ "i-cilobj", -- Interfaces.CIL.Object
"i-cpp ", -- Interfaces.CPP
"i-cstrea", -- Interfaces.C.Streams
"i-java ", -- Interfaces.Java