r216968 - in /trunk/gcc/ada: ChangeLog prj-attr...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Oct 31 11:39:00 GMT 2014
Author: charlet
Date: Fri Oct 31 11:39:37 2014
New Revision: 216968
URL: https://gcc.gnu.org/viewcvs?rev=216968&root=gcc&view=rev
Log:
2014-10-31 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Analyze_Generic_Package_Declaration): If there
is a default storage pool, add a corresponding aspect to the
generic unit, to be used at the point of instantiation.
(Analyze_Package_Instantiation): If generic unit has aspect
specifications, propagate them to instance. If instance has a
Default_Storage_Pool aspect, make sure that it overrides the
one that may be inherited from the generic.
2014-10-31 Vincent Celier <celier@adacore.com>
* prj-attr.adb: Minor removal of attributes of package Linker
that have never been used and never been documented.
* projects.texi: Add documentation for attribute Runtime.
* prj-nmsc.adb (Check_Configuration): Do not report a warning
for unknown compilers when the project is externally built.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/prj-attr.adb
trunk/gcc/ada/prj-nmsc.adb
trunk/gcc/ada/projects.texi
trunk/gcc/ada/sem_ch12.adb
More information about the Gcc-cvs
mailing list