tree.c (bot_manip): Check TREE_CONSTANT rather than !TREE_SIDE_EFFECTS.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 31 Aug 2000 00:38:34 +0000 (20:38 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 31 Aug 2000 00:38:34 +0000 (20:38 -0400)
commit83bbca3be78c3289a7c5ce9fb498cd26257c6e77
tree90fc36147d4da78d4f68555af5a34f674de93e6d
parent495d26d6ce58caf1f86a1039b0c44e1b23878bc6
tree.c (bot_manip): Check TREE_CONSTANT rather than !TREE_SIDE_EFFECTS.

        * tree.c (bot_manip): Check TREE_CONSTANT rather than
        !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
        build_target_expr_with_type for the non-AGGR_INIT_EXPR case.

From-SVN: r36081
gcc/testsuite/g++.old-deja/g++.other/defarg5.C [new file with mode: 0644]