r178449 - in /trunk/gcc/ada: ChangeLog exp_ch9....
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Sep 2 09:27:00 GMT 2011
Author: charlet
Date: Fri Sep 2 09:27:35 2011
New Revision: 178449
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178449
Log:
2011-09-02 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch9.adb (Install_Private_Data_Declarations): Add guards
which ensure that restriction No_Dynamic_Attachment has not been
violated.
(Make_Initialize_Protection): Protected types with attach or
interrupt handlers must not violate restriction No_Dynamic_Attachment.
* exp_util.adb (Corresponding_Runtime_Package): Add a guard
which ensures that restriction No_Dynamic_Attachment has not been
violated.
* sem_attr.adb: (Eval_Attribute): Transform
VAX_Float_Type'First and 'Last into references to
the temporaries which store the corresponding bounds. The
transformation is needed since the back end cannot evaluate
'First and 'Last on VAX.
(Is_VAX_Float): New routine.
2011-09-02 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Analyze_Subprogram_Instantiation): If the
generic unit is not intrinsic and has an explicit convention,
the instance inherits it.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_ch9.adb
trunk/gcc/ada/exp_util.adb
trunk/gcc/ada/sem_attr.adb
trunk/gcc/ada/sem_ch12.adb
More information about the Gcc-cvs
mailing list