except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
authorRobert Lipe <robertl@dgii.com>
Wed, 11 Feb 1998 00:35:13 +0000 (00:35 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 11 Feb 1998 00:35:13 +0000 (17:35 -0700)
commit381127e8451026b670f2dc47e7cacf437b372795
tree6c085eaf4f6a0f4eeaa7b71e40be3173bd3f59da
parent9b713d5e5077b9bdb1376c09a7f07c817de0af16
except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.

        * except.c (start_dynamic_cleanup): Remove unused variable 'dhc'.
        (expand_eh_region_start_tree): Remove unused variable 'note'.
        (exception_optimize): Remove unused variable 'regions'.
        (expand_builtin_eh_stub):  Remove unused variable 'temp'.
        (copy_eh_entry): Deleted.   Dead function.
        * expr.c (move_block_to_reg) Bracket declaration of 'pat' and
        'last' with same #if HAVE_load_multiple as use of it.
        (move_block_from_reg): Likewise.
        (emit_move_insn_1): Remove unused variable 'insns'.
        (store_constructor): Bracket declaration of startb, endb with
        #if TARGET_MEMFUNCTIONS.  Remove unused variables 'set_word_size'
        'target', and 'xtarget'.
        (expand_builtin_setjmp): Remove unused variables 'op0',
        'next_arg_reg', 'old_inhibit_defer_pop'.
        (expand_builtin): Remove unused variable 'offset'.
        (do_store_flag): Remove unused variables 'pattern', 'jump_pat'.
        (emit_queue): Add parens for assignment used as conditional.
        (expand_expr): case TARGET_EXPR: Remove unused variable 'temp'.

From-SVN: r17843
gcc/ChangeLog
gcc/except.c
gcc/expr.c