Makefile.in (typeck.o): Depend on insn-codes.h.
authorJeffrey A Law <law@cygnus.com>
Tue, 19 Jan 1999 22:32:39 +0000 (22:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 19 Jan 1999 22:32:39 +0000 (15:32 -0700)
commited730bcf610706e6b4760009dbe3440c7826b763
treebd8b09b788f5dd8750d47d91f6e4ecb2f15e73da
parent6fbe9bd84020ce363a00acea4ad0d85766b2fb97
Makefile.in (typeck.o): Depend on insn-codes.h.

        * Makefile.in (typeck.o): Depend on insn-codes.h.
        * actions.c (chill_handle_multi_case_label): Initialize "expr".
        * decl.c (poplevel): Initialize "block_previously_created".
        * expr.c (chill_expand_expr): Initialize "size0" and "size1".
        (fold_set_expr): Initialize "buffer1".
        * inout.c (process_io_list): Initialize "to_assign".
        (check_exprlist): Initialize "result".
        * parse.c (expand_expr): Declare.
        (parse_multi_dimension_case_action): Initialize "end_case_label".
        * tasking.c (build_start_process): Initialize "struct_type_node".
        * typeck.c (apply_chill_field_layout): Initialize "word".
        (type_for_mode); Unconditionally cast RHS & LHS to ints to shut up
        signed/unsigned comparison warning.
Kill remaining chill warnings.

From-SVN: r24775
gcc/ch/ChangeLog
gcc/ch/Makefile.in
gcc/ch/actions.c
gcc/ch/decl.c
gcc/ch/expr.c
gcc/ch/inout.c
gcc/ch/parse.c
gcc/ch/tasking.c
gcc/ch/typeck.c