* tree.h (contains_placeholder_p): Fix comment.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Nov 2010 11:59:55 +0000 (11:59 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Nov 2010 11:59:55 +0000 (11:59 +0000)
commit91c9bb2d60977f15f57339039669b5c5f05347d3
treef3683767b5743cd5036a7a65c1816ad7f965366b
parente12262f9255e80d8d750fbebb99b0ff42bf6c85f
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166484 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/specs/static_initializer5.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/specs/static_initializer5_pkg.ads [new file with mode: 0644]
gcc/tree.c
gcc/tree.h