]> gcc.gnu.org Git - gcc.git/commit
(lvalue_required_p): Handle N_Parameter_Association like N_Function_Call and N_Proced...
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:58:31 +0000 (10:58 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:58:31 +0000 (10:58 +0200)
commita43050d35af4a15b420b9af62a33f08d5df6b467
tree51c86076226cad90f01bdb90b6ca5509b68c51dc
parentbe6aaf7f3d34989e7b5edfac198b3244cb1c9acc
(lvalue_required_p): Handle N_Parameter_Association like N_Function_Call and N_Procedure_Call_Statement.

(lvalue_required_p): Handle N_Parameter_Association like N_Function_Call
and N_Procedure_Call_Statement.
(takes_address): Rename to lvalue_required_p, add third parameter
'aliased'
and adjust recursive calls.
<N_Indexed_Component>: Update 'aliased' from the array type.
<N_Selected_Component>: New case.
<N_Object_Renaming_Declaration>: New Likewise.
(Identifier_to_gnu): Adjust for above changes.
(maybe_stabilize_reference) <CONST_DECL>: New case.

From-SVN: r127470
gcc/ada/trans.c
This page took 0.053014 seconds and 5 git commands to generate.