diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-06-14 14:41:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-06-14 14:41:03 +0200 |
commit | 124bed29851cb5ece3d1218c6113a0774ffc26a7 (patch) | |
tree | efa2aa73489b5c83e1999ebdb5e8e7f60da26d4e /gcc/ada/sem_util.ads | |
parent | 519e9fdfbac069a01dc359975b50028acc7b0c65 (diff) | |
download | gcc-124bed29851cb5ece3d1218c6113a0774ffc26a7.zip gcc-124bed29851cb5ece3d1218c6113a0774ffc26a7.tar.gz gcc-124bed29851cb5ece3d1218c6113a0774ffc26a7.tar.bz2 |
[multiple changes]
2016-06-14 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Set_Actual_Subtypes): Do not generate actual
subtypes for unconstrained formals when analyzing the generated
body of an expression function, because it may lead to premature
and misplaced freezing of the types of formals.
2016-06-14 Gary Dismukes <dismukes@adacore.com>
* sem_elab.adb, sem_ch4.adb: Minor reformatting and typo fix.
2016-06-14 Tristan Gingold <gingold@adacore.com>
* einfo.adb (Set_Has_Timing_Event): Add assertion.
* sem_util.ads, sem_util.adb (Propagate_Concurrent_Flags): New
name for Propagate_Type_Has_Flags.
* exp_ch3.adb, sem_ch3.adb, sem_ch7.adb, sem_ch9.adb: Adjust after
renaming.
From-SVN: r237439
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index a1e703f..b953669 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -2008,7 +2008,7 @@ package Sem_Util is -- parameter Ent gives the entity to which the End_Label refers, -- and to which cross-references are to be generated. - procedure Propagate_Type_Has_Flags + procedure Propagate_Concurrent_Flags (Typ : Entity_Id; Comp_Typ : Entity_Id); -- Set Has_Task, Has_Protected and Has_Timing_Event on Typ when the flags |