diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-22 15:33:18 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-05-22 15:33:18 +0200 |
commit | 088c7e1b0c52db7fa81623ab5b0795a89b41f054 (patch) | |
tree | 296f5bef49f057c5b475241727dddb811da1d7a5 /gcc/ada/sem_ch12.adb | |
parent | f8d851c6f796b81366e0c968c2e85a9b98a95ce8 (diff) | |
download | gcc-088c7e1b0c52db7fa81623ab5b0795a89b41f054.zip gcc-088c7e1b0c52db7fa81623ab5b0795a89b41f054.tar.gz gcc-088c7e1b0c52db7fa81623ab5b0795a89b41f054.tar.bz2 |
[multiple changes]
2015-05-22 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Constrain_Concurrent): If the context is a
type declaration, generate an Itype_Reference for the anonymous
subtype, to force elaboration at this point in gigi.
2015-05-22 Gary Dismukes <dismukes@adacore.com>
* layout.adb, einfo.ads, sem_ch12.adb, freeze.adb, sem_util.ads,
exp_ch4.adb, sem_ch6.adb: Minor reformatting and typo fixes.
From-SVN: r223573
Diffstat (limited to 'gcc/ada/sem_ch12.adb')
-rw-r--r-- | gcc/ada/sem_ch12.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index f38ff5f..b5c8888 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -833,7 +833,7 @@ package body Sem_Ch12 is -- -- If Inst is present, it is the entity of the package instance. This -- entity is marked as having a limited_view actual when some actual is - -- a limited view. This is used to place the instance body properly.. + -- a limited view. This is used to place the instance body properly. procedure Remove_Parent (In_Body : Boolean := False); -- Reverse effect after instantiation of child is complete |