diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 22:32:39 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 22:32:39 +0000 |
commit | ad2a34814014af649af7107bb0c93bd6bd1662d3 (patch) | |
tree | bd8b09b788f5dd8750d47d91f6e4ecb2f15e73da /gcc/ch/ChangeLog | |
parent | dcf593ec0579298af828ff3b70ddf4c9d8242b34 (diff) | |
download | gcc-ad2a34814014af649af7107bb0c93bd6bd1662d3.tar.gz |
* 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
Diffstat (limited to 'gcc/ch/ChangeLog')
-rw-r--r-- | gcc/ch/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index b765a6842c1..b4f5771bc5a 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,19 @@ +Tue Jan 19 23:24:36 1999 Jeffrey A Law (law@cygnus.com) + + * 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. + Mon Jan 18 11:55:06 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * ch-tree.h: Remove conflicting prototypes for pedwarn, |