[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Nov 2015 10:43:33 +0000 (11:43 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 12 Nov 2015 10:43:33 +0000 (11:43 +0100)
commitb420ba79dea984c78388047f07ab542665b22ab4
treea4ebe84c43c976d9d7012de3d5a411905a35308f
parent465f1e5d630b4fc2020bc0ade8d282d24201700f
[multiple changes]

2015-11-12  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Check_Limited_Return): Make global to package
for use elsewhere.
(Analyze_Expression_Function): Remove duplicated code, pre-analyze
expression to capture names and call Check_Limited_Return so
that semantic checks are identical to those for regular functions
returning limited types.

2015-11-12  Gary Dismukes  <dismukes@adacore.com>

* bindgen.adb: Fix typo.
* sem_ch6.adb: Minor reformatting.

2015-11-12  Emmanuel Briot  <briot@adacore.com>

* s-os_lib.adb (Argument_String_To_List): fix handling of
windows separators

From-SVN: r230224
gcc/ada/ChangeLog
gcc/ada/bindgen.adb
gcc/ada/s-os_lib.adb
gcc/ada/sem_ch6.adb