tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.
authorTomas Bily <tomby@gcc.gnu.org>
Wed, 23 Apr 2008 12:50:17 +0000 (14:50 +0200)
committerTomas Bily <tomby@gcc.gnu.org>
Wed, 23 Apr 2008 12:50:17 +0000 (14:50 +0200)
commita134e5f3702af8504e2744bebd3a034914ab7d40
treefc970abad33f221b6b9b0e13eae65c93c720eb12
parente24703834e9d89319aaf494cd44f19ac82e30651
tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case.

        * tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as
        unreachable case.

        * tree-vrp.c (extract_range_from_unary_expr): Removed unused
        NON_LVALUE_EXPR.

        * tree-ssa-threadedge.c (simplify_control_stmt_condition):
        Likewise.

        * tree-ssa-structalias.c (get_constraint_for): Likewise.

        * tree-inline.c (estimate_num_insns_1): Likewise.

        * varasm.c (const_hash_1, compare_constant, copy_constant)
        (compute_reloc_for_constant, output_addressed_constants):
        Likewise.

        * emit-rtl.c (component_ref_for_mem_expr)
        (set_mem_attributes_minus_bitpos): Likewise.

        * expr.c (highest_pow2_factor, expand_expr_real_1, )
        (is_aligning_offset): Likewise.

        * dwarf2out.c (loc_descriptor_from_tree_1, add_bound_info):
        Likewise.

        * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Likewise.

        * dojump.c (do_jump): Likewise.

        * builtins.c (get_pointer_alignment, get_memory_rtx)
        (integer_valued_real_p, fold_builtin_next_arg): Likewise.

        * tree-scalar-evolution.c (instantiate_parameters_1): Likewise.

From-SVN: r134591
13 files changed:
gcc/builtins.c
gcc/dojump.c
gcc/dwarf2out.c
gcc/emit-rtl.c
gcc/expr.c
gcc/tree-cfg.c
gcc/tree-inline.c
gcc/tree-scalar-evolution.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-structalias.c
gcc/tree-ssa-threadedge.c
gcc/tree-vrp.c
gcc/varasm.c