[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 13 Jan 2017 11:16:56 +0000 (12:16 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 13 Jan 2017 11:16:56 +0000 (12:16 +0100)
commitb5f3c91301332315663d99e624a2efa1bf91a4f0
tree66ffcefcd89fd72cc4b9f08d815450c2eaf21b6c
parent82e5c2434e6709118bdf4499cdcbd5dc2c535368
[multiple changes]

2017-01-13  Ed Schonberg  <schonberg@adacore.com>

* einfo.ads: minor grammar fixes in comment of Normalized_Position_Max.
* scil_ll.adb: Minor style fix in comment.
* sem_ch8.adb (Analyze_Expanded_Name): Perform dimension analysis
even if entity is already set, because the node may be renalyzed
after inlining transformations.

2017-01-13  Javier Miranda  <miranda@adacore.com>

* sem_res.adb (Resolve_Call): Do not establish a transient scope
for a call to inlinable expression function (since the call will
be replaced by its returned object).
* exp_ch6.ads (Is_Inlinable_Expression_Function): New subprogram.
* exp_ch6.adb (Expression_Of_Expression_Function): New subprogram.
(Expand_Call): For inlinable expression function call replace the
call by its returned object.
(Is_Inlinable_Expression_Function): New subprogram.

From-SVN: r244425
gcc/ada/ChangeLog
gcc/ada/einfo.ads
gcc/ada/exp_ch6.adb
gcc/ada/exp_ch6.ads
gcc/ada/scil_ll.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_res.adb