]> gcc.gnu.org Git - gcc.git/commit - gcc/tree-ssa-loop-ivopts.c
re PR middle-end/17746 (ICE when building the Ada RTS)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 23 Dec 2004 13:02:33 +0000 (14:02 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 23 Dec 2004 13:02:33 +0000 (13:02 +0000)
commit2614034eead349c8ae65e7f106bdce4212e9b71a
treea98bb36f52d3d1b233ad2e1e33601de24da98c8d
parent9690a821226394176b4cb187641692e8caf801a5
re PR middle-end/17746 (ICE when building the Ada RTS)

PR middle-end/17746
* expr.c (get_inner_reference): Add 'keep_aligning' parameter.
Break on aligning VIEW_CONVERT_EXPR nodes on STRICT_ALIGNMENT
platforms only if keep_aligning is true.
(expand_assignment): Adjust call to get_inner_reference.
(expand_expr_addr_expr_1): Likewise.
(expand_expr_real_1): Likewise.
* dojump.c (do_jump): Likewise.
* dwarf2out.c (loc_descriptor_from_tree_1): Likewise.
* fold-const.c (optimize_bit_field_compare): Likewise.
(decode_field_reference): Likewise.
(split_address_to_core_and_offset): Likewise.
* tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
* expr.h (get_inner_reference): Adjust prototype.

ada/
* trans.c (Attribute_to_gnu): Adjust call to get_inner_reference.
* utils2.c (build_unary_op): Likewise.

From-SVN: r92549
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/trans.c
gcc/ada/utils2.c
gcc/dojump.c
gcc/dwarf2out.c
gcc/expr.c
gcc/fold-const.c
gcc/tree-ssa-loop-ivopts.c
This page took 0.060715 seconds and 5 git commands to generate.