tree.h (contains_placeholder_p): Fix comment.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Nov 2010 11:59:55 +0000 (11:59 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 9 Nov 2010 11:59:55 +0000 (11:59 +0000)
commit98cd3025d4d3204a18f327627a61b6773fd377a5
treef3683767b5743cd5036a7a65c1816ad7f965366b
parentb9cb66d281d279a13ed9628a9046e4523cb677d5
tree.h (contains_placeholder_p): Fix comment.

* 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.

From-SVN: r166484
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