r200058 - in /branches/gcc-4_8-branch/gcc/ada: ...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Thu Jun 13 07:51:00 GMT 2013


Author: ebotcazou
Date: Thu Jun 13 07:51:32 2013
New Revision: 200058

URL: http://gcc.gnu.org/viewcvs?rev=200058&root=gcc&view=rev
Log:
	* gcc-interface/ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.
	* gcc-interface/gigi.h (annotate_object): Adjust prototype.
	(convert_vms_descriptor): Likewise.
	* gcc-interface/decl.c (gnat_to_gnu_param): Do not pass fat pointer
	types by double dereference.
	(annotate_object): Remove BY_DOUBLE_REF parameter and adjust.
	(gnat_to_gnu_entity): Adjust calls to annotate_object.
	* gcc-interface/trans.c (Identifier_to_gnu): Do not deal with double
	dereference.
	(Call_to_gnu): Likewise.
	(build_function_stub): Adjust call to convert_vms_descriptor.
	(Subprogram_Body_to_gnu): Adjust call to annotate_object.
	* gcc-interface/utils.c (convert_vms_descriptor): Remove BY_REF
	parameter and adjust.

Modified:
    branches/gcc-4_8-branch/gcc/ada/ChangeLog
    branches/gcc-4_8-branch/gcc/ada/gcc-interface/ada-tree.h
    branches/gcc-4_8-branch/gcc/ada/gcc-interface/decl.c
    branches/gcc-4_8-branch/gcc/ada/gcc-interface/gigi.h
    branches/gcc-4_8-branch/gcc/ada/gcc-interface/trans.c
    branches/gcc-4_8-branch/gcc/ada/gcc-interface/utils.c
    branches/gcc-4_8-branch/gcc/ada/targparm.ads



More information about the Gcc-cvs mailing list