* tree.h (TYPE_IS_SIZETYPE): Add more documentation.
[official-gcc.git] / gcc / ch / ChangeLog
blob2a8b5dc2ca0e75c96e802163c51cb276c7686d68
1 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3         * Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for
4         updated gperf.
6 2000-10-05  Richard Henderson  <rth@cygnus.com>
8         * decl.c (finish_chill_function): Don't init can_reach_end.
10 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12         * decl.c, timing.c: Include defaults.h if not already included.
13         Don't define the *_TYPE_SIZE macros.
14         * Makefile.in: Update dependencies.
16 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
18         * inout.c (add_enum_to_list): Use DECL_NAME directly, don't get
19         its IDENTIFIER_POINTER and immediately call get_identifier on it.
20         * lex.c (yywrap): Constify a char *.
22 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
24         * Make-lang.in (cc1chill): Don't depend on c-iterate.o.
26 2000-08-21  Nix  <nix@esperi.demon.co.uk>
28         * lang-specs.h: Do not process -o or run the assembler if
29         -fsyntax-only.
31 2000-08-07  Kazu Hirata  <kazu@hxi.com>
33         * decl.c: Fix a comment typo.
35 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
37         * Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist.
38         * Makefile.in (cc1chill): Link with $(BACKEND).  Define BACKEND,
39         eliminate C_OBJS (was commented out), OBJS, OBJDEPS.
41 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
43         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
45 Mon Jul 31 07:58:31 2000  Casper Dik <Casper.Dik@holland.sun.com>
47         * Makefile.in: Remove naked "^L".
49 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
51         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
53 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
55         * decl.c (init_decl_processing): Set TYPE_USER_ALIGN.
56         (layout_enum): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
57         * typeck.c (layout_chill_range_type): Set TYPE_USER_ALIGN.
58         (apply_chill_field_layout): Set DECL_USER_ALIGN.
59         (layout_chill_struct_type): Set TYPE_USER_ALIGN.
61 Tue Jun 13 15:30:46 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
63         * Make-lang.in (CHILL.install-common): Use $(INSTALL_SCRIPT), not
64         $(INSTALL_PROGRAM) for chill.install.
66 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
68         * Makefile.in (EXPR_H): New dependency variable.
69         (actions.o, expr.o): Use EXPR_H.
70         (lang.o): Depend on RTL_H and EXPR_H.
72         * lang.c: Include rtl.h and expr.h.
73         (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
75 2000-06-04  Philipp Thomas  <pthomas@suse.de>
77         * Makefile.in(INTLLIBS): New macro.
78         (LIBS): Add INTLLIBS.
79         (DEPLIBS): Likewise.
80         * config-lang(outputs): Specify ch/Makefile.
82 Sat Jun  3 15:31:07 2000  Jeffrey A Law  (law@cygnus.com)
84         * chill.texi (INFO-DIR-ENTRY): Fix chill entry.
86 2000-06-02  Richard Henderson  <rth@cygnus.com>
88         * lang.c (lang_get_alias_set): New.
90 Sat May 27 11:24:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
92         * lang.c (deep_const_expr): Use first_rtl_op.
93         * satisfy.c (satisfy): Use TREE_CODE_LENGTH.
95 2000-05-18  Chris Demetriou  <cgd@netbsd.org>
97         * Makefile.in (hash.h): Delete a redundant use of gawk and sed.
99 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
101         * decl.c (c_decode_option): Update -Wall unused flags by
102         calling set_Wunused.
103         (poplevel): Replace warn_unused with warn_unused_label.
105 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
107         * ch-tree.h: Update prototypes.  Remove prototypes for
108         functions declared elsewhere.
109         * decl.c (define_label): Constify filename parameter.
110         * grant.c (globalize_decl, set_default_grant_file): Constify
111         local char * variables.  Don't declare
112         first_global_object_name or asm_out_file.
113         * lang.c (chill_real_input_filename): Constify.
114         * lex.c (init_parse): Constify parameter and return value.
115         * parse.c: Don't declare input_filename.
116         (ch_expand_asm_operands): Constify filename parameter.
117         (parse_multi_dimension_case_action): Constify local char *.
118         * satisfy.c (safe_satisfy_decl): Constify local char *.
120 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
122         * ch-tree.h (init_function_start): Constify.
124 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
126         * ch/lex.c: Remove references to cccp.c.
128 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
130         * lang-specs.h: Pass -fno-show-column to the preprocessor.
132 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
134         * expr.c (chill_expand_expr): Pass bit alignment to emit_block_move.
136 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
138         * actions.c (check_missing_cases): BYTES_NEEDED is HOST_WIDE_INT.
139         * typeck.c (expand_constant_to_buffer): Use int_byte_position.
140         (extract_constant_from_buffer): Likewise.
142 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
144         * typeck.c (min_precision): New function.
145         (build_chill_slice): Use host_integerp and tree_low_cst.
146         (expand_constant_to_buffer): Likewise and also int_bit_position.
147         LO is unsigned HOST_WIDE_INT
148         (build_chill_array_ref_1): Make `i' be HOST_WIDE_INT; use tree_low_cst.
149         (extract_constant_from_buffer): Sizes are now HOST_WIDE_INT.
150         Use host_integerp and tree_low_cst.
151         (build_chill_bin_type): Use host_integerp and tree_low_cst.
152         (layout_chill_range_type): Use tree_int_cst_sgn, compare_tree_int,
153         tree_low_cst, and min_precision.
154         (apply_chill_array_layout): Cleanups for types of variables
155         and use tree_int_cst_sgn, compare_tree_int, and tree_low_cst.
156         (apply_chill_field_layout): Likewise.
158 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
160         * grant.c (globalize_decl): Constify a char*.
162 Mon Mar  6 17:52:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
164         * actions.c (chill_convert_for_assignment): INDEX is unsigned
165         HOST_WIDE_INT.
166         * ch-tree.h (DECL_NESTING_LEVEL): Use TREE_INT_CST_HIGH since unsigned.
167         * except.c (chill_handle_on_labels): ALTERNATIVE is unsigned.
168         Use compare_tree_int.
169         (expand_goto_except_cleanup): Likewise.
171 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
173         * decl.c (current_function_decl): Move to toplev.c.
175 Mon Feb 28 08:12:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
177         * ch-tree.h (DECL_ACTION_NESTING_LEVEL): Use new tree union name.
178         * decl.c (finish_struct): Don't clear DECL_FIELD_SIZE.
179         * typeck.c (make_chill_struct_type): Likewise.
180         (apply_decl_field_layout): General cleanup.
181         Set DECL_SIZE instead of DECL_FIELD_SIZE.
183 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
185         * actions.c (chill_convert_for_assignment): Don't use size_binop
186         for things that aren't sizes.
187         (expand_varying_length_assignment): Likewise.
188         * convert.c (digest_array_tuple, convert): Likewise.
189         * typeck.c (build_chill_slice, smash_dummy_type): Likewise.
190         (build_chill_slice_with_range): Likewise.
191         (build_chill_slice_with_length): Likewise.
192         (build_array_from_set): Adjust types for size_binop.
193         * expr.c (build_concat_expr, build_chill_repetition_op): Likewise.
194         (build_chill_sizeof): Use TYPE_SIZE_UNIT.
195         * tree.c (build_string_type): Pass proper type to size_binop.
197 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
199         * decl.c (layout_enum): Set DECL_SIZE_UNIT.     
200         * satisfy.c (safe_satisfy_decl): Likewise.
202 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
204         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
206 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
208         * grant.c: Don't declare `version_string'.
210 2000-02-11  Nathan Sidwell  <nathan@acm.org>
212         * decl.c (init_decl_processing): Remove duplicate decl of
213         set_alignment.
215 2000-02-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
217         * expr.c (compare_records): Delete maximum_field_alignment declaration.
218         * inout.c (inout_init): Likewise.
219         (build_chill_gettextaccess): Likewise.
220         (build_enum_tables): Likewise.
221         * lang.c: Likewise.
222         * satisfy.c (satisfy): Likewise.
223         * tasking.c (build_tasking_struct): Likewise.
224         (build_tasking_message_type): Likewise.
225         * typeck.c (build_init_struct): Likewise.
227         * except.c (emit_setup_handler): Make save_maximum_field_alignment
228         unsigned int to match maximum_field_alignment.
229         * inout.c (inout_init): Likewise.
230         (build_chill_gettextaccess): Likewise.
231         (build_enum_tables): Likewise.
232         * tasking.c (build_tasking_struct): Likewise.
233         (build_tasking_message_type): Likewise.
234         * typeck.c (build_init_struct): Likewise.
236 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
238         * except.c (maximum_field_alignment): Remove duplicate declaration.
240 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
242         * All files: PROTO -> PARAMS.
244 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
246         * lex.c: Include tm_p.h.
248 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
250         * actions.c (update_else_range_for_int_const): Initialize
251         variables `lowval' and `highval'.
252         (update_else_range_for_range): Likewise for `low_range_val' and
253         `high_range_val'.
255 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
257         * typeck.c (apply_chill_array_layout, apply_chill_field_layout):
258         Avoid the use of ANSI string concatenation.
260         * expr.c (chill_expand_case_expr): Likewise.
262 1999-11-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
264         * expr.c (build_chill_function_call): Don't call a variadic
265         function with a non-literal format string.
266         
267         * grant.c (write_spec_module): Likewise.
268         
269         * parse.c (require, expect): Likewise.
271         * tasking.c (get_struct_type_name, get_struct_debug_type_name,
272         get_tasking_code_name, get_struct_variable_name,
273         get_process_wrapper_name, build_start_process): Likewise.
275         * typeck.c (valid_array_index_p): Likewise.
277 Sun Oct 31 22:33:33 1999  Jeffrey A Law  (law@cygnus.com)
279         * Makefile.in (convert.o, typeck.o): Depend on output.h
280         * convert.c: Include output.h.
281         * typeck.c: Include output.h.
282         (initializer_constant_valid_p): Delete fucntion.
283         * ch-tree.h (initializer_constant_valid_p): Delete prototype.
285 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
287         * ch-tree.h (remember_end_note): Remove prototype.
288         * decl.c (poplevel): Don't call remember_end_note.
290 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
292         * ch-tree.h (builtin_function): Don't declare.
293         * decl.c (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of
294         type int.  All callers changed.
295         Set the builtin's DECL_BUILT_IN_CLASS.
297 1999-09-20  Nick Clifton  <nickc@cygnus.com>
299         * lang.c (lang_decode_option): Extend comment.
301 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
303         * lex.c (maybe_downcase, getlc, handle_generic_pragma,
304         check_newline): Use uppercase ctype macro from system.h.
306 1999-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
308         * actions.c (warn_unhandled): Use xstrdup, not xmalloc/strcpy.
310 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
312         * ch-tree.h: Delete declarations for all tree nodes now moved to
313         global_trees.
314         * expr.c: Likewise.
315         * typeck.c: Likewise.
316         * decl.c: Delete their definitions.
317         (init_decl_processing): Call build_common_tree_nodes and
318         build_common_tree_nodes_2 instead of building their nodes here.
319         Use set_sizetype instead of assigning sizetype.
321 1999-09-08  Bruce Korb  autogen@linuxbox.com
323         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
325 Tue Sep  7 15:59:56 1999  Dave Brolley  <brolley@cygnus.com>
327         * parse.h: Undefine DELAY if it's defined.
328         (PACK,NOPACK,POS): Remove erroneous comments regarding these tokens.
329         Also, move them to their proper place alphabetically.
331 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
333         * Make-lang.in (cc1chill): Depend on ggc-callbacks.o.
334         * Makefile.in (CHILL_OBJS): Add ggc-callbacks.o.
336 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
338         * parse.c (language_string): Constify.
340 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
342         * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
343         Remove hacks for stuff which now comes from libiberty.
345 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
347         * lang.c (chill_print_error_function): Constify a char*.
349 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
351         * Makefile.in (ch-version.c): Constify a char*.
353         * actions.c (id_cmp, warn_unhandled, adjust_return_value,
354         update_else_range_for_int_const, update_else_range_for_range,
355         update_else_range_for_range_expr, update_else_range_for_type,
356         compute_else_range, check_case_value,
357         chill_handle_case_label_range,
358         chill_handle_multi_case_label_range,
359         chill_handle_multi_case_else_label, chill_handle_multi_case_label,
360         chill_handle_multi_case_label_list print_missing_cases): Add
361         static prototypes.
362         (build_exception_variant): Cast the function argument of qsort.
363         (build_rts_call, warn_unhandled, chill_convert_for_assignment,
364         adjust_return_value, chill_expand_result,
365         build_multi_case_selector_expression, print_missing_cases):
366         Constify a char*.
367         (print_missing_cases): Introduce an intermediary non-const ptr.
368         Add brackets and indent.
370         * ch-tree.h (maybe_building_objc_message_expr,
371         maybe_objc_comptypes, comptypes_record_hook): Remove declarations.
372         (push_handler, pop_handler): Add prototypes.
373         (builtin_function, valid_array_index_p,
374         build_chill_exception_decl, build_rts_call,
375         chill_convert_for_assignment, display_int_cst,
376         build_chill_addr_expr, check_have_mode, get_identifier3,
377         build_chill_string, register_seize_path, get_unique_identifier,
378         add_taskstuff_to_list, gnuchill_version): Constify a char*.
379         (finish_chill_function): Add void prototype argument.
381         * convert.c (convert_to_reference, convert_to_boolean,
382         convert_to_char, base_type_size_in_bytes, remove_tree_element,
383         check_ps_range, digest_powerset_tuple, digest_structure_tuple,
384         digest_array_tuple, convert1): Add static prototypes.
385         (base_type_size_in_bytes): Hide unused function.
386         (display_int_cst, digest_array_tuple): Constify a char*.
388         * decl.c (set_nesting_level, make_chill_variants, fix_identifier,
389         proclaim_decl, maybe_acons, push_scope_decls, pop_scope_decls,
390         build_implied_names, bind_sub_modules, layout_array_type,
391         do_based_decl, handle_one_level, label_value_cmp,
392         find_implied_types): Add static prototypes.
393         (boolean_code_name, chill_tree_code_type, chill_tree_code_name):
394         Constify a char*.
395         (layout_chill_variants): Cast the function argument of qsort.
396         (start_chill_function, fix_identifier, init_decl_processing):
397         Constify a char*.
398         (init_decl_processing): Prefer memcpy over bcopy to avoid casts.
399         Use xcalloc instead of xmalloc/bzero.
400         (builtin_function, build_chill_exception_decl,
401         finish_outer_function): Constify a char*.
403         * except.c (start_handler_array, finish_handler_array): Add static
404         prototypes.
406         * expr.c (chill_expand_expr, chill_expand_case_expr,
407         check_arglist_length, internal_build_compound_expr,
408         is_really_instance, invalid_operand, invalid_right_operand,
409         build_chill_abstime, build_allocate_memory_call,
410         build_allocate_global_memory_call, build_return_memory,
411         build_chill_duration, build_chill_floatcall,
412         build_allocate_getstack, build_chill_allocate,
413         build_chill_getstack, build_chill_terminate, build_chill_inttime,
414         build_chill_lower_or_upper, build_max_min,
415         build_chill_pred_or_succ, expand_packed_set, fold_set_expr,
416         build_compare_set_expr, scalar_to_string, build_concat_expr,
417         build_compare_string_expr, compare_records, string_char_rep,
418         build_boring_bitstring): Add static prototypes.
419         (check_have_mode, chill_expand_expr, build_chill_floatcall,
420         build_allocate_getstack, build_max_min, build_chill_function_call,
421         expand_packed_set, build_compare_set_expr, build_chill_addr_expr,
422         string_char_rep): Constify a char*.
424         * gperf (hash, in_word_set): Add prototypes.
426         * grant.c (newstring, strfree, append, prepend,
427         grant_use_seizefile, decode_layout, grant_array_type,
428         grant_array_type_selective, get_tag_value,
429         get_tag_value_selective, print_enumeral, print_enumeral_selective,
430         print_integer_type, find_enum_parent, print_integer_selective,
431         print_struct, print_struct_selective, print_proc_exceptions,
432         print_proc_tail, print_proc_tail_selective, find_in_decls,
433         in_ridpointers, grant_seized_identifier, globalize_decl,
434         grant_one_decl_selective, compare_memory_file, search_in_list,
435         really_grant_this): Add static prototypes.
436         (newstring, append, prepend, grant_use_seizefile,
437         print_integer_type, decode_constant, grant_one_decl_selective,
438         header_template): Constify a char *.
440         * inout.c (add_enum_to_list, build_chill_io_list_type,
441         build_io_types, declare_predefined_file, build_access_part,
442         textlocation_mode, check_assoc, assoc_call, check_transfer,
443         connect_process_optionals, connect_text, connect_access,
444         check_access, check_text, get_final_type_and_range,
445         process_io_list, check_format_string, get_max_size,
446         check_exprlist): Add static prototypes.
447         (declare_predefined_file, check_assoc, assoc_call, check_transfer,
448         check_access, check_text, process_io_list): Constify a char*.
450         * lang.c (deep_const_expr, chill_print_error_function): Add static
451         prototypes.
453         * lex.c (close_input_file, maybe_number, string_or_char): Constify
454         a char*.
455         (ch_lex_init, skip_directive, same_file, getlc, yywrap,
456         yy_refill): Add static prototypes.
457         (build_chill_string, same_file, register_seize_path): Constify a
458         char*.
460         * lex.h (finish_chill_seizes): Remove unused prototypes.
462         * loop.c (build_temporary_variable, maybe_make_for_temp,
463         get_unique_identifier): Constify a char*.
465         * parse.c (ch_parse_init, check_end_label, end_function,
466         build_prefix_clause, PEEK_TOKEN, peek_token_, pushback_token,
467         forward_token_, require, check_token, expect, define__PROCNAME__):
468         Add static prototypes.
469         (build_prefix_clause, expect): Constify a char*.
470         (parse_expression, parse_primval, parse_untyped_expr,
471         parse_opt_untyped_expr, parse_opt_actions): Add void prototype
472         argument.
473         (parse_opt_name_string, parse_simple_name_string,
474         parse_name_string, parse_defining_occurrence, parse_name,
475         parse_optlabel, parse_opt_end_label_semi_colon, parse_modulion,
476         parse_spec_module, parse_semi_colon,
477         parse_defining_occurrence_list, parse_mode_definition,
478         parse_mode_definition_statement, parse_synonym_definition,
479         parse_synonym_definition_statement, parse_on_exception_list,
480         parse_on_alternatives, parse_loc_declaration,
481         parse_declaration_statement, parse_optforbid, parse_postfix,
482         parse_postfix_list, parse_rename_clauses, parse_opt_prefix_clause,
483         parse_grant_statement, parse_seize_statement,
484         parse_param_name_list, parse_param_attr, parse_formpar,
485         parse_formparlist, parse_opt_result_spec, parse_opt_except,
486         parse_opt_recursive, parse_procedureattr, parse_proc_body,
487         parse_procedure_definition, parse_processpar,
488         parse_processparlist, parse_process_definition,
489         parse_signal_definition, parse_signal_definition_statement,
490         parse_then_clause, parse_opt_else_clause, parse_expr_list,
491         parse_range_list_clause, pushback_paren_expr, parse_case_label,
492         parse_case_label_list, parse_case_label_specification,
493         parse_single_dimension_case_action,
494         parse_multi_dimension_case_action, parse_case_action,
495         parse_asm_operands, parse_asm_clobbers, ch_expand_asm_operands,
496         parse_asm_action, parse_begin_end_block, parse_if_action,
497         parse_iteration, parse_delay_case_event_list,
498         parse_delay_case_action, parse_do_action, parse_receive_spec,
499         parse_receive_case_action, parse_send_action, parse_start_action,
500         parse_call, parse_tuple_fieldname_list, parse_tuple_element,
501         parse_opt_element_list, parse_tuple, parse_operand6,
502         parse_operand5, parse_operand4, parse_operand3, parse_operand2,
503         parse_operand1, parse_operand0, parse_case_expression,
504         parse_then_alternative, parse_else_alternative,
505         parse_if_expression, parse_index_mode, parse_set_mode, parse_pos,
506         parse_step, parse_opt_layout, parse_field_name_list,
507         parse_fixed_field, parse_variant_field_list,
508         parse_variant_alternative, parse_field, parse_structure_mode,
509         parse_opt_queue_size, parse_procedure_mode, parse_program,
510         parse_pass_1_2): Add static prototypes.
511         (parse_process_definition): Remove extra argument in function call.
512         (parse_range_list_clause): Likewise.
514         * satisfy.c (satisfy, cycle_error_print, safe_satisfy_decl,
515         satisfy_list, satisfy_list_values): Add static prototype.
516         (safe_satisfy_decl): Cast DECL_TASKING_CODE_DECL() to (tree).
518         * tasking.c (make_process_struct): Remove unused prototype.
519         (validate_process_parameters, get_struct_variable_name,
520         decl_tasking_code_variable, get_struct_debug_type_name,
521         get_process_wrapper_name, build_tasking_enum,
522         build_tasking_message_type, build_receive_signal_case_label,
523         build_receive_buffer_case_label, build_receive_buffer_case_end,
524         build_receive_signal_case_end): Add static prototypes.
525         (struct_name, struct_debug_name, data_name, wrapper_name,
526         get_struct_type_name, get_struct_debug_type_name,
527         get_tasking_code_name, get_struct_variable_name,
528         get_process_wrapper_name): Constify a char*.
529         (validate_process_parameters, get_struct_variable_name,
530         decl_tasking_code_variable): Hide unused functions.
531         (build_start_process, add_taskstuff_to_list, build_queue_length):
532         Constify a char*.
534         * tree.c (make_powerset_type): Add static prototype.
535         (get_identifier3, build_alias_decl, decl_check_rename): Constify a
536         char*.
538         * typeck.c (extract_constant_from_buffer,
539         expand_constant_to_buffer, build_empty_string,
540         make_chill_pointer_type, make_chill_range_type,
541         apply_chill_array_layout, field_decl_cmp, make_chill_struct_type,
542         apply_chill_field_layout): Add static prototype.
543         (valid_array_index_p, extract_constant_from_buffer,
544         chill_expand_tuple): Constify a char*.
545         (layout_chill_struct_type): Cast the function argument of qsort.
547 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
549         * actions.c (lang_identify): Constify a char*.
551         * lang.c (chill_print_error_function): Likewise.
552         (lang_init): Remove redundant prototype for `print_error_function'.
554 1999-07-25  Richard Henderson  <rth@cygnus.com>
556         * decl.c (va_list_type_node): New.
558 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
560         * Make-lang.in (CHILL.stage1): Depend on stage1-start.
561         (CHILL.stage2): Likewise for stage2-start.
562         (CHILL.stage3): Likewise for stage3-start.
563         (CHILL.stage4): Likewise for stage4-start.
565 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
567         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
568         was not given.
570 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
572         * lang-specs.h: Pass -$ to the preprocessor.
574 Tue May  4 14:52:53 1999  Dave Brolley  <brolley@cygnus.com>
576         * actions.c (chill_expand_assignment): Use powersetlen to calculate the
577         length of an array of packed bits.
579 Tue Apr 20 23:37:01 1999   Nathan Sidwell  <nathan@acm.org>
581         * Make-lang.in (ch/chill.info): Put MAKEINFO parameters in correct
582         order.
584 Wed Apr 14 21:07:30 1999  Mumit Khan  <khan@xraylith.wisc.edu>
586         * config-lang.in (compilers): Add exeext.
587         (stagestuff): Likewise.
589 Fri Apr  2 15:49:44 1999  Jeffrey A Law  (law@cygnus.com)
591         * Make-lang.in (CHILL_FLAGS_TO_PASS): Do not pass $(CC).
593 Wed Mar 31 10:44:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
595         * Makefile.in (hash.h): Generate using gperf language 'C', not
596         'KR-C', so gperf uses the `const' keyword on strings.
597          
598         * gperf (resword): Const-ify a char*.
600 Sun Mar 28 00:30:36 1999  Jeffrey A Law  (law@cygnus.com)
602         * Make-lang.in (CHILL.dvi): New target.
603         (CHILL.mostlyclean): Remove remnants of old runtime library structure.
605 1999-02-20  Craig Burley  <craig@jcb-sc.com>
607         * Make-lang.in (CHILL.info): Depend on intermediate ch/chill.info
608         target instead of the chill.texi file.
609         (ch/chill.info): New target, depends on the chill.texi source file.
610         Its command writes ch/chill.info instead of chill.info.
611         (CHILL.install-info): Install from ch/chill.info instead of
612         chill.info.
613         If any ch/chill.info* files exist, delete *all* chill.info* files
614         in $infodir first, not just the ones corresponding to the
615         files to be installed (just in case the docs get smaller).
617 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
619         * decl2.c: Don't define flag_no_ident here.  Don't process
620         -f(no-)ident here.
621         * ch-tree.h: Don't declare flag_no_ident here.
622         * lang-specs.h: Map -Qn to -fno-ident.
624 Tue Jan 19 23:24:36 1999  Jeffrey A Law  (law@cygnus.com)
626         * Makefile.in (typeck.o): Depend on insn-codes.h.
627         * actions.c (chill_handle_multi_case_label): Initialize "expr".
628         * decl.c (poplevel): Initialize "block_previously_created".
629         * expr.c (chill_expand_expr): Initialize "size0" and "size1".
630         (fold_set_expr): Initialize "buffer1".
631         * inout.c (process_io_list): Initialize "to_assign".
632         (check_exprlist): Initialize "result".
633         * parse.c (expand_expr): Declare.
634         (parse_multi_dimension_case_action): Initialize "end_case_label".
635         * tasking.c (build_start_process): Initialize "struct_type_node".
636         * typeck.c (apply_chill_field_layout): Initialize "word".
637         (type_for_mode); Unconditionally cast RHS & LHS to ints to shut up      
638         signed/unsigned comparison warning.
640 Mon Jan 18 11:55:06 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
642         * ch-tree.h: Remove conflicting prototypes for pedwarn,
643         warning_with_decl, and make_dcl_rtl.
645 Sun Jan 17 21:53:23 1999  Jeffrey A Law  (law@cygnus.com)
647         * Makefile.in: Do not put ^Ls at the start of a line.
649 Wed Jan  6 02:53:38 1999  Jeffrey A Law  (law@cygnus.com)
651         * Makefile.in: Add some missing $(exeext).  Remove some obsolete
652         runtime stuff.
653         * Make-lang.in: Similarly.
654         
655 Tue Nov 24 09:57:34 1998  Jeffrey A Law  (law@cygnus.com)
657         * Makefile.in (lex.c): Do not depend on hash.h.
658         (lex.o): Depend on hash.h.
660 Mon Oct 19 12:13:47 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
662         * Makefile.in (lex.o): Depend on dwarfout.h.
664         * lang-specs.h: Add missing braces in initializer.
666         * lex.c: Include dwarfout.h, if DWARF_DEBUGGING_INFO is defined.
668 Thu Oct 15 09:25:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
670         * expr.c (build_chill_card): Use &&, not &, when comparing truth
671         values.
673         * parse.c (parse_spec_module): Remove unused variable
674         `module_name', but preserve function call from initialization.
675         (parse_operand6): Mark variable `location' with ATTRIBUTE_UNUSED.
676         
677         * inout.c (init_text_location): Remove unused variable `textlength'.
679 Wed Oct 14 22:19:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
681         * typeck.c (build_chill_cast): Fix typo in assignment statement.
683         * tasking.c (build_signal_descriptor): Use IDENTIFIER_POINTER()
684         when printing a `tree'.
686 Fri Oct  9 13:01:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
688         * ch-tree.h (build_delay_case_end): Remove unused parameter.
689         (build_receive_case_end): Likewise.
690         (check_queue_size): Likewise.
692         * parse.c: Callers changed.
694         * satisfy.c: Likewise.
696         * tasking.c (build_receive_buffer_case_end): Remove unused
697         parameter `label_cnt'.
698         (build_receive_signal_case_end): Likewise.
699         (build_receive_case_end): Likewise.
700         (build_delay_case_end): Likewise.
701         (check_queue_size): Likewise for parameter `type'.
702         All callers changed.
704 Thu Oct  8 05:57:41 1998  Jeffrey A Law  (law@cygnus.com)
706         * typeck (type_for_mode): Only return TItype nodes when
707         HOST_BITS_PER_WIDE_INT is >= 64 bits.
708         (type_for_size): Similarly.
709         * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
710         when HOST_BITS_PER_WIDE_INT is >= 64 bits.
711         (init_decl_processing): Only create TItype nodes when
712         HOST_BITS_PER_WIDE_INT is >= 64 bits.
714 Wed Oct  7 12:19:21 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
716         * Makefile.in (hash.h): Add -L KR-C -F ', 0, 0, 0' flags to gperf.
717         (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
719 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
721         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
722         HANDLE_GENERIC_PRAGMAS.
723         (handle_generic_pragma): New function: Parse generic pragmas.
724         
725 Wed Sep 30 20:22:34 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
727         * parse.c (emit_label): Fix return-type of prototype.
729 Wed Sep 30 19:41:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
731         * actions.c (chill_handle_multi_case_label): Always return a value
732         in function returning non-void. 
734         * except.c: Include OS headers before any local ones.
736         * typeck.c (layout_chill_range_type): Change type of variable
737         `negprecision' to int.
738         (apply_chill_array_layout): Initialize variables `stepsize' and
739         `start_bit'.
740         (layout_chill_struct_type): Change type of variable `min_align' to
741         unsigned int.
742         (smash_dummy_type): Change name of variable `main' to `main_tree'.
744 Wed Sep 30 19:24:41 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
746         * actions.c (id_cmp): Do pointer arithmetic as `long' not `int' to
747         ensure enough bits for calculation.
749         * ch-tree.h (check_text_length): Remove unused parameter.
751         * convert.c (display_int_cst): Cast a HOST_WIDE_INT argument to
752         function sprintf into the appropriate type for printing.
754         * decl.c (print_lang_decl): Use HOST_WIDE_INT_PRINT_DEC as the
755         format specifier.
756         (print_mode): Likewise.
757         (init_decl_processing): Cast the arguments of bcopy/bzero to char *.
759         * grant.c (grant_array_type): Use HOST_WIDE_INT_PRINT_DEC as
760         the format specifier.
762         * inout.c (check_text_length): Remove unused parameter `type'.
763         (build_chill_associate): Initialize variables `arg1', `arg2',
764         `arg3', `arg4' and `arg5'.
765         (build_chill_modify): Likewise.
766         (scanformcont): Change type of variable `curr' to `unsigned char'.
768         * lex.c (maybe_downcase): Cast the argument of `tolower' to
769         `unsigned char'.
771         * satisfy.c (satisfy): Remove unused parameter in call to
772         `check_text_length'.
774         * tasking.c (generate_tasking_code_variable): Pass a HOST_WIDE_INT
775         as a `long' in call to function `error'.
776         (decl_tasking_code_variable): Likewise.
778 Wed Sep 30 19:03:02 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
780         * grant.c (decode_decl_selective): Cast switch's enum argument to
781         an int.
782         (really_grant_this): Add default case in switch.
784         * typeck.c (chill_resulting_class): Add default cases in switch.
785         Also add `break' statements after each case.
787 Tue Sep 29 21:37:33 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
789         * ch-tree.h (build_compare_expr): Change first argument's type
790         from `enum chill_tree_code' to `enum tree_code'.
791         (build_compare_discrete_expr): Likewise.
793         * expr.c (build_compare_set_expr): Likewise.
794         (build_compare_string_expr): Likewise.
795         (build_compare_expr): Likewise.
796         (build_compare_discrete_expr): Likewise.  Also add default case in
797         switch statement.
798         (compare_int_csts): Add default case in switch statement.
800 Sun Sep 20 11:02:55 1998  Robert Lipe  <robertl@dgii.com>
802         * except.c: Include system.h.
804         * Makefile.in (except.o): Depend on system.h.
806 Sun Sep 20 09:25:13 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
808         * Makefile.in (actions.o, convert.o, decl.o, expr.o, lang.o,
809         lex.o, loop.o, parse.o, satisfy.o, timing.o, tasking.o, tree.o,
810         typeck.o): Depend on system.h and toplev.h.
811         (except.o): Depend on toplev.h.
812         (grant.o): Depend on system.h, toplev.h and output.h.
814         * actions.c: Include system.h and toplev.h.  Remove redundant
815         prototypes.
816         (build_cause_exception): Add default case in switch.
817         (update_else_range_for_range): Add parentheses around && within ||.
818         (chill_handle_multi_case_label_list): Remove unused variable
819         `selector_value'.
820         (print_missing_cases): Reconcile format specifiers vs arguments in
821         calls to sprintf.
823         * ch-tree.h: Don't include stdio.h.  Wrap prototypes using FILE*
824         with macro BUFSIZ.  Add missing prototypes.
826         * convert.c: Include system.h and toplev.h.  Remove redundant
827         prototypes.
828         (convert): Remove unused variable `errstr'.
830         * decl.c: Include system.h and toplev.h.  Remove redundant
831         prototypes.
832         (builtin_scope): Add missing initializers.
833         (clear_scope): Likewise.
834         (allocate_lang_decl): Mark parameter `t' with ATTRIBUTE_UNUSED.
835         (copy_lang_decl): Likewise for parameter `node'.
836         (c_decode_option): Likewise for parameter `argc'.
837         (push_extern_function): Likewise for parameter `granting'.
838         (switch_to_pass_2): Hide declaration of errorcount/sorrycount.
839         (pushdecl): Remove unused variable `t'.
840         (lookup_name_current_level): Make static and hide.
841         (lookup_name_for_seizing): Make static.
842         (finish_decl): Remove unused variable `type'.
843         (maybe_build_cleanup): Mark parameter `decl' with ATTRIBUTE_UNUSED.
844         (complete_array_type): Mark parameters `type', `initial_value' and
845         `do_default' with ATTRIBUTE_UNUSED.
846         (start_struct): Mark parameter `name' with ATTRIBUTE_UNUSED.
847         (start_enum): Likewise.
848         (shadow_record_fields): Remove unused variables `type' and `parent'.
850         * except.c: Include toplev.h.  Remove redundant prototypes.
852         * expr.c: Include system.h and toplev.h.  Don't define NULL.
853         Remove redundant prototypes.
854         (internal_build_compound_expr): Mark parameter `first_p' with
855         ATTRIBUTE_UNUSED.
856         (build_allocate_getstack): Remove unused variable `init'.
857         (build_chill_pred_or_succ): Likewise for variable `limit'.
858         (varying_to_slice): Likewise for variable `doamin' [sic].
859         (finish_chill_binary_op): Likewise for variables `code0' and
860         `code1'.  Remove unused label `finish'.  Add explicit braces to
861         avoid ambiguous `else'.
862         (build_chill_addr_expr): Remove extra parameter in call to `error'.
863         (build_chill_unary_op): Remove unused variables `class' and `type0'.
864         (powersetlen): Remove unused variables `domain' and `temp'.
866         * grant.c: Include system.h, toplev.h and output.h.  Don't handle
867         strchr/strrchr.  Remove redundant prototypes.
868         (decode_constant_selective): Remove unused variables `op' and `wrk'.
869         (push_granted): Mark parameters `name' and `decl' with
870         ATTRIBUTE_UNUSED.
872         * inout.c: Include system.h and toplev.h.  Remove redundant
873         prototypes.
874         (textlocation_mode): Use &&, not &, when comparing two truth
875         values.
876         (scanformcont): Remove unused label `do_the_action'.
878         * lang.c: Include system.h and toplev.h.  Remove redundant
879         prototypes.
880         (lookup_interface): Mark parameter `arg' with ATTRIBUTE_UNUSED.
881         (maybe_objc_comptypes): Likewise for parameters `lhs' and `rhs'.
882         (lang_print_xnode): Likewise for parameters `file', `node' and
883         `indent'.
884         (lang_decode_option): Explicitly declare `explicit_ignore_case'.
885         (incomplete_type_error): Mark parameters `value' and `type' with
886         ATTRIBUTE_UNUSED.
888         * lex.c: Include system.h and toplev.h.  Remove redundant
889         prototypes.  Don't handle strchr/strrchr.  Use CAPITALIZED
890         versions of ctype macros from system.h.  Cast ctype arguments to
891         unsigned char when necessary.
892         (last_token, RETURN_TOKEN): Hide definition.
893         (push_back): Remove unused function.
894         (readstring): Change variable `i' to unsigned.
895         (yywrap): Remove unused variable `node'.
897         * loop.c: Include system.h and toplev.h.  Remove redundant
898         prototypes.
899         (chill_unsigned_type): Hide prototype and definition.
900         (begin_loop_scope): Remove unused variable `firstp'.
901         (nonvalue_begin_loop_scope): Likewise.
903         * parse.c: Include system.h and toplev.h.  Remove redundant
904         prototypes.
905         (quasi_signal): Hide.
906         (PEEK_TOKEN): Change return type to `enum terminal'.
907         (parse_mode_definition_statement): Remove unused variable `names'.
908         (parse_formpar): Remove unused parameter `in_spec_module'.  All
909         callers changed.
910         (parse_formparlist): Likewise.
911         (parse_processpar): Remove unused variable `parms'.
912         (parse_definition): Add explicit braces to avoid ambiguous `else'.
913         (parse_multi_dimension_case_action): Initialize variable
914         `begin_test_label'.  Remove unused variable `new_test'.
915         (parse_case_action): Remove unused variable `caseaction_flag'.
916         (parse_asm_clobbers): Remove unused variable `expr'.
917         (parse_delay_case_action): Initialize variable `label_cnt'.
918         (parse_action): Make function static.
919         (parse_tuple_element): Remove unused variable `list'.
920         (parse_primval): Add default case in switch.
921         (parse_variant_alternative): Remove unused variables `x' and
922         `variant_fields'.
924         * satisfy.c: Include system.h and toplev.h.  Remove redundant
925         prototypes.
927         * tasking.c Include system.h and toplev.h.  Remove redundant
928         prototypes.
929         (data_name): Hide.
930         (get_struct_variable_name): Likewise.
931         (validate_process_parameters): Mark parameter `parms' with
932         ATTRIBUTE_UNUSED.
933         (build_start_process): Initialize variable `tuple'.
934         (build_receive_buffer_case_end): Remove unused variable `buffer_ptr'.
936         * timing.c: Include system.h and toplev.h.
937         (build_after_timeout_start): Remove unused variable `goto_where'.
939         * tree.c: Include system.h and toplev.h.  Remove redundant
940         prototypes.
942         * typeck.c: Include system.h and toplev.h.  Remove redundant
943         prototypes.
944         (extract_constant_from_buffer): Make function static.  Add
945         explicit braces to avoid ambiguous `else'.
946         (expand_constant_to_buffer): Likewise.
947         (build_chill_slice): remove unused variable `is_static'.
948         (chill_compatible): Add explicit braces to avoid ambiguous `else'. 
949         (apply_chill_array_layout): Remove unused variable `offset'.
950         (smash_dummy_type): Remove unused variable `save_lang_specific'.
951         (initializer_constant_valid_p): Add default case in switch.
953 Mon Sep 14 16:46:36 1998  Dave Brolley  <brolley@cygnus.com>
955         * typeck.c (build_chill_slice): Always use TYPE_DOMAIN to get the
956         domain type of the array.
958         * expr.c (build_chill_function_call): Remove redundant call to
959         chill_convert_to_assignment
961 Thu Sep 10 17:52:36 1998  Dave Brolley  <brolley@cygnus.com>
963         * actions.c (chill_convert_for_assignment): Make a copy of the result
964         node before modifying it.
966 Sat Sep  5 16:55:37 1998  John Carr  <jfc@mit.edu>
968         * Make-lang.in: Comment ^L characters.  Sun make doesn't like them.
970 Sat Sep  5 23:49:50 1998  Jeffrey A Law  (law@cygnus.com)
972         * Makefile.in (INCLUDES): Update after recent reorganization at the
973         toplevel gcc directory.
975 Sat Sep  5 22:25:51 1998  Richard Henderson  <rth@cygnus.com>
977         * Makefile.in: Update dependancies for top-level gcc files that moved.
979 Sat Sep  5 02:21:08 1998  Jeffrey A Law  (law@cygnus.com)
981         * Makefile.in: Tweak to avoid building runtime.  It's built
982         elsewhere now.
984 Thu Sep  3 15:32:03 1998  Dave Brolley  <brolley@cygnus.com>
986         * typeck.c (layout_chill_range_type): set TYPE_SIZE_UNIT.
988 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
990         * lex.c (check_newline):  Change how HANDLE_PRAGMA is called.
991         Generate warning messages if unknown pragmas are encountered.
992         (pragma_getc): New function: retrieves characters from the
993         input stream.  Defined when HANDLE_PRAGMA is defined.
994         (pragma_ungetc): New function: replaces characters back into the
995         input stream.  Defined when HANDLE_PRAGMA is defined.
997 Mon Aug 31 15:35:16 1998  Dave Brolley  <brolley@cygnus.com>
999         * decl.c (layout_chill_variants): Calculate nlables properly.
1001 Mon Jul 27 17:21:01 1998  Dave Brolley  <brolley@cygnus.com>
1003         * typeck.c (apply_chill_array_layout): Don't set TYPE_SIZE of the
1004         element type.
1006 Mon Jul 13 14:20:12 1998  Nick Clifton  <nickc@cygnus.com>
1008         * lang-options.h: Format changed to match changes in gcc/toplev.c
1009         to implement a --help option.
1011 Wed Jul  8 02:58:35 1998  Jeffrey A Law  (law@cygnus.com)
1013         * lang.c (lang_init_options): New function.
1015 Wed Jun 10 12:08:09 1998  Dave Brolley  <brolley@cygnus.com>
1017         * lang-options.h: Remove -I.
1018         * ch-tree.h (c_decode_option): New argc/argv interface.
1019         * decl.c (c_decode_option): New argc/argv interface.
1020         * lang.c (lang_decode_option):  New argc/argv interface.
1022 Wed May 27 10:33:41 1998  Dave Brolley  <brolley@cygnus.com>
1024         * actions.c (chill_handle_multi_case_label): Arguments 1 and 2 to
1025         chill_handle_multi_case_label_range were reversed.
1027         * Make-lang.in (chill): Use the correct gcc in the driver script.
1029 Thu May 21 14:40:44 1998  Dave Brolley  <brolley@cygnus.com>
1031         * convert.c (digest_array_tuple): Move conversion to
1032         chill_convert_for_assignment.
1034         * actions.c (chill_convert_for_assignment): Allow conversion of array
1035         constructor to bitstring constructor for assignment to array of packed bits.
1037 Thu May 14 13:57:51 1998  Dave Brolley  <brolley@cygnus.com>
1039         * Make-lang.in (chill-runtime): Depend on stmp-headers to build float.h.
1041 Wed May 13 14:07:51 1998  Dave Brolley  <brolley@cygnus.com>
1043         * typeck.c (build_chill_slice): Adjust slice index to account for the
1044         lower bound of the array.
1046         * actions.c (chill_expand_assignment): Convert function arguments to the
1047         correct types.
1048         (chill_expand_assignment): Ditto.
1050 Mon May 11 16:20:57 1998  Dave Brolley  <brolley@cygnus.com>
1052         * typeck.c (build_chill_slice): Propogate the TYPE_PACKED setting
1053         of the array_type to the slice_type.
1054         (build_chill_slice): Use SLICE_EXPR to represent a slice of an array
1055         of bits.
1057         * loop.c (build_loop_iterator): Disallow location enumeration for
1058         bit-packed arrays.
1060         * convert.c (digest_array_tuple): Allow conversion of an array tuple
1061         to a bitstring for assignment to a packed array of bits.
1063 Mon May  4 16:28:58 1998  Dave Brolley  <brolley@cygnus.com>
1065         * ch-tree.def (PACKED_ARRAY_REF): New tree code.
1066         * typeck.c (build_chill_array_ref_1): Build PACKED_ARRAY_REF if array is packed.
1067         (chill_location): Handle PACKED_ARRAY_REF.
1068         (apply_chill_array_layout): Allow PACK for arrays of single bits.
1069         * expr.c (chill_expand_expr): Expand PACKED_ARRAY_REF.
1070         (invalid_operand): Check PACKED_ARRAY_REF operands.
1071         * actions.c (chill_expand_assignment): Expand PACKED_ARRAY_REF.
1073 Thu Apr 23 15:33:20 1998  Dave Brolley  <brolley@cygnus.com>
1075         * typeck.c (apply_chill_field_layout): Only integral fields can be packed
1076         to the bit level.
1078 Tue Apr 21 14:30:10 1998  Jeffrey A Law  (law@cygnus.com)
1080         * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
1081         (init_decl_processing): Handle TI types.
1082         * typeck.c (intTI_type_node, unsigned_intTI_type_node): Declare.
1083         (type_for_size): Handle TI types.
1084         (type_for_mode): Handle TI types.
1086 Mon Apr 20 13:12:26 1998  Dave Brolley  <brolley@cygnus.com>
1088         * typeck.c (layout_chill_struct_type): Don't promote bitfield types to
1089         int.
1091         * actions.c (chill_convert_for_assignment): Check that the rhs is not
1092         a type declaration.
1094 Tue Apr 14 13:17:44 1998  Dave Brolley  <brolley@cygnus.com>
1096         * lex.c (init_parse): Now returns char* containing the filename.
1098         * typeck.c (get_type_precision): Declare.
1099         (apply_chill_field_layout): Use the minimum number of bits necessary to
1100         represent discrete types as the natural length of the field.
1102 Thu Apr  9 12:46:55 1998  Dave Brolley  <brolley@cygnus.com>
1104         * lex.c (finput): Move definition here from toplev.c
1105         (init_parse): New function replaces init_lex.
1106         (init_parse): Add code to open source file.
1107         (finish_parse): New function.
1108         (close_input_file): File was being closed more than once.
1110         * lang.c (finput): Declare.
1111         * ch-tree.h (init_lex): Remove.
1112         
1114 Wed Apr  8 14:47:33 1998  Dave Brolley  <brolley@cygnus.com>
1116         * actions.c (compute_else_range): Fix loop index error.
1117         (chill_handle_multi_case_label_range): Move error checking to
1118         chill_handle_multi_case_label.
1119         (chill_handle_multi_case_else_label): Convert ELSE range values to
1120         the type of the corrersponding CASE selector.
1122 Wed Apr  8 13:02:50 1998  Jeffrey A Law  (law@cygnus.com)
1124         * actions.c (sizetype_tab): Do not declare.
1125         * lang.c (lang_print_xnode): New function.
1127 Mon Mar 23 14:43:06 1998  Dave Brolley  <brolley@cygnus.com>
1129         * grant.c (decode_layout): New function.
1130         (grant_array_type): Call decode_layout to export layout information to
1131         the grant file.
1132         (decode_decl): Ditto
1134 Fri Mar 20 16:06:41 1998  Dave Brolley  <brolley@cygnus.com>
1136         * parse.c (parse_tuple_element): Call had arguments in wrong order.
1138 Thu Mar 19 13:42:33 1998  Dave Brolley  <brolley@cygnus.com>
1140         * typeck.c (apply_chill_array_layout): Use
1141         TYPE_PRECISION (chill_integer_type_node) in stead of BITS_PER_WORD for
1142         the word size.
1144 Wed Mar 18 16:25:48 1998  Dave Brolley  <brolley@cygnus.com>
1146         * typeck.c (apply_chill_field_layout): Only set DECL_BIT_FIELD for discrete
1147         fields.
1149         * parse.c (parse_multi_dimension_case_action): Call emit_line_note at the
1150         proper places.
1152 Tue Mar 17 14:16:08 1998  Dave Brolley  <brolley@cygnus.com>
1154         * parse.c (gen_label_rtx): Declare before use.
1155         (emit_jump): Declare before use.
1156         (emit_label): Declare before use.
1157         (parse_case_label_list): Pass in CASE selector so we can mark it as having
1158         an (ELSE) label if necessary.
1159         (parse_case_label_specification): Pass in the CASE selector list so that
1160         the CASE selectors can be passed to parse_case_label_list.
1161         (parse_multi_dimension_case_action): Modify to generate branching code in
1162         one pass.
1163         (parse_case_expression): Compute (ELSE) range before generating CASE expression.
1164         (parse_variant_alternative): Remove error for (ELSE) specified.
1166         * expr.c (check_case_selector_list): Preserve TREE_PURPOSE of selector list.
1168         * decl.c (layout_chill_variants): Add code to check compatibility of ranges
1169         and discrete mode names.
1171         * ch-tree.h (ELSE_LABEL_SPECIFIED): New Chill specific flag.
1173         * actions.h (build_multi_case_selector_expression): Make it extern.
1174         (chill_handle_multi_dimension_case_label): Remove.
1175         (compute_else_ranges): New function.
1177         * actions.c (update_else_range_for_int_const): New function.
1178         (update_else_range_for_range): New function.
1179         (update_else_range_for_range_expr): New function.
1180         (update_else_range_for_type): New function.
1181         (compute_else_range): New function.
1182         (compute_else_ranges): New function.
1183         (chill_handle_multi_case_else_label): New function
1184         (chill_handle_multi_case_label_range): Don't generate tests for conditions
1185         which are always true or false.
1186         (chill_handle_multi_case_label): Ditto.
1187         (chill_handle_multi_case_label): Implement (ELSE) label support.
1188         (chill_handle_multi_case_label): First argument is now the selector tree not
1189         its VALUE.
1190         (chill_handle_multi_dimension_case_label): Removed.
1191         (build_chill_multi_dimension_case_expr): List of CASE alternatives is no longer
1192         reversed on entry, so reverse it here.
1194 Tue Mar 10 15:02:26 1998  Dave Brolley  <brolley@cygnus.com>
1196         * actions.c (chill_handle_multi_case_label_range): Add more error checking.
1197         (chill_handle_multi_case_label): Implement (*) for multi dimensional CASE.
1198         (chill_handle_multi_case_label): Improve Error handling.
1200 Mon Mar  9 12:39:00 1998  Dave Brolley  <brolley@cygnus.com>
1202         * actions.c (chill_handle_multi_case_label_range): Added.
1203         (chill_handle_multi_case_label): Add support for discrete ranges and
1204         discrete modes.
1206         * typeck.c (apply_chill_array_layout): Added more error checking.
1207         (apply_chill_field_layout): Added more error checking.
1209 Wed Mar  4 16:08:26 1998  Dave Brolley  <brolley@cygnus.com>
1211         * convert.c (convert): Call build_simple_array_type with new argument.
1213         * ch-tree.h(build_simple_array_type): Add argument for array layout.
1215         * typeck.c (build_chill_slice): Call build_simple_array_type with new argument.
1216         (build_simple_array_type): Attach array layout to TYPE_ATTRIBUTES.
1217         (apply_chill_array_layout): New function to implement array layout.
1218         (layout_chill_array_type): Call apply_chill_array_layout and reset
1219         TYPE_ATTRIBUTES to NULL_TREE.
1220         (build_chill_array_type): Extend to handle one array layout per index mode.
1221         (smash_dummy_type): Call build_simple_array_type with new argument.
1223         * satisfy.c (satisfy): Call SATISFY on array layout tree.
1225 Wed Feb 25 14:36:41 1998  Dave Brolley  <brolley@cygnus.com>
1227         * typeck.c (next_struct_offset): Added.
1228         (apply_chill_field_layout): New function to check and apply PACK, NOPACK,
1229         or POS layout to a structure field.
1230         (layout_chill_struct_type): Add call to apply_chill_field_layout.
1232         * satisfy.c (satisfy): Call satisfy recursively to handle the expressions
1233         in the field layout tree.
1235         * parse.c (pack_warn_printed): Remove.
1236         (nopack_warn_printed): Remove.
1237         (step_warn_printed): Remove.
1238         (pos_warn_printed): Remove.
1239         (parse_opt_layout): Remove warnings about POS, STEP, PACK and NOPACK usage.
1241         * decl.c (grok_chill_fixedfields): Check for POS specified for a list of
1242         field declarations.
1244 Thu Feb 19 17:33:06 1998  Dave Brolley  <brolley@cygnus.com>
1246         * parse.c (parse_opt_layout): Generate syntax errors in pass 1 only.
1247         (parse_opt_mode): Removed incorrect comment about association of array
1248         layouts with nested array elements.
1249         (parse_opt_mode): Allow for one layout per index mode specified.
1251 Wed Feb 18 23:48:57 1998  Richard Henderson  <rth@cygnus.com>
1253         * Make-lang.in (cc1chill): Kill lingering bc-opcode.h dependancy. 
1255 Wed Feb 18 17:35:05 1998  Dave Brolley  <brolley@cygnus.com>
1257         * parse.c (parse_field): Get rid of warning for multiple case selectors.
1259         * decl.c (layout_chill_variants): Fix loop indexing error.
1260         
1261 Mon Feb 16 15:54:47 1998  Dave Brolley  <brolley@cygnus.com>
1263         * parse.c (parse_case_expression): Remove code which checked for
1264         unimplemented (ELSE) label.
1265         (parse_case_expression): Add code to handle multi dimensional case
1266         expression.
1268         * expr.c (check_case_selector_list): Fixed to return a list of the
1269         selectors which were checked.
1270         (chill_expand_case_expr): Remove "sorry" message for multi dimension
1271         case.
1272         (chill_expand_case_expr): Reverse order of case alternatives.
1273         (chill_expand_case_expr): Add "error" message for multiple case
1274         selectors.
1276         * actions.h (build_chill_multi_dimension_case_expr): Added.
1278         * actions.c (build_multi_case_selector_expression): Renamed from
1279         build_multi_case_expression.
1280         (chill_handle_multi_dimension_case_label): Call above function by its
1281         new name.
1282         (build_chill_case_expr): Don't reverse the list elements here. It may
1283         not be necessary.
1284         (build_chill_multi_dimension_case_expr): New function implements multi
1285         dimensional case expression.
1287 Thu Feb 12 15:44:50 1998  Dave Brolley  <brolley@cygnus.com>
1289         * parse.c (parse_case_action): Implement multi-dimension CASE action.
1290         (parse_multi_dimension_case_action): Added.
1291         (parse_single_dimension_case_action): Added based on code moved from
1292         parse_case_action.
1294         * expr.c (check_case_selector_list): Added.
1296         * ch-tree.h (check_case_selector_list): Added.
1298         * actions.h (chill_handle_single_dimension_case_label): Added.
1299         (chill_handle_multi_dimension_case_label): Added.
1301         * actions.c (chill_handle_single_dimension_case_label): Added.
1302         (chill_handle_multi_case_label): Added.
1303         (chill_handle_multi_case_label_list): Added.
1304         (build_multi_case_expression): Added.
1305         (chill_handle_multi_dimension_case_label): Added
1307 Fri Feb  6 16:43:41 1998  Dave Brolley  <brolley@cygnus.com>
1309         * actions.c (sizetype_tab): Fix declaration to match gcc changes.
1311 Thu Feb  5 14:03:00 1998  Dave Brolley  <brolley@cygnus.com>
1313         * decl.c (chill_tree_code_type):  Change this to be an array of char like
1314         the tree_code_type in the rest of gcc.
1316         * ch-tree.def (chill_tree_code_type): See decl.c.
1318 Thu Jan 29 15:34:18 1998  Dave Brolley  <brolley@cygnus.com>
1320         * tasking.c (error_with_decl): Correct prototype.
1321         (build_gen_ptype): Reverse arguments.
1323         * lang.c (chill_real_input_filename): Add definition.
1324         (chill_print_error_function): Correct second argument.
1325         (lang_init): Set chill_real_input_filename.
1327         * expr.c (NULL): Protect definition with #ifndef.
1329         * decl.c (init_decl_processing): Don't allocate chill_tree_code_...
1330         (init_decl_processing): Change last argument to 'sizeof(char)'.
1331         
1333 Tue Nov 25 10:44:19 1997  Nick Clifton  <nickc@cygnus.com>
1335         * Make-lang.in (mostlyclean): Use && to separate commands, so that 
1336         if the directory change fails, the rule will not loop.
1338 Mon Mar  3 12:08:19 1997  Fred Fish  <fnf@cygnus.com>
1340         * Make-lang.in (CHILL_FLAGS_TO_PASS): Remove extraneous leading
1341         spaces and use single tab character on some lines.
1342         (cc1chill): Ditto.
1344 Tue Nov 26 05:12:40 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1346         * tasking.c (build_receive_buffer_case_label): Rework in a manner,
1347         that the buffer location gets evaluated only once, in
1348         build_receive_buffer_case_end. 
1350         * typeck.c (build_chill_bin_type): Rework.
1351         (layout_chill_range_type): Process BIN mode.
1352         (build_chill_array_type): Remove checking of layout. This is done
1353         at the parse.
1355         * parse.c (parse_on_exception_list): Don't allow ON name:.
1356         (parse_opt_layout): Parse POS and STEP and return a tree instead
1357         of int.
1359         * lex.c (init_lex), lex.h: Define and initialise RID_BIN.
1361         * grant.c (print_integer_type): Take care of BIN.
1363         * expr.c (build_chill_descr): Make descr static if requested
1364         location is static.
1365         (build_chill_length): Process text mode name and text location as
1366         described in Z.200/1992.
1367         (build_compare_expr): Don't allow < <= > >= for composite modes.
1369         * decl.c (grok_chill_fixedfields): Remove checking of
1370         layout. This is done at the parser.
1372         * convert.c (digest_structure_tuple): Take care of wrong (probably
1373         array) tuple. Printing error may cause sigsegv.
1375         * ch-tree.h: Change prototypes of grok_chill_fixedfields and
1376         build_chill_array_type (layout is passed now as a tree instead of
1377         int).
1379 Fri Nov 15 15:17:44 1996  Per Bothner  <bothner@deneb.cygnus.com>
1381         * convert.c (display_int_cst):  Check that val is INTEGER_CST.
1382         (digest_array_tuple):  Some extra error checks (i.e. that indexes
1383         are constant).  If dynamic mode, result is not constant.
1385 Mon Oct 28 12:48:06 1996  Jeffrey A Law  (law@cygnus.com)
1387         * typeck.c (signed_or_unsigned_type): If the given type already
1388         as the correct signedness, then just return it.
1390         * typeck.c ({un,}signed_type): If can't do anything, call
1391         signed_or_unsigned_type.
1393 Fri Sep  6 02:50:08 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1395         * typeck.c (build_chill_cast): In case of rangecheck, take care of 
1396         constant expression (when defining a SYN).
1398 Thu Sep  5 04:30:32 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1400         * parse.c (define__PROCNAME__): New function to define a SYNONYM
1401         __PROCNAME__ (__procname__) which is a character string containing
1402         the name of the current procedure. This is quit the same as 
1403         __FUNCTION__ in C.
1404         (parse_proc_body): Add call to define__PROCNAME__.
1406         * typeck.c (chill_equivalent): Take care of NEWMODE'd procedure
1407         modes on one side and procedures on the other side..
1409 Wed Jul 24 01:13:51 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1411         * typeck.c: Replace all local variables and arguments named `index'
1412         with `idx', `index' gets replaced by `strchr' which makes debugging
1413         somehow difficult.
1414         (valid_array_index_p): New argument to indicate that we are processing
1415         LENGTH (varying string) on the lefthand side of an assignment. The
1416         index check is different in this case.
1417         (build_chill_cast): In case of expression conversion do an OVERFLOW
1418         check with the limits of the target mode.
1420         * ch-tree.h: New prototype for valid_array_index_p.
1422         * actions.c (expand_varying_length_assignment): Add new argument to
1423         call to valid_array_index_p to indicate we are processing
1424         LENGTH on the lefthand side of an assignment.
1426         * loop.c: Rename loop_stack to loopstack to avoid clashes with
1427         global variable ../stmt.c:loop_stack.
1429 Tue Jun 18 23:04:06 1996  Per Bothner  <bothner@deneb.cygnus.com>
1431         * expr.c (resolve_component_ref):  Set TREE_SIDE_EFFECTS properly.
1433 Mon Jun 10 15:01:51 1996  Per Bothner  <bothner@deneb.cygnus.com>
1435         * typeck.c (build_chill_reference_type):  Copy novelty for reference.
1436         * satisfy.c (satisfy):  If REFERENCE_TYPE, copy novelty.
1438 Thu May 30 04:55:27 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1440         * typeck.c (valid_array_index_p): For varying character strings
1441         we must check if the index is less then the actual length instead
1442         of less equal.
1444 Wed May 15 06:07:10 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1446         * ch-tree.h: Add prototype for test_range.
1448         * inout.c (process_io_list): Fix duplicate function call if
1449         writetext argument is a function returning a varying string.
1451 Tue May 14 21:08:47 1996  Per Bothner  <bothner@deneb.cygnus.com>
1453         Re-do string comparisons.  Old way could re-use temporary
1454         (SAVE_EXPR created for an argumnet is variable) prematurely.
1455         * ch-tree.def (STRING_EQ_EXPR, STRING_LT_EXPR):  New codes.
1456         * decl.c (init_decl_processing):  Remove __eqstring, __gestring,
1457         __gtstring, __lestring, __ltstring, __nestring declarations.
1458         * expr.c (build_char_array_expr):  Rename to build_compare_string_expr.
1459         Create STRING_EQ_EXPR, STRING_LT_EXPR nodes, instead of CALL_EXPRs.
1460         (chill_expand_expr):    Implement STRING_EQ_EXPR, STRING_LT_EXPR.
1461         (build_compare_expr):  Use new build_char_array_expr name.
1463 Mon Apr  8 14:08:30 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1465         Cleanup of April 5 fix:
1466         * actions.c (test_range):  New function.
1467         (check_range):  Simplify to use test_range.
1468         * convert.c (digest_powerset_tuple):  Move error message from here ...
1469         (check_ps_range):  ... to here.  Also, simplify to use test_range.
1471 Fri Apr  5 03:41:05 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1473         * convert.c (check_ps_range): New function to perform range check
1474         of powerset tuple elements. This is quite the same as check_range,
1475         however, the actions on rangefail are different.
1476         (digest_powerset_tuple): Call check_ps_range.
1478         * loop.c (build_loop_iterator): Chaeck if location enumeration
1479         is requested for BOOLS(n) and print an error message.
1481 Wed Mar  6 17:46:48 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1483         * parse.c (parse_primval):  Emit error if !ignore (before: pass==2).
1485         Implement parameterised array and string modes (using LANG_TYPE).
1486         * parse.c (parse_opt_mode):  Handle parameterized arrays and strings.
1487         * grant.c (decode_mode):  Support extended use of LANG_TYPE.
1488         * satisfy.c (cycle_error_print):  Ignore non-decls in chain.
1489         (safe_satisfy_decl):  No error if non-decl (pointer type) in cycle.
1490         (satisfy):  Return immediately if laid out non-pointer type.
1491         (satisfy case LANG_TYPE):  Handle paramertised mode.
1492         (satisfy case POINTER_TYPE/REFERENCE_TYPE):  Push type on chain;
1493         return immediately if already in chain.
1494         * typeck.c (smash_dummy_type):  Handle parameterized modes and CHAR(N).
1495         Change return type (can now return error_mark_node).
1496         (build_readonly_type):  Return return value from smash_dummy_type.
1497         * ch-tree.h:  Change smash_dummy_type return type.
1499 Tue Mar  5 22:31:20 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1501         * typeck.c (build_chill_slice):  Re-do index_type calculation.
1502         * typeck.c (layout_chill_range_type):  Use compare_int_csts rather
1503         than tree_int_cst_lt to avoid signed/unsigned problems.
1505         * typeck.c (copy_novelty):  Use copy_node rather than build_type_node.
1506         * typeck.c (smash_dummy_type):  Use copy_novelty for NEWMODE of range.
1508         * decl.c (init_decl_processing): More portable sizetype initialization.
1510         * tree.c (build_string_type):  Generalize to also create bitstrings.
1511         Return error_mark_node if an argument is an ERROR_MARK.
1512         (build_bitstring_type):  Simplify - just call build_string_type.
1514 Tue Mar  5 03:48:32 1996  Wilfried Moser  <moser@blues.cygnus.com>
1516         * actions.c (warn_unhandled): Add missing assignment.
1518         * loop.c (build_loop_iterator): In case of IN, check if
1519         expression has a mode, otherwise make an error.
1521 Mon Mar  4 23:12:03 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1523         *  convert.c (digest_powerset_tuple):  Check tuple elements
1524         for compatibility;  if compatible, call convert.
1526 Thu Feb 29 23:39:54 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1528         Simplify NOVELTY representation.
1529         * ch-tree.h (CH_NOVELTY):  Re-implement as plain TYPE_CONTEXT.
1530         (CH_NOVELTY_FLAG):  Removed.  (Just use CH_NOVELTY.)
1531         * decl.c (push_modedef):  Make copy even for SYNMODE.
1532         but not for internal typedefs (indicated by make_newmode==-1).
1533         * tasking.c:  Call push_modedef with make_newmode==-1.
1534         * typeck.c (chill_novelty):  Remove.
1535         (smash_dummy_type):  Removed unused event/buffer stuff.  Update.
1536         * grant.c (decode_decl), inout.c (build_io_types),
1537         expr.c (build_concat_expr), typeck.c (build_chill_slice, copy_novelty),
1538         tasking.c (build_instance_type):  Simplify using new CH_NOVELTY.
1540         Solidify READ mode handling.
1541         * decl.c (do_decl, push_syndecl, start_chill_function):
1542         Possibly set TREE_READONLY for a VAR_DECL, CONST_DECL, or PARM_DECL.
1543         * typeck.c (build_chill_slice):  Set TREE_READONLY appropriately.
1544         (build_chill_array_ref_1, build_chill_bitref):  Likewise.
1545         (build_chill_cast):  Set TREE_READONLY depending on result type (only).
1546         * convert (convert_from_reference, convert):  Likewise.
1547         * expr.c (resolve_component_ref):  Set TREE_READONLY appropriately.
1548         (build_chill_function_call):  Error if OUT/INOUT arg is TREE_READONLY.
1549         * actions.c (chill_expand_assignment):  Also error if TREE_READONLY.
1550         Use convert_from_reference.
1551         
1552 Thu Feb 29 11:14:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1554         * parse.c (parse_do_action):  DO WITH expressions are evaluated in
1555         outer scope.  Also call save_if_needed.
1556         * decl.c (shadow_record_fields);  Fix and simplify.
1558 Tue Feb 27 22:19:40 1996  Per Bothner  <bothner@cygnus.com>
1560         * convert.c (display_int_cst):  Gereralize to wider range of ints.
1562 Thu Feb 22 06:12:59 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1564         * convert.c (digest_array_tuple): Take care of type == error_mark_node.
1566         * decl.c (do_decl): In case of chill_varying_type_p, check if
1567         type of fixed part is error mark and do nothing in this case.
1569         * lex.c (convert_bitstring): Don't complain when length of
1570         bitstring is 0 (BOOLS(0) is a valid mode).
1572         * tree.c (layout_powerset_type): Add check for TYPE_MAX/MIN_VALUE
1573         (domain) is error mark.
1575         * typeck.c (layout_chill_range_type): If lowvalue or highvalue ==
1576         error_mark_node, just return.
1578 Tue Feb 20 00:01:10 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1580         * parse.c (parse_variant_alternative): When checking for ELSE take
1581         care of tagless variants.
1583 Mon Feb 19 05:54:45 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1585         * parse.c (parse_case_action): Check if ELSE was specified
1586         in a case label list (this is only valid for array tuples).
1587         (parse_case_expression): Deto.
1588         (parse_variant_alternative): Deto.
1590 Tue Feb 13 17:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1592         * typeck.c (chill_location):  Cleanup.  Neither SLICE_EXPR nor
1593         BIT_FIELD_REF are referable, even if their base strings are.
1595 Fri Feb  9 02:25:33 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1597         * actions.c (chill_expand_result): Do CH_FUNCTION_SETS_RESULT after
1598         checking the expression.
1600         * convert.c (convert): Set TREE_CONSTANT when taking the
1601         address of a function.
1603         * decl.c (start_chill_function): Check if the mode is really
1604         a mode to avoid subsequent segfaults.
1606         * typeck.c (string_assignment_condition): Add checking of
1607         bitstring length.
1609 Thu Feb  8 01:37:59 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1611         * actions.c (build_cause_exception): Print warning of unhandled
1612         exception only once for each exception.
1614 Mon Feb  5 22:17:13 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1616         * tree.c (discrete_count), ch-tree.h:  New function.
1617         * expr.c (build_concate_expr, build_chill_repetition_op,
1618         chill_expand_expr):  Use discrete_count;  make sure arguments
1619         to size_binop are sizetype.
1620         (powersetlen):  Trvialize using discrete_count.
1622         * inout.c (process_io_list):  Use new assign_temp function.
1623         * inout.c (build_enum_tables):  Avoid taking address of array_ref,
1624         which sometimes gets optimized to a constant.
1626         * expr.c (finish_chill_unary_op):  Call convert_to_class on argument.
1627         Remove some obsolete TREE_UNSIGNED stuff.
1628         * lex.c (convert_integer):  Removed more TREE_UNSIGNED stuff.
1630 Thu Feb  1 15:11:20 1996  Doug Evans  <dje@charmed.cygnus.com>
1632         * lex.c (check_newline): Return result of HANDLE_PRAGMA.
1634 Wed Jan 31 17:13:25 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1636         * decl.c (char_array_type_node, wchar_array_type_node):  Removed.
1637         (init_decl_processing):  Remove array_domain_type;  don't set
1638         char_array_type_node or wchar_array_type_node.
1639         * decl.c (init_decl_processing):  Use fixup_unsigned_type to
1640         simplify code to create boolean_type_node and char_type_node.
1642 Mon Jan 29 14:20:10 1996  Doug Evans  <dje@charmed.cygnus.com>
1644         * lex.c (check_newline): Pass character after `#pragma' to
1645         HANDLE_PRAGMA.  Don't call get_directive_line if at end of line.
1647 Fri Jan 26 05:56:27 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1649         * expr.c (build_chill_function_call): Add check and error for
1650         actual argument is a TYPE_DECL.
1652         * parse.c (parse_set_mode): Print a warning if the set mode contains
1653         numbered and unnumbered set elements.
1655 Wed Jan 24 05:10:08 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1657         * Make-lang.in: Change GNUCHILL_VERSION to 1.5.2.
1659         * decl.c (layout_enum): Add check for negative values if
1660         enum is numbered and duplicate values in an enum. 
1662 Mon Jan 15 06:21:52 1996  Wilfried Moser  <moser@rtl.cygnus.com>
1664         * actions.c (chill_expand_assignment): Add check for lefthand side
1665         of an assignment is a location.
1667         * ch-tree.def: Name of SET_IN_EXPR is really "set_in_expr" and
1668         not "concat_expr".
1670         * expr.c (is_really_instance): New function to check if a datum
1671         is really an instance. CH_IS_INSTANCE_MODE seems to be to weak
1672         for this case.
1673         (build_chill_component_ref): call is_really_instance.
1675 Wed Jan 10 13:47:14 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1677         * ch-tree.h (TYPE_ARRAY_MAX_SIZE):  Removed;  now in ../tree.h.
1679 Mon Jan  8 15:29:20 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1681         * expr.c (build_char_array_expr):  Add save_if_needed's if varying.
1682         Also, remove unused len0 and len1.
1684 Mon Dec 11 17:36:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1686         * inout.c (build_chill_associate, assoc_call, build_chill_readrecord,
1687         build_chill_getassociation, build_chill_getusage,
1688         build_chill_gettextrecord,  build_chill_gettextaccess:  Simplify
1689         - modify TREE_TYPE of CALL_EXPR, instead of building a CONVERT_EXPR.
1691         * parse.c (parse_action):  Minor simplification.
1693 Thu Dec  7 00:02:47 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1695         * parse.c (parse_action): In case of CALL, do a check if there
1696         is really a function call.
1698 Tue Dec  5 05:06:02 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1700         * convert.c (display_int_cst): Fix printing of control sequence.
1702 Thu Nov 30 21:07:57 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1704         * grant.c (decode_constant, decode_constant_selective):  Make work
1705         for REAL_IS_NOT_DOUBLE case.
1707         * decl.c (CHILL_INT_IS_SHORT):  New macro.
1708         (init_decl_processing):  Use CHILL_INT_IS_SHORT.
1709         Change name of integer_type_node from _cint to long.
1711 Mon Nov 27 17:07:05 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1713         * loop.c (top_loop_end_check):  Check while condition *after*
1714         getting next powerset element.
1716 Mon Nov 27 05:29:52 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1718         * parse.c (parse_receive_case_action): Fix typo in error message.
1720         * convert.c (display_int_cst): Format characters like strings in
1721         grant.c(decode_constant).
1723         * grant.c: Remove the old forbid stuff.
1725         * lex.c (readstring): Fix reading of '^^'.
1727         * parse.c (parse_procedure_mode): nreverse param_types.
1729 Thu Nov 23 05:39:57 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1731         * actions.c (chill_expand_assignment): Check for assigning to
1732         location with non-value mode.
1734         * ch-tree.h: New macro CH_TYPE_NONVALUE_P.
1735         Add new and change some prototypes.
1737         * decl.c (init_nonvalue_struct): New function to generate
1738         initialisation code for non-value structs.
1739         (init_nonvalue_array): New function to generate initialisation
1740         code for non-value array's.
1741         (do_decl): Call one of the above mentioned functions in case
1742         we have a mode with the non-value property.
1743         (start_chill_function): Print error message if a non-value mode
1744         gets returned without LOC and check for arguments of non-value
1745         modes only gets passed by LOC.
1747         * grant.c (print_proc_tail): Fix for procedure returning LOC.
1749         * inout.c (build_io_types): Set CH_TYPE__NONVALUE_P on
1750         association_type_node.
1751         (invalidate_access_recordmode): New function to set the
1752         record mode of an ACCESS to error_mark_node in case of
1753         record mode has the non-value property.
1754         (build_text_mode): Set CH_TYPE_NONNVALUE_P.
1755         (build_access_mode, build_chill_gettextaccess): Deto.
1756         (check_exprlist): Correct processing of repetition factor.
1758         * lex.c (readstring): Correct processing of control
1759         sequences of the form '^([H | D | O | B]'xx)'.
1761         * loop.c: Cleanup iterator handling (done by Per).
1762         (nonvalue_begin_loop_scope, nonvalue_end_loop_scope): New
1763         functions for starting and ending a loop scope in case
1764         of initialising an array with non-value property.
1766         * parse.c (check_end_label): Remove '\n' from error message.
1767         (parse_loc_declaration): Print error in case of loc-identity
1768         declaration without initialisation or with keyword INIT.
1769         (parse_do_action): Clean up iterator handling (done by Per).
1771         * satisfy.c (safe_satisfy_decl (case TYPE_DECL)): Print an error
1772         message in case of TYPE_DECL is a signal and the mode has the
1773         non-value property.
1774         (satisfy (case ARRAY_TYPE)): Set CH_TYPE_NONVALUE_P of the
1775         the array type if the array element mode has the non-value
1776         property.
1777         (satisfy case RECORD_TYPE)): Set CH_NONVALUE_P on the record
1778         type if one of the fields have the non-value property. If the
1779         record is a buffer mode and the element mode of the buffer has
1780         the non-value-p., invalidate it (see
1781         tasking.c (invalidate_buffer_element_mode). Same for access modes.
1783         * tasking.c (build_signal_descriptor): If the signal type have
1784         the non-value property, do nothing.
1785         (build_receive_signal_case_label): Don't do an assignment if the
1786         signal type have the non-value property.
1787         (build_receive_buffer_case_label): Add check for buffer element
1788         mode is ERROR_MARK.
1789         (expand_send_buffer): Deto.
1790         (build_buffer_type): Set CH_TYPE_NONVALUE_P on buffer mode.
1791         (invalidate_buffer_element_mode): New function to set type of
1792         buffer element mode to error_mark_node.
1793         (build_event_type): Set CH_TYPE_NONVALUE_P on event mode.
1795 Wed Nov 15 13:26:20 1995  Jeffrey A Law  (law@cygnus.com)
1797         * inout.c (intsize_of_charsexpr): Move declaration to top
1798         of file to avoid error from solaris2.5 cc.
1800 Thu Nov  9 02:50:40 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1802         * satisfy.c (satisfy): For a RECORD_TYPE, which is an ACCESS or TEXT
1803         mode, temporarily reset maximum_field_alignment to 0 before
1804         layouting it to be compatible with the runtime library.
1806         * inout.c (build_chill_gettextaccess): Deto.
1808 Mon Nov  6 04:12:06 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1810         * decl.c (do_decl): If type is READonly, add check if an
1811         ASSOCIATION, ACCESS, TEXT, BUFFER, or EVENT will be declared
1812         and print an error if this is true. Variables of this modes
1813         may not be declared READonly.
1814         Add check for mode is one of the above and an init value was
1815         given. This is also not allowed.
1816         Add initialisation of variables of the above modes during
1817         runtime. This influence the mechanism for detecting to
1818         build a constructor. 
1819         (push_modedef): NEW- or SYNMODES of ASSOCIATION, ACCESS, TEXT,
1820         BUFFER, and EVENT mode must not be READonly.
1821         (start_chill_function): Arguments of modes ASSOCIATION, ACCESS,
1822         TEXT, BUFFER, or EVENT may be passed only by LOC. Add this check.
1823         (declare_predefined_file): Move to inout.c.
1824         (init_decl_processing): Add definitions for new built-in's.
1825         (finish_outer_function): Build a constructor only if
1826         build_constructor is set.
1828         * except.c: On Linux native, setjmp is __setjmp.
1830         * expr.c (build_chill_component_ref): New function. It gets called
1831         from parse.c instead of build_component_ref. Functions checks if the
1832         user tries to access a field of an ACCESS, ASSOCIATION, BUFFER,
1833         EVENT, INSTANCE, or TEXT mode, which actually is not allowed.
1834         (build_chill_floatcall): New function to resolve CHILL's floating
1835         point builtin calls (SIN, COS, TAN, etc.).
1836         (build_allocate_getstack, build_chill_allocate, build_chill_getstack,
1837         build_chill_terminate): New functions to resolve CHILL's ALLOCATE,
1838         GETSTACK, and TERMINATE built-in's.
1839         (build_generalized_call): Process new built-in's.
1841         * grant.c (decode_mode): Add processing of ACCESS and TEXT modes.
1842         (decode_mode_selective): deto.
1844         * inout.c: Completely rewritten for implementing Chapter 7 of
1845         Z.200 (input and output).
1846         
1847         * lex.c (yylex): An '_' after a '.' doesn't mean, that we are
1848         parsing numbers.
1850         * lex.h (enum rid): Add RID_ASSOCIATION.
1852         * parse.c: New flag build_constructor to indicate if a constructor
1853         should be generated at the end of compilation or not. See
1854         decl.c(do_decl).
1855         (parse_begin_end_block): Don't emit a line note.
1856         (parse_primval): Call build_chill_component_ref instead of
1857         build_component_ref.
1858         (parse_opt_mode): Process ACCESS modes, ASSOCIATION modes, TEXT
1859         modes, USAGE modes, WHERE modes.
1861         * satisfy.c (safe_satisfy_decl): Check if a SYN is of mode ASSOCIATION,
1862         ACCESS, TEXT, BUFFER, or EVENT and print an error in this case.
1863         (satisfy (case RECORD_TYPE)): If exp is TEXT mode, check the text length.
1865         * typeck.c (extract_constant_from_buffer): Fix thinko in case 
1866         of ! BYTES_BIG_ENDIAN.
1867         (build_chill_cast): Implement representation conversion between
1868         INT's and REAL's.
1869         (chill_similar): Add check of ACCESSes.
1870         (layout_chill_range_type): Check for real ranges and print
1871         sorry message.
1873         * Make-lang.in: Change compiler version.
1874         chill also depends on Makefile.
1876         * chill.in: Process command line option -Xlinker like -Tdata.
1878         * ch-tree.h: New macros CH_IS_ASSOCIATION_MODE, CH_IS_ACCESS_MODE,
1879         CH_IS_USAGE_MODE, CH_IS_WHERE_MODE, and CH_IS_TEXT_MODE.
1880         Add some prototypes.
1881         (enum chill_built_in_function): Add BUILT_IN_ARCCOS, BUILT_IN_ARCSIN,
1882         BUILT_IN_CH_DELETE, BUILT_IN_LOG, BUILT_IN_SQRT. 
1883         Remove BUILT_IN_READLEN, BUILT_IN_ROUND, BUILT_IN_SKIPRECORD.
1885         * gperf, hash.h: Remove definition of WHERE.
1886         
1887 Thu Oct  5 06:22:19 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1889         * grant.c (decode_constant_selective): Add some newlines
1890         to generated SPEC MODULE.
1892 Wed Oct  4 18:16:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1894         * decl.c (pop_chill_function_context):  Remove some bogosity.
1896 Wed Oct  4 05:14:00 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1898         * grant.c (print_integer_selective): In case of a RANGE of
1899         a SET mode, try to find and grant the parent mode.
1900         (grant_seized_identifier): Dont write it out, if the identifier
1901         doesn't have a seize file (it may come from a SPEC MODULE
1902         defined in the compilation unit).
1904 Fri Sep 22 14:04:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1906         * actions.c (check_non_null):  Wrap expr in SAVE_EXPR if needed.
1908 Wed Sep 20 13:51:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1910         * expr.c (force_addr_of):  Optimize an INDIRECT_REF using
1911         convert_to_pointer rather than convert (which in case of
1912         a REFERENCE_TYPE would losingly call convert_from_reference).
1914 Wed Sep 20 04:03:58 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1916         * inout.c (build_chill_writetext): In case of character string:
1917         Add processing of a concatenation including varying character
1918         strings.
1919         (intsize_of_charsexpr, get_max_size): New functions to determine
1920         the maximum size of varying character strings.
1922         * grant.c (decode_constant, decode_constant_selective): Add
1923         processing of COMPONENT_REF.
1925         * satisfy.c (satisfy (case COMPONENT_REF)): Correct handling
1926         for SYNONYM's with STRUCT mode.
1928 Mon Sep 18 17:25:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1930         * expr.c (force_addr_of):  Optimize of value is INDIRECT_REF.
1931         * typeck.c (build_chill_slice):  Call mark_addressable.
1933 Mon Sep 18 14:38:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1935         * expr.c (chill_expand_expr):  Make a copy before calling __psslice
1936         if the array is neither referable nor BLKmode.
1937         (build_set_expr):  Renamed to ...
1938         (build_compare_set_expr):  Allow one opperand to be boolean.
1939         (build_compare_expr):  Check both operands for SET_EXPR,
1940         before checking for discrete types (for -fold-strings).
1942 Fri Sep 15 11:35:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1944         * satisfy.c (safe_satisfy_decl):  For a CONST_DECL, set TREE_TYPE
1945         to error_mark_node or error.
1947 Fri Sep 15 00:26:02 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1949         * grant.c (decode_constant_selective): Add processing of
1950         TREE_OPERAND (val, 0).
1952 Wed Sep 13 14:24:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1954         * ch-tree.h (CH_IS_INSTANCE_MODE):  Redefine to use CH_SIMILAR.
1955         * convert.c (convert):  Use CH_IS_INSTANCE_MODE.
1956         * inout.c (build_chill_writetext):  Likewise.
1957         * tasking.c (build_receive_case_start, build_delay_case_start):  Ditto.
1958         * parse.c (parse_start_action):  Remove redundant tests.
1959         * tasking.c (build_start_process):  Also test that optset is instance.
1960         (build_copy_number, build_proc_type, expand_send_signal):  Use
1961         CH_IS_INSTANCE_MODE, not CH_COMPATIBLE.
1962         * actions.c, convert.c (instance_type_node):  Remove redundant
1963         extern declaration.
1964         
1965 Wed Sep 13 14:19:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1967         * regression.awk2:  Use \ line-continuation-markers
1968         to remove gratuitous gawk dependency.
1970 Mon Sep 11 17:26:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1972         * typeck.c (build_chill_modify_expr):  Use force_addr_of.
1973         (mark_addressable):  Handle INDIRECT_REF of ADDR_EXPR.
1975         * typeck.c (check_case_value), ch-tree.h:  Moved to ...
1976         * actions.c (check_case_value):  ... here.  Also check for
1977         compatibility with selector (which is passed as extra argument).
1978         (chill_handle_case_label_range):  Take selector argument,
1979         and use it to call check_case_value.
1980         (chill_handle_case_label):  Take extra selector argument.
1981         * ch-tree.h (chill_handle_case_labe):  Add prototype.
1982         * except.c expr.c, parse.c:  Remove chill_handle_case_label prototypes.
1983         * actions.c, except.c, expr.c, parse.c: Pass extra selector
1984         argument to function calls as needed.
1986 Mon Aug 28 02:47:54 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1988         * grant.c (decode_constant_selective): Fix a bug in writing items
1989         to grant file.
1991 Thu Aug 24 04:52:28 1995  Wilfried Moser  <moser@rtl.cygnus.com>
1993         * parse.c (parse_case_expression): Print warning only in
1994         pass 1.
1996         * actions.c (print_missing_cases): Correct printing of
1997         character ranges.
1999 Wed Aug 23 15:26:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2001         * parse.c (parse_case_label_list):  Take extra parameter to
2002         indicate if we're parsing a tuple or a case-label-spec.
2003         If former, don't allow '(' EXPR ')' ',' but backup instead.
2004         (parse_case_label_specification, parse_tuple_element):
2005         Pass appropriate new argument to parse_case_label_list.
2007 Wed Aug 23 06:08:28 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2009         * inout.c (build_chill_readtext): Add processing of BOOL's and
2010         CHARS(n).
2012         * grant.c (decode_constant): Process nonprintable characters
2013         in a STRING_CST.
2015 Fri Aug 11 15:26:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2017         * except.c (initialize_exceptions):  Name setjmp "setjmp" and not
2018         "__builtin_setjmp" (which is not recognized by expand_call).
2020 Wed Aug  9 23:35:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2022         * loop.c (end_loop_scope):  Need to call kept_level_p,
2023         in argument to poplevel.
2025 Wed Aug  9 05:48:30 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2027         * Make-lang.in (CHILL.install-common): Don't install chill-cross (this
2028         file might be empty). Install chill.install instead.
2030 Tue Aug  8 21:46:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2032         * loop.c (end_loop_scope):  Do poplevel *after* expand_end_bindings.
2034 Tue Aug  8 00:51:09 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2036         * tasking.c (build_process_header): Also set DECL_ASSEMBLER_NAME
2037         of PARAM_DECL, since otherwise dbxout_symbol_name may barf.
2039         * decl.c (start_chill_function): Likewise ...
2041 Mon Aug  7 18:35:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2043         * tasking.c (build_process_wrapper):  Also set DECL_ASSEMBLER_NAME
2044         of PARM_DECL, since otherwise dbxout_symbol_name may barf.
2046 Mon Jul 31 14:32:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2048         * loop.c:  Re-written implementation of powerset iteration.
2049         (declare_temps):  iter_var is now integer index into bitstring,
2050         and powerset_temp just uses save_expr (normally needs no temp).
2051         (top_loop_end_check):  Pass index to start searching (from iter_var)
2052         to library function, instead of dependning on latter to clear old bits.
2053         (increment_temps):  UNless DOWN, increment iter_var.
2054         * decl.c (init_decl_processing):  Declare new types for
2055         __ffsetclrpowerset and __flsetclrpowerset (now misnamed...).
2057 Mon Jul 31 12:47:28 1995  Per Bothner  <bothner@cygnus.com>
2059         * convert.c (digest_array_tuple):  Set TREE_STATIC if possible.
2061 Fri Jul 28 05:11:56 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2063         * lex.c (readstring): Process integer literals starting with
2064         H', D', or B' within a control sequence.
2066 Thu Jul 27 23:08:51 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2068         * parse.c (parse_do_action):  Don't call push_action, but defer
2069         push_handler until begin_loop_scope.
2070         Call parse_opt_handler here, to move handler scope inside loop block.
2071         (parse_action):  After do_action, nothing to do now.
2072         * loop.c (begin_loop_scope):  Also call push_handler here.
2073         (declare_temps):  Copy derived flag to user_var.
2074         (declare_temps):  For POWERSET, always copy to temporary (even if
2075         constant), since the runtime clears bits from it.
2077         * expr.c (build_chill_sizeof):  Use convert_to_class.
2078         * satisfy.c (safe_satisfy_decl):  Cleanup handling of CONST_DECL -
2079         set proper value of CH_DECL_FLAG on both the decl and its value.
2081         * convert.c (digest_array_tuple); Slightly better errors.
2082         
2083 Wed Jul 26 22:13:39 1995  Per Bothner  <bothner@cygnus.com>
2085         * expr.c (expand_packed_set):  Also allocate the CONSTRUCTOR itself.
2086         (fold_set_expr):  Simplify accordingly.
2087         (build_concat_expr):  Constant fold bitstring CONCAT_EXPRs.
2089 Thu Jul 13 12:21:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2091         * typeck.c (build_chill_slice):  Use build1 instead of build.
2092         * typeck.c (xtract_constant_from_buffer):  Pass correct precision
2093         to lshift_double.
2095         * typeck.c (expand_constant_to_buffer):  Handle RANGE_EXPR index.
2096         * convert.c (digest_array_tuple):  Generate RANGE_EXPR as index
2097         for tuples with ranges.
2099 Thu Jun 29 23:41:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2101         * typeck.c (build_chill_slice):  Re-implement to use casts
2102         instead of build_chill_array_ref_1 (which doesn't always work).
2103         * convert.c (convert):  Remove old bugs code.
2105 Tue Jun 27 05:00:04 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2107         * parse.c (parse_if_action): Do PUSH_ACTION before parsing the
2108         expression so that a possible handler at the if action will
2109         be found.
2110         (parse_proc_body): New argument to indicate if the function
2111         raises exceptions or not. In case the function will raise
2112         exception: start a handler, parse the function and generate
2113         code for reraising the exceptions (call chill_reraise_exceptions).
2115         * except.c (chill_reraise_exceptions): New function to generate
2116         code for reraising exceptions are specified at the function 
2117         definition.
2118         
2119         * ch-tree.h: Add prototype for chill_reraise_exceptions.
2121         * decl.c (build_chill_function_type): When the function (type)
2122         raise an exception, generate two new arguments (additional to the
2123         formal parameters), the filename and linenumber of the caller.
2124         (start_chill_function): likewise...
2126         * expr.c (build_chill_function_call): If the called function raises
2127         exceptions, give current filename and linnumber as aditional
2128         arguments.
2130         * actions.c (build_cause_exception): Handle case when function
2131         propagates the exception.
2133         * grant.c (print_proc_tail, print_proc_tail_selective): If the
2134         function(type) raises exceptions, don't process the last to
2135         parmeters of the formal argument list, they are compiler
2136         generated.
2138         * typeck.c (chill_similar): In case of FUNCTION_TYPE: check if
2139         the exception lists are equal.
2141 Thu Jun 22 19:27:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2143         * loop.c (flag_local_loop_counter):  Change default to 1.
2144         (end_loop_scope):  Set 'keep' parameter in poplevel call.
2145         (declare)_temps):  Don't set IDENTIFIER_LOCAL_VALUE, since that
2146         is handled (correctly!) by pushdecl.
2147         (begin_loop_scope):  Call pushlevel here,
2148         * parse.c (parse_do_action):  Move pushlevel so only called for WITH.
2149         * decl.c (struct scope):  Remove n_incomplete field and its uses.
2150         (pushdecl):  Re-write to use proclaim_decl.  Remove old C-isms.
2151         (init_decl_processing):  Re-name integer_type_node as "_cint" to
2152         remove complaint from pushdecl about chill_integer_type_node as "int".
2154 Tue Jun 20 18:15:58 1995  Doug Evans  <dje@canuck.cygnus.com>
2156         * Make-lang.in (chill-runtime): Restore patch to disable building of
2157         runtime libraries for cross compilers.  This patch should remain
2158         until a build of a freshly checked out devo "just works".
2160 Mon Jun 19 06:01:42 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2162         * Make-lang.in: Update GNUCHILL_VERSION to 1.4.4.
2164         * decl.c (init_decl_processing): Remove builtin function
2165         __cause_exception. New builtin functions __cause_ex1 and
2166         __unhandled_ex.
2168         * except.c (is_handled): Return 0 when no handler found,
2169         1, if the handler is in local scope and 2, if function
2170         may propagate the exception.
2172         * actions.c (build_cause_exception): New argument to
2173         indicate if a warning should be printed when
2174         causing an unhandled exception. Call is_handled here.
2176         * ch-tree.h: Change prototype for build_cause_exception.
2177         New marco CH_ALREADY_GRANTED. Used in grant.c to determine if an
2178         identifier already has been written to grant file.
2180         * grant.c (write_spec_module): If not GRANT ALL specified,
2181         write only this identifiers to grant file which are
2182         neccessary to form a prober grant file. This will shorten
2183         grant files and speed up compilation.
2184         (decode_constant_selective, decode_mode_selective,
2185         get_type_selective, decode_decl_selective,
2186         grant_array_type_selective, get_tag_value_selective,
2187         print_enumeral_selective, print_integer_selective, 
2188         print_struct_selective, print_proc_tail_selective,
2189         grant_one_decl_selective): New functions.
2191         * lex.c (yywrap): Remove writing of not yet written USE_SEIZE_FILE
2192         directives to grant file.
2194         * parse.c (parse_on_exception_list): Fis constructing of
2195         exceptions list.
2197 Wed Jun 14 15:21:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2199         * typeck.c (valid_array_index_p):  Check for syntax error, where
2200         index is a mode, rather than a value.
2202         * expr.c (build_chill_binary_op_1):  Remove unused function.
2204 Sat Jun 10 11:36:52 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2206         * except.c (is_handled):  New function.
2207         Various fixes here and there to make it work.
2209         * parse.c (parse_param_name_list):  Set DECL_ASSEMBLER_NAME.
2210         (Otherwise dbxout may crash.)
2212         * satisfy.c (satisfy case FUNCTION_TYPE):  Check for non-type result.
2213         * decl.c (start_chill_function):  If result type was error_mark,
2214         kludge type chill_os result_decl to avoid extra errors.
2215         * actions.c (chill_expand_result, chill_expand_return):  If type of
2216         chill_result_decl is error_mark, do nothing.
2218         * typeck.c (chill_similar): Fix thinko in recent change.
2220         * config-lang.in (diff_exclude):  Remove ch/lex.c - now it's a
2221         true source file, and is never longer generated with [f]lex.
2223         * regression.sh:  Pass -s to make clean (to make it silent).
2224         Explicitly call gawk, instead of depending of '#!' to work.
2225         Add --objdir flags.  Never send mail to bill.
2227 Thu Jun  8 15:08:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2229         * typeck.c (chill_similar):  Add extra parameter.  Use to to prevent
2230         infinite recursion.
2231         (chill_equivalent, chill_l_equivalent):  Also add new parameter.
2232         * ch-tree.h (CH_SIMILAR, CH_EQUIVALENT):  Modify to match.
2234 Tue Jun  6 17:14:49 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2236         * loop.c (declare_temps):  If -flocal-loop-counter, make sure to
2237         pushdecl the new variable (created with decl_temp1).
2238         And fix the type of the local variable for powerset iteration.
2240 Tue Jun  6 15:07:19 1995  Per Bothner  <bothner@cygnus.com>
2242         * typeck.c (mark_addressable):  Handle ADDR_EXPR inside
2243         NOP_EXPR inside INDIRECT_EXPR.  For TRUTH_ANDIF_EXPR,
2244         TRUTH_ORIF_EXPR, and COMPOUND_EXPR mark operand 1, not operand 0
2245         (which is used for range-checks and suchlike).
2247 Thu Jun  1 02:45:54 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2249         * expr.c (build_set_expr): Do some optimizations for LE_EXPR and
2250         GE_EXPR (don't do invert_truthvalue, just switch operands).
2252 Wed May 31 14:00:38 1995  Doug Evans  <dje@canuck.cygnus.com>
2254         * lang-options.h: New file.
2255         * lang-specs.h: New file.
2257 Wed May 24 01:45:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2259         * actions.c (assign_stack_temp):  Remove unneeded declaration.
2261 Tue May 23 00:17:38 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2263         * parse.c (parse_on_exception_list):  Return list of exception
2264         names in pass 1, not in pass 2.  (Return non-NULL dummy if pass 2.)
2265         (parse_on_alternatives):  Call chill_handle_on_labels even if ignoring.
2266         (parse_opt_handler):  Likewise for chill_start_default_handler.
2267         * except.c (push_handler):  Clear on_alt_list only if pass 1.
2268         (chill_handle_on_labels):  Build on_alt_list in pass 1,
2269         retrieve it in pass 2.
2271         Fix so that decl_temp1 does not expand_decl_init, which calls
2272         free_temp_slots, which loses in the middle on an expression.
2273         * decl.c (finish_decl):  Don't call expand_decl_init.
2274         (do-decl):  Do initialization assignment even if stack variable.
2275         * parse.c (parse_loc_declaration):  Call free_temp_slots.
2277         * decl.c (finish_decl), ch-tree.h:  Remove last two always-NULL
2278         parameters.  Cleanup never-used code.
2279         * decl.c, except.c:  Update calls to finish_decl.
2281         * decl.c (case_else_node):  Define new variable.
2282         (init_decl_processing):  Initialize it.
2283         (make_chill_variants): If variant label is case_else_node (i.e. it
2284         is (ELSE):), treat that as an ELSE variant.
2285         * ch-tree.h (case_else_node):  Declare case_else_node.
2286         * parse.c (parse_case_label):  Use case_else_node.
2288 Mon May 22 10:18:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2290         * grant.c (print_proc_tail):  Also call print_proc_exceptions.
2291         (decode_decl):  Don't explicitly call print_proc_exceptions for
2292         FUNCTION_DECL.
2293         (Net effect is that now exceptions are printed for FUNCTION_TYPE too.)
2295         * actions.c (chill_convert_for_assignment):  Use save_if_needed,
2296         instead of save_expr, in case value is a reference.
2298         * typeck.c (build_chill_slice):  Fix old thinko (missing call to
2299         build_pointer_type).
2301         * actions.c (size_int):  Remove unused and conflicting prototype.
2303 Wed May 17 16:23:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2305         * actions.c (chill_convert_for_assignment):  Call save_expr if
2306         range_checking (twice).
2308 Tue May 16 11:33:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2310         * typeck.c (layout_chill_range_type):  Re-organize error checking.
2311         Add extra parameter to indicate if non-constant bounds are allowed.
2312         If bounds are bad, set them to the min_value of the parent.
2313         * ch-tree.h (layout_chill_range_type):  Update declaration.
2314         * satisfy.c (satisfy):    Update call of layout_chill_range_type.
2315         * typeck.c (build_chill_range_type):  Likewise.
2316         * tree.c (build_string_type):  Likewise.
2318 Tue May 16 00:37:51 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2320         * expr.c (build_chill_sizeof): Fix bug in case of SIGNAL.
2322 Mon May 15 12:54:32 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2324         * satisfy.c (satisfy):  Supress error message for REF <error_mark>.
2325         * decl.c (push_modedef):  Check for TREE_CODE != ERROR_MARK, instead
2326         of against error_mark_node.  (smash_dummy_type can copy error marks.)
2327         (finish_decl):  Simplify C-derived check for incomplete type,
2328         and suppress if it is an ERROR_MARK.
2329         Don't call rest_of_decl_compilation if type is an ERROR_MARK.
2331 Sun May 14 22:52:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2333         * convert.c (convert):  Handle array types with different modes.
2335 Thu May 11 15:52:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2337         * loop.c (build_loop_iterator):  Handle the case of a non-local
2338         loop counter having reference type.
2340 Thu May 11 07:04:29 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2342         * tasking.c (build_copy_number, build_gen_code, build_gen_inst,
2343         build_gen_ptype, build_proc_type): Set CH_DERIVED_FLAG on result
2344         to avoid erros when assigning to (comparing with) NEWMODEd INT's.
2346 Mon May  8 15:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2348         * expr.c (build_chill_card):  Do constant folding, if possible.
2349         (build_max_min):  Do constant folding for MIN/MAX of powersets.
2351 Mon May  8 06:57:21 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2353         * expr.c (build_chill_sizeof): Add corect processing of a
2354         SIGNAL definition without data.
2356 Sat May  6 16:27:10 1995  Doug Evans  <dje@canuck.cygnus.com>
2358         * Make-lang.in (maintainer-clean): Renamed from realclean.
2360 Tue May  2 06:16:23 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2362         * parse.c (parse_asm_action): Do PUSH_ACTION unconditionally,
2363         otherwise "handler stack" will get out of sync.
2365 Mon Apr 24 09:51:07 1995  Per Bothner  <bothner@rtl.cygnus.com>
2367         Fixes to support module-level non-static temporary variables.
2368         * parse.c (parse_loc_declaration):  If all_static_flag and not
2369         resursive, tell do_decls to make new decl static.
2370         * decl.c (do_decl):  Don't use maybe_static function to force static.
2371         (do_decl):  Don't let initialization count as "using" the variable.
2372         (maybe_static):  Removed.
2373         (finish_decl):  Call expand_decl and expand_decl_init if needed
2374         (as it will be for non-static temporaries).
2376 Fri Apr 21 21:02:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2378         * convert.c, expr,c typeck.c (expand_decl):  Remove usused declaration.
2380 Fri Apr 21 02:27:12 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2382         * expr.c (build_set_expr): Fix thinko: GE(x,y) is not eqivalent to
2383         LT(y,x) its rather equivalent to NOT (LT(x,y)). Same is true for
2384         GT(x,y), its not equiv. to LE(y,x), its equiv. to NOT (LE(x,y)).
2386 Thu Apr 20 15:29:05 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2388         * parse.c (yytext, finput):  Remove unused declarations.
2390         * parse.c (proc_action_level):  New variable.
2391         (parse_proc_body):  New function.  Common code from
2392         parse_procedure_definition and parse_process_definition moved here.
2393         Save, set, and restore proc_action_level from action_nesting_level.
2394         (parse_action case RETURN):  Pass proc_action_level to
2395         expand_goto_except_cleanup.
2397 Thu Apr 20 06:02:20 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2399         * grant.c (really_grant_this): Add processing of LABEL_DECL's
2400         (don't grant them).
2402 Tue Apr 18 18:16:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2404         * lex.c ( convert_bitstring):  Use BYTES_BIG_ENDIAN rather
2405         than BITS_BIG_ENDIAN to layout bits within bitstring.
2406         * typeck.c (expand_constant_to_buffer, extract_constant_from_buffer):
2407         Likewise.
2409 Sun Apr 16 19:55:51 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2411         * decl.c (finish_chill_function):  If currently global_function_decl,
2412         don't set outer_function to global_function_decl.
2414 Wed Apr 12 22:45:06 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2416         * decl.c (start_chill_function):  Normal functions are nested.
2417         (finish_chill_function):  No longer takes a 'nested' parameter.
2418         Normal functions are nested.
2419         Never call permanent_allocation, since it does little good (all normal
2420         functions are nested), and trashes some things we need.
2421         (finish_outer_function):  Update call to finish_chill_function.
2422         * grant.c (chill_finish_compile):  Likewise.
2423         * tasking.c (build_process_wrapper):  Likewise.
2424         * parse.c (end_function):  Likewise.
2425         * ch-tree.h (finish_chill_function):  Update declaration.
2427         * parse.c (parse_asm_clobbers):  Re-enable.
2428         (expand_asm_operands):  function.
2429         (parse_asm_action):  Re-enable.  Don't do anything in pass 1.
2431         * typeck.c (build_chill_slice):  Do constant folding.
2432         Also, work around problem where expand_expr constant folds ARRAY_REF.
2433         (sort_constructor):  Remove unused function.
2435         * expr.c (chill_expand_expr case CONCAT_EXPR):  Make sure we
2436         emit_block_move if needed with correct size.
2438         * inout.c (build_chill_io_list_type):  Simplify.
2440         * lex.c (check_newline):  Uncomment some dwarf stuff,
2441         which needs get_directive_line, which we no longer have.
2443 Wed Apr  5 16:05:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2445         * Makefile.in (C_OBJS, xcc1chill):  Removed.  We no longer
2446         link cc1chill with ../c-typeck.o ../c-aux-info.o ../c-common.o.
2448         * expr.c (build_chill_component_ref):  Renamed to build_component_ref.
2449         (chill_truthvalue_conversion):  Renamed to truthvalue_conversion.
2450         * decl.c, expr.c, inout.c, loop.c, parse.c, tasking.c, timing.c,
2451         typeck.c:  Update accordingly.
2452         * typeck.c (valid_array_index_p):  We only need to save_expr (index)
2453         if we're range-checking.
2454         * typeck.c (unsigned_type, signed_type, signed_or_unsigned_type,
2455         mark_addressable, initializer_constant_valid_p, check_case_value,
2456         type_for_size, type_for_mode):  New functions, copied from
2457         ../c-common.c and ../c-typeck.c.
2459         * lang.c (incomplete_type_error):  New.  (Was in c-common.o.)
2460         * decl.c (constant_expression_warning):  New.  (Was in c-common.o.)
2462         * lang.c (string_index_type_dummy):  Remove definition from here.
2463         * tree.c (string_index_type_dummy):  Define here instead.
2464         * lang.c (lang_init):  Move init of string_index_type_dummy
2465         (which is too late) from here ...
2466         * decl.c (init_decl_processing): ... to here.
2468         * decl.c (signed_boolean_type_node):  New variable.
2469         (init_decl_processing):  Initialize it.
2471         * parse.c:  Comment out ASM action support, for now.
2473         * loop.c (maybe_skip_loop):  Make return void, not int.
2474         Use build_compare_discrete_expr.
2475         (increment_temps):  Use chill_expand_assignment.
2477 Thu Mar 30 23:28:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2479         * decl.c (do_decl):  If default-initializing variable-length
2480         string to "" (or []), make it lifetime_bound.
2482 Thu Mar 30 02:51:59 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2484         * parse.h, hash.h, gperf: New compiler directives
2485         EMPTY_ON and EMPTY_OFF.
2487         * lex.c: New variables empty_checking and runtime_checking_flag.
2488         (ch_lex_init): Initialize empty_checking and range_checking 
2489         when switching from pass 1 to 2.
2490         (read_directive): Add processing of EMPTY_OFF/ON.
2492         * expr.c (build_chill_indirect_ref): New argument do_empty_check
2493         to indicate if null pointer checking should be done or not.
2494         It's not always necessary to do a null pointer check.
2496         * decl.c (lookup_name): Add argument to call to
2497         build_chill_indirect_ref.
2498         (shadow_record_fields): ...
2499         * parse.c (parse_primval): ...
2500         * tasking.c (build_process_wrapper): ...
2501         (build_receive_buffer_case_label): ...
2503         * ch-tree.h: Change prototype of build_chill_indirect_ref.
2504         Add declaration of runtime_checking_flag and empty_checking.
2506         * actions.c (check_non_null): Do null pointer checking only 
2507         when enabled (empty_checking != 0).
2509 Wed Mar 29 15:18:23 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2511         * actions.c (chill_expand_assignment):  Add 'else' so we don't do
2512         regular assignment in addition to spacial assignment (e.g. for slices).
2514         * ch-tree.h (convert_to_discrete):  Add declaration.
2515         * typeck.c (convert_to_discrete):  New function.
2516         (valid_array_index_p):  Use convert_to_discrete.  Also simplify.
2517         (build_chill_slice):  Say sorry if variable-length bitstring.
2518         (build_chill_slice_with_length):  Re-do bounds check.
2519         * expr.c (check_case_selector):  Re-write to use convert_to_discrete.
2520         (build_chill_num, build_chill_pred_or_succ):  Use convert_to_discrete.
2522         * decl.c (do_decl):  Don't do redundant chill_convert_for_assignment.
2524 Wed Mar 29 00:00:29 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2526         * expr.c (build_chill_num): need_unsigned have to be set for
2527         characyer strings of length 1 too. Happens when compiling
2528         with -fold-strings and do NUM(a(i)).
2530         * parse.c (parse_loc_declaration): Print error message only
2531         in pass 1.
2532         (parse_mode): Likewise ...
2534         * tasking.c (build_tasking_message_type): Temporarily reset
2535         maximum_field_alignment to get proper aligned temp. variables
2536         gets passed to runtime system.
2538 Tue Mar 28 00:08:06 1995  Per Bothner  <bothner@cygnus.com>
2540         * typeck.c (my_build_array-ref):  Merged into build_chill_array_ref_1.
2541         But don't convert index to integer_type_node.  And we don't need to
2542         check the we're given an array.
2543         * typeck.c (valid_array_index_p):  If flag_old_strings, convert
2544         chars(1) to char and bools(1) to bool before index checking.
2546 Sun Mar 26 22:42:39 1995  Per Bothner  <bothner@cygnus.com>
2548         * ch-tree.h (struct module):  Added next module field.
2549         * decl.c (first_mdoule, next_module):  New global variables.
2550         (switch_to_pass_2):  Re-initialize next_module.
2551         (push_module):  In pass 2, reuse the same module objects from pass 1.
2553         * decl.c (declare_predefined_file):  Set DECL_IN_SYSTEM_HEADER.
2555         * typeck.c (valid_array_index_p):  Do range check on original index,
2556         before we convert to domain type.
2558 Fri Mar 24 11:43:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2560         * parse.c (parse_fixed_field):  New function.
2561         (parse_variant_field_list):  New function replaces parse_simple_fields.
2562         (parse_variant_alternative, parse_field):  Update to use new functions.
2563         (parse_field):  Error message if neither CASE nor NAME.
2565         * actions.c (check_non_null):  New function - checks for NULL pointers.
2566         * ch-tree.h (check_non_null):  New declaration.
2567         * tasking.c (expand_send_signal):  Call check_non_null.
2568         * expr.c (build_chill_indirect_ref, build_chill_function_call):  Same.
2569         * lex.h (enum rid):  Add RID_EMPTY.
2570         * lex.c (init_lex):  Initialize ridpointers[RID_EMPTY].
2572         * lex.c (read_directive):  Remove 2 calls of to_global_binding_level
2574 Wed Mar 22 16:36:46 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2576         * tasking.c (tasking_list):  Change to chain of TREE_VEcs, rather than
2577         chain of (nested) TREE_LIST nodes.
2578         (TASK_INFO_PDECL, TASK_INFO_ENTRY, TASK_INFO_CODE_DECL,
2579         TASK_INFO_STUFF_NUM, TASK_INFO_STUFF_TYPE):  New macros.
2580         (tasking_setup, tasking_registry, add_taskstuff_to_list):  Use them.
2582         * ch-tree.h (C_TYPE_FIELDS_READONLY):  Rename to TYPE_FIELDS_READONLY.
2583         (TYPE_READONLY_PROPERTY):  New macro, to match Z.200 concept.
2584         * typeck.c (build_chill_modify_expr):  Don't check for read-only-ness,
2585         since it is redundant for chill_expand_assignment and breaks
2586         reach-bound initialization in do_decl.
2587         (my_build_array_ref):  Simplify by using TYPE_READONLY_PROPERTY.
2588         (layout_chill_array_type):  Set TYPE_FIELDS_READONLY if appropriate.
2589         * actions.c (chill_expand_assignment):  Check TYPE_READONLY_PROPERTY
2590         instead of TREE_READONLY of the target's type.
2591         * expr.c (build_chill_function_call):  Likewise.
2592         * inout.c (build_chill_readtext):  Likewise.
2593         * decl.c (do_decl):  Likewise, to check if init is required.
2595         * typeck.c (build_chill_bitref):  Removed unused RANGE_EXPR hack.
2597 Wed Mar 22 07:52:52 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2599         * tasking.c (build_start_process): Get a unique identifier for
2600         the start arguments.
2602 Tue Mar 21 07:36:40 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2604         * expr.c (fold_set_expr): At label build_result: Add setting unused
2605         bits to 0. This is the same as the runtime library does.
2607         * parse.c (expect): Function returns now int, 0, if the expected
2608         token was not got, 1 when it was found.
2609         (parse_synonym_definition): In case of syntax error (missing =),
2610         set expr to NULL_TREE and mode to error_mark to avoid subsequent
2611         segfaults.
2613         * chill.texi: Add chapter about differences to Z.200/1988.
2615 Mon Mar 20 18:01:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2617         * lang.c (chill_print_error_function):  New function, to report
2618         module name if not inside a function.
2619         (lang_init):  Set print_error_function to chill_print_error_function.
2621         * tasking.c (max_queue_size, buffer_element_mode):  Cleanup
2622         to remove unreachable code.
2624         * grant.c (chill_finish_compile):  Avoid doing a lookup_name
2625         to find init function (which got broken by recent nesting re-org).
2627         * decl.c (poplevel):  Push and pop function context around
2628         call to output_inline_function (as done for C and C++).
2630 Thu Mar 16 17:56:07 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2632         * parse.c (parse_pass_1_2):  If unknown top-level token, skip pass 2.
2634 Wed Mar  8 13:54:33 1995  Doug Evans  <dje@canuck.cygnus.com>
2636         * Make-lang.in (chill-runtime): Temporarily disable building of
2637         runtime libraries for cross compilers.
2639 Mon Mar  6 23:36:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2641         * parse.c, decl.c:  Remove use of FUNCTION_NEEDS_STATIC_CHAIN.
2643         * configure:  Merge in tolerance for new flags (e.g. --x-libraries).
2645 Sat Mar  4 15:47:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2647         * expr.c (build_chill_arrow_expr):  Error if pass == 1.
2649 Thu Mar  2 19:28:07 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2651         * decl.c (do_decl):  Setting seen_action must be done in pass 1.
2652         (save_decl):  Don't set DECL_CONTEXT to global_function_decl.
2653         (start_chill_function):  Simplify due to above change.
2655         * parse.c (parse_case_label):  Hack to distinguish (ELSE) from (*).
2656         * grant.c (decode_constant):  Emit ELSE in case label.
2658         * parse.c (serious_errors):  New global variable.
2659         * parse.c (to_global_binding_level):  Set serious_errors.
2660         (parse_pass_1_2):  Exit after pass 1 if serious_errors > 0.
2661         * lex.c (readstring):  Recover from unterminstaed control sequence.
2663 Tue Feb 28 17:08:08 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2665         Re-write of module-level actions.  No longer generate a module
2666         function for module-level actions.  Instead, put them inside
2667         a new global dummy function.  Nest everything logically inside it.
2669         * lex.h, grant.c (chill_module_name):  Removed declaration.
2670         * grant.c (write_spec_module):  Instead use current_module->name.
2671         * grant.c (chill_start_module_code, chill_finish_module_code):
2672         Removed.
2673         * grant.c (chill_finish_compile):  Make rtl for global function.
2675         * actions,c (push_action):  Don't call chill_start_module_code.
2676         * expr.c (build_chill_function_call, build_generalized_call):
2677         Likewise.
2678         * parse.c (INIT_ACTION):  Likewise.
2680         * parse.c (seen_action):  New variable.
2681         * parse.c (end_function):  Always call pop_chill_function_context.
2682         (parse_procedure_definition):  Always call push_chill_function_context.
2683         (parse_modulion):  Parse optional handler.
2684         (parse_modulion, parse_spec_module):  Do find_granted_decls.
2685         (parse_action):  Set seen_action if global and a real action.
2686         ([arse_program):  Call start_outer_function and finish_outer_function.
2688         * ch-tree.h:  Appropriate updates.
2690         * tasking.c (generate_tasking_code_variable):  Make it lifetime-bound.
2691         (build_process_header):  Always push_chill_function_context;
2692         we are now always nested.
2693         (build_process_wrapper):  Always pop_chill_function_context.
2695         * tasking.c (build_start_process):  Only expand_start_bindings and
2696         expand_end_bindings if pass 2.
2698         * decl.c (global_function_decl):  New variable.
2699         (do_decl):  Implement reach-bound initialization of static variables.
2700         (start_chill_function):  Set DECL_CONTEXT to NULL if
2701         it would be global_function_decl (so as to not confuse gcc backend).
2702         (start_chill_function, finish_chill_function):  If compiling
2703         global_function_decl in pass 2 and !seen_action, suppress it.
2704         (set_module_name):  New function.
2705         (global_bindings_p):  Re-defined to check against global_function_decl.
2706         (start_outer_function, finish_outer_function):  New functions.
2708 Tue Feb 28 16:00:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2710         * typeck.c (build_chill_modify_expr):  Inline logic from
2711         chill_expand_array_assignment,
2712         * actions.c (chill_expand_array_assignment):  Removed.
2713         (chill_expand_assignment):  Remove call to removed function.
2715         * lex.c (reinit_parse_for_function):  Removed empty unused function.
2716         * decl.c (start_chill_function):  Don't call removed function.
2718 Tue Feb 28 00:29:51 1995  Per Bothner  <bothner@cygnus.com>
2720         * configure:  Merge in code for calculating host, build, and
2721         target and canon_{host,build,target} from ../configure.  
2722         Fix calculation of mainsrcdir.  Host canon_* variables
2723         to merge in build-make (as in ../configure).
2725 Sun Feb 26 18:59:02 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2727         * typeck.c (expand_constant_to_buffer):  Use new function
2728         get_set_constructor_bytes.
2730 Tue Feb 21 01:41:56 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2732         * inout.c (build_chill_writetext): Add processing of
2733         conditional expressions in argument list.
2735         * parse.c (parse_opt_name_string): Print error message only 
2736         in pass 1.
2738         * chill.texi: Add chapter about compiler directives.
2740 Tue Feb 14 16:45:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2742         * decl.c (start_chill_function):  Set FUNCTION_NEEDS_STATIC_CHAIN
2743         unless nested.
2745         * decl.c (decl_temp1):  Make lifetime_bound iff static.
2747 Fri Feb  3 04:30:28 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2749         * grant.c (really_grant_this, search_in_list): New static
2750         functions to determine if a decl should be written to 
2751         grant file.
2752         (write_spec_module): Add call to really_grant_this.
2754 Fri Jan 27 00:06:12 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2756         * actions.c (check_expression): Apply Per's patch.
2757         (chill_expand_result): New argument to indicate if we come
2758         from a RETURN or RESULT action. Change various error messages.
2760         * ch-tree.h: New macro CH_USE_SEIZEFILE_RESTRICTED.
2761         New argument for chill_expand_result.
2763         * chill.in: In case of -fgrant-only, clear library, libpath and
2764         startfile to avoid warnings from gcc.
2766         * gperf, hash.h: New compiler directive USE_SEIZE_FILE_RESTRICTED.
2768         * parse.h (enum terminal): Add USE_SEIZE_FILE_RESTRICTED.
2770         * grant.c (decode_decl): Don't write USE_SEIZE_FILE directive
2771         and subsequent SEIZEs to grant file, if the seize file is
2772         used restricted.
2774         * lex.c (read_directive): Process new compiler directive
2775         USE_SEIZE_FILE_RESTRICTED.
2776         (handle_use_seizefile_directive): Same as above.
2777         (yywrap): Don't write USE_SEIZE_FILE directive to grant file
2778         if this seize file is used restricted.
2780         * parse.c (parse_action, case RETURN): Change RETURN expr action
2781         to RESULT expr; RETURN. This enables range checking and
2782         exception delivery in case of rangefail.
2784 Tue Jan 17 07:38:27 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2786         * decl.c (init_decl_processing): Add definition of
2787         library function __inbitstring (see expr.c).
2789         * expr.c (chill_expand_expr case SET_IN_EXPR): Call function
2790         __inpowerset fir POWERSET's and function __inbitstring for
2791         BITSTRING's. In case of POWERSET's we must not do a rangecheck,
2792         in case of BITSTRING's we have to do one.
2793         (build_compare_expr): Fix typo CH_DERIVED_FLAG (tmp); (warning
2794         statement with no effect).
2796 Fri Jan 13 13:35:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2798         * actions.c (check_expression):  Simplify result.
2800         * ch-tree.h (SET_CH_NOVELTY_NONNIL):  New macro.
2801         * expr.c, timing.c, typeck.c:  Use SET_CH_NOVELTY_NONNIL.
2803         * typeck.c (valid_array_index_p), ch-tree.h:  Change interface
2804         to return modified index expression.  Call error if out-of-range.
2805         * actions.c, typeck.c:  Modify
2806         for new valid_array_index_p interface.
2808         * actions.c (build_chill_slice):  Copy novelty of index type.
2810 Fri Jan 13 13:04:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2812         * convert.c (digest_array_tuple):  Allow mode name in array
2813         tuple label.  Print error message instead of aborting.
2815         * parse.c (parse_body):  Error message only if pass 1.
2817         * decl.c (check_identifier), ch-tree.h:  Remove.  Unused.
2819 Wed Jan 11 14:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2821         * parse.c (parse_modulion):  Undo yesterday's change (to allow
2822         an ON-handler to follow) until we re-implement module.  
2824 Tue Jan 10 17:23:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2826         * loop.c (declare_temps):  Remove bogus prohibition against
2827         iterating over BOOL arrays.
2829         * parse.c (parse_semi_colon):  Make it a pedwarn (instead of an
2830         error) if a semi-colon is missing before an END.
2831         (parse_action):  Likewise.
2832         * parse.c (parse_modulion):  Allow an ON-handler to follow.
2834         * parse.c (parse_set_mode):  Use parse_expression to get
2835         values for number set elements.
2837         * expr.c (build_compare_expr):  Make sure result has
2838         CH_DERIVED_FLAG set, since it is supposed to be BOOL-derived.
2839         (finish_chill_binary_op):  Likewise for IN_EXPR.
2841 Tue Jan 10 04:46:42 1995  Wilfried Moser  <moser@rtl.cygnus.com>
2843         * actions.c (lookup_and_expand_goto, lookup_and_handle_exit): Add
2844         checking the argument.
2845         (chill_expand_assignment): Take care of a newmoded dst_offset
2846         when calling __pscpy and a newmoded from_pos when calling
2847         __setpowersetbits.
2849         * expr.c (chill_expand_expr): When calling __psslice take care
2850         of a newmoded min_value.
2852         * parse.c (parse_name_string): Print error message only in 
2853         pass 1.
2855 Tue Jan  3 19:56:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2857         * typeck.c (build_chill_array_ref_1):  Use varying_to_slice
2858         instead of building a VRAY_ARRAY_REF node.
2859         * ch-tree.def (VARY_ARRAY_REF):  Removed.
2860         * actions.c (chill_expand_assignment):  Will never call
2861         expand_assignment_to_varying_array for a VARY_ARRAY_REF, so don't.
2862         (expand_assignment_to_varying_array):  Removed.
2863         * convert.c (convert):  Remove unneeded VARY_ARRAY_REF support.
2864         * expr.c (chill_expand_expr):  Likewise.
2866 Tue Jan  3 19:50:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2868         * parse.c (parse_iteration):  Set step_value to NULL if missing.
2869         * loop.c (ITER_TYPE):  Remove DO_RANGE.
2870         (build_loop_iterator):  Implement old DO_RANGE in terms of DO_STEP.
2871         (begin_loop_scope):  Don't return on error.
2872         (build_loop_iterator):   Calculate loop variable type using
2873         resulting classes (as in Z200), rather than precision.
2875         * loop.c (initialzie_iter_var, bottom_loop_end_check):  For DO_STEP,
2876         make iter_var one less to avoid overflow.
2877         * loop.c (build_loop_iterator):  If !flag_local_loop_counter,
2878         declare a new variable if needed, as allowed by Z200 (1984).
2880         * ch-tree.h (ch_class):  Add typedef.
2882         * typeck.c (chill_resulting_class):  New function.
2883         (chill_root_resulting_class):  Remove.
2884         * ch-tree.h (CH_RESULTING_CLASS):  New macro.
2885         (CH_ROOT_RESULTING_CLASS):  Re-implement using CH_RESULTING_CLASS.
2887 Tue Jan  3 19:36:27 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2889         * actions.c (build_cause_exception, expand_cause_exception), ch-tree.h:
2890         Change interface to take IDENTIFIER tree node, rather char char*.
2891         (check_expression): Change (simplify) callers appropriately.
2892         * parse.c (parse_action), typeck.c (valid_array_index_p):  Likewise.
2893         * lex.h (enum rid):  Add RID_ASSERTFAIL.
2894         * lex.c (init_lex):  Enter RID_ASSERTFAIL.
2895         * parse.c (parse_action case ASSERT):  Fix thinko TRUTH_ANDIF_EXPR
2896         to TRUTH_ORIF_EXPR.  Use RID_ASSERTFAIL.
2898         * typeck.c (discrete_type_p):  Re-implement using INTEGRAL_TYPE_P.
2900 Tue Jan  3 19:20:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2902         Move checking for modeless tuples in invalid contexts from parser
2903         to semantic function check_have_mode (for better error recovery):
2904         * expr.c (check_have_mode), ch-tree.h:  New function.
2905         * satisfy.c (safe_satisfy_decl):  Use check_have_mode.
2906         * expr.c (build_compare_expr, finish_chill_binary_op,
2907         finish_chill_unary_op):  Likewise.
2908         * parse.c (parse_primval):  Don't complain about mode-less tuple here.
2910 Tue Jan  3 17:36:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
2912         * expr.c (varying_to_slice):  Support varying arrays whose
2913         lower bound is non-zero.
2915         * parse.c (parse_body):  Allow (with warning) definition to
2916         follow action.
2918         * expr.c (check_case_selector), ch-tree.h:  New function.
2919         (chill_expand_case_expr):  Use it.
2920         * parse.c (parse_case_action):  Likewise.
2922 Fri Dec 23 00:47:54 1994  Wilfried Moser  <moser@rtl.cygnus.com>
2924         * actions.c (chill_expand_return): Change error message.
2926         * ch-tree.h: Change prototypes of do_decl and do_decls.
2928         * convert.c (convert): Add missing initialisation of
2929         variable orig_e_constant.
2931         * decl.c: Change all calls to do_decl.
2932         (maybe_static): New function to process the ALL_STATIC_ON/OFF
2933         compiler directives.
2934         (do_decls): New argument.
2935         (do_decl): New argument and process reachbound and lifetime
2936         bound initialisation.
2938         * gperf, hash.h: Add compiler directives ALL_STATIC_ON and
2939         ALL_STATIC_OFF.
2941         * grant.c: Change all calls to do_decl.
2943         * lex.c (read_directive): Process ALL_STATIC_ON/OFF compiler
2944         directive.
2946         * parse.c (parse_loc_declaration): Pass lifetime_bound flag to
2947         do_decls.
2949         * parse.h (enum terminal): Add ALL_STATIC_ON and ALL_STATIC_OFF.
2951         * tasking.c: Change all calls to do_decl.
2953 Mon Dec 19 23:13:58 1994  Wilfried Moser  <moser@rtl.cygnus.com>
2955         * parse.c (parse_procedure_definition): Save chill_at_module_level
2956         flag, set ot to 0 and restore it at the end of function.
2957         A sequence BEGIN x: PROC () RETURN; END x; END; at module level
2958         have produced an error.
2960         * expr.c (build_chill_repetition_op): Fix typo in error message.
2962 Tue Dec 13 12:26:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
2964         * actions.c (expand_assignment_to_varying_array):  Fix thinko:
2965         build_chill_array_ref -> build_chill_array_ref_1.
2967 Sun Dec 11 23:04:27 1994  Per Bothner  <bothner@rtl.cygnus.com>
2969         * actions.c (chill_expand_assignment):  Simplify the lhs if it is
2970         a COMPOUND_EXPR, so we can better handle SLICE_EXPR in lhs.
2972 Thu Dec  8 13:45:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
2974         * loop.c, ch-tree.h (build_loop_iterator):  Fix to return void.
2975         If start_exp is ERROR_MARK, return.
2976         * expr.c (build_generalized_call):  More robust on syntax errors.
2978 Tue Dec  6 02:33:23 1994  Wilfried Moser  <moser@rtl.cygnus.com>
2980         * inout.c (build_chill_readtext): In case of reading a SET mode
2981         pass ignore_case flag to runtime library.
2983 Tue Nov 29 14:41:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
2985         * parse.c (parse_receive_case_action):  Print error only if pass==1.
2986         * decl.c (push_scope_decls):  Use error_with_file_and_line
2987         to get correct line number of SEIZE.
2989 Mon Nov 28 16:59:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
2991         * expr.c (resolve_component_ref):  Call fold on result.
2993         * expr.c (resolve_component_ref):  Use check_expression.
2994         * actions.c (chill_convert_for_assignment):  Likewise.
2995         * actions.c (cond_exception), ch-tree.h:  Removed.
2996         * actions.c (check_expression):  First part of COMPOUND_EXPR
2997         should be boolean_type_node;  void_type_node loses in SAVE_EXPRs.
2999         * actions.c (chill_convert_for_assignment):
3000         Check string_assignment_condition for varying strings too.
3002         * typeck.c (build_chill_cast):  If the types have different sizes,
3003         don't allow nondiscrete->discrete conversion, and only allow
3004         discrete->nondiscrete if input expression is constant.
3006         * typeck.c (chill_similar):  Don't use losing array_type_nelts.
3008         * ch-tree.h (ELSE_VARIANT_NAME):  New.
3009         * convert.c, decl.c, grant.c:  Use ELSE_VARIANT_NAME.
3010         * decl.c (handle_one_level):  Recurse on ELSE_VARIANT_NAME too.
3012         Reduce dependencies on ../c-typeck.c:
3013         * expr.c:  Fix c_expand_start_case -> expand_start_case.
3014         Fix c_expand_expr_stmt -> expand_expr_stmt.
3015         (build_chill_indirect_ref):  Call convert instead of build_c_cast.
3016         * loop.c (bottom_loop_end_check):  Don't use build_modify_statement.
3017         * expr.c, except.c, typeck.c:  Don't call default_conversion.
3018         * typeck.c (string_assignment_condition):  Fix build_component_ref ->
3019         build_chill_component_ref.
3020         * decl.c:  Fix build_indirect_ref -> build_chill_indirect_ref (twice).
3021         * decl.c:  Don't set unused constructor_no_implicit (from c-typeck.c).
3022         * decl.c:  Don't call declare_function_name.
3024         * parse.c: Don't always keep a valid token in terminal_buffer[0].
3025         The extra look-ahead may have made the parser faster, but caused
3026         some problems synchronizing with the lexer.  Specifically:
3027         (PEEK_TOKEN):  Now calls an optimized variant of peek_token_(0).
3028         (next_token_):  Don't call peek_token_.  Renamed to forward_token_.
3029         (NEXT_TOKEN):  Renamed to FORWARD_TOKEN.
3030         (parse_program):  Don't call yylex yet.
3032         * parse.c (parse_action):  Re-do case ASSERT.
3033         Fix c_expand_expr_stmt -> expand_expr_stmt.
3035         * lex.l:  Re-written to not use [f]lex, and renamed to ...
3036         * lex.c:  ... new lexer.
3037         * Makefile.in, Make-lang.in:  Remove [f]lex crud.
3039         * lex.h (enum rid), lex.c (init_lex):  Added RID_ELSE.
3041 Tue Nov 22 15:19:03 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3043         * Make-lang.in: Let chill-runtime depend on $(GCC_PASSES).
3045 Fri Nov 18 14:27:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3047         * parse.c (parse_structure_node):  Simpler, and more robust.
3049 Wed Nov 16 14:40:52 1994  Ian Lance Taylor  (ian@cygnus.com)
3051         * lex.l (convert_bitstring): Check BITS_BIG_ENDIAN at run time,
3052         not at compile time.
3053         * typeck.c (expand_constant_to_buffer): Likewise.
3054         extract_constant_from_buffer): Likewise.
3056 Tue Nov 15 14:41:53 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3058         * convert.c (convert):  Call build_chill_range_type rather than
3059         build_index_2_type (which has obstack and canonicalization problems).
3060         * expr.c (build_chill_pred_or_succ):  Convert expr to root class
3061         before arithmetic.
3062         * loop.c (declare_temps):  If location iterated over is not
3063         a location, make a temporary variable for it.
3065 Mon Nov 14 16:33:47 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3067         * typeck.c, ch-tree.h (chill_equivalent):  Change to return
3068         a tree (a Boolean expression).  Also, add some missing tests.
3069         * ch-tree.h (CH_EQUIVALENT):  Modify accordingly.
3071         * expr.c (chill_expand_expr case CONCAT_EXPR):  When the 2nd operand
3072         is an UNDEFINED_EXPR, handle mode-mismatch with whole expr.
3073         Also, replace MEM (which is not a mode) by Pmode.
3075         * ch-tree.h, typeck.c (chill_comptypes):  Removed.
3076         * convert.c (convert):  Remove calls to chill_comptypes.
3078 Fri Nov 11 13:06:29 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3080         * grant.c (write_grant_file): Call pfatal_with_name instead
3081         of abort when something goes wrong when opening or writing
3082         the grant file.
3083         unlink grant file if something goes wrong during writing
3084         (i.e. device full).
3086         * Make-lang.in (CHILL_SRCS): Add timing.c
3088         * ch-tree.h: Add prototype for chill_tasking_type_node.
3089         * lex.l (equal_number): Use chill_tasking_type_node instead of
3090         integer_type_node for converting the result.
3091         Print error messages in pass 2, in pass 1 no error will be
3092         detected.
3093         * tasking.c: New variable chill_tasking_type_node for all
3094         generated tasking related variables.
3095         Use chill_tasking_type_node instead of chill_unsigned_type_node.
3097         * expr.c (chill_expand_expr): Apply Per's change.
3099         * expr.c (build_chill_sizeof): In case of error just
3100         return error_makr_node.
3101         Set CH_DERIVED_FLAG at the result.
3103         * timing.c (build_after_timeout_start): Clear the the timeout
3104         level to know if we are in the action part of AFTER statement
3105         or in the TIMEOUT part.
3107         * typeck.c (build_chill_slice_with_length): Convert the class
3108         of the result to class of first value in expression.
3110         * inout.c (build_chill_writetext, build_chill_readtext): Use stack
3111         temporary variables for the iolist so that they can get reused in
3112         subsequent calls. Emit code immediately instead of building a 
3113         compound expr.
3115 Fri Nov  4 12:00:54 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3117         * expr.c (build_chill_function_call):  Don't set TREE_TYPE
3118         of assignment to void_type_node - it confuses save_expr.
3119         * decl.c (init_decl_processing):  Removed unused code.
3120         * parse.c:  Changes to avoid warnings.
3122         * grant.c (chill_finish_module_code):  Minor simplification.
3123         * lex.l (readstring):  Set *len to 1 on error.
3125 Thu Nov  3 01:05:17 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3127         * grant.c (decode_decl): Add granting of BASED declarations.
3129 Wed Nov  2 12:14:31 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3131         * expr.c (build_chill_lower_or_upper):  Take more care to
3132         ensure result has the right class.
3133         (build_chill_pred_or_succ):  Be more careful to get the right
3134         resulting class, and check bounds using *root* mode.
3136         * typeck.c (build_chill_slice_with_range):  Check that array
3137         really is an array or string.
3138         (build_chill_slice_with_length):  Likewise.
3140         * typeck.c (extract_constant_from_buffer):  Fix calculation of
3141         SET_TYPE size.  (Cannot depend on 1-byte TYPE_PRECISION field.)
3143 Wed Nov  2 05:33:03 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3145         * Make-lang.in: Change version of compiler.
3147         * ch-tree.h: Add new prototypes.
3149         * decl.c (init_decl_processing): Remove timing related 
3150         initialisations. Add call to timing_init.
3152         * parse.c (parse_action): Process AFTER action.
3154         * tasking.c (build_receive_case_start,
3155         build_receive_signal_case_label, build_receive_buffer_case_label,
3156         build_delay_case_start, build_delay_action, expand_send_buffer):
3157         Add processing of timesupervision.
3158         (tasking_init): Change definitions of runtime   functions.
3160         * timing.c (timing_init): New function for initialisation of
3161         timing related stuff.
3162         (build_cycle_start, build_cycle_end): Changed due to
3163         implementation of timesupervision.
3164         (build_after_start, build_after_timeout_start, build_after_end):
3165         Implement the AFTER action.
3166         (build_timeout_preface, build_timesupervised_call): New functions
3167         to handle timesupervision in case of blocking system calls (i.e.
3168         SEND buffer action, RECEIVE CASE action etc.).
3169         
3170 Thu Oct 27 12:50:24 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3172         * expr.c (build_chill_repetition_op):  Fix repeating all-zero
3173         bitstring with orig_len!=1.  Also, call build_boring_bitstring
3174         if original string was all ones, using one range.  Also:
3175         Cannot use one-bit TYPE_PRECISION to get bitstring length.
3177 Tue Oct 25 14:11:07 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3179         * convert.c (convert):  When converting BOOL constant to
3180         bit-string, bit_one_node and bit_zero_node were switched.
3181         * actions.c (chill_expand_assignment):  Use force_addr_of,
3182         not build_chill_addr_expr - latter yields bogus error.
3184 Fri Oct 21 14:26:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
3186         * expr.c (build_chill_indirect_ref):  Check for POINTER_TYPE (only)
3187         after converting from REFERENCE_TYPE.
3188         * expr.c (build_compare_expr):  Convert to common mode *after*
3189         we've checked compatibility.
3191 Fri Oct 21 02:29:15 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3193         * lex.l (check_newline): Use getc instead of getlc to read
3194         the filename in a # line name directive to avoid possibly
3195         downcaseing of a filename.
3197 Thu Oct 20 05:37:17 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3199         * expr.c (build_chill_indirect_ref): Add check for really
3200         dereferencing a pointer.
3202         * convert.c (convert): Take care of TREE_CONSTANT of a
3203         SYNONYM having mode ARRAY () VARYING something.
3205 Mon Oct 17 02:30:38 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3207         * decl.c (init_decl_processing): Set CH_DERIVED_FLAG for 
3208         boolean_true_node and boolean_false_node. TRUE and FALSE have
3209         the BOOL derived class.
3211         * expr.c (build_chill_num): Set CH_DERIVED_FLAG at the result
3212         of NUM. NUM delivers the INT derived class.
3214         * grant.c (write_spec_module): Add writing of
3215           <> USE_SEIZE_FILE "x.grt" <>
3216           SEIZE ALL;
3217         to generated grant file.
3219 Thu Oct 13 14:45:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3221         * convert.c (convert_from_reference):  Make non-static.
3222         * ch-tree.h (convert_from_reference):  Add prototype.
3223         * parse.c (parse_name):  If the decl is a REFERENCE_TYPE, just
3224         call convert_from_reference - and not a full-scale convert.
3226         * convert.c (convert):  Only call digest_array_tuple if ARRAY_TYPE.
3227         * typeck.c (chill_expand_tuple):  Print error if type is
3228         neither array, struct, or powerset.
3230         * expr.c (chill_expand_expr cases CONCAT_EXPR, SET_*_EXPR,
3231         UNDEFINED_EXPR):  Call preserve_temp_slots for temp targets.
3232         If target is not MEM, make temp (even if not REG) to simplify
3233         - and don't copy original target to temp target first.  (Not needed.)
3235         * lang.c (maybe_objc_comptypes):  Just return -1.
3237 Wed Oct 12 12:24:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3239         * tasking.c (tasking_setup):  Fix breakage from previous check-in.
3241 Tue Oct 11 16:00:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3243         * actions.c, convert.c, except.c, expr.c, inout.c, loop.c, tasking.c,
3244         timing.c, typeck.c:  Change build1 (ADDR_EXPR, ptr_type_node, XX)
3245         to force_addr_of (XX).  Add call to mark_addressable where needed
3246         for other calls to build 1 (ADDR_EXPR, TYPE, XX).
3248 Thu Oct  6 06:36:28 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3250         * inout.c (build_chill_writetext): Remove processing
3251         of POWERSET's.
3253 Tue Oct  4 14:08:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3255         * convert.c (convert):  If flag_old_strings, support converting
3256         CHARS(1) and BOOLS(1) to INT.
3258 Fri Sep 30 01:44:51 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3260         * inout.c (build_chill_readtext): Add check for item is
3261         referable and not READonly. Add processing of BITSTRINGs.
3263 Mon Sep 26 16:19:36 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3265         * expr.c (build_chill_descr):  Add missing call to mark_addressable.
3266         * loop.c (toop_loop_end_check):  Replace build1 (ADDR_EXPR ...)
3267         with call to force_addr_of (which calls mark_addressable).
3268         * expr.c (build_chill_descr, build_chill_inttime):  Likewise.
3269         * inout.c (build_chill_writetext):  Likewise.
3271 Mon Sep 26 05:19:21 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3273         * grant.c (print_struct): Move printing of VARYING from
3274         here ...
3275         * grant.c (grant_array_type): ... to here.
3277 Mon Sep 26 00:09:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3279         * ch-tree.h (force_addr_of):  New prototype.
3280         * expr.c (force_addr_of):  Call mark_addressable.  Make non-static.
3281         * inout.c (build_chill_writetext):  Use force_addr_of.
3283 Sun Sep 25 23:41:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3285         * except.c (push_handler), actions.h:  Removed unused parameter.
3286         * actions.c (push_action):  Remove unused paramater.
3287         * parse.c, actions.c:  Remove no-longer-used parameter to
3288         calls to push_handler and push_action.
3290         * decl.c (push_extern_process):  Only build types in pass 1.
3291         * tasking.c (build_process_header):  Only build types in pass 1.
3292         * tasking.c (build_start_process):  Do pushdecl/popdecl etc
3293         even after an error (to maintain consistency between passes).
3295         * convert.c (convert_to_boolean):  Allow any integral input type.
3297 Sat Sep 24 22:47:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3299         * typeck.c (extract_constant_from_buffer):  Add (somewhat kludgey)
3300         support for UNION_TYPE.  (Patch from Wilfried.)
3301         Also, reverse RECORD_TYPE constructor list.
3303 Fri Sep 23 19:06:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3305         * expr.c (build_concat_expr):  Fix calculation of result_size.
3307 Wed Sep 21 00:54:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3309         Give up on trying to use the cleanup mechanism in stmt.c to
3310         make sure the exception handler get unlinked on goto/exit/return.
3311         Instead, do it ourselves.  (Much simpler.)
3312         * except.c, ch-tree.h (action_nesting_level):  New global.
3313         * ch-tree.h (DECL_ACTION_NESTING_LEVEL):  New macro.
3314         * decl.c (define_label):  Set DECL_ACTION_NESTING_LEVEL.
3315         * except.c (expand_goto_except_cleanup):  New function.
3316         (cleanup_chain):  New variable.
3317         (push_handler, pop_handler):  Adjust action_nesting_level.
3318         (emit_setup_handler):  Push cleanup.
3319         (chill_finish_on):  Pop cleanup.
3320         * actions.c (lookup_and_expand_goto, lookup_and_handle_exit):
3321         Call expand_goto_except_cleanup.
3322         * parse.c (parse_action):  Before RETURN, call
3323         expand_goto_except_cleanup.
3325 Mon Sep 19 00:59:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3327         * lex.l (equal_number):  Make sure converted synonym
3328         is on permanent obstack.
3329         * typeck.c (extract_constant_from_buffer):  Fix INTEGER_TYPE
3330         loop to traverse in big-endian order.
3332 Sat Sep 17 20:48:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3334         * typeck.c (build_chill_cast):  Call mark_addressable.
3335         * expr.c (build_chill_function_call):  Call mark_addressable.
3337 Thu Sep 15 23:47:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3339         * typeck.c (expand_constant_to_buffer):  Fix an endian-ness
3340         problem for INTEGER_CST.
3341         (extract_constant_from_buffer):  Likewise.
3343 Thu Sep 15 22:59:04 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3345         * decl.c (pushlevel):  Do different things depending on
3346         actual parameter.
3347         * decl.c, parse.c, tasking.c:  Change argument to to pushlevel to 1.
3348         * actions.c (push_action):  Take new parameter.
3349         * except.c (push_handler):  Likewise.
3350         * parse.c:  Change calls to push_action and push_handler.
3351         * loop.c (begin_loop_scope):  Always call expand_start_bindings.
3352         * loop.c (end_loop_scope):  Always call expand_end_bindings.
3353         * except.c (emit_setup_handler):  Add a cleanup to
3354         unlink from exception stack if we return/exit/goto from here.
3355         * loop.c (begin_loop_scope):  Move pushlevel from here ...
3356         * parse.c (parse_do_action): ... to here.
3358         Clean up do-decl interface (for decl_temp1).
3359         * parse.c (parse_loc_declaration):  If global_bindings_p (),
3360         treat as static.
3361         * decl.c (do_decl):  Don't test global_bindings_p ().
3363         * decl.c (keep_next_level_flag, keep_next_if_subblocks):
3364         Not used.  Removed.
3365         (struct scope::keep, scope::keep_if_subblocks):  Likewise.
3366         (keep_next_level):  Likewise.
3367         (kept_level_p, pushlevel, poplevel):  Simplify.
3369         * decl.c (init_decl_processing):  Don't call init_iterators.
3370         * Makefile.in (C_OBJS):  Don't get ../c-iterator.o - not needed.
3372 Thu Sep 15 05:54:11 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3374         * lex.l (readstring): Add processing of control sequence
3375         in character string literals. The granting mechanism writes
3376         this to grant files.
3378 Tue Sep 13 06:19:42 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3380         * expr.c (compare_records): In case of -fpack do always
3381         a memcmp instead of comparing each field of the
3382         structure. If the structure is a variant structure, 
3383         issue a warning.
3385 Mon Sep 12 13:15:09 1994  Per Bothner  (bothner@cygnus.com)
3387         * grant.c (write_spec_module):  Add cast, to avoid PCC warning.
3388         * grant.c (header_template):  Don't use ANSI-specific string
3389         literal concatenation.
3391 Fri Sep  9 01:53:30 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3393         * tasking.c (get_process_wrapper_name): New function.
3394         (add_taskstuff_to_list): Add a new argument, which is
3395         the entrypoint of a process.
3396         (build_process_header): Change PROCESS arguments to be
3397         like arguments of a function. There will be a wrapper
3398         which is the real entry point for a PROCESS. This wrapper
3399         is automatically build after a PROCESS definition and gets
3400         as argument a pointer to a structure looking like the 
3401         arguments of the PROCESS. This wrapper will call the
3402         PROCESS (see build_process_wrapper).
3403         (build_process_wrapper): New function (see above).
3404         (build_start_process): Change processing of arguments.
3405         (tasking_setup): Add processing of a different entry point
3406         in case of PROCESSes.
3408         * parse.c (parse_process_definition): Add call to
3409         build_process_wrapper.
3410         * parse.c (end_function): Remove the poplevel() call.
3411         build_process_header no longer makes the corresponding
3412         pushlevel().
3414         * grant.c (print_proc_tail): Remove special processing
3415         of PROCESSes, they look now like normal functions.
3417         * decl.c (init_decl_processing): Add declaration of memcmp
3418         function.
3420         * ch-tree.h: Add new prototype for build_process_wrapper,
3421         change prototypes for add_taskstuff_to_list and
3422         build_process_header.
3424         * grant.c (write_spec_module): Write GNUCHILL and gcc
3425         version into grant file.
3427         * Make-lang.in (CHILL_FLAGS_TO_PASS): Add passing of CC and 
3428         GNUCHILL_VERSION to ch/Makefile.
3429         * Make-lang.in (CHILL.mostlyclean): Add ch/ch-version.c.
3431         * Makefile.in (CHILL_OBJS): Add ch-version.o. ch-version.c
3432         will get generated every time a new Makefile will get 
3433         generated.
3434         * Makefile.in (GNUCHILL_VERSION): Remove it, its defined in
3435         Make-lang.in.
3437         * chill.in: In case of -fgrant-only pass "-S -o /dev/null"
3438         to the compiler to avoid generation of an object file.
3440 Thu Sep  8 12:07:28 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3442         * convert.c (display_int_cst), ch-tree.h:  New function.
3443         * convert.c (digest_array_tuple):  Use digest_int_cst to
3444         provide better error messages.  Return error_mark_node on error.
3445         * grant.c (decode_const):  Simplify by using digest_int_cst.
3446         * grant.c (format_character, find_assoc):  Removed.
3448         * decl.c (do_decl):  Add missing TREE_CHAIN.
3450         * decl.c (finish_incomplete_decl):  Removed.
3451         (init_decl_processing):  Don't set incomplete_decl_finalize_hook.
3452         (finish_decl):  Remove old C-specific code to deduce size of
3453         array from initialization.
3454         (complete_array_type):  Just make it abort.
3456         * except.c (finish_handler_array):  Avoid calling C-specific kludge
3457         complete_array_type.
3459         * convert.c (digest_constructor):  Rename, and re-write to:
3460         (digest_array_tuple, convert):  No longer use the code in
3461         ../c-typeck.c;  use a Chill-only implementation (sigh).
3463         * typeck.c (chill_expand_tuple):  Remove unneeded call to
3464         complete_array_type.
3466         * expr.c (fold_set_expr), grant.c (decode_constant),
3467         typeck.c (expand_constant_to_buffer):  Update name of called
3468         function unpack_set_constructor to get_set_constructor_bits.
3469         * expr.c (powersetlen ):  Remove redundant call to convert.
3471         * ch-tree.h (unpack_set_constructor):  Removed obsolete declaration.
3473         * inout.c (build_chill_writetext):  Handle 64-bit integer literals
3474         by trying to convert them to a smaller type.
3476         * lex.l (convert_number):  Always use long long type (possibly
3477         unsigned) to avoid problems with constant folding truncation.
3479 Mon Sep  5 08:08:22 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3481         * ch-tree.h (enum chill_built_in_function): Add BUILT_IN_QUEUE_LENGTH.
3482         Add new prototype (see tasking.c).
3484         * expr.c (build_generalized_call): Add processing of
3485         BUILT_IN_QUEUE_LENGTH.
3487         * tasking.c (build_queue_length): New function.
3489         * tasking.c (tasking_init): Add new external function definition.
3491 Thu Sep  1 15:38:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3493         * lex.l (default_lex):  New function.  Progress towards
3494         getting rid of [f]lex.
3496         * lex.l (convert_number):  Use mul_double and add_double.
3497         Set result type to a reasonable type in which the literal
3498         will fit.  Give error message if literal is too big.
3500         * lex.l (equal_number):  Switch (temporarily) to permanent obstack.
3502         * typeck.c (build_chill_slice_with_range):  Check for empty
3503         slice *after* we have checked for upper/lower limit in range.
3505         * grant.c (decode_mode):  Remove unused code.  (BOOL and
3506         CHAR ranges are represented as INTEGER_TYPEs.)
3508         * tasking.c (build_process_header):  Add missing call to
3509         expand_start_bindings.
3510         * parse.c (end_function):  Add missing expand_end_bindings.
3512 Wed Aug 31 17:25:14 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3514         * decl.c (init_decl_processing):  Set set_alignment.
3516 Tue Aug 30 16:40:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3518         * actions.c (print_missing_cases, check_missing_cases,
3519         BITARRAY_TEST, BITARRAY_SET):  New functions and macros,
3520         to check for completeness of case actions and expressions.
3521         * decl.c (c_decode_option, init_decl_processing):
3522         Don't set warn_switch.
3523         * expr.c (chill_expand_case_expr):  Call check_missing_cases
3524         instead of check_for_full_enumeration_handling.
3525         * parse.c (parse_case_actions):  Call check_missing_cases.
3527         * expr.c (build_chill_binary_op):  Remove some dead code.
3528         * expr.c (chill_truthvalue_conversion):  Call build_chill_binary_op
3529         instead of build_binary_op.
3530         * ch-tree.h (binary_op_error, build_binary_op):  Unused.  Removed.
3532         * parse.c (end_function):  Use kept_level_p in parameter to
3533         poplevel.  This reverts a June 13 change.
3535 Fri Aug 26 11:50:19 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
3537         * configure: Ignore --without, as ../configure does.
3539 Wed Aug 24 01:17:28 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3541         * lex.l: Change rule for decimal numbers to allow identifiers
3542         to start with an underscore (_).
3544 Fri Aug 19 16:38:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3546         * tasking.c (build_receive_signal_case_label):  Remove backwards
3547         chill_convert_for_assignment (which converted whatever garbage
3548         was in the *target* to the type of the signal argument!).
3550 Fri Aug 19 07:10:43 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3552         * inout.c (build_chill_io_list_type, build_enum_tables),
3553         tasking.c (build_tasking_struct): Temporarily reset
3554         maximum_field_alignment to 0, so that the compiler-built
3555         data structures needed by the RTS can be independent of -fpack.
3557 Thu Aug 18 13:39:51 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3559         * typeck.c (build_init_struct):  Temporarily reset
3560         maximum_field_alignment to 0, so that the compiler-built
3561         data structures needed by the RTS can be independent of -fpack.
3563 Wed Aug 17 23:48:33 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3565         * parse.c (parse_primval, expect, parse_on_exception_list):
3566         Print error message only in pass 2.
3568 Wed Aug 17 13:47:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3570         * decl.c (switch_to_pass_2):  Revert June 13 change,
3571         (Don't exit after pass 1 if an error was found.)
3573         * ch-tree.def (SLICE_EXPR):  New tree-code.
3574         * typeck.c (build_chill_slice):  For building a slice of a
3575         bit-string, just generate a SLICE_EXPR.
3576         * decl.c (init_decl_processing):  Declare __pscpy.
3577         * actions.c (chill_expand_assignment):  Handle a SLICE_EXPR
3578         on the LHS of assignment, by calling __pscpy.
3579         * expr.c (chill_expand_expr):  Handle SLICE_EXPR (as a RHS
3580         value) by using __psslice to copy slice to a temp.
3582 Wed Aug 17 05:52:44 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3584         * Make-lang.in: Change version of GNUCHILL compiler to 1.4.1.
3585         * expr.c (build_chill_length): Enable LENGTH built-in to process
3586         Buffers and Events too (Z.200/1992).
3587         * lex.l (yywrap): Always set yyin to finput and/or grt_in. On
3588         a linux system the previous version was not able to run.
3589         * tasking.c: Correct processing of infinite buffer- and event-length
3590         to avoid RANGEFAIL warning.
3592 Thu Aug 11 11:46:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3594         * parse.c (parse_if_expression_body):  Don't call the C-specific
3595         build_conditional_expr.  Just do build_nt (COND_EXPR, ...).
3596         * convert.c (convert):  Convert a COND_EXPR by converting
3597         each branch.
3599         * convert.c (convert):  Don't call convert before
3600         convert_to_reference.  It's apt to do weird and unneedful things.
3601         * convert.c (convert):  If the expression is varying, just call
3602         varying_to_slice, which simplifies quite a bit.
3604         * ch-tree.h (varying_to_slice):  Add prototype.
3605         * typeck.c (varying_to_slice):  Remove prototype.
3607         * satisfy.c (satisfy):  Move case PAREN_EXPR from type 'e'
3608         to type '1'.
3610         * except.c (emit_setup_handler):  Temporarily reset the
3611         maximum_field_alignment to zero so the compiler's exception
3612         data structures can be compatible with the run-time system,
3613         even when we're compiling with -fpack.
3615         * expr.c (compare_records):  Call saved_if_needed on operands.
3617         * expr.c (build_set_expr case NE_EXPR):  Don't use __nepowerset
3618         which has been reimplemented to just call __eqpowerset and
3619         invert the result.  Inline this new implementation by
3620         handling as EQ_EXPR, and inverting the result.
3621         * decl.c (init_decl_processing):  Don't define unused __eqpowerset.
3623         * typeck.c (valid_array_index_p):  The TRUTH_ANDIF_EXPR has
3624         type boolean_type_node, not void_type_node.  (Fixing this
3625         avoids a crash in the back-end.)
3627         * grant.c (decode_constant):  In a CALL_EXPR, if the argument
3628         list is not a TREE_LIST (as in string repetiation), don't
3629         emit parentheses.
3631 Wed Aug 10 13:13:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3633         * decl.c (proclaim_decl):  Use CH_DECL_ENUM to check that a
3634         CONST_DECL is from a SET definition.  (This is safer than
3635         checking that the type is ENUMERAL_TYPE, because synonym
3636         definitions may have a NULL TREE_TYPE.)
3637         Also, if we have duplicate enums whose types are identical,
3638         this is an error.
3639         * decl.c (proclaim_decl, pushdecllist, push_scope_decls):  Add
3640         an extra 'quiet' parameter, which is true if we're called from
3641         bind_sub_modules.  (In that case an error message about duplicated
3642         decls would be repeated later, so suppress it.)
3644         * parse.c (stmt_count):  Removed, not used.
3645         (INIT_ACTION):  Call emit_line_note only if !ignoring.
3646         (parse_begin_end_block):  Do INIT_ACTION even if ignoring.
3648 Fri Aug  5 12:39:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3650         * parse.c (parse_untyped_expr):  Add missing semi-colon.
3652 Thu Aug  4 17:40:38 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3654         * parse.c (parse_untyped_expr):  Fix various problem for the
3655         case that we see a '(':  Add missing 'case' keyword.
3656         Only recurse if '(' is followed by 'if', 'case' or '[',
3657         and in that case emit a pedwarn (and do a missing NEXT_TOKEN).
3659         * parse.c (parse_send_action):  Remove extra nreverse.
3661 Thu Jul 28 04:00:11 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3663         * expr.c (build_allocate_global_memory_call, build_allocate_memory_call): 
3664         Add new checks.
3666 Tue Jul 26 22:48:15 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
3668         * parse.c (parse_untyped_expr): Added missing "case" before LPRN.
3669         Added a missing call to `require' as well.
3671 Tue Jul 19 10:30:12 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
3673         * lex.l (yywrap): Define as yywrap_chill to avoid conflicts with
3674         the extern declaration in the flex skeleton.
3676 Mon Jul 18 23:06:04 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3678         * tasking.c (build_copy_number, build_proc_type, expand_send_signal):
3679         Check the type of the instance expr using CH_COMPATIBLE,
3680         and not just == instance_type_node.  (This allows
3681         the expression to have mode READ INSTANCE).
3682         * tasking.c (build_instance_type):  Give instance_type_node
3683         a non-null novelty (i.e. different from a struct).
3684         * tasking.c (build_receive_case_start, build_delay_case_start):
3685         Check that for a location using CH_LOCATION_P.
3687 Mon Jul 18 13:22:23 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
3689         * expr.c (finish_chill_unary_op): Use TREE_SET_CODE not TREE_CODE
3690         to modify a tree code.
3692 Mon Jul 18 11:24:57 1994  Bill Cox  (bill@rtl.cygnus.com)
3694         * convert.c (digest_structure_tuple): Fix thinko in TREE_CODE
3695           comparison.
3697 Mon Jul 18 05:40:15 1994  Doug Evans  (dje@canuck.cygnus.com)
3699         * decl.c (warn_bad_function_cast): Define so cc1chill will link.
3701 Thu Jul 14 18:37:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3703         * parse.c (parse_send_action):  Do tree_cons *before* checking
3704         for end of loop.
3706 Mon Jul 11 15:33:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3708         * convert.c (digest_structure_tuple):  Don't use convert to
3709         coerce initial value,  use chill_convert_for_assignment instead.
3710         (Thus we also get range_checking.)
3712         * expr.c (build_chill_card):  Use force_addr_of instead of
3713         build_chill_addr_expr.
3715         * loop.c (build_temporary_variable):  Stylistic tweak.
3716         * loop.c (maybe_make_for_temp):  Initialize temp using
3717         explicitly, not using assignment.  Avoids a problem if
3718         the expression is read-only.
3719         * typeck.c (smash_dummy_type):  Always used the saved TYPE_NAME
3720         and CH_NOVELTY_FLAG.
3722 Wed Jul  6 20:12:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3724         * expr.c, ch-tree.h (finish_chill_unary_op):  New function,
3725         based on code ripped out of build_chill_unary_op.
3726         (build_chill_unary_op):  Call finish_chill_unary_op unless pass==1.
3727         * satisfy.c (satisfy):   Call finish_chill_unary_op when needed. 
3729 Mon Jun 27 11:29:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3731         * tree.c (save_if_needed), ch-tree.h:  New function.
3732         * typeck.c (build_chill_slice_with_range,
3733         build_chill_slice_with_length):  Call save_if_neeed on array arg.
3734         * expr.c (varying_to_slice):  Re-write to use save_if_needed.
3736         * typeck.c (extract_constant_from_buffer):  Handle BOOLEAN_TYPE.
3738 Mon Jun 27 01:11:10 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3740         * inout.c (build_chill_io_list_type): Change layout of __tmp_WIO_list
3741         that it is always the same, regardless if compiled with -fpack
3742         or not.
3744 Tue Jun 14 16:44:14 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3746         * lex.l (yywrap):  Kludge to work around mis-synchronization
3747         between lexer (which read ahead) and parser:  Don't emit
3748         (left-over) uze_seizefile directives at the end of file.
3750         * typeck.c (build_chill_array_ref):  Allow the derived
3751         array indexing syntax for arrays of bit strings.
3752         Add a comment explaining why.
3754         * typeck.c, ch-tree.h (string_assignment_condition):  Change
3755         the interface.  Return a boolean expression (which can be
3756         used in a conditional at run-time);  never expand anything.
3758         * actions.c (chill_convert_for_assignment):  Check
3759         string_assignment_condition here, rather than in callers.
3760         * actions.c (chill_expand_assignment):  Don't need to check
3761         string_assignment_condition here.
3762         * expr.c (build_chill_function_call):  Likewise.
3763         * satisfy.c (safe_satisfy_decl):  Update accordingly.
3764         * decl.c (do_decl):  Simplify testing and conversion by
3765         deferring everything to chill_convert_for_assignment.
3767         * parse.c:  Combine the two variables 'ignore_exprs' and
3768         'ignore_actions' into one variable called 'ignoring'.
3769         * ch-tree.h:  Add 'extern int ignoring'.
3770         * actions.c, except.c, parse.c, tasking.c, timing.c, typeck.c:
3771         Rename ignore_actions and ignore_exprs to ignoring.
3772         Remove unneeded extern declarations.
3773         * expr.c (build_chill_indirect_ref, build_chill_component_ref,
3774         build_chill_arrow_expr, build_generalized_call, build_delay_action,
3775         build_buffer_type, build_event_type):  I changed my mind.  It is
3776         cleaner to check for 'ignoring' in the parser, rather than here.
3777         * parse.c (parse_action, parse_primval, parse_opt_mode):
3778         Therefore we must check for ignoring here.
3779         * parse.c (parse_loc_declaration):  Set ignoring in pass 2
3780         when parsing the mode.
3781         
3782         * tasking.c (generate_tasking_code_variable):  Do arithmetic
3783         on signal_code etc using unsigned rather than signed shorts.
3785         * grant.c (static char* current_grant_modename):  Removed.
3786         * grant.c (decode_decl case CONST_DECL):  Remove error message.
3788         * Make-lang.in (CHILL_SRCS):  Add $(srcdir)/ch/parse.c.
3789         * Makefile.in:  Fix dependencies for parse.o.
3790         Remove some duplicate dependencies for $(TREE_H).
3792 Mon Jun 13 14:25:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3794         * typeck.c (build_chill_cast):  Allow a value cast between
3795         non-discrete object of the same size, but with a pedwarn.
3796         * typeck.c (bit_string_assignment_condition,
3797         char_string_assignment_condition):  Merge near-duplicate functions
3798         and place the code in string_assignment_condition.
3800         * decl.c (parm_flag, declare_parm_level, in_param_level_p):
3801         Removed.  Not used.
3802         * decl.c (start_chill_function, finish_chill_function):  Make
3803         parameter level have same nesting level as body, as required by Z200.
3804         * decl.c (switch_to_pass_2):  Always exit if an error has been found.
3805         * decl.c (pop_module):  Copy DECL_SEIZEFILE to a new ALIAS_DECL
3806         generated from GRANT ALL.
3807         * decl.c (lookup_name_for_seizing):  Don't seize from
3808         the nesting level of builtins (predefined objects).
3809         * decl.c (lookup_name_for_seizing):  Make more robust on error.
3811         * decl.c (start_chill_function):  MAKE DECL_NAME (chill_result_decl)
3812         be 'RESULT' (or 'result').  This makes it more accessible from gdb.
3813         Also, use do_decl to declare it, so that debugging symbols are
3814         generated.  And, re-arrange so that actions that need to
3815         be done both passes (such as push_levels) use the same code.
3817         * parse.c (get_type_of):  If ignore_exprs, don't lookup name.
3818         * parse.c (end_function):  Fix poplevel params.
3819         * parse.c (expect):  Don't read forwards on an error.
3820         * parse.c (parse_field):  Don't define two tag_list locals!
3821         * parse.c (parse_pass_1_2):  Better error message.
3823         * parse.c (parse_mode, parse_opt_mode):  Have parse_mode call
3824         parse_opt_mode, rather than vice versa.  If parse_opt_mode
3825         returns NULL_EXPR, then parse_mode gives an error.
3826         Change parse_opt_mode (and any functions it calls) to only
3827         return NULL_TREE if there is no mode (even on ignore_exprs).
3828         (parse_set_mode, parse_structure_mode, parse_procedure_mode):
3829         Never return NULL_EXPR.
3830         * tasking.c (build_buffer_type, build_event_type):  Return
3831         void_type_node instead of NULL_EXPR if ignore_exprs is true.
3833         * parse.c (parse_synonym_definition):  Call parse_untyped_expr
3834         only if we have a mode.
3835         * parse.c (parse_send_action):  Parse list of untyped_expr's,
3836         rather than a list of (typed) expressions.
3837         * parse.c (parse_primval):  Emit error if '[' seen without
3838         preceding mode name.  (If this is to be allowed, call
3839         parse_untyped_expr instead.)
3841         * parse.c (parse_array_index):  Renamed to ...
3842         (parse_index_mode):  ... to match Z200 terminology.
3843         Re-write to resolve some of the nastier ambiguities,
3844         and allow things like ' CHAR(10) : CHAR(20) '.
3846         * parse.c (parse_tuple_element):  Change interface to return
3847         reversed list, so don't call nreverse.
3848         * parse.c (parse_tuple):  No longer nreverse element list here.
3849         * parse.c (parse_opt_element_list):  Do nreverse here instead.
3850         * parse.c (parse_case_label_list):  Call nreverse at end.
3852 Fri Jun 10 15:36:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3854         * typeck.c (chill_similar):  Remove bogus "else".
3856 Wed Jun  8 00:01:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3858         * ch-tree.h (TYPE_ARRAY_MAX_SIZE):  New macro (and comment)
3859         to make it clearer that we are using TYPE_MAX_VALUE in a special way.
3860         * typeck.c (build_chill_slice):  Use TYPE_ARRAY_MAX_SIZE.
3861         * expr.c (chill_expand_expr case CONCAT_EXPR):  Likewise.
3862         * convert.c (convert):  When converting a fixed string/array
3863         to varying, and we need padding, set the TYPE_ARRAY_MAX_SIZE
3864         of (the type of) the padding.
3865         * convert.c (convert): If the concatenation is non-constant, use
3866         the low-level 'build' to set the type of the result (which is usually
3867         a fixed-size array) rather than depend on build_chill_binary_op
3868         to figure it out (it's unable to simplify the size to a constant).
3870 Mon Jun  6 18:16:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3872         * lang.c (lang_decode_option):  Let -fspecial_UC imply
3873         -fno-ignore-case without requiring it explicitly.
3874         * lang.c (lang_decode_option):  Support (experimentally)
3875         the -fpack and -fno-pack flags.
3877 Thu Jun  2 20:49:51 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
3879         * configure: Add support for --program-prefix and --program-suffix.
3881 Tue May 31 18:12:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3883         * convert.c (digest_constructor):  Check that initial value
3884         is compatible with element mode before calling convert.
3885         * typeck.c (chill_compatible):  A string mode is not compatible
3886         with an untyped constructor.
3887         * decl.c (do_decl):  Clean up error messages.  Use error_with_decl.
3889         * ch-tree.h:  Fix inconsistencies: bool_true_node ->
3890         boolean_true_node, and bool_false_node -> boolean_false_node.
3891         * typeck.c (valid_array_index_):  Minor simplification.
3893 Tue May 31 04:33:28 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3895         * inout.c (build_chill_writetext): Add correct processing 
3896         of POWERSET RANGE (setmode).
3898         * lex.l (same_file): Add searching for file(s) in
3899         seize_path_list.
3901 Fri May 27 14:22:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3903         * Make-lang.c (CHILL.mostlyclean, CHILL.distdir):  Don't list
3904         yacc/bison output files, since the grammer is no longer in yacc.
3905         * config-lang.in (diff_excludes):  Likewise.
3907 Thu May 26 16:38:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3909         * gperf, hash.h, lex.l, parse.h:  Rename PROCESS_TYPE token
3910         (in some files spelled PROCESS_TYPE_ to avoid clashes
3911         with the PROCESS_TYPE tree_code) to PROCESS_TYPE_TOKEN.
3913 Thu May 26 02:18:28 1994  Wilfried Moser  (moser@rtl.cygnus.com)
3915         * timing.c (build_cycle_start): Change call to __define_timeout.
3916         * decl.c (init_decl_processing): Change definitions of
3917         __define_timeout and __wait_timeout.
3919 Wed May 25 11:53:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3921         Replace yacc-based parser with a recursive-decent parser.
3922         (This may seem backwards, but Chill [like C++] is not a
3923         language that is remotely LALR(1).  Using a R-D parser
3924         allows us to use look-ahead and to back-up to resolve the
3925         difficult ambiguities.)
3926         * parse.y:  Removed.
3927         * parse.c, parse.h:  New files, containing new r-d parser.
3928         * Makefile.in:  Update accordingly.
3929         * actions.c (chill_convert_for_assignment):  Don't return
3930         NULL_EXPR if ignore_exprs is true.  It simplifies the parser
3931         if we consistently reserve NULL_EXPR for a missing expression.
3932         * expr.c (build_chill_function_call):  Likewise.
3934         * lex.l:  Tweaks for new parser.
3935         * lex.l (prepare_paren_colon, paren_paren_colon_level,
3936         paren_level):  Ugly hack no longer needed.
3938         * expr.c (build_chill_function_call):  Cleanup.
3939         Call chill_convert_for_assignment to convert IN/INOUT
3940         paramaters on both input and output.  For LOC parameters,
3941         give error if actual is a non-referable location.
3942         * actions.c (convert_for_assignment):  Add new parameter (a
3943         "place" string used in error messages).
3944         * actions.c (adjust_parm_or_field):  Removed.
3945         * actions.c (chill_expand_assignment):  Take just a single LHS,
3946         and move support for multiple assignments to ...
3947         (expand_assignment_action): ... here.  Some cleaning up.
3948         * timing.c (build_cycle_start):  Adjust accordingly.
3949         * actions.c (expand_assignment_to_varying_array):  Likewise.
3950         * tasking.c (many places): Ditto.
3951         * ch-tree.h:  Fix declarations appropriately.
3953         * parse.c (parse_defining_occurrence_list):  Return a single
3954         IDENTIFIER_NODE (instead of a singleton list) in the common
3955         case.  Minor complication to save a minor amount of space.
3956         * decl.c (do_based_decls):  Move guts of code into ...
3957         (do_based_decl):  ... this new function.
3958         * decl.c (do_decls):  Handle either IDENTIFIER_NODE or a TREE_LIST.
3959         * decl.c (push_syndecl):  Replace by ...
3960         (push_syndecl):  ... (which only supports a single name).
3961         (push_modedef):  Only handle a single name.
3962         * tasking.c (build_process_header, build_signal_struct_type):
3963         Adjust accordingly.
3965         * expr.c (build_generalized_call):  Handle string repetition.
3966         * expr.c (build_chill_repetition_op):  Change interface.
3967         * grant.c (decode_constant):  Allow parameter list to be
3968         a non-TREE_LIST.  (Used for string repetition.)
3970 Wed May 25 11:28:48 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3972         * lex.l (make_identifier):  Replaced by ...
3973         (read_identifier, handle_name): ... new functions.
3974         * lex.l: Parse an identifiers using read_identifier using
3975         read_identifier and handle_name, rather than having [f]lex
3976         do it.  (One reason is that lex uses a fixed-size buffer.)
3978         * lex.l (read_directive, skip_directive):  New functions.
3979         Use them to parse compiler-directives, instead of rather
3980         ugly and useless use of lexer start conditions.
3982 Tue May 24 22:36:51 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3984         * decl.c (unnamed_module_number):  Renamed to ...
3985         (module_number):  .. and make non-static.
3986         (push_module):  Always increment module_number.
3987         * lex.l (yywrap):  Print warning if no modules seen.
3989         * decl.c (pop_module):  Don't set DECL_SEIZEFILE of granted
3990         decl to current_seizefile_name (which is unreliable).
3991         * grant.c (chill_grant):  Set it here instead.
3993         * expr.c (fold_set_expr):  Use int_size_in_bytes instead of
3994         TYPE_PRECISION (which is not defined for a SET_TYPE).   
3996 Fri May 20 15:21:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
3998         Cleanup to remove need for variables in common storage.
3999         * decl.c:  Remove unused use of current_obstack.
4000         * actions.c (maybe_chill_check_decl):  Remove unused function.
4001         * actions.h, lang.c:  Remove uses of doing_chill_thang.
4002         * ch-tree.h (void_list_node):  Make extern (rather than common).
4003         * decl.c (void_list_node):  Add definition.
4005 Thu May 19 06:54:56 1994  Wilfried Moser  (moser@rtl.cygnus.com)
4007         * configure (build): Build canon_host and canon_target
4008         to pass it to all subsequently generated Makefiles (needed
4009         for testsuite/execute in case of cross build).
4011 Wed May 18 13:27:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4013         * grant.c (decode_mode):  Remove.  It checks the TYPE_NAME of
4014         the input type, which loses with the no-longer-new 2-pass
4015         implementation, since the input "type" could be an IDENTIFIER_NODE.
4016         * grant.c (raw_decode_mode):  Rename to decode_mode.
4018 Tue May 17 13:19:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4020         * typeck.c (chill_location):  Neither a STRING_CST nor a
4021         CONSTRUCTOR is a location.
4022         * typeck.c (chill_root_mode):  Convert a function to a
4023         pointer-to-function.
4024         * expr.c (build_chill_indirect_ref, build_chill_component_ref,
4025         build_chill_arrow_expr):  If ignore_exprs, return operand
4026         rather than NULL_EXPR.  This makes it easier for the parser to
4027         distinguish missing expressions.
4028         * expr.c (build_max_min):  Convert the lower bound of a
4029         set to a long before calling run-time routine.
4030         * expr.c (build_chill_pred_or_succ):  Use discrete_type_p
4031         to check the argument type.
4032         * expr.c (build_chill_arrow_expr):  If argument is not a location,
4033         do a predwarn if it is a STRING_CST or has function type.
4035 Tue May 17 06:05:13 1994  Wilfried Moser  (moser@rtl.cygnus.com)
4037         * configure (build): Remove building of canon_host and canon_target.
4038         It doesn't work in any case.
4040 Mon May 16 02:10:35 1994  Wilfried Moser  (moser@rtl.cygnus.com)
4042         * configure (build): Build canon_host and canon_target
4043         to pass it to all subsequently generated Makefiles (needed
4044         for testsuite/execute in case of cross build).
4045         * Make-lang.in (chill-runtime): Change chill to CHILL in the case
4046         statement to build chill-runtime automatically.
4048 Mon May  9 15:30:08 1994  Doug Evans  (dje@canuck.cygnus.com)
4050         * Makefile.in (FLAGS_TO_PASS): Define.
4051         (OBJDEPS): Define.
4052         (../cc1chill): Depend on $(OBJDEPS) $(C_OBJS).
4053         * Make-lang.in (cc1chill): Delete dependency on $(OBJS) $(BC_OBJS).
4054         (CHILL.mostlyclean): Use `mostlyclean' as recursive target.
4056 Sun May  8 13:05:00 1994  Per Bothner  (bothner@cygnus.com)
4058         * Make-lang.in (cc1chill):  Should not depend on libgcc.a.
4060 Thu May  5 18:58:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4062         * decl.c (copy_lang_decl):  New (dummy) function.
4064 Mon May  2 14:33:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4066         * parse.y (sendaction):   Fix thinko (in sense of condition).
4067         * tasking.c (build_receive_case_label):  Another thinko.        
4069         * parse.y (optsigdest):  Force ignore_exprs to 0 while parsing
4070         the (signal-)name.
4072         * decl.c (build_chill_function_type):  Don't call layout_type
4073         (since that may prevent parameter or result types being
4074         properly satisfied).
4075         * satisfy.c (satisfy):  Layout FUNCTION_TYPEs.
4076         * parse.y (procmode):  Call build_chill_pointer_type, rather
4077         than build_pointer_type (which incorrectly sets TYPE_SIZE). 
4079         * parse.y (get_type_of):  Handle TYPE_DECL (again).
4080         * parse.y (optresultspec):  Call build_chill_reference_type, rather
4081         than build_reference_type (which incorrectly sets TYPE_SIZE).
4082         * parse.y (range_or_mode):  Rename to plain range, since it
4083         no longer matches modename.
4084         * actions.c (chill_handle_case_label_range):  New function, with
4085         functionality moved out of chill_handle_case_label.
4086         * actions.c (chill_handle_case_label):  Handle here the case that
4087         the label_value is a TYPE_DECL (modename).   Also clean up some.
4088         * typeck.c (build_chill_slice_with_length):  Convert max_index
4089         to the type of min_value.  (Old code broke on varying strings.)
4091 Sun May  1 13:53:36 1994  Doug Evans  (dje@canuck.cygnus.com)
4093         * Makefile.in (BC_OBJS): Delete all references
4094         (OBJS): Cat ../stamp-objlist to get language independent files.
4095         (../cc1chill): Delete dependency on $(OBJS).
4096         * Make-lang.in (cc1chill): Depend on stamp-objlist.
4098 Sat Apr 30 14:50:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4100         * lex.h, lex.c:  Remove lastiddecl.
4101         * lex.l (name_type_signal):  Simplify.  We no longer check for
4102         TYPENAME or SIGNALNAME (which was unreliable with two passes).
4103         Also rename to make_identifier.
4104         * parse.y:  Cleaned up grammar to not need SIGNALNAME or TYPENAME.
4105         * Makefile.in (stamp-parse);  One conflict fewer!
4106         * parse.y (rccase_label_flag):  Moved to tasking.c.
4107         * parse.y (rccase_label):  Move most of the logic to
4108         build_receive_case_label in tasking.c.
4109         * parse.y (sendaction):  Re-write to not depend on SIGNALNAME.
4111         * parse.y (name):  Do name lookup here (and not in location).
4112         * parse.y:  Replace most uses of NAME by higher-level non-terminals:
4113         simple_name_string, name_string, defining_occurrence, or name.
4115         * tasking.c (build_receive_signal_case_label,
4116         build_receive_buffer_case_label):  New functions, split out from
4117         build_receive_case_label.
4118         * tasking.c (build_receive_case_label):  Change parameters
4119         and return type.  Moved stuff here (from the parser).
4120         * tasking.c (struct rc_state_type):  Removed had_errors.
4121         Return error_mark_node instead.
4122         * tasking.c (build_rccase_set_error), ch-tree.h:  Removed.
4124         * expr.c (build_generalized_call):  If func is a signal type,
4125         call build_signal_descriptor.
4127         * parse.y (arrayindex):  Renamed to index_mode, to match Z.200.
4128         * parse.y (ioindexmode):  Removed;  use index_mode instead.
4129         * expr.c (build_generalized_call):  If args is a RANGE_EXPR,
4130         we have either a slice or a range mode, depending on func.
4131         * parse.y (index_mode):  If we got an 'expr', only allow a name,
4132         or a range mode.
4133         * parse.y (call):  A slice with both end points can be a range
4134         mode, so defer handling to build_generalized_call (or index_mode).
4136         * typeck.c (build_chill_slice_with_length):  Fix type-checking.
4137         * typeck.c (chill_novelty):  Undo (part of) change of April 28:
4138         The novelty of a range mode is the novlety of the parent.
4139         * typeck.c (chill_root_mode):  Don't return integer_type_node
4140         if argument has non-nil novelty.
4142         * decl.c (global_bindings_p):  Return -1 as true, for the sake
4143         of variable_size (in ../stor-layout.c).
4145 Fri Apr 29 13:42:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4147         * parse.y:  Remove TYPENAME and modename.  These are now plain
4148         NAMEs.  Modify parsing actions appropriately.
4149         * expr.c (build_generalized_call):  Handle the case that
4150         TREE_CODE (func) == TYPE_DECL (as in a cast).
4151         * lex.l (name_type_signal):  Never return TYPENAME.
4152         * parse.y (get_type_of):  If pass 1, just return the argument.
4154         * decl.c (do_decl):  If an initializer has the wrong type,
4155         replace it by NULL_TREE, to avoid subsequent errors.
4157 Thu Apr 28 15:21:56 1994  Wilfried Moser  (moser@rtl.cygnus.com)
4159         * Makefile.in: Add new file timing.c to rules.
4160         * timing.c: New file. Implements the timing actions AT,
4161           CYCLE and AFTER.
4162         * decl.c (init_decl_processing): Add new builtin function
4163           descriptions.
4164         * expr.c (build_chill_indirect_ref): Change error message and
4165           add check agains an IDENTIFIER_NODE.
4166         * gperf, hash.h: Change EVENT_CODE, BUFFER_CODE to IGNORED_DIRECTIVE.
4167           They are no longer needed.
4168         * grant.c (print_integer_type): Add processing of builtin types
4169           DURATION and TIME.
4170         * lex.l: Remove processing of directive EVENT_CODE & BUFFER_CODE.
4171         * parse.y (timingactions): split up to afteraction, ataction
4172           and cycleaction.
4173         * parse.y (afteraction): New rule.
4174         * parse.y (ataction): New rule and put actions in.
4175         * parse.y (cycleaction): New rule and put actions in.
4176         * parse.y (sendaction): Add code for SEND buffer.
4177         * parse.y (rccase_label): Change error processing.
4178         * tasking.c (build_gen_inst): More checks.
4179         * tasking.c (build_gen_code): Add checking for argument is a 
4180           PROCESS or a SIGNAL.
4181         * tasking.c (struct rc_state_type): Add new fields for easier
4182           error processing.
4183         * tasking.c (build_receive_case_if_generated), ch-tree.h: New function.
4184         * tasking.c (build_rccase_set_error), ch-tree.h: New function.
4185         * tasking.c (build_receive_case_label): Add processing of BUFFER's.
4186         * tasking.c (build_receive_buffer_case_end, build_receive_signal_case_end):
4187           New functions to process the end of a RECEIVE CASE action in case
4188           of BUFFER's and SIGNAL's.
4189         * tasking.c (build_receive_case_end): Do only general processing and
4190           call one of the above mentioned functions.
4191         * tasking.c (build_delay_case_start, build_delay_case_label,
4192           build_delay_case_end): Rewritten due to new implementation of events.
4193         * tasking.c (build_delay_action): Rewritten due to new implementation
4194           of EVENT's.
4195         * tasking.c (expand_send_buffer), ch-tree.h: New function.
4196         * timing.c (build_at_action, build_cycle_start, build_cycle_end),
4197           ch-tree: New functions.
4199 Thu Apr 28 14:11:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4201         * typeck.c (smash_dummy_type):  Handle the special case of a
4202         NEWMODE of a range mode, as required by Z200, by creating a
4203         new parent mode with the new novelty (and casting the min
4204         and max of the range to teh new parent mode).
4205         * typeck.c (chill_novelty, chill_root_mode):  Remove special
4206         kludges for of NEWMODE ranges.
4207         * expr.c (build_chill_lower_or_upper):  New function, combining
4208         the "guts" of build_chill_lower and build_chill_upper.
4209         * expr.c (build_chill_lower_or_upper):  Simplify;  no longer
4210         need to kludge the novelties.
4212         * typeck.c (valid_array_index_p):  A string index expression
4213         need not be Compatible with the index type;  only similar.
4215         * decl.c (layout_chill_variants):  If error seen, skip stuff
4216         (rather than aborting or crashing).
4217         * decl (push_modedef):  If newdecl's type is an error mark,
4218         continue rather than aborting.
4220 Thu Apr 28 02:07:42 1994  Doug Evans  (dje@cygnus.com)
4222         * Make-lang.in: Update of directory reorg from fsf.
4223         * config-lang.in: Ditto.
4225 Mon Apr 25 13:09:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4227         * typeck.c (chill_similar):  Check RECORD_TYPEs properly,
4228         * convert.c (convert):  If all else fails, just call convert1.
4229         Thus we can now convert RECORD_TYPEs (assuming they are similar).
4231         * parse.y, lex.l:  Remove BUFFERNAME (use location/expr instead).
4232         * parse.y:  Re-do BUFFER handling (similar to previous EVENT change).
4233         * grant.c (raw_decode_mode):  Re-do BUFFER mode handling.
4234         * ch-tree (lang_type_record):  Removed max_queue_size field.
4235         * tasking.c (build_buffer_type):  Re-write.
4236         * tasking.c (max_queue_size):  Fix to support buffer modes.
4237         * tasking.c (buffer_element_mode), ch-tree.h:  New function.
4238         * tasking.c ch-tree.h (expand_send_buffer):  Now has 3 parameters.
4239         * parse.y (modename):  No longer match SIGNALNAME.  Instead, add it
4240         to name and simple_name_string.  This removes a reduce/reduce conflict.
4241         * Makefile.in (stamp-parse):  Expect fewer conlicts.
4243         * lex.l (yywrap):  Move check for circularly seizeing current
4244         grant-file from here ...
4245         * lex.l (handle_use_seizefile_directive):  ... to here.
4246         This is to avoid calling stat on a not-yet written grantfile,
4247         now that we're using same_file (which calls stat).
4248         * grant.c (set_use_this_gf):  Removed.
4249         * grant.c (set_default_grant_file):  Set grant_file_name here,
4250         because we need it earlier (due to above lexer change).
4252         * typeck.c (layout_chill_struct_type):  Remove useless code to
4253         remove zero-width bitfield (which messes up CONST_DECLs).
4255 Sat Apr 23 13:16:39 1994  Bill Cox  (bill@rtl.cygnus.com)
4257         * Makefile.in (check): Assure that 'ld' is available before checking.
4259 Thu Apr 21 13:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4261         * grant.c (print_an_int):  Removed.
4262         (raw_decode_mode):  Generalized to use decode_constant
4263         instead of print_an_int.
4264         (decode_constant):  Print directly, instead of calling print_an_int.
4265         * parse.y (event_list):  Fix syntax.
4266         * parse.y (optqueuesize):  Default is NULL_TREE, not zero.
4267         * tasking.c (check_queue_size):  New function, for error checking.
4268         * ch-tree.h:  Add declaration for check_queue_size.
4269         * satisfy.c (satisfy case RECORD_TYPE):  Satisfy constant fields
4270         (used for queue size of EVENT and BUFFER), and call check_queue_size.
4272 Tue Apr 19 13:42:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4274         Re-implement EVENT modes to support general EVENT objects
4275         (and not just EVENT names), according to Z200.  (Not finished!)
4276         * tasking.c, ch-tree.h (max_queue_size):  New function.
4277         * parse.y (dcalternative, event_list, event_list_head):  New
4278         implementation of DELAY CASE, avoiding parsing ambiguities.
4279         (call, locdec, delayaction):  Remove old EVENTNAME kludges.
4280         * lex.l (name_type_signal):  Remove EVENTNAME recognition.
4281         * tasking.c (build_event_type):  Re-written.
4282         * typeck.c (chill_similar), decl.c (print_lang_type):
4283         Use new max_queue_size function.
4284         * typeck.c (layout_chill_struct_size):  Ignore CONST_DECL.
4285         * tasking.c (build_delay_action):  Preliminary changes - just to
4286         make it compile.  FIXME!
4287         * grant.c (raw_decode_mode):  Use new max_queue_size function.
4288         Move EVENT support from LANG_TYPE to RECORD_TYPE.
4289         * ch-tree.h (process_event_decls):  Removed.
4291 Tue Apr 19 11:44:01 1994  Bill Cox  (bill@rtl.cygnus.com)
4293         * regression.sh: Complete previous change - eliminate all
4294           references to objdir as a user parameter.
4296 Mon Apr 18 10:17:55 1994  Bill Cox  (bill@cygnus.com)
4298         * Makefile.in (check): Simplified regression.sh call.
4299         * regression.sh: Change command-line parsing.  Default
4300           srcdir to the script's path.  Calculate objdir
4301           internally - don't pass it in.
4303 Thu Apr 14 13:30:19 1994  Wilfried Moser  (moser@phishhead.cygnus.com)
4305         * expr.c (build_chill_duration): Add range checking.
4307         * lex.l (init_lex): Add predefined names DURATION and TIME.
4308         * lex.h (enum rid): Add RID_DURATION and RID_TIME.
4309         * ch-tree.h: Add prototypes and externals.
4310         * decl.c (init_decl_processing): Add builtin function
4311         descriptions.
4312         * expr.c (build_generalized_call): Add processing of some
4313         builtin's.
4314         * expr.c (build_chill_abstime): New function to process builtin
4315         ABSTIME.
4316         * expr.c (build_chill_inttime_type): New function to built type
4317         for the INTTIME builtin.
4318         * expr.c (build_chill_inttime): New function to process builtin
4319         INTTIME. 
4320         * expr.c (build_chill_duration): New function to process builtin's
4321         MILLISECS, SECS, MINUTES, HOURS and DAYS.
4323 Tue Apr 12 11:55:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4325         * lex.l (chill_same_grant_file):  Rename to same_file.  Change to
4326         take two files names rather than two DECLs.  Also check that the
4327         filesystems (st_dev) are equal.  Finally, make static.
4328         * lex.l (handle_use_seizefile_directive):  Check for duplicate
4329         USE_SEIZE_FILE directives using same_file.
4330         * decl.c (pop_module):  Remove dubious call to chill_same_grant_file.
4332 Sun Apr 10 17:19:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4334         * decl.c, ch-tree.h (chill_result_decl):  New variable.  Used to
4335         store RESULT value.  (Cannot use DECL_RESULT;  see comment in decl.c.)
4336         * actions.c (chill_expand_result, chill_expand_return):
4337         Use chill_result_decl appropriately.
4338         * ch-tree.h, decl.c, actions.c (saved_result_rtx):  Removed.
4339         Subsumed by chill_result_decl.
4341         * expr.c (chill_expand-expr case CONCAT_EXPR):  Generate temporary
4342         using the mode of the result type, and don't assume it is BLKmode.
4344 Fri Apr  8 17:46:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4346         * actions.c (chill_expand_assignment):  Check for compatibility
4347         _after_ "expanding out" a binary operation.  This fixes
4348         the case "STRING //:= CHAR".
4350         * lex.l (equal_number):  Convert symbol to integer_type_node, to
4351         force the value to be INT-derived (and avoid novelty conflicts).
4353 Mon Apr  4 22:06:31 1994  Per Bothner  (bothner@cygnus.com)
4355         * ch-tree.h (CH_FUNCTION_SETS_RESULT):  New flag.
4356         * ch-actions.c (chill_expand_return), ch-tree.h:  Extra
4357         parameter, indicates if implicit return at end of function.
4358         * ch-parse.y:  Modify accordingly.
4359         * ch-actions.c (chill_expand_return):  Various improvements.
4361         * decl.c, ch-tree.h (result_never_set):  New variable.
4362         * actions.c (chill_expand_result, chill_expand_return):  Clear it.
4363         * ch-parse.y (end_function):  Warn if no RETURN or RESULT action.
4365         * decl.c, ch-tree.h (saved_result_rtx):  New variable.
4366         * decl.c (start_chill_function):  Use saved_result_rtx as return
4367         value if there is a RESULT in a REG that might get clobbered.
4368         * actions.c (chill_expand_result):  Save result in saved_result_rtx
4369         or assign to DECL_RESULT as appropriate.
4370         * decl.c, ch-tree.h (current_function_returns_value,
4371         current_function_returns_null, current_extern_inline):
4372         Don't use.  Only define first two to allow linking with ch-typeck.c.
4374         * typeck.c (chill_l_equivalent):  Add forward declaration.
4376 Fri Apr  1 11:02:27 1994  Wilfried Moser  (fs_moser at rcsw47)
4378         * lex.l (readstring): Handle control sequence in all cases (Z.200
4379         5.2.4.4 page 54).
4381 Fri Apr  1 13:11:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4383         * configure:  Simplify and fix the logic for looping through
4384         sub-directories.
4386 Thu Mar 31 18:59:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4388         * ch-tree.h (CH_L_EQUIVALENT):  Moved from typeck.c.
4389         * typeck.c (chill_similar):  Add support for checking
4390         FUNCTION_TYPEs for similarity.  Also, treat
4391         pointer-to-function-type the same as function-type.
4393 Thu Mar 31 11:22:56 1994  Wilfried Moser  (fs_moser at rcsw47)
4395         * ch-tree.h: Change prototype of function expand_send_signal.
4396         * parse.y: Change calls to expand_send_signal.
4397         * tasking.c (expand_send_signal): Change handling of optsetto
4398         argument. New argument signame to get a possible destination
4399         process for the signal.
4401 Wed Mar 30 14:54:48 1994  Wilfried Moser  (fs_moser at rcsw1j)
4403         * tasking.c (make_process_struct): Change error message in case of
4404         a process argument has other attribute then IN or LOC.
4405         * tasking.c (build_start_process): Add check that the optset is
4406         referable in case it is specified (this makes
4407         noncompile/start_.ch working).
4409 Tue Mar 29 13:24:27 1994  Wilfried Moser  (fs_moser at rcsw1h)
4411         * Makefile.in: Change version string to 1.2.1
4412         * ch-tree.h (enum chill_built_in_function): Delete no longer valid
4413           entries. 
4414         * ch-tree.h: Change prototype for build_chill_readtext.
4415         * decl.c (init_decl_processing): Add builtin_function _readstring,
4416           _readunixstd and READTEXT.
4417         * expr.c (build_generalized_call): Add processing of READTEXT.
4418           Delete handling of no longer valid builtin_functions.
4419         * gperf: Remove keyword READTEXT.
4420         * parse.y: Remove token READTEXT.
4421         * inout.c (build_chill_io_list_type): Add building type for
4422           READTEXT. 
4423         * inout.c (build_chill_readtext): Implement the function
4424           (partial).
4425         * inout.c (build_chill_writetext): Do some cleanups.
4427 Tue Mar 29 12:30:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4429         * typeck.c (build_chill_cast):  Re-arrange, to support casts
4430         of const integer to type of different size, if there is
4431         an integral type of the desired size:  Go through the
4432         const conversion code.
4434         * actions.c (adjust_parm_or_field):  Move support for LOC to ...
4435         * expr.c (build_chill_function_call): ... here.
4436         Fix a number of bugs in OUT/INOUT handling.
4438         * ch-tree.h, actions.c (adjust_parm_or_field), grant.c (print_struct),
4439         parse.y (location), typeck.c (chill_comptypes):  Remove unused
4440         support for ENCAPSULATED_ARRAY_P.
4441         * typeck.c (build_chill_array_parm_type), ch-tree.h:  Remove; unused.
4443         * ch-tree.h, decl.c (shadow_record_fields), decl.c
4444         (shadow_record_fields), expr.c (chill_expand_case_expr,
4445         build_chill_function_call), grant.c (chill_finish_compile),
4446         typeck.c (build_empty_string, build_init_struct):  Rename magic 
4447         identifiers of the form "<...>" to "__..." for better portability.
4449         * actions.c (adjust_parm_or_field):  Remove extraneous
4450         call to build_chill_repetition_op.
4451         * expr.c (build_chill_function_call):  Some simplifictions
4452         (since neither valtail nor typetail can be NULL).
4453         Clean up error message for OUT//INOUT not location to use only 1 line.
4454         Add error message for OUT/INOUT if type is READonly.
4455         * typeck.c (build_chill_modify_expr):  Simplify.
4457 Sun Mar 27 19:30:25 1994  Bill Cox  (bill@rtl.cygnus.com)
4459         * Makefile.in: Clean up generally.  Assure that
4460           runtime is built before running regressions.
4461           Build correct parameters to regression.sh.
4462           Remove a lot of 'clean' cruft.
4463         * Make-lang.in, config-lang.in: New files for
4464           subdirectory architecture.
4466 Sat Mar 26 10:39:12 1994  Bill Cox  (bill@rtl.cygnus.com)
4468         * Makefile.in (check): Build correct parameters for regression.sh.
4470 Fri Mar 25 10:13:06 1994  Bill Cox  (bill@rtl.cygnus.com)
4472         * configure: Also mark regression.awk3 as executable.
4473         * regression.sh: Add comments about command-line options.
4474           Calculate srcdir correctly, defaulting to the script's path.
4475           Add OPT flag to pass to the Makefiles, to specify the
4476           compiler's optimization level, and -O  and -O2 options.
4477           Delete GLOBAL flag and tests.  Use a different make.log
4478           file for optimized and unoptimized test results.  Add the
4479           compiler's host and target triples to the report header.
4481 Wed Mar 23 21:41:26 1994  Bill Cox  (bill@rtl.cygnus.com)
4483         * expr.c (build_chill_function_call): Handle INOUT and OUT
4484           parameters better (for the rangefail test, at least).
4486 Wed Mar 23 14:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4488         * regression.sh (srcdir, objdir):  Fixed hard-wired paths.
4489         (grep args):  Changed [XYZ-] to [-XYZ] for SCO.
4491 Wed Mar 23 13:34:18 1994  Bill Cox  (bill@rtl.cygnus.com)
4493         * expr.c (build_generalized_call): Revert previous change.
4494           To do this correctly, we need a new parsing mechanism, and
4495           C++ initializer technology.
4497 Wed Mar 23 09:34:50 1994  Bill Cox  (bill@rtl.cygnus.com)
4499         * expr.c (build_generalized_call): Be sure we're inside the
4500           module-level function before calling build_gen_inst, for
4501           example.
4503 Wed Mar 23 09:34:50 1994  Bill Cox  (bill@rtl.cygnus.com)
4505         * regression.sh (dodirectory): Count the gcov and abort tests
4506           among the .dat files.
4508 Tue Mar 22 15:39:38 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4510         * satisfy.c (safe_satisfy_decl):  When checking that a SYN
4511         value fits in a specified discrete type, don't convert first,
4512         and use compare_int_csts instead of tree_int_cst_lt.
4514 Tue Mar 22 15:25:38 1994  Bill Cox  (bill@rtl.cygnus.com)
4516         * configure: Generate better .gdbinit files.
4518 Tue Mar 22 11:59:38 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4520         * actions.c (check_range):  Don't emit dynamic checks
4521         if not current_function_decl.
4523         * parse.y (arrayindex):  Allow expr (error is emitted
4524         at semantic level if not the NAME of a type).
4525         * typeck.c (build_chill_cast):  Re-enable some casts.
4526         * satisfy.c (safe_satisfy_decl):  Remove redundant CONST check.
4528 Tue Mar 22 11:46:28 1994  Bill Cox  (bill@rtl.cygnus.com)
4530         * configure: Access the utils directory correctly.
4531         * expr.c (build_compare_expr): Reenable compatibility test.
4533 Tue Mar 22 11:24:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4535         * typeck.c (valid_array_index_p):  Call
4536         build_compare_discrete_expr instead of build_compare_expr.
4537         * typeck.c (build_chill_cast):  Improve logic.
4538         * satisfy.c (safe_satisfy_decl):  Simplify test.
4540 Tue Mar 22 10:17:58 1994  Bill Cox  (bill@rtl.cygnus.com)
4542         * actions.c (chill_expand_assignment): Correct detection of
4543           string assignment case.
4544         * expr.c (chill_expand_expr): Now that we're using build_chill_function_call,
4545           the actual parameters need to be converted to the unsigned long
4546           type explicitly.  Do that.    
4547         * satisfy.c (safe_satisfy_decl): Correct range-checking code.
4549 Mon Mar 21 16:25:07 1994  Bill Cox  (bill@rtl.cygnus.com)
4551         * Makefile.in: Correct prediction of grammar conflicts.
4552         * actions.c(check_range): Fix reference to NULL_TREE pointer.
4553           And allow compile-time errors even if range_checking is off.
4554         * parse.y: Clean up some comments.
4555         * satisfy.c (safe_satisfy_decl): Add range-check for a SYN's value.
4557 Mon Mar 21 13:29:23 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4559         * typeck.c (layout_chill_range_type):  Instead of tree_int_cst_lt
4560         use compare_int_csts (which is more robust when signedness differs).
4561         Also, convert the bounds *after* doing range checking.
4563         * ch-tree.def (SET_IN_EXPR):  New.
4564         * expr.c (chill_expand_expr):  Code to expand SET_IN_EXPR,
4565         moved from expand_expr in ../expr.c.  Also add some extra
4566         conversions (because we're now using build_chill_function-call).
4567         * actions.c, decl.c, expr.c, grant.c, parse.y, typeck.c: 
4568         Use SET_IN_EXPR in place of IN_EXPR.
4570         * expr.c (build_compare_discrete_expr), ch-tree.h:  New function,
4571         with code moved from build_compare_expr.
4572         * expr.c (build_compare_expr):  Re-enable compatibility test.
4574 Mon Mar 21 11:02:33 1994  Bill Cox  (bill@rtl.cygnus.com)
4576         * Makefile.in: Rewrite byacc related rules.
4577         * actions.c (chill_convert_for_assignment): Use the
4578           referenced type only for generating range checks.
4579         * configure: Add 'utils' directory to SUBDIRS variable.
4581 Sun Mar 20 21:49:59 1994  Bill Cox  (bill@rtl.cygnus.com)
4583         * actions.c (check_range): Call build_compare_expr rather than
4584           build_binary_op.
4585           (adjust_parm_or_field): Call convert_for_assignment rathern than
4586           convert, to get the range-checking.
4587         * expr.c (build_chill_pred_or_succ): Fix up rangefail code.
4588           Generate a compile-time message if possible.
4589           (build_compare_expr): Comment out compatibility test - should
4590           not be needed in here.  Fix a couple of typos.  Add some types
4591           to some build calls.
4593 Sun Mar 20 11:48:10 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4595         * decl.c (init_decl_processing):  Clean up parameter type
4596         list for __setbitpowerset,
4598         * typeck.c (chill_compatible_classes):  Allow the M-reference
4599         to be compatible with the N-value class, with suitable M and N.
4600         * typeck.c (build_chill_slice):  Don't smash a void TREE_TYPE.
4601         (We don't need to, and it causes confusion.)
4603         * expr.c (build_compare_expr):  Fix thinko.  Add save_exprs.
4605         * expr.c (build_compare_expr):   Fix a transcription bug
4606         (for converting NULL INSTANCEs).  Also #include convert.h.
4608         * expr.c (compare_int_csts):  New.  Compare INTEGER_CSTs.
4609         Works even if their types have different TREE_UNSIGNED.
4610         * expr.c (finish_chill_binary_op):  Moved code dealing with
4611         the comparison operators from here ...
4612         * expr.c (build_compare_expr):  ... to new function here.
4613         Also, for discrete types, tries to Do The Right Thing, even for
4614         differing values of TYPE_PRECISION and TREE_UNSIGNED.
4615         the code from lay
4616         * ch-tree.h:  Declare new functions.
4617         * typeck.c (valid_array_index_p):  Various cleanups,
4618         including using new build_parse_expr.
4619         * parse.y:  Use new build_compare_expr.
4621         * inout.c (build_chill_writetext):  Handle REFERENCE_TYPE args.
4623 Sun Mar 20 08:54:27 1994  Bill Cox  (bill@rtl.cygnus.com)
4625         * actions.c (expand_assignment_to_varying_array): 
4626           Call build_chill_array_ref to get index checking.
4627           (chill_convert_for_assignment): Delete unused errstr
4628           variable.
4629           (chill_expand_assignment): Call build_chill_array_ref
4630           to get runtime index checking.
4631           (expand_varying_length_assignment): Use new interface
4632           to varying_array_index_p.
4633         * ch-tree.h (varying_array_index_p): New proto.
4634         * convert.c (convert): Call build_chill_array_ref
4635           to get runtime index checking.
4636         * expr.c (build_chill_pred_or_succ): Fix cond tree
4637           to have consistent operand types.
4638         * typeck.c (valid_array_index_p): Change interface to pass
4639           validity conditions back on caller's TREE_LIST.  We
4640           cannot link the conditions to anything which a
4641           layout_type routine will expand, since that will occur
4642            before the exception handler is set up.
4643           Change calls to valid_array_index_p also.
4645 Fri Mar 18 14:40:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4647         * actions.c, except.c, loop.c, tasking.c:  Call
4648         build_chill_function_call instead of the C-specific
4649         build_function_call.
4650         * except.c (initialize_exceptions):  Fix parmtype of __builtin_setjmp.
4651         * loop.c (top_loop_end_check):  Coerce library function arg.
4652         * convert.c, expr.c:  Re-write to avoid calls to C-specific
4653         function build_unary_op (e.g. by calling build1 directly).
4655         * typeck.c (chill_equivalent):  Change to force failure
4656         for non-matching integral types (even if not ranges).
4658         * typeck.c, ch-tree.h (build_chill_slice):  Make non-static.
4659         * expr.c (varying_to_slice):  Call build_chill_slice (and not
4660         build_chill_slice_with_length, which does bunches of range
4661         checking and does not allow the length to be zero).
4662         * convert.c (convert):  Fix off-by-one error.
4663         * actions.c (chill_expand_array_assignment):  Minor cleaning up.
4665 Fri Mar 18 00:12:48 1994  Per Bothner  (bothner@deneb.cygnus.com)
4667         * decl.c (init_decl_processing):  __lepowerset and __ltpowerset
4668         take *two* pointer parameters, not one.
4669         * satisfy.c (satisfy):  Only call the appropriate layout routine
4670         if TYPE_SIZE is 0 (i.e. type hasn't already been laid out).
4671         * typeck.c (build_chill_slice_with_length):  Fix Bill's previous fix.
4673 Thu Mar 17 17:29:43 1994  Bill Cox  (bill@rtl.cygnus.com)
4675         * expr.c (build_chill_function_call): Give function call the correct
4676           type tree.
4677         * typeck.c (build_chill_slice_with_length): Restore dynamic range
4678           checking, so it doesn't obscure the CONSTANTness of the length.
4680 Wed Mar 16 17:23:31 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4682         * typeck.c (build_chill_slice), expr.c (chill_expand_expr
4683         [case CONCAT_EXPR]):  Remove kludge setting slice size upper bound
4684         in TYPE_LANG_SPECIFIC, and restore kludge setting it in MAX_VALUE.
4685         * typeck.c (build_chill_slice):  Use TYPE_MAX_VALUE of
4686         array_type if needed for size upper bound of slice_type.
4687         * expr.c (build_concat_expr):  Improve calculation of size upper bound.
4689         * typeck.c (valid_array_index_p):  Check compatibility using
4690         correct types.
4691         * typeck.c (build_chill_slice_with_length);  For now revert
4692         calling valid_array_index_p on length.  (It makes it harder 
4693         to realize when the slice is constant length.)
4694         * expr.c (build_chill_indirect_expr):  Minor tweak.  (This
4695         seems to work around a weird C compiler bug. ??)
4697         * expr.c (build_chill_function_call):  Cleanup so it doesn't
4698         call build_function_call (in c-typeck.c).
4699         * typeck.c, expr.c:  Use build_chill_function_call instead of
4700         build_function_call (in c-typeck.c).
4702         * parse.y (discrete_mode):  Move some of the rules from
4703         non_array_mode into new non-terminal.
4704         (arrayindex):  Use discrete_mode (with NAME and TYPENAME) to
4705         avoid some misparses.
4706         * ch-tree.h (SLICE_PTR, SLICE_LENGTH):  Removed;  unused.
4707         * convert.c (digest_structure_tuple):  Add missing parameter.
4708         * decl.c (comptypes):  Remove unused prototype.
4709         * decl.c (build_chill_function_type):  Handle NULL return_type
4710         correctly (convert to void_type_node).
4711         * decl.c (init_decl_processing):  layout boolean_type_node *after*
4712         we've set it's TYPE_MIN_VALUE and TYPE_MAX_VALUE.
4714 Wed Mar 16 16:08:22 1994  Bill Cox  (bill@rtl.cygnus.com)
4716         * ch-tree.h: Add prototype.
4717         * convert.c (convert): Correct calculation of padding length.
4718         * decl.c (grok_chill_fixedfields): Move ignore_exprs test to
4719           parse.y where it belongs.  This permits the removal of a kludge
4720           in make_process_struct.
4721         * lex.l, parse.y: Call to_global_level for several errors.  Add
4722           code to output error in only one pass.
4723         * tasking.c (make_process_struct): Delete kludge inserted on
4724           March 8.
4725           (build_receive_case_end): Add Wilfried's check for errors.
4727 Tue Mar 15 08:42:12 1994  Bill Cox  (bill@rtl.cygnus.com)
4729         * actions.c: Fix comment.
4730           (build_rts_call): Ifdef it out - never used.
4731           (expand_varying_length_assignment): call valid_array_index_p.
4732           rather than validate_varying_array_ref.
4733         * ch-tree.h: Fix prototype for valid_array_index_p.
4734         * expr.c (chill_expand_expr): Call build_chill_array_ref to get
4735           index validation.
4736           (build_hill_lower, build_chill_upper): Return value now inherits
4737           the novelty of the input parameter.
4738           (varying_to_slice): Use CH_NOVELTY macro rather than calling
4739           chill_novelty directly.
4740         * grant.c (newstring): Make len unsigned and cast xmalloc parameter
4741           to unsigned.
4742           (print_integer_type): Pass string value as APPEND's second parameter.
4743           (decode_decl): Pass a boolean expression as print_proc_tail's
4744           first parameter.
4745           (chill_finish_module_code): Make xmalloc's parameter unsigned.
4746         * lex.l: Pass sizes to xmalloc as unsigned ints.  Pass second
4747           parameter to in_word_set as unsigned.
4748         * loop.c (build_loop_start): Check top_loop_end_check return value.
4749         * parse.y: Add casts to int for third do_decls parameter, fifth
4750           build_loop_iterator parameter, etc.
4751         * tasking.c (build_receive_case_end): Chack cond_stack before popping.
4752         * typeck.c (validate_varying_array_ref, chill_max_vary_array_index,
4753           valid_array_index): Delete them.  They're now unused.
4754           (valid_array_index_p): Add function, call it everywhere that an
4755           array index is checked.
4756           (build_chill_slice): Restore old functionality where varying_to_slice
4757           is called to handle slices of varying arrays, rather than handling
4758           handling them here.
4759           (build_chill_slice_with_range, build_chill_slice_with_length):
4760           Check range limits for TREE_CONST before calling tree_int_cst_lt.
4761           Delete now-obsolete checks of constant indices.
4763 Mon Mar 14 17:26:51 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4765         * parse.y (modeless_expr):  New rule to allow ([...]) and (if...)
4766         to count as untyped_exprs.  (This is not really permitted by the
4767         Blue Book, but has been requested by customers.)
4769 Thu Mar 10 10:11:02 1994  Bill Cox  (bill@rtl.cygnus.com)
4771         * chill.texi: Document new command-line options.
4772         * expr.c (build_chill_num): Set unsigned parameter for
4773           type_for_size call correctly (unsigned for enums).
4774         * lang.c (lang_decode_option): Add command-line options to
4775           enable/disable runtime range-checking.
4776         * lex.l: Eat more whitespace.
4778 Thu Mar 10 09:41:37 1994  Bill Cox  (bill@rtl.cygnus.com)
4780         * Makefile.in: Have rules to make parse.h, y.tab.c and other
4781           derived files.  This allows the gcc/configure list of CHILL
4782           files machinery to work.
4783         * ch-tree.h (permanent_allocation): Add a parameter flag.
4784         * decl.c (finish_chill_function, finish_decl): Provide the 
4785           new permanent_allocation flag.
4786           (poplevel): Return early, avoid a seg fault.
4787         * lex.l (NORMAL): Replace this whole state with the predefined 
4788           INITIAL state.  Force compilation state to global level after
4789           compiler directive error - prevents endless loop on error.
4790           (handle_use_seizefile_directive): Rewrite for readability.
4791           (chill_same_grant_file): Reindent.
4792           Generally handle whitespace differently.
4793         * regression.prpt: Print ten PR numbers per line.  The report's
4794           getting too long.
4796 Wed Mar  9 09:58:51 1994  Bill Cox  (bill@rtl.cygnus.com)
4798         * decl.c (do_decl): Suppress the string-assignment-condition
4799           error - it was too often seen.
4800         * expr.c (expand_chill_expr): In CONCAT_EXPR, when argument has a
4801           runtime-changing length (as in a slice), get the parent array's
4802           allocation size from its type tree.
4803         * typeck.c (build_chill_slice): Support VARYING arrays.  Pass
4804           parent array's static allocation size along in the slice type.
4806 Wed Mar  9 08:54:24 1994  Bill Cox  (bill@rtl.cygnus.com)
4808         * lex.l (name_type_signal): Avoid dereferencing a NULL TRE_TYPE.
4810 Tue Mar  8 11:51:10 1994  Bill Cox  (bill@rtl.cygnus.com)
4812         * expr.c (build_chill_sizeof): Fix typo in error msg, add
4813           some whitespace.
4814         * lex.l (name_type_signal): Add debug output.
4815         * parse.y (call):  Allow EVENTNAME and BUFFERNAME parameters
4816           to a call, so that SIZE () works on them.
4817         * tasking.c (make_process_struct): Force ignore_exprs non-zero
4818           when processing a SEIZEd PROCESS declaration.  This prevents
4819           grox-fixed_fields from returning a NULL, and indirectly protects
4820           the chill_integer_type_node tree from corruption.
4822 Mon Mar  7 19:14:05 1994  Bill Cox  (bill@rtl.cygnus.com)
4824         * Makefile.in: Use the 'all' target to build the runtime 
4825           library and chillrt0.o.
4826         * README: Explain rules for files in this directory.
4827         * addtest, addtest.man, build-release, 
4828           chill.regress.cron: Move to utils subdirectory.
4829         * expr.c (build_chill_function_call): Mark the INOUT
4830           temporary so it doesn't get optimized into a
4831           register.  Fixes the execute/inout.ch bug.
4832         * typeck.c (layout_chill_range_type): Restrict it
4833           from complaining about an empty string type's
4834           bounds (0:-1).
4836 Mon Mar  7 09:06:39 1994  Bill Cox  (bill@rtl.cygnus.com)
4838         * Makefile.in (compiler): Restore this target.
4839           (OBJS, BC_OBJS): Delete unused variables.
4840           Add $(FLAGS_TO_PASS) to sub-make invocations.
4841         * ch_decomment.l, ch_makedepend, chill.patches, printf.c,
4842           tcov.awk, tcov.el, tcov.sh: Move to utils subdirectory.
4844 Sat Mar  5 18:37:50 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
4846         * except.c (finish_handler_array): When computing address of
4847         the array ex_decl, don't call build_array_ref.
4849 Sat Mar  5 17:43:36 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
4851         * loop.c (declare_temps): Force powerset temp to memory.
4853 Fri Mar  4 11:20:44 1994  Bill Cox  (bill@rtl.cygnus.com)
4855         * typeck.c (layout_chill_range_type): Convert highval and
4856           lowval to a common type before range-checking them.
4858 Fri Mar  4 11:20:44 1994  Bill Cox  (bill@rtl.cygnus.com)
4860         * ch-tree.h: Add loop-related prototypes.
4861         * decl.c, grant.c: Fix -Wall violations.
4862         * parse.y: Fix format of %type directives.
4864 Fri Mar  4 10:04:18 1994  Wilfried Moser  (fs_moser at rcsw1h)
4866         * Makefile.in: Update version number.
4867         * expr.c: Fix a comment.
4868         * inout.c (build_chill_writetext): Add handling of a REAL.
4869         * lex.l (INITIAL): Remove all code to discard 'header lines'.
4870           no longer needed.
4871         * parse.y (optheader): Remove - it's obsolete, as is the
4872           HEADEREL token definition.
4874 Fri Mar  4 09:41:18 1994  Bill Cox  (bill@rtl.cygnus.com)
4876         * addtest: Fix suffix removal when suffix is .c186.
4877         * regression.sh: Allow for underscores on PR filenames.
4878         * typeck.c: Check in the rewrite mentioned earlier.
4880 Thu Mar  3 09:42:10 1994  Wilfried Moser  (fs_moser at rcsw1h)
4882         * tasking.c (build_process_header): Build a debug structure
4883           for easier access to PROCESS parameters.
4885 Thu Mar  3 09:42:10 1994  Bill Cox  (bill@rtl.cygnus.com)
4887         * typeck.c (*string_assignment_condition): Complete rewrite
4888           of a verbose first draft.
4890 Wed Mar  2 16:49:05 1994  Bill Cox  (bill@rtl.cygnus.com)
4892         * actions.c (adjust_return_value): Simplify.
4893           Delete references to CH_RETURNS_LOC, extra parameters to
4894           push_extern_function and start_chill_functions.
4895           (convert_for_assignment): Check whether to generate runtime
4896           range-checking code.  Handle reference_type in convert call.
4897           (chill_expand_assignment): Produce an INDIRECT_REF for a
4898           reference_type on the LHS.  Delete conversions subsumed by
4899           convert_for_assignment.
4900         * ch-tree.h: Delete parameters from prototypes.
4901         * decl.c (print_lang_decl): Print out signal flag.
4902           (push_extern_function, start_chill_function): Delete
4903           extra parameters, references to CH_RETURNS_LOC.
4904         * grant.c (chill_finish_compile): Delete extra parameter.
4905         * parse.y: Delete references to CH_RETURNS_LOC, extra parameters to
4906           push_extern_function and start_chill_functions.
4907         * regression.sh (checkprms): Skip PRMS discrepancies if we
4908           can't access PRMS for some reason.
4909         * satisfy.c: Correct indentation.
4910         * tasking.c (build_process_header): Delete extra parameters
4911           passed to push_extern_function and start_chill_functions.
4913 Wed Mar  2 10:33:50 1994  Bill Cox  (bill@rtl.cygnus.com)
4915         * addtest: Require a fill filename.  Be more careful about
4916           adding the same test twice.
4917         * expr.c: Add FIXME to comment.
4918         * regression.sh: Add configure script call.
4920 Tue Mar  1 16:24:20 1994  Wilfried Moser  (fs_moser at rcsw1h)
4922         * Makefile.in: Change version of chill to 1.1.2
4923         * inout.c: Add processing of SET and POWERSET types to WRITETEXT.
4925 Tue Mar  1 07:34:56 1994  Bill Cox  (bill@rtl.cygnus.com)
4927         RETURN of LOC value is only half-baked.  Stay tuned...
4928         * actions.c (adjust_parm_or_field): Add to comment.
4929           (adjust_return_value): New function for issuing errors about
4930           RETURN and RESULT expressions.  Also converts them.
4931           (chill_expand_result, chill_expand_return): Call new
4932           adjust_return_value function.
4933         * ch-tree.h (CH_RETURNS_LOC): Add new flag for function types.
4934           New parameter for push_extern_function and start_chill_function.
4935         * decl.c (push_extern_function, start_chill_function): New parameter
4936           to say whether return value is a LOC.
4937         * expr.c (build_chill_indirect_ref): Further qualify the issuing
4938           of the error message.
4939         * grant.c (raw_decode_mode): Move test for instance mode under 
4940           STRUCT handling.
4941           (start_chill_module_code, chill_finish_compile): Add new
4942           parameter to start_chill_function calls.
4943         * parse.y (get_type_of): Do lookup_name more often.
4944           (quasi_pdef, procedure, procmode, optresultspec): Set 
4945           CH_RETURNS_LOC flag.
4946           (optresultattr): Code keywords as a bitmask.
4947         * tasking.c (build_process_header): Add new parameter to
4948           start_chill_function call.
4950 Sat Feb 26 12:49:05 1994  Bill Cox  (bill@rtl.cygnus.com)
4952         * Makefile.in: Replace undefined $(RM) with rm -f.
4953         * configure: Make sure scripts are executable.
4954         * regression.sh: Make variables to invoke make 
4955           and awk.  Don't process a directory if it 
4956           doesn't exist.
4958 Fri Feb 25 14:48:48 1994  Bill Cox  (bill@rtl.cygnus.com)
4960         * Makefile.in (check): Force the building of ../gcov and
4961           ../xgcc before testing.  Move the printf dependency here
4962           since we don't need it until we're testing.
4963         * addtest: Strip suffix from each input filename.
4964         * decl.c (do_decl): Correct error checking.  Call
4965           string_assignment_condition for some of it.
4966         * tasking.c (build_gen_inst): Add ability to pass an integer
4967           for either the process ID or the copy number.  If a number
4968           is passed, range-check it against the CHILL unsigned type
4969           limits.
4970           (build_buffer_descriptor): Add draft code to check the buffer
4971           name for correctness.
4973 Wed Feb 23 15:07:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
4975         New cleaner solution to the following problem:
4976         Chill allows an action to be followed by an ON-handler.
4977         But we don't know if an action has a handler until we've parsed
4978         its end, yet we want to generate extra code to set up an
4979         exception handling contour only if needed.  The old solution
4980         would generate code for the action into an rtl sequence, and then
4981         splice in the exception-setup code if we later found we needed it.
4982         This has a few problems (for example it confuses the management
4983         of stack temporaries), and is ugly.  Now that the compiler is 2-pass
4984         we have a cleaner solution:  In pass 1, we remember which actions
4985         were followed by ON-handlers.  In pass 2, we use this information
4986         to generate appropriate code before an action.
4987         * except.c (push_handler, pop_handler):  In pass 1, set up data
4988         structures (global_handler_list) to remember if an action has an
4989         ON-handler.  In  pass 2, digest this information, and setup
4990         handler if needed.
4991         * except.c, actions.h (pop_handler):  Take an extra int arg.
4992         * except.c (emit_setup_handler):  New function, with code (moved
4993         from chill_start_on) to emit code before an action that has a handler.
4994         * except.c (except_init_pass_2):  New function.
4995         * parse.y (pass1_2):  Call except_init_pass_2 before pass 2.
4996         * parse.y (POP_UNUSED_ON_CONTEXT):  Don't call pop_sequence.
4997         * parse.y:  Invoke POP_UNUSED_ON_CONTEXT and POP_USED_ON_CONTEXT
4998         in pass 1 as well as pass 2.
4999         * parse.y (BEGIN ... END):  Re-arrange logic to avoid block_stack
5000         (local to ../stmt.c) getting out of sync.
5001         * actions.c (push_action):  Don't need to emit a NOP,
5002         now that we're no longer moving sequences around.
5003         * actions.c (push_action):  Call push_handler even in pass one.
5005 Wed Feb 23 11:06:14 1994  Bill Cox  (bill@rtl.cygnus.com)
5007         * decl.c (do_decl): Check for possible overflow in initializing
5008           a declared variable.
5009         * expr.c (build-chill_indirect_ref): Add error message for
5010           a syntax error that C programmers converting to CHILL are
5011           quite likely to make.
5012         * satisfy.c (safe_satisfy_decl): Keep yesterday's change from
5013           seg-faulting.
5015 Tue Feb 22 17:54:43 1994  Bill Cox  (bill@rtl.cygnus.com)
5017         * Makefile.in: Use $(CC) rather than FLAGS_TO_PASS, which isn't
5018           defined.  Build chill script differently, and build an install script.
5019           Add an action to run the regression test.
5020         * actions.c (chill_expand_assignment): Change
5021           string_assignment_condition call.
5022         * ch-tree.h: Add prototype.
5023         * expr.c (build_chill_function_call): Change
5024           string_assignment_condition call.
5025         * satisfy.c (safe_satisfy_decl): Add check that string INIT value
5026           will fit in the declared mode.
5027         * typeck.c (string_assignment_condition): Add flag to disable
5028           runtime code generation.  Add code to generate runtime test.
5030 Mon Feb 21 14:04:20 1994  Bill Cox  (bill@rtl.cygnus.com)
5032         * Makefile.in (check): Add target to trigger a regression test.
5034 Mon Feb 21 13:54:20 1994  Bill Cox  (bill@rtl.cygnus.com)
5036         * decl.c (do _based_decls): Add error check for
5037           decls BASED on a PROC or PROCESS name.
5039 Mon Feb 21 13:24:02 1994  Bill Cox  (bill@rtl.cygnus.com)
5041         * grant.c (chill_finish_compile): Bypass handling
5042           module-level code if an earlier error has made
5043           is useless.
5044         * tasking.c (build_start_process): Generate error, 
5045           return if process name unknown.
5047 Mon Feb 21 14:29:41 1994  Wilfried Moser  (fs_moser at rcsw47)
5049         * expr.c (build_generalized_call): Use 
5050           build_arrow_expr semantics for ADDR () builtin.
5052 Mon Feb 21 12:49:14 1994  Bill Cox  (bill@rtl.cygnus.com)
5054         * tasking.c (build_gen_inst): Output correct
5055           constructor for GEN_INST.
5057 Mon Feb 21 08:14:59 1994  Wilfried Moser  (fs_moser at rcsw47)
5059         * lex.l (yywrap): Fix punctuation error.
5061 Sun Feb 20 19:58:14 1994  Bill Cox  (bill@rtl.cygnus.com)
5063         * regression.sh: Fix cvs update-related commands.
5064           Have cron job always perform the update, so it's
5065           always reporting on the current state of the 
5066           sources.
5067         * typeck.c (string_assignment_condition): Allow a 
5068           mis-match if the LHS is varying.
5070 Fri Feb 18 18:10:04 1994  Bill Cox  (bill@rtl.cygnus.com)
5072         * actions.c (expand_chill_assignment): Add call to test the
5073           string assignment condition.
5074         * expr.c (build_chill_function_call):  Add call to test the
5075           string assignment condition.
5076         * regression.awk2: Report WITHDRAWN PRs as well.
5077         * regression.sh: Delete extra commentary about FEEDBACK PRs.
5078         * typeck.c (string_assignment_condition): Add function to
5079           perform the check.
5081 Fri Feb 18 16:30:40 1994  Bill Cox  (bill@rtl.cygnus.com)
5083         * regression.awk1, regression.awk3: Recognize 'withdrawn' PRs
5084           and exclude them from the regression test report.  Mark them
5085           in the list of PRs as 'W' status.
5087 Thu Feb 17 09:13:42 1994  Wilfried Moser  (fs_moser at rcsw47)
5089         * Makefile.in: Define a version number.  Build chill script
5090           differently.  Makefile depends upon ../configure, not configure.
5091         * chill.in: Define some new flags.
5093 Wed Feb 16 19:44:33 1994  Bill Cox  (bill@rtl.cygnus.com)
5095         * grant.c (decode_constant): Restore a 'return result' statement
5096           that seems to have gotten lost.
5098 Wed Feb 16 12:37:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5100         * ch-tree.h (various STRING-type macros):  Use new TYPE_STRING_FLAG.
5102         * typeck.c (make_chill_array_type):  Remove unused args.
5103         Simplify to build only one-dimensionsal arrays, so change
5104         index list to single index.  Call layout_chill_array_type
5105         if pass!=1.  And rename to:  build_simple_array_type.
5106         * typeck.c (layout_chill_array_type):  Only recurse
5107         if TREE_TYPE has not been laid out.
5108         * typeck.c (build_chill_array_type):  Update accordingly.
5109         * typeck.c (build_chill_slice):  Replace calls to build_array_type
5110         (which does hash-canonicalization, which breaks if we later set
5111         the TYPE_STRING_FLAG) by calls to build_simple_array_type.
5112         * convert.c (convert):  The same.
5114         * grant.c (decode_constant):  Clean up.  Remove remnants of switch
5115         on TREE_TYPE of the value, and fold those cases into first switch.
5117 Wed Feb 16 09:12:21 1994  Bill Cox  (bill@rtl.cygnus.com)
5119         * Makefile.in: Add printf as a dependency of ../cc1chill.
5120         * regression.sh: Make srcdir and objdir really work.
5122 Wed Feb 16 09:12:21 1994  Bill Cox  (bill@rtl.cygnus.com)
5124         * expr.c (build_char_array_expr): Fix spelling
5125           error in error msg.
5126         * tree.c (build_string_type): Make check for overlarge
5127           string more robust.
5129 Wed Feb 16 02:37:43 1994  Mike Stump  (mrs@cygnus.com)
5131         * grant.c (decode_constant): Remove useless tests
5132         for STRING_TYPE (which isn't used by anyone, including CHILL).
5134 Tue Feb 15 15:35:07 1994  Bill Cox  (bill@cygnus.com)
5136         * build-release:  Add refinements to checkout commands.
5137         * decl.c (init_decl_processing): Move initialization of
5138           chill_unsigned_type_node before 1st call to build_string_type.
5139         * tree.c (build_string_type): Add compile-time test of string
5140           allocated length.
5141         * typeck.c (layout_chill_range_type): Add compile-time range limit
5142           checking.
5144 Tue Feb 15 08:55:37 1994  Bill Cox  (bill@cygnus.com)
5146         * Makefile.in:  Add stamp-chill-objs as a dependency of ../cc1chill.
5147         * regression.sh: Rename test directory names.
5149 Mon Feb 14 09:24:16 1994  Bill Cox  (bill@rtl.cygnus.com)
5151         * Makefile.in: Change interface with parent directory's
5152           Makefile, decoupling the lists of each others' files.
5154 Mon Feb 14 09:24:16 1994  Bill Cox  (bill@rtl.cygnus.com)
5156         * lex.l: Delete obsolete comment.
5157         * tasking.c (expand_send_signal): Add a type to the OPTSENDTO
5158           instance constructor.
5160 Mon Feb 14 04:04:16 1994  Bill Cox  (bill@rtl.cygnus.com)
5162         * lex.l (maybe_number): Add octal to numbers
5163           handled by Feb 1 change.
5165 Sat Feb 12 16:24:22 1994  Bill Cox  (bill@rtl.cygnus.com)
5167         * actions.c, convert.c, decl.c, expr.c, lex.l,
5168           tasking.c, typeck.c: gcc -Wall cleanups.
5169         * ch-tree.h: Change loop-related prototypes.
5170         * loop.c, parse.y: Rewrite to set up correct loop scope.
5171           Fix error path where loop variable not declared.
5173 Fri Feb 11 11:12:29 1994  Bill Cox  (bill@rtl.cygnus.com)
5175         * Makefile.in: Add rule to build printf.  Make it a dependency
5176           of ../cc1chill.
5177         * printf.c: New tool for regression testing script.
5178         * regression.sh: Look for print in ${objdir}.
5180 Thu Feb 24 17:31:12 1994  Wilfried Moser  (fs_moser at rcsw1j)
5182         * tasking.c (build_gen_inst): Allow integer expression as argument
5183           1 to this function. This was a change request to get rid of
5184           unsupported value conversion from INSTANCE to ARRAY (0:1) UINT
5185           or STRUCT (t UINT, c UINT).
5187 Thu Feb 10 09:49:31 1994  Bill Cox  (bill@rtl.cygnus.com)
5189         * regression.awk3: Recognize upper-case PRMS state names.
5191 Wed Feb  9 15:26:19 1994  Bill Cox  (bill@cygnus.com)
5193         * parse.y (dowithaction): Allow EXIT from DO WITH.
5195 Tue Feb  8 13:13:54 1994  Bill Cox  (bill@rtl.cygnus.com)
5197         * configure: Change to require grant.c for evidence that we've
5198           found the source directory.
5199         * decl.c (init_decl_processing): delete unused builtin_slice
5200           function declaration.
5201         * expr.c (chill_expand_expr): Calculate powerset's length
5202           correctly, calling powersetlen to do it.
5203         * regression.sh: Replace BASE references with objdir references.
5204         * typeck.c (build_chill_slice): Build the compound expression
5205           in the right order.
5207 Mon Feb  7 15:56:07 1994  Bill Cox  (bill@rtl.cygnus.com)
5209         * expr.c (build_chill_lower, build_chill_upper): Handle
5210           LOC parameter types.
5211         * regression.sh: Correct path to executable sub-shell-scripts.
5213 Mon Feb  7 11:33:47 1994  Bill Cox  (bill@rtl.cygnus.com)
5215         * regression.sh: Pervasive changes to allow for separate
5216           source and object directories.
5218 Wed Feb  2 17:5620 1994  Bill Cox  (bill@rtl.cygnus.com)
5220         * decl.c (find_implied_typed): Delete obsolete reference to
5221           PROCESS_TYPE.
5222         * ch-tree.def (PROCESS_DECL, PROCESS_TYPE): Delete - they're
5223           obsolete.
5225 Wed Feb  2 13:37:56 1994  Bill Cox  (bill@rtl.cygnus.com)
5227         * Makefile.in: Delete bogus runtime/Makefile lines.
5228         * configure: Build testsuite directory.
5230 Wed Feb  2 13:37:56 1994  Bill Cox  (bill@rtl.cygnus.com)
5232         * configure: Correct srcdir for chill.examples directory.
5234 Wed Feb  2 11:24:57 1994  Wilfried Moser  (fs_moser at rcsw47)
5236         * ch-parse.y (rule call): Add
5237               BUFFERNAME LPRN untyped_expr RPRN
5238           to enable generating a descriptor same as for SIGNALS.
5239         * ch-tasking.c (generate_tasking_code variable,
5240           decl_tasking_code_variable): Implement overflow check of
5241           taskingcode in case a tasking code is specified with the
5242           compiler directives SIGNAL_CODE, BUFFER_CODE, EVENT_CODE or
5243           PROCESS_TYPE.
5245 Wed Feb  2 09:31:37 1994  Bill Cox  (bill@rtl.cygnus.com)
5247         * configure: Add ${srcdir} to Makefile.in's path.
5248         * loop.c: Delete unused whitespace.
5250 Tue Feb  1 17:09:41 1994  Bill Cox  (bill@rtl.cygnus.com)
5252         * expr.c (string_char_rep): Process STRING_CST correctly.
5254 Tue Feb  1 15:29:28 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5256         * expr.c (build_boring_bitstring):  New function.
5257         * expr.c (build_chill_repetition_op):  Fix a number of bugs in
5258         implementation of bitstring repetition.
5259         Also, implement repetition of Booleans.
5261 Tue Feb  1 15:28:21 1994  Bill Cox  (bill@rtl.cygnus.com)
5263         * configure: Delete code to check for gas or ld.  Add code to
5264           store a config.status file in each configured subdirectory.
5265         * expr.c (): Spell concatbitstring as concatps, which is the
5266           runtime routine name.
5267         * regression.sh: Force use of GNU make.
5269 Tue Feb  1 15:22:12 1994  Bill Cox  (bill@rtl.cygnus.com)
5271         * tasking.c: Mark compiler-generated temps to prevent
5272           GRANTing them.
5274 Tue Feb  1 17:38:51 1994  Wilfried Moser  (fs_moser at rcsw1j)
5276         * lex.l (equal_number): Improve check for number after = in a
5277           compiler directive.
5278         * tasking.c (build_tasking_struct): Make field TaskValue
5279           pointer to chill_unsigned_type_node.
5280         * tasking.c (generate_tasking_code_variable): Declare tasking
5281           code variable as chill_unsigned_type_node.
5282         * tasking.c (decl_tasking_code_variable): Declare tasking
5283           code variable as chill_unsigned_type_node.
5285 Mon Jan 31 14:01:58 1994  Bill Cox  (bill@rtl.cygnus.com)
5287         * addtest (update_Makefile): No longer build actions - they're
5288           now in pattern rules.
5289         * ch_makedepend: Do the grep first, to avoid processing non
5290           USE_SEIZE_FILE lines.
5291         * configure: Pervasive rewrite to support configuring regression
5292           test directories.
5294 Mon Jan 31 04:35:53 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5296         * typeck.c (build_chill_slice): Compute EXTENT correctly.
5298 Sun Jan 30 14:33:12 1994  Bill Cox  (bill@rtl.cygnus.com)
5300         * tasking.c (build_gen_inst): Return a typed tuple with
5301           INSTANCE type.
5303 Sun Jan 30 12:01:07 1994  Bill Cox  (bill@rtl.cygnus.com)
5305         * actions.c (chill_expand_assignment): Recognize LENGTH builtin
5306           in the left hand side, pass it to
5307           expand_varying_length_assignment.
5308           (expand_varying_length_assignment): Clean up bitrot.
5309         * convert.c (convert): Revert most recent change.
5310         * loop.c (maybe_skip_loop): New function, split out of
5311           begin_chill_loop.  Add conditional to skip processing an empty 
5312           VARYING array.
5313         * parse.y (assignaction): Delete code to recognize LENGTH
5314           on left-hand-side.
5315         * typeck.c (validate_varying_array_ref): Correct misleading comment.
5317 Sat Jan 29 10:54:06 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5319         * typeck.c (build_chill_slice): Pass a valid identifier to
5320         `get_unique_identifier'.
5322         * convert.c (convert): Rename LENGTH variable to MAXIDX, and
5323         use correct value for VAR_LENGTH when initializing a varying array.
5325         * decl.c (do_decl): Set DECL_COMMON.
5327         * actions.c (check_range): Temporarily inhibit warnings so the
5328         compiler doesn't warn the user about useless range checks that it
5329         might create.  It's far easier for the compiler to figure out that
5330         a range check need not be done than it is for us to try to figure
5331         it out for ourselves.
5333         * expr.c (build_concat_expr): Generalize to handle bitstrings.
5334         (scalar_to_string): New function.
5335         (chill_expand_expr): Handle SET_TYPEs in CONCAT_EXPR by using new
5336         library call (__concatbitstring).
5338 Sat Jan 29 08:43:54 1994  Bill Cox  (bill@rtl.cygnus.com)
5340         * ch_makedepend: Fix the 'sed' command so that seize file
5341           name can be delimited by double quotes as well as apostrophes.
5343 Thu Jan 27 17:26:19 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5345         * typeck.c (my_build_array_ref):  Do constant folding.
5347 Thu Jan 27 16:24:24 1994  Bill Cox  (bill@rtl.cygnus.com)
5349         * actions.c, actions.h, ch-tree.h, chill.texi, convert.c,
5350           decl.c, except.c, expr.c, grant.c, inout.c, lang.c,
5351           lex.h, lex.l, loop.c, parse.y, tasking.c, tasking.h,
5352           tree.c, typeck.c: New 'Copyright' line for 1994.
5354 Thu Jan 27 14:12:07 1994  Mike Stump  (mrs@cygnus.com)
5356         * configure: Don't configure this directory with this configure,
5357         just subdirectories and cleanup.
5358         * Makefile.in (Makefile): Run config.status in parent directory,
5359         if we need rebuilding.
5361 Thu Jan 27 10:37:33 1994  Bill Cox  (bill@rtl.cygnus.com)
5363         * decl.c (bind_sub_modules): Need a parameter on the recursive call.
5364           Thanks, Zoo!  
5366 Thu Jan 27 10:37:33 1994  Bill Cox  (bill@rtl.cygnus.com)
5368         * expr.c (build_concat_expr): Fix SunOS portability problem.
5370 Wed Jan 26 14:57:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5372         * convert.c (digest_powerset_tuple):  New function, used to set
5373         TREE_CONSTANT and TREE_STATIC properly.
5374         (digest_structure_tuple, convert (NULL to instance, non-varying
5375         to varying)):  Set TREE_CONSTANT and TREE_STATIC when appropriate.
5376         * expr.c (varying_to_slice):  Preserve novelty of slice type.
5377         * expr.c (build_concat_expr):  Make sure class of result is
5378         correct (including correct novelty).
5379         * satisfy.c (safe_satisfy_decl):  If value of CONST_DECL is
5380         not TREE_CONSTANT, emit an error.
5381         * typeck.c (build_chill_slice):  Preserve novelty of result.
5382         * typeck.c (build_chill_slice):  Simplify for varying argument
5383         (by using varying_to_slice).
5384         * typeck.c (expand_constant_to_buffer, extract_constant_from_buffer):
5385         New functions.
5386         * typeck.c (build_chill_cast): Use above new functions to convert
5387         constant expressions.
5388         * typeck.c (copy_novelty), ch-tree.h:  New function.
5389         * chill.texi:  Update for new constant conversion semantics.
5391 Tue Jan 25 14:00:02 1994  Wilfried Moser  (fs_moser at rcsw1j)
5393         * ch-decl.c (init_decl_processing): Add new builtin function
5394           DESCR. Add call to build_chill_descr_type.
5395         * ch-expr.c: Add function build_chill_descr_type, which actually
5396           build the type the DESCR builtin returns.
5397           Add function build_chill_descr, which process the DESCR builtin.
5398         * ch-expr.c (build_chill_length): Add code to enable
5399           LENGTH (bitstring). 
5400         * ch-expr.ch (build_generalized_call): Add processing of DESCR
5401           builtin.
5402         * ch-grant.c: Add code to avoid producing of unnecessary grant
5403           files.
5404         * ch-tree.h: Add enum for builtin function DESCR. Add prototype
5405           for build_chill_descr.
5406         * ch-inout.c (build_chill_io_list_type): Change generation of the
5407           type passed to runtime library according to the new definition.
5408         * ch-inout.c (build_chill_writetext): Change processing of format
5409           string that a character constant is allowed as format string if
5410           compiler gets called with -fold-strings option.
5411         * ch-inout.c (build_chill_writetext): Change processing of
5412           integers in case NEWMODE x = INT.
5413         * ch-inout.c (build_chill_writetext): Remove processing of ranges.
5414         * ch-inout.c (build_chill_writetext): Add processing of
5415           bitstrings.
5417 Tue Jan 25 09:07:10 1994  Mike Stump  (mrs@cygnus.com)
5419         * Makefile.in (all, OBSTACK): Build interesting things be default,
5420         and make sure we include OBSTACK.
5422 Sun Jan 23 12:35:38 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5424         * grant.c (decode_constant):  Handle RANGE_EXPR.
5425         Simplify handling of CONSTRUCTOR.
5427         * typeck.c (build_chill_slice):  Use build_chill_array_ref_1,
5428         not build_chill_array_ref.
5430 Sat Jan 22 16:23:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5432         * parse.y:  Generate a RANGE_EXPR (instead of a confusing
5433         TREE_LIST) to indicate a range in case and tuple lables.
5434         * actions.c (chill_handle_case_label), convert.c (digest_constructor):
5435         Update accordingly to handle these RANGE_EXPRs.
5436         * satisfy.c (satisfy):  Don't call finish_chill_binary_op
5437         for a RANGE_EXPR.
5439 Fri Jan 21 15:39:36 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5441         * expr.c (force_addr_of):  New function, to encapsulate passing
5442         by reference a powerset or string  to a library function.
5443         * expr.c (build_min_max, build_set_expr):  Use force_addr_of.
5444         * expr.c (chill_expand_expr case CONCAT_EXPR):  Fix passing of
5445         rtl modes.  (Old code fails on 64-bit Alpha.)
5446         * expr.c (build_chill_function_call):  Remove bogues check for
5447         READonly variable passed as parameter.
5448         * expr.c (build_set_expr):  Merge common code.
5449         * parse.y (string repetition):  Fix logic for 2-pass scheme.
5450         * expr.c (finish_chill_binary_op), grant.c (decode_constant),
5451         satisfy.c (satisfy):  Handle REPLICATE_EXPR.
5452         * chill.texi:  Fix typo.
5454 Mon Jan 17 13:55:48 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
5456         * Makefile.in (INCLUDE): Add -I$(srcdir)/ch so that toplevel
5457         tree.c can find ch-tree.h.
5459 Sat Jan 15 15:34:11 1994  Mike Stump  (mrs@rtl.cygnus.com)
5461         * configure: Fix problem so that building in a separate directory
5462         works.
5464 Sat Jan 15 09:51:02 1994  Bill Cox  (bill@rtl.cygnus.com)
5466         * Makefile.in: Recurse down into runtime to
5467           create its Makefile, and to clean up.
5468         * configure: Recurse into runtime to make its Makefile.
5470 Sat Jan 15 09:15:22 1994  Bill Cox  (bill@rtl.cygnus.com)
5472  << This set of CHILL frontend sources is now the
5473     maintainable and master set. Accept no substitutes! >>
5474         * Makefile.in, configure: Completely rewritten
5475           to be invoked by gcc/Makefile.in and 
5476           gcc/configure.
5477         * addtest (update_ChangeLog): Fix insertion
5478           of the '*'.
5479         * regression.sh: Add global option to suppress results of
5480           proprietary tests.
5481         * cpy.sh: Add necessary edits to files as they
5482           are copied down.
5483         * actions.c, ch-tree.def, ch-tree.h, convert.c,
5484           decl.c, except.c, expr.c, grant.c, inout.c,
5485           lang.c, lex.h, lex.l, loop.c, parse.y,
5486           satisfy.c, tasking.c, typeck.c: Latest
5487           versions from the repository. 
5489 Fri Jan 14 12:28:39 1994  Bill Cox  (bill@rtl.cygnus.com)
5491         * addtest: Fix insertion of line into ChangeLog.
5492         * configure: Add a script.
5493         * Makefile.in: Hack from ../Makefile.in
5494         * actions.c, convert.c, decl.c, expr.c, grant.c, inout.c,
5495         * lex.l, loop.c, parse.y, satisfy.c, typeck.c: Latest sources.
5497 Mon Jan 10 11:38:07 1994  Bill Cox  (bill@rtl.cygnus.com)
5499         * build-release: Rewrite for easier tailoring.
5501 Wed Jan  5 08:38:21 1994  Bill Cox  (bill@cygnus.com)
5503         * actions.c, convert.c, decl.c, except.c, expr.c,
5504           inout.c, loop.c, parse.y, satisfy.c, typeck.c:
5505           Current versions from devo/gcc.
5507 Wed Dec 29 14:07:10 1993  Bill Cox  (bill@rtl.cygnus.com)
5509         * addtest: Don't add comment headers to source or .dat files
5510           if they're already present.
5512 Wed Dec 29 13:15:11 1993  Bill Cox  (bill@rtl.cygnus.com)
5514         * mktg_leads: New file.
5515         * regression.sh, regression.awk2: Updated status report scripts.
5516         * addtest: New script to add a test to a directory.
5517         * ch_makedepend: Add full path to ch_decomment.
5518         * actions.c, convert.c, decl.c, expr.c, grant.c, inout.c,
5519           lex.l, loop.c, parse.y, satisfy.c, tasking.c, typeck.c:
5520           Updated copies of actual sources.
5521         * chill.brochure, chill.texi: Update with current status.
5522         * cpy.sh: Script for updating copies of sources.
5523         * chill.patches: New script for creating a patch release.
5524           Pretty rough.
5526 Wed Dec  8 09:35:54 1993  Bill Cox  (bill@rtl.cygnus.com)
5528         * build-release: Delete lots of unused regression-testing cruft.
5529         * chill.brochure: Initial draft of marketing brochure.
5530         * chill.patches: Preliminary script for building patch sets
5531           for CHILL.
5532         * tcov.awk, tcov.el, tcov.sh: New files. Script, tools for
5533           building a tcov report on the CHILL compiler.
5535 Sun Nov 21 08:34:33 1993  Bill Cox  (bill@rtl.cygnus.com)
5537         * Makefile.in: Adjust gperf rule for names in this directory.
5538         * ch_decomment.l: New file.  Ignores CHILL comments.
5539           Executable is used bu ch_makedepend.
5540         * ch_makedepend: New script.  Makes CHILL dependencies for
5541           Makefiles.
5542         * gperf, hash.h: New files about lexer tokens.
5543         * regression.sh: Delete notes justifying non-summing
5544           report rows.
5545         * regression.awk2: Report PRMS status when there are
5546           missing test results.
5547         * regression.awk3: Add #! line, so this can be used separately.
5548         * Other files: latest versions copied from devo/gcc.
5550 Sat Oct 30 15:02:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
5552         * chill.texi:  Add new node about conversions. 
5554 Fri Oct 29 14:17:31 1993  Bill Cox  (bill@cygnus.com)
5556         * chill.regress.cron: Change path to executable, enable PR report.
5557         * regression.awk2: Add terminating periods to messages.
5558         * regression.sh: Change path to testsuites.  Add disclaimer at end
5559           of report.  Print explicit lists of resolved/unresolved PRs.
5561 Thu Oct 28 09:22:20 1993  Bill Cox  (bill@rtl.cygnus.com)
5563         * regression.sh: More PR-related status is printed.
5565 Thu Oct 21 19:24:02 1993  Bill Cox  (bill@rtl.cygnus.com)
5567         * regression.sh: Simplify the paths, make the source
5568           and test files accessed separately from the executables.
5570 Wed Oct 20 16:35:30 1993  Bill Cox  (bill@rtl.cygnus.com)
5572         * regression.sh: Finally fix the file-delete problem.
5573           Thanks, Jeffrey!
5574         * build-release: Make more verbose, fix comment.
5576 Mon Oct 18 00:21:24 1993  Bill Cox  (bill@cygnus.com)
5578         * regression.sh: Build linker if -U option.  Put stderr
5579           into make.log files, too.  Also report on Z.200 examples.
5580         * regression.awk3: New script to help build release note.
5582 Fri Oct 15 16:33:54 1993  Bill Cox  (bill@cygnus.com)
5584         * regression.sh, regression.prpt: Output PR status only
5585           conditionally.  Add command-line flag for CVS updates.
5587 Thu Oct 14 07:53:59 1993  Bill Cox  (bill@rtl.cygnus.com)
5589         * regression.sh: Count PRs accurately.
5590         * Makefile.in: New file.
5592 Sat Oct  9 19:46:58 1993  Bill Cox  (bill@rtl.cygnus.com)
5594         * regression.awk?: Add program fragments for
5595           report of PRMS/test exceptions.
5596         * regression.sh: Add options and PRMS reports.
5598 Fri Oct  8 06:44:41 1993  Bill Cox  (bill@rtl.cygnus.com)
5600     Create chill frontend directory, populate it.
5601     Later, the chill-specific frontend files will be moved here.
5603         * chill: Moved here from gcc directory.
5604         * chill.regress.cron: Add crontab file for regression tests.
5605         * regression.sh: Add regression test control script.
5608 # What follows is a copy of the former devo/gcc/ChangeLog.Chill file,
5610 Sat Jan 15 14:54:07 1994  Bill Cox  (bill@rtl.cygnus.com)
5612         * ch-*.*: All of these files are now moved to the ch subdirectory.
5613         Further update changes should be recorded in the ch/ChangeLog file.
5615 Fri Jan 14 21:09:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5617         * c-typeck.c, ch-actions.c, ch-convert.c, ch-decl.c, ch-except.c,
5618         ch-satisfy.c, ch-typeck.c:  Undo all of initializer-related changes
5619         that Tiemann did earlier this month.
5620         * c-typeck.c (really_start_incremental_init):  Save
5621         constructor_elements and (old value of) constructor_stack
5622         on constructor_stack, to allow for nested initializers.
5623         * ch-convert.c (digest_constructor):  If we need a varying
5624         array, and have a constructor (for the array elements),
5625         make sure to use convert so that the constructor gets
5626         wrapped in an implicit record constructor.
5627         * ch-decl.c (do_decl):  If there is no initializer for a
5628         varying array (or bitstring), create default constructor.
5630         * ch-expr.c (build_chill_lower):  Fix thinko for ARRAY_TYPE.
5631         * ch-satisfy.c (safe_satisfy_decl):  Make sure that we make
5632         original decl to check if we need to make an rtl.
5634         * ch-typeck.c (build_chill_array_ref_1), ch-tree.h:  New function
5635         which does the actual work for build_chill_array_ref (which
5636         now just loops over an argument list).
5637         * ch-actions.c, ch-expr.c, ch-inout.c:  Use build_chill_array_ref_1
5638         instead of build_chill_array_ref where appropriate.
5639         * ch-actions.c, ch-expr.c, ch-typeck.c:  Make operand 1 of a
5640         VARY_ARRAY_REF is a single index, not an index list.
5642         * ch-grant.c (__init_list):  Renamed to _ch_init_list, to
5643         avoid a conflict on the Alpha.
5645 Wed Jan 12 10:19:35 1994  Bill Cox  (bill@rtl.cygnus.com)
5647         * ch-lex.l (WS): Add BS, VT and CR to definition of 
5648           whitespace.
5649           (convert_number): Allow for uppercase hex digits.
5651 Tue Jan 11 19:43:55 1994  Bill Cox  (bill@cygnus.com)
5653         * ch-actions.c (lookup_and_handle_exit): Correct
5654           conditional so error messages are output.
5655         * ch-expr.c (build_chill_addr_expr): Add error message.
5656         * ch-grant.c (chill_finish_module_code): Avoid abort by
5657           giving the init_list constructor a type.
5658           (chill_finish_compile): Delete unused code.
5659         * ch-lex.l: Make most build_init_2 calls from the
5660           permanent obstack, so that enumeration values endure.
5661         * ch-loop.c (build_chill_iterator): Add several error
5662           messages.
5664 Tue Jan 11 12:31:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5666         * ch-expr.c, ch-typeck.c:  Rewrite some instances of
5667         'struct ch_class class = chill_expr_class (expr);' to
5668         'struct ch_class class; class = chill_expr_class (expr);'
5669         to work around a bug in /usr/ucb/cc on SunOS4.
5671 Mon Jan 10 18:29:36 1994  Bill Cox  (bill@rtl.cygnus.com)
5673         * ch-actions.c (chill_convert_for_assignment): Avoid seg fault.
5674         * ch-expr.c (expand_packed_set): Add new parameter to pass
5675           set's minimum ordinal value.  Fix loop invariant problem.
5676           (fold_set_expr): Change to add new parameter to 
5677           expand_packed_set call.
5678         * ch-grant.c: Move extern declaration to ch-tree.h.
5679         * ch-lex.l (convert_bitstring): Also output the bitstring
5680           if yydebug is set.
5681         * ch-tree.h: Add prototype.
5683 Mon Jan 10 11:29:41 1994  Bill Cox  (bill@rtl.cygnus.com)
5685         * ch-inout.c: Fix comment.
5686         * ch-tree.h: Add prototype.
5688 Sun Jan  9 18:22:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5690         * ch-tree.h (chill_expr_class):  New prototype.
5691         * ch-expr.c (build_chill_pred_or_succ, build_chill_unary_op):
5692         Convert result to correct class.
5693         * ch-expr.c (build_chill_repetition_op):  Preserve CH_DERIVED_FLAG.
5694         Also, fix some bugs for bitstrings (with ranges).
5696         (Patches from Tiemann.)
5697         * ch-convert.c (convert1):  New function to force TREE_TYPE.
5698         (convert):  Use convert1 where appropriate.
5699         * ch-typeck.c:  Formatting change.
5700         * ch-parse.y (build_chill_constructor):  Fix thinko.
5702         * ch-expr.c (varying_to_slice):  If array is not referable,
5703         call save_expr on it, rather than stabilize_reference.
5704         * ch-satisfy.c (safe_satify_decl, for CONST_DECL):
5705         Don't force value to value class if mode is not explicitly
5706         specified.  Also, make sure convert etc is only done once.
5708 Sat Jan  8 16:37:10 1994  Per Bothner  (bothner@kalessin.cygnus.com)
5710         * ch-decl.c (build_chill_function_type):  Don't call
5711         build_function_type, because it does hash canonicalization,
5712         which once in a while looses badly.
5713         * tree.c (build_function_type):  Remove no-longer-needed test
5714         for doing_chill_thang.
5716         * ch-tree.h (CH_DERIVED_FLAG):  New flag.
5717         * ch-tree.h (enum ch_expr_class):  Renamed to ch_class_kind.
5718         (struct ch_class):  New type, used to represent a Chill
5719         'class' as a first-class value.
5720         (CH_ROOT_RESULTING_MODE):  Replaced by CH_ROOT_RESULTING_CLASS.
5721         * ch-typeck.c (chill_expr_class):  Change interface to return
5722         a struct ch_class.
5723         (chill_compatible, chill_compatible_classes):  Update accordingly.
5724         (chill_root_resulting_mode):  Replace by ....
5725         (chill_root_resulting_class):  ... new function.
5726         * ch-convert.c (convert_to_class):  New function.
5727         * ch-decl.c (layout_enum):  Mark enum values with CH_DERIVED_FLAG.
5728         * ch-lex.l (string_or_int):  Rename to string_or_char.
5729         * ch-lex.l (build_chill_string, string_or_char, convert_bitstring,
5730         convert_float, convert_number):  Set CH_DERIVED_FLAG for literals.
5731         * ch-expr.c (finish_chill_binary_op):  Use convert_to_class.
5732         * ch-satisfy.c (safe_satisfy_decl):  For CONST_DECL, make sure
5733         DECL_INITIAL gets set to result of convert.
5734         Also, clear CH_DERIVED_FLAG for SYN value.
5735         * expr.c (store_constructor):  If a [power]set is exactly one
5736         word long, use single-word move.
5738 Sat Jan  8 08:38:29 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5740         * c-typeck.c (chill_initializer_constant_valid_p): Fix typo.
5742 Wed Jan  5 05:18:46 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5744         * ch-typeck.c (build_chill_slice_with_length): Test that ARRAY is of
5745         ARRAY_TYPE before assuming so.  Also, subtract 1 from LENGTH in
5746         computation of SLICE_END.
5748         * ch-typeck.c (chill_location): Treat CONSTRUCTORs like STRING_CSTs.
5750         * ch-expr.c (build_chill_indirect_ref): Handle MODE == NULL_TREE.
5752         * ch-expr.c (fold_set_expr): Handle OP1 == NULL_TREE (which happens
5753         for unary set operations).
5755         * ch-expr.c (build_chill_array_expr): Take new argument FORCE.  All
5756         callers changed.  All callers changed.
5758         * ch-convert.c (digest_structure_tuple): Handle SELECTED_VARIANT
5759         being NULL_TREE until we've started walking the list of values via
5760         the loop over VARIANTs.
5762         * ch-parse.y (build_chill_constructor): If we see an IDENTIFIER_NODE,
5763         treat it as an enum value (and hence constant).  Also, only set
5764         TREE_STATIC if the constructor is indeed constant.
5765         * c-typeck.c (chill_initializer_constant_valid_p): If we see a
5766         VAR_DECL, test the TREE_CONSTANT field of the DECL_INITIAL, don't
5767         recurse on the DECL_INITIAL.
5769 Wed Jan  5 01:24:50 1994  Bill Cox  (bill@cygnus.com)
5771         * Makefile.in: Add CHILL to LANGUAGES variable.
5772         * ch-actions.c (check_range): Call build_binary_op instead of
5773           fold, build to get the common types chosen.
5774           (cond_range_exception, cond_overflow_exception,
5775            cond_type_range_exception): Delete, obsolete.
5776           (chill_convert_for_assignment): Enable this, get particular
5777           about when to generate rangecheck code.
5778         * ch-expr.c (build_chill_function_call): Sketch in where to
5779           perform chill_convert_for_assignment on actual parameters.
5780           (build_chill_addr_expr): Correct compiler warning.
5781         * ch-loop.c (build_chill_iterator): Add runtime check for
5782           negative loop step expression.
5783         * ch-tree.h: Add prototype.
5784         * ch-typeck.c (chill_max_vary_array_ref): Correct misunderstanding.
5785           A varying array's length field counts the NUMBER of active array
5786           array entries, not the byte-length of them.
5788 Tue Jan  4 17:57:39 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5790         * ch-decl.c (do_decl): Call `suspend_momenary' if the
5791         converted constructor must live on the permanent_obstack.
5792         * ch-convert.c (convert): When building a new SET_TYPE
5793         constructor, re-set the TREE_CONSTANT and TREE_STATIC bits.
5794         * c-typeck.c (chill_initializer_constant_valid_p): Handle VAR_DECLs.
5796         * ch-typeck.c (chill_location): CONSTRUCTORS that are static
5797         are locations.
5798         * ch-satisfy.c (safe_satisfy_decl): Convert DECL_INITIAL of CONST_DECL
5799         on permanent_obstack if necessary.
5801         * ch-convert.c (digest_structure_tuple): When building a new SET_TYPE
5802         constructor, re-set the TREE_CONSTANT and TREE_STATIC bits.
5804         * ch-decl.c (do_decl): Fix handling of REFERENCE_TYPEs which
5805         the patch below helped to mess up.
5807         * ch-expr.c (build_chill_arrow_expr): Call `mark_addressable'.
5808         (build_chill_addr_expr): Take new argument ERRORMSG.
5809         All callers changed.  Also, call `build_chill_addr_expr' where
5810         we used to call `build1 (ADDR_EXPR, ptr_type_node, ...)' since
5811         that now calls `mark_addressable' automagically.
5813         * ch-decl.c (do_decl): Keep OPT_INIT in DECL_INITIAL if possible.
5814         This is needed because variables may appear in initialization
5815         statements, and their DECL_INITIALs are their values at
5816         initialization time.
5817         * ch-convert.c (digest_structure_tuple,digest_constructor): Changed
5818         to handle VAR_DECLs as initializers.
5820         * ch-convert.c (digest_structure_tuple): Copy elements of INITS so
5821         they aren't destroyed for later use.
5823 Tue Jan  4 15:25:30 1994  Bill Cox  (bill@cygnus.com)
5825         * ch-expr.c (chill_expand_expr): Correct check-range lo_limit
5826           parameter for varying_array_ref calculations.
5827           (build_chill_indirect_ref): Prevent seg fault due to syntax error.
5828         * ch-typeck.c (build_chill_slice_with_range): Correct issuance
5829           of bogus error in votrics.
5830           (build_chill_slice_with_length): Change for debug tracability.
5832 Tue Jan  4 02:43:37 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5834         * ch-convert.c (digest_structure_tuple): Fix phasing problem in
5835         handling variant record initializers.
5836         (various places): Change `pop_init_level' calls to match
5837         `push_init_level' wrt implicit variable.
5839         * ch-typeck.c (build_chill_slice): Convert the dynamic max index to
5840         `integer_type_node' before using it in comparisons.  FIXME: should
5841         this be done in `chill_max_vary_array_index' by default?
5843 Tue Jan  4 00:24:14 1994  Bill Cox  (bill@cygnus.com)
5845         * ch-actions.c: Fix comments.
5846         * ch-parse.y: Define caseaction_flag.
5847           (caseaction): Create new caseaction_flag node at the start, 
5848           then free it at the end.  Check it before the ELSE code.
5849           (expanded_case_label): Check the flag here.  If set in either
5850           place, generate a jump to the end of the case.
5851         * ch-typeck.c (build_chill_slice_with_length,
5852           build_chill_slice_with_range): Add lots of compile-time
5853           parameter range checking.
5855 Mon Jan  3 21:49:04 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5857         * ch-convert.c (digest_structure_tuple): Call `push_init_level' with
5858         implicit==0 everywhere, not 1.
5859         (digest_constructor): Ditto.
5861         * ch-actions.c (check_range): Permit limits to be NULL_TREE.
5862         Also, hack out some dead code.
5863         * ch-typeck.c (build_chill_slice): Check varying and non-varying
5864         slice constructs for range failures.
5865         (build_chill_slice_with_range): Reindented, but not changed.
5867         * ch-typeck.c (chill_max_vary_array_index): New function.
5868         * ch-expr.c (chill_expand_expr): Call it.
5870         * ch-decl.c (var_data_id, var_length_id): New variables.
5871         (init_decl_processing): Initialize them.  All calls to
5872         get_identifier (VAR_LENGTH or VAR_DATA) are now replaced
5873         by references to these variables.  This simplifies the code
5874         w/o obscuring anything.
5876 Mon Jan  3 21:24:44 1994  Bill Cox  (bill@cygnus.com)
5878         * c-typeck.c: Fix comment.
5879         * ch-actions.c (chill_expand_assignment): Error assigning to 
5880           READONLY location.  (PR_3903)  Pass filename, linenumber 
5881           to setbitpowerset runtime routine.    
5882         * ch-decl.c (init_decl_processing): Add filename, linenumber
5883           parameters to setbitpowerset prototype.
5884         * ch-expr.c (build_chill_function_call): Error when passing a
5885           READonly location as a LOC or INOUT parameter.
5886         * ch-parse.y (mode): Correct code marking type as readonly.
5888 Mon Jan  3 19:03:55 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5890         * ch-actions.c (chill_expand_assignment): Disable code that defeats
5891         building varying array references.
5892         * ch-expr.c (chill_expand_expr): Add rangecheck code to
5893         VARY_ARRAY_REF case.
5894         * ch-typeck.c (build_chill_array_ref): Don't call an `expand_'
5895         function (in this case, `validate_varying_array_ref') when we're
5896         doing a `build_' operation.
5898         * ch-typeck.c (validate_varying_array_ref): Simplify interface
5899         since INDEX parameter can never meaningfully be an INDEXLIST.
5900         * ch-actions.c (expand_varying_length_assignment): Caller changed.
5901         
5902 Mon Jan  3 07:29:45 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5904         * ch-typeck.c (build_chill_cast): Set TREE_CONSTANT on NOP_EXPRs.
5905         * ch-convert.c (digest_structure_tuple): Switch to permanent_obstack
5906         if we need to build a CONSTRUCTOR for a SET_TYPE initializer.
5907         (digest_structure_tuple): If TREE_VALUE (VALUE) == NULL_TREE, don't
5908         call CH_COMPATIBLE or try to convert it to TREE_TYPE (FIELD).  This
5909         can happen when constructors are output incrementally.
5910         * c-typeck.c (initializer_constant_valid_p): Handle SET_TYPEs.
5911         * varasm.c (output_constant): Handle NOP_EXPRs in SET_TYPE
5912         CONSTRUCTORS.
5914 Sun Jan  2 08:17:09 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5916         * ch-convert (digest_structure_tuple): Handle SET_TYPEs.  Also, call
5917         `convert' so we can handle INSTANCE types (and other anomolies)
5918         correctly.
5920         * ch-convert.c (digest_structure_tuple): Fixed variant
5921         structure initialization.  Also fixed a typo (TYPE_NAME
5922         was being used on a FIELD_DECL instead of DECL_NAME).
5923         * c-typeck.c (initializer_constant_valid_p): Pass missing
5924         ENDTYPE argument on recursive call.
5925         (set_init_field): New function, needed by ch-convert.c change above.
5927         * ch-decl.c (layout_chill_variants): Added a FIXME next to an
5928         almost certain typo.
5930         * ch-expr.c (build_chill_arrow_expr): Call `build1' and set
5931         TREE_CONSTANT for static references.
5932         * ch-except.c (chill_start_on): Change calls to
5933         `build_unary_op' (which is C-specific) to `build_chill_arrow_expr'
5934         which has CHILL semantics.
5935         * ch-convert.c (convert): Ditto (albeit in some disabled code).
5937 Sat Jan  1 21:26:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5939         * ch-satisfy.c (safe_satisfy_decl): Reorder conditional test of
5940         TREE_CODE of DECL in case it's altered by actions in the switch.
5942         * ch-satisfy.c (satisfy): Undo abort added earlier on 1 Jan.  CVS log
5943         mentions where to find code that triggers this case.
5945         * ch-actions.c (adjust_parm_or_field): Handle CONSTRUCTORS here as
5946         well.
5948         * ch-convert.c (digest_structure_tuple): Push to permanent_obstack if
5949         we're dealing with a CONSTRUCTOR that is TREE_PERMANENT.
5950         (digest_constructor): Ditto.
5952 Sat Jan  1 10:29:19 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
5954         * ch-parse.y (handleraction,resultaction,assignaction,call): Modified
5955         so that CONSTRUCTORS are properly handled before being used.
5957         * ch-convert.c (chill_start_init): New function.  All callers to
5958         `start_init' changed to call this function instead.
5959         (digest_struct_tuple): Defend against initialization machinery
5960         mucking with CONSTRUCTOR_ELTS of CONSTRUCTORs by grokking both
5961         IDENTIFIER_NODEs and FIELD_DECLs in the TREE_PURPOSE slots.  This is
5962         needed because CONSTRUCTORS stored in DECL_INITIALs of CONST_DECLs
5963         can be refered to throughout the compilation unit.  Also remove an
5964         extraneous call to `process_init_element' erroneously added to the
5965         variant record sub-loop.
5966         (digest_constructor): Propagate TREE_CONSTANT and TREE_STATIC to
5967         CONSTRUCTORS of SET_TYPE.
5968         * ch-parse.y (build_chill_constructor): Refix typo.  Also set
5969         TREE_STATIC if at top level.
5971         * ch-expr.c (build_chill_arrow_ref): Fix yet another case of
5972         TREE_CONSTANT not being set by calling `build1' when `build_unary_op'
5973         should have been called.
5975         * ch-convert.c (digest_struct_tuple): Restore code which tracks 
5976         field initializations so that the compiler can deduce what variant
5977         initializations to assume.
5979         * ch-satisfy (safe_satisfy_decl): Turn on initialization machinery
5980         when we push into a scope that has a DECL with a CONSTRUCTOR as its
5981         DECL_INIT.
5983         * ch-parse.y (build_chill_constructor): Change the name of the
5984         parameter to something more meaningful.  Fix typo.  Also, handle case
5985         where element is an untyped CONSTRUCTOR.
5987         * ch-except.c (finish_handler_array): Set TREE_CONSTANT on
5988         constant ADDR_EXPRs.
5989         (chill_start_on): Call `build_unary_op' to set TREE_CONSTANT
5990         on JBUF_REF (instead of calling `build1' which does not).
5992         * ch-convert.c (convert): Test LENGTH instead of NEEDED_PADDING.
5994         * ch-typeck.c (chill_expand_tuple): Deleted.
5995         * ch-parse.y (primval rule): Don't call `chill_expand_tuple';
5996         instead, use initialization machinery for CONSTRUCTORS that
5997         come through here.
5998         * ch-except.c (finish_handler_array): Ditto for CONSTRUCTORS
5999         that are created here.
6000         * ch-satisfy (satisfy): Abort in case we would have called
6001         chill_expand_tuple.  FIXME: some other code is needed here,
6002         but I don't know what yet.
6004         * ch-parse.y (build_chill_constructor): New function to
6005         propagate TREE_CONSTANT bits to CONSTRUCTORS.
6006         (untyped_expr rule): Use it.
6007         (primval rule): Use it.
6009         * ch-decl.c (do_decl): Call `finish_init'.
6010         * ch-convert.c (convert): If we spontaneously create a CONSTRUCTOR in
6011         this function, make sure the initialization machinery is set up.
6013         * ch-convert.c (digest_structure_tuple, digest_constructor): Add
6014         missing prototypes.
6016 Fri Dec 31 11:31:01 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
6018         * ch-grant.c (chill_finish_module_code): Mark ADDR_EXPR built by hand
6019         as being TREE_CONSTANT.  Otherwise it gets bounded by the initializer
6020         code.
6022         * ch-decl.c (do_decl): Change in CONSTRUCTOR handling due to...
6023         * ch-convert.c (digest_structure_tuple,digest_constructor): Mostly
6024         rewritten to work with GCC's initialization code.  The basic change
6025         was to keep the initializers in sync with the initialization
6026         machinery that `process_init_element' imposes.  Both of these
6027         functions now return `void'.
6028         * ch-convert.c (convert): Changed calls to `digest_...' functions.
6030         FIXME: the code handling UNION_TYPE (and variant records) has not
6031         been tested yet.
6033 Fri Dec 31 15:32:56 1993  Bill Cox  (bill@rtl.cygnus.com)
6035         * ch-lex.l (convert_number): Output the converted number if 
6036           yydebug is enabled.
6037         * ch-parse.y (signaldef): Set ignore_exprs correctly for a 
6038           SIGNAL declaration.
6040 Fri Dec 31 13:17:48 1993  Bill Cox  (bill@cygnus.com)
6042         * ch-parse.y: Cleanup handling of RETURN actions, to distinguish
6043           a RETURN without a value (which cannot have an exception
6044           handler) from a RETURN with a value (which can).  Eliminate
6045           some shift/reduce and reduce/reduce conflicts.
6047 Thu Dec 30 17:42:32 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
6049         * ch-inout.c (build_chill_writetext): Deal with 2 cases where
6050         types returned from `type_for_size' are not expected.  FIXME.
6051         * ch-decl.c (init_decl_processing): Mark `char_type_node' unsigned.
6052         This is required when range checking is enabled.
6054 Thu Dec 30 14:28:25 1993  Bill Cox  (bill@rtl.cygnus.com)
6056         DELAY CASE works now.
6057         * ch-decl.c (init_decl_processing): Move rest of tasking-related
6058           initialization into tasking_init().
6059         * ch-parse.y (delaycaseaction): Pervasive additions/corrections.
6060           (optsetprio): New non-terminal.
6061         * ch-tasking.c (get_task_name): Delete, obsolete.
6062           (build_instance_type): build pointer to instance type also.
6063           (build_receive_case_start): Cleanup per -Wall messages.
6064           (build_receive_case_label): Move between start and end functions.
6065           (build_delay_case_start): Pass SET name and priority also.
6066           Generally update to correct functioning.
6067           (build_delay_case_label): Move between start and end fucntions, 
6068           correct its functioning.
6069           (build_delay_case_end): Correct the code.
6070           (tasking_init): Lots of tasking-related code moved here from
6071           init_decl_processing.
6072         * ch-tree.h: Update, add prototypes.
6074 Wed Dec 29 10:13:10 1993  Bill Cox  (bill@rtl.cygnus.com)
6076         * ch-expr.c (build_chill_indirect_ref): Revert change which
6077           failed full regression testing.
6078         * ch-lex.l (name_type_signal): Add debug output.
6079         * ch-parse.y (structured_variable): Add a debug variable.
6081 Wed Dec 29 02:05:51 1993  Bill Cox  (bill@rtl.cygnus.com)
6083         * ch-decl.c (get_next_decl): Revert change which failed full
6084           regression testing.
6086 Tue Dec 28 18:20:14 1993  Bill Cox  (bill@rtl.cygnus.com)
6088         DELAY actions work now.
6089         * ch-decl.c: Correct spelling in comments.
6090           (get_next_decl): NULL out the decl's TREE_CHAIN before returning
6091           it, to prevent accidental access to the remembered_decls.
6092           (init_decl_processing): Add wait_event to runtime functions.
6093         * ch-expr.c (build_chill_indirect_ref): Prevent a syntax error from
6094           becoming a seg fault.
6095         * ch-grant.c: Correct a comment.
6096         * ch-loop.c: Delete/correct comments.
6097         * ch-parse.y (delaycaseaction): Add push/poplevel calls.  Turn 'sorry'
6098           into rough draft of actual code.
6099           (delayaction): Don't make a new scope here, use get_unique_identifier
6100           instead.
6101           (locdec): process event decls here, too.
6102           (mode): Add code to forbid READonly EVENT and BUFFER decls.  Delete
6103           code which required EVENTs and BUFFERs to be declared at global scope.
6104           (simple_name_string): Add an EVENTNAME.
6105         * ch-satisfy.c (safe_satisfy_decl): Prevent a syntax error from
6106           becoming a seg fault.
6107         * ch-tasking.c (tasking_setup): Add the event queue's max. length
6108           as the 'entry_point' parameter in the list.
6109           (build_receive_case_start, build_receive_case_label): Defer
6110           calling runtime routine until we know whether we have a signal
6111           or a buffer to wait for.
6112           (build_delay_case_start, build_delay_case_end, 
6113            build_delay_case_label, build_delay_action,
6114            process_event_decls): Added functions.
6115         * ch-typeck.c (chill_similar): Allow all integers of differing
6116           precisions to be similar.
6118 Thu Dec 23 18:00:40 1993  Bill Cox  (bill@rtl.cygnus.com)
6120         * gcc.c (CHILL SPECS): Delete references to -M -MM -MD -MMD
6121           options.  Delete C-specific defines.  Disable piping from
6122           pre-processor to cc1chill (even if -pipe is specified), since cc1chill
6123           rewinds its input for its second pass.  Piping still works
6124           from cc1chill to as.
6126 Thu Dec 23 12:31:55 1993  Bill Cox  (bill@rtl.cygnus.com)
6128         * ch-tasking.c (decl_tasking_code_variable): Assure that the
6129           tasking_code variable is allocated on the permanent obstack.
6130           (tasking_setup): Lots of changes - handle EVENT/BUFFER max.
6131           queue length (passed as the entry_point parameter).
6132           Other changes to variable names to increase 'self-documentation'
6133           the only kind GNU CHILL will get, for a while..
6135 Wed Dec 22 10:46:31 1993  Bill Cox  (bill@rtl.cygnus.com)
6137         * ch-decl.c (do_seize): Delete - it's unused.  Fix comments.
6138         * ch-loop.c (build_chill_iterator): Convert BY expression
6139           so loop involving a SET works.  Additional errors generated
6140           for numbered SET expression as start or end expression.
6141         * ch-tree.h: Prototypes for future DELAY functions.
6142         * ch-typeck.c: Standard indentation.
6144 Tue Dec 21 15:30:57 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6146         * ch-actions.c (build_cause_exception):  New function.
6147         (expand_cause_exception):  Re-write to use build_cause_exception.
6148         (check_expression, check_range):  New functions.
6149         (chill_convert_for_assignment):  New function.
6150         * ch-expr.c (build_chill_pred_or_succ):  New function.
6151         (build_chill_succ, build_chill_pred):  Removed.
6152         (build_generalized_call):  Use build_chill_pred_or_succ.
6153         * ch-lex.h, ch-lex.l (init_lex):  Add RID_OVERFLOW and RID_RANGEFAIL.
6154         * ch-lex.l (init_lex):  Use new macro to make more terse.
6155         * ch-typeck.c (chill_equivalent):  New function.
6156         Also check that ranges have the same bounds.
6157         * ch-typeck.c (my_build_array_ref):  Add optional range-checking.
6158         * ch-typeck.c (chill_location):  Handle COMPOUND_EXPR properly.
6159         Return 2 if also a referable.
6160         * ch-typeck.c (chill_referable):  Re-define to use chill_location.
6161         * ch-tree.h (CH_EQUIVALENT):  Re-defined to use chill_equivalent.
6163         * dbxout.c (dbxout_type):  Output the type attribute "@S;" to
6164         distinguish a string from a char array, and to distinguish a
6165         bitstring from regulat (power)set.  (Needed for Chill.)
6166         * dbxout.c (dbxout_type):  Only check for baseclasses in
6167         type.binfo is a vector.  (It is used in Chill for tagged unions.)
6169 Fri Dec 17 09:56:07 1993  Bill Cox  (bill@rtl.cygnus.com)
6171         * ch-actions.c, ch-convert.c, ch-decl.c, ch-expr.c,
6172           ch-grant.c, ch-inout.c, ch-loop.c, ch-parse.y,
6173           ch-satisfy.c, ch-tasking.c, ch-tree.h, ch-typeck.c:
6174           Fix -Wall problems.
6175         * ch-actions.c (chill_expand_assignment): Error if assigning
6176           a value to a BUFFER or EVENT variable.
6177         * ch-expr.c (invalid_left_operand): Delete, unused.
6178         * ch-grant.c (tasking_setup): Call build_enum_tables.
6179         * ch-inout.c (get_final_type_and_range, build_enum_tables,):
6180           New functions.
6181           (build_chill_writetext): Lots of changes to support other
6182           basic CHILL data types.
6183         * ch-loop.c (build_chill_iterator): Lots of new code to check
6184           the expressions in a STEP loop.
6185         * ch-tasking.c (rc_state): Add fields to flag SIGNAL and BUFFER
6186           names in receivecasealternative.  Generate error messages
6187           if they're mixed in the same receive case.
6188           (process_buffer_decl): Renamed from build_buffer_decl.
6189         * ch-tree.h: Fix prototypes.
6190         * ch-typeck.c (smash_dummy_type): Handle all four kinds of LANG_TYPE
6191           correctly.  Thanks Per!
6193 Wed Dec 15 15:05:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6195         * ch-decl.c (push_scope_decls):  Re-arrange some more, so
6196         that normal SEIZES (without ALL) are handled before SEIZE ALL.
6198 Wed Dec 15 13:01:22 1993  Bill Cox  (bill@rtl.cygnus.com)
6200         * ch-loop.c (declare_temps): Calculate end-of-array pointer
6201           using correct type (NOT chill_integer_type).
6202           (begin_chill_loop): Build loop-bypass expression in the
6203           type of the start expression, not in the unsigned type.
6205 Tue Dec 14 15:41:32 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6207         * ch-decl.c (push_scope_decls):  Re-arrange so that normal
6208         (non-seize) declarations are proclaim_decl'd *before* we
6209         handle the ALIAS_DECLs for seizes.  The advantage is
6210         that we can now test for (an approximation) to the
6211         'seizeable' concept, thus avoiding duplicate definitions
6212         when a module has both GRANTs and SEIZE ALL.
6214         * ch-expr.c (build_chill_arrow_expr): No longer re-write
6215         addr-of-conversion to pointer-conversion-of-addr.
6216         * ch-expr.c (build_chill_addr_expr): Re-write to just use
6217         build_chill_arrow_expr.
6219 Mon Dec 13 16:44:43 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6221         * ch-expr.c (build_chill_addr_expr, build_chill_addr_expr):  Don't re-write 
6223         * ch-tree.h (chill_root_resulting_mode):  Fix typo (missing '_').
6225         * ch-expr.c (finish_chill_binary_op):  Use CH_ROOT_RESULTING_MODE
6226         macro (which works on expressions), rather than CH_RESULTING_MODE
6227         (which works on modes, and isn't quite correct).
6228         * ch-tree.h (CH_IS_BOUND_REFERENCE_MODE):  New macro.
6229         * ch-typeck.c (chill_read_compatible, chill_compatible):
6230         Use the new macro, which handles NEWMODEs of PTR correctly.
6231         * ch-typeck.c (chill_similar):  Return 1 rather than 0 for
6232         dynamic-length array (and string) types (e.g. slices).
6233         * ch-typeck.c (chill_root_mode):  If the mode has a Novelty,
6234         just return it as is.  (This is still not 100% correct for
6235         NEWMODE of RANGEs, but is close enough.)
6237 Mon Dec 13 16:27:06 1993  Bill Cox  (bill@rtl.cygnus.com)
6239         * ch-parse.y (locdec): Avoid passing IDENTIFIER_NODEs to
6240           build_buffer_decl, which then seg faults.
6241         * ch-tasking.c (build_buffer_descriptor): Move declaration
6242           of bufdecl closer to its use.
6244 Mon Dec 13 14:57:55 1993  Bill Cox  (bill@rtl.cygnus.com)
6246         * ch-actions.c (chill_expand_result): Use expand_expr_stmt
6247           to avoid C-specific conversions.
6248         * ch-lex.l (name_type_signal): Rewrite to support BUFFERs and EVENTs.
6249         * ch-parse.y (sendaction): Delete unused statement, use the 'name'
6250           variable.
6251         * ch-tasking.c: Use expand_expr_stmt to avoid C-specific
6252           conversions.
6253           (build_buffer_decl): Save the tasking_code_variable's decl
6254           in the buffer decl tree.
6255           (build_buffer_descriptor): Real, working version.
6257 Mon Dec 13 03:13:36 1993  Bill Cox  (bill@rtl.cygnus.com)
6259         * ch-decl.c (print_lang_identifier): Delete code
6260           to print buffer size - it's no longer kept here.
6261         * ch-parse.y (expand_send_buffer): Renamed from
6262           build_send_buffer.
6263           (locdec): Enable building of a buffer decl.
6264           (optresultspec, optresultattr): Add optional
6265           result attributes such as LOC.  Semantics
6266           not enabled yet.
6267         * ch-tasking.c (expand_send_buffer): Renamed.
6268         * ch-tree.h (build_send_buffer): Renamed.
6269         * ch-typeck.c (chill_expr_class): Do more complete,
6270           job of classifying expressions.  Thanks, Per.
6272 Mon Dec 13 00:59:30 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6274         * ch-typeck.c (chill_expr_class):  Return CH_DERIVED_CLASS
6275         for bitstring constants.
6276         * ch-typeck.c (chill_novelty):  The novelty of an (unnamed)
6277         range mode is that of its parent mode; the novelty of READ M
6278         is that of M.
6280 Sat Dec 11 15:14:41 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6282         * ch-expr.c (varying_to_slice):  Call stabilize_reference
6283         rather than save_expr.
6284         * ch-typeck.c (build_chill_slice):  Don't emit warning
6285         if array is a SAVE_EXPR (it is effectively referable).
6286         * ch-typeck.c (chill_root_resulting_mode):  Handle
6287         correctly the case that one operand is DERIVED and one is VALUE.
6289 Fri Dec 10 10:00:42 1993  Bill Cox  (bill@rtl.cygnus.com)
6291         * ch-grant.c (decode_decl): Restore code mistakenly deleted.
6292           Move instance-handling code to raw_decode_mode.
6293         * ch-parse.y (formpar): Allow READ modifier in SPEC MODULE.
6294           Add rough draft of DELAY statement handling.
6295         * ch-tasking.c (build_event_type): New function.
6296         * ch-tree.h (build_event_type): Add prototype.
6297         * ch-typeck.c (smash_dummy_type): Add buffer & event handling.
6299 Wed Dec  8 18:02:26 1993  Bill Cox  (bill@rtl.cygnus.com)
6301         Parse and grant BUFFER modes.
6302         * ch-grant.c (raw_decode_mode): Format BUFFER, EVENT modes.
6303           Moved from decode_decl.
6304         * ch-parse.y: Fix several sorry() messages.
6305         * ch-tasking.c (build_buffer_type): Use a LANG_TYPE to pass the
6306           info.
6308 Wed Dec  8 12:59:54 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6310         * ch-actions.c (chill_expand_assignment):  In a multiple
6311         assignment, check that all the targets are equivalent.
6313         * ch-typeck.c (chill_l_equivalent, CH_L_EQUIVALENT):  New function
6314         and macro to (partially) implement the relation l-equivalent.
6315         * ch-typeck.c (chill_read_compatible):  Implement at least
6316         initial check of read-only-ness.
6317         * ch-typeck.c (build_readonly_type):  Fix thinkos.
6319 Wed Dec  8 09:11:46 1993  Bill Cox  (bill@rtl.cygnus.com)
6321         * ch-decl.c (pop_module): Only warn about duplicate grant
6322           statements if they inhabit different files, by examining
6323           inode numbers.  Only report compatibility problems in pass 1.
6324         * ch-lex.l (chill_same_grant_file): New function to support the
6325           above test.
6327 Tue Dec  7 17:10:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6329         * ch-decl.c (start_chill_function):  Handle attributes in pass 1,
6330         rather than in pass 2.  (It seems to make more sense that way.)
6331         * ch-parse.y (procedureattr):  Build attribute list if pass != 2.
6333         * ch-parse.y (mode):  Don't call build_readonly_type in pass 2.
6335 Mon Dec  6 14:35:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6337         This implements NOVELTY and READONLY checking.
6338         * ch-tree.def:  Added comment about use of LANG_TYPE.
6339         * ch-typeck.c (build_readonly_type, smash_dummy_type):  New functions.
6340         * ch-tree.h: New prototypes.
6341         * ch-decl.c (push_modedef):  If newmode, lazily "copy" the given mode
6342         immediately (even if it's just a type name), using a LANG_TYPE.
6343         * ch-parse.y (mode):  Call build_readonly_type to handle READ.
6344         * ch-decl.c (find_implied_types), ch-grant.c (raw_decode_mode),
6345         ch-satisfy.c (satisfy):  Handle a LANG_TYPE.
6346         * ch-decl.c:  Remove chill_modes_equiv and other unused junk.
6347         * ch-satisfy.c (safe_satisfy_decl/CONST_DECL):  Better
6348         mode compatibility checking for SYN declarations.
6350         * ch-typeck.c (chill_similar):  Be more general when checking set
6351         modes for similarity - specifically support calling chill_similar
6352         BEFORE the modes have been satisfied (needed by proclaim_decl).
6353         * ch-decl.c (proclaim_decl):  Allow duplicate definitions
6354         of set elements of similar set modes.
6356         * ch-parse.y (caseaction):  Call language-independent
6357         expand_start_case rather than c_expand_start_case (which
6358         doesn't allow chars or booleans).
6360 Sat Dec  4 22:16:19 1993  Bill Cox  (bill@rtl.cygnus.com)
6362         * ch-actions.c (cond_range_exception, 
6363           cond_type_range_exception): Check command-line flag before
6364           generating code.  Fix comments.
6365         * ch-expr.c (build_chill_num): Add generation of OVERFLOW
6366           code, commented out.
6367         * ch-loop.c (build_chill_iterator): Comment out
6368           exception code generation.
6369         * ch-parse.y: Delete quasi_signal flag, use 
6370           current_module->is_spec_module instead.
6371         * ch-tasking.c (build_buffer_decl, build_buffer_descriptor):
6372           Delete quasi_decl flag.  Look at current_module
6373           instead.
6374         * ch-tree.h: Take quasi_decl flag out of buffer
6375           related prototypes.
6376         * ch-typeck.c (valid_array_index, chill_similar):
6377           Comment out runtime range checking for now.
6378         * expr.c (store_constructor): Fix word-size set problem.
6379         * varasm.c (emit_set_data): Fix word-size set problem.
6381 Wed Dec  1 19:08:12 1993  Bill Cox  (bill@rtl.cygnus.com)
6383         * ch-actions.c: Delete unused prototype for build_compound_expr.
6384         * ch-loop.c (begin_chill_loop): Convert operands of the conditional
6385           expression to lp->iter_type before expanding it.  Prevents an abort
6386           deep in expand_expr and friends.
6388 Wed Dec  1 17:00:44 1993  Bill Cox  (bill@rtl.cygnus.com)
6390         * ch-actions.c (chill_expand_assignment): Comment out strange
6391           test and its error message.
6392         * ch-loop.c (begin_chill_loop): Correct call to generate conditional
6393           jump around the loop.
6394         * ch-typeck.c (build_chill_slice): Call correct temporary generator.
6396 Wed Dec  1 14:19:51 1993  Bill Cox  (bill@rtl.cygnus.com)
6398         * ch-actions.c (cond_exception): Clarify that it generates
6399           an exception if the given expression is TRUE.  Make it so, Number One.
6400         * ch-decl.c (DOLLARS_IN_IDENTIFIERS): Disable these.
6401           (print_lang_type): Print max queue size.
6402           Add casts to DECL_TASKING_CODE_DECL references.  Fixes a
6403           portability problem.
6404           (init_decl_processing): Add filename and linenumber arameters
6405           to tasking and memory-allocate runtime prototypes.
6406         * ch-expr.c (finish_chill_binary_op): Check for division
6407           by a constant zero.  Replace build_temporary_variable
6408           calls with decl_temp1 calls, to decouple from ch-loop.c.
6409           (build_chill_succ, build_chill_pred): Sketch code to generate
6410           exceptions.  Add error check for numbered set.
6411           (build_generalized-call): Correct call for return_memory.
6412           Standardize whitespace before left parens.
6413         * ch-grant.c: Use new macro for checking for BUFFER mode.
6414         * ch-lex.l (name_type_signal): Add attempts to recognize BUFFER
6415           and EVENT names.
6416         * ch-loop.c (build_temporary_variable): Make static, unavailable
6417           to outsiders.
6418           (declare_temps): Make user's variable for him/her, in the
6419           true Z.200 case, where it hasn't previously been declared.
6420           (begin_chill_loop): simplify control flow a bit.
6421         * ch-parse.y (quasi_locdec): Set/reset quasi_flag.
6422           (rccase_label): Delete bogus error checks.  Rough draft of
6423           BUFFER-related code.
6424           (assertaction): Remove logical negation - it's now in cond_exception.
6425           (locdec): Sketch of buffer-related code.
6426           (non_array_mode): Add EVENT and BUFFER modes here.  Add setting of
6427           set-numbered flag for pred and succ functions.
6428           (optqueuesize): Default to integer_zero_node.
6429           (simple_name_string): Add BUFFERNAME.
6430         * ch-tasking.c: Add casts to DECL_TASKING_CODE_DECL references.
6431           (build_chill_start_process, expand_send_signal,
6432            build_receive_case_start, build_send_buffer): Add filename, linenumber parameters
6433           to tasking-related runtime calls.  Sketches of BUFFER mode
6434           processing.
6435         * ch-tree.h: Remove left-hand-side cast in DECL_TASKING_CODE_DECL
6436           macro, for portability to non-gcc compilers.  Add prototypes
6437           for buffer-related functions.
6438         * ch-typeck.c: Replace build_temporary_variable calls with
6439           decl_temp1 calls, to decouple from ch-loop.c.
6440           (chill_similar): Add tests for BUFFER and EVENT modes.
6442 Wed Dec  1 14:05:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6444         * ch-actions.c (malloc prototype):  Remove; can cause conflicts.
6446 Wed Dec  1 09:49:58 1993  Bill Cox  (bill@rtl.cygnus.com)
6448         * ch-grant.c (raw_decode_mode): Process a REFERENCE_TYPE.
6450 Tue Nov 30 14:05:23 1993  Bill Cox  (bill@rtl.cygnus.com)
6452         * ch-decl.c (init_decl_processing): Add filename, line number
6453           parameters to tasking-related runtime routines.
6454         * ch-grant.c (decode_decl): Check for BUFFER mode differently.
6455         * ch-parse.y (BUFFER_CODE, EVENT_CODE): Move token to 
6456           lex-only list.
6457           (quasi_locdec): Set/reset quasi_decl flag.
6458         * ch-tasking.c (build_start_process, expand_send_signal,
6459           build_receive_case_start, build_send_buffer): Add filename. linenumber to
6460           (build_buffer_decl, build_buffer-type): New rough-draft functions.
6461           generated runtime routine call.
6462         * ch-tree.h (CH_IS_BUFFER_MODE, CH_IS_EVENT_MODE): New macros
6463           to mark a synchronization mode.  Update the prototypes.
6464         * ch-typeck.c (chill_similar): Check EVENT or BUFFER modes for
6465           similarity.
6467 Tue Nov 30 09:51:47 1993  Doug Evans  (dje@canuck.cygnus.com)
6469         * cccp.c (main): Add missing chill sanitization.
6471 Sun Nov 28 15:50:10 1993  Bill Cox  (bill@rtl.cygnus.com)
6473         * ch-loop.c (initialize_iter_var): Build count expression
6474           more robustly.
6475           (bottom_loop_end_check): Call emit_line_note.
6476           (end_chill_loop): Delete emit_line_note call.
6477         * ch-parse.y (doaction): Move DO keyword
6478           after end_chill_loop call.
6480 Wed Nov 24 08:49:07 1993  Bill Cox  (bill@rtl.cygnus.com)
6482         * c-typeck.c (c_expand_start_case): Back out previous
6483           change.
6485 Tue Nov 23 12:33:50 1993  Bill Cox  (bill@rtl.cygnus.com)
6487         * c-typeck.c (c_expand_start_case): Allow any CHILL discrete
6488           type as a CASE label.
6490 Tue Nov 23 11:37:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6492         * ch-decl.c (grok_chill_variantdefs):  Use NULL as the name
6493         of variant fields (not __CASE or anything based on it).
6494         * ch-decl.c (handle_one_parent), ch-expr.c (compare_records):
6495         Don't check for field name __CASE.
6497 Tue Nov 23 09:37:54 1993  Bill Cox  (bill@rtl.cygnus.com)
6499         * ch-decl.c (grok_chill_variantdefs): Use a unique dummy
6500           name for the FIELD_DECL.
6501         * ch-parse.y (optstartset): More error tests.
6502         * ch-tasking.c (make_process_struct): Only report error in pass 1.
6503           (build_start_process): Remove bogus restriction, allowing
6504           an INSTANCE expression as the optset parameter.
6506 Mon Nov 22 17:56:34 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6508         * ch-tree.h (expand_function_end):  Now is takes parameters, not 2.
6509         * ch-decl.c (finish_chill_function):  Add 3rd parameter to
6510         call of expand_function_end.
6512         * ch-expr.c (chill_expand_expr):  For set and strings ops,
6513         if target is in a register, use a stack temporary (since we must
6514         take its address).  (Similar to Oct 29 change for store_constructor.)
6515         * ch-expr.c (resolve_component_ref):  Fix variant field lookups.
6517 Mon Nov 22 14:23:13 1993  Bill Cox  (bill@rtl.cygnus.com)
6519         * ch-expr.c (chill_expand_expr): Assure that emit_library_call
6520           parameter 1 and its mode are always in sync.
6521           (build_chill_pred, build_chill_succ): Allow pred/succ of a
6522           pointer.
6523         * ch-loop.c (chill_unsigned_type): New function, used instead of
6524           unsigned-type, since it understands the chill_integer_type.
6525           (decl_iteration_var): Delete, use build_temporary_variable
6526           instead.
6527           (declare_temps): Use lp->iter_type for the temp evaluations.
6528           (initialize_iter_var): More careful calculation, to handle
6529           MININT to MAXINT loops w/o overflow/underflow.
6530           (begin_chill_loop): Use the original start/end expressions
6531           for the loop bypass test.
6533 Mon Nov 22 14:02:06 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6535         * ch-typeck.c (build_chill_slice):  If the argument is
6536         is constant, use a read-only static variant, as the
6537         existing algorithm assumes addressability.
6538         * ch-typeck.c (chill_compatible):  De-reference reference types.
6539         * ch-typeck.c (layout_chill_range_type):  Set TREE_UNSIGNED.
6541 Sat Nov 20 20:17:15 1993  Bill Cox  (bill@rtl.cygnus.com)
6543         * ch-decl.c (init_decl_processing): Add filename
6544           and linenumber to allocate, free memory calls.
6545         * ch-expr.c (build_allocate_memory_call,
6546           (build_allocate_global_memory_call): Add 
6547           filename, linenumber to call.
6548         * ch-loop.c: Complete rewrite for maintainability.
6550 Sat Nov 20 17:30:05 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6552         * ch-except.c:  Make it so that (by default at least) the
6553         code to push/pop the __exceptionStack is done using library
6554         functions __ch_link_handler and __ch_unlink_handler.  This
6555         provides better flexibility (for e.g. multi-threading).
6557         * ch-decl.c (layout_chill_variants):  Allow (useless) selectors
6558         even for tag-less variants.
6560 Fri Nov 19 14:32:20 1993  Bill Cox  (bill@rtl.cygnus.com)
6562         * ch-decl.c (init_decl_processing): Add memmove builtin
6563           function definition.
6564         * ch-actions.c (chill_expand_array_assignment): Use memmove
6565           call to copy an array or slice across the assignment.
6567 Wed Nov 17 18:23:15 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6569         * ch-satisfy.c (satisfy):  If a CONTRUCTOR already has a
6570         TREE_TYPE, temporarily clear it before calling chill_expand_tuple,
6571         to force expansion (processing of the elements).
6572         * ch-grant.c (decode_constant):  If a tuple (CONTRUCTOR) has
6573         a mode, write it out.
6574         * ch-decl.c (init_decl_processing): Add some missing inits.
6576 Wed Nov 17 17:13:20 1993  Bill Cox  (bill@rtl.cygnus.com)
6578         * ch-loop.c: Fix unterminated strings in design comments.
6579           Add enumeration to the iterator structure for type of loop.
6580           unused for now.
6582 Wed Nov 17 16:40:05 1993  Bill Cox  (bill@rtl.cygnus.com)
6584         * ch-decl.c (init_decl_processing): Add long parameters to lots
6585           of powerset runtime routines.
6586         * ch-expr.c (chill_expand_expr): Change parameters to powerset
6587           runtimes so bitlengths are long unsigned ints.
6588         * ch-inout.c (build_chill_writetext): Add filename and linenumber       
6589           as runtime parameters, for better error messages.
6590         * ch-loop.c: general pre-rewrite cleanup.
6591         * expr.c (store_constructor): Rewrite set interface to
6592           setpowersetbits for long bitnumbers, rather than shorts.
6594 Tue Nov 16 13:41:12 1993  Bill Cox  (bill@rtl.cygnus.com)
6596         * ch-expr.c (build_chill_function_call): Stop generating empty
6597           copyback statements, which lead to a seg fault.
6599 Tue Nov 16 12:20:17 1993  Per Bothner  (bothner@cygnus.com)
6601         * ch-satisfy.c (satisfy):  If satisfying a type whose
6602         TYPE_MAIN_VARIANT is not itself, also satisfy the TYPE_MAIN_VARIANT.
6603         * ch-actions.c (build_exception_variant):  Remove some crud.
6604         * ch-actions.c (build_exception_variant), ch-tree.h, ch-decl.c:
6605         Remove unused first argument.
6606         * ch-decl.c (start_chill_function):  Call build_exception_variant
6607         in pass 1, not in pass 2.
6609 Tue Nov 16 11:10:03 1993  Bill Cox  (bill@rtl.cygnus.com)
6611         * ch-decl.c (shadow_record_fields): Call new function
6612           build_chill_arrow_expr, which returns a ptr-to-a-type.
6613         * ch-expr.c (build_chill_arrow_expr): New function, works like
6614           build_chill_addr_expr used to do, returning a typed ptr.
6615           (build_chill_addr_expr): Now returns unbound ref - analogous
6616           to C 'void *'.
6617         * ch-parse.y (PREDEF_MODEDECL): Delete unused token.
6618           (operand6): Call build_chill_arrow_expr.  Reindent a bit.
6619         * ch-tree.h (build_chill_arrow_expr): New prototype.
6621 Mon Nov 15 16:38:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6623         * stor-layout.c (layout_type): If a SET_TYPE needs more than
6624         INT_TYPE_SIZE bits, use BLKmode (and never DImode).
6626         * ch-decl.c (start_chill_function):  Set DECL_CONTEXT of params.
6628 Mon Nov 15 14:49:17 1993  Bill Cox  (bill@rtl.cygnus.com)
6630         * ch-decl.c (init_decl_processing): Move tasking stuff (__whoami
6631           build_function_call, etc.) to tasking_init.
6632         * ch-gperf, ch-hash.h: Add ASM keyword.
6633         * ch-parse.y: Add ASM statement rules.
6634           (format_str, text_arg): Delete last rules for WRITETEXT, READTEXT.
6635         * ch-tasking.c: Move tasking stuff here.
6637 Sun Nov 14 15:50:34 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6639         * ch-parse.y (mode2):  Split into array_mode and non_array_mode
6640         to resolve layout ambiguity.
6641         * ch-parse.y (checked_name):  Remove.  Use name_string instead.
6642         * ch-parse.y (variantdef):  Don't crash if no tag fields.
6643         * ch-typeck.c (build_chill_array_type):  If varying_p,
6644         actually do build_varying_struct here (rather than in ch-parse.y).
6646 Fri Nov 12 15:37:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6648         * ch-satisfy.c (safe_satisfy_decl): Don't mangle function-local
6649         static names.  (Let make_decl_rtl generate a unique name.)
6651 Sun Nov 14 13:15:26 1993  Bill Cox  (bill@rtl.cygnus.com)
6653         * ch-expr.c (build_chill_lower, cuild_chill_upper):
6654           Rewrite for modes, values, etc.
6655         * ch-inout.c (build_chill_writetext): Add ability
6656           to write out characters.
6657         * ch-satisfy.c (safe_satisfy_decl): Don't mangle function-local
6658           static names.  (Let make_decl_rtl generate a unique name.)
6659         * varasm.c (unpack_set_constructor): Subtract
6660           lower domain value from a bit's index value,
6661           to match the runtime and allow powersets
6662           with negative lower bounds.
6664 Fri Nov 12 14:00:48 1993  Bill Cox  (bill@rtl.cygnus.com)
6666         * ch-inout.c (build_chill_writetext): Save reserved words in
6667           uppercase if -fspecial_UC was specified.
6669 Fri Nov 12 13:27:12 1993  Per Bothner  (bothner@rtl.cygnus.com)
6671         * ch-expr.c (chill_expand_expr, build_concat_expr): Simplify
6672         string concatenation by treating varying strings as slices.
6673         (varying_to_slice): New function.
6674         * ch-typeck.c (build_chill_slice): Changed to support the above.
6676 Fri Nov 12 12:07:28 1993  Bill Cox  (bill@rtl.cygnus.com)
6678         * ch-convert.c (convert): Fall through & convert a VARY_ARRAY_REF.
6679         * ch-expr.c (build_generalized_call): Start module before a
6680           writetext action, so its variables are inside the module-level
6681           function.
6682         * ch-loop.c (init_loop_counter): Correct for_u_bound computation
6683           for enumeration loop on a varying array.
6685 Thu Nov 11 07:49:53 1993  Bill Cox  (bill@rtl.cygnus.com)
6687         * cccp.c (main): Disable trigraphs for CHILL.
6688         * ch-decl.c (grok_chill_fixedfields): Add special_UC
6689           to conditional to determine case of reserved words.
6690           Make PACK/UNPACK warning more specific.
6691         * ch-expr.c (build_generalized_call): Enable recognition
6692           of WRITETEXT call here.
6693         * ch-gperf, ch-hash.h: Remove WRITETEXT as a reserved
6694           word.  It's only predefined.
6695         * ch-inout.c: Add special_UC to conditionals
6696           to determine case of reserved words.
6697           (build_chill_writetext): Change for call from 
6698           build_generalized_call.  Add code to format
6699           integers.
6700         * ch-lang.c (lang_decode_option): Add special_UC and
6701           special_LC flags and logic to interlock with
6702           ignore_case flag.
6703         * ch-lex.l: Add special_UC to conditionals
6704           to determine case of reserved words.
6705         * ch-parse.y: Delete WRITETEXT as reserved word.
6706         * ch-tasking.c: Add special_UC to conditionals
6707           to determine case of reserved words.
6708           (build_instance_type): Make components of INSTANCE
6709           unsigned 16-bit integers.
6710         * ch-tree.h (build_chill_writetext): Fix prototype.
6711         * ch-typeck.c (build_chill_array_type): Make PACK
6712           /UNPACK warning more specific.
6713         * toplev.c (lang_options): Add -fspecial_LC
6714           and -fspecial_UC flags.
6716 Wed Nov 10 02:29:53 1993  Bill Cox  (bill@rtl.cygnus.com)
6718         * Makefile.in: Move ch-hash.h from ch-lex.o
6719           rule to ch-lex.c rule, so flex is rerun.
6720         * ch-actions.c (chill_expand_assignment): Error if
6721           user tries to assign to a LHS function.
6722         * ch-decl.c (grok_chill_fixedfields): Use of PACK
6723           /UNPACK is only a warning.
6724           (init_decl_processing): Add ADDR as a builtin function.
6725         * ch-expr.c (build_generalized_call): Add ADDR
6726           as a builtin function.
6727           (build_chill_addr_expr): Sanity check parameters.
6728         * ch-gperf: Remove ADDR as a reserved word,
6729           make ASM into one.
6730         * ch-hash.h: gperf'd version of the above.
6731         * ch-inout.c (chill_stdio_p): Recognize upper/lower
6732           case file names.
6733         * ch-lex.l: Make ignore-case work.  Downcase
6734           token before checking for reserved words.
6735         * ch-parse.y: Delete ADDR as a reserved word.
6736           (mode2, optlayout): Allow PACK/UNPACK specifier.
6737           (call): Use build_generalized_call for 
6738                   primval LPRN modename RPRN.
6739           (primval): Delete ADDR reference.  It's now only
6740           predefined, not reserved.
6741         * ch-tree.h: Add BUILT_IN_ADDR as a predefined.
6742         * ch-typeck.c (build_chill_array_type): Just
6743           a warning for PACK/UNPACK usage.
6744         * toplev.c: Add -fignore-case and -fno-ignore-case.
6746 Tue Nov  9 15:07:02 1993  Bill Cox  (bill@rtl.cygnus.com)
6748         * ch-actions.c: Reindent for readability.
6749         * ch-convert.c (convert): Turn a NULL keyword into [0, 0] for
6750           a conversion to INSTANCE.
6751         * ch-decl.c: Change special_UC to ignore_case everywhere.
6752           (init_decl_processing): Add builtin_function calls for lots of
6753           predefined functions.
6754         * ch-expr.c: Change builtin function handlers back to accepting
6755           args, not a treelist.  
6756           (route_to_predefined_function): Delete it and its call.
6757           (build_generalized_call): Add lots of builtin functions.
6758         * ch-gperf (backwards, duration, inttime, null): Delete them.
6759         * ch-hash.h: New version.
6760         * ch-inout.c: Change special_UC to ignore_case everywhere.
6761         * ch-lang.c: Delete special_UC flag.
6762         * ch-lex.l: Change special_UC to ignore_case everywhere.
6763         * ch-loop.c (high_domain_value, low_domain_value): Change
6764           interfaces to build_chill_upper and built_chill_lower.
6765         * ch-parse.y: Delete lots of stuff which should only be predefined.
6766         * ch-tasking.c: Change special_UC to ignore_case everywhere.
6767           Change builtin function handlers back to accepting args,
6768           not a treelist.  
6769         * ch-tree.h: Add lots of builtin functions to the enumerator.
6771 Mon Nov  8 18:08:27 1993  Bill Cox  (bill@rtl.cygnus.com)
6773         * ch-tasking.c (tasking_init): Disable last-minute change for now.
6775 Mon Nov  8 17:30:22 1993  Bill Cox  (bill@rtl.cygnus.com)
6777         * Makefile.in: New commands to build ch-hash.h.  Add ch-lex.h to
6778           dependencies where it's used.
6779         * ch-decl.c (init_decl_processing): Build predefined constants
6780           for TRUE, FALSE and NULL.  Add declaration for abs builtin
6781           function.
6782           (lookup_name): Check for a CONST_DECL, don't ask about DECL_NESTING
6783           stuff for builtin constant like TRUE.
6784         * ch-expr.c (route_to_predefined_function): Add a bunch of 
6785           predefined functions to the list.
6786         * ch-gperf: Define the list of reserved words, minus the predefined
6787           words, using the special_UC flag.  Remove NULL, TRUE, FALSE -
6788           these are only predefined, not reserved.
6789         * ch-hash.h: Check this into repository, even though it's derived
6790           from ch-gperf, for those users who don't have gperf.
6791         * ch-inout.c (build_chill_io_list_type): Use the special_UC flag
6792           to refer to the IO types. Standardize the indentation.
6793         * ch-lex.h: Add enumerators for TRUE, FALSE, NULL.
6794         * ch-lex.l: Total rewrite of reserved-word recognition, using
6795           the ch-hash.h lookup routines.
6796         * ch-parse.y: Delete a bunch of unused rules for predefined 
6797           procedures and their parameters.
6798         * ch-tasking.c (tasking_init): Build predefined functions
6799           for COPY_NUMBER, GEN_CODE, GEN_INST, and GEN_PTYPE.  Not
6800           complete yet.  Change interface to builtin handlers to accept
6801           just an expression list.
6803 Wed Nov  3 18:07:08 1993  Bill Cox  (bill@rtl.cygnus.com)
6805         * Makefile.in: Debug, activate rule to make CHILL hash table.
6806         * ch-actions.c: Compress parameter type lists per standard.
6807         * ch-decl.c: Correct spelling in comment, compress parameter lists.
6808           (init_decl_processing): Check special_UC flag to build builtin
6809           function declarations.
6810         * ch-expr.c (route_to_predefined_function): Check for upper OR
6811           lowercase function names.
6812         * ch-gperf: Update the list of keywords.
6813         * ch-inout.c (build_chill_io_list): Check for special_UC flag
6814           to build I/O list type.  Compress parameter lists.
6815           (chill_stdio_p): Check for special_UC flag in recognizing
6816           file streams.
6817         * ch-lang.c (lang_decode_option): Add command-line options
6818           for upper-case keywords and user labels.
6819         * ch-lex.l (init_lex): Initialize ridpointers to uppercase
6820           if special_UC flag is set.
6821           (downcase, getlc, check_newline): Don't do this if ignore_case
6822           flag is set.
6823         * ch-parse.y (variantdef, case_expr): Report 'sorry' for use of
6824           multiple selector expressions.
6826 Sat Oct 30 01:06:19 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6828         * ch-expr.c (compare_record, finish_chill_binary_op): Compare
6829         STRUCTs (and INSTANCEs) for equality.
6830         * ch-expr.c (invalid_operand):  New functions, combines most of
6831         the functionality of invalid_left_operand and invalid_right_operand.
6832         * ch-convert.c (digest_constructor):  Set TREE_CONSTANT if it is.
6834 Sat Oct 30 11:12:47 1993  Bill Cox  (bill@rtl.cygnus.com)
6836         * Makefile.in (chill): Add back in the commands to build chill
6837           (the script) from chill.in.
6839 Fri Oct 29 16:25:38 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6841         * expr.c (store_constructor):  If SET_TYPE target is in a register,
6842         use a stack temporary (since we must take its address).
6844         * ch-expr.c (build_allocate_global_memory_call,
6845         build_allocate_memory_call):  Cast argument pointer to PTR,
6846         if needed (using location cast).  Also, some other cleanups.
6847         * ch-parse.y (bracketed_action):  Re-arrange things so that
6848         a handler following BEGIN END comes before the final poplevel.
6849         * ch-typeck.c (build_chill_cast): Just return if already correct type.
6851         Re-do DO WITH so that build_component_ref for is done lazily
6852         (at each reference) instead of eagerly (at the beginning
6853         of DO WITH).  This is needed for tagged variants,
6854         * ch-tree.def (WITH_DECL):  New declaration tree code.
6855         * ch-decl.c (lookup_name):  Recognize WITH_DECLs.
6856         * ch-decl.c (handle_one_level):  Variant parts are currently
6857         indicacted with '__CASE'.  Recognize that.
6858         Generate a WITH_DECL (instead of ALIAS_DECL) for each field name.
6860 Thu Oct 28 22:17:41 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6862         * ch-expr.c (build_chill_length), ch-typeck.c (build_chill_cast):
6863         Remove some old crud.
6864         * ch-typeck.c (build_chill_cast):  Another attempt at a
6865         compromise between robustness and generality for casts.
6866         Location conversions are now less likely to confuse things.
6867         * ch-parse.y (optactions):  Allow further optactions following
6868         an initial semicolon.
6869         * ch-parse.y:  Add error messages on EVENT and BUFFER.
6871         * ch-decl.c, ch-expr.c, ch-parse.y, ch-typeck.c:
6872         Undo some of the Oct 27 changes.
6874         Convert (some) builtin functions previously using reserved
6875         names to be just predefined.
6876         * tree.h (enum builtin_in_function):  Added END_BUILTINS at end.
6877         * ch-decl.c:  Add predefines for allocate_memory,
6878         allocate_global_memory, return_memory, writetext.
6879         * ch-expr.c (check_arglist_length):  New function.
6880         * ch-expr.c (build_generalized_call):  If "function" is
6881         a builtin, build the appropriate tree.
6882         * ch-parse.y, ch-lex.l:  No longer recognize many pre-defined
6883         functions at the lexer/parser level.
6884         * ch-tree.h (enum chill_built_in_function):  New type.
6886 Thu Oct 28 16:43:36 1993  Bill Cox  (bill@rtl.cygnus.com)
6888         * ch-expr.c (allocate_memory, allocate_global_memory):
6889           Check for invalid parameters, issue errors.
6890         * expr.c (store_constructor): Calculate bitlength, startrtx
6891           and endrtx of powerset correctly.  Define targetx, use it
6892           and XEXP correctly.
6894 Wed Oct 27 08:25:56 1993  Bill Cox  (bill@rtl.cygnus.com)
6896         * ch-expr.c (build_max_min): Error for passing empty tuple
6897           as the argument.
6899 Wed Oct 27 08:25:56 1993  Bill Cox  (bill@rtl.cygnus.com)
6901         * ch-decl.c (init_decl_processing): Make allocate
6902           builtins have a pointer-to-pointer-to-void
6903           first parameter, rather than a reference parameter.
6904         * ch-expr.c (build_allocate_memory_call,
6905           build_allocate_global_memory_call): Do automatic
6906           ADDR () on the first parameter, for backward
6907           compatibility.
6908         * ch-grant.c (grant_one_decl): Don't grant if
6909           DECL_SOURCE_LINE is zero.
6910           (start_chill_module_code): Set DECL_SOURCE_LINE
6911           to zero so that module-level function isn't granted.
6912         * ch-parse.y (handleraction): Add return_memory action.
6913         * ch-typeck.c (chill_similar): Allow a void_type
6914           to be similar to anything.  This makes allocate_memory
6915           and return_memory pointer parameters slide through.
6917 Tue Oct 26 00:12:19 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6919         * ch-typeck.c (build_chill_array_ref):  Check for and complain
6920         if there are more index expressions than the array rank.
6922         * ch-actions.c (chill_expand_assignment):  Emit appropriate
6923         error message if RHS of multiple assignment is tuple/case/if.
6924         * ch-tree.def (CONCAT_EXPR):  Change TREE_CODE_CLASS from
6925         'e' to the more specific '2'.  (Fixes a satisfy bug.)
6927 Thu Oct 21 17:25:33 1993  Bill Cox  (bill@rtl.cygnus.com)
6929         * ch-parse.y: Revert experimental error-generating change
6930           that was checked in by mistake.
6932 Thu Oct 21 12:15:30 1993  Bill Cox  (bill@rtl.cygnus.com)
6934         * ch-satisfy.c (safe_satisfy_decl): Satisfy the hidden tasking
6935           code variables associated with a process or signal.
6936           (Apparently I forgot to actually check these in last time.)
6937         * ch-tasking.c: Replace last calls to get_tasking_code with
6938           working references to DECL_TASKING_CODE_DECL.
6940 Thu Oct 21 10:27:42 1993  Bill Cox  (bill@rtl.cygnus.com)
6942         * ch-satisfy.c (safe_satisfy_decl): Satisfy the hidden tasking
6943           code variables associated with a process or signal.
6944         * ch-tasking.c (build_gen_inst, build_gen_ptype): Use the decl's
6945           tasking_code_decl pointer, rather than trying to look it up
6946           in the hash table or linked scope list.
6948 Wed Oct 20 09:52:44 1993  Bill Cox  (bill@rtl.cygnus.com)
6950         * ch-actions.c (lookup_and_handle_exit): Only output error message
6951           in pass 1.
6952         * ch-convert.c (convert): Correct conversion of VARYING array to/
6953           from non-VARYING one.
6954         * ch-decl.c (print_lang_decl): Add debug output for DECL_TASKING_CODE_DECL
6955           field in the node.
6956           (decl_tasking_code_var): Delete it.  Its calls are replaced woth
6957           generate_tasking_code_variable calls, plus a little glue.
6958           (push_extern_process): generate tasking_code_variable as local
6959           static variable, point the process' function_decl at it for later 
6960           reference by build_start_process.
6961           (print_mode): Use CHILL upper-case convention to print modes.
6962         * ch-lex.l: Must initialize tasking-related trees to NULL at start
6963           of each pass, or we lose the fact that the user did or did not
6964           specify a value for each of them.
6965         * ch-parse.y (check_end_label, action, exceptlist): Only output
6966           error message in pass 1.
6967           (sendaction): Add comments.
6968           (sigdef): Comment out special handling for external signals.
6969           Chain tasking_variable_decl onto signal structure decl, for
6970           easier non-symbol-table access later.
6971         * ch-tasking.c (generate_tasking_code_variable): Do work in both
6972           passes, using do_decl so we can pass the pass 2 value of the
6973           process_type or signal_code to it.  Only update the process_type
6974           if the incoming pointer isn't null and pass == 2.  Use a new
6975           parameter to know whether to include an init expression.
6976           (build_process_header): Attach tasking-code_variable to process
6977           function_decl for easy access later, not through the hash table.
6978           (build_start_process): Get tasking_code_variable out of the process'
6979           function decl.
6980           (build_signal_struct_type): Return the type decl, to be accessed by ...
6981           (build_signal_descriptor): .. this function.
6982           (build_receive_case_label): Get data buffer pointer not from hash 
6983           table, but from Tiemann's current rc_state structure instead.
6984         * ch-tree.h: Change prototype, fix comment, add DECL_TASKING_CODE_DECL
6985           macro for tasking_code_variable storage.
6987 Tue Oct 19 17:39:40 1993  Per Bothner  (bothner@kalessin.cygnus.com)
6989         * ch-lex.l (equal_number):  If the "number" is a CONST_DECL,
6990         return its DECL_INITIAL.
6991         * ch-satisfy.c (safe_satisfy_decl):  Change logic for rtl
6992         generation for decls to not use DECL_ASSEMBLER_NAME.
6993         * ch-decl.c:  Set DECL_ASSEMBLER_NAME to DECL_NAME.
6994         This matches C, and allows dbxout to emit proper user-level names.
6995         (It would be cleaner to fix dbxout to use DECL_NAME ...)
6996         * ch-decl.c (outer_decls):  New global list of the decls granted
6997         into the outer scope.
6998         (pop_module):  Change code that grants into outer scope accordingly.
6999         (lookup_name_for_seizing):  Similarly update.
7000         (push_scope_decls):  Handle SEIZE ALL from the global scope
7001         by searching outer_decls.
7002         * ch-grant.c (grant_array_type):  Fix thinko.
7003         * ch-inout.c (build_chill_writetext):  Remove excessive TREE_TYPE.
7005 Mon Oct 18 15:57:00 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7007         * varasm.c (output_constructor):  Add support for non-zero
7008         lower array bound.
7009         * c-typeck.c (output_init_element):  Revert recent changes.
7010         * varasm.c (emit_set_data):  Fix emitting set constant data.
7011         * ch-lex.l (yywrap):  Reset line number to 0, not 1.
7012         It sets incremented to 1 by check_newline.
7013         * ch-tree.h:  Restore old version.
7014         * ch-expr.c (finish_chill_binary_op):  Convert TRUNC_DIV_EXPR
7015         to RDIV_EXPR if an operand is floating.  (This functionality
7016         got dropped when hacking finish_chill_binary_op).
7018         * ch-actions.c (build_chill_case_expr):  Set type to NULL_TREE.
7019         not error_mark_node.
7020         * ch-actions.c (chill_expand_assignment):  Allow such borderline
7021         constructs as:  LHS OR:= [X].
7022         * ch-convert.c (convert):  Hande CASE_EXPR (and COND_EXPR)
7023         with unknown (NULL_EXPR) type, not just CONSTRUCTORS.
7024         * ch-decl.c (do_decl):  Remove CONSTRUCTOR kludge.
7025         * ch-typeck.c (chill_compatible):  Allow expr to have NULL mode
7026         if it's a CASE_EXPR or COND_EXPR (and not just CONSTRUCTOR).
7028 Mon Oct 18 13:20:53 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
7030         * c-typeck.c (output_init_element): Limit previous changes to
7031         ARRAY_TYPE and SET_TYPE initializers.
7033 Sun Oct 17 23:15:00 1993  Bill Cox  (bill@cygnus.com)
7035         * c-typeck.c (output_init_element): Handle NULL domain case.
7036         * ch-decl.c (do_decl): Revert bogus initializer type change.
7037         * ch-grant.c (chill_finish_module_code): Put module's decl onto
7038           the module_init_list, for chill_finish_compile's possible use.
7039           (chill_finish_compile): Rename variables for clarity, add 
7040           commented-out code as example for assignment of module address to its
7041           init_list entry.
7043 Sun Oct 17 15:16:54 1993  Bill Cox  (bill@cygnus.com)
7045         * ch-convert.c: Move semicolon to separate line - easier to see.
7046         * ch-decl.c (do_decl): Handle untyped_expr initializers by
7047           simply using the variable's declared type - no compatibility
7048           check can be made if the expression has no type.
7049         * ch-expr.c (expand_packed_set): Fix endless loop - increment
7050           the loop variable.
7051           (fold_set_expr): Fix two other endless loops by passing
7052           correct parameters to unpack_set_constructor.
7053         * varasm.c: Standardize 'for' loop.
7055 Sun Oct 17 12:16:21 1993  Bill Cox  (bill@cygnus.com)
7057         * c-typeck.c (output_init_element): Handle initializer for
7058           array with non-zero lower index bound.
7060 Sat Oct 16 16:48:48 1993  Per Bothner  (bothner@cygnus.com)
7062         * ch-expr.c (finish_chill_binary_op):  Use TREE_SET_CODE
7063         to change TREE_CODE.
7065 Sat Oct 16 08:07:17 1993  Bill Cox  (bill@rtl.cygnus.com)
7067         * ch-expr.c (finish_chill_binary_op): Disable
7068           rough-draft code, not intended for release.
7070 Fri Oct 15 21:44:11 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
7072         * expr.c (store_constructor): use PROTO for pack_set_constructor
7074 Fri Oct 15 10:30:09 1993  Bill Cox  (bill@cygnus.com)
7076         * ch-expr.c (finish_chill_binary_op): Activate some 
7077           type-setup code.
7078         * expr.c (store_constructor): Subtract arrays minimum element.
7079           Makes orientexpress work.
7081 Fri Oct 15 09:26:24 1993  Bill Cox  (bill@cygnus.com)
7083         * ch-convert.c, ch-expr.c: Add externs so it'll compile.
7084         * ch-tree.def: Add BASED_DECL definition.
7086 Thu Oct 14 13:20:02 1993  Bill Cox  (bill@cygnus.com)
7088         * ch-actions.c (build_chill_cause_exception): Pass the 
7089           *address* of the filename string to the runtime routine,
7090           rather than passing the string by value.
7092 Thu Oct 14 13:08:07 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7094         * expr.c (store_constructor):  Use a (usually) more efficient
7095         algorithm for setting SET types.
7097 Thu Oct 14 13:08:07 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7099         Changes to better support 1984 version of Chill, which doesn't
7100         really distinguish BOOL and BITS(1) or CHAR and CHARS(1).
7101         * ch-lang.c, toplev.c, ch-tree.h (flag_old_strings):  New flag.
7102         * ch-typeck.c (chill_similar):  Support flag_old_strings.
7103         * ch-convert.c (convert_to_boolean):  Generalize code to
7104         convert singleton bitstring to Boolean.
7105         * ch-convert.c (convert):  Use string_one_type_node.
7106         * ch-convert.c (convert):  Add code to convert Boolean to BOOLS(1).
7107         * ch-convert.c (convert):  In code that converts fixed string to
7108         varying use new 'e' variable, rather than original 'expr' variable.
7109         Allows cascaded conversions:  CHAR -> CHARS(1) -> varying CHARS.
7110         * ch-decl.c (string_type_node, const_string_type_node,
7111         int_array_type_node), ch-tree.h:  Removed.
7112         * ch-decl.c (string_one_type_node, bitstring_one_type_node,
7113         bit_zero_node, bit_one_node), ch-tree.h:  New globals tree nodes.
7114         * ch-decl.c (init_decl_precessing):  Remove some junk.
7115         * ch-expr.c (build_generalized_call):  If flag_old_strings,
7116         treat string index as string slice.  Also, better error checking.
7118         Added support for (some kinds of) BASED declarations.
7119         * ch-tree.def (BASED_DECL):  New tree code.
7120         * ch-decl.c (lookup_name):  Implement BASED_DECL using
7121         build_chill_indirect_ref.
7122         * ch-decl.c (do_based_decls):  Make a BASED_DECL.
7123         * ch-parse.y:  Call do_based_decls for DCL ... BASED(...).
7124         * ch-satisfy.c (safe_satisfy_decl):  Handle BASED_DECL.
7126         Improve handling of set binary operations.
7127         * ch-expr.c (expand_packed_set):  New function.
7128         (fold_set_expr):  Re-write.  Simpler, more general algorithm.
7129         (build_set_expr):  Only used for comparsions now.
7130         (finish_chill_binary_op):  Handle set ops better (more directly).
7131         (fold_set_and, fold_set_diff, fold_set_eq, fold_set_or,
7132         fold_set_ne, fold_set_xor):  Removed.  No longer needed.
7134         * ch-decl.c:  Remove calls to allocate_lang_decl.
7135         * ch-tree.c (build_string_type):  If const length, layout immediately.
7137 Mon Oct 11 17:23:02 1993  Bill Cox  (bill@cygnus.com)
7139         * ch-decl.c (init_decl_processing): Define __whoami and
7140           __wait_buffer functions.
7141         * ch-lex.l (ch_lex_init): Reset tasking numbers to zero.
7142         * ch-parse.y (sigdef): Add new add_taskstuff_to_list 
7143           parameter.
7144         * ch-tasking.c (get_tasking_code): Search tasking_list for
7145           tasking code name match.  Can't use lookup_name.
7146           (get_task_name): New function.
7147           (generate_tasking_code_variable): Return if pass 1.
7148           Always update *tasking_code_ptr.
7149           (build_process_header): Add new add_taskstuff_to_list
7150           parameter.
7151           (tasking_setup): New code to unpack the tasking
7152           list entries no built by ..
7153           (add_taskstuff_to_list): Accept new parameter,
7154           add it to the list.
7155         * ch-tree.h (add_taskstuff_to_list): Add new 
7156           parameter.
7158 Mon Oct 11 14:54:50 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7160         * Makefile.in (cc1chill):  Also link in $(BC_OBJS).
7162 Mon Oct 11 06:28:39 1993  Doug Evans  (dje@canuck.cygnus.com)
7164         * ch-decl.c (flag_allow_single_precision): New global,
7165         from ss-931002 merge.
7167 Sun Oct 10 09:11:52 1993  Bill Cox  (bill@rtl.cygnus.com)
7169         * Makefile.in: Remove references to chill.in and
7170           ch-hash.h.  Remove bogus cc1chil : chill
7171           dependency.
7173 Fri Oct  8 16:00:04 1993  Bill Cox  (bill@cygnus.com)
7175         * ch-actions.c (adjust_parm_or_field): Add parameter to 
7176           decl_temp1 call.
7177         *ch-decl.c (decl_tasking_code_var): Replace do_decl call with
7178           decl_temp1 call.
7179           (decl_temp1): Add parameter to signal 'make this external'.
7180           (shadow_record_fields): Add parameter to decl_temp1 call.
7181         * ch-expr.c (chill_expand_case_expr): Add parameter
7182           to decl_temp1 call.
7183         * ch-grant.c (chill_finish_compile): Add code to spoof 
7184           get_file_function_name,  so we don't get __tmp_s1_code,
7185           for example, as the module-level code's name.
7186         * ch-loop.c (build_temporary_variable, begin_for_range,
7187           init_loop_counter): Add parameter to decl_temp1 call.
7188         * ch-parse.y (quasi_signaldef): Clear quasi_signal flag here,
7189           for easier maintenance.
7190           (sendaction): Rewrite to receive SIGNALNAME token correctly
7191           from ch-lex.l (name_type_signal).
7192           (signaldef): Don't clear quasi_signal here.
7193         * ch-tasking.c (generate_tasking_code_variable): Tell decl_temp1
7194           to make the variable public (visible to linker).
7195           (build_start_process): Add parameter to decl_temp1 call.
7196           (tasking_setup): Comment out band-aid hack which calls
7197           generate_tasking_code_variable.  Shouldn't be necessary.
7198           Use null_pointer_node rather than integer_zero_node in 
7199           entry_point.  More rewrites.
7200           (build_signal_descriptor): Name the non-signal in the error msg.
7201           Rewrite the building of the signal envelope - avoid seg fault.
7202           Add parameter to decl_temp1 call.
7203           (expand_send_signal, build_receive_case_start,
7204           build_receive_case_end, build_buffer_descriptor): Add parameter
7205           to decl_temp1 call.
7206         * ch-tree.h: Add parameter to decl_temp1 proto.
7207         * chill: Add new CHILL frontend directory
7209 Tue Oct  5 13:51:27 1993  Bill Cox  (bill@cygnus.com)
7211         * ch-grant.c: Standardize indentation.
7212         * ch-parse.y (end_function): Unconditionally poplevel for processes.
7213         * ch-tasking.c (build_process_header): Unconditionally pushlevel.
7214           (generate_tasking_code_variable): Stop using pass number to
7215           force a one-time action.
7216         * ch-tree.h (build_chill_slice): Delete proto since function went static.
7218 Mon Oct  4 13:52:36 1993  Bill Cox  (bill@cygnus.com)
7220         * ch-decl.c (decl_tasking_code_var): Use do_decl, since we're
7221           called here in both passes.  Set DECL_ASSEMBLER_NAME.
7222           (lookup_name_for_seizing): Move NULL test forward to prevent
7223           seg fault.
7224         * ch-expr.c (finish_chill_binary_op): Mode access to TREE_CODE
7225           to prevent a seg fault in telebras/dynsto.ch.  Make indentation
7226           changes.
7227         * ch-tasking.c (build_signal_struct): Rename to build_signal_struct_type.
7228           (build_send_signal): Rename to expand_send_signal.
7229           (generate_tasking_code_variable): Return the var's decl.
7230           (build_signal_struct_type): Move generate_tasking_code_variable
7231           and add_taskstuff_to_list calls to ..
7232         * ch-parse.y (sigdef): .. here.  And make indentation changes.
7233         * ch-tree.h: Rename functions, add return values.
7235 Mon Oct  4 15:43:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7237         * ch-convert.c (digest_constructor):  Convert element to element_type.
7238         * ch-parse.y (end_function):  Use DECL_ARGUMENTS to check
7239         for parameterless process.
7241 Fri Oct  1 13:57:30 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7243         * ch-typeck.c (chill_location):  New function.
7244         Based on lvalue_p, but also handle Chill-specific VARY_ARRAY_REF.
7245         * ch-typeck.c, ch-tree.h (CH_LOCATION_P), ch-convert.c:  Use
7246         chill_location instead of lvalue_p.
7249 Fri Oct  1 11:28:42 1993  Bill Cox  (bill@cygnus.com)
7251         * ch-convert.c (convert): Back out Michael's changes, unintentionally
7252           checked in.
7253         * ch-lex.l (handle_use_seizefile_directive): No longer downcase
7254           seize file names.
7255         * ch-parse.y (sendaction): Fix a couple of seg faults.  Comment out
7256           SEND BUFFER processing for now.
7257         * ch-tree.h: Fix comment.
7259 Thu Sep 30 17:00:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7261         * ch-tree.h (CH_CHARS_ONE_P, CH_BOOLS_ONE_P):  New macros,
7262         for recognizing singleton strings.
7263         * ch-tree.h (MARK_AS_STRING_TYPE):  New macro.
7264         * ch-tree.c (build_string_type, build_bitstring_type),
7265         ch-convert.c (convert):  Use it.
7266         * ch-typeck.c (build_chill_slice):  Take length rather than upper
7267         bound.  This makes it easier to recognize that A(X UP LENGTH)
7268         really has fixed length.  Also, if the argument is string,
7269         mark the slice as a string too.  Also, handle varying strings.
7271         * ch-typeck.c (conflate_singleton_strings):  New global.
7272         * ch-typeck.c (chill_similar):  If conflate_singleton_strings is
7273         set (as it currently is), allow CHARS(1)/BOOLS(1) to be similar
7274         to CHAR/BOOL, as required by the 1984 version of Z.200.
7275         * ch-convert.c (convert_to_char):  Convert CHARS(1) to CHAR.
7276         * ch-convert.c ( build_array_type_for_scalar):  If input is string,
7277         so is output.
7278         * ch-convert (maybe_turn_scalar_into_arra), ch-tree.h:  Removed.
7279         * ch-convert.c (convert):  Convert CHAR to CHARS(1).
7281         This fixes 'X // := Y' and is also a general simplification.
7282         * ch-actions.c (chill_expand_assignment):  Convert 'LHS OP := RHS'
7283         to 'LHS := LHS OP RHS' (using stabilize_reference on LHS).
7284         Also, call save_expr on RHS if a multiple assignment.
7285         * ch-parse.y (assignaction):  Therefore, no longer need to call
7286         stabilize_reference on RHS.
7287         * ch-typeck.c (build_chill_modify_expr), ch-tree.h:  Remove
7288         modifycode parameter.  Make it the caller's responsibility to
7289         handle <assigning operator>.
7290         * ch-actions.c, ch-decl.c, ch-except.c, ch-expr.c, ch-grant.c,
7291         ch-loop.c: Fix calls to build_chill_modify_expr accordingly.
7293 Wed Sep 29 18:02:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7295         * ch-lang.c (string_index_type_dummy), ch-tree.h:  New variable.
7296         * ch-decl.c (integer_minus_one_node), ch-tree.h:  New variable.
7298         * ch-parse.y (arrayindex: modename):  Remove useless code.
7299         * ch-satisfy.c (satisfy):  Don't gag on string_index_type_dummy,
7300         * ch-tree.c (build_string_type):  Pass string_index_type_dummy as
7301         the parent type of the index range.
7302         * ch-typeck.c (layout_chill_range_type):  Recognize and handle
7303         string_index_type_dummy - specifically allow an empty range.
7305 Wed Sep 29 13:36:23 1993 1993  Bill Cox  (bill@cygnus.com)
7307         * ch-convert.c (convert_to_reference): Check for loc-identity
7308           mismatches correctly (and remove one of those chill_compatible
7309           calls).
7310         * ch-decl.c (decl_tasking_code_var): New function, called from
7311           push_extern_process and push_extern_signal.
7312         * ch-parse.y (end_function): Delete parameter.  Check current_function_decl
7313           whether it's actually a process, and whether it has parameters.
7314           Make Michael's change simplifying the pass 2 test, preventing a seg
7315           fault.
7316           (procedure, process): Change calls to end_function, remove
7317           code saving value from build_process_header.  Delete redundant chill_
7318           phrases from some function calls.  
7319         * ch-tasking.c: Remove some redundant _chill phrases from function
7320           names.
7321         * ch-tree.h: Remove some redundant _chill phrases from function
7322           names.  Add the CH_VARYING_ARRAY_TYPE macro, call it from
7323           all relevant places.
7324         * ch-typeck.c: Use the new macro.  Cast TREE_CODEs to chill_tree_code.
7326 Wed Sep 29 13:07:43 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7328         * ch-convert.c (convert_to_reference):  Remove redundancies.
7329         * ch-convert.c (convert):  Handle convert_to_reference
7330         with a recursive convert call.
7331         * ch-decl.c (do_decl): Add missing compatibility-checking
7332         of initializer (don't depend on convert).
7334 Tue Sep 28 00:02:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7336         * ch-tree.h (CH_LOCATION_P):  New macro.
7337         * ch-typeck.c (layout_chill_range_type):  Fix call to
7338         type_for_size, when figuring out a defaulted parent type.
7339         * ch-expr.c (build_chill_lower, build_chill_sizeof):  Check
7340         for TREE_CODE_CLASS != 't' rather than == 'd'.
7341         * ch-expr.c (build_chill_function_call):  Use CH_LOCATION_P
7342         to check for location, rather than TYPE_CODE_CLASS == 'd'.
7344         * ch-tree.c (build_string_type):  Make 2-pass safe.  Also,
7345         change parameter to be length, not index type.
7346         * ch-parse.y (mode2), ch-expr.c (build_concat_expr), ch-lex.l
7347         (build_chill_string): Modify callers of build_string_type accordingly.
7348         * ch-lex.l (check_newline):  Don't look for # directive inside a
7349         C-style comment.
7350         * ch-grant.c (grant_array_type):  Make more robust for char-
7351         and bit-strings (allow non-constant sizes).  Change parameters
7352         and return types.  (raw_decode_mode):  Use grant_array_type
7353         for bitstrings.  (otherwise):  Fix grant_array_type callers.
7355 Mon Sep 27 16:57:57 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7357         Remove changes of Sep 15.
7358         * ch-tree.h (CH_SINGLETON_DOMAIN): Removed.
7359         * ch-typeck.c (chill_similar):  Don't allow a singleton
7360         powerset to be similar to its domain.
7361         * ch-convert.c (convert_to_boolean):  Don't convert a singleton
7362         SET_TYPE constructor to a Boolean.
7364         * ch-actions.c (chill_expand_assignment):  Handle IN_EXPR on
7365         LHS of assignment, which is what we're current (temporarily?) using.
7367 Mon Sep 27 06:01:57 1993  Bill Cox  (bill@rtl.cygnus.com)
7369         * ch-actions.c, ch-convert.c, ch-decl.c, ch-expr.c,
7370           ch-grant.c, ch-inout.c, ch-parse.y, ch-satisfy.c,
7371           ch-tasking.c, ch-tree.c, ch-tree.h, ch-typeck.c:
7372           -Wall cleanup.  Add prototypes where missing.
7373           Delete unused variables.  Cast uses of tree_codes
7374           to chill_tree_code, which they are.
7376 Sun Sep 26 13:09:57 1993  Bill Cox  (bill@rtl.cygnus.com)
7378         * ch-decl.c (do_decl): Save initializer in pass zero
7379           case also.
7380         * ch-lex.l: Fix comments, indentation.
7381         * ch-parse.y: Standardize error messages to use
7382           uppercase for CHILL keywords rather than quoting them.
7383           Suggestion from docs department.
7384         * ch-tasking.c: Pervasive changes to get processes to
7385           compile and START.
7386         * ch-tree.h: Delete prototypes for functions whic
7387           I made static inside ch-tasking.c.
7389 Sun Sep 26 02:40:02 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
7391         * ch-lex.l (yywrap): Call `check_newline' in case the file
7392         started with a line directive.
7394 Sat Sep 25 13:54:41 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7396         * ch-decl.c:  Expand pre-amble comment.
7397         * ch-decl.c (struct scope, push_module):  Use new field
7398         tail_chain_module to build child-module list in order.
7399         (Just to make compiler debugging a little less confusing.)
7401         * ch-decl.c (struct scope):  New field weak_decls.
7402         * ch-decl.c (find_implied_types):  New interface.  Now pre-pend
7403         new enum types to a given input list.  This makes it easier to
7404         avoid duplicates, which should at least be more efficient.
7405         Also, handle FUNCTION_DECL.
7406         * ch-decl.c (bind_saved_names):  Removed.  Distribute its
7407         functionality over new functions (push_scope_decls, pop_scope_decls,
7408         build_implied_names, bind_sub_modules).  The goal (which seems to
7409         have been more-or-less attained) was to fix weak name handling.
7410         * ch-decl.c (poplevel):  Use new function pop_scope_decls.
7412         * ch-tasking.c (build_signal_struct, build_tasking_message_type):
7413         Use build_decl directly, rather than grok_chill_fixedfields
7414         (which depends on ignore_exprs and has more overhead).
7415         * ch-tasking.c (build_signal_struct):  Construct the type
7416         only in pass 1.
7417         * ch-typeck.c (build_chill_slice):  Use my_build_array_ref rather
7418         than build_array_ref (which does C-specific "optimizations").
7419         (Hence move my_build_array_ref up earlier in the file.)
7421 Sat Sep 25 03:47:28 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
7423         * ch-tasking.c: Declare static variable `void_ftype_void'.
7424         (chill_tasking_init): Initialize `void_ftype_void' here.
7425         (build_tasking_struct): Use, don't declare `void_ftype_void'.
7426         (generate_tasking_code_variable): Call `do_decl', not
7427         `decl_temp1' to declare TASKING_CODE_NAME.
7428         (tasking_setup): Drop into 1-pass mode so that all
7429         tasking-related declarations are installed in the global
7430         scope.  Use correct CHILL types for initializers (since
7431         ptr_type_node doesn't have the right meaning for CHILL).
7432         Also, call `do_decl' instead of `decl_temp1' for
7433         `init_struct'.
7434         (add_taskstuff_to_list): Set TASKING_LIST in pass 1 to keep
7435         `chill_finish_compile' in sync between passes.
7437         * ch-decl.c (do_decl): Set DECL_ASSEMBLER_NAME for
7438         declarations on pass zero.  Keep obstacks in sync, and always
7439         call `finish_decl' for pass zero declarations.
7440         (push_chill_extern_function): Keep obstacks in sync, and always
7441         call `finish_decl' for pass zero declarations.
7442         (build_enumerator): Ditto.
7443         (grok_chill_variantdefs): Change PASS test to exclude only
7444         pass one.
7445         (finish_struct): Ditto.
7446         * ch-expr.c (build_chill_component_ref): Ditto.
7447         (build_chill_binary_op): Ditto.
7448         * ch-tree.c (build_powerset_type): Ditto.
7449         (build_bitstring_type): Ditto.
7450         * ch-typeck.c (build_chill_range_type): Ditto.
7451         (build_chill_struct_type): Ditto.
7453         * ch-decl.c (build_chill_exception_decl): Clarify reasons for
7454         extra pushing and popping of obstacks.
7456         * ch-inout.c (build_chill_io_list_type): Call `satisfy_decl'
7457         on IO_DESCRIPTOR.  This causes IO_DESCRIPTOR to be laid out.
7459         * ch-grant.c (chill_finish_compile): Clear out both
7460         MODULE_INIT_LIST and TASKING_LIST if either contains stuff
7461         from pass one.
7463         * ch-parse.y (rccase_label): Add NAME rules so that pass one
7464         works w/o knowing we're parsing a signal.  Simplify SIGNALNAME
7465         rules since we only get SIGNALNAME tokens in pass two.
7466         (sendaction): Ditto.
7467         * ch-lex.l (name_type_signal): Enable returning SIGNALNAME and
7468         BUFFERNAME on pass two.  The grammar now handles this.
7469         * ch-decl.c (lookup_remembered_decl): Deleted.
7471 Fri Sep 24 15:27:13 1993  Bill Cox  (bill@cygnus.com)
7473         * ch-decl.c (lookup_remembered_names): Removed.  It was being
7474           misused in ch-lex.l.
7475         * ch-lex.l (name_type_signal): Revert last change.  Basically,
7476           we cannot use the C typedef/variable name trick in CHILL, due
7477           due to the language's 2-pass nature.
7478         * ch-parse.y (arrayindex): Rewrite for correctness, and to avoid
7479           a seg fault.
7480         * ch-tree.h (lookup_remembered_name): Comment out the prototype. 
7482 Fri Sep 24 11:01:31 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
7484         * ch-decl.c (do_decl, push_chill_extern_function): Change pass
7485           checks so the pass == 0 case is handled for built-in types.
7486           (push_modedef): Add check for error_mark_node.
7487           (lookup_remembered_decl): New function.
7488           (pushlevel, poplevel) Change pass checks.
7489           (pushdecl): Check type as well for NULL.
7490           (build_enumerator): Handle pass == 0 case.
7491         * ch-lex.l: Use lookup_remembered_decl to get lastiddecl
7492           during pass 1.
7493         * ch-parse.y: Set pass to zero to indicate initial decl processing.
7494           Replace NAME references with SIGNALNAME references.
7495           (startaction): Only check copy number if not ignoring actions.
7496           Always call build_chill_start_process.
7497           (optstartset): Don't lookup the instance name.
7498         * ch-tasking.c (generate_tasking_code_variable): Replace
7499           do_decl call with decl_temp1 call.
7500           (build_chill_start_action): Check for ignore_actions here.
7501           (build_tasking_message_type): Layout the type.
7502           (rc_state_type): New structure to keep nested receive-case
7503           info in.
7504           (build_chill_receive_case_start, build_chill_receive_case_end):
7505           Use the new struct.
7506           
7508 Fri Sep 24 04:19:15 1993  Michael Tiemann  (tiemann@blues.cygnus.com)
7510         * ch-tasking.c (build_chill_receive_case_start): `namedecl'
7511         should be a _DECL, not an IDENTIFIER_NODE.
7513 Thu Sep 23 18:18:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7515         * ch-decl.c (find_implied_types):  Handle VAR_DECLs.
7517         * ch-decl.c (print_lang_identifier):  Print IDENTIFIER_OUTER_VALUE.
7518         * ch-actions.c (chill_expand_result):  Allow value-less RETURN.
7519         * ch-expr.c (resolve_component_ref):  Recognize error_mark.
7521         * ch-convert.c (digest_constructor):  Handle a nested powerset tuple.
7522         * ch-satisfy.c (satisfy):  Use return value of layout_chill_range_type.
7523         * ch-typeck.c (chill_similar):  Repeatedly get parent modes
7524         of ranges, not just once.
7525         * ch-typeck.c (chill_root_resulting_mode), ch-tree.h:  New function.
7526         * ch-typeck.c (layout_chill_rang_type):  Re-do type-checking
7527         to follow Blue Book better (check for Compatibility).
7529         * ch-tree.h (CH_ROOT_RESULTING_MODE):  New macro.
7530         * ch-lex.l (use_seizefile_name, current_seizefile_name), ch-tree.h:
7531         New variables.  The latter replaces in_seizefile.
7533         Changes to store in the new DECL_SEIZEFILE field each seize
7534         ALIAS_DECL the name in the most recent use_seize_file directive.
7535         (This requires that use_seize_file directives written to the
7536         grant file be written before the SEIZEs that need it.)
7537         Allow clashing declarations granted into the global scope
7538         (produce a warning), but remember the seizefile case from
7539         (using the DECL_SEIZEFILE field of the grant ALIAS_DECL).
7540         The a SEIZE will select the granted decl that matches its
7541         DECL_SEIZEFILE (in other words:  grants from the most recent
7542         use_seize_file will be preferred).
7543         * ch-tree.h (DECL_SEIZEFILE), ch-tree.def:  New macro.
7544         * ch-tree.h (global_value, IDENTIFIER_GLOBAL_VALUE):  Renamed
7545         to outer_value, IDENTIFIER_OUTER_VALUE.
7546         Changes to cause the use_seize_file directives to be written
7547         out in order as they're seen in source.
7548         * ch-lex.l (files_to_seize, next_file_to_seize, last_file_to_seize):
7549         Changed to have type TREE_LIST of pointer to IDENTIFIER_NODE.
7550         * ch-lex.l (handle_use_seizefile_directive):  Modify appropriately.
7551         Don't call grant_use_seizefile.
7552         * ch-lex.l (mark_use_seizefile_written):  New function.
7553         * ch-grant.c (decode_decl):  Write out use_seize_file directive,
7554         if needed, before writing a seize declarations.
7555         * ch-decl.c (pop_module):  Handle decls granted into the global
7556         module specially, setting IDENTIFIER_OUTER_VALUE.
7557         * ch-decl.c (lookup_name_for_seizing):  Check IDENTIFIER_OUTER_VALUE.
7559 Thu Sep 23 19:05:37 1993  Bill Cox  (bill@cygnus.com)
7561         * ch-decl.c (push_chill_extern_process): Delete unused variables,
7562           declare the process' tasking_code variable as external.
7563         * ch-parse.y (process): Force ignore_exprs to FALSE while parsing
7564           the process header.
7565         * ch-tasking.c (sigdef): Move resetting of quasi_signal from here
7566           to (signaldef).
7567         * ch-tree.h: Add prototype.
7568         * expr.c (store_constructor): Emergency first-aid.  Rewrite later.
7570 Thu Sep 23 12:57:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7572         * ch-expr.c (build_chill_function_call):  Move possible call to
7573         chill_start_module_code until we know we're not calling a builtin.
7574         * ch-decl.c (save_expr_under_name):  Use pushdecllist,
7575         not proclaim_decl (which provide for popping the decl).
7576         * ch-parse.y (optname):  Also allow TYPENAME.
7578 Thu Sep 23 09:18:35 1993  Bill Cox  (bill@cygnus.com)
7580         * ch-decl.c (print_lang_decl): Make weak name output more standard.
7581           (print_lang_identifier): Make signal-data flag output more standard.
7582           (push_chill_extern_process): Pass correct arg tree to
7583           push_chill_extern_function.
7584           (push_syn_decls, fixup_unknown_type, chill_modes_equiv): 
7585           Standardize function header layouts (Makes the tcov script 
7586           work better).
7587         * ch-except.c (chill_finish_on): Standardize function header.
7588         * ch-expr.c (fold_set_or): Standardize function header.
7589         * ch-grant.c (print_proc_tail, print_proc_exceptions): Standardize
7590           function headers.
7591           (decode_constant): Make sure that alpha operators are surrounded
7592           with whitespace.
7593         * ch-parse.y: Spell Z.200 correctly in comments.
7595 Wed Sep 22 10:42:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7597         * ch-expr.c (build_chill_addr_expr), ch-tree.h:  New function.
7598         * ch-parse.y, ch-decl.c (shadow_record_fields):  Use it.
7599         * ch-lex.l (handle_use_seizefile_directive):  Don't emit
7600         use_seize_file directive if in_seizefile.
7602         * ch-convert.c (digest_structure_tuple):  Fix code that checks
7603         for excess init values.
7604         * ch-decl.c (layout_chill_variants):  Move increment of nlabels
7605         inside the proper loop.
7606         * ch-grant.c (print_struct):  Add missing loop for tag_list.
7607         (print_struct):  Look for variant fields by checking for a
7608         UNION_TYPE, not a NULL name, since we must use a dummy name.
7609         * ch-parse.y (structured_variable):  Various fixing.
7610         * ch-decl.c (shadow_record_fields):  Rename arg decl -> struct_val.
7612         * ch-satisfy.c (safe_satisfy_decl):  Disable copying of modes
7613         for NEWMODE (and hence novelty checking), until we figure out
7614         a better way.
7616         * ch-except.c (finish_handler_array):  Use null_pointer_node,
7617         not integer_zero_node (which fails to type-check).
7619         * c-typeck.c (get_constructor_element_type):  New function.
7620         * ch-tree.h (CH_NOVELTY_FLAG):  Now also used in TYPE_DECLs.
7621         (CH_NOVELTY):  Redefined to call new function chill_novelty.
7622         (CH_CLASS_IS_XXX, TYPE_NEWMODE, CH_CLASS_MODE):  Removed.
7623         * ch-typeck.c (classify_chill_expr renamed to chill_expr_class):
7624         Take extra output parameter (for M, as in M-value class).
7625         * ch-typeck.c (chill_novelty):  New function.  (Also de-references.) 
7627         * ch-expr.c (resolve_component_ref, build_chill_component_ref):
7628         New functions.  Handle 2-pass and variant records.
7629         * ch-parse.y (primval DOT name): Use instead of build_component_ref.
7630         * ch-satisfy.c (satisfy, case COMPONENT_REF):
7631         New case, call resolve_component_ref.
7633         * ch-expr.c (build_generalized_call):  Extract single arg from
7634         arg list before calling build_chill_cast.
7636         * ch-parse.y (defining_occurrence_list):  New non-terminal.
7637         Use it to replace locnamelist, synnames, and modenames.
7638         * ch-parse.y:  Re-write parsing of variant records.
7640         * ch-decl.c (grok_chill_variantdefs):  Now return a FIELD_DECL
7641         rather than just its type.
7642         * ch-inout.c (build_chill_io_list_type), ch-parse.y:
7643         Change callers appropriately.
7645         * ch-tree.h (TYPE_TAG_VALUES):  Add an extra level of TREE_LIST,
7646         to support multiple tag fields.
7647         * ch-grant.c  (print_struct), ch-decl.c (layout_chill_variants):
7648         Support multiple tag fields.
7650         * ch-convert.c (remove_tree_element, digest_structure_tuple):
7651         New functions, to digest structure tuples, without calling the
7652         code in c-typeck.c.  Handles variant tuples and tags (partially).
7653         * ch-convert.c (digest_constructor, convert):  Call
7654         digest_structure_tuple when appropriate.
7655         * ch-convert.c (digest_constructor): Re-arrange a bit.
7657         * ch-decl.c (push_modedef):  Defer copying of tree until ...
7658         * ch-satisfy (safe_satisfy_decl): ... here.
7660         * ch-decl.c (getdecls):  Add kludge to help dbxout_init.
7662 Tue Sep 21 14:19:11 1993  Bill Cox  (bill@cygnus.com)
7664         Partial tasking update - not done yet.
7665         * ch-actions.c: Comments, indentation.
7666         * ch-decl.c (push_chill_extern_process): No longer need to
7667           reformat the arg list for make_process_struct.
7668           (pop_module): Don't seg fault on null DECL_NAME.
7669           (handle_one_level): Error, not warning if tree not recognized.
7670           (shadow_record_fields): Rename formal param for readability.
7671         * ch-grant.c (decode_decl): Write proper header for a process.
7672         * ch-parse.y (quasi_pdef): process now uses processparlist,
7673           which doesn't change with the passes.
7674           (quasi_locdec): Call build_chill_reference_type to defer
7675           doing the type's layout.
7676           (processpar): Use paramnamelist, but reformat it into a
7677           list of identifiers in pass 2, so a processpar is the same
7678           structure in both passes.
7679           (locdec): Call build_chill_reference_type to defer doing the
7680           type's layout.
7681         * ch-tasking.c (generate_tasking_code_variable): Call do_decl to
7682           build the decl.  Only update the variable's tree in pass 2.
7683           (make_process_struct): Call build_chill_reference_type to defer
7684           doing the type's layout.
7685           (build_process_header): New code to call make_process_struct.
7686           New pass-2 code to make a PARM_DECL for start_chill_function.
7687           Pass a void_type_node, not a NULL_TREE for an empty list.
7688           Get input for shadow_record_fields from current_function_decl.
7689           (build_buffer_decl): Call do_decl not decl_temp1.
7690         * ch-typeck.c: Reindent to standards.
7691         * gcc.c (SPECS): Add recognition for the '.chi' CHILL suffix.
7693 Mon Sep 20 12:00:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7695         * ch-typeck.c (classify_chill_expr):  An expression with a
7696         REFERENCE_TYPE still has VALUE class, even if an ADDR_EXPR.
7697         * ch-actions.c (adjust_parm_or_field):, ch-tree.h:  Change last
7698         parameter, so we can reliably recognize LOC parameters.
7699         * ch-tasking.c, ch-expr.c:  Change callers appropriately.
7701 Sun Sep 19 22:26:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7703         * ch-tree.h (CH_READ_COMPATIBLE, CH_REFERABLE):  New macros.
7704         * ch-typeck.c (chill_referable, chill_read_compatible):  New functions.
7705         * ch-typeck.c (chill_compatible):  Allow un-resolved CONSTRUCTOR
7706         (with NULL TREE_TYPE), when reasonable.  (Simplifies callers.)
7707         Also, handle case of expr being of reference class.
7708         * ch-actions.c (adjust_parm_or_field):  Major re-arrange
7709         to handle conversions and LOC args better.
7710         * ch-actions.c (chill_expand_assignment):  Simplify conversions.
7711         * ch-expr.c (build_chill_function_call):  If needed, call
7712         chill_start_module_code.
7713         * ch-decl.c (declare_predefined_file):  New function, used
7714         to pre-define stdin, stdout, and stderr.
7715         * ch-inout.c (chill_stdio_p):  Change names of predefined
7716         files from chill-stdin etc to plain stdin (and change their types).
7717         * ch-lex.l:  Remove some obsolete stuff.
7718         * ch-convert.c (convert):  Move conversion from reference to
7719         to beginning of convert() so other conversion can work better.
7720         Also, remove bogus direct setting of TREE_TYPE.
7722 Fri Sep 10 12:23:41 1993  Wilfried Moser  (fs_moser@cygnus.com)
7724         * Makefile.in: Change installation of the chill script. gcc will
7725           be called always with the full path. That made problems when
7726           somebody was using chill but didn't have the installation
7727           directory in PATH.
7728         * ch-parse.y: Change parsing of WRITETEXT action.
7729         * ch-tree.h: Add some new prototypes according to the
7730           (partial) implementation of WRITETEXT.
7731         * ch-typeck.c: Add new function chill_varying_string_type_p. This
7732           functions checks a type for being CHAR(n) VARYING.
7733         * ch-decl.c (init_decl_processing): Add new built-in functions
7734           _writestring and _writeunixstd.
7735           Add call to  build_chill_io_list_type in ch-inout.c.
7736         * ch-inout.c (build_chill_writetext): Add some code there.
7737           Add new function build_chill_io_list_type.
7738           Add new static function chill_stdio_p. This function checks
7739           the text argument for being chill_stdin, chill_stdout or
7740           chill_stderr.
7742 Fri Sep 17 22:02:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7744         * ch-decl.c (push_modedef):  Fix TYPE_MAIN_VARIANT thinko.
7746 Thu Sep 16 18:38:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7748         * ch-decl.c (allocate_lang_decl):  Do nothing.
7749         * ch-tree.h (struct lang_decl, DECL_GRANT_FILE, DECL_SEIZE_FILE):
7750         No longer used;  remove.
7752         * ch-tree.h (TYPE_TAG_FIELD renamed to TYPE_TAGFIELDS), ch-grant.c
7753         (print_struct), ch-parse.y (opttagfield -> opttagfields), ch-decl.c
7754         (make_chill_variants, layout_chill_variants):  Add (initial) part
7755         of support for multiple tags.
7756         * ch-decl.c (lookup_tag_fields):  New function.
7757         * ch-parse.y (stmt_count):  Not used; removed.
7758         * ch-parse.y (mode2):  Clear current_fieldlist before
7759         parsing STRUCT fields;  restore afterwards.
7761         * ch-parse.y (push_action):  Moved to ch-actions.c.
7763 Wed Sep 15 18:19:37 1993  Bill Cox  (bill@rtl.cygnus.com)
7765         * ch-convert.c (convert_to_boolean): Convert a SET_TYPE
7766           constructor to a boolean.
7768 Wed Sep 15 17:52:10 1993  Bill Cox  (bill@rtl.cygnus.com)
7770         * ch-decl.c (push_modedef): Enable novelty-setting code.
7771         * ch-tree.h (CH_SINGLETON_DOMAIN): New macro.
7772         * ch-typeck.c (chill_similar): Add checking of singleton
7773           powerset against its base type.
7775 Tue Sep 14 17:11:52 1993  Bill Cox  (bill@rtl.cygnus.com)
7777         * ch-actions.c (adjust_parm_or_field): Create a
7778           temporary for an non-referencable actual parameter
7779           passed to a LOC formal parameter.
7780           (chill_expand_assignment): Correct compatibility checking.
7782         * ch-decl.c (push_modedef): Set up a type's NOVELTY value.
7783         * ch-parse.y (opsigdest): Only check for process name
7784           in pass 2, when we know.
7785         * ch-tree.h (CH_NOVELTY_FLAG, CH_NOVELTY): Define.
7786         * ch-typeck.c: Fix comment.
7788 Mon Sep 13 17:33:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7790         * ch-grant.c (lookup_decl_in_process, register_decl_as_output,
7791         decl_seen_p, processed_decls, allocated, nr_decls):  Removed
7792         no-longer-useful functions and variables that used to guard
7793         against writing a decl multiple times.  Since we now just
7794         go through the decl list linearly, that is no longer an issue.
7795         * ch-satisfy.c (safe_satisfy_decl):  Handle missing current_module.
7797         * ch-decl.c (start_chill_function):  Clear DECL_ASSEMBLER_NAME.
7798         Don't make TREE_PUBLIC.  Don't generate rtl yet.
7799         * ch-decl.c (pop_module):  If a decl is granted, set TREE_PUBLIC,
7800         and its DECL_ASSEMBLER_NAME.
7801         * ch-decl.c (fix_identifier):  New function.
7802         * ch-grant.c (grant_one_decl):  Don't set TREE_PUBLIC.
7803         * ch-tree.h (struct module):  New field prefix_name.
7804         * ch-satisfy.c (safe_satisfy_decl):  If assembler_name isn't
7805         set, prefix it by the module name(s).
7806         * ch-satisfy.c (safe_satisfy_decl, case FUNCTION_DECL):
7807         Call make_function_rtl if needed and !LOOKUP_ONLY.
7808         * ch-typeck.c (chill_similar):  Flesh out substantially.
7809         * ch-typeck.c (chill_compatible):  Re-structure.
7811         * ch-actions.c (adjust_parm_or_field):  Use CH_COMPATIBLE
7812         instead of chill_comptypes to compare actual and formal.
7814 Sun Sep 12 21:10:10 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7816         * ch-parse.y (labellist):  Don't do anything if ignore_exprs.
7818         * c-typeck.c (output_pending_init_elements): Handle
7819         !constructor_incremental case of filling in empty positions.
7820         (Patch by Jim Wilson.  CYGNUS LOCAL until we have approval.)
7821         * ch-decl.c (pop_module):  Don't grant a seized name.
7822         * ch-grant.c (decode_constant):  Support CALL_EXPR.
7823         * ch-tree.c (build_bitstring_type):  Don't try to fold non-constant
7824         size if pass==1 (since it may be an unsatisfied name).
7827 Sun Sep 12 18:06:23 1993  Bill Cox  (bill@rtl.cygnus.com)
7829         2-pass fixes for processes.  Partially done.
7830         * ch-actions.c (chill_expand_assignment): Add real
7831           novelty-checking sketch, $ifdef'd out for now.
7832         * ch-decl.c: Generally fix indentation.  Move tasking
7833           init code from init_decl_processing to ch-tasking.c.
7834           Delete ObjC-related cruft.  More accurate parameter name
7835           for shadow_record_fields.  Move debug_scope before
7836           its first call.
7837         * ch-expr.c (build_chill_function_call): Return if not
7838           pass 2.
7839         * ch-grant.c (print_proc_tail): Avoid trying to format
7840           a VOID return type, or using a NULL pointer.
7841           (decode_decl): Minor changes for PROCESS arg access.
7842         * ch-lang.c (lang_decode_option): Use -itu flag to
7843           enable 'pedantic' mode.
7844         * ch-lex.l (init_lex): Initialize compiler-directive
7845           variable trees.
7846           (name_type-signal): Disable the returning of SIGNAL and BUFFER
7847           name tokens.
7848         * ch-parse.y (rccase_label_flag): Renamed from rccase_ifs.
7849           All uses renamed also.
7850           (end_function): Always poplevel, not just in pass 2.
7851           (quasi_pdef): Check for end-label matching.
7852           (quasi_formparlist): Write more clearly.
7853           (rcaltlist, optelsercvcase, optstartset): Add ignore_actions
7854           guards.
7855           (rccase_label, sendaction): Use NAME, not SIGNALNAME 
7856           or BUFFERNAME.
7857           (process): Handle like procedure.
7858           (mode): Add SIGNAL as a generic signal parameter.  This
7859           is a client-specific extension, so pedantic is checked.
7860         * ch-tasking.c: Pervasive rewrites for 2-pass. Still not done.
7861         * ch-tree.h (CH_NOVELTY): Make it an lvalue.
7862         * ch-typeck.c: Fix comment.
7864 Sun Sep 12 15:03:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7866         * c-typeck.c (digest_init):  Compare types using comptypes
7867         instead of comparing pointers.  (Helps Chill front end.)
7868         * ch-expr.c (finish_chill_binary_op): 
7869         * ch-typeck.c (build_chill_array_ref, build_chill_bitref),
7870         ch-expr.c (finish_chill_binary_op):  For now, prefer IN_EXPR
7871         over BIT_FIELD_REF because of various problems with BIT_FIELD_REF
7872         (incomplete support for variable fields, and possible bug in
7873         optimize_bit_field_compare).
7874         * ch-expr.c (finish_chill_binary_op):  Fix type-checking
7875         and appropriately coerce operands for IN_EXPR and comparsions.
7876         * expr.c (expand_expr, case ARRAY_REF):  Coerce lower bound (if
7877         non-zero) to sizetype before subtraction.
7878         * expr.c (expand_expr):  Remove Chills-specific calls to
7879         __inpowerset from case BIT_FIELD_REF to case IN_EXPR.
7881 Fri Sep 10 15:47:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7883         * ch-tree.def (UNDEFINED_EXPR):  New kind of expression.
7884         * ch-grant.c (decode_constant), ch-expr.c (chill_expand_expr),
7885         ch-convert.c (convert):  Handle UNDEFINED_EXPR.
7887         * ch-expr.c (build_char_array_expr):  Move CONCAT_EXPR support to ...
7888         * ch-expr.c (build_concat_expr):  ... here.
7889         Now also folds concatenation of STRING_CST and UNDEFINED_EXPR.
7890         Also, make result varying only if one of the operands are.
7892         * ch-expr.c (build_chill_binary_op):  Move stuff from here to ...
7893         * ch-expr.c (finish_chill_binary_op):  ... here, as needed for
7894         proper 2-pass split.  Also, clean up and simplify heavily.
7896         * ch-tree.h (enum ch_expr_class):  The 5 kinds of expression classes.
7897         * ch-typeck.c (classify_chill_expr):  New function:  Determine
7898         class of expression.
7899         * ch-typeck.c (chill_compatible_classes):  Re-structure; fix
7900         asymmetry bugs.
7901         * ch-tree.h (CH_CLASS_IS_XXX):  Re-define to use classify_chill_expr.
7903         * ch-convert.c (maybe_turn_scalar_into_array):  Complain
7904         unless scalar is a char constant (and we want a string).
7905         * ch-convert.c (convert):  New code for converting to variable
7906         string/array.  Avoid type errors by padding (with an UNDFIEND_EXPR).
7907         * ch-typeck.c (chill_expand_tuple):  Don't do conversion to
7908         varying type here;  that is handled by convert now.
7909         * ch-decl.c (digest_constructor):  Moved to ...
7910         * ch-convert.c (digest_constructor):  ... here.
7911         * ch-decl.c (do_decl):  Simplify; just use convert for initializer.
7912         * ch-decl.c (chill_digest_init):  Merged into convert, and removed.
7913         * ch-decl.c (init_decl_processing):  Set constructor_no_implicit flag.
7914         * ch-except.c (finish_handler-array), ch-decl.c (finish_decl):
7915         Replace chill_digest_init by convert.
7916         * ch-actions.c (chill_expand_array_assignment):  Simplify; use convert.
7917         * ch-lex.l (build_chill_string):  Make string type be derived
7918         from integer, not sizetype, because upper bound can be -1.
7920 Thu Sep  9 18:21:46 1993  Bill Cox  (bill@rtl.cygnus.com)
7922         * ch-typeck.c (my_build_array_ref): Delete pedantic
7923           C-specific error message.
7925 Thu Sep  9 17:44:20 1993  Jeffrey Wheat  (cassidy@eclipse.cygnus.com)
7927         * gcc.c: pass {I*} spec to cc1chill. Fixes -Ifoo not working problem.
7929 Thu Sep  9 12:22:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7931         * ch-typeck.c (build_chill_array_ref):  Remove redundant and
7932         broken call to my_build_array_ref.
7934 Wed Sep  8 13:03:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7936         * ch-except.c (finish_handler_array), ch-decl.c (finish_decl): 
7937         Don't use store_init_value, since it calls digest_init instead
7938         of chill_digest_init.
7939         * ch-except.c (finish_handler_array):  Use build1 (ADDR_EXPR, ...)
7940         instead build_unary_op to avoid C-specific optimizations.
7941         * ch-typeck.c (my_build_array_ref):  Don't use default_conversion
7942         to convert array to pointer.
7943         * c-typeck.c (process_init_default):  New function, to support
7944         default values for array tuples in Chill.
7945         * c-typeck.c (default_conversion):  Don't convert array to pointer
7946         if compiling Chill.
7947         * ch-decl.c (digest_constructor):  New function;  used to be guts
7948         of chill_digest_init.  Now recursive, to handle nested tuples.
7950         * ch-decl.c (chill_digest_init):  Handle struct labels.
7951         * ch-grant.c (get_tag_value):  Use decode_constant in general case.
7952         * ch-grant.c (decode_constant):  Add support for lots of missing
7953         binary and unary operators.
7955 Wed Sep  8 10:11:04 1993  Bill Cox  (bill@rtl.cygnus.com)
7957         * ch-lang.c: Look for '-I' option for seize file path.
7958         * ch-lex.l: Fix comment about above option.
7960 Wed Sep  8 00:37:32 1993  Per Bothner  (bothner@rtl.cygnus.com)
7962         * ch-satisfy.c:  Move code to set (and restore) file-and-line
7963         from satisfy_decl to safe_satisfy_decl, for the sake of satisfying
7964         alias decls that refer to real decls with errors.
7965         * ch-actions.c (lang_init):  Move to ch-lang.c.
7966         * ch-decl.c (init_decl_processing):  Move code to initialize
7967         file-and-line from here ...
7968         * ch-lang.c (lang_init): ... to here, to avoid clobbering.
7970         * ch-decl.c (chill_digest_init):  Add support for SET_TYPE,
7971         and index values.
7972         * ch-typeck.c (chill_expand_typle):  Just call chill_digest_init.
7973         * c-typeck.c:  Fix various things that got broken
7974         in the latest merge.
7976 Tue Sep  7 15:45:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7978         * ch-decl.c (build_enumerator):  Handle a "unnamed set element"
7979         (obsolete feature) by generating a dummy name.
7980         * ch-decl.c (finish_decl):  Call rest_of_decl_compilation with
7981         "correct" value of top-level (to get better debugging output).
7982         * ch-decl.c (bind_saved_names):  Allow a null DECL_NAME.
7984 Tue Sep  7 15:48:35 1993  Bill Cox  (bill@rtl.cygnus.com)
7986         * ch-actions.c (chill_expand_return): Correct breakage
7987           due to recent fsf merge.
7989 Tue Sep  7 11:16:10 1993  Bill Cox  (bill@rtl.cygnus.com)
7991         * .cvsignore: Add multilib.h.
7992         * ch-decl.c (chill_digest_init): New function.  Calls were
7993           changed, since it has fewer parameters than old digest_init.
7994         * ch-parse.y (untyped_expr, primval, tupleelement): Calls to
7995           new init stuff.
7996           (elementlist): Delete unused code.
7997         * ch-satisfy.c (safe_satisfy_decl): Just return if decl == NULL.
7998         * ch-tasking.c (build_tasking_enum): Attempt to adapt to 2-pass.
7999         * ch-tree.h: Delete digest_init prototype.
8000         * ch-typeck.c (digest_init): Much new code.
8002 Tue Sep  7 12:06:28 1993  Bill Cox  (bill@rtl.cygnus.com)
8004         * ch-decl.c, ch-parse.y, ch-tree.h, ch-typeck.c: Revert
8005           files to their pre-init-change state.
8007 Mon Sep  6 15:28:27 1993  Bill Cox  (bill@rtl.cygnus.com)
8009         Preliminary adaptation to rms' new initializer code.
8010         * ch-decl.c (do_decl): Call chill_digest_init, not
8011           digest_init, which rms made static.
8012         * ch-expr.c (chill_truthvalue_conversion): Delete C-
8013           specific code.
8014         * ch-loop.c (init_loop_counter): Indent for readability.
8015         * ch-parse.y (untyped_expr, primval, tupleelement): Call new init code.
8016         * ch-tree.h: Prototype changes for new init code.
8017         * ch-typeck.c (chill_expand_tuple): Call new init code.
8018         * chill.texi: Add necessary '-f' prefix on options.
8020 Wed Sep  1 13:21:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8022         * ch-convert.c (build_array_type_for_scalar),
8023         ch-tasking.c (build_chill_receive_case_end):  Index type
8024         specification is now chain of types (not chain of TREE_LIST).
8025         * ch-satisfy.c (satisfy):  Don't try to satisfy the
8026         abstract_origin of an ALIAS_DECL if DECL_POSTFIX_ALL.
8027         * ch-expr.c (build_chill_binary_op):  If pass 1, do NOT
8028         call finish_chill_binary_op.
8029         * ch-parse.y (arrayindex):  Simplify.
8031 Tue Aug 31 14:57:35 1993  Bill Cox  (bill@rtl.cygnus.com)
8033         * ch-decl.c (print_lang_decl): Print weak-name status.
8034           (print_lang_identifier): Print signal_data as T or F.
8035         * ch-lex.l (convert_bitstring, convert_charliteral,
8036           convert_float, convert_number): Pass string directly to convert
8037           as a parameter.  Return token code consistently, return 0
8038           for error.
8039           (equal_number): Parse differently, allowing hex, binary
8040           and octal constants.
8041         * ch-parse.y (dowithaction, structured_variable): Only
8042           push/pop scopes once per DO WITH.
8043           (structured_variable_list): Check ignore_actions flag here.
8044         * gcc.c: Delete 'traditional' from string, add 'itu'
8045           as the standard flag's name.
8047 Mon Aug 30 15:12:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8049         * ch-typeck.c, ch-tree.h (build_chill_range_type):  Take 3
8050         parameters instead of 2 (explicit low and high bounds).
8051         * ch-parse.y (arrayindex):  Build range type from low:high.
8052         (rangesize, optrangesize):  Removed.
8053         (where appropriate):  Use new build_chill_range_type interface.
8054         * ch-grant.c:  Clean up writing of range and array types.
8055         * ch-satisfy.c (satisfy):  Don't ignore the return value of
8056         layout_chill_array_type. (It may be an error mark.)
8057         * ch-typeck.c (build_chill_array_type):  Simplify.
8058         * ch-typeck.c (layout_chill_array_type):  Clean up checks.
8060 Fri Aug 27 12:55:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8062         * ch-decl.c (decl_temp1):  Set DECL_ASSEMBLER_NAME.
8063         (push_chill_extern_function)  Don't set current_function_decl.
8064         * ch-parse.y (tupleelement):  Don't wrap index is a TREE_LIST
8065         (i.e. a range), don't wrap a PAREN_EXPR around it.
8066         * ch-grant.c (decode_constant):  For tuple CONSTRUCTORs,
8067         add support for ranges in purpose.
8069 Wed Aug 25 16:58:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8071         * .cvsignore: Add g++.sum
8072         * ch-actions.c (chill_expand_result): Stop building a temp.
8073           Assign the expression directly into function's DECL_RESULT.
8074         * ch-decl.c: Add formfeeds.  
8075           (start_chill_function): Don't need to zero DECL_RESULT's pointer any more.
8076           (push_chill_function_context): Delete C pedwarn message.
8077         * ch-expr.c: Move builtin functions together.
8078         * ch-parse.y (end_function): Delete unused code.
8079           Reformat %union for readability.  Delete _MAX and _MIN
8080           tokens.
8082 Wed Aug 25 13:24:06 1993  Bill Cox  (bill@rtl.cygnus.com)
8084         * ch-actions.c (get_result_tmp_name): Delete unused function.
8085           (chill_expand_result, chill_expand_return): Rewrite for
8086           2-pass.
8087         * ch-decl.c (start_chill_function): NULL out the RESULT_DECL's
8088           chain field, so we can make a temp, evaluate a RESULT action's
8089           expression into it, and hang it on here.
8090         * ch-parse.y (end_function): Look for RESULT temps to emit.
8091           (assertaction): Indentation.
8093 Wed Aug 25 08:34:36 1993  Bill Cox  (bill@rtl.cygnus.com)
8095         * ch-lex.l, ch-parse.y: Delete CONTINUE_EVENT token.
8096           It wasn't used anyway.
8098 Tue Aug 24 17:51:18 1993  Bill Cox  (bill@rtl.cygnus.com)
8100         * ch-actions.c (chill_expand_result, chill_expand_return):
8101           No need to make a temp for the value, just use DECL_RESULT.
8103 Tue Aug 24 16:38:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8105         * ch-tree.c (layout_powerset_type):  Remove redundant code.
8106         Generalize (in error message) to also handle bitstrings.
8107         * ch-tree.c (build_bitstring_type):  Remove all layout-like
8108         stuff, and defer that to layout_powerset_type.
8109         * ch-expr.c (chill_expand_expr):  For various SET_xxx_EXPRs,
8110         allocate stack temp for target using correct mode. 
8112 Tue Aug 24 10:27:19 1993  Bill Cox  (bill@rtl.cygnus.com)
8114         * ch-actions.c, ch-decl.c, ch-except.c,
8115           ch-grant.c, ch-lang.c, ch-loop.c, ch-tree.h,
8116           ch-typeck.c: Change build_modify_expr calls to
8117           build_CHILL_modify_expr calls.
8118         * ch-expr.c (build_chill_modify_expr): Adapted from
8119           build_modify_expr in c-typeck.c.
8121 Mon Aug 23 16:48:39 1993  Bill Cox  (bill@rtl.cygnus.com)
8123         * ch-actions.c, ch-convert.c, ch-decl.c, ch-expr.c,
8124           ch-grant.c, ch-lang.c, ch-lex.l, ch-loop.c,
8125           ch-satisfy.c, ch-tasking.c, ch-tree.c, ch-typeck.c:
8126           Major re-allocation of functions to files.
8128 Mon Aug 23 12:15:11 1993  Bill Cox  (bill@rtl.cygnus.com)
8130         Thanks for the tip, Jim.
8131         * Makefile.in: Add dependency lines for ch-except.o and
8132           ch-satisfy.o.  Correct dependency lines for ch-convert.o,
8133           ch-expr.o, ch-inout.o, and ch-loop.o.
8134           (chill, install-common): Add clean-up commands.
8136 Sat Aug 21 17:11:26 1993  Bill Cox  (bill@rtl.cygnus.com)
8138         * ch-decl.c (get_type_precision): New function.
8139           (layout_enum): Call it.
8140         * ch-tree.c (layout_powerset_type, build_bitstring_type):
8141           Call it.
8143 Sat Aug 21 13:59:40 1993  Bill Cox  (bill@rtl.cygnus.com)
8145         * ch-decl.c (init_decl_processing): Define setbitpowerset       
8146           runtime function.
8147         * ch-expr.c (chill_expand_assignment): Call setbitpowerset
8148           to set a bit.
8149         * ch-parse.y: Indentation.
8151 Fri Aug 20 17:29:56 1993  Bill Cox  (bill@rtl.cygnus.com)
8153         * ch-parse.y: Delete unused %type declaration.
8154         * ch-tasking.c (build_signal_struct): Delete return, since
8155           function returns void.
8156         * ch-typeck.c: Indent to standard.
8157         * stor-layout.c: Fix comment.
8158         * toplev.c: Change -L option ti -I.
8159         * varasm.c (emit_set_data): Align set constant to word 
8160           boundary.
8162 Fri Aug 20 08:20:07 1993  Bill Cox  (bill@rtl.cygnus.com)
8164         * ch-actions.c: Fix indentation, comments.
8165         * ch-decl.c (push_chill_extern_signal): Use same interface
8166           as build_signal_struct.
8167         * ch-parse.y (quasi_signaldef): Move build_signal_decl
8168           here to sigdef.  Add quasi_signal to distinguish contexts
8169           where sigdef gets used.
8170         * ch-tasking.c: Replace make_signal_struct and build_signal_decl
8171           with build_signal_decl, which doesn't loop through a
8172           TREE_LIST.
8173         * ch-tree.h: Fix protos.
8175 Wed Aug 18 17:36:53 1993  Bill Cox  (bill@cygnus.com)
8177         * ch-actions.c: Fix comments.
8178         * ch-decl.c (push_modedefs): Return the new decl.
8179           (shadow_record_fields): Move pushlevel (0) calls into
8180           the grammar, so they'll get done in both passes.
8181         * ch-parse.y (dowithaction): Always compute & save # of
8182           'with' variables seen (both passes), and always pop that
8183           number of levels.
8184           (structured_variable_list): Always chain variables into a list.
8185           (structured_variable): Put pushlevel here (from shadow_record_fields).
8186         * ch-tasking.c: Indentation fixes.
8187         * ch-tree.h: Change proto.
8188         * chill.texi: Add Blue Book section numbers to unimplemented
8189           features list.
8191 Wed Aug 18 15:48:43 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8193         * ch-actions.c (build_generalized_call):  New function.
8194         Classifies semantically (if pass 2) this that look like calls.
8195         * ch-parse.y (call):  Invoke build_generalized_call.
8196         * ch-parse.y (sigdef):  Use defining_occurrence instead of NAME.
8197         * ch-parse.y (opt_untyped_exprlist):  New non-terminal.
8198         * ch-satisfy.c (satisfy):  Handle CALL_EXPR.
8200 Tue Aug 17 16:36:15 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8202         * ch-decl.c (find_implied_types): Handle INTEGER_TYPEs (ranges).
8204 Mon Aug 16 18:07:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8206         * ch-tree.h (TUPLE_NAMED_FIELD):  New macro.
8207         * ch-parse.y (labelled structure tupleelement):
8208         Set TUPLE_NAMED_FIELD flag.
8209         * ch-grant.c (decode_constant):  Check for TUPLE_NAMED_FLAG.
8210         * ch-satisfy.c (satisfy):  Check for TUPLE_NAMED_FLAG.
8211         Do satisfy the elements of a CONSTRUCTOR even if call
8212         chill_expand_tuple isn't correct.
8213         * ch-satisfy.c (satisfy):  Satisfy TYPE_TAG_VALUES of a RECORD_TYPE.
8214         * ch-parse.y (label_spec):  Defer any semantic checking until ...
8215         * ch-decl.c (layout_chill_variants):  ... here.
8216         Also make sure to call layout_type on the union type.
8217         * ch-decl.c (bind_saved_names):  For weak names, allocate an
8218         ALIAS_DECL, rather than a CONST_DECL.
8220         Add support for implied (weakly visible) names.
8221         * ch-tree.h (DECL_WEAK_NAME):  New macro.
8222         * ch-satisfy.c (satisfy of IDENTIFIER_NODE):  Don't complain
8223         if lookup_name fails if LOOKUP_ONLY - name might be weakly visible.
8224         * ch-decl.c (proclaim_name):  Handle DECL_WEAK_NAME appropriately.
8225         * ch-decl.c (concat_lists, find_implied_types):  New functions.
8226         * ch-decl.c (bind_saved_names):  Search for implied names.
8227         * ch-tree.h (C_DECL_VARIABLE_SIZE): Removed.
8228         * ch-lang.c (layout_chill_struct_type):  Don't use
8229         C_DECL_VARIABLE_SIZE.
8231 Mon Aug 16 16:10:43 1993  Bill Cox  (bill@rtl.cygnus.com)
8233         * ch-actions.c: Delete extra space in error message.
8234         * ch-parse.y: Fix comment.
8235         * expr.c (store_constructor): Avoid passing NULL to convert,
8236           and getting back an error_mark_node and trying to process
8237           *that* node.
8239 Mon Aug 16 14:41:29 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8241         * ch-decl.c:  Add more overview comments.
8242         * ch-decl.c (proclaim_decl):  New function.
8243         * ch-decl.c (temp_pushdecl, struct shadowing):  Removed.
8244         * ch-decl.c (bind_saved_names):  Remove blevel parameter;
8245         use current_scope global instead.  Do some other cleanups.
8246         * ch-decl.c (save_expr_under_name):  Create an ALIAS_DECL.
8247         * ch-decl.c (pushdecllist, save_expr_under_name):  Use proclaim_decl.
8248         * ch-satisfy.c (satisfy, safe_satisfy_decl):  Be more careful
8249         to not do inappropriate things (e.g. type layout) if LOOKUP_ONLY.
8251         * chill.texi:  Start collecting Chill documentation here.
8252         * ch-parse.y (mode):  Ignore READ specifier, for now.
8254 Mon Aug 16 11:13:07 1993  Bill Cox  (bill@rtl.cygnus.com)
8256         * ch-actions.c (chill_comptypes): Correct handling reference        
8257           of type 1.
8258           (build_chill_length, build_chill_num,
8259            build_chill_sizeof): Convert result to CHILL integer.
8260           (build_chill_function_call): Clean up INOUT and OUT
8261           parameter handling.
8262         * ch-decl.c (build_chill_function_type): Handle INOUT and
8263           OUT parameters.
8264         * ch-loop.c: Fix up comments.
8265         * ch-parse.y: Fix up comments.
8267 Sun Aug 15 15:06:01 1993  Bill Cox  (bill@rtl.cygnus.com)
8269         * ch-actions.c (build_chill_lower, build_chill_upper):
8270           Re-write, mostly to delete bogus ENUMERAL_TYPE handling.
8271         * ch-decl.c (save_expr_under_name): New function to save
8272           addressing expressions for DO WITH and DO FOR handling.
8273           (handle_one_level): Call new function.
8274         * ch-loop.c (init_loop_counter): Call it here, too.
8275           Check lp->user_var before passing it to lookup_name.
8276           (high_domain_value, low_domain_value): Correct call
8277           to build_chill_upper and build_chill_lower.
8278           (begin_chill_loop, end_chill_loop): Move pushlevel,
8279           poplevel up into the grammar, so they're done in both
8280           passes.
8281         * ch-parse.y (doaction): Unconditionally make a scope
8282           for a loop, pop it later.
8283           (controlpart, iteration): Save return from
8284           build_chill_iterator.
8285         * expr.c: Readability changes.
8287 Sat Aug 14 19:42:32 1993  Bill Cox  (bill@rtl.cygnus.com)
8289         * ch-expr.c (chill_expand_case_expr): Complete rewrite
8290           for 2-pass.  About 1/2 the size, too.
8291         * ch-parse.y (actionlabel): Unconditionally do INIT_ACTION.
8292           This assures that a label preceding a module's first action
8293           is enclosed in the module-level function that's generated.
8295 Sat Aug 14 14:56:07 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8297         Re-implement how EXIT is done.
8298         'LABEL: BEGIN ... EXIT LABEL; ... END' is converted to
8299         'LABEL: BEGIN ... GOTO EXIT!LABEL; ... EXIT!LABEL: ; END'.
8300         Hence we no longer need any support for EXIT in stmt.c.
8301         * stmt.c (stamp_nesting_label, expand_exit_labelled):  Removed.
8302         * ch-actions.c (lookup_and_handle_exit): Handle like 'GOTO EXIT!name'.
8303         * ch-tree.c, ch-tree.h (munge_exit_label): New function.
8304         * ch-parse.y:  Re-write bracked actions to support EXIT new way.
8305         * ch-decl.c, ch-loop.c:  Remove calls to stamp_nesting_level.
8306         * ch-parse.y:  Replace SC by new token semi_colon, which
8307         resets the 'label' global.  Also make sure that label gets
8308         reset whenever we might start a new action statement.
8309         * ch-parse.y (possibly_define_exit_label):  New function.
8311         * ch-except.c (chill_start_on):  Wrap an ADDR_EXPR round the jmpbuf.
8312         * ch-grant.c (chill_finish_compile):  Make sure
8313         get_file_function_name is only called once.
8314         * ch-expr.c (chill_expand_array_assignment):  Use store_expr,
8315         instead of incorrectly calling emit_block_move.
8317         * ch-parse.y (procedure):  Call push_chill_function_context
8318         in *both* passes (if nested).
8319         * ch-parse.y (primval):  Call get_type_of before chill_expand_type.
8320         * ch-parse.y (tupleelement):  Only build PAREN_EXPR during pass 1.
8322 Fri Aug 13 16:36:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8324         Re-implement GRANT and SEIZE, to support prefixes and prefix
8325         rename.  All of the Blue Book semantics for these should
8326         now work (except FORBID).
8327         * ch-tree.def, ch-tree.h (DECL_OLD_PREFIX, DECL_NEW_PREFIX,
8328         DECL_POSTFIX, DECL_POSTFIX_ALL):  New ALIAS_DECL layout and macros.
8329         * ch-tree.c (get_identifier3, build_alias_decl, decl_old_name,
8330         decl_check_rename):  New functions.
8331         * ch-lex.h, ch-lex.l, ch-grant, ... (grant_all_seen): Removed.
8332         * ch-satisfy.c (satisfy_decl):  Handle SYN initialized with tuple.
8333         * ch-satisfy.c (satisfy_decl): Set DECL_ASSEMBLER_NAME here ...
8334         * ch-decl.c (pushdecllist): ... instead of here, which is too late.
8335         * ch-grant.c (decode_prefix_rename):  New function.
8336         Use to print out GRANT and SEIZE statements.
8337         * ch-decl.c (ALL_POSTFIX):  New global variable.
8338         * ch-decl.c (bind_saved_names, pop_module):  Change to use new
8339         ALIAS_DECL layout, and support general prefix rename and ALL.
8340         * ch-decl.c (various places):  Don't barf if DECL_ANME is NULL.
8341         * ch-parse.y (build_prefix_clause):  New function (handle PREFIXED).
8342         * ch-parse.y (optprogendname, optname):  Rename to opt_end_label.
8343         * ch-parse.y:  Add support for compound name strings, but defer
8344         using all over teh place, due to parser ambiguities.
8345         Howver, do use defining_occurrence where appropriate.
8346         * ch-parse.y:  Re-write syntax and semantics of GRANT and SEIZE
8347         statements to support Blue Book functionality.  Neato!
8349 Fri Aug 13 17:10:52 1993  Bill Cox  (bill@rtl.cygnus.com)
8351         * ch-actions.c: Redo decl_temp1 calls to save resulting decl.
8352         * ch-decl.c (decl_temp1): Rewrite to return generated decl.
8353           (decl_temp): Deleted.
8354         * ch-loop.c: Redo decl_temp1 calls to save resulting decl.
8355         * ch-satisfy.c (safe_satisfy_decl): Reorder switch for
8356           readability, add comment.
8357         * ch-tasking.c: Redo decl_temp1 calls to save resulting decl.
8358         * ch-tree.h: Delete decl_temp proto, change decl_temp1.
8360 Fri Aug 13 13:39:59 1993  Bill Cox  (bill@rtl.cygnus.com)
8362         * ch-decl.c (decl_temp): Break the chain of decls.  This
8363           prevents an infinite loop.
8364         * ch-lang.c (make_chill_pointer_type): Fix compiler warning.
8365         * ch-lex.l (equal_number): Check passes in looking up a 
8366           symbolic value.
8367         * ch-parse.y: Fix comments.
8368         * ch-tasking.c (tasking_setup): Only act in pass 2.
8369           (make_signal_struct, build_signal_decl,
8370            build_chill_receive_case_label): Don't go indirect
8371            thru NULL decl pointer.
8373 Thu Aug 12 11:02:34 1993  Bill Cox  (bill@rtl.cygnus.com)
8375         * ch-actions.c (route_to_predefined_function): New function called
8376           from build_chill_function_call, to call the proper predefined routine.
8377           (build_chill_card, build_chill_length, build_chill_lower,
8378           build_chill_max, build_chill_min, build_chill_num, 
8379           build_chill_pred, build_chill_sizeof, build_chill_succ,
8380           build_chill_upper): Rewritten to run only in pass 2.
8381         * ch-decl.c (init_decl_processing): Build predefined functions for card,
8382           length, lower, max, min, num, pred, sizeof, succ and upper.  Delete
8383           unused builtin_function calls.
8384         * ch-grant.c (chill_finish_module_code): Save current_function_decl
8385           before calling finish_chill_function, and use that to build the
8386           initializer structure.
8387         * ch-lex.l: Remove following tokens, since they're now just predefined,
8388           not reserved: card, length, lower, max, min, num, pred, sizeof, succ
8389           and upper.
8390         * ch-loop.c: Readability, indentation changes.
8391         * ch-parse.y: Delete tokens for card, length, lower, max, min, num, pred,
8392           sizeof, succ and upper.  Delete special rules for calls to these.
8393           Delete mode_location and upper_lower_arg non-terminals.
8394           (pmodearg): Eliminate convolutions.
8395           (call): Add rule for typename parameter.
8396         * ch-tasking.c: Readability changes.
8397         * ch-tree.h: Add prototypes.
8399 Thu Aug 12 00:38:17 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8401         * ch-decl.c (save_decl):  Set DECL_CONTEXT (decl).
8402         * ch-grant.c (chill_finish_module_code):  Call
8403         finish_chill_function with nested==0.
8404         * ch-tree.h, ch-decl.c, ch-tasking, ch-parse.y:  Rename
8405         {push,pop}_c_function_context to {push,pop}_chill_function_context.
8406         * ch-parse.y (end_function): If nested, call
8407         pop_chill_function_context regardless of which pass we're in.
8409 Wed Aug 11 02:34:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8411         * ch-actions.c (finish_chill_binary_op):  Handle error marks.
8412         * ch-decl.c (do_decl):  Laying out decl and generating rtl
8413         is too late to do here (if there are forward references), so ...
8414         * ch-satisfy.c (satify_decl):  ... do it here instead.
8415         * ch-decl.c (finish_enum):  Fixup types of enum decls now.
8416         * ch-satisfy.c (safe_satisfy_decl):  New routine.  Supports
8417         checking illegal cyclic definitions.
8418         All *satisfy* routines now take a 'chain' parameter (instead
8419         of 'lookup_only') used for checking cycles.
8420         * ch-satisfy.c (satisfy_decl):  Return DECL_INITIAL if appropriate.
8421         * ch-satisfy.c (satisfy):  Lots of little fixes.
8423         * ch-lex.l (init_lex):  Make all the standard ridpointers be
8424         lowercase, so that lookup_name on lower-cased user input
8425         will find the standard types.
8426         * ch-lex.l:  Remove all the standard types, in effect
8427         converting them from reservered anmes to predefined names.
8428         * ch-lex.l, ch-parse.y:  Remove PREDEF_MODEDECL - no longer used.
8429         * ch-grant.c (gfile):  Rename to grant_file_name.
8430         * ch-lex.l (yywrap):  Don't try to seize current grant_file_name.
8432         * initname.c:  Removed. get_file_function_name is now in tree.c
8433         * Makefile.in (CHILL_OBJS): Remove initname.o
8435         * ch-decl.c (do_decl):  New function, based on loop body of do_decls,
8436         * ch-decl.c (do_decls):  Just call do_decl.
8437         * ch-grant.c (chill_finish_module_code):  Minor cleasnups.
8438         Use new do_decl routine.  Clear init_entry_decl's source line.
8439         * ch-grant.c (print_proc_tail):  Fix for new param list structure.
8440         * ch-parse.y (whatpdef):  Removed.  Cleaned up procedure
8441         and process, allowing proper end-label-checking.
8442         * ch-typeck.c (build_chill_cast):  Remove decl->type conversion.
8444 Wed Aug 11 00:33:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8446         * ch-decl.c (layout_enum):  Don't call rest_of_type_compilation.
8448         * ch-lex.l (RETURN_PREDEF):  Don't call lookup_name.
8449         * ch-expr.c (build_chill_indirect_ref):  Call get_type_of.
8450         * ch-parse.y (call):  Call get_type_of before build_chill_cast.
8452 Tue Aug 10 21:33:10 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8454         *  ch-actions.c (build_char_array_expr):  If a concat operand is
8455         a constant char, convert it to a STRING_CST.
8456         * ch-decl.c (finish_decl):  Call rest_of_decl_compilation
8457         with toplev=0.
8458         * ch-typeck.c (build_chill_cast):  Allow type to be TYPE_DECL.
8460         * ch-parse.y (actionlabel):  Call define_label in both passes.
8461         * ch-actions.c (lookup_and_expand_goto, lookup_and_handle_exit):
8462         New functions, using lookup_name to find LABEL_DECLs.
8463         * ch-parse.y (GOTO, EXIT):  Use above new functions.
8464         * ch-tasking.c (struct rc_state_type *current_rc_state):
8465         Use to store state for the current receive case statement.
8466         (build_chill_receive_case_start, build_chill_receive_case_end):
8467         Don't generate temporary LABEL_DECL; just use gen_label_rtx.
8468         * ch-decl.c:  Remove all stuff dealing with specific label scopes,
8469         including functions push_label_level, pop_label_level.
8470         * ch-decl.c (define_label):  Re-write for 2-pass.
8471         * ch_tree.h (lang_identifier):  Removed label_value.
8472         * ch-tree.h (IDENTIFIER_LABEL_VALUE):  Removed.
8474         * ch-parse.y (modename):  Changed to yield identifier, not type.
8475         This allows following changes, which work better for 2-pass:
8476         (location):  primval ARROW optmodename -> primval ARROW optname.
8477         (primval):  Tuple can now be prefixed by unsatisfied name.      
8479         * ch-actions.c (chill_grant_only):  Renamed to grant_only_flag.
8480         * ch-lex.l (yywrap):  Don't read seizefiles if grant_only_flag.
8481         * ch-decl.c (switch_to_pass_2):  Exit if grant_only_flag,
8483         * ch-satisfy.c (satisfy):  Support CONSTRUCTOR, REFERENCE_TYPE.
8484         * ch-satisfy.c (satisfy_decl, satisfy):  Kludge around
8485         to a TYPE_DECL can be simplified to its type.
8486         * ch-expr.c (build_chill_indirect_ref):  New function.
8487         * ch-lex.l (prepare_paren_colon):  Make kludge even uglier,
8488         since the left paran might already have been seen.
8489         * ch-lang.c (make_chill_pointer_type):  Allow parameter
8490         to select pointer or reference type.
8491         (build_chill_reference_type):  New function.
8492         Either function:  Be more careful (in case arg is identifier).
8493         * ch-except.c (initialize_exceptions):  Make
8494         exception_stack_decl be public.
8495         * ch-actions.c (build_char_array_expr):   Can only
8496         constant fold if operands are STRING_CST.
8497         * ch-grant.c (raw_decode_mode):  Allow TYPE_DECL.
8498         (chill_finish_compile:  Set TREE_PUBLIC of init function to 1.
8500 Tue Aug 10 17:55:12 1993  Bill Cox  (bill@rtl.cygnus.com)
8502         * ch-actions.c (build_char_array_expr): Set array sizes correctly.
8503         * ch-decl.c: Fix comment.
8504         * ch-parse.y (pmodearg): Build tree_list in all cases.
8505         * varasm.c (assemble_tasssking_entry): Delete unused code.
8507 Tue Aug 10 13:58:21 1993  Bill Cox  (bill@rtl.cygnus.com)
8509         * ch-actions.c (build_char_array_expr): save/restore
8510           a tree's constant status.
8511           (build_chill_binary_op): Don't convert an expression
8512           if the type we're converting to is NULL.
8513         * ch-convert.c (maybe_turn_scalar_into_array): New functions.
8514           Call it from convert, and from ..
8515         * ch-expr.c (chill_expand_assignment): call new function.
8516           Move convert code earlier, too.
8517         * ch-decl.c (lookup_name): Delete bogus error message.
8518         * ch-tree.h (CH_NOVELTY, SCALAR_P): Handle NULL_TREE.
8519           Add protos.
8520         * ch-typeck.c (valid_array_index): Comment out some strange code
8521           which now seg faults.
8522           (chill_expand_tuple): Re-enable prepending of VARYING
8523           length to a tuple.
8524           (chill_similar): Return FALSE if either mode is NULL_TREE.
8526 Tue Aug 10 07:29:31 1993  Bill Cox  (bill@rtl.cygnus.com)
8528         * ch-decl.c: Delete proto for unused function shadow_tag_warned.
8529           Add commented-out calls to pushtag, in case we decide later
8530           to fill in TYPE_STUB_DECL for dbxout.
8531         * ch-lang.c (build_chill_struct_type): Add commented-out
8532           calls to pushtag, in case we decide later to fill in
8533           TYPE_STUB_DECL for dbxout.
8535 Mon Aug  9 23:09:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8537         * ch-decl.c (chill_seize):  Don't get_next_next in pass 2.
8538         * ch-decl.c (get_next_decl):  Skip ALIAS_DECLs.
8539         * ch-decl.c (bind_saved_names):  Handle SEIZE ALL.
8540         * ch-lang.c (layout_chill_struct_type):  Don't call
8541         rest_of_type_compilation - it crashes without a TYPE_STUB_DECL.
8542         * initname.c (get_file_function_name):  Get new file and
8543         function for language-independent constructor name generation.
8544         * ch-grant.c (get_init_function_id):  Removed.
8545         * ch-grant.c (chill_finish_compile):  Call get_file_function_name
8546         instead of get_init_function_id.
8548 Mon Aug  9 18:33:36 1993  Bill Cox  (bill@rtl.cygnus.com)
8550         * ch-decl.c: Formfeeds and comments.
8551         * ch-parse.y (quasi_formpar): Treat just like real formpar.
8552           Eliminate restriction on single name.
8553           (pmodearg, pmodearglist): Remove ignore_exprs stuff.
8555 Mon Aug  9 17:21:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8557         * ch-lex.h (enum rid), ch-lex.l (init_lex):  Added RID_ALL.
8558         * ch-lang.c (build_chill_pointer_type):  Layout the pointer type,
8559         if the pointee is laid out, even if pass==1.
8560         * ch-parse.y:  Set ignore_exprs=(pass=2) for entire spec module.
8562 Mon Aug  9 15:44:01 1993  Bill Cox  (bill@rtl.cygnus.com)
8564         This version compiles the 5-line program.  Thanks, Per!
8565         * ch-decl.c (print_lang_decl, print_lang_identifier):
8566           Add appropriate calls to indent_to().  Rename reverse_scopes
8567           to switch_to_pass_2, and wait to set pass = 2 until
8568           here.
8569         * ch-grant.c (chill_finish_module_code): Set module_init_list
8570           non-NULL in pass 1;  in pass2, chain on the module_init
8571           structure's decl.
8572           (chill_finish_compile): Clear module_init_list to NULL.
8573         * ch-parse.y (quasi_formparlist): Rewrite to avoid seg fault.
8574           Rename reverse_scopes to switch_to_pass_2, delete setting 
8575           of pass = 2.
8576         * ch-tree.h: Rename reverse_scopes proto.
8578 Mon Aug  9 13:21:34 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8580         * ch-decl.c (build_enumerator):  If name is NULL,
8581         don't call save_decl or get_next_decl.
8582         * ch-decl.c (layout_enum):  Fix calculation of next value.
8583         * ch-grant.c (print_enumeral):  Re-do for new 2-pass scheme.
8584         * ch-grant.c (decode_constant):  Better CONSTRUCTOR support.
8586 Mon Aug  9 11:59:12 1993  Bill Cox  (bill@rtl.cygnus.com)
8588         * ch-actions.c, ch-convert.c, ch-decl.c, ch-grant.c,
8589           ch-lang.c, ch-parse.y, ch-tree.h: gcc -Wall cleanup.
8590           Lots of new prototypes.
8592 Mon Aug  9 01:00:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8594         * ch-lex.h:  Remove unused RID_'s.  Make sure RID_MAX is last.
8595         * ch-decl.c (init_decl_processing):  Moved ridpointers
8596         initialization to init_lex().  Use them consistently.
8597         * ch-lex.l (RETURN_PREDEF):  New macro.  Uses ridpointers
8598         for all preferedined types.
8599         * ch-lex.l (init_lex):  Upper case all RIDs, so grantfiles
8600         (and error messages?) will use uppercase.
8601         * ch-decl.c (build_chill_enumerator):  Merged into build_enumerator.
8602         * ch-lang.c (finish_chill_enum):  Merged into ...
8603         * ch-decl.c (finish_enum): .... this function.
8604         * ch-decl.c (layout_enum):  New function.  Does all the pass-2
8605         stuff for enumerations.
8606         * ch-decl.c (finish_enum, start_enum):  Only trivial pass-1 stuff.
8607         * ch-satisfy.c (satisfy):  Support ENUMERAL_TYPE.  Improve ranges.
8608         * ch-parse.y:  Check ignore_exprs instead of ignore_decls when
8609         parsing and building types.
8611 Sun Aug  8 16:26:40 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8613         * ch-lex.h:  Add some missing RID_'s.
8614         * ch-decl.c (init_decl_processing): 
8616 Sun Aug  8 15:32:54 1993  Bill Cox  (bill@rtl.cygnus.com)
8618         * ch-grant.c (module_has_actions): Delete this and all
8619           references.  It was a botch.
8620           (chill_finish_module_code): Move finish_chill_function_call inside
8621           the test whether actions were found at module level.
8622           Use current_function_name in the initializer build,
8623           and init_entry_id in the module_list setup.
8624           (chill_finish_compile): Call lookup_name to get the
8625           decl from a module_init_list entry.
8626         * ch-parse.y: Revert module_has_actions additions.
8627         * ch-satisfy.c (satisfy): After satisfying the type  referenced
8628           by a pointer_type, call layout type for the pointer.
8629         * ch-tasking.c (tasking_registry): Only active in pass 2.
8630         * ch-typeck.c: Call build_chill_pointer_type everywhere.
8632 Sun Aug  8 13:13:29 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8634         * ch-tree.def (PAREN_EXPR):  New unary op:  '(' EXPR ')'.
8635         * ch-parse.y (primval):  If pass 1, generate PAREN_EXRR.
8636         * ch-satisfy.c (satisfy):  Reduce PAREN_EXPR to its operand.
8637         * ch-grant.c (decode_const):  Handle PAREN_EXPR.
8638         * ch-decl.c (pop_module):  Fix think.  Inprove error message.
8640 Sun Aug  8 10:31:04 1993  Bill Cox  (bill@rtl.cygnus.com)
8642         Generally, replace 'function' with 'procedure' 
8643         and 'type' with 'mode' in error/warning messages.
8644         * ch-actions.c: See Generally. Fix up 'too many' and 'too few' error msgs.
8645         * ch-decl.c: See Generally.
8646           (init_decl_processing): Call build_tasking_enum from here.
8647           Now, it doesn't need a flag to do its work only once.
8648           Also, build the TaskingStruct decl here.
8649         * ch-grant.c: Remove references to `current_grant_file';
8650           there's now only one.  See Generally.  Do gcc -Wall cleanup.
8651         * ch-lex.l: Remove references to `current_grant_file'
8652           and delete USE_GRANT_FILE token.
8653         * ch-parse.y: Remove call to build_tasking_enum, and its extern.
8654         * ch-tasking.c (tasking_setup): Move TaskingStruct build
8655           to init_decl_procesing.  Delete build_tasking_enum calls.
8656         * ch-tree.c: See Generally.
8657         * ch-tree.h: Add proto for build_tasking_struct.
8659 Sun Aug  8 08:59:23 1993  Bill Cox  (bill@rtl.cygnus.com)
8661         * ch-decl.c: Make unnamed_module_number static, reset it to zero
8662           before pass 2, so same module names get generated in both passes.
8663           (push_module): Return user name or generated name.
8664           (init_decl_processing): Build __tmp_initializer_type.
8665           Code moved from chill_finish_module_code.
8666         * ch-grant.c: New flag module_has_actions.  Set TRUE by push_actions,
8667           used, reset by chill_finish_module_code.    Replaces test of 
8668           module_function_name.  Shuffled finish-up code to end of module.
8669           (chill_finish_module_code): Use global_bindings_p to determine
8670           'nested' parameter for finish_chill_function.  Use new
8671           module_has_actions flag to trigger generation of module_init list
8672           entry.  We now can handle not only multiple modules per file,
8673           but modules nested inside functions (I think).
8674         * ch-lang.c (build_chill_pointer_type): Restore missing assignment.
8675         * ch-parse.y (push_actions): Set module_has_actions flag.
8676           (modulion, spec_module): Save possibly-generated module name
8677           returned by push_module.
8678         * ch-satisfy.c (satisfy): Put switch cases into alpha order, add
8679           case for POINTER_TYPE.
8680         * ch-tasking.c: Replace build_pointer_type calls with
8681           build_chill_pointer_type calls.
8682         * ch-tree.h: Fix, add prototypes.
8684 Sat Aug  7 17:32:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8686         * ch-parse.y:  Remove many useless tests for ignore_decls.
8687         * ch-parse.y:  Remove obsolete support for _EXTERN and _INIT.
8688         * ch-parse.y:  Reset ignore_exprs while parsing declarations,
8689         but handle initializers appropriately.
8690         * ch-grant.c (decode_constant):  Update (for 2-pass) support
8691         for CONSTRUCTOR and SET_TYPE.
8692         * ch-grant.c (chill_initializer_name):  Renamed to
8693         module_function_name.
8694         * ch-grant.c (function_generated):  Removed;
8695         use module_function_name != NULL instead.
8696         * ch-tree.h, ch-parse.y:  Removed unused current_locnamelist.
8697         * ch-decl.c (push_modedef):  Simplify to take just one mode.
8698         * ch-tasking.c (make_process_struct, make_signal_struct):
8699         Change calls to push_modedef correspondingly.
8700         * ch-tree.c (build_powerset_type):  Move the stuff that's
8701         suitable for pass 1 into new function make_powerset_type,
8702         and that for pass 2 into new function layout_powerset_type.
8703         * ch-lang.c:  Move pass-1 stuff from build_chill_pointer_type
8704         into new function make_chill_pointer_type, and split
8705         build_chill_struct_type into make_chill_struct_type
8706         and layout_chill_struct_type.
8707         * ch-decl.c (grok_chill_variantdefs):  Similarly split up
8708         into make_chill_variants and layout_chill_variants.
8709         * ch-satisfy.c (satisfy):  Add support for SET_TYPE, and UNION_TYPE.
8710         Call layout_chill_struct_type for RECORD_TYPE.
8712 Sat Aug  7 09:59:55 1993  Bill Cox  (bill@rtl.cygnus.com)
8714         Fixup previous check-in.
8715         * ch-decl.c: Restore unnamed_module_number, which *was*
8716           used after all.
8717         * ch-grant.c (get_init_function_id): Return type s.b. tree.
8719 Sat Aug  7 09:28:17 1993  Bill Cox  (bill@rtl.cygnus.com)
8721         * ch-decl.c (print_lang_decl, print_lang_type): Add
8722           correct parameter list.  Add print statements for
8723           nesting_level, signal_dest, buffer_size, and the
8724           signal_data flag.
8725           (decl_temp, decl_temp1): Delete unused code.
8726           (init_decl_processing): Call build_instance_type and
8727           build_tasking_type in both passes.
8728           Generally change current_scope comparisons against 
8729           global_scope to global_biidings_p calls.
8730         * ch-except.c (push_handler): Add space before parameter paren.
8731         * ch-grant.c (chill_start_module, chill_finish_module,
8732           chill_finish_compile): Complete re-write for 2-pass and
8733           multiple modules per source file.
8734         * ch-parse.y (pass1_2): Call chill_finish_compile once each pass.
8735         * ch-tasking.c: Diffused small adaptations to 2-pass.
8736         * ch-tree.h (print_lang_decl, print_lang_type): Correct
8737           the prototypes.
8738           (chill_finish_module_code): Add module name parameter.
8739         * ch-typeck.c: Fix comments, add whitespace.
8741 Fri Aug  6 12:17:07 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8743         * ch-decl.c (temp_pushdecl, bind_saved_names): The simple-minded
8744         way I allocated the shadow_list on an obstack was too fragile,
8745         so just use xmalloc/free instead.
8747 Fri Aug  6 08:31:49 1993  Bill Cox  (bill@rtl.cygnus.com)
8749         * ch-satisfy.c (satisfy): Satisfy TYPE_MIN_VALUE and
8750           TYPE_MAX_VALUE for vanilla integer type.  Only need
8751           to satisfy TREE_TYPE for integer range type.
8753 Fri Aug  6 00:53:11 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8755         * ch-lang.c (build_chill_range_type):  Split up into two new
8756         functions (make_chill_range_type, layout_chill_range_type);
8757         only former part is done in pass 1.
8758         * ch-lang.c (build_chill_array_type):  Split up in the same
8759         way (yielding make_chill_array_type, layout_chill_array_type).
8760         * ch-satisfy.c (satisfy):  Handle array and range types.
8761         * ch-tree.h (TYPE_RANGE_PARENT):  Removed.  Not used.
8762         * ch-parse.y (mode2):  Handle optional rangesize.
8764 Thu Aug  5 15:13:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8766         * ch-grant.c (print_an_int):  Re-enable (but don't search for SYN).
8767         * ch-grant.c (raw_decode_mode):  Support printing
8768         of an IDENTIFIER_NODE (unresolved type name).
8769         * ch-grant.c (decode_constant):  Support printing of an unresolved
8770         IDENTIFIER_NODE, as well as some kinds of binary operations.
8771         * ch-grant.c (grant_one_decl):  Don't call globalize_decl.
8773         * ch-grant.c (decode_decl):  Add support for ALIAS_DECLs
8774         (from SEIZEs and GRANTs).
8775         * ch-grant.c:  Remove support for multiple grantfiles.
8776         * ch-grant.c, ch-parse.y:  Removed grant_count, for now at least.
8777         * ch-lex.h (in_seizefile):  Moved to ch-tree.h.
8778         * ch-tree.h (CH_DECL_SEIZED), ch-tasking.c, ch-decl.c:  Removed.
8779         * ch-tree.h (CH_DECL_GRANTED): Added.
8780         * ch-actions.c (build_chill_exception_decl):  Use
8781         IDENTIFIER_LOCAL_VALUE, not obsolete IDENTIFIER_GLOBAL_VALUE.
8782         * ch-grant.c (write_grant_file -> write_spec_module): Rename.
8783         Change to accept list of remember_decls and granted_decls.
8785 Thu Aug  5 11:58:21 1993  Stan Shebs  (shebs@rtl.cygnus.com)
8787         * expr.c: Remove no-longer-used PROCESS_DECL tree type.
8789 Thu Aug  5 10:03:27 1993  Bill Cox  (bill@rtl.cygnus.com)
8791         * ch-decl.c (init_decl_processing): Only build types
8792           in pass 2, since dbxout machinery is only ready for
8793           output then.
8794         * ch-grant.c (chill_finish_module_code): Do most of the
8795           work in pass 2.
8797 Thu Aug  5 06:54:10 1993  Bill Cox  (bill@rtl.cygnus.com)
8799         * ch-parse.y (receivecaseaction): Pass label-group
8800           numbers around.
8801         * ch-tasking.c (build_chill_receive_case_start):
8802           Generate unique labels for each case, pass back
8803           the label-group's number.
8804           (build_chill_receive_case_end): Accept label-group
8805           number from parser, use it to build labels
8806         * ch-tree.h: Change prototypes.
8808 Wed Aug  4 13:21:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8810         * ch-decl.c (decl_temp1):  Call finish_decl().
8812         * ch-grant.c (chill_start_module_code):  Don't call
8813         push_c_function_context - not needed since we're not nested.
8814         * ch-grant.c (chill_finish_module_code): Call finish_chill_function
8815         with nested=0, not 1 (twice).
8816         * ch-grant.c (chill_finish_module_code): Clear function_generated.
8818 Tue Aug  3 20:06:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8820         * ch-decl.c (push_chill_extern_function):  Set TREE_PUBLIC.
8822 Tue Aug  3 19:08:51 1993  Bill Cox  (bill@rtl.cygnus.com)
8824         * ch-actions.c (build_chill_function_call): Handle parameter
8825           attributes better - LOC still not handled.
8826         * ch-tree.def: Amplify comment.
8828 Tue Aug  3 18:07:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8830         * ch-lex.l (handle_use_seizefile_directive):  Update
8831         next_file_to_seize correctly.
8832         * ch-actions.c (build_chill_abs):  Create an ABS_EXPR, not an rts_call.
8834 Tue Aug  3 14:03:50 1993  Bill Cox  (bill@rtl.cygnus.com)
8836         First Aid, not real long-term fixes...
8837         * ch-decl.c (pop_module, lookup_name_for_seizing): Check
8838           current_module pointer for NULL before using it.
8839           (init_decl_processing): Set up wchar_type_node before using it.
8840         * ch-grant.c (chill_finish_module_code): Don't build
8841           initializer_type or initializer_decl until pass 2.
8842         * ch-lex.l: Readability - single statement per line.
8843         * ch-tasking.c (make_process_struct): Hide get_parm_info
8844           call inside #ifdef for now.
8846 Tue Aug  3 09:59:23 1993  Bill Cox  (bill@rtl.cygnus.com)
8848         * ch-decl.c (pushdecllist): Add forward decl.
8849         * ch-parse.y (handler): Add rules which allo
8850           empty onalternativelist.
8851         * ch-tasking.c (get_tasking_code_name): Add
8852           cast of alloca() result.
8854 Tue Aug  3 00:11:40 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8856         * ch-lex.l (handle_use_seizefile_directive):  Make files_to_seize
8857         a queue.  Check for duplicate use_seizefile-s immediately.
8858         * ch-lex.l (yywrap):  Use this more portable mechanism,
8859         rather than the flex-specific <<EOF>>.  Also, clear saw_eof.
8860         * ch-lex.l:  Don't call push_module/pop_module automatically.
8861         * ch-decl.c (push_chill_extern_function:  Modify for 2-pass.
8863 Mon Aug  2 14:24:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8865         * ch-parse.y:  Rename actionstatement -> nonempty_actionstatement.
8866         New actionstatement is now nonempty_actionstatement | SC.  Use
8867         where appropriate.  This is closer to Blue Book terminology.
8869         * ch-tree.def (ALIAS_DECL):  New tree type.
8870         * ch-decl.c:  Merged all the code we need (I hope) from c-decl.c,
8871         which is no longer used for cc1chill.
8872         * c-decl.c:  Remove all Chill-related code.
8873         * Makefile.in (CHILL_OBJS):  Don't use c-decl.o.
8874         * ch-decl.c:  No longer use IDENTIFIER_GLOBAL_VALUE anywhere.
8875         Introduce a 'nesting_level' level concept instead.
8876         * ch-decl.c:  Merged push_scope into pushlevel; pop_scope into
8877         poplevel;  struct scope and struct binding_level.
8878         * ch-decl.c:  Other major name lookup algorithm changes.
8879         * ch-tree.h (struct lang_identifier): Remove granted_value field.
8880         * ch-tree.h (IDENTIFIER_GRANTED_VALUE macro):  Removed.
8881         * ch-tree.h (DECL_NESTING_LEVEL):  New macro.
8882         * ch-satisfy.c (satisfy, satisfy_decl):  New 'lookup_only' arg.
8883         * ch-tree.h (struct module):  New fields nesting_level, granted_decls.
8884         * ch-grant.c (seize_implied_names, do_seize, chill_seize):  Move ...
8885         * ch-decl.c: ... here.
8886         * ch-grant.c (start_chill_function2):  Remove.
8887         * ch-grant.c (chill_start_module_code):  Now called in both passes.
8888         * ch-actions.c (lang_init):  Code moved to ...
8889         * ch-decl.c (init_decl_processing): ... here.
8890         * ch-actions.c (chill_expand_result, chill_expand_return):
8891         Handle being called during pass 1.
8892         * ch-lex.l (name_type_signal):  Don't try lookup_name during pass 1.
8893         * ch-parse.y (PUSH_ACTION, push_action):  Is now invoked during
8894         both passes, for the sake of chill_start_module_code.  Change all
8895         actions rules to invoke PUSH_ACTION unconconditionally.
8896         * ch-parse.y, ch-decl.c (push_module):  Module label is now optional.
8898 Mon Aug  2 15:02:32 1993  Bill Cox  (bill@rtl.cygnus.com)
8900         * expr.c (store_constructor): Convert library function
8901           parameters to proper integer precision before calling
8902           emit_library_call.
8904 Mon Aug  2 08:46:06 1993  Bill Cox  (bill@rtl.cygnus.com)
8906         * ch-grant.c (seize_implied_names): Check POWERSET's
8907           base type for names to seize.
8909 Fri Jul 30 19:59:30 1993  Bill Cox  (bill@rtl.cygnus.com)
8911         * ch-tree.h: Delete unused definition of JOINER
8912           macro.  Expand comment about INSTANCE_TYPE.
8914 Thu Jul 29 14:57:11 1993  Bill Cox  (bill@rtl.cygnus.com)
8916         * ch-convert.c (unreferenced_type_of): New function.
8917           (convert): Call new function.
8919 Thu Jul 29 07:34:57 1993  Bill Cox  (bill@rtl.cygnus.com)
8921         * ch-lex.l: Allow C-style comments before the module
8922           header.  Use #undef to assure that strchr isn't a
8923           macro (portability), and remove the extra paren-
8924           theses in its extern name.
8925           (check_newline): Call getlc less often, so that user
8926           labels aren't lowercased before their time. Add BEGIN
8927           INITIAL before starting pass 2, so the header is
8928           correctly ignored.
8930 Wed Jul 28 14:23:24 1993  Bill Cox  (bill@rtl.cygnus.com)
8932         * ch-grant.c (chill_start_module_code): Cast alloca()
8933           return value.
8935 Wed Jul 28 12:39:51 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
8937         * ch-grant.c: remove extra parens around extern function
8938         declarations (they confuse the DECstation compiler)
8940 Wed Jul 28 12:28:56 1993  Bill Cox  (bill@rtl.cygnus.com)
8942         * Makefile.in: Stop deleting flex's #line lines.
8944 Wed Jul 28 07:05:25 1993  Bill Cox  (bill@cygnus.com)
8946         Adjust after FSF merge:
8947         * calls.c (expand_call): Add comment.
8948         * ch-expr.c: Add newline.
8949         * expmed.c (store_split_bit_field): Add comment.
8951 Tue Jul 27 17:32:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8953         * ch-actions.c (build_chill_binary_op): Set code0 and
8954           code1 only in pass 2.
8955           (get_result_tmp_name): Cast alloca return for portability.
8956         * ch-decl.c (pop_module): Test current_module ptr before
8957           using it.
8958         * ch-lex.l: Set lineno and input_filename for pass 2
8959           error messages.
8961 Tue Jul 27 15:14:06 1993  Bill Cox  (bill@rtl.cygnus.com)
8963         * ch-lex.l: Fix the syntax error at line 329.  Will I
8964           *ever* quit fixing these in the ch-lex.c file?  Stay tuned..
8966 Tue Jul 27 15:01:25 1993  Bill Cox  (bill@rtl.cygnus.com)
8968         * ch-lex.l: Pervasive rewrite for queueing seize files,
8969           then parsing them at the end of pass 1.  Still some
8970           problems.
8972 Tue Jul 27 07:40:39 1993  Bill Cox  (bill@rtl.cygnus.com)
8974         * chill.in: Check for .i suffices only, and use -xchill
8975           to bracket the argument.
8977 Thu Jul 22 19:17:23 1993  Bill Cox  (bill@rtl.cygnus.com)
8979         * c-decl.c (print_lang_identifier): Oops.  Syntax error.
8981 Thu Jul 22 18:56:16 1993  Bill Cox  (bill@rtl.cygnus.com)
8983         * c-decl.c (pushdecllist): Standardize loop for readability.
8984         * ch-decl.c (decl_temp): Call pushdecllist to store decl
8985           into hash table, move after current_scope declaration.
8986           (decl_temp1): Move also.
8987         * ch-lex.l (getlc): New function.  Force char to lower case.
8988           (check_newline): Call it, so comparisons work on uppercase
8989           keywords.
8991 Wed Jul 21 22:17:22 1993  Bill Cox  (bill@rtl.cygnus.com)
8993         * ch-decl.c (do_decls): Add saving of decl tree
8994           address into ID node in pass 2,  reindent.
8995         * ch-grant.c (start_chill_function2): New function.
8996           (chill_start_module_code,  chill_finish_module_code): Call it.
8997         * ch-loop.c (build_temporary_variable, begin_for_range):
8998           Replace start_decl, finish_decl pairs with decl_temp1 calls.
8999         * ch-parse.y (parnamelist): Eliminate warning by eliminating
9000           the %type for now.
9001         * ch-actions.c, ch-tasking.c: Replace do_decls calls with
9002           decl_temp1 calls.
9003         * ch-tree.h: New prototypes.
9004         * stmt.c (stamp_nesting_label): Check parameters for NULL.
9005         * toplev.c (lang_options): Add '-L' option.
9007 Wed Jul 21 21:06:18 1993  Bill Cox  (bill@rtl.cygnus.com)
9009         Portability fixes.
9010         * ch-decl.c (save_decl): Make definition match forward declaration.
9011         * ch-lex.l (RETURN_TOKEN): Don't use the 'do { .. return } while 0'
9012           in the macro - Sun's compiler throws warnings.  Thanks, Brendan.
9013         * ch-satisfy.c (satisfy): Add forward declaration.
9014           (SATISFY): Add outer parens for greater safety.
9016 Wed Jul 21 12:59:20 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9018         * c-decl.c (pushdecllist): New function.  Add a list of decls
9019         to the current scope, checking for duplicates.
9020         * c-decl.c (start_function):  Remove some Chill junk.
9021         (This function should no longer be used for Chill.)
9022         * ch-lex.l (ch_lex_init):  New function, to re-init for 2nd pass.
9023         * ch-lex.l (<<EOF>>):  Cleanup, and re-start for 2nd pass.
9024         * ch-tree.h (UNSATISFIED, UNSATISFIED_FLAG):  New flags.
9025         * ch-tree.h (CH_CLASS_IS_VALUE, CH_CLASS_IS_REFERENCE):
9026         Implement.  Add comments.
9027         * ch-tree.h (CH_COMPATIBLE_CLASSES, CH_ROOT_MODE, CH_RESULTING_MODE):
9028         Better Blue Book type checking.
9029         * ch-actions.c (finish_chill_binary_op): Handle folding
9030         and other stuff that couldn't be done in pass 1.
9031         * ch-actions.c (build_chill_binary_op):  Bail out early if pass 1.
9032         Use new CH_ROOT_MODE macro to handle integer promotions etc.
9033         * ch-except.c (push_handler):  Bail out if pass 1.
9034         * ch-tasking.c (make_process_struct):  Defer making this work.
9035         * ch-parse.y (assignaction):  Simplify, and move some code ...
9036         * ch-expr.c (chill_expand_assignment): ... here.
9037         * ch-typeck.c (chill_root_mode, chill_resulting_mode,
9038         chill_compatible_classes):  New functions, implementing the
9039         correspondingly named Blue Book concepts.
9040         * ch-parse.y generally:  Lots of little tweaks to support
9041         2-pass compilation.
9042         * ch-parse.y (push_module, pop_module):  Moved to ...
9043         * ch-decl.c (push_module, pop_module):  ... here.
9044         * ch-parse.y (push_action):  New function.
9045         * ch-parse.y (pdef):  Move complicated action to ...
9046         * ch-parse.y (end_function):  ... new function here.
9047         * ch-parse.y (procedure):  Major re-write.
9048         * ch-parse.y (paramname, paramnamelist):  New, to avoid conflict (?).
9049         * ch-decl.c (do_decls, push_syndecls, push_modedef,
9050         start_chill_function, finish_chill_function):  Do different things
9051         on each pass.  Hence, can use code in c-decl.c to lesser extent.
9052         * ch-decl.c (build_chill_function_type):  First arg is now
9053         just the return type, rather than a singleton list.
9054         * ch-decl.c (massage_param_node):  Remove not needed (we
9055         now encode parameter attributes directly in the TREE_PURPOSE).
9056         * ch-decl.c (chill_munge_params):  New function, called by parser.
9057         * ch-decl.c (push_parms):  Removed function.
9058         * ch-decl.c (push_cope, pop_scope, save_decl, get_next_decls):
9059         New functions, to coordinate decls between passes.
9061 Wed Jul 21 14:23:25 1993  Bill Cox  (bill@rtl.cygnus.com)
9063         * ch-actions.c (lang_decode_option): Add option -Lpath
9064           to specify seize file path.
9065           (ch_singleton_set): Readability formatting.
9066           Add comment, move functions to easier found places.
9067         * ch-lex.l (setup_seizefile_read): Check for *no* slashes.
9068           (register_seize_path): Use memcpy so pathlen has an effect.
9069         * gcc.c (default_compilers): Add -L option to chill
9070           compiler SPECs.
9072 Wed Jul 21 12:59:20 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9074         * ch-satisfy:  New file.  Used for name lookup.
9075         * Makefile.in (CHILL_OBJS): Add ch-satisfy.o.
9077 Wed Jul 21 12:16:51 1993  Bill Cox  (bill@rtl.cygnus.com)
9079         * toplev.c (main): Delete -L option handling - breaks
9080           non-chill compilers.
9082 Wed Jul 21 09:29:24 1993  Bill Cox  (bill@rtl.cygnus.com)
9084         * ch-grant.c: #undef strchr and strrchr names in extern
9085           declarations, to prevent RS6000 compiler from reporting
9086           their misuse as macros.
9087         * ch-lex.l (setup_seizefile_read): Refer to list of  paths
9088           for seizefiles specified by -L options on command line.
9089           (register_seize_path): Add a new path to the seize file list.
9090         * toplev.c (strip_off_ending): Recognize chill suffix.
9091           (main): Recognize -L option, specifying a seize file path.
9093 Tue Jul 20 12:41:52 1993  Bill Cox  (bill@rtl.cygnus.com)
9095         * ch-lex.l (convert_float): Make it really portable,
9096           using the appropriate macros.
9098 Tue Jul 20 11:26:02 1993  Bill Cox  (bill@rtl.cygnus.com)
9100         * ch-lex.l (convert_float): More casts for vxworks
9101           portability.
9103 Tue Jul 20 11:01:30 1993  Bill Cox  (bill@rtl.cygnus.com)
9105         * ch-lex.l (convert_float): Give variable `d' correct
9106           type so build_real call is correct.  Should remove
9107           vxworks portability problem.
9108           (convert_float): Re-indent to standards.
9110 Mon Jul 19 17:32:10 1993  Bill Cox  (bill@rtl.cygnus.com)
9112         * ch-actions.c (build_char_array_expr): Add field decls to
9113           constructor.  Now, it generates the library call.
9114         * ch-expr.c (chill_expand_array_assignment): Make sure that all
9115           error messages say 'mode' not 'type'.
9117 Mon Jul 19 14:44:46 1993  Bill Cox  (bill@rtl.cygnus.com)
9119         * ch-actions.c, ch-convert.c, ch-decl.c, ch-grant.c, ch-lang.c,
9120           ch-loop.c, ch-parse.y, ch-tasking.c, ch-tree.c, ch-typeck.c:
9121           Make sure that all error messages say 'mode' not 'type'.
9122         * ch-decl.c (push_modedef): Add novelty computation,
9123           storage in each newmode.
9124         * ch-parse.y: Delete novelty counter - moved to ch-decl.c.
9125           Reformat slightly for readability.  Fix comments.
9126         * ch-tree.h: Delete print_lang_type prototype.
9128 Mon Jul 19 06:43:51 1993  Bill Cox  (bill@rtl.cygnus.com)
9130         * ch-actions.c (chill_expand_return): Disable
9131           error message which requires 2-pass analysis, for
9132           now.
9133         * ch-convert.c (convert): Build length-only constructor
9134           for empty string (PR 2930).
9136 Fri Jul 16 16:08:33 1993  Bill Cox  (bill@rtl.cygnus.com)
9138         * ch-expr.c (chill_expand_array_assignment): Check
9139           non-varying string assignments for conformance to
9140           the "string assignment condition" (PR 2920).
9142 Thu Jul 15 13:25:33 1993  Bill Cox  (bill@rtl.cygnus.com)
9144         * ch-actions.c (build_chill_array_expr): Check parameters.
9145           Call convert to build unitary array from scalar if
9146           needed.  Rewrite CONCAT_EXPR handling.
9147         * ch-convert.c (build_array_type_for_scalar): New functions.
9148           (convert): Call new function, to convert scalar to unitary
9149           array.  Only call chill_expand_tuple if expression hass
9150           NULL_TREE type.
9151         * ch-expr.c (chill_expand_expr): Allow a larger static
9152           varying array to be assigned to a smaller, with a runtime
9153           test (to be provided).
9154         * ch-parse.y (locdec): Comment out bogus error msg.
9155           (elementlist): Replace several lines with chainon call.
9156         * ch-tree.h (SCALAR_P): New macro.  New prototype for
9157           build_array_type_for_scalar.
9158         * ch-typeck.c (build_chill_cast): Re-indent.
9159           (chill_expand_tuple): Comment out strange addition of 
9160           varying string's length to front of constructor list.
9162 Thu Jul 15 05:58:46 1993  Bill Cox  (bill@rtl.cygnus.com)
9164         * ch-except.c (start_handler_array): Use unique identifier for
9165           exception array, so we can have > 1 array per reach
9166           (PR 2931).  The change was originally entered June 23, and
9167           subsequently lost.
9169 Mon Jul 12 16:07:53 1993  Bill Cox  (bill@rtl.cygnus.com)
9171         Get executable test cases running again...
9172         * c-typeck.c (build_function_call): Bypass default
9173           parameter promotions, format param syntax check for
9174           CHILL; they've already been converted in
9175           build_chill_function_call.
9176         * ch-actions.c (chill_expand-return): Correct tests
9177           for function which returns no value.
9178         * ch-convert.c (base_type_size_in_bytes): Check for
9179           NULL type parameter, just return.
9180           (convert): Allow conversion of CHAR to varying array
9181           of CHAR.
9182           Change error msg to "conversion" from "assignment".
9183           Remove default from case, which short-circuited before
9184           REFERENCE_TYPEs got converted.  Deleted second copy
9185           of REFERENCE_TYPE code.
9186         * ch-lang.c (build_chill_range_type): Simply exit if
9187           NULL input parameter.
9188         * ch-loop.c: Fix comment.
9190 Sun Jul 11 11:27:08 1993  Bill Cox  (bill@cygnus.com)
9192         * ch-actions.c (chill_expand_result, chill_expand_return):
9193           Move here from ch-typeck.c.  Add a temporary to remember the
9194           result value in.  Change return handler to fetch that 
9195           temporary value, if there is one.
9196         * ch-parse.y (pdef): Call chill_expand_return to fetch
9197           the temp's value.
9198         * ch-tree.h, ch-typeck.c: Move return, result functions to
9199           ch-actions.c.  And their prototypes.
9201 Fri Jul  9 15:47:51 1993  Bill Cox  (bill@rtl.cygnus.com)
9203         * ch-actions.c, ch-convert.c, ch-decl.c, ch-except.c,
9204           ch-expr.c, ch-grant.c, ch-inout.c, ch-lang.c,
9205           ch-lex.l, ch-loop.c, ch-parse.y, ch-tasking.c,
9206           ch-tree.c, ch-tree.h, ch-typeck.c: gcc -Wall cleanup.
9208 Fri Jul  9 09:41:05 1993  Bill Cox  (bill@rtl.cygnus.com)
9210         * ch-grant.c (decode_decl): Grant BUFFER, INSTANCE variables.
9211           (print_integer): Delete old non-working INSTANCE code.
9212         * ch-lex.l (name_type_signal): Recognize BUFFER name, too.
9213         * ch-parse.y (rccase_label): Move all actions inside if.
9214           Use BUFFERNAME to recognize receice case buffer clause,
9215           eliminate one shift-reduce conflict.
9216         * ch-tasking.c (build_buffer_descriptor): Check for
9217           CH_DECL_BUFFER flag, remove unused code.
9219 Thu Jul  8 11:17:32 1993  Bill Cox  (bill@rtl.cygnus.com)
9221         Declaring and sending buffers..  first draft
9222         * ch-actions.c (lang_init): Define the send_buffer runtime
9223           function.
9224         * ch-decl.c (do_decls): Standardize loop, so stepping
9225           isn't hidden.
9226         * ch-lex.l: Clean up prototypes for readability.
9227         * ch-parse.y (sendaction): Add send buffer action.
9228           (locdec): Add rule for buffer declaration.
9229         * ch-tasking.c (generate_tasking_code): standardize indentation.
9230           (make_signal_struct): Readability changes.
9231           (build_chill_send_buffer, build_buffer_decl, 
9232            build_buffer_descriptor): New functions.
9233         * ch-tree.h (IDENTIFIER_BUFFER_SIZE): Add place to save
9234           buffer's maximum queue length in buffer decl.
9235           (CH_DECL_BUFFER): Add flag in decl.  Clean up for
9236           readability.  Add prototypes.
9237         * ch-typeck.c (build_chill_cast): Call convert rather
9238           than storing directly into TREE_TYPE field.
9240 Tue Jul  6 12:34:32 1993  Bill Cox  (bill@rtl.cygnus.com)
9242         * ch-actions.c (lang_init): Set warn_switch so case labels
9243           get checked.  Move build_chill_case_expr to ch-expr.c.
9244         * ch-expr.c (chill_expand_case_expr): Enable checking
9245           of expression case labels.
9246         * ch-grant.c: Move a comment.
9248 Mon Jul  5 10:02:27 1993  Wilfried Moser  (fs_moser at rcsw1j)
9250         * ch-lex.l: Add compiler directive SUPPORT_CAUSING_ADDRESS.
9251         * ch-except.c (initialize_exceptions): Change the layout of the
9252           structure __ch_handler. The entry __jbuf is moved to the end 
9253           of the structure and its size was changed to _JBLEN+10.
9254         * ch-decl.c (push_chill_extern_process): Add processing of
9255           processes with no arguments.
9256         * ch-grant.c (decode_decl, do_seize): Add processing of
9257           processes with no arguments.
9258         * ch-tasking.c (build_process_header, build_chill_start_process):
9259           Add processing of processes with no arguments.
9260           (make_process_struct): Add processing of IN attribute for
9261           process arguments.
9262           (tasking_setup): Add NUL-character to name of a tasking
9263           element. The name must be NUL terminated.
9264           (build_chill_send_signal): Default SEND_SIGNAL_PRIORITY
9265           to 0 with a warning if -Wall specified on command-line.
9266         
9267 Fri Jul  2 16:01:57 1993  Bill Cox  (bill@rtl.cygnus.com)
9269         * ch-parse.y: Change 'empty' comments to new non-terminal
9270           so that exyacc doesn't discard them.
9271         * ch-lang.c (build_chill_range_type): New error messages.
9273 Fri Jul  2 12:43:25 1993  Bill Cox  (bill@rtl.cygnus.com)
9275         * ch-parse.y (action): Catch and report actions which 
9276           shouldn't have exception clauses, but do.  Unfortunately,
9277           catching more than one of these per compilation will 
9278           have to await the general addition of syntax error
9279           recovery to the parser.
9281 Fri Jul  2 10:45:35 1993  Bill Cox  (bill@rtl.cygnus.com)
9283         * ch-parse.y (locdec): Issue error for initialization 
9284           of bitstring with tuple, not for powerset init with
9285           tuple.
9287 Thu Jul  1 15:29:26 1993  Bill Cox  (bill@rtl.cygnus.com)
9289         * ch-lang.c (build_chill_array_type): Check for indices
9290           that didn't fold into constants, issue error (PR 2924b).
9291         * ch-parse.y: Add novelty counter, alphabeticalize.
9292         * ch-tree.h: Define CH_NOVELTY for novelty checks later.
9294 Thu Jul  1 14:03:04 1993  Bill Cox  (bill@rtl.cygnus.com)
9296         For Wilfried Moser.
9297         * chill.in: Add -ansi switch at compiler call to avoid
9298           translation of i.e. sun to 1 by cpp.
9300 Wed Jun 30 22:21:33 1993  Bill Cox  (bill@rtl.cygnus.com)
9302         * ch-grant.c (raw_decode_mode): Add code for
9303           integer and enumeral ranges.  Standardize indentation.
9305 Wed Jun 30 14:02:23 1993  Bill Cox  (bill@rtl.cygnus.com)
9307         * ch-grant.c (print_an_int): New function to print a
9308           decimal integer string or the CONST_DECL (SYN) which
9309           best matches it.
9310           (print_integer): Call the above function.  Replace
9311           calls to SAME_TYPE macro with TYPE_MAIN_VARIANT
9312           comparisons, as suggested by Jim Wilson.
9313           (decode_decl): Set current_grant_modename sooner,
9314           be sure to clear it when done.
9316 Wed Jun 30 10:10:57 1993  Bill Cox  (bill@rtl.cygnus.com)
9318         * ch-actions.c (build_max_min): Change interface to accept
9319           just a max/min flag.  Get min/max values from an
9320           enumeral constructor.
9321           (build_chill_max, build_chill_min): Change calls to
9322           build_max_min.
9323         * ch-lang.c (deep_const_expr): Check for NULL_TREE
9324           arguments, don't seg fault.
9326 Wed Jun 30 09:20:09 1993  Bill Cox  (bill@rtl.cygnus.com)
9328         * config/sparc/sparc.c (sparc_type_code): Add SET_TYPE
9329           to switch cases, preventing abort.
9331 Tue Jun 29 19:04:37 1993  Bill Cox  (bill@rtl.cygnus.com)
9333         * ch-expr.c: Update comment.
9334         * ch-parse.y (range_or_mode): New non-terminal used in
9335           lexpr to implement mode as case label.
9337 Tue Jun 29 13:13:46 1993  Bill Cox  (bill@rtl.cygnus.com)
9339         * ch-actions.c (build_chill_case_expr): Pass in the
9340           optional ELSE clause, error for multiple case-selector
9341           expressions, error for missing ELSE clause.
9342         * ch-expr.c (chill_expand_assignment): Error if multiple
9343           location assignment and locations not novelty 
9344           equivalent.
9345         * ch-parse.y (caseaction): Add range_list_clause non-
9346           terminal, sorry message for it.
9347           (assignaction): error if operator used on multiple
9348           assignment.
9349           (case_expr): Pass optional ELSE tree to 
9350           build_chill_case_expr for checking.
9351         * ch-tree.h (build_chill_case_expr): Change proto.
9353 Fri Jun 25 17:22:41 1993  Bill Cox  (bill@rtl.cygnus.com)
9355         * ch-actions.c (chill_comptypes, build_chill_binary_op):
9356           Allow PROC mode variables.
9357         * ch-convert.c (convert): Turn a NULL literal into a zero
9358           valued pointer-to-function, given such a type.  Also
9359           build the ADDR_EXPR of a function variable.
9360         * ch-grant.c: Pervasive -Wall -pedantic cleanup.
9361           (print_enumeral, print_integer, print_struct) Moved these
9362           large functions out of the switch in raw_decode_mode for
9363           readability, and to encourage future code-sharing.
9364           (print_proc_tail, print_proc_exceptions): Moved these out
9365           of decode_decl, to share them.  They're used also to
9366           output PROC modes.
9367         * ch-parse.y (mode2): Enable PROC modes.
9368           (procmode): Represent PROC mode as a ptr-to-function type.
9369           (call): Recognize ptr-to-function as indirect call.
9370           Cleanup 'primval LPRN untyped_exprlist RPRN' action code.
9372 Thu Jun 24 15:59:20 1993  Bill Cox  (bill@rtl.cygnus.com)
9374         * ch-grant.c: (raw_decode_mode): Add support for unnamed
9375           and user-numbered enumeration members.
9377 Thu Jun 24 13:52:10 1993  Bill Cox  (bill@rtl.cygnus.com)
9379         * ch-actions.c (build_chill_array_expr, build_chill_length):
9380           Explicitly convert a varying array's length field to an
9381           integer_type_node, now that it's only a chill_integer_
9382           type_node.
9383         * ch-expr.c (chill_expand_expr, 
9384                      expand_assignment_to_varying_array, 
9385                      chill_expand_array_assignment,
9386                      expand_varying_length_assignment): Explicitly 
9387           convert a varying array's length field to an integer_type_node,
9388           now that it's only a chill_integer_type_node.
9389         * ch-loop.c (init_loop_counter, top_of_loop_test): Change
9390           to handle varying array location iterations.
9391         * ch-parse.y (mode2): Count number of named SET members,
9392           as opposed to '*' members.  Issue error if there were none.
9393           (setelement): Count named set members.  Generate a unique
9394           identifier for the '*' element.
9395         * ch-typeck.c (validate_varying_array_ref):  Explicitly 
9396           convert a varying array's length field to an integer_type_node,
9397           now that it's only a chill_integer_type_node.
9399 Wed Jun 23 19:18:28 1993  Bill Cox  (bill@rtl.cygnus.com)
9401         * ch-lang.c (finish_chill_enum): Change test for too-
9402           large enumerations.
9403         * ch-parse.y (setelement, optsetvalue): Allow numbered,
9404           unnamed set elements.
9406 Wed Jun 23 16:25:06 1993  Bill Cox  (bill@rtl.cygnus.com)
9408         * c-typeck.c (process_init_constructor): Suppress
9409           errors about un-initialized array elements if the
9410           array is VARYING, as signaled by C_TYPE_VARIABLE_SIZE.
9411         * ch-actions.c (lang_init): Set flag_short_enums, so that CHILL
9412           enumerations *can* be only a byte in size.
9413           (adjust_parm_or_field): Convert untyped parameter before
9414           looking at its type to process it.
9415         * ch-convert.c (convert): Generate [ -1, -1 ] value for
9416           an INSTANCE type.
9417         * ch-decl.c (do_decls): Assure that a CONSTRUCTOR has a
9418           type, so that output_constant doesn't seg fault.
9419         * ch-except.c (start_handler_array): Use unique identifier for
9420           exception array, so we can have > 1 array per reach.
9421         * ch-lang.c (finish_chill_enum): Error if number of
9422           enumeration values exceeds 256.
9423         * ch-parse.y (check_end_label): Error, not warning if start
9424           and end labels don't match.
9425           (assignaction): Convert RHS.  Allows untyped tuples to be
9426           passed to stabilize_reference.
9427           (exceptlist, onexceptprefix): Error if non-unique exception
9428           name is coded.
9429         * ch-tree.c: Added form feeds, comment reformatted.
9430         * ch-typeck.c (chill_expand_tuple): Compare tree value to
9431           NULL_TREE, not zero.  Add a constructor element for a
9432           VARYING array's length to the constructor list.
9433           (build_varying_struct): Mark the type as VARYING for
9434           process_init_constructor.
9435         * toplev.c (lang_options): Add '-lang-chill' and
9436           '-fchill-grant-only' options to table.
9438 Tue Jun 22 13:13:41 1993  Bill Cox  (bill@rtl.cygnus.com)
9440         * ch-actions.c (build_chill_function_call): Add check
9441           to prevent calling a PROCESS like a PROCEDURE.
9442         * ch-parse.y (rcalternative): Add check for an 
9443           receive case alternative after a RECEIVE CASE
9444           statement.
9445         * ch-tree.h: Fix macro ENCAPSULATED_ARRAY_P.
9446         * ch-lang.c (lang_finish): Remove resetting errorcount
9447           and sorrycount for granting.
9449 Mon Jun 21 17:56:48 1993  Bill Cox  (bill@rtl.cygnus.com)
9451         Receiving signals works.
9452         * ch-actions.c (lang_init): Add else_clause flag to
9453           __wait_signal parameter list.
9454         * ch-lex.l: Add SIGNALNAME token, return when appropriate.
9455         * ch-parse.y (SIGNALNAME): New token.  Delete 
9456           empty_untyped_exprlist token, no longer used.  Add 
9457           name_or_signal non-terminal.  Standardize a few NULL
9458           tests.  Add real RECEIVE CASE semantics.  Add checks that
9459           SIGNALS, BUFFERs are only declared at global scope.
9460           (call): Add signal declarations with/without data fields.
9461         * ch-tasking.c (get_tasking_code_name, get_tasking_code,
9462           build_chill_receive_case_start, build_chill_receive_case_end,
9463           build_chill_receive_case_label): New functions.
9464           Replace build (CONSTRUCTOR, ... calls with build_nt 
9465           (CONSTRUCTOR, calls.
9466         * ch-tree.h: New prototypes.
9468 Thu Jun 17 18:36:38 1993  Bill Cox  (bill@rtl.cygnus.com)
9470         SIGNAL declaration compilation, seizing & granting,
9471           SENDing also.
9472         * ch-actions.c (lang_init): Move instance_type_node 
9473           build to ch-tasking.c.  Call build_tasking_message_type.
9474           Build a type for send_signal.  Put builtin_function
9475           calls into alpha order.
9476           (adjust_proc_param): Rename to adjust_parm_or_field,
9477           add is_signal flag, so signal fields can use it.  Rename
9478           calls to it, add flag to calls.
9479         * ch-decl.c (push_chill_extern_signal): Add function.
9480         * ch-grant.c (decode_decl): Correct signal decl output.
9481           (do_seize): Correct check for process seizure.  Add
9482           code for seized signal decl.
9483         * ch-lex.l (yylex): Treat POS, ROW, STEP as reserved.
9484         * ch-loop.c (get_unique_identifier): Standardize loop
9485           temporary's name to assure that it's not granted.
9486         * ch-parse.y (SIG_NAME): Delete unused token.
9487           (spec_declist): Delete silly printf.
9488           (quasi_signaldef): Add non-terminal.
9489           (sendaction, optsendwith, optsendto, optpriority):
9490           Implement actual working semantics.
9491           (call, empty_untyped_exprlist): Allow empty signal 
9492           fields between parens.
9493         * ch-tasking.c: Rename adjust_proc_param calls, add
9494           is_signal flag to calls.  Make instance_type_node a
9495           type, not a TYPE_DECL, change references.  Fix all
9496           CONSTRUCTOR builds.  Add make_signal_struct function.
9497           Move build_instance_type here from lang_init.
9498           (build_tasking_message-type, build_signal_descriptor,
9499           build_chill_send_signal): New functions.
9500         * ch-tree.h: Add, update protos.
9501         * ch-typeck.c (build_chill_cast): Check for NULL expression
9502           type as well as error_mark.
9504 Thu Jun 17 12:28:03 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
9506         * Makefile.in (STAGESTUFF): Add chill to list.
9508 Wed Jun 16 07:12:53 1993  Bill Cox  (bill@rtl.cygnus.com)
9510         * Makefile.in: Complete the renaming of ch-process.c
9511           to ch-tasking.c.
9512         * ch-decl.c (push_chill_extern_function): Drop is_process
9513           parameter, and marking process decl trees.
9514           (push_chill_extern_process): New function for
9515           SEIZEd processes.  Lotsa form feeds added for print
9516           readability.
9517         * ch-grant.c (decode_decl): Handle GRANTing of SIGNAls.
9518           (do_seize): New parameter seize_all.  Handle sseizing
9519           processes.
9520           (chill_seize): Pass seize_all parameter.
9521           (chill_grant): Check for __tmp_ prefix, to disable
9522           *either* seizing or granting.
9523         * ch-parse.y (quasi_pdef): Delete is_process parameter for
9524           push_chill_extern_functon, call push_chill_extern_process
9525           for processes.
9526           (specialinit): Comment these rules as needed only until
9527           2-pass compiler is operational.
9528           (extprocedure): Delete is_process parameter.
9529           (simpledec): Delete `sorry' about SIGNAL decls.
9530           (optsigdest): Correct check for process name.
9531         * ch-tasking.c (build_signal_decl): Finish coding.
9532         * ch-tree.h: Add macro to save a SIGNAL's destination
9533           process name in an id node.  Add/change prototype.
9535 Mon Jun 14 18:17:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9537         * ch-actions.c (lang_init): Build instance_type_node.
9538           Change `this' to a runtime function call.
9539         * ch-grant.c (do_seize): Generate tasking-code
9540           variable for seized process.
9541         * ch-lex.l (equal_number): Also accept synonym
9542           name for numeric value.
9543         * ch-parse.y (primval): Add process-related
9544           function calls.  
9545           (signaldef, etc.): Rough draft of SIGNAL definition
9546           processing. 
9547           (stopaction): Call runtime function.
9548           (pdef): Pop symbol level if ending a process
9549           and there were parameters.
9550           (primval): Call `whoami' runtime function for THIS.
9551         * ch-tasking.c (build_process_header): Be sure
9552           to define the tasking enum, if it hasn't already
9553           been done.  Only call shadow_record_fields if there
9554           are parameters.  
9555           (build_tasking_enum): Only call start_enum *after*
9556           checking the already_built flag.
9557           (build_copy_number, get_tasking_code,
9558           build_gen_code, build_gen_inst, build_get_ptype,
9559           build_proc_type): New functions for process-related
9560           builtins.
9561           (build_signal_decl): New function for SIGNAL
9562           declaration - rough draft.
9563         * ch-tree.def (INSTANCE_TYPE): new tree code.
9564         * ch-tree.h: New prototypes.  Defines for instance
9565           type field access.
9567 Sat Jun 12 21:15:02 1993  Bill Cox  (bill@rtl.cygnus.com)
9569         Get start-process action working:
9570         * ch-actions.c (adjust_proc_param): new function,
9571           extracted from build_chill_function_call and called
9572           from there.
9573         * ch-tree.h, ch-grant.c (do_seize): Add process_type 
9574           parameter to add_taskstuff_to_list call, prototype.
9575         * ch-parse.y (start_parlist): New non-terminal for
9576           START action.
9577           (startaction): Reference start_parlist, check for
9578           integer-valued process copy-number.
9579           (optstartset): Check instance parameter - must be
9580           an INSTANCE_TYPE location.
9581         * ch-tasking.c (generate_tasking_code_variable): New
9582           function, extracted from tasking_setup and called 
9583           from there.  Also called from build_process_header.
9584           (build_process_header): Add process_type parameter
9585           to add_taskstuff_to_list call.  Remove incrementing
9586           of process_type (moved into generate_tasking_code
9587           _variable).
9588           (build_chill_start_process): Complete rewrite.
9589           (add_tasking_stuff_to_list): Add stuffnumber parameter
9590           putit on the list.          
9592 Sat Jun 12 06:08:09 1993  Bill Cox  (bill@rtl.cygnus.com)
9594         Getting processes compiled, initialized and granted:
9595         * .cvsignore: Add chill file.
9596         * c-decl.c (shadow_record_fields): Allow PARM_DECL
9597           as well as VAR_DECL.
9598         * ch-actions.c (lang_init): Move build of
9599           initializer_type into ch-tasking.c.  Change
9600           definition of THIS to function call.
9601         * ch-decl.c (massage_param_node): Add comments.
9602           (start_chill_function): Set nested flag in
9603           start_function call based upon current_function_decl,
9604           not as constant zero.
9605         * ch-grant.c (decode_decl): lotsa code by Wilfried to
9606           GRANT process decls.  
9607           (finish_chill_module): Completely rewrote interface
9608           to runtime.
9609         * ch-lex.l (THIS): Just return the token code.
9610         * ch-parse: Add THIS token.
9611           (processpar, processparlist): New rules, to collect
9612           process parameters. 
9613           (pdef): Add code to pop the process' WITH scope.
9614           (procedure): Set process WITH scope flag to zero.
9615           (process): Move most code into build_process_header.
9616           (primval): Output function call for THIS.
9617         * ch-tasking.c (add_taskstuff_to_list, build_tasking_enum,
9618           make_process_struct, build_process_header): New code 
9619           to handle process translation and interface to runtime.
9620         * ch-tree.h: New prototypes.
9622 Thu Jun 10 13:32:51 1993  Bill Cox  (bill@rtl.cygnus.com)
9624         * Makefile.in: Change ch-process.c to ch-tasking.c.
9625           A delayed part of the last change..
9627 Thu Jun 10 11:14:59 1993  Bill Cox  (bill@rtl.cygnus.com)
9629         * .cvsignore: Add 'chill' file.
9630         * ch-actions.c (lang_init): Add new runtime function
9631           __register_process.
9632         * ch-decl.c (push_chill_extern_function): Add is_process
9633           input flag, use it.
9634         * ch-grant.c (decode_decl): Recognize a process for
9635           granting.
9636           (do_seize): Put seized processes onto the tasking_list.
9637           (chill_finish_module_code): Declare init_list entry,
9638           link it onto the init_list.  Call tasking_setup and
9639           tasking_registry.
9640         * ch-lex.l: Make tasking-related variables global,
9641           delete their initialized flags.
9642         * ch-parse.y: Add is_process flag to push_chill_extern_function
9643           calls.  Put processes onto the tasking_list.
9644         * ch-process.c: Renamed to ch-tasking.c.
9645         * ch-tasking.h: New file.
9646         * ch-tree.h: New, adjusted prototypes.
9648 Wed Jun  9 10:59:27 1993  Wilfried Moser  (moser@deneb.cygnus.com)
9650         * chill: This file is replaced by chill.in and will be
9651           generated during 'make' and 'make install'. This script
9652           now finds the correct chillrt0.o and libchill.a during
9653           linking.
9654         * chill.in: New file that replaced chill.
9655         * Makefile.in: Add rules to make chill out of chill.in.
9657 Wed Jun  9 09:03:55 1993  Bill Cox  (bill@rtl.cygnus.com)
9659         * .cvsignore: Add gfloat.h and xlimits.h.
9660         * ch-actions.c (lang_init): Create new type for module-
9661           level initializer list entry.
9662         * ch-grant.c (chill_start_module_code): Rename actual
9663           module-level code to just the modulename, which is
9664           *not* public.
9665           (chill_finish_module_code): Allocate space for initializer
9666           list entry, build real initializer function, which puts
9667           the list entry on the runtime list.  Name the init function
9668           as the module's constructor function.
9669         * ch-tree.h (build_init_struct): Add prototype.
9670         * ch-typeck.c (build_init_struct): Add function, called
9671           from lang_init.
9672         Note: these changes require a new devo/chillrt/chillrt0.c.
9674 Thu Jun  3 17:04:01 1993  Bill Cox  (bill@rtl.cygnus.com)
9676         * c-decl.c: Fix comment.
9677         * ch-actions.c, ch-grant.c: Standardize front end:
9678           #define first, etc.  Add comments.
9679           (lang_init): Delete unused flag, code for inapplicable
9680           gen-decls option.  (lang_decode_option): Delete
9681           gen-decls option, add grant-only option, flag.
9682         * ch-convert.c, ch-decl.c, ch-except.c, ch-tree.c,
9683           ch-typeck.c: Add form feed after front end.
9684         * ch-expr.c: Standardize testing for error_mark node.
9685         * ch-lang.c: Remove unused deep_fold function.
9687 Fri May 21 11:04:22 1993  Bill Cox  (bill@rtl.cygnus.com)
9689         * c-typeck.c (build_binary_op, build_unary_op):
9690           Recognize BOOLEAN_TYPE.
9691         * ch-actions.c (build_chill_unary_op): Remove
9692           some crufty work-arounds.
9694 Thu May 20 19:03:48 1993  Per Bothner  (bothner@deneb.cygnus.com)
9696         * ch-grant.c (decode_constant):  If the granted value is a
9697         cast, make sure to emit an appropriate expression conversion.
9699 Thu May 20 16:35:35 1993  Bill Cox  (bill@rtl.cygnus.com)
9701         * ch-lang.c (build_chill_range_type): Initialize the
9702           precision variable.  Double-negative ranges work now.
9704 Thu May 20 11:24:42 1993  Bill Cox  (bill@rtl.cygnus.com)
9706         * ch-actions.c (build_unary_op): Compound a wretched
9707           hack which hides a BOOLEAN_TYPE from the underlying
9708           C code.
9710 Wed May 19 16:45:54 1993  Bill Cox  (bill@rtl.cygnus.com)
9712         * ch-actions.c: (CH_SINGLETON_SET): Add function, call it
9713           from chill_comptypes. (build_chill_unary_op): Give
9714           better name to unsigned flag.
9715         * ch-expr.c (chill_expand_assignment): Correct calling
9716           sequence for setpowersetbits runtime routine.
9717         * ch-grant.c (raw_decode_mode): Give better name to 
9718           unsigned flag.  (decode_constant): Check for null
9719           'val' ptr, avoid seg fault.
9720         * ch-lex.l (convert_number):  Give better name to 
9721           unsigned flag. (convert_bitstring): Move increment
9722           of bl counter to emphasize that it increments once
9723           per loop.
9724         * ch-tree.h: (NO_SOURCE_UNARY_MINUS): Define new flag.
9725         * ch-typeck.c (chill_expand_tuple): Build BOOLEAN
9726           constructor if given a singleton set constructor.
9728 Thu May 13 17:03:04 1993  Bill Cox  (bill@rtl.cygnus.com)
9730         * c-decl.c (pushdecl): Complete May 9 change.
9731         * ch-actions.c (build_chill_unary_op): Set the
9732           TREE_UNSIGNED flag FALSE for raw_decode_mode.
9733         * ch-grant.c (grant_array_type): Correct the May 12
9734           check for circularity.
9735           (raw_decode_mode): Use TREE_UNSIGNED flag to
9736           control range's printing.
9737           (chill_grant): Remove useless, bogus code.
9738         * ch-lex.l (convert_number): Set the TREE_UNSIGNED
9739           flag TRUE for raw_decode_mode.
9741 Wed May 12 18:04:01 1993  Bill Cox  (bill@rtl.cygnus.com)
9743         * ch-decl.c (push_syndecls, push_modedef): Comment
9744           reminders to check for circular definitions.  Later!
9745         * ch-grant.c (grant_array_type, decode_decl): Prevent
9746           circular definitions in the use of the array's 
9747           type name.
9749 Wed May 12 16:06:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9751         * ch-grant.c (grant_array_type): If array_type has
9752           a name, just use it.
9753         * ch-lang.c (build_chill_range_type): Don't force
9754           unsigned ranges on output.
9755         * expr.c (store_constructor): Preclude seg fault.
9757 Wed May 12 07:49:00 1993  Bill Cox  (bill@rtl.cygnus.com)
9759         * ch-actions.c (fold_set_*): Correct tests for 
9760           range set-constructor list entries.
9761           (lang_init): Define setpowersetbits function.
9762         * expr.c (store_constructor): Handle non-constant
9763           set constructors.
9765 Tue May 11 18:25:40 1993  Per Bothner  (bothner@cygnus.com)
9767         * ch-lang.c (build_chill_range_type):  If the parent type
9768         is unknown, and the endpoints of the range are integer
9769         constants, use the smallest suitable integer type.
9770         * ch-lang.c (build_chill_range_type):  Remove kludge
9771         for dealing with char ranges.
9773 Tue May 11 15:24:31 1993  Bill Cox  (bill@rtl.cygnus.com)
9775         * ch-actions.c (build_chill_repetition_op): Build a
9776           range-type set constructor if there's only one value
9777           in the repeated constructor.
9778           (fold_set_*): Abort if range value seen, for now.
9779         * expr.c (store_constructor): Handle range-type by
9780           storing bytes rather than bits as much as possible.
9782 Mon May 10 18:45:18 1993  Bill Cox  (bill@rtl.cygnus.com)
9784         * ch-actions.c (invalid{left right}_operand): Add
9785           handlers for REPLICATE_EXPR.
9786           (build_chill_repetition_op): Build constructor list
9787           for repetition of bitstring.
9788         * ch-parse.y (call): Recognize more trees as arrays,
9789           to avoid error msg.
9790           (operand5): Add count, string temporaries, use them.
9792 Mon May 10 16:49:08 1993  Per Bothner  (bothner@cygnus.com)
9794         * ch-grant.c (seize_implied_names):  Fix code that assumed
9795         a FUNCTION_DECL (or PROCESS_DECL) to work on types instead.
9796         * ch-grant.c (generate_set, grant_parent_of_enum,
9797         grant_parent_enum): Removed unused functions.
9798         * ch-grant.c (raw_decode_mode):  Remove commented-out code.
9800 Mon May 10 10:54:57 1993  Bill Cox  (bill@rtl.cygnus.com)
9802         * ch-grant.c (do_seize, seize_implied_types): Move
9803           result and parameter processing to proper place.
9804           (chill_seize): Mark unseized identifier with
9805           error_mark_node, to avoid excessive errors.
9806         * ch-parse.y (call): Check for ERROR_MARK before 
9807           reporting an error.
9809 Sun May  9 17:21:24 1993  Bill Cox  (bill@rtl.cygnus.com)
9811         * c-decl.c (pushdecl): If a strongly-visible name is
9812           seen, in conflict with a weakly-visible name, take
9813           the strongly-visible one and don't complain.
9814         * ch-actions.c (chill_comptypes): Allow chain of ref-
9815           erence types > 1 in length.
9816         * ch-grant.c: Turn disguised for-loops into actual
9817           ones, so continue works.  Delete redundant code in
9818           seize_implied_names.  Reindent.
9819         * expmed.c (store_split_bit_field): Disable abort for
9820           CHILL.
9822 Sun May  9 17:11:33 1993  Per Bothner  (bothner@cygnus.com)
9824         * ch-convert.c (convert):  Move handling of SET_TYPE until
9825         after we've handled de-referencing and such like.
9826         * ch-grant.c (grant_array_type):  Simplify; remove (now-)
9827         bogus call to generate_set.
9828         * ch-grant.c (get_type):  Remove obsolete stuff.
9830 Fri May  7 10:30:34 1993  Bill Cox  (bill@rtl.cygnus.com)
9832         * ch-actions.c (lang_init): Add definition of psslice
9833           runtime routine. (build_chill_binary_op_1,
9834           build_chill_binary_op): Have result type of
9835           TRUTH_ANDIF_EXPR be boolean, not integer.  Some
9836           reindenting.
9837         * ch-convert.c (convert): Use consistent notation
9838           for expression.
9839         * ch-parse.y: Add front-end pass count. (locdec):
9840           Add syntax for other BASED declaration.
9841         * ch-tree.c: Fix comment.
9842         * ch-typeck.c (build_chill_slice): Implement a runtime
9843           call for bitstring slices. (build_chill_cast):
9844           Add code for BITS_BIG_ENDIAN bit loop.
9845           (chill_expand_tuple): Don't pass ref type to
9846           digest_init, only underlying type.
9848 Thu May  6 12:52:14 1993  Per Bothner  (bothner@cygnus.com)
9850         * ch-typeck.c (build_chill_cast):  type_for_size takes
9851         a size in bits, not bytes.
9853 Wed May  5 19:02:55 1993  Bill Cox  (bill@rtl.cygnus.com)
9855         * ch-actions.c: Break out separate routines for set
9856           folding, handle ranges in set_fold_eq and set_fold_ne.
9857           Fix folding as req'd by TTC test.
9858         * ch-grant.c (raw_decode_more): Check for content match
9859           to decide output mode, not pointer identity.
9860         * ch-typeck.c: Add cross-reference comment.
9861         * varasm.c (emit_set_data): Clarify parameter name.
9862           Handle INTEGER_CST as set constructor.
9863           (output_constant): Handle CONSTRUCTOR node for sets.
9864           Apparently forgot to actually 'checkin' this one last
9865           time.
9867 Wed May  5 12:23:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
9869         * ch-parse.y, ch-tree.h (get_current_declspecs): Obsolete; deleted.
9871 Tue May  4 15:47:44 1993  Bill Cox  (bill@rtl.cygnus.com)
9873         * ch-actions.c (fold_set_expr): new function to fold
9874           set expressions.  Calls inserted into 
9875           build_chill_binary_op and build_chill_unary_op.
9876           (build_chill_repetition_op): New function, called
9877           from build_chill_function_call.
9878         * ch-expr.c (chill_expand_assignment): Call 
9879           build_chill_repetition_op.
9880         * ch-grant.c (decode_constant): Comment out deep_fold
9881           call.  The earlier fold_set_expr calls should make
9882           this one unnecessary.  Prevent seg fault when name
9883           of structure field is NULL.  Standardize for loop.
9884         * ch-parse.y: Fix comments.
9885           (operand5): build a REPLICATE_EXPR.  Don't call
9886           build_repetition_op until we have a type.
9887         * ch-tree.def (REPLICATE_EXPR): Define tree-code.
9888         * ch-tree.h (build_chill_repetiton_op): Fix proto.
9889         * ch-typeck.c (chill_expand_result): Call 
9890           build_chill_repetition_op if needed.
9891         * varasm.c (emit_set_data): Clarify parameter name.
9892           Handle INTEGER_CST as set constructor.
9893           (output_constant): Handle CONSTRUCTOR node for sets.
9895 Mon May  3 13:06:47 1993  Per Bothner  (bothner@cygnus.com)
9897         * ch-typeck.c (build_chill_cast):  Allow more liberality to
9898         casting:  Any discrete type to any non-discrete type that is the
9899         same size as some other discrete type (and vice versa).
9900         * stor-layout.c (layout_type, case SET_TYPE):  If the number
9901         of bits will fit in a char or short, only use that many bits.
9903 Mon May  3 08:22:45 1993  Bill Cox  (bill@rtl.cygnus.com)
9905         * ch-grant.c (decode_constant): Revert interpretation
9906           of SET_TYPE as integer.
9908 Mon May  3 07:55:46 1993  Bill Cox  (bill@rtl.cygnus.com)
9910         * chparse.y (casealternative): Allow empty action list.
9912 Sat May  1 15:07:01 1993  Bill Cox  (bill@rtl.cygnus.com)
9914         * expr.c (expand_expr): Add parameter to __inpowerset
9915           runtime call, to match new runtime.
9917 Sat May  1 14:55:58 1993  Bill Cox  (bill@rtl.cygnus.com)
9919         * ch-actions.c: Cleanup from -Wall.  Reindent.
9920           Redefine __inpowerset to take a 'minval' parameter
9921           that matches the new runtime.  Added comments.
9922         * ch-expr.c (chill_handle_case_label): Handle
9923           NULL or ERROR trees.
9924         * ch-grant.c (get_type): Survive bogus type params,
9925           return empty string.
9926         * ch-tree.c (build_powerset_type): Diagnose powerset
9927           of non-discrete type.
9928         * ch-typeck.c (discrete_type_p): Reindent.
9930 Fri Apr 30 16:08:54 1993  Bill Cox  (bill@rtl.cygnus.com)
9932         * ch-grant.c (decode_constant): Interpret SET_TYPE
9933           with integer value, so we output the same stuff as
9934           the user gave us.
9935         * ch-parse.y: Fix indentation.
9937 Fri Apr 30 09:34:03 1993  Bill Cox  (bill@rtl.cygnus.com)
9939         * ch-actions.c (chill_comptypes): Simplify, correct
9940           integer subrange analysis.
9941         * ch-grant.c (seize_implied_names): Add handling for
9942           PROCESS_DECL, PROCESS_TYPE.
9943           (do_seize): Call seize_implied_names for process,
9944           procedure parameters and return value.
9945         * ch-lang.c (finish_chill_enum): Canonicalize enum
9946           types.
9947         * ch-tree.def (PROCESS_TYPE): Add.
9948         * ch-typeck.c (valid_array_index): Call chill_comptypes
9949           rather than broken macro CH_COMPATIBLE.  The logic
9950           in chill_comptypes will get moved to the macro later.
9952 Thu Apr 29 13:07:55 1993  Bill Cox  (bill@rtl.cygnus.com)
9954         * ch-actions.c (build_chill_lower, build_chill_upper):
9955           Handle enumeration types.
9956           (build_chill_binary_op): Call chill_comptypes
9957           to error check IN arguments.  Change error
9958           messages to say 'mode' rather than 'type'.  Cast
9959           tree codes when build is called.
9960         * ch-expr.c (chill_expand_array_assignment): Call
9961           chill_comptypes to validate assignment args.
9962         * ch-lex.l: Add newline for readability.
9964 Wed Apr 28 15:22:18 1993  Bill Cox  (bill@rtl.cygnus.com)
9966         * Makefile.in (ch-hash.h): Add rule to build this
9967           from chill.gperf.  Not yet used.
9968         * ch-actions.c (build_chill_binary_op): Allow enum
9969           subranges on RHS of IN operator.
9970         * ch-grant.c (decode_constant): Recognize 
9971           error_mark_node as empty powerset initializer,
9972           re-indent a bit.
9973         * ch-lang.c (deep_fold): Return error_mark_node for
9974           NULL input pointer or incoming error_mark_node.
9975         * ch-lex.l: Ignore PACK and UNPACK keywords. Return
9976           POS, ROW, and STEP as user-defined names.
9977           (name_or_type): New function for above.
9978         * ch-parse.y: Move token defs for following, comment
9979           them separately: NOPACK, PACK, POS, ROW, STEP
9980         * varasm.c (output_constant): Check for VAR_DECLs in 
9981           records & unions, like arrays.  Don't abort.
9983 Tue Apr 27 17:42:29 1993  Bill Cox  (bill@rtl.cygnus.com)
9985         * ch-actions.c (CH_PROMOTING_INTEGER_TYPE_P):
9986           rewrite for generality.
9987         * ch-decl.c (grok_chill_variantdefs): Use chill
9988           comptypes, so that subrange compatibility is ok.
9989           (start_chill_function): Use lookup_name(), not
9990           IDENTIFIER_GLOBAL_VALUE, for full generality.
9991         * ch-expr.c (chill_expand_assignment): Need to
9992           handle non-NOP modify codes here, since C code
9993           in build_modify_expr won't understand powersets, 
9994           etc.
9996 Tue Apr 27 09:05:31 1993  Bill Cox  (bill@rtl.cygnus.com)
9998         * ch-actions.c (build_max_min): Assign the set's
9999           base type to the function's return type.
10000           (build_chill_function_call): Before complaining
10001           about parameter mismatches, convert certain actual
10002           parameters.
10003         * ch-expr.c (chill_expand_assignment): Before 
10004           complaining about LHS/RHS mismatches, convert
10005           certain RHS expressions.
10006         * ch-grant.c (decode_constant): Deep-fold incoming 
10007           expression, so we can output it.
10008         * ch-lang.c (deep_const_expr): New function, called
10009           from const_expr, actually traverses the tree 
10010           looking at its leaves for 'const'ness.
10011           (deep_fold): New function to fold already-built 
10012           trees.
10013         * ch-parse.y (case_expr): Add whitespace.
10014         * ch-tree.h: Add prototype for deep_fold.
10016 Tue Apr 27 07:21:43 1993  Bill Cox  (bill@rtl.cygnus.com)
10018         * ch-actions.c (chill_comptypes): Allow enumeration
10019           subranges as compatible with the parent enum.
10020           (build_chill_function_call): Before checking type
10021           compatibility, use convert on typeless expressions,
10022           like constructors.
10023         * ch-expr.c (chill_expand_assignment): Before 
10024           checking type compatibility, use convert on 
10025           typeless expressions, like constructors.
10026         * ch-lex.l: Add comment.
10028 Thu Apr 22 17:23:25 1993  Bill Cox  (bill@rtl.cygnus.com)
10030         * .cvsignore: Add genopinit, insn-opinit.c
10031         * c-common.c (binary_op_error): Prevent seg fault on
10032           unknown node code.
10033         * ch-typeck.c (build_chill_array_ref): Remove old
10034           lower-bound-of-array-index-nonzero code.
10035         * expr.c (expand-expr, get_inner_reference): Remove
10036           old lower-bound-of-array-index-nonzero code.
10038 Thu Apr 22 16:01:09 1993  Bill Cox  (bill@rtl.cygnus.com)
10040         * c-decl.c (shadow_record_fields): Add pushlevel for
10041           each PROCESS parameter, too.
10042         * ch-process.c (make_process_struct): First working
10043           version.
10044         * ch-tree.def: Add PROCESS_DECL definition.
10045         * ch-tree.h: Add CH_IS_EVENT_MODE macro, change proto
10046           for make_process_struct.
10047         * expr.c (expand_expr): Add references to 
10048           PROCESS_DECL.  Add #include of ch-tree.h.
10049         * tree.c (decl_function_context): Add check for a
10050           PROCESS_DECL, and #include for ch-tree.h.
10052 Thu Apr 22 09:25:08 1993  Bill Cox  (bill@rtl.cygnus.com)
10054         * expr.c (expand_expr): Add missing prototypes, and
10055           parameters to expand_expr call.
10057 Wed Apr 21 16:17:07 1993  Bill Cox  (bill@rtl.cygnus.com)
10059         * c-decl.c (shadow_record_fields): Add ability to
10060           handle pointers to records/unions.  For PROCESS
10061           compilation.
10063 Thu Apr 22 09:25:08 1993  Bill Cox  (bill@rtl.cygnus.com)
10065         * ch-expr.c (chill_expand_expr): Add missing
10066           parameters to expand_expr calls.  Some trivial
10067           reformatting for readability.
10069 Wed Apr 21 16:17:07 1993  Bill Cox  (bill@rtl.cygnus.com)
10071         * ch-lex.l: Make send_*_prio externally visible,
10072           default them to zero, eliminate the init flags.
10073           Same for process_type.
10075 Sat Apr 17 10:59:50 1993  Bill Cox  (bill@rtl.cygnus.com)
10077         * ch-actions.c (build_chill_binary_op): Build a
10078           BIT_FIELD_REF tree for IN_EXPR operations.
10079         * ch-typeck.c (build_chill_array_ref): Build a
10080           BIT_FIELD_REF tree for access to packed array of
10081           bits.
10083 Fri Apr 16 12:33:34 1993  Bill Cox  (bill@rtl.cygnus.com)
10085         * ch-parse.y (EXIT action): Improve error checking,
10086           messages.
10087         * ch-typeck.c (chill_expand_tuple): Remove code to
10088           pack sets (moved to varasm.c long ago).
10089         * varasm.c (unpack_set_constructor): Rename size to
10090           bit_size, since 'size' always means bytes.
10091           (pack_set_constructor): Rename size to wd_size,
10092           since 'size' always means bytes.
10093           (output_constant): Set size to zero, so that extra
10094           bytes of padding aren't output after set constants.
10096 Fri Apr 16 11:57:50 1993  Bill Cox  (bill@rtl.cygnus.com)
10098         * .cvsignore: Add .gdbinit.
10099         * ch-decl.c (start_chill_bindings): Add function name
10100           to binding contour's exit_label for EXIT stmt.
10101         * ch-parse.y (EXIT action): Call lookup_name to avoid
10102           inserting label for function name.  Also check
10103           IDENTIFIER_LABEL_VALUE for label's decl.
10104           (caseaction, beginendblock, ifaction): Call
10105           stamp_nesting_label to put action's label into
10106           contour for EXIT to find.
10108 Thu Apr 15 17:17:05 1993  Bill Cox  (bill@rtl.cygnus.com)
10110         * expr.c (expand_expr): Unify, clean up handling of
10111           IN_EXPR, and handling of bit-string element ref.
10112           Now, all goes through IN_EXPR handler.
10113         * stmt.c (stamp_nesting_label, expand_exit_labelled):
10114           New functions, which allow either label or 
10115           function decls.
10117 Thu Apr 15 17:17:05 1993  Bill Cox  (bill@rtl.cygnus.com)
10119         * ch-actions.c ch-actions.h ch-convert.c ch-decl.c ch-except.c
10120           ch-expr.c ch-grant.c ch-inout.c ch-lang.c ch-lex.h ch-lex.l
10121           ch-loop.c ch-parse.y ch-process.c ch-tree.c ch-tree.def
10122           ch-tree.h ch-typeck.c: Add 1993 copyright, fix titles.
10123         * ch-actions.c (build_chill_binary_op): Move runtime function call
10124           to expr.c.  Just build a tree here.  Clean up error checking.
10125         * ch-convert.c (convert): Simply store a type into an expression if
10126           TREE_TYPE (expr) == NULL.  Prevent error if an enum is to be
10127           converted to a set of such enums.
10128         * ch-loop.c (init_loop_counter): Restore error msg for undeclared
10129           variable if no local scope is to be created for the loop.
10130         * ch-typeck.c (build_chill_array_ref): Turn bit array ref into IN_EXPR,
10131           remove redundant code which wasn't ever called.
10133 Wed Apr 14 07:54:00 1993  Bill Cox  (bill@rtl.cygnus.com)
10135         * .cvsignore (y.tab.c) : Add to list.
10136         * ch-convert.c (convert): Check pointers better - avoid NULL reference.
10137           Remove redundant check for ERROR_MARK - already checked earlier.
10138         * ch-parse.y (get_type_of): Add parameter checks for NULL ptrs and
10139           error_mark_node.
10141 Tue Apr 13 16:00:37 1993  Per Bothner  (bothner@cygnus.com)
10143         * c-decl.c (start_function):  If there is a previous
10144         function declaration of the same name, steal its RTL.
10145         This is a kludge needed for forward declarations of
10146         nested functions.
10147         * ch-decl.c (push_chill_extern_function), ch-tree.h:  New
10148         function, for external and seized function declarations.
10149         Make sure to use permanent obstack.
10150         * ch-parse.y (quasi_pdef, extprocedure):  Use new function.
10152         * ch-grant.c (chill_finish_module_code):  Since module
10153         function is no longer visible,, can't get it using
10154         lookup_name().  Use current_function_decl instead.
10156         * ch-decl.c (build_chill_function_type):  Add void_type_node
10157         to end of parameter types list.
10159         * ch-grant.c (chill_start_module_code):  Make sure module
10160         function isn't visible (and hence isn't granted).
10162 Tue Apr 13 15:48:25 1993  Bill Cox  (bill@rtl.cygnus.com)
10164         * ch-loop.c (begin_chill_loop): Also stamp the user's loop name into
10165           current contour for DO FOR EVER loops.
10167 Tue Apr 13 14:37:39 1993  Bill Cox  (bill@rtl.cygnus.com)
10169         * ch-parse.y (actionstatement): Add error rule.  Delete 
10170           POP_UNUSED_ON_CONTEXT.  Add comments about label name usage.
10171           (nohandleraction): Better error check in EXIT processing.
10172           (optexprlist): Comment out make_function_rtl call.
10173           (seizestatement): Change error to warning.
10175 Tue Apr 13 08:29:31 1993  Bill Cox  (bill@rtl.cygnus.com)
10177         * ch-grant.c (raw_decode_mode): Supply missing parameter in get_type
10178           call.
10179         * ch-loop.c (begin_chill_loop): Take loop label as parameter.  Stamp
10180           its name into the current contour's exit_label, for EXIT to use.
10181         * ch-parse.y: (actionlabel): Save label tree in global variable.
10182           (actionstatement): Clear label to NULL when action is finished.
10183           (handlerstatement, nohandlerstatement): Split actions into 
10184           categories which do/don't permit exception handlers.
10185           (exitaction): Move code into nohandleraction, make it work.
10186           (doaction): Pass (possibly NULL) label tree to begin_chill_loop.
10187         * ch-tree.h: Add parameter  to begin_chill_tree prototype.
10188         * stmt.c (stamp_nesting_label, expand_exit_labelled): Add functions.
10189           Note: This implementation of EXIT only exits from loops, not yet 
10190                 from other bracketted statements.
10192 Mon Apr 12 13:41:55 1993  Per Bothner  (bothner@rtl.cygnus.com)
10194         * ch-grant.c (chill_grant):  Remove obsolete code.
10196         * ch-decl.c (push_synmode, push_newmode):  Merged to yield ...
10197         * ch-decl.c (push_modedef):  ... w/ slightly different interface.
10198         * ch-tree.h, ch-process.c (make_process_struct), ch-parse.y
10199         (modedefinition):  Use new push_modedef function.
10200         * ch-parse.y (modedefinition):  Don't depend on inherited
10201         attributes (- implemented incorrectly!): Use a global variable
10202         parsing_newmode to distinguish synmode and newmode.
10204 Mon Apr 12 08:10:34 1993  Bill Cox  (bill@rtl.cygnus.com)
10206         * ch-loop.c: Diffuse cleanup after big functional changes.
10207         * ch-parse.y: Eliminate temporary variables, now unnecessary.  Use
10208           parse-time stack instead.
10209         * ch-tree.h: Change build_chill_iterator prototype.
10211 Sun Apr 11 15:50:33 1993  Bill Cox  (bill@rtl.cygnus.com)
10213         * ch-convert.c (convert): Replace an ERROR_MARK type - from a 
10214           untyped_expr with the given type.  Move chill_expand_case_expr
10215           call inside chill_expand_expr.
10216         * ch-expr.c, ch-tree.h, ch-typeck.c (chill_handle_case_default, 
10217           chill_handle_case_label, chill_expand_case_expr):  Move to ch-expr.c
10218           from ch-typeck.c.
10219         * ch-loop.c: Major reorganization to support multiple iterators in
10220           DO FOR loop, very little new code, just a re-org.
10221         * ch-parse.y (iterationlist): Add handling for multiple loop iterators.
10223 Sat Apr 10 14:40:12 1993  Bill Cox  (bill@rtl.cygnus.com)
10225         * ch-actions.c (build_chill_lower, build_chill_upper): Clean up.
10226         * ch-grant.c (chill_grant): Avoid making strange SYNMODE for enum
10227           member.
10228         * ch-lex.l (equal_number): Add function to look in the input for '='
10229           followed by a decimal literal.  Call it from directive scanning.
10230           (start state 'ccitt'): Deleted, unused.  Moved unused, but reserved,
10231           tokens to NORMAL state.
10232           (compiler_directive): Replaced by equal_number.  Now the only
10233           recursive call to yylex happens in check_newline at the beginning
10234           of a compilation.
10236 Sat Apr 10 09:55:50 1993  Bill Cox  (bill@rtl.cygnus.com)
10238         * ch-actions.c (build_chill_case_expr): Added from ch-parse.y.
10239         * ch-lex.l (ENTRY, PERVASIVE, ROW, STEP): Add token recognition to
10240           'reserve' them.
10241         * ch-parse.y (case_expr): Move code into ch-actions.c.  There will
10242           need to be much more written.
10243         * ch-tree.def (VARY_ARRAY_REF): Add comment.
10244         * ch-tree.h (build_chill_case_expr): Add prototype.
10245         * ch-typeck.c (build_chill_cast): Allow untyped_expr - just assign the
10246           type to the expr.  Check for CASE_EXPR, call expand_case_expr.
10248 Sat Apr 10 01:10:51 1993  Per Bothner  (bothner@rtl.cygnus.com)
10250         * ch-parse,y (in_pseudo_module): New variable.  Try if we're
10251         in a seizefile, but not in a module nested in the seizefile.
10252         Use for backwards compatibility with old grantfiles.
10253         * ch-decl.c (do_decls, push_syndecls, push_newmode, push_synmode):
10254         If in_pseudo_module, grant new declaration.
10255         * ch-decl.c (pushd_newmode):  If there is a granted previous
10256         incomplete type, fix it up.
10257         * ch-grant.c (seize_implied_names):  Do remaining types.
10258         Guard against recursion.
10259         * ch-tree.h (IDENTIFIER_ENUM_VALUE):  Removed, not used.
10260         * ch-tree.h (CH_DECL_ENUM), ch-grant.c (chill_grant), ch-lang.c
10261         (finish_chill_enum):  Enum constants are marked with
10262         CH_DECL_ENUM so they don't get written to the grantfile.
10263         * ch-tree.h (IDENTIFIER_GRANTED_VALUE):  Allow fast seizing.
10264         * ch-lex.l:  Re-write to use start states, to avoid calling
10265         yylex() recursively.
10266         * ch-lex.l (compiler_directive);  This is now obsolste. FIXME.
10267         * ch-lex.l:  Call push_module and pop_module when reading a
10268         seizefile.  This creates a pseudo-module.
10269         * ch-parse.y:  Clean up handling of empty declarations and
10270         action statements; semicolons are now optional a number of
10271         places.
10272         * ch-parse.y:  Remove some bogus tests for "statement
10273         out of sequence" (they're both legal and work).
10274         * varasm.c (mak_function_rtl):  Remove  kludge that may
10275         not be necessary (and loses anyway).
10277 Fri Apr  9 09:37:38 1993  Bill Cox  (bill@rtl.cygnus.com)
10279         * ch-expr.c (chill_expand_array_assignment): Remove false error about
10280           arrays that are too small.    
10281         * ch-parse.y (callaction): Don't pass an error_mark_node to
10282           c_expand_expr_stmt.
10284 Fri Apr  9 00:26:54 1993  Per Bothner  (bothner@rtl.cygnus.com)
10286         * ch_tree.h (DECL_HIDDEN_BY_MODULE, ENCAPSULATED_ARRAY_P):
10287         New macros.
10288         * ch-actions.c (build_chill_function_call):  Use latter.
10289         * ch-typeck.c (chill_similar):  Fix typo.
10290         * ch-grant.c (raw_decode_mode):  Handle ENCAPSULATED_ARRAY_P
10291         parameter types.
10292         * ch-grant.c (seize_implied_names):  Handle ranges of enums.
10293         * ch-grant.c (do_seize):  Set DECL_SOURCE_FILE and _LINE of
10294         seized declaration to be the point of the seize itself.
10295         * ch-grant.c (chill_grant), ch-tree.h:  Add a parameter
10296         which is the list (in order) of decls in the module.
10297         Don't reverse the getdecls() list; that is handled by caller.
10298         * ch-grant.c (chill_grant):  Test that a declaration is
10299         visible before writing it.
10300         * ch-parse.y (push_module):  Make sure to hide declarations
10301         from surrounding module.
10302         * ch-parse.y (pop_module):  Restore those declarations.
10303         * ch-parse.y (pop_module): This function is now responsible
10304         for writing out for calling chill_grant() to the grant file.
10305         * ch-actions.c (lang_finish):  Remove calls to chill_grant().
10307 Thu Apr  8 16:56:52 1993  Bill Cox  (bill@rtl.cygnus.com)
10309         * ch-actions.c (build_char_array_expr): Add handling of varying
10310           arrays in relational expressions.
10311         * ch-decl.c: Add prototype for lookup_name_current_level.
10312         * ch-expr.c (chill_expand_expr): Make concat_expr's temp a BLKmode, 
10313           so its length is used as the temp's size.
10314           (chill_expand_array_assignment): Correct for varying := varying
10315           assignment, clean up.
10316         * ch-typeck.c: Add prototype for require_complete_type.
10318 Wed Apr  7 16:41:29 1993  Bill Cox  (bill@rtl.cygnus.com)
10320         * ch-loop.c (for_location, begin_chill_loop, end_chill_loop): Major
10321           diffuse changes to fix location loops.
10322         * ch-parse.y (location): Remove ref through NULL ptr.
10324 Wed Apr  7 13:42:06 1993  Per Bothner  (bothner@rtl.cygnus.com)
10326         * ch-decl.c (massage_param_node):  New function.
10327         It handles the LOC/IN/OUT/INOUT parameter distinction,
10328         as well as calling build_chill_array_parm_type if needed.
10329         * ch-tree.h (massage_param_node):  New prototype.
10330         * ch-decl.c (push_parms):  Use new massage_param_node().
10331         * ch-parse.y (pmodearg):  Use new massage_param_node().
10332         * ch-parse.y (formpar):  Don't call build_chill_array_parm_type;
10333         now handled by massage_param_node.
10334         * ch-typeck.c (my_build_array_ref):  Handle non-zero array
10335         lower bounds.
10336         * ch-actions.c (build_chill_function_call):  If the formal
10337         parameter is a pseudo record wrapped around an array, make
10338         sure we wrap the actual parameter in a record CONSTRUCTOR.
10339         * ch-typeck.c (build_chill_array_parm_type):  Make sure
10340         the pseudo struct type is allocated on the permanent_obstack.
10341         * ch-parse.y (location):  Remove thinko.
10342         * ch-actions.c (chill_comptypes):  Comment out test for
10343         NEWMODEness - it gets broken by the forward declaration hacks.
10345 Tue Apr  6 18:05:40 1993  Bill Cox  (bill@rtl.cygnus.com)
10347         * ch-actions.c: Move build_varying_struct to ch-typeck.c.
10348         * ch-parse.y (formpar): Turn ARRAY_TYPE parms into structure.
10349         * ch-parse.y (location): Do build_component_ref for an array wrapped
10350           in a structure.
10351         * ch-tree.h: Add prototype, #define for build_chill_array_parm_type.
10352         * ch-typeck.c (build_chill_array_parm_type): Add function, move
10353           build_varying_struct here from ch-actions.c.
10355 Mon Apr  5 19:56:56 1993  Bill Cox  (bill@rtl.cygnus.com)
10357         * ch-actions.c, ch-decl.c: Use tree_int_cst_equal and integer_zerop 
10358           rather than in-line code - tests LOW and HIGH values.
10359         * ch-lang.c: Use tree_int_cst_lt rather than inline code.
10360         * ch-typeck.c (my_build_array_ref): Handle case where array low bound
10361           isn't zero.
10363 Mon Apr  5 15:45:10 1993  Bill Cox  (bill@rtl.cygnus.com)
10365         * ch-typeck.c (my_build_array_ref): Add some more code from 
10366           build_array_ref.  Change checks, error messages to mention 
10367           'discrete types'.  I.E. types which don't kiss and tell..
10369 Sat Apr  3 09:27:03 1993  Bill Cox  (bill@rtl.cygnus.com)
10371         * ch-except.c, ch-expr.c: Turn externs into prototypes.
10372         * ch-grant.c (chill_grant): Remove orphan #else.
10373         * ch-tree.h: Add prototype for build_chill_bin_type.
10374         * ch-typeck.c: Turn externs into prototypes, delete code which
10375           was commented out in chill_expand_return; it will never be used.
10377 Fri Apr  2 21:55:14 1993  Per Bothner  (bothner@rtl.cygnus.com)
10379         Major re-write of New module/seize/grant stuff.
10380         Now, a grantfile is a spec module and contains all the
10381         top-level declarations of the granting module, not just
10382         those that are granted.  It also contains explicit grant
10383         statments naming those declared names that are granted.
10384         It also has seize statements and use_seize_file directives
10385         to correctly handle transitive dependencies.
10387         * ch-parse.y:  Change to allow multiple modules per source file.
10388         Allow spec modules (including quasi definitions) as well as
10389         regular modules.
10390         Allow spec modules inside normal modules;  these behave as if
10391         they were outermost.  This violates the Blue Book, but is
10392         needed by the new grantfile mechanism.  (A grant file is a
10393         spec module that gets included by the use_seize_file directive.)
10394         * ch-parse.y (struct module *current_module, push_module,
10395         pop_module):  Support module nesting (for spec modules only).
10397         * ch-tree.h (struct module): New.
10398         * ch-grant.c (granted_decls):  New list of declarations
10399         that have been granted into the outermode pseudo-module.
10400         * ch-grant.c (decode_mode):  If the decl has a name,
10401         always write the name, not just if the decl has already
10402         been written.  Since we write out all decls, we can assume
10403         it will be written later, and depend on the forward
10404         declaration kludges to catch it.
10405         * ch-grant.c (decode_decl):  Don't write out _EXTERN.
10406         Instead write out standard (Blue Book) quasi-definitions.
10407         * ch-grant.c (push_granted):  New function.
10408         * ch-grant.c (seize_implied_names):  New function.  Re-write
10409         how set element names are seized when a set type is seized.
10410         * ch-grant.c (chill_seize):  Work by seraching the
10411         granted_decls list and copying the declaration.
10412         * ch-grant.c (chill_grant):  Write all declarations
10413         declared in this module.  Write GRANT statements for
10414         those granted.   seize statements for decls seized from
10415         other modules.  Write extra syntax to make a complete
10416         spec module.
10417         * ch-grant.c (grant_use_seizefile):  Copy use_seize_file
10418         directives into grant file.
10419         * ch-lex.l (setup_seizefile_read):  Call grant_use_seizefile.
10421         * ch-lex.l (struct input_state, current_input_state,
10422         push_input_file, pop_input_file):  New (type, variable,
10423         function*2).  Used to save and  restore state on an input file.
10424         * ch-lex.l:  Clean up to handle nested input seizefiles
10425         (needed by new grant/seize mechanism.
10426         * ch-lex.l (skip_to_end_of_directive):  New function.
10427         * ch-lex.l (compiler_directive: USE_SEIZE_FILE):  Make sure
10428         we skip to the end of the directive *before* we switch
10429         input files.
10430         * ch-lex.l (setup_seizefile_read):  Prevent reading the
10431         same seizefile twice (otherwise likely with new grant/seize).
10432         * ch-lex.l:  Recognize SPEC.  Misc cleanups.
10434         * ch-parse.y:  Fixed foreward references of types.
10435         Removed the unknown_type_node crock.
10436         * ch-decl.c:  Remove all uses of unknown_type_node.
10437         Check for TYPE_SIZE zero instead.
10438         * ch-decl.c (fixup_unknown_type):  Make sure new mode
10439         gets copied into old mode.  Merge their variant chains.
10440         * c-decl.c (lookup_name_current_level):  Make non-static.
10441         * ch-decl.c (lookup_name_current_level):  No longer needed.
10443         * ch-parse.y (call):  Allow an implicitly defined function
10444         name following the CALL keyword.
10445         * ch-tree.h (struct lang_identifier): Add implicit_decl,
10446         and make sure order of fields matches c-tree.h.
10448         * ch-actions.c (lang_init, build_allocate_memory_call,
10449         build_allocate_globals_memory_call):  Fix names (add initial '_')
10450         and prototypes of _allocate_[global_]memory (2nd param is ref).
10451         Use build_chill_function_call, not build_function_call,
10452         so the reference parameter gets handled.
10453         * ch-actions.c. (lang_init):  Make sure boolean_{true,false}_node
10454         have boolean_type_node as their types.
10455         * ch-actions.c (build_chill_lower, build_chill_upper): Fix to
10456         work for arrays with BOOLEAN_TYPE ranges (and simplify some).
10458         * ch-except.c:  Make sure an end_label is generated,
10459         and jump to it if there is no exception.
10461         * ch-convert.c (convert_to_reference):  Strip off NOP_EXPR casts.
10462         * expr.c (expand_expr):  Handle NOP_EXPR as Chill-style casts.
10463         (Need cleaning up and FSF installation!)
10464         * ch-parse.y:  If taking the address of a cast, move the
10465         ADDR_EXPR inside the NOP_EXPR.
10467         * ch-typeck.c (my_build_array_ref):  Simplified, more suitable
10468         versions of build_array_ref from c-decl.c.  (E.g. don't barf
10469         if index type is char or bool.)
10470         * ch-typeck.c (build_chill_array_ref):  Use my_build_array-ref.
10472         * ch-typech.c (build_chill_bin_type):  New function.
10473         Support BIN(N) range type specification.
10474         * ch-parse.y (mode2), ch-lex.l:  Recognize BIN(N).
10476         * ch-tree.h (CH_SIMILAR):  Redefine in terms of chill_similar.
10477         * ch-typeck.c (chill_similar):  New function.  Recognize that
10478         that range types are similar to their parent types.
10480         * ch-tree.h:  Declare flag_local_loop_counter.
10481         * ch-loop.c:  Whether the loop variable is local to the loop
10482         in now controlled by flag_local_loop_counter, instead of
10483         #ifdef'd on CREATE_SCOPE.
10484         * ch-actions.c (lang_decode_option):  Recognize flags
10485         "-f[no-]local-loop-counter".
10486         * toplev.c (lang_options):  Add Chill flags -f[no-]local-loop-counter.
10488         * varasm.c (make_function_rtl):  Due to problems with forward
10489         references, don't rename nested functions in Chill.  (Kudge!)
10491 Sun Mar 28 10:12:45 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10493         * ch-lex.l (push_back, readstring): Fix prototypes.
10495 Fri Mar 26 18:32:15 1993  Bill Cox  (bill@rtl.cygnus.com)
10497         * ch-parse.y: Put %type directives back into alpha order.
10498           (variant_alternative): Simplify error_mark test.
10499           (variantfields, varianthack): Add error_mark checks.
10501 Fri Mar 26 13:36:23 1993  Bill Cox  (bill@rtl.cygnus.com)
10503         * ch-lex.l (convert_charliteral): Rewrite to avoid bogus error msg.
10504         * ch-parse.y (get_type_of): Add function to deal with possible fwd
10505           declared type name.  Call it from lotsa places.  Add lotsa checks
10506           for error_mark_node.  Standardize indentations.
10508 Thu Mar 25 15:00:11 1993  Bill Cox  (bill@rtl.cygnus.com)
10510         * ch-expr.c (chill_expand_assignment): Avoid seg fault while checking
10511           for array assignments.
10512         * ch-parse.y (action): Add recognition for allocate_memory and
10513           allocate_global_memory system calls.
10514           (mode2): Remove ill-conceived error check that broke REFs to
10515           as-yet-undeclared types.  Check for IDENTIFIER_NODE, lookup its
10516           DECL if there, pass TREE_TYPE of decl to build_pointer_type.
10517           (variantfields, varianthack): Clean up.
10518           (variantfield): Check for IDENTIFIER_NODE, lookup its DECL if
10519           there, pass TREE_TYPE of decl to grok_fixedfields.
10520           (labellist): Explicitly assign error_mark_node to signal error.
10521         * ch-typeck.c (chill_compatible): Report FALSE for bad parameters,
10522           rather than seg faulting.
10524 Thu Mar 25 10:35:58 1993  Bill Cox  (bill@rtl.cygnus.com)
10526         * ch-actions.c (lang_init): build_function_type for allocate_memory
10527           and allocate_global_memory runtime routines.  Move discrete_type_p
10528           into ch-typeck.c.
10529         * ch-typeck.c (discrete_type_p): Move here, where it belongs, call it
10530           in build_chill_cast.
10532 Wed Mar 24 16:25:16 1993  Per Bothner  (bothner@rtl.cygnus.com)
10534         * ch-grant.c:  Don't grant previously seized names.
10536 Tue Mar 23 15:25:39 1993  Bill Cox  (bill@rtl.cygnus.com)
10538         * Makefile.in (ch-actions.o): Add dependencies (expr.h insn-codes.h)
10539         * dwarfout.c (fundamental_type_code): Add handling of BOOLEAN_TYPEs,
10540           avoid abort.
10542 Tue Mar 23 09:03:35 1993  Bill Cox  (bill@rtl.cygnus.com)
10544         * ch-actions.c (build_char_array_expr): Just build a type for the
10545           result of a CONCAT_EXPR, and pass the tree back.  
10546           chill_expand_array_assignment can do a better job of 
10547           code-generation.
10548         * ch-expr.c (chill_expand_array_assignment): Generate the CONCAT_EXPR
10549           code.
10551 Mon Mar 22 12:42:58 1993  Per Bothner  (bothner@rtl.cygnus.com)
10553         * ch-except.c (start_handler_array):  Make sure the handler
10554         array and its type get on the permanent obstack.
10555         * ch-grant.c (write_grant_file):  Don't write the _INIT=name
10556         specifier:  It isn't needed, and loses (because of funny
10557         characters in the chill_initializer_name).
10558         * ch-decl.c (push_synmode):  Set TYPE_NAME(mode) = syndecl.
10559         * ch-lang.c (finish_chill_enum):  Don't allocate a dummy
10560         TYPE_DECL for the enum.  I don't think it is needed (?),
10561         and removing it is needed for the change above.
10563         * ch-grant.c (grant_array_type, decode_mode):  Remove unused
10564         'decl' parameter.
10565         * ch-grant.ch (raw_decode_mode):  New function, based on old
10566         decode_mode.
10567         * ch-grant.c (decode_mode);  This is now just a wrapper around
10568         raw-decode_mode - but does not call raw_decode_mode if the
10569         type is named and has already been emitted.
10571 Fri Mar 19 11:55:35 1993  Bill Cox  (bill@rtl.cygnus.com)
10573         * ch-actions.c: Add prototypes, remove unused variables.  Attempt to
10574           continue generating grant file in presence of error (Wilfried's 
10575           patch to lang_finish).
10576         * ch-expr.c: Change assign_stack_temp calls so temps get recovered
10577           after each statement.  Move convert call into
10578           chill_expand_assignment from ch-parse.y.
10579         * ch-grant.c: Generally re-order, clean up.  Include Per's decode_mode
10580           simplification.  Include commented-out hack in decode_mode to return
10581           type's name if type SEIZEd or already GRANTed in this file.
10582         * ch-lex.l: Add prototypes.
10583         * ch-parse.y (assignaction): Move convert call into
10584           chill_expand_assignment.
10586 Thu Mar 18 16:04:45 1993  Bill Cox  (bill@rtl.cygnus.com)
10588         * ch-convert.c (convert): Remove unused variable, fix int_size_in_bytes
10589           comparison.
10590         * ch-decl.c: Add prototypes, correct error message spelling, remove
10591           unused variables.
10592         * ch-lang.c (build_chill_range_type): Add error message.  Add prototypes.
10593           Correct comment spelling.
10594         * ch-lex.l: Add prototypes, remove unused variable, put double parens aarround
10595           assignment in conditional.
10596         * ch-loop.c: Add prototypes, remove unused variable.
10597         * ch-parse.y (structured_variable): Return NULL_TREE is invalid WITH
10598           parameter is seen, don't count it in structured_variable_list.  Pre-
10599           vents seg fault when only WITH operand is invalid.
10600         * ch-parse.y (label_spec): Correct assignment within IF expression which
10601           was intended to be equality test.  Remove unused variables.
10602         * ch-tree.h: Add prototype.  Remove unused EXCP_CODE enumeration, and
10603           prototyping editorial comments.
10604         * ch-typeck.c: Disable generation of code to validate array index for
10605           now.  Should be done as a call-back from more generic array_ref code.
10606           Clean up parameter checking.  Remove unused variables.
10608 Fri Mar 12 11:57:32 1993  Bill Cox  (bill@rtl.cygnus.com)
10610         * ch-actions.c (chill_varying_type_p): Return FALSE if given NULL type.
10611         * ch-actions.c (build_chill_binary_op): Pass ALL arrays to
10612           build_char_array_expr.
10613         * ch-convert.c (convert): protect against seg fault, if type == NULL.
10614         * ch-expr.c (chill_expand_expr): Add FIXME comment.
10616 Fri Mar 12 11:04:02 1993  Bill Cox  (bill@rtl.cygnus.com)
10618         * ch-expr.c (chill_expand_expr): Completely rethink set unary ops.
10619           Thanks very much to dje!
10621 Thu Mar 11 21:06:55 1993  Bill Cox  (bill@rtl.cygnus.com)
10623         * ch-actions.c (build_char_array_expr, build_chill_binary_op):
10624           Move CONCAT_EXPR handling from binary_op to array_expr.  Add
10625           handling for relationals between varying arrays to array_expr.
10627 Thu Mar 11 19:20:37 1993  Bill Cox  (bill@rtl.cygnus.com)
10629         * ch-actions.c (build_set_expr, build_chill_binary_op): Calculate
10630           *BIT* length of powersets and arrays of BOOLs.
10631           (invalid_left_operand, invalid_right_operand): Disallow relationals
10632           with arrays of BOOL as operands.
10633         * ch-convert.c (convert): Test TREE_CODE for ERROR_MARK rather than
10634           comparing pointers.
10635         * ch-decl.c (push_newmode): Re-indent.
10636         * ch-expr.c (chill_expand_expr): Calculate *BIT* length of powersets
10637           and arrays of BOOLs.
10638         * ch-lang.c (build_chill_array_type): Add parameter error checking.
10640 Mon Mar  8 17:13:00 1993  Bill Cox  (bill@rtl.cygnus.com)
10642         * expr.c (store_constructor): Handle set construction.
10643         * varasm.c (output_constant): Prevent seg fault - terminate case
10644           alternative with a 'break'.
10646 Mon Mar  8 17:13:00 1993  Bill Cox  (bill@rtl.cygnus.com)
10648         * ch-expr.c (): Move SET_TYPE constructor to expr.c.
10649         * ch-loop.c (end_chill_loop): Only do expand_end_loop if not POWERSET loop.
10650         * ch-typeck.c (build_chill_cast): Fix error msg spelling.
10652 Mon Mar  8 13:16:05 1993  Bill Cox  (bill@rtl.cygnus.com)
10654         * fold-const.c (fold_convert): Allow CHAR_TYPE CONVERT_EXPR to
10655           be folded.
10657 Mon Mar  8 10:13:57 1993  Bill Cox  (bill@rtl.cygnus.com)
10659         * ch-grant.c (get_tag_value): Correctly output certain enumerations.
10660           Correct some non-standard indentations.
10662 Fri Mar  5 14:58:35 1993  Bill Cox  (bill@rtl.cygnus.com)
10664         * ch-actions.c: Fix up comment.
10666 Thu Mar  4 18:05:43 1993  Bill Cox  (bill@rtl.cygnus.com)
10668         * ch-actions.c: Define builtin '__nepowerset' and call it - avoid
10669           negating the result of calling __eqpowerset.  New function
10670           discrete_type_p().
10671         * ch-grant.c (get_tag_value): Don't seg fault referring to an
10672           anonymous enumeration's name.
10673         * ch-lex.l: Turn EVEN token into an ignored compiler directive.
10674         * ch-loop.c (end_chill_loop): Output end-of-loop marker.
10675         * ch-parse.y (label_spec): redefine variant structure label_spec
10676           to agree with the Z.200 spec.
10677                      (locdec): Error if set/bitstring initialized with a tuple.
10678                      (case_label, arrayindex): Use new discrete_type_p 
10679                      function. 
10680         * ch-process.c: Fix typo.
10682 Wed Mar  3 14:30:53 1993  Per Bothner  (bothner@rtl.cygnus.com)
10684         * ch-lang.c, ch-tree.h: Rename build_range_type to
10685         build_chill_range_type.  Call new build_range_type() in tree.c.
10686         * ch-parse.y:  Call build_chill_range_type as approriate.
10687         * ch-typeck.c (build_chill_cast);  Clean up.
10689 Wed Mar  3 09:36:56 1993  Bill Cox  (bill@rtl.cygnus.com)
10691         * ch-parse.y: Define CONTINUE_EVENT token.
10692         * ch-parse.y (mode2): Give error message for SYN modea = modeb
10693           where modeb is undefined.
10695 Tue Mar  2 20:16:37 1993  Bill Cox  (bill@rtl.cygnus.com)
10697         * ch-actions.c: Add builtin function descriptions for memset and
10698           bitsetpowerset.  Allow build_chill_num expression to exceed 16 bits,
10699           but not 32.
10700         * ch-tree.h: Correct chill_handle_case_default prototype.
10701         * ch-actions.h, ch-lex.h: Add prototypes.
10702         * ch-lex.l, chill.gperf: Add CONTINUE_EVENT token.
10704 Thu Feb 25 17:35:46 1993  Bill Cox  (bill@rtl.cygnus.com)
10706         * c-decl.c (init_decl_processing): Disable creation of C-specific
10707           builtin functions.  They pollute the CHILL name space.
10708         * stor-layout.c (variable_size): Allow variable-size objects at file
10709           scope, for CHILL.
10711 Fri Feb 26 07:14:34 1993  Bill Cox  (bill@rtl.cygnus.com)
10713         * c-decl.c (finsh_decl): Don't output non-constant storage size 
10714           error for CHILL
10715         * ch-actions.c: Call build_temporary_variable, fix build_tree_list
10716           call in build_chill_cause_exception.
10717         * ch-convert.c, ch-expr.c: Use tree_cons to build list's last entry
10718         * ch-loop.c (build_temporary_variable): New function
10719         * ch-process.c: Call build_temporary_variable, spell start_process
10720           correctly.
10721         * ch-tree.h: Extern for build_temporary_variable
10723 Thu Feb 25 12:09:01 1993  Bill Cox  (bill@rtl.cygnus.com)
10725         * c-decl.c (init_decl_processing): Disable initial creation of C-specific
10726           builtins - they pollute the CHILL name space.
10727         * ch-typeck.c (valid_array_index): Correct upper-bound check.
10728         * expr.c (expand_expr): Use actual library name for __inpowerset
10729           builtin.
10730         * stor-layout.c (variable_size): Disable complaint about variable-
10731           size type or decl at file scope.  Perhaps later this s.b. a warning.
10732         * varasm.c (emit_set_data): Add function.
10733           (output_constant): Call new emit_set_data function for VAR_DECLs, 
10734           in addition to CONSTRUCTORs.
10736 Thu Feb 25 11:34:36 1993  Bill Cox  (bill@rtl.cygnus.com)
10738         * ch-actions.c: Change all builtin functions names to their
10739           actual library names.  Change references to boolean_type_node
10740           to references to the TREE_CODE == BOOLEAN_TYPE, to follow the
10741           convention.
10742           build_set_expr: Remove length parameter, call powersetlen() instead.
10743             remove handling of CHAR arrays - they're handled in build_char_array_expr.  
10744             Call __eqpowerset to test for equality - we can't use a byte-length -
10745             need bitcount instead.
10746           build_chill_compound_expr, internal_build_compound_expr: Copy from C
10747             version that does stuff we don't want.
10748           build_binary_op: Check for in_size_in_bytes return < 0, indicating
10749             size is changeable at run time.  Build two memcpy calls to implement
10750             string concatenation.
10751           powersetlen: Add function.
10752           build_chill_card: Call powersetlen.
10753           build_chill_max_min:  Common code for powerset max/min.
10754           build_chill_length: Move VARYING array handling before regular char
10755             array handling.
10756         * ch-expr.c chill_expand_expr: Disable concatenate code - we need to
10757           the VARYING status of the target to do this correctly.  Use powersetlen
10758           for the powerset operations, not a byte length.
10759         * ch-loop.c: Make CREATE_SCOPE #define to enable creation of a new scope
10760           for each CHILL loop, as Z.200 requires.  Add powerset and error flags
10761           to loop structure.  Evaluate user's powerset expression into a temp,
10762           scan it destructively with __ffsetclrpowerset or __flsetclrpowerset
10763           for powerset loop.  Only do loop-end assignments if NOT a powerset
10764           loop, which has much less overhead now.
10765         * ch-tree.h: Add prototype for powersetlen.
10767 Fri Feb 19 08:40:24 1993  Bill Cox  (bill@rtl.cygnus.com)
10769         * ch-lex.l (convert_number): Evaluate number and pass it as
10770           HOST_WIDE_INT.
10772 Fri Feb 19 08:56:44 1993  Michael Tiemann  (fs_tie at rcsw18)
10774         * ch-typeck.c (build_chill_array_ref): Handle newmodes
10775         correctly.
10777         * ch-actions.c (chill_comptypes): Always initilize ERRSTR if
10778         we are going to return 0.
10780         * ch-convert.c (convert_to_reference): Don't use
10781         TYPE_MAIN_VARIANT, because REFTYPE's type may be a newmode
10782         (which must match the type of the expr).
10784         * ch-grant.c (chill_seize): Don't let a type be copied just
10785         because we are seizing it.
10787         * ch-lang.c (finish_chill_enum): Convert TYPE_MIN_VALUE and
10788         TYPE_MAX_VALUE to integer type.
10790         * ch-loop.c (begin_for_range): Set lp->iter_type based on the
10791         tree type of the bounds.
10792         (build_loop_top): type of GE_EXPR and LE_EXPR is
10793         boolean_type_node, not lp->iter_type.
10794         (for_location): Ditto.
10796         * ch-action.c (build_chill_lower,build_chill_upper): Handle
10797         ENUMERAL_TYPE.  Also, handle different kinds of arguments more
10798         cleanly.
10800         * ch-parse.y (iteration): Convert start_exp and end_exp to
10801         match the type of modename.
10803         * ch-grant.c (chill_seize_aggr): Search also through anonymous
10804         types.
10806         * ch-grant.c (chill_seize): Check to see if SEIZEITEM has
10807         already been seized, and if so, do nothing.
10809         * c-typeck.c (process_init_constructor): If DEFAULT_VALUE
10810         comes out error_mark_node, set ERRONEOUS.
10812         * ch-actions.c (build_chill_binary_op_1): If EXP is NULL_TREE,
10813         don't use it.
10815         * ch-action.c (chill_comptypes): Test for structural
10816         equivalence of enums.
10818         * ch-typeck.c (build_chill_array_ref): Convert INDEX to
10819         TYPE_MIN_VALUE of DOMAIN if the types are compatible.
10821         * ch-grant.c (chill_seize): If DECLS is a TYPE_DECL for an
10822         ARRAY_TYPE, seize the domain type if its a set.
10824 Thu Feb 18 20:02:15 1993  Per Bothner  (bothner@rtl.cygnus.com)
10826         * c-typeck.c (process_init_constructor):  Emit error if some
10827         array elements are not initialized.
10828         * c-typeck.c (process_init_constructor):  Call digest_init()
10829         recursively to expand default_value.
10830         * ch-expr.c (chill_expand_array_assignment):  Simplify, and
10831         handle the case that the lhs has dynamic size (e.g. a slice).
10832         * ch-parse.y (elementlist):  Handle the case that tupleelement
10833         generates more than one TREE_LIST node.
10835 Thu Feb 18 12:40:56 1993  Michael Tiemann  (fs_tie@rcvie.co.at)
10837         * .cvsignore: add yacc sources, xgcc and stmp-* files. (Bill)
10838         * c-typeck.c (lookup_field): add function, calls.
10839         * ch-actions.c (build_chill_binary_op): figure return_type differently.
10840         * ch-convert.c (convert_to_reference): return error_mark_node,
10841           STRIP_NOPS.  (convert): Braces for readability.
10842         * ch-decl.c (build_chill_function_type): accept typespec as parm.
10843           Handle exceptions.
10844           (grok_chill_variantdefs): call comptypes, not chill_comptypes.
10845         * ch-expr.c (chill_expand_assignment): handle references.
10846         * ch-grant.c (chill_seize_set, chill_seize_aggr): new functions
10847         * ch-parse.y (structured_variable): check for REFERENCE_TYPE,
10848           call convert.  Generally handle reference types.
10851 Thu Feb 18 09:30:11 1993  Michael Tiemann  (fs_tie@rcvie.co.at)
10853         * ch-actions.c (chill_comptypes): Figure out which newmode or
10854           synmode decls look most canonical.
10855         * ch-convert.c (convert): handle location conversions of records,
10856           unions and arrays.
10857         * ch-decl.c (fixup_unknown_type): changes for variant records
10858         * ch-parse.y (tupleelement): avoid confusing digest_init.
10859         * ch-typeck.c (build_chill_array_ref): give element ref the
10860           type of the ELEMENT, not the array (Bill Cox).
10862 Wed Feb 17 11:52:20 1993  Bill Cox  (bill@rtl.cygnus.com)
10864         * ch-parse.y: change push_newmode and push_synmode interfaces.
10865         * ch-actions.c (build_chill_binary_op): convert operands.
10867 Wed Feb 17 10:54:24 1993  Bill Cox  (bill@rtl.cygnus.com)
10869         * ch-actions.c (build_chill_binary_op, build_chill_unary_op):
10870           handle reference types.
10871         * ch-decl.c (push_newmode, push_synmode): rewritten
10872         * ch-process.c (make_process_struct): new push_newmode interface.
10873         * ch-typeck.c (build_chill_cast): change interface, error checks.
10875 Wed Feb 17 09:50:37 1993  Bill Cox  (bill@rtl.cygnus.com)
10877         * ch-decl.c, ch-parse.y, ch-tree.h: delete old INOUT, OUT parameter
10878           code.
10879         * ch-typeck.c (valid_array_index): new function.
10881 Tue Feb 16 22:36:34 1993  Per Bothner  (bothner@rtl.cygnus.com)
10883         * ch-convert.c (convert):  Slightly more correct conversion
10884         for ARRAY_TYPEs (return as OK if CH_COMPATIBLE).
10885         * ch-expr.c (chill_expand_array_assignment):  Invoke
10886         __builtin_memcpy using build_function_call, not directly at
10887         the rtx level (which doesn't work).
10888         * ch-typeck.c (build_chill_slice):  First attempt at slices.
10889         * ch-tree.h,  ch-typeck.c (build_chill_slice_with_range,
10890         build_chill_slice_with_length):  New functions.
10891         * ch-parse.y:  Use new slice-building functions.
10892         * expr.c (get_inner_reference):  Subtract low bound of
10893         array when doing an ARRAY_REF.
10895 Tue Feb 16 14:17:55 1993  Bill Cox  (bill@rtl.cygnus.com)
10897         * ch-actions.c (build_chill_function_call): better comments.
10898         * ch-decl.c (push_parms): encode OUT, INOUT parms in additional way.
10899         * ch-parse.y: indentation cleanup
10901 Tue Feb 16 12:03:53 1993  Michael Tiemann  (tiemann@cygnus.com)
10903         * ch-decl.c (grok_chill_variantdefs): Really implement variant
10904         records for CHILL.
10905         * ch-grant.c (get_tag_value): New function.
10906         * ch-grant.c (decode_mode): Grant variant records.
10908         * ch-grant.c (chill_seize): If we seize a set, seize the set
10909         values.
10911         * ch-lex.l (RETURN_TOKEN): Make this safe to use in if/else
10912         constructs.
10914         * ch-parse.y (EMPTY): New pseudo-token to disambiguate
10915         variant_alternatives.
10916         (current_fieldlist): New variable to help processing tag
10917         declarations in variant records.
10918         (fields): Renamed from structdef.
10919         (field): Renamed from fields.
10920         (varianthack): New non-terminal to handle parsing ambiguity
10921         for variant records.
10922         (optlabellist): Changed to preserve CONST_DECLs when they are
10923         parsed.
10925         * ch-tree.h (TYPE_TAGFIELD): New macro.
10926         (TYPE_TAG_VALUES): Ditto.
10928 Mon Feb 15 00:49:34 1993  Per Bothner  (bothner@rtl.cygnus.com)
10930         * ch-grant.c (decode_mode):  Fix output for powerset modes.
10931         * ch-grant.c (decode_constant):  Support grant output of
10932         powerset literals.
10933         * ch-actions.c (build_chill_binary_op):  IN_EXPR fix.
10934         * expr.c (expand_expr):  Add Chill-specific kludge for
10935         BIT_FIELD_REF if operand is SET_TYPE to call runtime function.
10936         * ch-expr.c (chill_expand_assignment):  Remove no-longer-needed
10937         special-case support for a BIT_FIELD_REF in right-hand-side.
10938         * ch-lang.c (finish_chill_enum):  Patch up enum elements to
10939         have the correct type (instead of integers, as in C).
10941         * ch-lex.l, ch-parse.y:  Add disgusting hack (involving
10942         context-dependent look-ahead) so we can parse exception
10943         handlers correctly.
10944         * c-typeck.c (digest_init):  Set output type for SET_TYPEs.
10945         * varasm.c (unpack_set_constructor):  Add support for
10946         (power-)set ranges (i.e. low_element:high_element).
10948 Sun Feb 14 13:37:52 1993  Bill Cox  (bill@rtl.cygnus.com)
10950         * ch-inout.c: delete unused #include
10951         * ch-typeck.c (build_chill_slice): turn abort call into error msg.
10953 Sat Feb 13 13:13:31 1993  Bill Cox  (bill@rtl.cygnus.com)
10955         * Makefile.in: Add cc1chill to STAGESTUFF per Eichin's suggestion.
10957 Sat Feb 13 12:17:41 1993  Bill Cox  (bill@rtl.cygnus.com)
10959         * Makefile.in: add lots of header files to the CHILL dependencies
10961 Fri Feb 12 15:48:27 1993  Per Bothner  (bothner@rtl.cygnus.com)
10963         * ch-actions.c (build_chill_function_call):  Don't return
10964         error_mark_node on empty parameter-list.
10966 Fri Feb 12 12:54:52 1993  Bill Cox  (bill@rtl.cygnus.com)
10968         * ch-actions.c (build_chill_function_call): fix start_decl parms.
10969         * ch-parse.y (PUSH_ACTION): guarantee to generate an insn!
10971 Fri Feb 12 10:32:37 1993  Bill Cox  (bill@rtl.cygnus.com)
10973         * ch-actions.c (build_chill_function_call): create temps, do
10974           assignments to handle INOUT and OUT parameters.
10975         * ch-decl.c (build_chill_function_type): better parameter name.
10976         * ch-parse.y (action): keep rules in alpha order.
10977           (pmodearg): turn INOUT, OUT parameter types into reference types.
10978         * ch-typeck.c (build_tree_slice): indentation change.
10980 Thu Feb 11 23:16:34 1993  Per Bothner  (bothner@rtl.cygnus.com)
10982         * ch-lex.l (convert_bitstring), Changed SET_TYPE_CONSTRUCTOR to
10983         take a list of elements which are in the set.  This corresponds
10984         better to the tuple input form in Chill (and Pascal).
10985         * varasm.c (unpack_set_constructor, pack_set_constructor):
10986         New functions, to expand SET_TYPE CONSTRUCTORs.
10987         * varasm.c (output_constructor):  Use pack_set_constructor
10988         to assemble a SET_TYPE constant from a CONSTRUCTOR.
10990         * ch-grant.c (decode_constant):  Better grant for strings,
10991         enumeral, and bitstring constants.
10992         * ch-grant.c:  Fixes in seize to avoid duplicates, and emit
10993         things in the correct order.
10994         * c-typeck.c (chill_initializer_constant_valid_p):  Kludge
10995         needed to export a static function.
10996         * ch-typeck.c (convert):  Avoid needlessly (and lossingly) calling
10997         chill_expand_tuple to convert fix string to varying.
10998         * ch-actions.c (build_chill_binary_op):  Promote short
10999         integer operands if needed (otherwise emit routines barf).
11000         * ch-tree.h (SET_WORD_SIZE):  New macro.
11001         * ch-parse.y:  Fix syntax for RECEIVE CASE.
11002         * ch-parse.y (location):  If IDENTIFIER is a CONST_DECL
11003         return its value instead.
11005 Thu Feb 11 07:41:45 1993  Bill Cox  (bill@rtl.cygnus.com)
11007         * ch-actions.c (build_chill_max, build_chill_min): clean up
11008         * ch-typeck.c (chill_expand_tuple): correct set initialization from
11009           an enumeration tuple.  Add sort_constructor function.
11011 Thu Feb 11 07:41:45 1993  Bill Cox  (bill@rtl.cygnus.com)
11013         * config/sparc.c (sparc_type_code): handle CHAR_TYPE and
11014           BOOLEAN_TYPE w/out an abort.
11016 Wed Feb 10 14:59:53 1993  Bill Cox  (bill@rtl.cygnus.com)
11018         * ch-actions.c: change most integer_type_node references to
11019           chill_integer_type_node.  Rewrite _max and _min routines,
11020           redefine the signatures for those runtime routines.  Move
11021           empty-set check into runtime.
11022         * ch-expr.c, ch-loop.c, ch-process.c, ch-tree.c, ch-typeck.c: change
11023           most integer_type_node references to chill_integer_type_node.
11025 Tue Feb  9 16:00:05 1993  Per Bothner  (bothner@rtl.cygnus.com)
11027         * ch-except.c:  New file.  Stuff for exception handling.
11028         * ch-parse.y:  Add working exception handling support.
11029         * ch-lex.l, ch-parse.y:  Prefer standard type terminology
11030         (BOOLS, CHARS) even though non-standard (BITS, CHAR) is ok.
11031         * ch-grant.c:  Fix various problems related to granting
11032         types such as bitsets.
11033         * ch-tree.c (build_bitstring_type):  Set TYPE_MIN_VALUE
11034         to distinguish bitstrings from powersets (in the same way
11035         we distinguish char strings from char arrays).
11036         * ch-tree.h:  New macro CH_BOOL_TYPE_P.
11037         * ch-tree.h, ch-actions.c (lang_init), ch-grant.c (decode_mode):
11038         Undo kludge where integer_type_node was hardwired to 16 bits.
11039         Make integer_type_node etc have the same size as in cc1.
11040         New types chill_integer_type_node and chill_unsigned_type_node
11041         that correspond to the Chill source types INT and UINT.
11042         For now, these match the C 'short' types, but that should
11043         become a configuration option later,
11045 Tue Feb  9 11:41:25 1993  Bill Cox  (bill@rtl.cygnus.com)
11047         * ch-actions.c (build_chill_unary_op): allow NOT of a set.
11049 Tue Feb  9 08:27:18 1993  Bill Cox  (bill@rtl.cygnus.com)
11051         * ch-actions.c (build_chill_function_call): add test for
11052           too many/few actual parameters (and avoid seg fault).
11053         * ch-decl.c (do_decls): code cleanup for readability.
11054         * ch-loop.c (begin_chill_loop, end_chill_loop): remove
11055           emit_nop() calls - they now (since exceptions) cause seg faults.
11056           Make derogation on poor CHILL compiler non-specific.
11057         * ch-parse.y (mode2): enable VARYING keyword in CHAR(expr).
11058         * ch-tree.h: remove prototypes added to c-tree.h.
11059         * ch-typeck.c (build_chill_array_ref): correct getting domain
11060           subtree for a PARM_DECL.  Subscripting a SET_TYPE is turned into
11061           an IN_EXPR.
11063 Sun Feb  7 18:20:49 1993  Bill Cox  (bill@rtl.cygnus.com)
11065         * ch-tree.def: add a new tree type - just for varying array 
11066           references.  We were using ARRAY_REF, but the underlying C
11067           code also generates that one.
11068         * ch-convert.c, ch-expr.c, ch-typeck.c: use the new tree type.
11070 Sun Feb  7 17:33:17 1993  Bill Cox  (bill@rtl.cygnus.com)
11072         * ch-convert.c: test given type against type of expr before
11073           calling chill_expand_tuple.  We were getting lots of spurious
11074           calls...
11076 Fri Feb  5 15:24:01 1993  Per Bothner  (bothner@rtl.cygnus.com)
11078         * cccp.c:  Merge in various Chill-specific changes.
11079         * gcc.c (default_compilers array):  Pass -lang-chill
11080         to cpp, not -lang-ch.
11082 Fri Jan 29 17:18:22 1993  Per Bothner  (bothner@rtl.cygnus.com)
11084         * Makefile.in (install-libchill, install-librmt):  Removed.
11085         * ch-actions.c (build_chill_exception_decl):  Change decl
11086         to initialized char array, rather than unitialized common.
11087         (Simplifies extracting string name of exception.)
11088         * ch-actions.c:  Adjust interface to cause_exception accordingly.
11089         * ch-typeck.c (build_chill_array_ref):  Cause rangefail if
11090         index > limit, not >= limit.
11092         * ch-actions.c (build_chill_function_call):  Rename misleading
11093         formal parameter.
11094         * ch-decl.c (do_decls):  Allow (again) general initializer exprs.
11095         * ch-parse.y (call):  Test for function call needs to test for
11096         FUNCTION_TYPE, not FUNCTION_DECL.
11097         nreverse arg list to build_chill_array_ref.
11098         * ch-typeck.c (build_chill_array_ref):  Do recursive call at end
11099         and only if multiple indexes.
11100         * ch-typeck.c:  Cleanups.
11102 Fri Jan 29 11:05:58 1993  Bill Cox  (bill@rtl.cygnus.com)
11104         * ch-decl.c (do_decls): handle set initializations better, more to do.
11105         * ch-loop.c (begin_for_range): correct interface to expand_start_cond
11106           and build_binary_op.
11107         * ch-tree.h: lots more prototypes
11108         * ch-typeck.c (build_array_from_set): added function.
11109         * ch-typeck.c (chill_expand_tuple): handle set initializations better.
11111 Thu Jan 28 17:41:58 1993  Per Bothner  (bothner@rtl.cygnus.com)
11113         * ch-grant.c (set_default_grant_file):  Change default.
11114         Normally, grant file should end up in cwd.
11115         * ch-lang.c (build_chill_struct_type):  Call pushtag,
11116         for the sake of debugging.
11117         * ch-lex.l:  Improve comment parsing.
11118         * ch-lex.l (readstring):  Some improvements.
11119         Initial support for control sequences in string literals.a
11121 Thu Jan 28 16:16:00 1993  Bill Cox  (bill@rtl.cygnus.com)
11123         * ch-convert.c (convert): correct fixed->varying conversion.
11124         * ch-parse.y (mode2): delete unesthetic newline.
11126 Thu Jan 28 10:32:55 1993  Bill Cox  (bill@rtl.cygnus.com)
11128         * ch-actions.c: delete maybe_array_ref()
11129         * ch-expr.c (chill_expand_assignment): handle RHS array_ref, delay
11130           calling convert().
11131         * ch-lex.l, ch-parse.y, chill.gperf: add keywords, syntax for time
11132           supervision actions & builtins
11133         * ch-parse.y (call): eliminate optlocarrayidx, call build_chill_slice,
11134           smaller actions directly (maybe_array_ref() used to call them).
11135         * ch-tree.h: add build_chill_function_call, build_chill_slice
11136         * ch-typeck.c: add build_chill_slice()
11138 Thu Jan 28 08:44:28 1993  Bill Cox  (bill@rtl.cygnus.com)
11140         * ch-tree.h: bring up to date with ch-actions.c changes.
11142 Wed Jan 27 23:45:20 1993  Bill Cox  (bill@rtl.cygnus.com)
11144         * ch-expr.c (chill_expand_assignment): handle an RHS varying array
11145           reference.
11147 Wed Jan 27 22:28:36 1993  Per Bothner  (bothner@rtl.cygnus.com)
11149         * ch-grant.c (decode_constant):  Add REAL_TYPE support.
11150         * ch-actions.c (build_chill_exception_decl):  New function.
11151         * ch-actions (build_chill_cause_exception, cond_exceptions):
11152         Convert to take a (char*) parameter (the exception name).
11153         * ch-actions.c, ch-expr.c, ch-typeck.c:  Convert calls to
11154         cond_exception.
11155         * ch-parse.y (check_end_label):  New function, to check if
11156         and end label matches start label.
11157         * ch-parse.y:  Fix syntax to properly recognize and
11158         test optional end labels (using check_end_label).
11159         * ch-decl.c (finish_chill_function):  Simplify, since
11160         we assume check_end_label has already been called.
11161         * ch-parse.y:  Put in infrastructure for exception handling.
11163 Wed Jan 27 15:45:20 1993  Bill Cox  (bill@rtl.cygnus.com)
11165         * ch-actions.c: delete convert_chill_parameter, replace call with
11166           call to convert().    
11167         * ch-convert.c (convert): combine chill_give_type_to_expr in here.
11168         * ch-decl.c: call convert rather than chill_give_type_to_expr.
11169         * ch-expr.c: delete chill_expand_array_assignment, move code to convert.
11170         * ch-expr.c (chill_expand_assignment): just call convert.
11171         * ch-loop.c (end_chill_loop): expand the end of the loop for a
11172           do while.
11173         * ch-parse.y: call convert rather than chill_give_type_to_expr.
11174         * ch-process.c: checkpoint.
11175         * ch-typeck.c: delete chill_give_type_to_expr, call convert instead.
11177 Wed Jan 27 15:45:20 1993  Bill Cox  (bill@rtl.cygnus.com)
11179         * ch-grant.c (grant_array_type): new function to allow handling of
11180           VARYING array types.
11182 Wed Jan 27 15:45:20 1993  Bill Cox  (bill@rtl.cygnus.com)
11184         * ch-typeck.c (chill_give_type_to_expr): fix typo.  Reorder to
11185           avoid checking types on CONSTRUCTORs.  Correct typo.
11186         * ch-expr.c (expand_assignment_to_varying_array): use proper
11187           expansion function expand_expr_stmt.
11188         * ch-expr.c (expand_chill_assignment): only convert VARYING
11189           array refs or RHS.
11191 Wed Jan 27 15:32:21 1993  Bill Cox  (bill@rtl.cygnus.com)
11193         * ch-actions.c (build_chill_length, build_chill_lower,
11194                         build_chill_upper): accept parameters, too.
11195         * ch-expr.c (chill_expand_assignment):  decipher ARRAY_REF on RHS.
11196         * ch-typeck.c (chill_give_type_to_expr, build_chill_array_ref):
11197           assign proper type to ARRAY_REF expression.
11199 Wed Jan 27 09:51:46 1993  Bill Cox  (bill@rtl.cygnus.com)
11201         * ch-actions.c (build_chill_binary_op): delete unused variable,
11202           get set's base type from TYPE_DOMAIN rather than TREE_TYPE.
11203         * ch-actions.c (build_chill_repetition_op): handle differently-built
11204           declaration trees.
11205         * ch-loop.c (begin_for_set): adapt to new powerset declaration tree.
11206         * ch-typeck.c (chill_give_type_to_expr): give type to constructor
11208 Tue Jan 26 11:32:38 1993  Bill Cox  (bill@rtl.cygnus.com)
11210         * ch-parse.y (ifaction): re-add lost call to expand_end_code().
11211         * ch-parse.y (siezelist, grantlist): use 'name' rather than
11212           'checked_name'.  It makes no sense to check sieze/grant names
11213           for WITH expansion.
11214         * ch-expr.c (chill_expand_expr): delete unnecessary (and
11215           seg-fault-causing) code.
11216         * ch-expr.c (chill_expand_assignment): make test for varying array
11217           on the LHS more specific.
11218         * ch-actions.c (invalid_left_operand, invalid_right_operand): error
11219           for use of MOD, REM operators.
11220         * ch-actions.c (build_chill_repetition_op): error for bit-field
11221           initializers (which will get handled in the lexer).
11223 Mon Jan 25 17:26:47 1993  Bill Cox  (bill@rtl.cygnus.com)
11225         * ch-typeck.c (build_chill_array_ref),
11226         * ch-expr.c (chill_expand_expr, chill_expand_assignment):
11227           translate varying array ref into ARRAY_REF, defer processing
11228           until chill_expand_expr.  Update array's length field in
11229           new function expand_assignment_to_varying_array.
11231 Mon Jan 25 14:57:24 1993  Bill Cox  (bill@rtl.cygnus.com)
11233         * ch-parse.y (mode2): eliminate old method to mark varying arrays.
11234         * ch-expr.c (expand_varying_length_assignment): repair scaling of 
11235           RHS expression.
11237 Mon Jan 25 11:44:21 1993  Per Bothner  (bothner@cygnus.com)
11239         * ch-parse.y:  Allow character and bitstring literals
11240         in string repetition operator.
11242 Sat Jan 23 14:18:11 1993  Per Bothner  (bothner@cygnus.com)
11244         * ch-parse.y (primval):  Re-recognize '(' expr ')'.
11245         * ch-parse.y (name):  Remove call to check_identifier -
11246         this is not appropriate in certain contexts.
11247         * ch-parse.y (checked_name):  Same as <name>, but *with* the
11248         call to check_identifier.  Use where appropriate.
11249         * ch-parse.y (operand5):  Only allow string repetition of
11250         string literals, because otherwise you get a conflict.
11252 Thu Jan 21 16:32:39 1993  Bill Cox  (bill@rtl.cygnus.com)
11254         * ch-actions.c, ch-parse.y, ch-process.c, ch-tree.h: sync modules,
11255           continue start_process development.
11257 Thu Jan 21 13:51:06 1993  Bill Cox  (bill@rtl.cygnus.com)
11259         * ch-decl.c (do_decl): fix handling of multi-char initializer.
11261 Thu Jan 21 13:14:00 1993  Bill Cox  (bill@rtl.cygnus.com)
11263         * .cvsignore: add CHILL files to be ignored
11265 Thu Jan 21 07:38:57 1993  Bill Cox  (bill@cygnus.com)
11267         * ch-parse.y: rough draft of start_process handling.
11269 Wed Jan 20 17:11:05 1993  Bill Cox  (bill@rtl.cygnus.com)
11271         * ch-inout.c: fix mismatch with readtext proto in ch-tree.h.
11273 Wed Jan 20 16:48:13 1993  Bill Cox  (bill@rtl.cygnus.com)
11275         * ch-tree.h, ch-process.c, ch-inout.c, Makefile.in: 
11276           create new modules for I/O and process-related stuff.
11277         * ch-actions.c: move routines to new modules.  
11278           call xmalloc, not malloc.
11279         * ch-lang.c (build_chill_struct_type): add parameter checking.
11280         * ch-lex.l (init_lex): remove redundant cast.
11282 Tue Jan 19 16:33:56 1993  Bill Cox  (bill@rtl.cygnus.com)
11284         * ch-parse.y (operand5): delete unnecessary argument to
11285           build_chill_unary_op.  Add rule for string repetition.
11286         * ch-parse.y (primval): delete string repetition attempt.
11287         * ch-parse.y (start_process): rough draft of action.
11288         * ch-actions.c (build_repetition_op): add it
11289         * ch-actions.c (build_chill_binary_op): handle constant arguments
11290           of CONCAT_EXPR, combine into a single string if possible.
11291         * ch-actions.c (invalid_left_operand, invalid_right_operand):
11292           allow single character arguments to CONCAT_EXPR.
11293         * ch-tree.h: add prototype for build_repetition_op
11295 Tue Jan 19 15:03:29 1993  Fred Fish  (fnf@cygnus.com)
11297         * dwarfout.c (output_type):  Add hack that matches the one in the
11298         chill front end to distinquish between true string types and 
11299         arrays of char, since it uses ARRAY_TYPE for both, rather than
11300         trying to use the existing support for STRING_TYPE.
11302 Tue Jan 19 13:54:27 1993  Bill Cox  (bill@rtl.cygnus.com)
11304         * ch-tree.h: added prototypes for all non-static CHILL functions.
11305         * ch-actions.c (lang_init): declare builtin type for start_process
11306         * ch-actions.c (build_chill_binary_op): combine string literals when
11307           concatenated.  
11308         * ch-actions.c (formpars2struct): added for later start_process
11309           implementation.
11310         * ch-actions.h: remove un-needed function declarations.
11311         * ch-decl.c: extern cleanup.
11312         * ch-expr.c (chill_expand_array_assignment): add missing first
11313           parameter to cond_exception call.
11314         * ch-lex.l: make build_chill_string non-static.
11316 Mon Jan 18 19:15:08 1993  Bill Cox  (bill@rtl.cygnus.com)
11318         * ch-decl.c (do_decls): get varying array length initialized.
11320 Mon Jan 18 09:51:43 1993  Bill Cox  (bill@rtl.cygnus.com)
11322         * ch-expr.c (chill_expand_array_assignment): fix the copy length
11323         in the memcpy call (it was just 4 bytes always).   Simplify some
11324         code, also.
11326 Mon Jan 18 08:24:21 1993  Bill Cox  (bill@rtl.cygnus.com)
11328         * ch-decl.c (do_decls): change CH_VARYING_TYPE_P to function.
11330 Mon Jan 18 08:00:11 1993  Bill Cox  (bill@rtl.cygnus.com)
11332         * ch-lex.l, ch-parse.y: make BOOLS synonymous with BIT and 
11333         CHARS synonymous with CHAR, in the lexer.  Delete unnecessary
11334         'bools' non-terminal.
11335         * ch-parse.y (assignaction): add lhs version of length() function
11336         * ch-actions.c: add builtin_concat function, lots of support for 
11337         CONCAT_EXPR.
11338         * ch-actions.c, ch-tree.h: make a function out of former
11339         macro CH_VARYING_TYPE_P
11340         * ch-expr.c: add expand_varying_length_assignment ().
11341         * ch-expr.c (chill_expand_expr): add CONCAT_EXPR support.
11342         * ch-expr.c (chill_expand_array_assignment): call emit_library_call
11343         rather than build_rts_call, to eliminate a recursion problem.
11344         * ch-lang.c: eliminate 'sorry' about varying arrays.
11345         * ch-typeck.c (validate_varying_array_ref): re-enable constant
11346         index validation.
11348 Sun Jan 17 18:20:04 1993  Per Bothner  (bothner@cygnus.com)
11350         * ch-grant.c, ch-lex.l:  Major simplification of how
11351         seizes are done and how seizefiles are read.
11352         * ch-actions.h:  Remove declaration of check_seize().
11353         * ch-decl.c (do_decls):  Handle READONLY types.
11354         * ch-parse.y (mode2):  Allow REF to be followed by any mode.
11355         * ch-parse.y (mode2):  Allow literal expressions in string length.
11356         * ch-parse.y (tupleelement):  Allow elemenst to be untyped_expr.
11357         * ch-parse.y (seizestatement, etc):  Call chill_seize each
11358         time something is seized, rather than building a list first.
11360 Sat Jan 16 12:24:44 1993  Bill Cox  (bill@rtl.cygnus.com)
11362         * chill.gperf, ch-hash.h: add Wilfried's tokens
11363         * ch-lex.l: fold in Wilfried's changes.  Some tokens
11364         weren't getting recognized, and INSTANCE wasn't correctly
11365         reported to ch-parse.y as a PREDEF_MODEDCL.
11367 Thu Jan 14 15:02:39 1993  Per Bothner  (bothner@cygnus.com)
11369         * ch-tree.h (CH_CHARS_TYPE_P):  New macro.  Add comment
11370         explaining difference between char strings and char arrays.
11371         * ch-tree.h (CH_STRING_TYPE_P):  Add FIXME re bitstrings.
11372         * ch-tree.c (build_string_type):  Add comment.
11374 Wed Jan 13 15:19:15 1993  Per Bothner  (bothner@cygnus.com)
11376         * calls.c, expr.c, function.c, stmt.c, varasm.c:  Set
11377         MEM_IN_STRUCT_P for SET_TYPE where it is set for other aggregates
11378         * expmed.c (store_bit_field, extract_field_field):  Undo
11379         yesterday's removal of MEM_IN_STRUCT_P "sanity test".
11381         * ch-decl.c (do_decls):  Put back support for initializing.
11382         (Was accidentally removed in Jan 8 change.)
11384 Wed Jan 13 14:13:11 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
11386         * ch-lex.l (convert_bitstring): Correct typo in cast.
11388 Tue Jan 12 20:29:08 1993  Per Bothner  (bothner@cygnus.com)
11390         * ch-lex.l (convert_bitstring):  Change to pack bits
11391         within words, not bytes, and to use machine bit-order
11392         (not always little-endian).
11393         * ch-parse.y:  Allow BOOLS(n) as well as BITS(n).
11394         Use build_bitstring_type, not build_string_type.
11395         * expmed.c (store_bit_field, extract_field_field):  Remove
11396         "sanity test" that prevents use with SET_TYPE.
11397         * tree.c (build_bitstring_type, build_powerset_type,
11398         build_string_type):  Move (so far) Chill-specific functions to ...
11399         * ch-tree.c:  ... new file.
11400         * ch-tree.c (build_powerset_type, build_bitstring_type):  Re-write.
11401         * ch-typeck.c (build_chill_array_ref):  Handle bit strings better.
11402         * ch-typeck.c (chill_expand_tuple):  Kludge to handle SET_TYPE.
11403         * Makefile.in (CHILL_OBJS):  Add ch-tree.o.
11404         * ch-decl.c (do_decls):  Call expand_decl.
11405         * stor-layout.c (layout_type):  Handle SET_TYPE.
11406         * expr.c (expand_expr):  Add FIXMEs about IN_EXPR.
11407         * ch-actions.c (lang_init):  Add type and decl for new
11408         function __builtin_setbitinstring.
11409         * ch-expr.c (chill_expand_assignmment):  Special-case handling
11410         for BIT_FIELD_REF with non-constant bit position (which is
11411         not yet handled by expand_expr).
11412         * ch-convert.c (convert):  Handle SET_TYPE.
11414 Tue Jan 12 12:49:13 1993  Fred Fish  (fnf@cygnus.com)
11416         * chill:  If -B arg is given, use to find gcc.
11418 Fri Jan  8 20:21:43 1993  Bill Cox  (bill@rtl.cygnus.com)
11420         * ch-decl.c: revert to avoid seg fault
11422 Fri Jan  8 14:20:42 1993  Bill Cox  (bill@rtl.cygnus.com)
11424         * ch-decl.c: fix storage into correct offset in varying array.
11425         * ch-actions.c: define sizetype for everyone, use it to build
11426         varying structure.
11427         * ch-parse.y: tiny cleanup.
11429 Wed Jan  6 13:25:33 1993  Bill Cox  (bill@cygnus.com)
11431         * modules: use gdb rather than naked-gdb, to get opcodes
11432         in chill definition.
11434 Wed Jan  6 09:48:35 1993  Bill Cox  (bill@cygnus.com)
11436         * ch-typeck.c: add code to handle references to elements of VARYING
11437         arrays.  Simplify chill_give_type_to_expr.  Add rough draft of run-
11438         time index checking for VARYING arrays (under #if 0).
11439         * ch-actions.c: new function cond_type_range_exception & calls.
11440         New function cond_range_exception, for more general range-checking.
11441         New function build_varying_struct, to do just that.  Use the macros
11442         for the special varying field names.
11443         * ch-tree.h: define macros for varying field names.
11444         * ch-expr.c: use macros for varying struct names.  Simplify 
11445         chill_expand_array_assignment.
11446         * ch-parse.y: assure that build_varying_struct is called everywhere
11447         that it applies.  Add a line-number note before the body of a DO 
11448         loop.
11449         * ch-loop.c: #ifdef out creation of new scope for DO loop body.
11451 Tue Jan  5 17:26:14 1993  Bill Cox  (bill@cygnus.com)
11453         * c-decl.c: correct order of declaration of start_decl params,
11454         for readability.
11456 Tue Jan  5 15:59:36 1993  Per Bothner  (bothner@cygnus.com)
11458         * ch-grant.c (still_start_module_code), ch-parse.y (procedure):
11459         Move shared code into ...
11460         * ch-decl.c (start_chill_function): ... here.
11461         * ch-decl.c (start_chill_function):  Add missing call to
11462         expand_start_bindings.
11463         * ch-decl.c (finish_chill_function): Add missing call to
11464         expand_end_bindings.
11466 Tue Jan  5 01:00:47 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11468         * Makefile.in: took out the rest of the runtime support
11470 Mon Jan  4 18:02:06 1993  Bill Cox  (bill@cygnus.com)
11472         * ch-expr.c: make chill_expand_array_assignment not static.
11474 Mon Jan  4 17:57:48 1993  Per Bothner  (bothner@cygnus.com)
11476         * ch-grant.c, ch-parse.y:  Remove all code for explicitly
11477         calling initializer functions.  This is not needed, since we
11478         use the same mechanism used for C++ static constructors.
11479         * ch-grant.c (chill_start_module_code):  Make sure the
11480         init_name starts with the magic string also used for C++
11481         initializers.  Also, don't embed the file name in the name,
11482         just use the module name.
11483         * ch-grant.c (chill_finish_module_code):  Now that the
11484         initializer name follows the standard 'collect' convention,
11485         don't need to call assembler_constructor_alias, but can
11486         use the standard assemble_constructor instead.
11487         * varasm.c (assemble_constructor_alias):  Remove no-longer-
11488         needed function.
11489         * ch-parse.y:  Move code that is common to the beginning of
11490         all functions to a new macro INIT_ACTION.
11491         Make sure INIT_ACTION is also done for callaction, fixing a bug.
11492         * ch-parse.y (INIT_ACTION):  Do chill_start_module_code()
11493         before emit_line_note(), not after.
11495 Mon Jan  4 11:43:12 1993  Bill Cox  (bill@cygnus.com)
11497         * ch-parse.y: restore requirement for :upper-bound in array decl.
11498         * ch-actions.c: enhance upper, lower, length functions for VARYING.
11500 Mon Jan  4 09:28:44 1993  Bill Cox  (bill@cygnus.com)
11502         * ch-actions.c: fix NOT of boolean expr.
11504 Mon Jan  4 08:42:57 1993  Bill Cox  (bill@cygnus.com)
11506         * ch-actions.c: provide range-checking function
11507         * ch-lex.l: better compiler-directive error messages,
11508         allow underscores in exponents
11509         * ch-loop.c: prevent passing NULL ptr to printf
11511 Sun Jan  3 11:57:13 1993  Bill Cox  (bill@cygnus.com)
11513         * ch-typeck.c: correct & enable array index range-checking
11515 Sun Jan  3 11:36:39 1993  Bill Cox  (bill@cygnus.com)
11517         * ch-parse.y: define IGNORED_DIRECTIVE
11518         * ch-typeck.c: subtract array's lower domain value, even if
11519         index expression is constant.
11521 Sat Jan  2 23:05:14 1993  Fred Fish  (fnf@cygnus.com)
11523         * ch-lex.l (convert_float):  Fix misspelling in error message.
11525 Sat Jan  2 16:02:16 1993  Per Bothner  (bothner@rtl.cygnus.com)
11527         * Makefile.in:  Took out chill-runtime support.
11528         Chill run times are now in ../chillrt, not ./chillrt.p
11530 Sat Jan  2 15:04:13 1993  Bill Cox  (bill@cygnus.com)
11532         * ch-hash.h, chill.gperf: cleanup.  fewer keywords seen by ch-parse.y.
11534 Sat Jan  2 13:27:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
11536         * ch-lex.l (check_newline):  Use the orginal versions (derived
11537         from the C code, not the simplified, special-case version).
11538         Also, fix that version of check_newline to not call yylex()
11539         recursively.
11540         * ch-lex.l (yy_input):  Call check_newline to handle
11541         newlines and check for # directives.
11542         * ch-lex.l (syntax):  Don't recognize #-directives; these
11543         are now handled by check_newline.
11544         * ch-actions.c (lang_init):  Call the modified version of
11545         check_newline().  Do this at the *after* we've initialized
11546         standard types, so this can be done while lineno is still 0.
11548 Sat Jan  2 10:57:20 1993  Bill Cox  (bill@cygnus.com)
11550         * ch-hash.h, chill.gperf: add remaining reserved words.
11552 Sat Jan  2 09:59:55 1993  Bill Cox  (bill@cygnus.com)
11554         * ch-tree.h, ch-parse.y, ch-lex.l: add remaining reserved words,
11555         names for exceptions
11557 Fri Jan  1 12:30:31 1993  Fred Fish  (fnf@cygnus.com)
11559         * ch-tree.h (JOINER):  Define joiner character the same way
11560         C++ defines it.
11561         * ch-grant.c (chill_start_module_code):  Use JOINER character
11562         to implement name mangling for the initializer function name.
11563         Algorithm is designed to be simple, distinct from C++ mangled
11564         symbols, and easy to convert to demangled form.
11566 Thu Dec 31 10:30:51 1992  Bill Cox  (bill@rtl.cygnus.com)
11568         * ch-expr.c: make array assignments work with indirect refs.
11569         * ch-actions.c: prepare for array parameter handling.
11570         * ch-loop.c, ch-parse.y, ch-tree.def, ch-typeck.c: clean up.
11572 Thu Dec 31 15:29:20 1992  Per Bothner  (bothner@rtl.cygnus.com)
11574         * ch-lex.l (yy_input):  Re-write to return more than one
11575         character at a time (execpt when reading seize-files).
11576         Don't increment lineno until we start reading the next line.
11577         This fixes some off-by-one errors in lineno.
11579 Wed Dec 30 16:15:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
11581         * ch-convert.c:  Assume use of new common.c.
11582         * ch-convert.c (convert_to_reference, convert_from_reference):
11583         New routines, to handle loc-identity declared variables and
11584         LOC parameters (both of which are implemented as references).
11585         * ch-lang.c (convert_to_boolean, convert_to_char):  Move to
11586         ch-convert.c, where they would seem to belong.
11587         * ch-convert.c (convert):  New function, since we no longer
11588         link in c-convert.c.
11589         * ch-expr.c (chill_expand_assignment):  Handle by calling
11590         convert() instead of chill_comptypes().
11591         Also handle the LHS being a reference.
11592         * ch-parse.y:  Add a procedure call as an action.
11593         * ch-parse.y (locdec, optlocinit):  Move handling of
11594         loc-identity declarations from optlocinit to locdec
11595         - and add working semantics for it.
11596         * ch-parse.y (seizestatement, visibilty_stmt):  Simplify.
11597         * ch-parse.y (grantstatement etc):  Don't bother making list.
11598         * ch-lex.l:  #include <sys/types.h> before <sys/stat.h>.
11600 Wed Dec 30 16:06:55 1992  Bill Cox  (bill@rtl.cygnus.com)
11602         * ch-parse.y, ch-expr.c: add support for declaring & assigning
11603         VARYING arrays.
11604         * ch-typeck.c: allow VARYING structures in assign_type_to_expr.
11606 Tue Dec 29 15:28:48 1992  Bill Cox  (bill@cygnus.com)
11608         * ch-actions.c: implement expressions of arrays of char,
11609         ( concatenation, relationals ), correct type of code parameters
11610         * ch-expr.c: correct type of code parameters
11612 Tue Dec 29 11:16:19 1992  Bill Cox  (bill@cygnus.com)
11614         * ch-decl.c: cleanup.
11615         * ch-parse.y: put emit_line_note() calls in lotsa places,
11616         per Fred's request; be sure that statements get counted also.
11617         * ch-lex.l: standardize function headers.
11619 Tue Dec 29 10:41:56 1992  Fred Fish  (fnf@cygnus.com)
11621         * ch-decl.c (start_chill_function):  Always return 1, rather
11622         than a random value.
11623         * ch-lex.l (check_newline):  Add a version for chill that
11624         just snarfs the right value for main_input_filename out of
11625         the first line of the input file, without disturbing the
11626         lexer state or requiring it's assistance.
11627         * ch-actions.c (lang_init):  Call check_newline, like the
11628         other language frontends, to get main_input_filename set
11629         from first line of input file.
11631 Mon Dec 28 18:49:01 1992  Bill Cox  (bill@cygnus.com)
11633         * ch-parse.y: clean up conflicts.  The remaining one is
11634         harmless.
11636 Mon Dec 28 17:28:40 1992  Bill Cox  (bill@cygnus.com)
11638         * ch-parse.y, ch-lex.l, ch-actions.c: add stubs for I/O,
11639         clean up some parser conflicts.
11641 Mon Dec 28 15:00:20 1992  Bill Cox  (bill@cygnus.com)
11643         * ch-parse.y, ch-lex.l:  add keywords and parsing for most of
11644         CHILL I/O
11646 Sat Dec 26 20:48:23 1992  Fred Fish  (fnf@cygnus.com)
11648         * chillrt/chillrt0.c:  Oops, SVR4 doesn't need leading '_'
11649         on build_exceptions.
11651 Sat Dec 26 11:00:36 1992  Fred Fish  (fnf@cygnus.com)
11653         * ch-grant.c (chill_finish_module_code):  Call
11654         assemble_constructor_alias rather than assemble_constructor.
11655         * varasm.c (assemble_constructor_alias):  New function,
11656         like assemble_constructor, but also handles the case where
11657         ASM_OUTPUT_CONSTRUCTOR is not defined and GNU ld is not
11658         being used.  Emits a symbol table alias name with the correct
11659         prefix for collect to find and add to the __CTOR_LIST__.
11660         * chillrt/chillrt0.c:  Build on previous hack that gets
11661         _build_exceptions into the __CTOR_LIST__, to make it work
11662         for both the non GNU-ld case and for the SVR4 case.
11664 Tue Dec 22 18:24:55 1992  Bill Cox  (bill@cygnus.com)
11666         * ch-loop.c: clean up location enumeration - one more
11667         pass to do.
11669 Tue Dec 22 16:31:48 1992  Bill Cox  (bill@cygnus.com)
11671         * ch-loop.c: Working version of location enumeration loop
11673 Tue Dec 22 14:42:14 1992  Bill Cox  (bill@cygnus.com)
11675         * ch-lex.l: readability cleanup
11677 Mon Dec 21 14:58:39 1992  Bill Cox  (bill@cygnus.com)
11679         * ch-parse.y, c-decl.c: Add Jukka's Pascal WITH code.
11680         ch-loop.c: rough draft of location enumeration
11681         ch-lex.l, ch-expr.c, ch-decl.c: minor cleanup
11682         ch-actions.c: finish making pred() and succ() work.
11684 Mon Dec 21 10:04:35 1992  Bill Cox  (bill@cygnus.com)
11686         * ch-actions.c: allow pred(char) and succ(char).
11688 Sun Dec 20 16:04:28 1992  Bill Cox  (bill@cygnus.com)
11690         * ch-expr.c, ch-actions.c, ch-parse.y, ch-loop.c,
11691         c-expr.c: make DO WITH work.
11693 Sun Dec 20 12:22:53 1992  Bill Cox  (bill@cygnus.com)
11695         * ch-loop.c, ch-actions.c, ch-typeck.c: powerset loops
11696         now work
11698 Sat Dec 19 14:20:23 1992  Per Bothner  (bothner@cygnus.com)
11700         * c-typeck.c (process_init_constructor):  Add warning if
11701         there is a duplicate default initializer element.
11702         * ch-typeck.c (chill_give_type_to_expr):  New function,
11703         to handle coercion of an expression to context-given type,
11704         Takes care of untyped tuples, and case expressions.
11705         * ch-decl.c (do_decls), ch-typeck.c (chill_expand_return,
11706         chill_expand_result), ch-parse.y <assignaction>:
11707         Use chill_give_type_to_expr().
11708         * ch-typeck.c (chill_handle_case_label):  New parameter list,
11709         to handle the (new) conventions for <case_label>, including
11710         default elements and ranges.
11711         * ch-parse.y <expanded_case_label>, ch-typeck.c
11712         (expand_case_expr):  Use new version of chill_handle_case_label.
11713         * ch-decl.c (push_syndecls):  Change parameters:  Instead of
11714         TREE_LIST representing a compete <synonym definition statement>,
11715         just pass the parts of a single <synonym definition> as 3
11716         different parameters.  Also, use chill_give_type_to_expr(),
11717         to handle untyped tuples in the RHS.
11718         * ch-parse.y <syndeclist, syndef>:  Don't bother trying to construct
11719         a tree - just call push_syndecls() on each <synonum_definition>
11720         as we see it.
11721         * ch-parse.y (exprlist_get_single):  Remove; no longer needed.
11722         * ch-parse.y:  Handle <tuple> without mode name diferently from
11723         <tuple> with mode name.  The latter is a <primval> that can be
11724         in most contexts, but if the <mode name> is missing, the <tuple>
11725         is only allowed in certain contexts.  Use the new non-terminal
11726         <untyped_expr> to indicate those contexts where untyped tuples
11727         (and case expressions) are valid because the expression gets a
11728         type from its context (such as the RHS of an assignment).
11729         Use chill_give_type_to_expr in those contexts.
11731 Sat Dec 19 14:01:26 1992  Bill Cox  (bill@cygnus.com)
11733         * ch-actions.c, ch-loop.c, Makefile.in: looping stuff.
11735 Sat Dec 19 10:16:20 1992  Bill Cox  (bill@cygnus.com)
11737         * ch-parse.y: clean up warning messages from byacc.  bison
11738         still complains thrice.
11740 Fri Dec 18 12:33:29 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11742         * ch-actions.c (maybe_chill_comptypes): Delete unused
11743         function.
11744         (chill_comptypes): Add new parameter ERRSTR.  All callers
11745         changed.
11746         (build_chill_binary_op): Fix indentation to match GNU coding
11747         style.
11749 Fri Dec 18 08:18:13 1992  Bill Cox  (bill@rtl.cygnus.com)
11751         * ch-parse.y, ch-expr.c, ch-actions.c, expr.c:  major
11752         cleanup of expression and assignment handling.
11754 Thu Dec 17 10:16:32 1992  Bill Cox  (bill@cygnus.com)
11756         * ch-parse.y: standardize indentation after c-parse.y
11758 Wed Dec 16 15:22:12 1992  Per Bothner  (bothner@cygnus.com)
11760         * c-typeck.c (process_init_constructor):  Add support for
11761         a default initializer element.
11762         * ch-parse.y: Implement default elements for tuples
11763         (as in '(else):' and '(*):' ).
11765         * ch-parse.y:  Previous change to dis-ambiguate case-labels
11766         seems to have allowed getting rid of all of the expr_or_list hair.
11767         * ch-decl.c (do_decls): Undo Tiemann's change to "Handle
11768         initialization of multiple variables by a tuple" - the
11769         idea is bogus.
11771 Wed Dec 16 11:17:53 1992  Bill Cox  (bill@cygnus.com)
11773         * ch-parse.y: complete re-write of DO statement handling.
11774         now operational, except WITH is stubbed out.  Improved
11775         syntax error message.
11776         * ch-actions.c: DO support: high_domain_value(), low_domain_value ().
11777         * ch-expr.c: fixes to IN_EXPR handling.
11779 Tue Dec 15 17:15:13 1992  Jim Wilson  (wilson@sphagnum.cygnus.com)
11781         * ch-grant.c: Add casts to alloca return to avoid compiler warning.
11782         * ch-lex.c: Likewise.
11784         * Makefile.in (ch-lex.c): Delete incorrect free declaration added
11785         by flex to avoid compiler error.
11787 Tue Dec 15 08:41:08 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11789         * ch-decl.c (do_decls): Handle initialization of multiple
11790         variables by a tuple.
11792         * ch-decl.c (do_decls,start_chill_function): Make DECL public
11793         if we're doing a GRANT ALL at top level.
11795         * ch-lang.c (build_range_type): Deal with typecast to CHAR in
11796         range expression.
11798         * c-typeck.c (digest_init): SET_TYPE is not a scalar type.
11799         BOOLEAN_TYPE and CHAR_TYPE are scalar types.
11801 Mon Dec 14 14:58:32 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11803         * ch-lex.l (get_chill_{linenumber,filename}): New functions.
11804         (convert_number): Use LONG_TYPE_NODE instead of INTEGER_TYPE_NODE.
11806 Mon Dec 14 13:36:44 1992  Bill Cox  (bill@cygnus.com)
11808         * expr.c: install and test newer Pascal IN_EXPR code,
11809         but don't activate it - it's very verbose.
11811 Mon Dec 14 00:22:49 1992  Fred Fish  (fnf@cygnus.com)
11813         * Makefile.in (LANGUAGES):  Add chill.
11814         * Makefile.in (CHILL_INSTALL_NAME, CHILL_CROSS_NAME):
11815         New macros for chill native and cross installation names.
11816         * Makefile.in (COMPILERS):  Add cc1chill.
11817         * Makefile.in (CHILL_OBJS):  New macro, chill objects.
11818         * Makefile.in (CHILL_TREE_H):  New macro, chill headers.
11819         * Makefile.in (CHILL, chill, cc1chill, chill-runtime, libchill.a,
11820         sublibchill.a, ch-parse.o, ch-parse.c ch-*.o, install-libchill,
11821         install-librmt):  New targets.
11822         * Makefile.in (install-native):  Add install-libchill, 
11823         install-librmt.
11825 Sun Dec 13 15:21:06 1992  Bill Cox  (bill@cygnus.com)
11827         * ch-actions.c, ch-expr.c: Fix the pop-count in library calls.
11829 Sun Dec 13 14:07:32 1992  Bill Cox  (bill@cygnus.com)
11831         * ch-actions.c: fix unary operations, modulus ops,
11832         (discovered after extending regression tests).
11834 Sun Dec 13 12:16:32 1992  Bill Cox  (bill@cygnus.com)
11836         * resync with Michael and Wilfried
11838 Sun Dec 13 09:11:25 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11840         * ch-parse.y (output_constant): Fixed some whitespace
11841         problems.
11842         * ch-tree.h: Add declarations for new chill functions that
11843         have been implemented but not (yet) declared.
11845 Sat Dec 12 00:17:23 1992  Per Bothner  (bothner@cygnus.com)
11847         * c-typeck.c (process_init_constructor):  Warn about duplicate
11848         labels for labelled initializer elements.
11849         * ch-lex.l (various operator tokens, such as "+"):  Don't
11850         set yylval.code to a TREE_CODE; this is better done in parser.
11851         * ch-parse.y:  Some work with case labels and tuples.
11852         Get literal range as tuple (and case) labels working.
11853         Fix some problems introduced by recent grammar overhaul.
11855 Fri Dec 11 13:28:48 1992  Bill Cox  (bill@cygnus.com)
11857         * ch-actions.c, ch-parse.y ch-tree.h ch-expr.c, ch-typeck.c:
11858         got long, real expressions working.  We can also call a func-
11859         tion and use its return value.
11861 Thu Dec 10 14:45:17 1992  Per Bothner  (bothner@cygnus.com)
11863         * ch-parse.y:  Major change to remove or at least identify
11864         parser ambiguities.  One result:  We now allow actions that
11865         start with '(', as required by teh Blue Book.  This does break
11866         some things; look for FIXME for things that need work.
11867         * ch-typeck.c (chill_expand_case_expr):  We need an extra
11868         level of looping to (in the future) support <case label
11869         specification>s with more than one <case label list>.
11871 Thu Dec 10 09:21:41 1992  Bill Cox  (bill@cygnus.com)
11873         * ch-actions.c, ch-expr.c: Implement string assignments
11874         and relationals.
11876 Thu Dec 10 07:17:35 1992  Bill Cox  (bill@cygnus.com)
11878         * ch-decl.c, ch-typeck.c: rest of previous commit.
11880 Wed Dec  9 18:26:29 1992  Bill Cox  (bill@cygnus.com)
11882         * ch-parse.y, ch-actions.c, ch-expr.c: redo type checking.
11883         regression test and fix bit arrays and set ops.
11885 Mon Dec  7 14:57:46 1992  Bill Cox  (bill@cygnus.com)
11887         * ch-actions.c: implement crude relationals between
11888         non-exotic operands, such as integers.
11890 Mon Dec  7 10:42:35 1992  Bill Cox  (bill@cygnus.com)
11892         * ch-actions.c: implement relational, logic operations
11893         on arrays of BOOLs.
11895 Mon Dec  7 08:55:20 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11897         * ch-actions.c (lang_init): Set LINENO to 1 at beginning to
11898         indicate we are done with initialization.
11900         * ch-decl.c (do_decls): Set TREE_PUBLIC if we are doing a
11901         `grant all'.
11902         (start_chill_function): Ditto.
11904         * ch-lex.c (convert_bitstring): Set TREE_CONSTANT.
11905         (compiler_directive): Don't confuse compiler directives with
11906         equality comparison operators.
11908         * ch-parse.y: Clear CURRENT_LOCNAMELIST after calling do_decls.
11910 Sun Dec  6 13:12:32 1992  Bill Cox  (bill@cygnus.com)
11912         * ch-actions.c: repair set inequality code.
11914 Sun Dec  6 11:15:59 1992  Bill Cox  (bill@cygnus.com)
11916         * ch-parse.y, ch-actions.c, ch-expr.c: Implement set-oriented
11917         relational expressions, including (<, <=, =, /=, >, >=, IN).
11919 Fri Dec  4 13:54:58 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
11921         * tree.def: Move CARD_EXPR and SET_LE_EXPR back down with the other
11922         Pascal-required ones, since C++ no longer needs them.  When
11923         Chill's public, a comment can be added to the effect that
11924         SET_LE_EXPR is also used by Chill.
11926 Fri Dec  4 12:05:01 1992  Bill Cox  (bill@cygnus.com)
11928         * Restore CARD_EXPR and SET_LE_EXPR to tree.def.
11930 Fri Dec  4 10:23:10 1992  Bill Cox  (bill@cygnus.com)
11931         * Get *.def and *.c in sync.
11933 Fri Dec  4 06:48:41 1992  Fred Fish  (fnf@cygnus.com)
11935         * ch-actions.c (lang_init):  Change types "long" and
11936         "ulong" from 16 bits to 32.
11937         * dwarfout.c (fundamental_type_code):  Use FT_signed_char
11938         for type "byte" and FT_unsigned_char for type "ubyte".
11940 Thu Dec  3 15:13:24 1992  Bill Cox  (bill@cygnus.com)
11941         * ch-actions.c, ch-tree.def, ch-parse.y:  preparation
11942         for powerset expressions.
11944 Tue Dec  2 17:02:30 1992  Bill Cox  (bill@cygnus.com)
11945         * ch-actions.c: sketch code for exceptions generated
11946         by builtin routines.
11948 Tue Dec  2 12:49:50 1992  Bill Cox  (bill@cygnus.com)
11949         * ch-actions.c, ch-parse.y: add support for lower()
11950         upper() builtin functions.
11952 Wed Dec  2 12:03:30 1992  Fred Fish  (fnf@cygnus.com)
11954         * Makefile.in (chillrt0.o, install-chillrt0):  Remove.
11955         * chill (library):  Remove chillrt0.o.
11956         * chillrt/Makefile:  Remove maintenance of chillrt0.o as a
11957         separate file.  Now gets put in libchill.a.
11959 Tue Dec  2 10:100:20 1992  Bill Cox  (bill@cygnus.com)
11961         * ch-parse.y, ch-actions.c: add support for num()
11962         builtin function.
11964 Wed Dec  2 09:52:06 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
11966         * ch-decl.c (fixup_unknown_type): New function.
11967         (push_newmode,push_synmode): Call `fixup_unknown_type' when we
11968         see a declaration that uses `unknown_type_node'.  FIXME.
11970         * ch-grant.c (decode_constant): New function.
11971         (decode_decl): Call `decode_constant' for CONST_DECLs.
11973         * ch-lex.l (char action): Use ridpointers instead of
11974         lookup_name to get "char"'s declaration.
11976         * ch-parse.y: Call `build_lang_decl' instead of `build_decl'
11977         when we need to build a TYPE_DECL.
11979 Tue Dec  2 09:44:05 1992  Bill Cox  (bill@cygnus.com)
11981         * ch-typeck.c: clean up a gcc warning with a forward
11982         declaration of build_string_type.
11984 Tue Dec  1 16:51:05 1992  Bill Cox  (bill@cygnus.com)
11986         * ch-actions.c: completely remove those builtin calls
11987         that are duplicated in c-decl.c
11989 Tue Dec  1 16:38:51 1992  Fred Fish  (fnf@cygnus.com)
11991         * ch-actions.c (lang_init):  Ifdef out initializations for
11992         __builtin_abs and __builtin_fabs, since they are duplicates of
11993         initializations in c-decl.c, and trigger spurious warnings.
11995 Tue Dec  1 16:35:18 1992  Bill Cox  (bill@cygnus.com)
11997         * ch-parse.y: make size() work with a typename argument.
11999 Tue Dec  1 16:15:56 1992  Bill Cox  (bill@cygnus.com)
12001         * ch-parse.y, ch-lex.l, ch-actions.c: add builtin
12002         functions min, max, card.
12004 Tue Dec  1 12:35:56 1992  Bill Cox  (bill@cygnus.com)
12006         * ch-lex.l: fix char-type
12008 Tue Dec  1 11:10:56 1992  Bill Cox  (bill@cygnus.com)
12010         * ch-parse.y, ch-actions: added parsing and processing 
12011         for upper, lower, and length built-ins.
12013 Tue Dec  1 09:40:49 1992  Fred Fish  (fnf@cygnus.com)
12015         * dwarf.h (LANG_CHILL):  Add as GNU extension.
12016         * dwarfout.c (output_compile_unit_die):  Test language_string and
12017         set LANG_CHILL if appropriate.
12018         * ch-parse.y (language_string):  New for chill.
12019         * chillrt:  Renamed directory chill to chillrt.
12020         * chill:  Renamed chillsh to chill.
12021         * Makefile.in:  Adjust for renamings.
12022         * chillrt/Makefile:  Adjust for directory renaming.
12024 Mon Nov 30 17:35:33 1992  Fred Fish  (fnf@cygnus.com)
12026         * chillsh:  New script frontend (ala g++), installed as "chill".
12027         Can't be called "chill.sh" because make tries to cat it into the
12028         "chill" directory.  Can't be called just "chill" cause that's
12029         already there as a directory.
12030         * Makefile.in:  Add rules to install chillsh as "chill".
12031         * chill/libchill.c:  Temporarily ifdef out stuff that wants
12032         to conflict with i486/SVR4 runtime or wants to pull in librmt.a,
12033         which itself causes linkage to fail.
12035 Mon Nov 30 16:28:19 1992  Bill Cox  (bill@cygnus.com)
12037         * ch-lex.l: added keywords for TRUNC, ROUND, FLOAT, LFLOAT
12038         conversion routines.
12039         * ch-parse.y: added %tokens for TRUNC, ROUND, FLOAT, LFLOAT.
12040         Added production for SIZE(expr).
12041         * ch-actions.c: Add semantic routine chill_sizeof ().
12043 Mon Nov 30 16:20:40 1992  Per Bothner  (bothner@cygnus.com)
12045         * ch-lex.l, ch-parse.y:  Translate token PFEIL into English ARROW.
12046         * ch-parse.y (op6):  Remove handling of string repetition operator,
12047         until we can figure out a way to parse it correctly.
12048         * ch-parse.y (optmodename):  New non-terminal.
12049         * ch-parse.y (tuple):  Merge the two variants using optmodename.
12050         * ch-parse.y (location):  Add semantic actions for
12051         dereferencing operator ->.
12053 Mon Nov 30 08:01:29 1992  Bill Cox  (bill@cygnus.com)
12055         * ch-actions.c: removed compile warning, better code for abs.
12057         * ch-parse.y: add productions for builtin functions succ, pred,
12058         abs, and size.  Add %tokens also.  Sort %tokens alphabetically.
12060         * ch-lex.l: add parsing for builtin function names, such as abs,
12061         pred, succ, etc.  Put flex -a option into Makefile.in, so we can
12062         clean up the lexer soon.
12064 Tue Nov 24 14:18:48 1992  Per Bothner  (bothner@rtl.cygnus.com)
12066         * ch-typeck.c (chill_handle_case_label, chill_handle_case_default):
12067         New functions, for code common to CASE actions and expressions.
12068         * chill.y:  Replace some code by calls to chill_handle_case_label
12069         and chill_handle_case_default.
12070         * ch-typeck.c (chill_expand_case_expr):  Add semantics.
12072         * tree.c:  Change doing_chill_thang from extern to common.
12074 Mon Nov 23 18:34:22 1992  Per Bothner  (bothner@rtl.cygnus.com)
12076         * ch-tree.def:  New CASE_EXPR type, for case expressions.
12077         * ch-expr.c (chill_expand_expr):  Hook for CASE_EXPR.
12078         * ch-typeck.c (chill_expand_case_expr):  New function.
12079         Placeholder to implement case expressions.
12080         * ch-typeck.c (chill_expand_result, chill_expand_return):
12081         Handle mode-unspecified tuples and case expressions in
12082         the context of RETURN and RESULT actions.
12083         * chill.y (assignaction):  Handle case expressions in the
12084         context of the RHS of an assignment action.
12085         * chill.y (caseaction): Remove spurious duplicate OF in grammar.
12086         * chill.y:  Handle labeled structure tuples.
12087         * chill.y:  New rules to parse CASE expressions.
12088         * tree.c (build_function_types):  Allow Chill functions
12089         to return arrays and functions.
12091 Wed Nov 18 13:50:28 1992  Per Bothner  (bothner@rtl.cygnus.com)
12093         * ch-typeck.c (chill_expand_tuple):  New function. Expand a
12094         tuple (constructor) given an expected (context) type.
12095         * chill.y:  Implement 'LHS := TUPLE' using expand_chill_tuple,
12096         using the mode of the LHS and the expected type of the TUPLE.
12097         * chill.y:  Implement initialization.
12098         * chill.y:  Fix some syntax bugs (forbidlist must be surrounded
12099         by parentheses), and remove or note ambiguities.
12100         * chill.y:  Started converting layout style to be like c-parse.in.
12101         * chill.y:  Implement IF expressions.
12102         * chill.y:  Added syntax rules for tuples.  Labelled and unlabelled
12103         array tuples should now work (in some contexts).
12104         * ch-actions.c:  Initialize doing_chill_thang to 1.
12105         * ch-decl.c (do_decls):  Set DECL_INITIAL if there is an
12106         initializer, to make pushdecl and finish_decl work.
12107         * c-decl.c (convert_for_assignment):  If Chill, don't convert
12108         function and arrays into pointers.  (Maybe functions should
12109         still be converted?)
12110         * c-typeck.c (grokdeclarator):  Allow functions in Chill
12111         to return arrays and functions.
12113 Mon Nov 16 15:40:47 1992  Per Bothner  (bothner@rtl.cygnus.com)
12115         * chill.y (exprlist_get_single):  New function, used when
12116         parsing tuples.
12117         * chill.y:  Re-did parsing of tuples to remove ambiguities.
12118         This was a bitch.
12120 Tue Nov 10 16:30:55 1992  Per Bothner  (bothner@rtl.cygnus.com)
12122         * ch-typeck.c (chill_expand_result);  Set TREE_SIDE_EFEFCTS
12123         flags on assignment to result.
12124         * ch-typeck.c (build_chill_array_ref):  Subtract lower
12125         bound of domain if non-zero.  Preliminary hook for range checking.
12126         * ch-tree.h, chill.l:  Combine variables range_check and
12127         range_check_disabled into global variable range_checking.
12128         * ch-tree.h:  Better definitions of CH_CLASS_IS_VALUE
12129         CH_CLASS_IS_DERIVED.