* tree.h (contains_placeholder_p): Now returns bool.
commitb20948437018b4232e14da1b2e34503816013a9a
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 11:54:57 +0000 (5 11:54 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 11:54:57 +0000 (5 11:54 +0000)
treee0c9363247eab231143d008192f4e50d889196bc
parent25ff63d0d77c3802ccd7cf5b3034db2361c588f9
* tree.h (contains_placeholder_p): Now returns bool.
(CONTAINS_PLACEHOLDER_P): New macro.
(type_contains_placeholder_p): New function.
* tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
(contains_placeholder_p): Now returns bool.
Rework to use CONTAINS_PLACEHOLDER_P macro.
(type_contains_placeholder_p): New function.
* fold-const.c (fold, case COMPONENT_REF): Don't fold if
type_contains_placeholder_p.
(fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
Use CONTAINS_PLACEHOLDER_P macro.
* builtins.c (fold_builtin): Likewise.
* calls.c (initialize_argument_information): Likewise.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
* explow.c (expr_size): Likewise.
* expr.c (store_constructor, get_inner_reference): Likewise.
* function.c (assign_parms): Likewise.
* stor-layout.c (variable_size): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68969 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/stor-layout.c