r238117 - in /trunk/gcc/ada: ChangeLog adaint.c...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Thu Jul 7 13:20:00 GMT 2016
Author: charlet
Date: Thu Jul 7 13:20:30 2016
New Revision: 238117
URL: https://gcc.gnu.org/viewcvs?rev=238117&root=gcc&view=rev
Log:
2016-07-07 Ed Schonberg <schonberg@adacore.com>
* exp_ch6.adb (Expand_Internal_Init_Call): Subsidiary procedure
to Expand_Protected_ Subprogram_Call, to handle properly a
call to a protected function that provides the initialization
expression for a private component of the same protected type.
* sem_ch9.adb (Analyze_Protected_Definition): Layout must be
applied to itypes generated for a private operation of a protected
type that has a formal of an anonymous access to subprogram,
because these itypes have no freeze nodes and are frozen in place.
* sem_ch4.adb (Analyze_Selected_Component): If prefix is a
protected type and it is not a current instance, do not examine
the first private component of the type.
2016-07-07 Arnaud Charlet <charlet@adacore.com>
* exp_imgv.adb, g-dynhta.adb, s-regexp.adb, s-fatgen.adb, s-poosiz.adb:
Minor removal of extra whitespace.
* einfo.ads: minor removal of repeated "as" in comment
2016-07-07 Vadim Godunko <godunko@adacore.com>
* adaint.c: Complete previous change.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/adaint.c
trunk/gcc/ada/einfo.ads
trunk/gcc/ada/exp_ch6.adb
trunk/gcc/ada/exp_imgv.adb
trunk/gcc/ada/g-dynhta.adb
trunk/gcc/ada/s-fatgen.adb
trunk/gcc/ada/s-poosiz.adb
trunk/gcc/ada/s-regexp.adb
trunk/gcc/ada/sem_ch4.adb
trunk/gcc/ada/sem_ch9.adb
More information about the Gcc-cvs
mailing list