2015-01-06 Vincent Celier <celier@adacore.com>
commit1aca674a218659951c2a6dc847add2d090617537
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2015 10:33:32 +0000 (6 10:33 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Jan 2015 10:33:32 +0000 (6 10:33 +0000)
treeae626a6e4bdccd3b3367b5ee5a7bb567b184f726
parentf7cb0e8847f3b0a0e4e7c36f460e7f3425835440
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219253 138bc75d-0d04-0410-961f-82ee72b054a4
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