r166484 - in /trunk/gcc: ChangeLog ada/ChangeLo...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Tue Nov 9 11:59:00 GMT 2010


Author: ebotcazou
Date: Tue Nov  9 11:59:55 2010
New Revision: 166484

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166484
Log:
	* tree.h (contains_placeholder_p): Fix comment.
	(type_contains_placeholder_p): Adjust comment.
	* tree.c (contains_placeholder_p): Fix comment.
	(type_contains_placeholder_1): Do not recurse on pointed-to types and
	adjust comment.
	(type_contains_placeholder_p): Add comment.
ada/
	* gcc-interface/decl.c (finish_fat_pointer_type): New function.
	(gnat_to_gnu_entity) <E_Array_Type>: Use it to build the fat pointer
	type.
	<E_Access_Type>: Likewise.

Added:
    trunk/gcc/testsuite/gnat.dg/specs/static_initializer5.ads
    trunk/gcc/testsuite/gnat.dg/specs/static_initializer5_pkg.ads
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/decl.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree.c
    trunk/gcc/tree.h



More information about the Gcc-cvs mailing list