r260666 - in /trunk/gcc/ada: ChangeLog einfo.ad...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Thu May 24 13:06:00 GMT 2018
Author: pmderodat
Date: Thu May 24 13:06:40 2018
New Revision: 260666
URL: https://gcc.gnu.org/viewcvs?rev=260666&root=gcc&view=rev
Log:
[Ada] Add a new Is_Activation_Record flag on IN parameters
2018-05-24 Ed Schonberg <schonberg@adacore.com>
gcc/ada/
* einfo.ads, einfo.adb (Is_Activation_Record): New flag on
in_parameters, used when unesting subprograms for LLVM, to indicate
that a generated parameter carries the activation record from the
enclosing subprogram.
* exp_unst.adb (Check_Static_Type): Handle array attributes of types
whose bounds may contain up-level references that need to be added to
an activation recoord.
(Add_Extra_Formal): Set Is_Activation_Record on new formal.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/einfo.adb
trunk/gcc/ada/einfo.ads
trunk/gcc/ada/exp_unst.adb
More information about the Gcc-cvs
mailing list