tree-cfg.c (verify_expr, [...]): Verify invariant, constant and side_effects of the...
authorDaniel Berlin <dberlin@dberlin.org>
Wed, 25 May 2005 21:36:24 +0000 (21:36 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 May 2005 21:36:24 +0000 (15:36 -0600)
commit81fc305201e8913727cb61303c4812730a95c59c
tree97fb8429916e88ae81fa00fe312809a322531099
parent3d0994b83115f9da0a1e454c3693e0d93771cac3
tree-cfg.c (verify_expr, [...]): Verify invariant, constant and side_effects of the ADDR_EXPR are consistent.

        * tree-cfg.c (verify_expr, case ADDR_EXPR): Verify invariant,
        constant and side_effects of the ADDR_EXPR are consistent.

        * tree-nested.c (convert_local_reference): Set CURRENT_FUNCTION_DECL
        appropriately around calls to recompute_tree_invarant_for_addr_expr.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r100168
gcc/ChangeLog
gcc/tree-cfg.c
gcc/tree-nested.c