]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Makefile.in (typeck.o): Depend on insn-codes.h.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jan 1999 22:32:39 +0000 (22:32 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jan 1999 22:32:39 +0000 (22:32 +0000)
commitad2a34814014af649af7107bb0c93bd6bd1662d3
treebd8b09b788f5dd8750d47d91f6e4ecb2f15e73da
parentdcf593ec0579298af828ff3b70ddf4c9d8242b34
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24775 138bc75d-0d04-0410-961f-82ee72b054a4
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