r220840 - in /trunk/gcc/ada: ChangeLog exp_ch3....
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Fri Feb 20 09:43:00 GMT 2015
Author: charlet
Date: Fri Feb 20 09:43:40 2015
New Revision: 220840
URL: https://gcc.gnu.org/viewcvs?rev=220840&root=gcc&view=rev
Log:
2015-02-20 Eric Botcazou <ebotcazou@adacore.com>
* s-stalib.ads: Fix typo.
2015-02-20 Ed Schonberg <schonberg@adacore.com>
* exp_ch3.adb (Default_Initialize_Object): If the object has a
delayed freeze, the actions associated with default initialization
must be part of the freeze actions, rather that being inserted
directly after the object declaration.
2015-02-20 Robert Dewar <dewar@adacore.com>
* lib-load.adb: Minor comment update.
2015-02-20 Vincent Celier <celier@adacore.com>
* prj-proc.adb (Process_Case_Construction): When there are
incomplete withed projects and the case variable is unknown,
skip the case construction.
2015-02-20 Ed Schonberg <schonberg@adacore.com>
* exp_ch6.adb (Expand_Actuals): Add caller-side invariant checks
when an actual is a view conversion, either because the call is
to an inherited operation, or because the actual is an explicit
type conversion to an ancestor type. Fixes ACATS 4.0D: C732001
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_ch3.adb
trunk/gcc/ada/exp_ch6.adb
trunk/gcc/ada/lib-load.adb
trunk/gcc/ada/prj-proc.adb
trunk/gcc/ada/s-stalib.ads
More information about the Gcc-cvs
mailing list