[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 10:33:32 +0000 (11:33 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Jan 2015 10:33:32 +0000 (11:33 +0100)
commitbb6c60f4c6f9ead08315e4de6d71320d1af7a16d
treeae626a6e4bdccd3b3367b5ee5a7bb567b184f726
parent3dfe4883e7b0dec116a927968f8fe60500f03c35
[multiple changes]

2015-01-06  Vincent Celier  <celier@adacore.com>

* prj-conf.adb (Check_Target): Improve error message when
there are mismatched targets between the on in the configuration
project file and the specified one, either in the main project
file or in the --target= switch.

2015-01-06  Pascal Obry  <obry@adacore.com>

* prj-attr.adb, projects.texi, snames.ads-tmpl: Add Mode and
Install_Name attribute definitions.

2015-01-06  Ed Schonberg  <schonberg@adacore.com>

* freeze.adb (Wrap_Imported_Subprogram): Indicate that the
generated Import pragma for the internal imported procedure does
not come from an aspect, so that Is_Imported can be properly
set for it.

2015-01-06  Gary Dismukes  <dismukes@adacore.com>

* sem_ch12.adb (Might_Inline_Subp): Record whether
any subprograms in the generic package are marked with
pragma Inline_Always (setting flag Has_Inline_Always).
(Analyze_Package_Instantiation): Add test of Has_Inline_Always
alongside existing test of Front_End_Inlining as alternative
conditions for setting Inline_Now. Also add test of
Has_Inline_Always along with Front_End_Inlining test as an
alternative condition for setting Needs_Body to False.

2015-01-06  Tristan Gingold  <gingold@adacore.com>

* i-cpoint.adb (Copy_Array): Handle overlap.

From-SVN: r219253
gcc/ada/ChangeLog
gcc/ada/freeze.adb
gcc/ada/i-cpoint.adb
gcc/ada/prj-attr.adb
gcc/ada/prj-conf.adb
gcc/ada/projects.texi
gcc/ada/sem_ch12.adb
gcc/ada/snames.ads-tmpl