OSDN Git Service

Mon Nov 1 01:32:48 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog
1 Mon Nov  1 01:32:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2
3         * parse.y (resolve_qualified_expression_name): Prevent `this'
4         from being before the superclass constructor has been called.
5
6 Sat Oct 30 21:35:13 1999  Todd T. Fries <todd@lighthouse.fries.net>
7
8         * check-init.c: Fix typo in comment.
9
10 Fri Oct 29 14:35:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11
12         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
13         and final method.
14
15 Fri Oct 29 14:23:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16
17         * parse.y (expression_statement:): Call function to report
18         improper invocation of a constructor.
19         (parse_ctor_invocation_error): New function.
20
21 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
22
23         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
24         remember_end_note.
25
26 1999-10-21  Tom Tromey  <tromey@cygnus.com>
27
28         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
29         in generated `main'.
30
31 Thu Oct 21 01:27:31 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
32
33         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
34         (qualify_ambiguous_name): Likewise.
35
36 Wed Oct 20 01:41:47 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
37
38         * parse.y (java_complete_tree): fold_constant_for_init to work on
39         permanent_obstack.
40         (java_complete_lhs): Likewise.
41         (array_constructor_check_entry): Complete an initializer element
42         on permanent_obstack.
43
44 1999-10-19  Tom Tromey  <tromey@cygnus.com>
45
46         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
47         From Mike Moreton <mike@pillim.demon.co.uk>.
48
49 1999-10-15  Greg McGary  <gkm@gnu.org>
50
51         * java-tree.h (flag_bounds_check): Remove extern decl.
52         * lang.c (flag_bounds_check): Remove global variable.
53         (lang_f_options): Remove "bounds-check" entry.
54         (lang_init_options): Default flag_bounds_check to "on".
55
56 1999-10-14  Tom Tromey  <tromey@cygnus.com>
57
58         * jvgenmain.c (usage): New function.
59         (main): Use it.  Also, handle `-D' options.
60         * jvspec.c (lang_specific_driver): Recognize -D.
61         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
62
63         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
64
65 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
66
67         * jcf-dump.c (print_constant, disassemble_method): Don't call a
68         variadic function with a non-literal format string.
69
70         * parse-scan.y (report_main_declaration): Likewise.
71
72         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
73
74         * parse.y (read_import_dir, patch_assignment, patch_binop,
75         patch_array_ref): Likewise.
76
77         * typeck.c (build_java_array_type): Likewise.
78
79         * verify.c (verify_jvm_instructions): Likewise.
80
81 Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
82
83         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
84
85 1999-10-07  Anthony Green  <green@cygnus.com>
86
87         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
88         where CHECK_PUT may fail for valid reasons.
89
90         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
91         UNSAFE_PUTN): New macros.
92
93 1999-10-04  Tom Tromey  <tromey@cygnus.com>
94
95         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
96         well.  Fixes Java PR gcj/59.
97         * parse-scan.y (yyerror): Report errors.
98
99 Fri Sep 24 12:23:05 1999  Glenn Chambers  <GChambers@provsol.com>
100
101         * decl.c (insert_block): Remove unconditional `abort'.
102
103 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
104
105         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
106         FUNCTION_CODE now of type int.  All callers changed.
107         Set the builtin's DECL_BUILT_IN_CLASS.
108
109 1999-09-23  Tom Tromey  <tromey@cygnus.com>
110
111         * jvspec.c (lang_specific_driver): Don't read spec file if
112         -fsyntax-only given.
113
114 1999-09-22  Tom Tromey  <tromey@cygnus.com>
115
116         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
117
118         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
119         (WORDS_TO_LONG): Likewise.
120         (WORDS_TO_DOUBLE): Likewise.
121
122 Tue Sep 14 16:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
123
124         * jcf-write.c (RELOCATION_VALUE_0): New macro.
125         (RELOCATION_VALUE_1): Likewise.
126         (emit_iinc, emit_reloc, push_constant1, push_constant2,
127         push_in_const, push_long_const): Prototyped.
128         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
129         (push_constant2): Likewise.
130         (push_int_const): Cast find_constant1's integer arguments to `jword'.
131         (find_constant_wide): Cast find_constant2's integer arguments to
132         `jword'.
133         (find_constant_index): Cast find_constant2's and find_constant2's
134         integer arguments to `jword'.
135         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
136         (emit_switch_reloc): Use RELOCATION_VALUE_0.
137         (emit_if): Use RELOCATION_VALUE_1.
138         (emit_goto): Likewise.
139         (emit_jsr): Likewise.
140         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
141         argument to push_long_const to HOST_WIDE_INT.
142
143 1999-09-15  Andreas Schwab  <schwab@suse.de>
144
145         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
146
147 1999-09-20  Nick Clifton  <nickc@cygnus.com>
148
149         * lang.c (lang_decode_option): Extend comment.
150
151 Thu Sep 16 15:42:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
152
153         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
154         instead of fndecl.
155
156 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
157
158         * gjavah.c (get_field_name, print_method_info, print_include,
159         add_namelet): Use xmalloc, not malloc.
160
161         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
162         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
163         NULL pointer.
164
165         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
166
167         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
168         
169         * jcf-path.c (add_entry): Likewise.
170
171         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
172
173         * jv-scan.c (xmalloc): Remove definition.
174
175         * jvgenmain.c (xmalloc): Likewise.
176
177         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
178
179         * lex.c (java_store_unicode): Use xrealloc, not realloc.
180
181         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
182         concat, not xmalloc/sprintf.
183         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
184         (xstrdup): Remove definition.
185
186         * parse.y (duplicate_declaration_error_p,
187         constructor_circularity_msg, verify_constructor_circularity,
188         check_abstract_method_definitions, java_check_regular_methods,
189         java_check_abstract_methods, patch_method_invocation,
190         check_for_static_method_reference, patch_assignment, patch_binop,
191         patch_cast, array_constructor_check_entry, patch_return,
192         patch_conditional_expr): Use xstrdup, not strdup.
193
194         * zextract.c (ALLOC): Use xmalloc, not malloc.
195
196 Sun Sep 12 23:30:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
197
198         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
199
200         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
201         (do_spec, lang_specific_pre_link, lang_specific_driver,
202         input_filename, input_filename_length): Don't declare.
203         (main_class_name, jvgenmain_spec, lang_specific_driver):
204         Constify a char*.
205         (lang_specific_driver): All calls to the function pointer
206         parameter now explicitly call `fatal'. 
207
208 Sat Sep 11 16:46:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
209
210         * parse.y (find_applicable_accessible_methods_list): Search
211         abstract classes as interfaces.
212
213 Thu Sep  9 17:33:28 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
214
215         * class.c (finish_class): We're now outside a valid method
216         declaration. Tell the rest of gcc so.
217
218 1999-09-07  Tom Tromey  <tromey@cygnus.com>
219
220         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
221         java-array.h.
222         (decode_signature_piece): Don't emit "::" in JArray<>.
223         (print_namelet): Only print trailing `;' when printing a class.
224
225 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
226
227         * java-tree.h: Delete declarations for all tree nodes now moved to
228         global_trees.
229         * decl.c: Delete their definitions.
230
231 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
232
233         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
234         * Makefile.in (OBJS): Add ggc-callbacks.o.
235         (OBJDEPS): Likewise.
236
237 1999-09-03  Tom Tromey  <tromey@cygnus.com>
238
239         * parse.y (strip_out_static_field_access_decl): Return operand if
240         it satisfies JDECL_P.
241
242 1999-09-02  Tom Tromey  <tromey@cygnus.com>
243
244         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
245         Handle nested arrays, like `[[I'.
246
247 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
248
249         * class.c (finish_class): Remove unused parameter, all callers
250         changed.
251
252         * expr.c (build_java_athrow): Change return type to void.
253         (java_lang_expand_expr): Make sure each case in switch returns a
254         value.
255
256         * java-tree.h (finish_class): Fix prototype to take void args.
257
258         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
259         (main): Issue return from main, not exit.
260
261         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
262
263         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
264
265         * jv-scan.c (main): Issue return from main, not exit.
266
267         * parse.y (check_abstract_method_definitions,
268         java_check_abstract_method_definitions): Add static prototypes.
269         (java_complete_expand_methods): Fix call to `finish_class'.
270
271         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
272         and `prevpc'.
273
274 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
275
276         * lang.c (language_string): Constify.
277
278 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
279
280         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
281         Remove hacks for stuff which comes from libiberty.
282
283         * Make-lang.in: Likewise.
284
285 Mon Aug 30 16:41:41 1999  Hans-Peter Nilsson  <hp@axis.se>
286
287         * Makefile.in (xref.o): Depend on xref.c explicitly.
288
289 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
290
291         * java-tree.h (lang_printable_name): Constify a char*.
292
293         * lang.c (lang_printable_name): Likewise.
294
295 Fri Aug 27 23:31:57 1999  Jeffrey A Law  (law@cygnus.com)
296
297         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
298         comments in C code.
299
300 1999-08-26  Tom Tromey  <tromey@cygnus.com>
301
302         * gjavah.c (print_cxx_classname): Print "::" before qualified
303         name.
304
305 Thu Aug 26 09:10:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
306
307         * parse.y (lookup_cl): Changed leading comment. Now does its best
308         to set the column number.
309         (qualify_ambiguous_name): Take WFL wrappers into account.
310
311 Wed Aug 25 15:37:15 1999  Gregg Townsend  <gmt@cs.arizona.edu>
312
313         * verify.c (verify_jvm_instructions): Don't check instruction
314         validity beyond end of method.
315
316 1999-08-25  Tom Tromey  <tromey@cygnus.com>
317
318         * jvspec.c (lang_specific_driver): Correctly handle --help again.
319
320 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
321
322         * gjavah.c (print_name, print_base_classname, utf8_cmp,
323         cxx_keyword_subst, generate_access, name_is_method_p,
324         get_field_name, print_field_name, super_class_name, print_include,
325         decode_signature_piece, print_class_decls, usage, help,
326         java_no_argument, version, add_namelet, print_namelet): Add static
327         prototype.
328         (print_base_classname, utf8_cmp, cxx_keyword_subst,
329         name_is_method_p): Constify a char*.
330         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
331         Provide a final else clause in an if-else-if.
332         (print_field_info): Add missing final arg in function call to
333         `print_field_name'.
334         (print_method_info, decompile_method, decode_signature_piece,
335         print_c_decl, print_full_cxx_name, print_stub,
336         print_mangled_classname, super_class_name, print_include,
337         add_namelet, add_class_decl, print_class_decls, process_file,
338         help): Constify a char*.
339
340         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
341         push_int_const, find_constant_wide, find_constant_index,
342         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
343         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
344         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
345         emit_if, emit_goto, emit_jsr, call_cleanups,
346         make_class_file_name): Add static prototypes.
347         (generate_bytecode_return, generate_bytecode_insns): Pass a
348         NULL_PTR, not a NULL_TREE.
349
350         * jv-scan.c: Include "jcf.h".
351         (main): Declare using DEFUN macro.
352
353         * jvspec.c (find_spec_file, lang_specific_pre_link,
354         lang_specific_driver): Add prototypes.
355         (find_spec_file): Constify a char*.
356
357         * keyword.gperf (hash, java_keyword): Add prototypes.
358
359         * lang.c (lang_print_error): Add static prototype.
360         (lang_init): Prefer memcpy over bcopy to avoid casts.
361
362         * lex.c (yylex): Add static prototype.
363
364         * parse-scan.y: Include "lex.c" earlier.
365
366         * parse.h: Remove redundant declaration for `yylex'.
367
368         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
369         labeled_block_contains_loop_p): Add static prototypes.
370         (not_accessible_p): Make static to match prototype.
371
372         * verify.c (start_pc_cmp): Don't needlessly cast away const.
373
374 Sun Aug 22 11:07:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
375
376         * parse.y (check_method_redefinition): Changed leading comment.
377         (check_abstract_method_definitions): New function.
378         (java_check_abstract_method_definitions): New function.
379         (java_check_regular_methods): Call it.
380         (verify_constructor_super): Fixed indentation.
381         (lookup_method_invoke): Likewise.
382
383 Thu Aug 19 10:26:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
384
385         * parse.y (method_header): Return a null pointer if the current
386         class node is null.
387         (finish_method_declaration): Return if the current function decl
388         is null.
389         (source_start_java_method): Likewise.
390         (java_method_add_stmt): Likewise.
391
392 Wed Aug 18 13:17:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
393
394         * class.c (emit_register_class): Removed unnecessary call to
395         start_sequence.
396         * parse.y (labeled_block_contains_loop_p): Removed unused local
397         variable.
398
399 Tue Aug 17 22:51:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
400
401         * parse.y (java_refold): Added prototype.
402
403 Tue Aug 17 21:48:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
404
405         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
406         (java_stabilize_reference): Removed unnecessary `else'.
407         (java_complete_lhs): Set flag to remember boolean. Call
408         java_refold. Added comments.
409         (java_decl_equiv): New function.
410         (binop_compound_p): Likewise.
411         (java_refold): Likewise.
412         (patch_unaryop): Striped static field access assigned to decl and
413         op. Changed promotion scheme for ++/-- operators.
414         (search_loop): New function.
415         (labeled_block_contains_loop_p): Likewise.
416         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
417         comment.
418         (patch_bc_statement): Call search_loop. Fixed comment.
419
420 1999-08-14  Anthony Green  <green@cygnus.com>
421
422         * expr.c (java_lang_expand_expr): Mark static array data as
423         referenced.
424
425 Tue Aug 10 00:28:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
426
427         * jvgenmain.c (main): NUL-terminate name_obstack.
428
429 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
430
431         * check-init.c (check_bool2_init, done_alternative): Add static
432         prototypes.
433
434         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
435         (add_method, build_utf8_ref, build_class_ref,
436         append_gpp_mangled_type, layout_class_method): Constify a char*.
437
438         * decl.c (push_promoted_type, make_binding_level): Add static
439         prototypes.
440         (push_promoted_type, pushdecl): Constify a char*.
441
442         * except.c (find_handler_in_range, link_handler,
443         check_start_handlers): Add static prototypes.
444
445         * expr.c (process_jvm_instruction): Constify a char*.
446
447         * gjavah.c (main): Constify a char*.
448
449         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
450         Constify a char*.
451
452         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
453         static prototypes.
454         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
455         munge, print_ents): Constify a char*.
456
457         * jcf-dump.c (disassemble_method): Constify a char*.
458         (print_constant_pool, print_exception_table): Add static prototypes.
459         (print_constant, print_exception_table, main, disassemble_method):
460         Constify a char*.
461
462         * jcf-io.c (find_classfile, find_class): Likewise.
463
464         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
465         (set_source_filename, predefined_filename_p): Add static prototypes.
466         (set_source_filename, get_constant, get_class_constant,
467         find_in_current_zip): Constify a char*.
468
469         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
470         static prototypes.
471         (add_entry, add_path, jcf_path_classpath_arg,
472         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
473
474         * jcf-reader.c (get_attribute, jcf_parse_preamble,
475         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
476         jcf_parse_one_method, jcf_parse_methods,
477         jcf_parse_final_attributes): Add static prototypes.
478         (get_attribute): Constify a char*.
479
480         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
481         jcf_dependency_add_target, jcf_path_classpath_arg,
482         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
483
484         * jv-scan.c (main): Constify a char*.
485         (gcc_obstack_init): Add prototype arguments.
486
487         * jvgenmain.c (gcc_obstack_init): Likewise.
488         (main): Constify a char*.
489
490         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
491         static prototypes.
492         (put_decl_string, lang_print_error): Constify a char*.
493         (lang_init): Remove redundant extern prototype.
494         
495         * mangle.c (emit_unicode_mangled_name): Constify a char*.
496
497         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
498         Add static prototypes.
499         (get_type_from_signature): Constify a char*.
500
501         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
502         Add static prototypes.
503         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
504         (verify_jvm_instructions): Constify a char*.
505
506         * xref.c (xref_flag_value): Likewise.
507         
508         * xref.h (xref_flag_value): Likewise.
509
510         * zextract.c (makeword, makelong): Add static prototypes.
511         (makeword, makelong): Constify a uch*.
512
513 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
514
515         * lang.c (java_dummy_print): Constify a char*.
516         (lang_print_error): Likewise.
517         (lang_init): Remove redundant prototype for `print_error_function'.
518         (lang_init_source): Likewise.
519         (lang_identify): Constify a char*.
520         
521 1999-08-09  Tom Tromey  <tromey@cygnus.com>
522
523         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
524         (WORDS_TO_LONG): Likewise.
525         (WORDS_TO_DOUBLE): Likewise.
526
527 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
528
529         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
530
531         * expr.c (java_stack_pop, java_array_data_offset,
532         build_java_throw_out_of_bounds_exception, case_identity,
533         build_java_check_indexed_type): Add static prototypes.
534         (linenumber_table, expand_invoke, expand_java_field_op,
535         build_primtype_type_ref, expand_byte_code): Constify a char*.
536
537         * java-tree.h (build_primtype_type_ref, linenumber_table):
538         Constify a char*.
539         (java_lang_expand_expr): Add prototype.
540
541         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
542         `java_lang_expand_expr'.
543
544         * lex.c (java_lex_error): Constify a char*.
545         (java_get_unicode, java_read_char, java_allocate_new_line,
546         java_unget_unicode, java_sneak_unicode): Prototype.
547
548         * parse-scan.y (current_class, package_name, method_declarator,
549         report_class_declaration, yyerror): Constify a char*.
550
551         * parse.h (java_report_errors): Prototype.
552         (yyerror): Constify a char*.
553
554         * parse.y (classitf_redefinition_error, check_modifiers,
555         parse_jdk1_1_error, lookup_package_type,
556         lookup_package_type_and_set_next, get_printable_method_name,
557         purify_type_name): Constify a char*.
558         (build_super_invocation, maybe_generate_finit,
559         verify_constructor_super, parser_add_interface,
560         add_superinterfaces, jdep_resolve_class, note_possible_classname,
561         java_complete_expand_methods, java_expand_finals,
562         cut_identifier_in_qualified, java_stabilize_reference,
563         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
564         merge_string_cste): Prototype.
565         (single_type_import_declaration, yyerror,
566         variable_redefinition_error, build_array_from_name,
567         build_unresolved_array_type, check_class_interface_creation,
568         resolve_class, complete_class_report_errors,
569         note_possible_classname, read_import_dir,
570         find_in_imports_on_demand, resolve_package, fix_constructors,
571         check_deprecation, lookup_method_invoke,
572         maybe_build_primttype_type_ref, array_constructor_check_entry):
573         Constify a char*.
574         (java_complete_expand_methods, java_expand_finals): Make static.
575         (convert_narrow): Remove static prototype.
576
577 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
578
579         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
580
581 1999-08-02  Richard Henderson  <rth@cygnus.com>
582
583         * decl.c: Include defaults.h instead of expr.h.
584         * parse.y: Likewise.
585
586 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
587
588         * java/decl.c (start_java_method): Change all uses of
589         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
590         Ensure expr.h is included.
591         * java/expr.c (pop_arguments): Ditto.
592         * java/parse.y (expand_start_java_method): Ditto.
593
594 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
595
596         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
597
598 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
599
600         * decl.c: Include "function.h".
601         * except.c: Likewise.
602         * parse.y: Likewise.
603         * Makefile.in: Update dependencies.
604
605 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
606
607         * expr.c (build_java_soft_divmod): Provide a default case in switch.
608         (java_lang_expand_expr): Mark parameters `target', `tmode' and
609         `modifier' with ATTRIBUTE_UNUSED.
610
611         * gjavah.c (process_file): Add braces around ambiguous `else'.
612
613         * jcf-dump.c (print_access_flags, localvar_free): Change return
614         type to void.
615
616         * parse.y (java_complete_expand_method): Initialize variable
617         `exception_copy'.
618         (resolve_qualified_expression_name): Likewise for `field_decl'.
619         (patch_method_invocation): Likewise for `class_to_search'.
620         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
621         (patch_assignment): Likewise for `lhs_type'.
622
623         * verify.c (verify_jvm_instructions): Remove unused variable
624         `caller'.
625
626 1999-07-25  Richard Henderson  <rth@cygnus.com>
627
628         * decl.c (va_list_type_node): New.
629
630 1999-07-25  Anthony Green  <green@cygnus.com>
631
632         * gjavah.c (print_stub): New function.
633         (METHOD_IS_NATIVE): New macro.
634         (print_mangled_classname): Make static.
635         (HANDLE_END_FIELD): Don't emit fields during stub generation.
636         (process_file): Perform stub generation.
637         (HANDLE_METHOD): Don't emit class decls during stub
638         generation.
639         (HANDLE_END_METHOD): Take into account stub generation.
640         (print_method_info): Handle stub generation.
641         (print_stub): New function.
642         (print_cxx_classname): Make signature consistant with others.
643         (help): Describe -stubs option.
644         (main): Create stub file.
645         (version): Use version.c.
646         (print_full_cxx_name): New function.
647         (print_c_decl): Use print_full_cxx_name.
648
649 Thu Jul 22 12:41:12 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
650
651         * check-init.c (check_init): Handle MAX_EXPR.
652
653 1999-07-15  Andrew Haley  <aph@cygnus.com>
654
655         * lang.c (flag_use_divide_subroutine): New variable.
656         * typeck.c: (convert_ieee_real_to_integer): Bounds check
657         fp-to-integer conversion.
658         (convert): Call convert_ieee_real_to_integer when flag_fast_math
659         is not set.
660
661         * expr.c (build_java_soft_divmod): New function.
662         (build_java_binop): Call build_java_soft_divmod if
663         flag_use_divide_subroutine is set.
664         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
665         soft_lrem_node: new builtin functions.
666         (init_decl_processing) Initialize the new builtins.
667         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
668         soft_lrem_node: new builtin functions.
669         (build_java_soft_divmod): New function.
670         * parse.y: Call build_java_soft_divmod if
671         flag_use_divide_subroutine is set.
672         * parse.c: Rebuilt.
673
674         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
675         a --specs= arg) even if not linking.
676         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
677         -fuse-divide-subroutine
678
679 Tue Jul 20 13:20:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
680
681         * parse.y (resolve_and_layout): Check methods only once.
682         (resolve_qualified_expression_name): Verify thrown exceptions
683         compatibility.
684         (check_thrown_exceptions): Reject exceptions thrown in
685         initializer. Error message tuned.
686         
687 1999-07-14  Andrew Haley  <aph@cygnus.com>
688
689         * expr.c (expand_expr): Do not return the last statement in a
690         block as the block's value.
691
692 Sat Jul  3 22:26:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
693
694         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
695         CALL_EXPR, to avoid order of evaluation changes.
696
697 Fri Jul  2 17:44:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
698
699         * parse.y (qualify_ambiguous_name): Do not use
700         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
701
702 Thu Jul  1 23:31:16 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
703
704         * check-init.c (check_init): Handle MAX_EXPR.
705         * expr.c (force_evaluation_order): Force method call arguments to
706         be evaluated in left-to-right order.
707         * parse.y (qualify_ambiguous_name): Loop again to qualify
708         NEW_ARRAY_EXPR properly.
709
710 Wed Jun 30 17:27:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
711
712         * parse.y (patch_invoke): Resolve unresolved invoked method
713         returned type.
714         (qualify_ambiguous_name): STRING_CST to qualify expression for
715         type name resolution.
716
717 1999-06-24  Andrew Haley  <aph@cygnus.com>
718
719         * class.c (finish_class): Whenever a deferred method is
720         output, rescan the list of methods to see if a new candidate for
721         output can be found.
722
723 1999-06-28  Tom Tromey  <tromey@cygnus.com>
724
725         * jvspec.c (lang_specific_driver): Recognize --help.
726
727 Fri Jun 25 13:35:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
728
729         * parse.y (resolve_package): Fixed bogus return statement.
730         (patch_method_invocation): Resolve method invocation beginning with
731         a package name qualifier.
732
733 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
734
735         * Make-lang.in (java.stage1): Depend on stage1-start.
736         (java.stage2): Likewise for stage2-start.
737         (java.stage3): Likewise for stage3-start.
738         (java.stage4): Likewise for stage4-start.
739
740 Thu Jun 24 13:12:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
741
742         * parse.y (java_complete_lhs): When doing cross referencing, don't
743         try to keep file location on a WFL expanded as a CALL_EXPR.
744
745 Wed Jun 23 14:37:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
746
747         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
748         compiling to class file a void method with an empty method body.
749         As a side effect, the bytecode backend will generate the
750         appropriate `return' instruction.
751         
752 Tue Jun 22 20:43:49 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
753
754         * parse.y (lookup_package_type_and_set_next): New function prototype.
755         (resolve_package): Search current and imported packages.
756         (lookup_package_type_and_set_next): New function.
757
758 1999-06-22  Andrew Haley  <aph@cygnus.com>
759
760         * verify.c (verify_jvm_instructions): Check for pending blocks
761         before invalid PC test and opcode switch, not after.
762
763 1999-06-21  Andrew Haley  <aph@cygnus.com>
764
765         * except.c (find_handler_in_range): The upper limit for exception
766         ranges is exclusive, not inclusive: (start <= pc < end).  
767         (link_handler): find child pointer which points to outer by
768         searching sibling list: previous code incorrectly assumed that
769         outer->outer->first_child must point to outer.
770         * verify.c (verify_jvm_instructions): FIXME added to code for
771         `athrow'.
772         (verify_jvm_instructions): Do not assume that the last block
773         processed in a subroutine is a block which ends with a `ret'
774         instruction.  With some control flows it is possible that the last
775         block ends with an `athrow'.
776
777 Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
778
779         * parse.y (qualify_ambiguous_name): Reorganized the post
780         evaluation of non WFL leading expression nodes.
781
782 Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
783
784         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
785         CONVERT_EXPR.
786
787 Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
788
789         * parse.y (qualify_ambiguous_name): Handle qualified expression
790         beginning with a STRING_CST.
791
792 Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
793
794         * parse.y (register_fields): Set DECL_INITIAL on both
795         pre-initialized static and public fields.
796         (resolve_field_access): Static field access expressions to always
797         use pointer types.
798         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
799         qualification. CONVERT_EXPR to be resolved as an expression name.
800         (java_complete_lhs): Identify and access qualified final
801         initialized field in switch statement case expression.
802         (fold_constant_for_init): Pre-initialized field decl constant to
803         be folded.
804
805 Mon Jun  7 16:09:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
806
807         * parse.y (note_possible_classname): Mark returned node with
808         QUALIFIED_P only if the original class name contained a '/'.
809
810 Sat Jun  5 11:46:59 1999  Anthony Green  <green@cygnus.com>
811
812         * Make-lang.in (gcjh): More parallel build fixes.
813
814 1999-06-03  Mike Stump  <mrs@wrs.com>
815
816         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
817
818 Wed Jun  2 10:44:38 1999  Anthony Green  <green@cygnus.com>
819
820         * except.c (link_handler): Chain exception handlers in order.
821
822 Wed Jun  2 10:41:24 1999  Anthony Green  <green@cygnus.com>
823
824         * expr.c (expand_byte_code): Fill unreachable bytecode regions
825         with nops and process as usual in order to always set correct EH
826         ranges.  Emit detailed warnings about unreachable bytecodes.
827
828 Wed Jun  2 10:35:13 1999  Anthony Green  <green@cygnus.com>
829
830         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
831         constant.
832
833 Fri May 28 18:22:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
834
835         * parse.y (lookup_field_wrapper): Unified returned value to NULL
836           or the searched field decl.
837         
838 Fri May 28 11:34:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
839
840         * parse.y (fold_constant_for_init): Convert numerical constant
841         values to the type of the assigned field.
842
843 Thu May 27 19:57:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
844
845         * expr.c (lookup_field): Relaxed the test on class loading error
846         detection.
847         * parse.y (fold_constant_for_init): Enabeled old code.
848
849 Wed May 26 18:06:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
850
851         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
852         decide the validity of the cast of a java.lang.Cloneable reference
853         to an array.
854         (patch_conditional_expr): Fixed first argument passed to
855         binary_numeric_promotion.
856
857 Wed May 26 15:33:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
858
859         * parse.y (qualify_ambiguous_name): Take into account that a
860         CONVERT_EXPR might specify a type as a WFL.
861
862 Tue May 25 15:06:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
863  
864         * parse.y (patch_assignment): Save the rhs before using it as an
865         argument to _Jv_CheckArrayStore.
866  
867 Tue May 25 11:23:59 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
868
869         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
870
871 Mon May 24 13:26:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
872
873         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
874         floating point litteral only when the exponent indicator has been
875         parsed.
876
877 Sat May 22 13:54:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
878
879         * parse.y (formal_parameter:): Construct argument tree list
880         element even if a yet unsupported final parameter was encountered.
881
882 Tue May 18 00:28:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
883
884         * parse.y (finish_method_declaration): Issue errors for native or
885         abstract methods declared with a method body, as well as for non
886         native or non abstract methods with no method body.
887
888 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
889
890         * class.c (build_utf8_ref): Initialize variable `field'.
891
892         * decl.c (init_decl_processing): Initialize variable `field'.
893
894         * expr.c (build_known_method_ref): Mark parameters `method_type',
895         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
896         (process_jvm_instruction): Likewise for parameter `length'.
897
898         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
899         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
900         ATTRIBUTE_UNUSED.
901
902         * parse.y (maybe_generate_clinit): Remove unused variable
903         `has_non_primitive_fields'.
904         (find_in_imports_on_demand): Initialize variables `node_to_use'
905         and `cl'.
906         (patch_binop): Likewise for variable `prom_type'.
907         (patch_unaryop): Likewise for variable `prom_type'.
908
909         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
910
911         * xref.c (xref_table): Add missing initializer.
912
913 1999-05-14  Tom Tromey  <tromey@cygnus.com>
914
915         * java-except.h (struct eh_range): Removed unused `next' member.
916         * verify.c (verify_jvm_instructions): Call check_nested_ranges
917         after adding all exception handlers.  Sort exception ranges in
918         order of start PC.
919         (struct pc_index): New structure.
920         (start_pc_cmp): New function.
921         * except.c (add_handler): Return `void'.  Don't call link_handler;
922         instead construct an ordinary linked list and do range
923         coalescing.
924         (check_nested_ranges): New function.
925         (link_handler): Changed interface to allow merging of eh_ranges.
926         Split overlapping ranges.  Return `void'.
927
928 Mon May 17 19:20:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
929
930         * parse.y (constructor_block_end:): New rule, tagged <node>.
931         (constructor_body:): Use `constructor_block_end' instead of
932         `block_end'.
933
934 Mon May 17 18:01:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
935
936         * parse.y (statement_nsi:): Pop `for' statement block.
937         (java_complete_lhs): Labeled blocks containing no statement are
938         marked as completing normally.
939
940 Fri May 14 12:31:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
941
942         * xref.c (xref_set_current_fp): New function, defined.
943         * xref.h (xref_set_current_fp): New function, prototyped.
944
945 Fri May 14 11:57:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
946
947         * check-init.c (check_init): Take into account that
948         LABELED_BLOCK_STMT can be empty.
949
950 Thu May 13 18:30:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
951
952         * parse.y (java_check_regular_methods): Warning check on not
953         overriding methods with default access in other packages does not
954         apply to `<clinit>'.
955         (java_complete_lhs): If block body is an empty_stmt_node, replace
956         it by NULL_TREE. This prevents gcc from generating an irrelevant
957         warning.
958
959 Thu May 13 13:23:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
960
961         * check-init.c (check_init): Removed code accepting to see things
962         falling through default:, when doing xrefs.
963         * java-tree.h (do_not_fold): New global variable, declared.
964         * parse.y (do_not_fold): New global variable, defined.
965         (java_complete_expand_method): Set `do_not_fold' to the value of
966         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
967         and reinstall them after them have been purged; do not check for
968         initializations; do not issue missing return errors.
969         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
970         when doing xrefs.
971         (patch_binop): Skip the fold part when doing xrefs.
972         (build_string_concatenation): Skip the concatenation part when
973         doing xrefs.
974         (patch_synchronized_statement): Do not generate a try-finally when
975         doing xrefs.
976         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
977         and keep the location where the throw was seen.
978         * typeck.c (convert): When `do_not_fold' is set, do not attempt
979         any treatment on the converted node an simply return a NOP_EXPR of
980         the targeted type.
981         * xref.c (xref_get_data): New function, defined.
982         * xref.h (xref_get_data): New function, declared.
983         (XREF_GET_DATA): Use xref_get_data.
984         
985 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
986
987         * gjavah.c (print_include): Cast the result of `strlen' to int
988         when comparing against a signed value.
989         (add_namelet): Likewise.
990
991 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
992
993         * expr.c (expand_invoke): Mark parameter `nargs' with
994         ATTRIBUTE_UNUSED.
995         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
996
997         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
998         ATTRIBUTE_UNUSED.
999
1000         * jcf-reader.c (get_attribute): Cast a value to long
1001         when comparing against a signed expression.  Likewise.
1002
1003         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
1004         HOST_BITS_PER_CHAR.
1005
1006 1999-05-11  Andrew Haley  <aph@cygnus.com>
1007
1008         * parse.y (source_end_java_method): If the current method contains
1009         any exception handlers, force asynchronous_exceptions: this is
1010         necessary because signal handlers in libjava may throw exceptions.
1011         * decl.c (end_java_method): Ditto.
1012
1013 1999-05-11  Tom Tromey  <tromey@cygnus.com>
1014
1015         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
1016         flags.
1017         * jvspec.c (THREAD_NAME): Removed.
1018         (GC_NAME): Likewise.
1019         (MATHLIB): Likewise.
1020         (WITHLIBC): Likewise.
1021         (GCLIB): Likewise.
1022         (THREADLIB): Likewise.
1023         (MATH_LIBRARY): Likewise.
1024         (lang_specific_driver): Don't add `-l' options to command line.
1025         Instead, add a single --specs option.  Recognize `-L' options and
1026         use them to search for spec file.
1027         (find_spec_file): New function.
1028         (SPEC_FILE): New define.
1029
1030 Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
1031
1032         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
1033         cpplib-enabled build.
1034
1035 1999-05-05  Per Bothner  <bothner@cygnus.com>
1036
1037         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
1038         temporarily zero it while calling rest_of_decl_compilation.
1039
1040         * java-tree.h (string_ptr_type_node):  Add declaration.
1041         * decl.c:  Define and initialize string_ptr_type_node.
1042         * parse.y (patch_string_cst):  Use string_ptr_type_node.
1043
1044         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
1045         * parse.y (for_statement):  Now unconditionally exit_block.
1046         (finish_labeled_statement):  No longer exit_block if for-loop.
1047         (patch_loop_statement):  Check harder if the loop is already labeled.
1048
1049         * parse.y (patch_initialized_static_field):  Removed function.
1050         (maybe_generate_clinit):  Removed special handling for interfaces.
1051         (java_complete_expand_methods):  Do a preliminary java_complete_tree
1052         on <clinit> to determine if it can be removed.
1053         (java_complete_expand_method):  Remove special handling for <clinit>.
1054         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
1055         optimize if we get back empty_stmt_node.
1056         For MODIFY_EXPR, re-do checking of static initializers.
1057         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
1058         For VAR_DECL, pass correct context.
1059
1060         * verify.c (verify_jvm_instructions):  Better error messages.
1061
1062 1999-05-03  Tom Tromey  <tromey@cygnus.com>
1063
1064         * parse-scan.y (interface_declaration): Call
1065         report_class_declaration for interfaces.
1066
1067 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
1068
1069         * Makefile.in: Remove -v from bison command lines.
1070
1071 Fri Apr 30 17:54:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1072
1073         * check-init.c (check_init): Exclude a case of error when doing
1074         xrefs.
1075         * class.c (layout_class_method): Don't generate the error message
1076         twice when compiling from source.
1077         * lang-options.h: Added `-Wredundant-modifers' and
1078         `-Wunusupported-jdk11' flags and help text.
1079         * lang.c (lang_decode_option): Added support for
1080         `-Wunsupported-jdk11' and `-Wredundant-modifiers'. 
1081         flag_static_local_jdk11 and flag_redundant set accordingly.
1082         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
1083         * parse.h (EXPR_WFL_ADD_COL): New macro.
1084         (DECL_END_SOURCE_LINE): Likewise.
1085         (DECL_INHERITED_SOURCE_LINE): Likewise.
1086         * parse.y (static_ref_err): New function, prototyped.
1087         (CCB_TK): Now tagged <operator>.
1088         (class_body:): Remember the location of the closing '}' of a class
1089         definition when doing xrefs.
1090         (block:): Likewise.
1091         (block_end:): Likewise.
1092         (create_class): Remember the location of the inherited class
1093         identifier when doing xrefs.
1094         (register_fields): Added test on first operand of `init' before
1095         testing it TREE_CODE.
1096         (method_header): Store the location of the class identifier in the
1097         class decl when doing xrefs.
1098         (finish_method_declaration): Don't combine first/last method line
1099         when doing xref.
1100         (java_check_regular_methods): Warning check on not overriding
1101         methods with default access on other packages move before check on
1102         static methods. Initialization of `aflags' also moved up.
1103         (resolve_expression_name): Call static_ref_err to report the error.
1104         (static_ref_err): New function, implemented.
1105         (resolve_field_access): Returned simplified static field access
1106         when doing xrefs.
1107         (resolve_qualified_expression_name): Check for illegal use of
1108         static fields in a non static context. Call static_ref_err to
1109         report error in various places.
1110         (java_complete_tree): Do not fold initialized static fields when
1111         doing xrefs.
1112         (java_complete_lhs): Likewise.
1113
1114 1999-04-29  Anthony Green  <green@cygnus.com>
1115
1116         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
1117         create internal labels.
1118         (lookup_label): Ditto.
1119
1120 Sat Apr 24 16:50:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1121
1122         * class.c (layout_class_method): Generate <clinit>'s rtl for
1123         interfaces.
1124         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
1125         for interfaces' <clinit>.
1126         * expr.c (lookup_field): Search for fields in interfaces.
1127         (expand_invoke): Fixed indentation.
1128         (expand_java_field_op): Likewise. Use IS_CLINIT.
1129         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
1130         (IS_CLINIT): New macro.
1131         * parse.y (type_declaration:): Call maybe_generate_clinit after an
1132         interface was parsed.
1133         (maybe_generate_clinit): Don't generate if the current class is an
1134         interface with only fields of primitive types.
1135         (reset_method_name): Use IS_CLINIT.
1136         (java_complete_expand_method): Expand <clinit> when it exists for
1137         interfaces. Use IS_CLINIT.
1138         (resolve_expression_name): Use DECL_CONTEXT instead of
1139         current_class to build static field references.
1140         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
1141         ARRAY_REF when doing xreferencing.
1142         (check_final_assignment): Fixed typo in leading comment. Use
1143         IS_CLINIT.
1144         (patch_array_ref): Don't fully expand array references when
1145         xreferencing.
1146         (patch_return): Use IS_CLINIT.
1147         (patch_throw_statement): Likewise.
1148
1149 1999-04-22  Tom Tromey  <tromey@cygnus.com>
1150
1151         * Make-lang.in (JAVA_SRCS): Added check-init.c.
1152
1153 Wed Apr 21 11:13:36 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1154
1155         * decl.c (predef_filenames, predef_filenames_size): New globals
1156         (init_decl_processing): predef_filenames and predef_filenames_size
1157         initialized.
1158         * java-tree.h (predef_filenames, predef_filenames_size): Declared
1159         extern.
1160         * jcf-parse.c (predefined_filename_p): New function.
1161         (yyparse): Check that files on the command line are specified only
1162         once and issue a warning otherwise.
1163         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
1164         * parse.y (source_end_java_method): Nullify NOP method bodies, to
1165         avoid a gcc warning with -W -Wall turned on.
1166         (java_expand_classes): Abort if errors were encountered.
1167         (java_complete_lhs): If the cross reference flag is set, wrap
1168         field DECL node around a WFL when resolving expression name.
1169         
1170 Mon Apr 19 14:44:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1171
1172         * lang.c (lang_decode_option): Fixed returned value when parsing
1173         `-fxref=...' and `-Wall'.
1174         * parse.y (source_end_java_method): Do not generate code when
1175         flag_emit_xref is set.
1176         (resolve_expression_name): Do not build static field access when
1177         flag_emit_xref is set.
1178         (resolve_field_access): No special treatment on `length' when
1179         flag_emit_xref is set. Do not build qualified static field access
1180         when flag_emit_xref is set.
1181         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
1182         when flag_emit_xref is set.
1183         (patch_assignment): Do not generate array store runtime check when
1184         flag_emit_xref is set.
1185         * xref.c (xref_flag_value): Fixed function declaration
1186         indentation.
1187         (xset_set_data): New function.
1188         * xref.h (xref_set_data): Added prototype for new function.
1189         (typedef struct xref_flag_table): New field data.
1190         (XREF_GET_DATA): New macro.
1191
1192 1999-04-19  Tom Tromey  <tromey@cygnus.com>
1193
1194         * xref.h (enum): Removed trailing comma.
1195
1196         * parse.y (resolve_qualified_expression_name): Added missing
1197         `break'.
1198
1199 Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
1200
1201         * gjavah.c: New prototypes for java_float_finite and
1202         java_double_finite.
1203
1204 Mon Apr 12 18:27:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1205
1206         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
1207         references.
1208
1209 Tue Apr  6 23:15:52 1999  Jeffrey A Law  (law@cygnus.com)
1210
1211         * Makefile.in (TREE_H): Add tree-check.h.
1212         (RTL_H): Add genrtl.h.
1213
1214 Tue Apr  6 15:15:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1215
1216         * parse.y (patch_assignment): Added ArrayStoreException runtime
1217         check.
1218
1219 1999-04-06  Per Bothner  <bothner@cygnus.com>
1220
1221         * expr.c (pop_type_0):  New function.
1222         (pop_type):  Use pop_type_0.
1223         * java-tree.h (pop_type_0):  New declaration.
1224         * verify.c (verify_jvm_instructions):  Check return instructions.
1225
1226         * parse.y (patch_binop):  Don't fold if non-constant and emiting
1227         class files.
1228
1229 Mon Apr  5 16:06:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1230
1231         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
1232
1233         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
1234         (main_jcf): Don't define.
1235         (process_file): Don't set `main_jcf'.
1236         
1237         * java-tree.h (main_jcf): Don't declare.
1238
1239         * jcf-parse.c (main_jcf): Add static definition.
1240
1241         * lang.c (main_jcf): Don't define.
1242
1243 Mon Apr  5 15:43:51 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1244
1245         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
1246
1247         * decl.c (copy_lang_decl): Likewise for `bcopy'.
1248
1249         * jcf-depend.c: Include "config.h", not <config.h>.
1250
1251         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
1252         `bcopy' to PTR.
1253
1254         * jcf-path.c: Include "config.h", not <config.h>.
1255
1256         * lex.c: Don't include various system header files.
1257         (java_init_lex): Cast the argument of `bzero' to PTR
1258
1259         * parse-scan.y (java_push_parser_context): Likewise.
1260
1261         * parse.y (java_push_parser_context): Likewise.
1262         (patch_bc_statement): Match format specifier to variable argument.
1263
1264         * xref.c: Don't include <stdio.h>.
1265
1266 Mon Apr  5 11:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1267
1268         * parse.y (struct parser_ctxt *ctxp): Now global.
1269         (declare_local_variables): Use WFL compound value for the
1270         declaration source line value, when doing cross-referencing.
1271
1272 1999-03-31  Tom Tromey  <tromey@cygnus.com>
1273
1274         * gjavah.c (print_field_info): Allow constants of other types.
1275         (print_include): Generate include when new name is proper prefix
1276         of already printed name.
1277         (add_namelet): Likewise.
1278         (cxx_keyword_subst): New function.
1279         (print_method_info): Use it.
1280         (print_field_name): New function.
1281         (get_field_name): New function.
1282         (print_field_info): Use get_field_name and print_field_name.
1283
1284 Wed Mar 31 11:00:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1285
1286         * Makefile.in (keyword.h): Generate using gperf language 'C', not
1287         'KR-C', so gperf uses the `const' keyword on strings.
1288
1289         * keyword.gperf (java_keyword): Const-ify a char*.
1290
1291 Tue Mar 30 11:31:53 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1292
1293         * parse.y (patch_bc_statement): Fixed identation and a bogus
1294         `printf' format.
1295
1296 Tue Mar 30 11:29:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1297
1298         * parse.y (patch_assignment): Allow static variables in other
1299         classes to be assigned.
1300
1301 Sun Mar 28 22:12:10 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1302
1303         * class.c (maybe_add_interface): Remove unused variable
1304         `interface_binfo'.
1305         (make_class_data): Use = for assignment, not ==.  Likewise.
1306         (emit_register_classes): Remove unused variable `decl'.
1307
1308         * lex.c: Fix comment so as not to contain an embedded `/*'.
1309
1310         * verify.c (verify_jvm_instructions): Remove unused variable
1311         `self_type'.    
1312
1313 Sat Mar 27 15:49:18 1999  Per Bothner  <bothner@cygnus.com>
1314
1315         * parse.y (complete_loop_body):  Rename to finish_loop_body.
1316         (complete_labeled_statement):  Rename to finish_labeled_statement.
1317         (complete_for_loop):  Rename to finish_for_loop.
1318         (complete_method_declaration):  Rename to finish_method_declaration.
1319
1320         * java-tree.h (continue_identifier_node):  New global node.
1321         * decl.c:  Define and initialize continue_identifier_node.
1322         * parse.y (generate_labeled_block):  Remove - no longer needed.
1323         (build_loop_body):  Use continue_identifier_node for continue block.
1324         (finish_labeled_statement):  Also do pop_labeled_block actions.
1325         (java_complete_lhs):  POP_LOOP even if error.
1326         (build_labeled_block):  Special handling for continue_identifier_node.
1327         (patch_loop_statement):  Re-organize.
1328         (patch_bc_statement):  Re-write.
1329
1330 Sat Mar 27 15:13:21 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1331
1332         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
1333         using a WFL compound value.
1334         * parse.y (xref.h): Include.
1335         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
1336         WFL compound value.
1337         (register_fields): Set WFL compound value to lineno if doing
1338         xrefs.
1339         (java_complete_expand_method): Call expand_xref if flag_emit_xref
1340         is set.
1341         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
1342         * xref.h (expand_xref): Prototype renamed from xref_generate.
1343
1344 Sat Mar 27 14:16:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1345
1346         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
1347         (GET_CURRENT_BLOCK): New macro.
1348         * parse.y (current_static_block): New global variable.
1349         (method_body:): Define action.
1350         (complete_method_declaration): Set current_function_decl to NULL
1351         when work on the current method is done.
1352         (declare_local_variables): Use GET_CURRENT_BLOCK.
1353         (java_method_add_stmt): Likewise.
1354         (java_complete_expand_method): Disable the use of `this' when
1355         expanding <clinit>.
1356         (enter_a_block): If no current method exist, use
1357         current_static_block to link static initializer blocks.
1358         (exit_block): Rewritten to use current_static_block when no current
1359         method decl exists.
1360         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
1361         (patch_return): Forbid the use of `return' in static initializers.
1362         (patch_throw_statement): Fixed indentation. Issue specific error
1363         for uncaught thrown checked exception in static initializer
1364         blocks. Removed FIXME.
1365
1366 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
1367
1368         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
1369         Link gcj from gcc.o.
1370
1371 Tue Mar 23 10:48:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1372
1373         * parse.y (find_applicable_accessible_methods_list): When dealing
1374         with interface: ensure that a given interface or java.lang.Object
1375         are searched only once.
1376
1377 Tue Mar 23 10:05:27 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1378
1379         * gjavah.c (print_c_decl): Remove unused argument `flags'.
1380
1381         * jcf-dump.c (print_access_flags): Add braces around if-else.
1382
1383         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
1384         COMBINE_INPUTS.
1385
1386         * lex.c (build_wfl_node): Add static prototype.
1387
1388         * lex.h (build_wfl_node): Remove static prototype.
1389
1390         * parse.y: Include lex.c early enough to declare everything needed.
1391         Ensure calls to `build_wfl_node' pass the proper arguments.
1392         (create_class): Remove unused variable `super_decl'.
1393         (get_printable_method_name): Initialize variable `name'.
1394         
1395 Mon Mar 22 20:14:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1396
1397         * Changelog: Fixed 1999-03-22 typos.
1398         * lang.c (lang_decode_option): Fixed typo in error string in the
1399         XARG section.
1400
1401 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1402
1403         * Makefile.in (JAVA_OBJS): Added entry xref.o.
1404         (xref.o): New rule.
1405         * java-tree.h (flag_emit_xref): Declared extern.
1406         * lang.c (xref.h): Included.
1407         (flag_emit_xref): New global variable.
1408         (lang_decode_option): Added support for -fxref.
1409         * xref.c: Created.
1410         * xref.h: Likewise.
1411
1412 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
1413
1414         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
1415         linked with.
1416
1417 Sun Mar 21 08:30:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1418
1419         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
1420         $(srcdir)/../system.h and $(JAVA_TREE_H).
1421         (jcf-io.o): Depend on $(JAVA_TREE_H).
1422         (mangle.o): Likewise.
1423
1424         * check-init.c (check_cond_init): Add static prototype.
1425
1426         * class.c (build_java_method_type, hashUtf8String,
1427         make_field_value, get_dispatch_vector, get_dispatch_table,
1428         append_gpp_mangled_type, mangle_static_field): Likewise.
1429         (strLengthUtf8): Hide unused definition.
1430         (hashUtf8String): Const-ify.
1431         (make_field_value): Un-ANSI-fy.
1432
1433         * constants.c: Move inclusion of jcf.h above java-tree.h.
1434         (set_constant_entry, find_class_or_string_constant,
1435         find_name_and_type_constant, get_tag_node,
1436         build_constant_data_ref): Add static prototype.
1437
1438         * decl.c (push_jvm_slot, builtin_function,
1439         lookup_name_current_level): Likewise.
1440         (builtin_function): Const-ify.
1441
1442         * except.c (expand_start_java_handler, expand_end_java_handler):
1443         Add static prototype.
1444
1445         * expr.c (flush_quick_stack, push_value, pop_value,
1446         java_stack_swap, java_stack_dup, build_java_athrow,
1447         build_java_jsr, build_java_ret, expand_java_multianewarray,
1448         expand_java_arraystore, expand_java_arrayload,
1449         expand_java_array_length, build_java_monitor, expand_java_pushc,
1450         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
1451         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
1452         expand_compare, expand_test, expand_cond, expand_java_goto,
1453         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
1454         expand_java_field_op, java_push_constant_from_pool): Likewise.
1455
1456         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
1457         (build_java_arraynull_check): Mark parameters `node' and `type'
1458         with ATTRIBUTE_UNUSED.
1459         (note_label): Likewise for parameter `current_pc'.
1460         (expand_java_call, expand_java_ret): Hide unused definition.
1461
1462         * java-tree.h (make_class, build_constants_constructor,
1463         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
1464         init_outgoing_cpool, register_class, emit_register_classes,
1465         java_layout_seen_class_methods): Prototype.
1466         (unicode_mangling_length): Const-ify.
1467         (append_gpp_mangled_name, append_gpp_mangled_classtype,
1468         emit_unicode_mangled_name, format_int, format_uint,
1469         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
1470         jcf_print_utf8_replace, open_class): Prototype.
1471
1472         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
1473         <stdio.h>.  Include tree.h/java-tree.h.
1474         (utf8_equal_string usage, process_class): Add static prototype.
1475         (open_class): Don't prototype this here.
1476         (utf8_equal_string): Match arguments to format specifiers.
1477         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
1478         TABLE_SWITCH, disassemble_method): Likewise.
1479
1480         * jcf-io.c: Include tree.h/java-tree.h.
1481         (open_class, find_classfile, jcf_print_utf8,
1482         jcf_print_utf8_replace): Const-ify.
1483
1484         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
1485         parse_class_file): Add static prototype.
1486         (find_in_current_zip): Match definition to existing static
1487         prototype.
1488         
1489         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
1490         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
1491         finish_jcf_block, define_jcf_label, get_jcf_label_here,
1492         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
1493         write_chunks, adjust_typed_op, generate_bytecode_conditional,
1494         generate_bytecode_return, perform_relocations, init_jcf_state,
1495         init_jcf_method, release_jcf_state, generate_classfile):
1496         Add static prototype.
1497         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
1498         (make_class_file_name): Const-ify.
1499
1500         * jcf.h (find_classfile): Const-ify.
1501
1502         * jv-scan.c (reset_report): Remove prototype.
1503
1504         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
1505         (error): Rewrite to allow varargs.
1506
1507         * lang.c (lang_f_options): Const-ify.
1508
1509         * lex.c (java_parse_escape_sequence): Add static prototype.
1510         (java_allocate_new_line): Match definition to existing static
1511         prototype.
1512         
1513         * mangle.c Include tree.h/java-tree.h.
1514         (unicode_mangling_length, emit_unicode_mangled_name,
1515         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
1516
1517         * parse.h (jdep_code): Remove trailing comma in enumeration.
1518         (java_get_line_col): Move prototype outside of !JC1_LITE test.
1519         (reset_report): Add prototype.
1520
1521         * verify.c (push_pending_label, merge_types): Add static
1522         prototypes.
1523
1524         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
1525         
1526 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1527
1528         * parse.y (find_applicable_accessible_methods_list): Extend the
1529         search to superinterfaces when relevant.
1530         (search_applicable_methods_list): New function.
1531
1532 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1533
1534         * class.c (unmangle_classname): Implemented stricter testing
1535         before setting the QUALIFIED_P flag on an identifier.
1536
1537 Tue Mar 16 15:15:41 1999  Per Bothner  <bothner@cygnus.com>
1538
1539         * parse.y (java_complete_lhs):  Call force_evaluation_order
1540         after patch_newarray.
1541         (patch_binop):  Don't call fold if there are side effects.
1542
1543 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1544
1545         * parse.y (java_stabilize_reference): Use save_expr instead of
1546         building a SAVE_EXPR node.
1547         (java_complete_lhs): Patch the resulting string of the `+='
1548         operator (if necessary) and complete the RHS after having built
1549         the cast.
1550
1551 Mon Mar 15 12:18:29 1999  Per Bothner  <bothner@cygnus.com>
1552
1553         * class.c (make_class):  Don't set CLASS_P here (because
1554         this function is also called by build_java_array_type).
1555         (push_class):  Set CLASS_P here instead.
1556         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
1557
1558         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
1559         context.  If the context is class, perfer "super" over "synchronized".
1560         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
1561
1562         * parse.y (create_class):  Don't call parser_check_super here;
1563         it is not robust.  Always wait until later.
1564
1565         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
1566         match what JDK 1.2 does), but don't set ACC_PUBLIC.
1567
1568 Sat Mar 13 18:16:34 1999  Per Bothner  <bothner@cygnus.com>
1569
1570         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
1571         * lex.h (UNGETC):  Change misleading macro.
1572
1573 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1574
1575         * parse.y (java_stabilize_reference): Return NODE when patching a
1576         COMPOUND_EXPR.
1577         (java_complete_lhs): Put parenthesis around truth values.
1578
1579 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1580
1581         * class.c (layout_class_method): Don't make rtl for interface
1582         methods.
1583         * parse.h (GET_TYPE_NAME): New macro.
1584         * parse.y (if_then_statement:): Fixed indentation.
1585         (if_then_else_statement:): Likewise.
1586         (for_statement:): Fixed spacing.
1587         (try_statement:): Fixed indentation.
1588         (create_interface): Don't force interfaces to be abstract.
1589         (method_header): Abstract methods are OK in interfaces.
1590         (declare_local_variables): Fixed typo in comment.
1591         (java_complete_expand_method): Fixed indentation.
1592         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
1593         non accessible fields.
1594         (java_stabilize_reference): New function.
1595         (java_complete_lhs): Fixed indentation. Use
1596         java_stabilize_reference in compound assignement. Insert the
1597         cast. If not processing `+' fix string constants before processing
1598         binop.
1599
1600 Fri Mar 12 19:42:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1601
1602         * constants.c (find_class_or_string_constant): Cast variable `j'
1603         to a `jword' when comparing against one.
1604
1605         * expr.c (java_lang_expand_expr): Remove unused variables
1606         `has_finally_p' and `op0'.
1607
1608         * gjavah.c (print_field_info): Cast a value to jint when comparing
1609         against one.  Likewise for a jlong.
1610         (add_namelet): Likewise cast a `sizeof' to an int when comparing
1611         against a signed quantity.
1612         
1613         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
1614         (print_signature): Don't needlessly dereference variable `str'
1615
1616         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
1617         `max_locals' with ATTRIBUTE_UNUSED.
1618         (jcf_parse_class): Likewise for variable `index'.
1619
1620         * parse.h (reverse_jdep_list): Remove static prototype.
1621
1622         * parse.y (build_jump_to_finally): Remove prototype and definition.
1623         (reverse_jdep_list): Add static prototype.
1624
1625         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
1626         `assignment' and `expr_decl'.
1627
1628         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
1629
1630 1999-03-12  Andrew Haley  <aph@cygnus.com>
1631
1632         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
1633         we'll need a directory separator and a null character.
1634
1635 Wed Mar 10 23:20:11 1999  Per Bothner  <bothner@cygnus.com>
1636
1637         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
1638
1639   Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1640   
1641         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
1642         interfaces.
1643   
1644 Fri Mar  5 15:17:29 1999  Per Bothner  <bothner@cygnus.com>
1645
1646         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
1647
1648         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
1649
1650         * class.c (layout_class_method):  A static method in a base class
1651         is never overridden, so treat it like it doesn't exist.
1652         However, do complain about private non-static method overriding
1653         public static method.
1654
1655         * parse.y:  Don't set unused INITIALIZED_P flag.
1656         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
1657
1658         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
1659         (build_array_from_name):  Re-order &index[string] to &string[index].
1660
1661         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
1662         error_mark (it might catch more errors, but it is more likely to lose).
1663
1664 Sat Mar  6 11:17:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1665
1666         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
1667         (parse-scan.o): Depend on toplev.h.
1668
1669         * class.c (make_method_value): Add prototype.  Make it static.
1670         Remove unused second argument, caller changed.
1671
1672         * expr.c (java_lang_expand_expr): Remove unused variable
1673         `return_label'.
1674
1675         * java-tree.h: Don't prototype find_in_current_zip.
1676         Add prototypes for verify_constant_pool, start_java_method,
1677         end_java_method, give_name_to_locals, expand_byte_code,
1678         open_in_zip, set_constant_value, find_constant1, find_constant2,
1679         find_utf8_constant, find_string_constant, find_class_constant,
1680         find_fieldref_index, find_methodref_index, write_constant_pool,
1681         count_constant_pool_bytes and encode_newarray_type.
1682
1683         * jcf-dump.c: Remove unused variable `LONG_temp'.
1684
1685         * jcf-parse.c: Include parse.h.
1686         (jcf_parse_source): Remove unused parameter, all callers changed.
1687         (jcf_figure_file_type): Add static prototype.
1688         (find_in_current_zip): Likewise.  Also remove unused parameter,
1689         all callers changed.
1690         (read_class): Initialize variable `saved_pos'.
1691         
1692         * jcf-reader.c (jcf_parse_preamble): Mark variables
1693         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
1694
1695         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
1696         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
1697         (java_parse_doc_section): Initialize variable `seen_star'.
1698         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
1699         (java_lex_error): Mark parameters `msg' and `forward' with
1700         ATTRIBUTE_UNUSED.
1701         (java_get_line_col): Mark parameters `filename' and `line' with
1702         ATTRIBUTE_UNUSED.
1703
1704         * parse-scan.y: Include toplev.h.
1705         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
1706
1707         * parse.h: use `struct JCF', not plain `JCF'.
1708         (java_parser_context_save_global, java_expand_classes
1709         java_parser_context_restore_global, java_parse): Add prototypes.
1710
1711         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
1712         `node'.
1713
1714 Wed Feb 24 16:13:59 1999  Per Bothner  <bothner@deneb.cygnus.com>
1715
1716         *  check-init.c (check_init):  COPYN takes word count, not bit count.
1717
1718 Fri Feb 26 14:06:21 1999  Per Bothner  <bothner@cygnus.com>
1719
1720         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
1721         explicit build_decl.  (Avoids crash in reload when optimizing.)
1722
1723 Thu Feb 25 21:05:04 1999  Per Bothner  <bothner@cygnus.com>
1724
1725         * decl.c (complete_start_java_method):  Handle synchronized method
1726         even when compiling from bytecode.
1727
1728 1999-02-26  Tom Tromey  <tromey@cygnus.com>
1729
1730         * gjavah.c (add_class_decl): Only generate `#include' if outer
1731         class is not the name of the class we are processing.  Correctly
1732         append `.h' in #include.
1733         (process_file): Clean up newlines around generated `#include's.
1734         (decode_signature_piece): Correctly handle inner classes.
1735         (struct include): New structure.
1736         (all_includes): New global.
1737         (print_include): New function.
1738         (add_class_decl): Use it.
1739         (process_file): Likewise.
1740         (add_class_decl): Generate include for java-array.h if array
1741         seen.
1742         (process_file): Don't generate java-array.h include.
1743
1744         * gjavah.c (add_namelet): Check for standard package names here.
1745         (add_class_decl): Don't check for standard package names here.
1746
1747 1999-02-25  Tom Tromey  <tromey@cygnus.com>
1748
1749         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
1750         When reading a zip file, only use strncmp if both strings are
1751         bigger than the buffer length.  Initialize `k' when looping
1752         through zip file.
1753
1754 1999-02-24  Tom Tromey  <tromey@cygnus.com>
1755
1756         * gjavah.c (struct namelet): New structure.
1757         (add_namelet): New function.
1758         (print_namelet): New function.
1759         (print_class_decls): Use add_namelet and print_namelet to generate
1760         namespaces and not classes.
1761         (method_printed): New global.
1762         (HANDLE_END_METHOD): Examine method_printed.
1763         (print_method_info): Set method_printed when required.  Print
1764         error if function to be ignored is marked virtual.  Handle $finit$
1765         method.
1766         (METHOD_IS_FINAL): New macro.
1767         (print_field_info): Use it.
1768         (HANDLE_METHOD): Clear method_printed.
1769         (method_pass): New global.
1770         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
1771         (process_file): Do two passes over both fields and methods.
1772         (HANDLE_METHOD): Examine method_pass.
1773         (root): New global.
1774         (add_class_decl): New function.
1775         (print_class_decls): Don't scan over entire constant pool.
1776
1777 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1778
1779         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
1780         disable linking in that case.
1781
1782 1999-02-20  Tom Tromey  <tromey@cygnus.com>
1783
1784         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
1785         not 0x1f.
1786
1787 Sun Feb 21 14:56:11 1999  Per Bothner  <bothner@cygnus.com>
1788
1789         * decl.c (build_result_decl), java-tree.h:  New method.
1790         (complete_start_java_method):  Handle synchronized methods.
1791         Don't build DECL_RESULT here.  (Ordering dependency problem.)
1792         (start_java_method):  Call build_result_decl here instead  ...
1793         * parse.y (java_complete_expand_method):  ... and here.
1794         (expand_start_java_method): Don't call complete_start_java_method here.
1795         (java_complete_expand_method):  Call it here instead.
1796         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
1797         * java-tree.h:  ... here.
1798
1799         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
1800         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
1801         for ARRAY_REF - it doesn't work when array bounds are checked.
1802         (patch_array_ref):  Handle it here instead.
1803
1804         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
1805
1806 Fri Feb 19 15:35:01 1999  Per Bothner  <bothner@cygnus.com>
1807
1808         Force left-to-right evaluation of binary operations etc.
1809         * expr.c (force_evaluation_order), java-tree.h:  New function.
1810         * parse.y (java_complete_lhs):  Pass binary operations, procedure
1811         calls, and ARRAY_REFs to force_evaluation_order.
1812         (various):  Set TREE_SIDE_EFFECTS more carefully.
1813
1814         Tolerate random (non-UTF8) encoding in comments without complaining.
1815         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
1816         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
1817
1818         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
1819         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
1820
1821         * parse.y (java_complete_lhs):  Ignore an empty statement in a
1822         COMPOUND_EXPR.  Don't complain about empty statement after return.
1823         
1824 Fri Feb 19 13:00:56 1999  Per Bothner  <bothner@cygnus.com>
1825
1826         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
1827         in TREE_LIST - just chain the POINTER_TYPEs together.
1828         (resolve_class):  If type already resolved, return decl.
1829         After resolving, update TREE_TYPE(class_type), and name (if array).
1830         * parse.h (do_resolve_class), parse.y:  Make non-static.        
1831         * class.c (maybe_layout_super_class):  Take this_class argument.
1832         Do do_resolve_class if necessary.
1833         (layout_class, layout_class_methods): Adjust calls appropriately.
1834         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
1835         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
1836         * typeck.c (build_java_array_type):  Don't call layout_class.
1837
1838 Wed Feb 17 15:47:20 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1839
1840         * parse.y (check_pkg_class_access): Allow private class access
1841         within the same package.
1842         (strip_out_static_field_access_decl): New function.
1843         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
1844         operator argument before testing its nature.
1845
1846 Wed Feb  3 12:38:43 1999  Per Bothner  <bothner@cygnus.com>
1847
1848         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
1849         (TRY_EXPR):  Simplify - it no longer has a finally clause.
1850         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
1851         Simpler handling of TRY_EXPR, which no longer has a finally clause.
1852         * expr.c (java_lang_expand_expr):  Likewise.
1853         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
1854         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
1855         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
1856         (build_try_statement):  Remove finally parameter and handling.
1857         (build_try_finally_statement):  New function.
1858         (patch_try_statement):   No longer need to support finally clause.
1859         (try_statement):  Update grammar action rules.
1860         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
1861         Simpler handling of TRY_EXPR, which no longer has a finally clause.
1862
1863 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
1864
1865         * jcf-parse.c (get_constant): Add braces around computation of 'd'
1866         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
1867
1868 1999-02-17  Andrew Haley  <aph@cygnus.com>
1869
1870         * class.c (build_utf8_ref): Back out broken patch which was
1871         intended to to output signatures using '.' as a separator.
1872
1873         * class.c (make_class_data): Output signatures using '.' as a
1874         separator, rather than '/'.
1875         (mangled_classname): Likewise.
1876         (make_field_value): Likewise.
1877         (make_method_value): Likewise.
1878         * constants.c (alloc_class_constant): Likewise.
1879         * expr.c (build_invokeinterface): Likewise.
1880
1881 Thu Feb 11 21:25:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1882  
1883         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
1884         of an ancient workaround.
1885
1886 Wed Feb 10 23:27:33 1999  Jeffrey A Law  (law@cygnus.com)
1887
1888         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
1889         here anymore.
1890
1891 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1892         
1893         * lex.c (yylex): Encode \0 as UTF8.
1894
1895 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1896
1897         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
1898         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
1899         (libgcj_zip): Renamed.
1900         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
1901         LIBJAVA_ZIP_FILE.
1902         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
1903
1904         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
1905         (GC_NAME): Renamed -lgc to -lgcjgc.
1906
1907 Tue Feb  9 19:31:09 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1908
1909         * lex.c (java_lang_cloneable): Initialize.
1910         * parse.y (java_lang_cloneable): New static variable.
1911         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
1912         doing one more qualification round.
1913         (valid_ref_assignconv_cast_p): Reject null source or
1914         destination. Allow an array to be cast into java.lang.Cloneable.
1915         (patch_cast): Swapped two first arguments to first call to
1916         valid_ref_assignconv_cast_p.
1917
1918 Mon Feb  8 11:50:50 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1919
1920         * parse.h: DECL_P renamed JDECL_P.
1921         * parse.y: DECL_P replaced by JDECL_P.
1922         (build_array_from_name): Always use pointer's type.
1923         (patch_bc_statement): Extra code to search continue target in a
1924         for loop. Fixed comments. Continue target is current loop when
1925         unlabeled.
1926
1927 1999-02-05  Andrew Haley  <aph@cygnus.com>
1928
1929         * class.c (make_class_data): The superclass of an interface should
1930         be null, not class Object.
1931
1932         * lex.c (java_lex): Sign extend hex literals.
1933
1934 1999-02-04  Andrew Haley  <aph@cygnus.com>
1935
1936         * class.c (build_utf8_ref): Output signatures using '.' as a
1937         separator, rather than '/'.
1938         (make_class_data): Likewise.
1939
1940 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
1941
1942         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
1943         mkstemp.o.  Get them from libiberty now.
1944
1945 Tue Feb  2 19:49:12 1999  Jeffrey A Law  (law@cygnus.com)
1946
1947         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
1948
1949 Tue Feb  2 20:04:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1950
1951         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
1952         from libiberty.h
1953
1954 Tue Feb  2 10:39:47 1999  Per Bothner  <bothner@cygnus.com>
1955
1956         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
1957         * jcf-write.c (generate_bytecode_return):  New function.
1958         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
1959
1960         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
1961         generate special [fd]const_[01] instructions.
1962         
1963         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
1964
1965         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
1966         handling OPCODE_lookupswitch or OPCODE_tableswitch.
1967
1968 Mon Feb  1 20:44:47 1999  Per Bothner  <bothner@cygnus.com>
1969
1970         * parse.y (patch_method_invocation):  Handle calling static methods,
1971         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
1972
1973         * parse.y (java_complete_lhs):  Don't complain about unreachable
1974         exit condition in a do-while statement.
1975         
1976 Fri Jan 29 18:19:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1977
1978         * lex.c (java_read_char): Fixed utf8 decoding.
1979         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
1980         range.
1981         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
1982         comments. Local variable `all_primitive' is gone. Broadened
1983         acceptance of `0' to floating point targets. `long' can now be
1984         widened to `double' or `float'.
1985         (valid_method_invocation_conversion_p): Added leading
1986         comment. Fixed tabulation.
1987         (build_string_concatenation): Optimize out left or right empty
1988         string constants.
1989
1990 Thu Jan 28 18:51:26 1999  Per Bothner  <bothner@cygnus.com>
1991
1992         * jcf-write.c (localvar_alloc):  Only emit entry for
1993         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
1994         (generate_bytecode_insns):  Only call put_linenumber if
1995         debug_info_level > DINFO_LEVEL_NONE.
1996         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
1997         is specified, add -g1 (for compatibility wih javac).
1998
1999 Thu Jan 28 09:17:51 1999  Hans-Peter Nilsson  <hp@axis.se>
2000
2001         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
2002         gjavah.o, check-init.o, jv-scan.o
2003
2004 Mon Feb  1 09:50:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2005
2006         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
2007
2008         * gjavah.c: Include config.h and system.h.
2009
2010         * javaop.h (inline): Don't define, its handled by system.h.
2011         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
2012         from `inline' to `static inline'.
2013
2014         * jcf.h (inline): Don't define, its handled by system.h.
2015
2016         * lex.c (inline): Likewise.
2017
2018 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
2019
2020         * lang-specs.h: Map -Qn to -fno-ident.
2021
2022 Fri Jan 29 16:51:56 1999  Richard Henderson  <rth@cygnus.com>
2023
2024         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
2025
2026 1999-01-29  Tom Tromey  <tromey@cygnus.com>
2027
2028         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
2029         then cast it to Object before calling `append' method.
2030
2031 Thu Jan 28 14:45:39 1999  Per Bothner  <bothner@cygnus.com>
2032
2033         * check-init.c (check_bool2_init, check_bool_init, check_init):
2034         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
2035         * jcf-write.c (generate_bytecode_insns):  Likewise.
2036
2037 Thu Jan 28 11:50:11 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2038
2039         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
2040         * parse.y (patch_cast): Allow a boolean to be cast into a
2041         boolean.
2042
2043 Wed Jan 27 10:19:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2044
2045         * parse.y: (class_declaration:): Fixed indentation.
2046         (class_member_declaration:): Extra `;' after field declaration now
2047         accepted.
2048         (interface_declaration:): Removed debug messages in error reports.
2049         (patch_binop): Nodes created and returned inherit the orignal
2050         node's COMPOUND_ASSIGN_P flag value.
2051         (patch_cast): Fix cast from char to floating point.
2052
2053 Mon Jan 25 17:39:19 1999  Andrew Haley  <aph@cygnus.com>
2054
2055         * except.c, java-except.h (expand_resume_after_catch): new
2056         function.
2057         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
2058         to branch back to main flow of control after a catch block.
2059
2060 Sat Jan 23 23:02:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2061
2062         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
2063         $(srcdir)/../system.h.
2064         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
2065         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
2066         (jcf-write.o): Likewise.
2067         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
2068         (mangle.o): Depend on $(srcdir)/../toplev.h.
2069         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
2070         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
2071
2072         * class.c: Include output.h and parse.h.
2073         (mangled_classname): Add the `const' keyword to a char*.
2074         (find_named_method): Hide unused function definition.
2075         (build_utf8_ref): Change type of variable `c' to unsigned char.
2076         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
2077         (build_class_ref): Add the `const' keyword to a char*.
2078         (layout_class_method): Remove unused variable `buf'.
2079
2080         * decl.c (find_local_variable): Remove unused variable `rtl'.
2081         (pushdecl): Likewise for variables `different_binding_level' and
2082         `oldglobal'.
2083         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
2084         (maybe_build_cleanup): Likewise for parameter `decl'.
2085
2086         * except.c (expand_start_java_handler): Mark parameter `range'
2087         with ATTRIBUTE_UNUSED.
2088
2089         * expr.c: Include except.h.
2090         (pop_type): Remove unused variable `i'.
2091         (pop_value): Likewise for variables `n_words' and `i'.
2092         (expand_java_arrayload): Likewise for variable `convert'.
2093         (java_lang_expand_expr): Likewise for variables `op0', `type',
2094         `mode', `unsignedp', `node' and `elements'.
2095         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
2096         `eh_ranges'.
2097         (process_jvm_instruction): Add a `const' qualifier to a char*.
2098
2099         * gjavah.c (output_directory): Add the `const' keyword to a char*.
2100         (temp_directory): Likewise.
2101         (print_c_decl): Likewise.
2102         (print_method_info): Likewise.
2103         (decode_signature_piece): Likewise.
2104         (print_mangled_classname): Likewise.
2105
2106         * java-except.h: Provide prototypes for maybe_start_try,
2107         maybe_end_try and add_handler.
2108
2109         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
2110         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
2111         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
2112         init_expr_processing, push_super_field, init_class_processing,
2113         can_widen_reference_to, class_depth, verify_jvm_instructions,
2114         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
2115         set_local_type, merge_type_state, push_type, load_type_state,
2116         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
2117         emit_unicode_mangled_name): Add prototypes.
2118
2119         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
2120         (print_signature_type): Use ISDIGIT, not isdigit.
2121         (print_signature): Remove unused variable `j'.
2122
2123         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
2124         int when comparing against one.
2125
2126         * jcf-parse.c: Include toplev.h.
2127
2128         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
2129         (localvar_free): Remove unused variable `i'.
2130         (generate_bytecode_conditional): Likewise for variable `kind'.
2131
2132         * jv-scan.c: Include config.h and system.h.  Remove redundant
2133         OS header and gansidecl.h includes.
2134         (warning): Add the `const' keyword to a char*.  Also add
2135         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
2136         __STDC__, when determining whether to use ANSI-isms.
2137         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
2138         (xmalloc): Don't redundantly prototype here.
2139         (main): Remove unused parameter `envp'.  Also fix the arguments
2140         passed to function `fatal' to match the format specifier.
2141
2142         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
2143
2144         * mangle.c: Include toplev.h.
2145         (emit_unicode_mangled_name): Declare parameter `len'.
2146
2147         * parse.y (parse_warning_context): Add the `const' keyword to a
2148         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
2149         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
2150         (issue_warning_error_from_context): Add the `const' keyword to
2151         a char*.
2152         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
2153         not `__STDC__' for whether to use ANSI-isms.
2154
2155         * typeck.c (incomplete_type_error): Mark parameters `value' and
2156         `type' with ATTRIBUTE_UNUSED.
2157         (parse_signature_type): Use ISDIGIT, not isdigit.
2158
2159         * verify.c (check_pending_block): Add the `const' keyword to a char*.
2160         (verify_jvm_instructions): Likewise.  Remove unused variables
2161         `field_name' and `default_val'.
2162         
2163         * zextract.c: Include config.h and system.h.  Remove redundant
2164         OS header includes.
2165         
2166         * zipfile.h: Prototype `read_zip_archive'.
2167
2168 Thu Jan 21 16:00:06 1999  Andrew Haley  <aph@cygnus.com>
2169
2170         * typeck.c (convert): Allow conversions to void type: some
2171         optimizations in gcc do this.
2172
2173 Thu Jan 21 15:21:49 1999  Andrew Haley  <aph@cygnus.com>
2174
2175         * typeck.c (convert_ieee_real_to_integer): New function.
2176         (convert): When not using fast-math and using hardware fp, convert
2177         an IEEE NaN to zero.
2178  
2179 1999-01-18  Andrew Haley  <aph@cygnus.com>
2180
2181         * parse.y (patch_binop): Do a type conversion from signed to
2182         unsigned and then back to signed when a ">>>" is found.
2183
2184 Sun Jan 17 22:34:22 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2185
2186         * java-tree.h: (check_for_initialization): Added prototype.
2187         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
2188         * parse.y (do_resolve_class): Removed unused locals.
2189         (read_import_dir): Likewise.
2190         (resolve_qualified_expression_name): Array creation
2191         expressions are valid primary expressions.
2192         (qualify_ambiguous_name): Likewise.
2193         (patch_synchronized_statement): Removed unused local.
2194
2195 Sun Jan 17 21:55:42 1999  Jeffrey A Law  (law@cygnus.com)
2196
2197         * Makefile.in (zextract.o): Add dependencies.
2198
2199         * Makefile.in: Do not put ^Ls at the start of a line.
2200
2201 Fri Jan 15 20:16:20 1999  Per Bothner  <bothner@cygnus.com>
2202
2203         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
2204         sub-type the result of the call that gets the exception value.
2205
2206         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
2207         don't call finish_class.
2208
2209         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
2210         clear found before continuing.
2211
2212         * verify.c (verify_jvm_instructions):  On an array load, allow
2213         and handle top of stack to be TYPE_NULL.
2214
2215         * gjavah.c (generate_access):  Translate Java package private or
2216         protected access to C++ public, but with a comment.
2217
2218 1999-01-13  Andrew Haley  <aph@cygnus.com>
2219
2220         * expr.c (generate_name): Name prefix changed to avoid clashes
2221         with assembler temp labels.
2222
2223         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
2224         MODIFY_EXPR.  Without this, code for the assignement may not be
2225         generated at all and the synchronized statement will read an
2226         uninitialized variable.
2227         
2228 Wed Jan 13 01:24:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2229
2230         * class.c (maybe_layout_super_class): Fixed returned value.
2231         * lex.c: Added 1999 to the copyright.
2232         (java_init_lex): Initialize java_lang_imported.
2233         * lex.h: Added 1999 to the copyright.
2234         * parse.h: Added 1999 to the copyright.
2235         (REGISTER_IMPORT): Fixed typo in trailing macro.
2236         (CURRENT_OSB): New macro.
2237         (struct parser_ctxt): New fields osb_depth, osb_limit.
2238         * parse.y (java_lang_id): New global variable.
2239         (type_import_on_demand_declaration): Don't import java.lang.* twice.
2240         (array_creation_expression:): Use CURRENT_OSB.
2241         (dims:): Uses a stack to keep track of array dimensions.
2242         (cast_expression:): Use CURRENT_OSB.
2243         (find_expr_with_wfl): Return NULL if node found doesn't meet the
2244         conditions.
2245         (register_fields): Fixed typos in comment.
2246         (check_method_redefinition): Fixed comment indentation.
2247         (java_check_regular_methods): Set saved found wfl to NULL after
2248         having reinstalled it in the previously found DECL_NAME.
2249
2250 Sun Jan 10 13:36:14 1999  Richard Henderson  <rth@cygnus.com>
2251
2252         * gjavah.c (java_float_finite): Use a union to do type punning.
2253         (java_double_finite): Likewise.
2254
2255 Sat Jan  9 11:25:00 1999  Per Bothner  <bothner@cygnus.com>
2256
2257         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
2258         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
2259         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
2260         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
2261         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
2262         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
2263
2264 Fri Jan  8 15:48:03 1999  Per Bothner  <bothner@cygnus.com>
2265
2266         * check-init.c (check_init):  If compiling to native, we don't
2267         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
2268
2269 1999-01-08  Tom Tromey  <tromey@cygnus.com>
2270
2271         * parse-scan.y (variable_declarator_id): Set or increment
2272         bracket_count.
2273         (bracket_count): New global.
2274         (formal_parameter): Handle case where bracket pairs trail variable
2275         declarator id.
2276
2277 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
2278
2279         * jcf-parse.c (yyparse): variable len changed from a char to an
2280         int to prevent overflow.
2281
2282 Wed Jan  6 17:19:46 1999  Per Bothner  <bothner@cygnus.com>
2283
2284         * java-tree.h:  Declare read_class.
2285         * jcf-parse.c (read_class):  New function.
2286         (load_class):  Now just call read_class.
2287
2288         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
2289         * jcf-parse.c (parse_source_file):  Declare save_error_count,
2290         which is needed by java_parse_abort_on_error macro,
2291         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
2292
2293         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
2294         constructor, if initializing a static field.
2295         (patch_new_array_init):  Set TREE_CONSTANT if it is.
2296         * expr.c (java_lang_expand_expr):  For a static array constructor
2297         of primitive elements, allocate the array itself statically.
2298         Disabled until we can set the vtable field statically.
2299         
2300         * check-init.c:  New file.  Checks for definite assignment.
2301         * Makefile.in (JAVA_OBJS):  Add check-init.o.
2302         * parse.y (java_complete_expand_method): Call check_for_initialization.
2303         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
2304
2305 Wed Jan  6 14:53:10 1999  Graham <grahams@rcp.co.uk>
2306
2307         * parse.y : include system.h instead of including
2308         standard headers directly with the exception of <dirent.h>.
2309
2310 Wed Jan  6 16:20:06 1999  Per Bothner  <bothner@cygnus.com>
2311
2312         * lex.h:  Moved static function declarations to lex.c,
2313         to shut up some -Wall warnings.
2314         * lex.c:  Static function declarations moved here.
2315         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
2316
2317 Tue Jan  5 22:15:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2318
2319         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
2320
2321 Tue Dec 22 11:25:19 1998  Per Bothner  <bothner@cygnus.com>
2322
2323         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
2324         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
2325
2326         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
2327         (localvar_alloc):  Change return type to void,
2328         (emit_unop):  Remove unused variable size.
2329         
2330         * jcf-write.c (struct jcf_block):  Add new union.
2331         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
2332         (call_cleanups):  New functions.
2333         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
2334         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
2335         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
2336         * lang.c (lang_init):  Call using_eh_for_cleanups.
2337         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
2338         completing operands to patch_synchronized_statement.
2339         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
2340         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
2341         WITH_CLEANUP_EXPR instead of TRY_EXPR.  
2342
2343 Sun Dec 20 16:15:44 1998  John F. Carr  <jfc@mit.edu>
2344
2345         * Make-lang.in: Comment out control-Ls; they upset some makes.
2346
2347 1998-12-18  Tom Tromey  <tromey@cygnus.com>
2348
2349         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
2350         consistently.
2351
2352 1998-12-17  Tom Tromey  <tromey@cygnus.com>
2353
2354         * parse.y (DIR_SEPARATOR): New define.
2355         (check_class_interface_creation): Use it.
2356
2357         * parse-scan.y (report_main_declaration): Recognize
2358         `java.lang.String' in argument to main.
2359
2360 Wed Dec 16 16:18:59 1998  Per Bothner  <bothner@cygnus.com>
2361
2362         * parse.y (create_interface):  Remove bogus test.
2363
2364 Wed Dec 16 14:42:19 1998  Per Bothner  <bothner@cygnus.com>
2365
2366         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
2367         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
2368
2369 1998-12-16  Tom Tromey  <tromey@cygnus.com>
2370
2371         * parse-scan.y (qualified_name): Use correct sprintf format.
2372
2373 1998-12-15  Tom Tromey  <tromey@cygnus.com>
2374
2375         * gjavah.c (print_field_info): Changed how most negative number is
2376         printed.
2377
2378 Mon Dec 14 18:49:29 1998  Per Bothner  <bothner@cygnus.com>
2379
2380         * parse.y (fold_constant_for_init):  New function.
2381         (resolve_expression_name):  Don't replace static final
2382         constant-initialized fields by its value.
2383         (java_complete_lhs):  New.  Same as java_complete_tree, except does
2384         not replace static final constant-initialized fields by their values.
2385         (register_fields):  If there is an initializer, set DECL_INITIAL and
2386         MODIFY_EXPR_FROM_INITIALIZATION_P.
2387         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
2388         Only call patch_initialized_static_field if
2389         MODIFY_EXPR_FROM_INITIALIZATION_P.
2390         (patch_initialized_static_field):  If not valid constant, clear
2391         DECL_INITIAL.
2392
2393         * parse.y (lookup_field_wrapper):  Fix thinko.
2394
2395         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
2396         set and restore global lineno.
2397
2398 1998-12-14  Tom Tromey  <tromey@cygnus.com>
2399
2400         * gjavah.c (print_field_info): If value to print is the smallest
2401         value of its size, then print as hex to avoid later warnings from
2402         C++ compiler.
2403
2404 1998-12-14  Tom Tromey  <tromey@cygnus.com>
2405
2406         * gjavah.c (decompile_method): Decompile `return null'.
2407         (process_file): Generate `#pragma interface'.
2408         (method_declared): New global.
2409         (print_method_info): Set it.
2410         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
2411         (print_method_info): Handle abstract methods.
2412
2413 Sun Dec 13 17:31:40 1998  Per Bothner  <bothner@cygnus.com>
2414
2415         * parse.y (patch_method_invocation):  If class_decl is null
2416         (e.g. an array type), use original type.
2417
2418         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
2419         errors about uncaught exception from clone (of array, specifically).
2420
2421 1998-12-13  Tom Tromey  <tromey@cygnus.com>
2422
2423         * gjavah.c (decompile_method): Handle all types of `return'
2424         opcode.  Decompile `return this' and `return'.
2425         (method_access): New global.
2426         (print_method_info): Set it.
2427         (decompile_method): Don't decompile a synchronized method.
2428
2429 1998-12-13  Tom Tromey  <tromey@cygnus.com>
2430
2431         * jcf-reader.c (jcf_parse_one_method): Recognize
2432         HANDLE_END_METHOD.
2433         * gjavah.c (HANDLE_END_METHOD): New macro.
2434         (HANDLE_CODE_ATTRIBUTE): New macro.
2435         (decompile_method): New function.
2436         (print_method_info): Don't print `;\n' at end of function decl.
2437         Include java-opcodes.h.
2438         (decompiled): New global.
2439
2440 Sat Dec 12 20:13:19 1998  Per Bothner  <bothner@cygnus.com>
2441
2442         * class.c (build_class_ref):  Handle PRIMTYPE.class if
2443         flag_emit_class_files.
2444         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
2445         if flag_emit_class_files.
2446         * parse.y (java_complete_tree):  Pre-liminary support for
2447         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
2448
2449         * parse.y (patch_synchronized_statement):   Don't call monitorexit
2450         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
2451
2452         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
2453
2454         * zipfile.h (opendir_in_zip):  New declaration.
2455         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
2456         (opendir_in_zip):  New function, using code from open_in_zip.
2457         (open_in_zip):  Call opendir_in_zip.
2458         (find_class):  Remove no-longer-used do_class_file parameter,
2459         but add source_ok parameter.  Change logic so if we find a .java file,
2460         we don't look for .class in later classpath emtries.
2461         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
2462         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
2463         * gjavah.c: Update call to find_class.
2464         * jcf-dump.c:  Likewise.
2465
2466         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
2467         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
2468         nothing if body is empty_stmt_node.
2469         Various little fixes so SP gets correctly adjusted.
2470         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
2471         For CALL_EXPR, test if static first.
2472         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
2473         such as the ones we create for Object and Class.
2474         Set and restore current_function_decl.
2475         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
2476         (note_possible_classname):  New function.
2477         (read_import_entry):  Removed.  Merged with read_import_dir.
2478         (read_import_dir):  Don't call find_class - that only gives us
2479         the first classpath entry having the needed package.
2480         Use the struct buffer data structure from buffer.h.
2481         (read_import_dir, find_in_imports_on_demand):  The remembered
2482         class names now use '.' (not '/') as package separator.
2483
2484         * parse.y (java_complete_expand_methods):  Call write_classfile
2485         here, and not in java_expand_classes (which only gets first class).
2486
2487 Sat Dec 12 19:46:04 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2488
2489         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
2490         (register_fields):  If a static fields has an initializer, just
2491         chain it on ctxp->static_initialized, and handle later.
2492         (java_complete_expand_methods):  Force <clinit> first.
2493         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
2494         - it's already been completed.
2495         (patch_initialized_static_field):  New function.
2496         (java_complete_field):  Call it.
2497
2498 Sat Dec 12 19:21:11 1998  Per Bothner  <bothner@cygnus.com>
2499
2500         * expr.c (encode_newarray_type, build_new_array):  New functions.
2501         * java-tree.h:  Declare build_new_array.
2502         * jcf-write.c (patch_newarray):  Use build_new_array.
2503
2504         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
2505         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
2506
2507         * parse.y (patch_new_array_init):  Re-organize.
2508         Now is passed the actual array (pointer) type of the value.
2509         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
2510         (patch_array_constructor):  Removed - merged into patch_new_array_init.
2511         (java_complete_tree):  Update patch_new_array_init.
2512
2513         * jcf-write.c (find_constant_index):  New function.
2514         (generate_bytecode_insns):  Use find_constant_index.
2515         (generate_classfile):  Use find_constant_index for ConstantValue.
2516
2517 1998-12-11  Tom Tromey  <tromey@cygnus.com>
2518
2519         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
2520         * decl.c (init_decl_processing): Renamed dtable -> vtable.
2521         * class.c (make_class_data): Renamed dtable -> vtable, and
2522         dtable_method_count -> vtable_method_count.
2523
2524 Thu Dec 10 20:00:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2525
2526         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
2527         global variables, initialized.
2528         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
2529         Declared new global variables.
2530         * lex.c (java_lex): Return long_zero_node, float_zero_node,
2531         double_zero_node, integer_zero_node upon direct matching.
2532         * parse.y (purify_type_name): Added function prototype.
2533         (duplicate_declaration_error_p): Consider new_type as potentially
2534         being a incomplete type. Use purify_type_name on type string.
2535         (method_header): saved_type: unused variable removed. Don't figure
2536         return type if method name is invalid.
2537         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
2538         processed by patch_unaryop.
2539         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
2540         increment/decrement node into its original type after binary
2541         numeric promotion on its operands.
2542
2543 Thu Dec 10 11:02:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2544
2545         * parse.y (array_initializer:): Array init operand is NULL_TREE
2546         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
2547         now an error. Fixed indentation problems.
2548         (patch_string): Handle error_mark_node as an argument.
2549         (patch_new_array_init): Fixed indentation problems.
2550         (array_constructor_check_entry): Removed check on null wfl_value.
2551         Return an error if wfl_value's walk returns an error.
2552
2553 Wed Dec  9 15:37:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2554
2555         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
2556         * lex.c (java_lex): Remember column position before advancing one
2557         token. Retain location information on OCB_TK.
2558         * lex.h (typedef struct java_lc): Added new field.
2559         * parse.h (GET_SKIP_TYPE): New macro.
2560         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
2561         * parse.y (build_new_array_init, patch_new_array_init,
2562         patch_array_constructor, maybe_build_array_element_wfl,
2563         array_constructor_check_entry): New function prototypes.
2564         (switch_block:): Tagged <node>.
2565         (OCB_TK): Tagged <operator>.
2566         (array_initializer:): Installed actions.
2567         (variable_initializer): Build location information on element if
2568         necessary.
2569         (switch_statement:): Fixed indentation typo.
2570         (switch_block:): Redefined default action.
2571         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
2572         (patch_assignment): Removed duplicate code.
2573         (maybe_build_array_element_wfl, build_new_array_init,
2574         patch_new_array_init, patch_array_constructor,
2575         array_constructor_check_entry): New functions.
2576
2577 Mon Dec  7 15:13:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2578
2579         * parse.y (array_initializer): Tagged <node>.
2580         (variable_initializer:): Use default rule.
2581         (array_initializer:): Defined actions.
2582         (variable_initializers:): Likewise.
2583         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
2584         non-static field accesses.
2585         (patch_invoke): Fixed indentation typo.
2586         (java_complete_tree): Likewise.
2587         (build_labeled_block): Changed leading comment. Generate an error
2588         in case of duplicate loop labels.
2589         (patch_conditional_expr): Patch results of string concatenation
2590         operations.
2591
2592 Sun Dec  6 13:45:00 1998  Per Bothner  <bothner@cygnus.com>
2593
2594         * constants.c (find_methodref_index):  When the class is an interface,
2595         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
2596
2597         * decl.c (finit_identifier_node):  Use "$finit$", rather than
2598         "<finit>" (which Sun's verifier rejects).
2599         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
2600         (generate_field_initialization_code):  Removed.
2601         (fix_constructors)  Don't add call to $finit$ here (wrong order).
2602         (patch_method_invocation):  Add $finit$ call here.
2603
2604         * java-tree.h (CALL_USING_SUPER):  New macro.
2605         * parse.y (patch_invoke):  Remove im local variable.
2606         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
2607         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter. 
2608         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
2609
2610         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
2611
2612         * parse.y (java_complete_tree):  Don't complain about unreachable
2613         statement if it is empty_stmt_node.
2614
2615         * jcf-write.c (find_constant_wide):  New function.
2616         (push_long_const):  Use find_constant_wide.
2617
2618         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
2619         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
2620         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
2621         Emit invokeinterface when calling an interface method.
2622         Emit invokespecial also when calling super or private methods.
2623
2624         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
2625
2626 Sun Dec  6 13:21:18 1998  Per Bothner  <bothner@cygnus.com>
2627
2628         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
2629
2630 Thu Dec  3 17:11:12 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2631
2632         * java-tree.h (java_layout_seen_class_methods): New function
2633         prototype.
2634         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
2635         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
2636         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
2637         * parse.y (method_declarator:): Defined action.
2638         (issue_warning_error_from_context): input_filename saved, set to
2639         the appropriate value and restored after java_error is called.
2640         (build_unresolved_array_type): Fixed comment.
2641         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
2642         (method_header): Deal with return type the same way type are
2643         handled for fields and method's parameters and local variables
2644         types are handled.
2645         (check_method_redefinition): Removed extra CR.
2646         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
2647         (java_layout_seen_class_methods): New function.
2648         (java_layout_classes): Call java_layout_seen_class_methods.
2649         
2650 Thu Dec  3 15:56:50 1998  Per Bothner  <bothner@cygnus.com>
2651
2652         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
2653
2654 Thu Dec  3 15:08:30 1998  Per Bothner  <bothner@cygnus.com>
2655
2656         * jcf-dump.c (main):  Fix error message.
2657         * jcf-path.c (add_entry):  Style fix.
2658
2659 Wed Dec  2 15:52:25 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2660
2661         * class.c (layout_class_method): Call build_java_argument_signature
2662         on constructors too.
2663         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
2664         (patch_method_invocation): Define a primary when resolving an
2665         expression name. Augmented comment on code checking illegal `this'
2666         usage. Loosened it test by accepting NEW_CLASS_EXPR.
2667
2668 Tue Dec  1 13:53:24 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2669
2670         * class.c (layout_class_method): Don't report error on non-static
2671         overriding static if the method is private.
2672         * java-tree.h (finish_class): Prototype added.
2673         * lex.c (java_get_line_col): Handle col argument -2 value.
2674         * parse.h: All static method declarations moved to parse.y.
2675         * parse.y: Now contains all static method declarations previously
2676         found in parse.h.
2677         (find_expr_with_wfl, missing_return_error,
2678         unreachable_stmt_error): New functions.
2679         (java_get_real_method_name): Identify constructors bearing class
2680         names in source code compiled classes only.
2681         (java_complete_expand_methods): Call missing_return_error.
2682         (invocation_mode): Private methods invoked as static methods.
2683         (java_complete_tree): Call unreachable_stmt_error.
2684
2685 1998-12-01  Tom Tromey  <tromey@cygnus.com>
2686
2687         * Makefile.in (+target): Removed.
2688         (+xmake_file): Likewise.
2689         (+tmake_file): Likewise.
2690         (.NOEXPORT): Removed duplicate.
2691
2692 Fri Nov 27 13:20:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2693
2694         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
2695
2696         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
2697         
2698         * jvgenmain.c: Remove the xmalloc prototype, we get it from
2699         libiberty.h.  Provide an xmalloc definition.
2700
2701         * jvspec.c: Remove the xmalloc prototype.
2702
2703         * parse-scan.y: Include config.h and system.h.  Don't include
2704         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
2705         Provide an xstrdup definition.
2706
2707 Thu Nov 26 22:03:58 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
2708
2709         * jcf-path.c (add_entry): Recognize ".jar" too.
2710         * lang-specs.h: Likewise.
2711
2712 Thu Nov 26 12:44:07 1998  Per Bothner  <bothner@cygnus.com>
2713
2714         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
2715         soft_monitorenter_node, soft_monitorexit_node, throw_node.
2716
2717         * jcf-write.c (generate_bytecode_insns):
2718         Handle pre/post-increment/decrement of long.
2719
2720         * jcf-write.c (generate_bytecode_insns):
2721         Handle missing exception handler (finally for synchronized).
2722
2723 Wed Nov 25 09:47:15 1998  Per Bothner  <bothner@cygnus.com>
2724
2725         * java-tree.h (end_params_node):  Declare global.
2726         * decl.c (end_params_node):  New global.
2727         (init_decl_processing, start_java_method):  Use end_params_node for
2728         end of list of parameter types.  Follows correct gcc conventions.
2729         * expr.c (pop_argument_types, pop_arguments):  Likewise.
2730         * lang.c (put_decl_node):  Likewise.
2731         * typeck.c (various places):  Likewise.
2732         * class.y (various places):  Likewise.
2733         * parse.y (various places):  Likewise.
2734
2735         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
2736         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
2737
2738         * class.c:  Add #include flags.h, remove no-longer needed declaration.
2739
2740         * class.c (layout_class_method):  Remove commented-out code, re-format.
2741         Don't add vtable entry (or index) for private methods.
2742         * expr.c (expand_invoke):  A private method is implicitly final.
2743         * class.c (make_class_data):  If inlining or optimizing,
2744         skip private methods.
2745
2746         * class.c (finish_class):  New function.  Calls existing methods,
2747         but alls emits deferred inline functions.
2748         * jcf-parse.c (parse_class_file):  Call finish_class.
2749         * parse.y (java_complete_expand_methods):  Likewise.
2750
2751         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
2752
2753         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
2754
2755 Wed Nov 25 00:50:58 1998  Marc Espie <espie@quatramaran.ens.fr>
2756
2757         * jcf-write.c (generate_bytecode_conditional): Fix typo.
2758
2759 Tue Nov 24 17:06:38 1998  Per Bothner  <bothner@cygnus.com>
2760
2761         * (generate_classfile): Always write class access flag with
2762         ACC_SUPER set.
2763
2764 Tue Nov 24 16:34:33 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2765
2766         * class.c (maybe_layout_super_class): New function.
2767         (layout_class): Reorganized. Loop on class methods dispatched into
2768         a new function. Call maybe_layout_super_class.
2769         (layout_class_methods, layout_class_method): New functions.
2770         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
2771         class.
2772         (expand_invoke): Likewise.
2773         * java-tree.h (all_class_list): New global variable declared.
2774         (layout_class_methods, layout_class_method): New function
2775         prototypes.
2776         (LAYOUT_SEEN_CLASS_METHODS): New macro.
2777         * jcf-parse.c (all_class_list): New global variable.
2778         (load_class): Extended what class_or_name can be. Use parser
2779         context mechanism to save globals before calling jcf_parse.
2780         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
2781         is set on the file name.
2782         (jcf_parse): Layout class methods when Object is loaded, otherwise
2783         record class in all_class_list for delayed method layout.
2784         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
2785         * lang.c (put_decl_node): Decode <init> into the decl context
2786         class name.
2787         * lex.c (java_allocate_new_line): Use xmalloc.
2788         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
2789         pointers, not TREE_LIST elements.
2790         (struct parser_ctxt): Fixed comment indentations, added comments
2791         and reordered some fields.
2792         (java_check_methods): Function prototype removed.
2793         * parse.y (java_push_parser_context): Use xmalloc.
2794         (java_parser_context_restore_global): Pop extra pushed ctxp only
2795         when there's nothing next.
2796         (maybe_create_class_interface_decl): Fixed comment, add new
2797         created class decl to all_class_list.
2798         (method_header): Use GET_REAL_TYPE on argument's types.
2799         (method_declarator): Use GET_REAL_TYPE, change type to the real
2800         type in TREE_LIST dependency node. Build argument list with the
2801         real type.
2802         (create_jdep_list): Use xmalloc. Removed allocation error message.
2803         (obtain_incomplete_type): Fixed leading comment. Broadened
2804         incoming argument meaning.
2805         (register_incomplete_type): Use xmalloc. Removed allocation error
2806         message.
2807         (safe_layout_class): Fixed leading comment.
2808         (jdep_resolve_class): Reversed if statement condition and switch
2809         if and else bodies.
2810         (resolve_and_layout): Fixed leading comment. Broadened incoming
2811         argument meaning.
2812         (complete_class_report_errors): New local variable name, for
2813         clarity. purify_type_name used for all error cases.
2814         (java_get_real_method_name): Stricter check on constructors.
2815         (java_check_regular_methods): Reverse methods list only if not
2816         already laid out. Layout artificial constructor.
2817         (java_check_methods): Deleted.
2818         (source_start_java_method): Obtain incomplete type for patchable
2819         method arguments.
2820         (java_layout_classes): Fixed leading comment. Use
2821         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
2822         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
2823         before returning. Fixed comments.
2824         (java_expand_classes): Check for errors up front.
2825         (patch_method_invocation): Class to search is resolved and laid
2826         out.
2827         
2828 Tue Nov 24 12:57:13 1998  Per Bothner  <bothner@cygnus.com>
2829
2830         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
2831
2832         * javaop.h (int8):  Removed - not used.
2833         (jbyte):  Redefine portably with correct signedness.
2834
2835         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
2836
2837         * jcf-write.c (generate_bytecode_insns):  Fix typo
2838         OPCODE_getstatic to OPCODE_getfield.
2839
2840         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
2841         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
2842         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
2843
2844 Thu Nov 19 11:16:55 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2845
2846         * jcf-parse.c (jcf_parse_source): Function returned type is
2847         void. Added prototype.
2848         (jcf_parse): Function returned type is void.
2849         (yyparse): Remove call to fclose on the last parsed file.
2850
2851         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
2852
2853 Wed Nov 18 23:54:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2854
2855         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
2856         (layout_class): Cope with methods featuring WFL in decl names.
2857         * decl.c (unqualified_object_id_node): New global variable,
2858         initialized.
2859         (build_decl_no_layout): Removed.
2860         * expr.c (build_primtype_type_ref): Handle Double.
2861         (java_lang_expand_expr): Fixed indentations.
2862         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
2863         (flag_wall, flag_redundant, flag_not_overriding,
2864         flag_static_local_jdk1_1, unqualified_object_id_node): Global
2865         variable declarations.
2866         (build_decl_no_layout): Removed prototype.
2867         (java_get_real_method_name): Added prototype.
2868         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
2869         (java_parse_abort_on_error): Macro now just returns.
2870         * jcf-parse.c (jcf_parse_source): Check fclose returned
2871         value. Call emit_register_classes if java_report_errors returns
2872         zero.
2873         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
2874         flag_static_local_jdk1_1): New integer flags.
2875         (lang_decode_option): New flags set here.
2876         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
2877         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
2878         the flag_redundant variable.
2879         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
2880         when parsing java.lang.Object class.
2881         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
2882         NULL_TREE to build.
2883         (resolve_qualified_expression_name): Fixed indentation.
2884         (patch_array_ref): Changed prototype.
2885         (not_initialized_as_it_should_p): Prototype removed.
2886         (java_report_errors): Added function prototype.
2887         * parse.y (formal_parameter:): Changed error message for not yet
2888         supported final parameters.
2889         (class_type_list:): Set both PURPOSE and VALUE of created
2890         TREE_LIST to be class_type.
2891         (primary_no_new_array:): Handle class literals on primitive types.
2892         (parse_warning_context): Reinstalled correct force_error and
2893         do_warning flags setups.
2894         (java_report_errors): Changed prototype. Return java_error_count
2895         value.
2896         (variable_redefinition_error): Consider treating variable type as
2897         a fake pointer.
2898         (create_interface): Warn about redundant abstract modifier if
2899         flag_redundant is set. Changed error message.
2900         (lookup_field_wrapper): Save/restore globals before/after looking
2901         up field.
2902         (duplicate_declaration_error_p): Consider treating declaration
2903         type as a fake pointer.
2904         (register_fields): Extract real type from dependency node. Check
2905         for duplicate field declaration after type adjustment. Use
2906         DECL_INITIAL to store static final initialized values.
2907         (method_header): Extract real function type from dependency node.
2908         (check_abstract_method_header): Use GET_METHOD_NAME.
2909         (obtain_incomplete_type): Layout fake pointer type.
2910         (safe_layout_class): Don't try to check for methods before layout.
2911         (java_complete_class): Don't check for correct throws clause
2912         elements inheritance here.
2913         (resolve_and_layout): Broadened name parameter meaning.
2914         (reset_method_name): Use GET_METHOD_NAME.
2915         (java_get_real_method_name): New function.
2916         (java_check_regular_methods): Don't check methods in
2917         java.lang.Object.  Verify lineage of throws clause elements. Use
2918         flag_no_overriding in warning report.
2919         (check_throws_clauses): Don't check if class was from
2920         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
2921         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
2922         (declare_local_variables): Use flag_static_local_jdk1_1 to report
2923         warning on unsupported final local variables. Use build_decl
2924         instead of build_decl_no_layout. Get real local variable type from
2925         dependency node.
2926         (source_start_java_method): Get real parameter type from
2927         dependency node. Call build_decl instead of build_decl_no_layout.
2928         (java_layout_classes): Reverse tree and layout type and class as
2929         required. Mark class as loaded when done.
2930         (resolve_field_access): Fixed indentation. Restricted condition
2931         leading to static field access code generation. Set field_type
2932         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
2933         (resolve_qualified_expression_name): Initialize type_found to
2934         null. Handle static field resolved during qualification. Fixed
2935         layout on non primitive field decl types.
2936         (not_accessible_p): Fixed typo in comment.
2937         (patch_method_invocation): Resolve and layout class to search from
2938         type.
2939         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
2940         layout non primitive type, if necessary. Make method node only to
2941         report errors.
2942         (find_applicable_accessible_methods_list): Consider WFL'ed method
2943         decl names. Fixed indentation.
2944         (argument_types_convertible): Resolve and layout target type if
2945         necessary.
2946         (java_complete_tree): Fixed indentation problems. Rewrote
2947         CALL_EXPR thrown exceptions check. Re-installed further processing
2948         of the assignment in certain cases.
2949         (patch_assignment): Call maybe_build_primttype_type_ref to perform
2950         inlining on class literals.
2951         (valid_builtin_assignconv_identity_widening_p): Cope with constant
2952         0 literal.
2953         (valid_method_invocation_conversion_p): Likewise.
2954         (patch_string): Temporary disable forbidden use of `this' in
2955         explicit constructor invocations when doing string concatenation
2956         within their scope.
2957         (patch_unaryop): Added comment. Reinstalled code to disable
2958         further check on assignment operation with cast expression RHS.
2959         (patch_switch_statement): Fixed indentation.
2960         (build_try_statement): Call build_decl instead of
2961         build_decl_no_layout.
2962         (patch_synchronized_statement): Likewise.
2963         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
2964         IS_UNCHECKED_EXPRESSION_P.
2965         (check_thrown_exceptions_do): Changed leading comment. Resolve and
2966         layout argument exception type.
2967         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
2968         of IS_UNCHECKED_EXPRESSION_P.
2969         
2970 Wed Nov 18 14:21:48 1998  Anthony Green  <green@cygnus.com>
2971
2972         * jcf-parse.c (yyparse): Open class file in binary mode.
2973
2974 Sun Nov 15 17:14:17 1998  Per Bothner  <bothner@cygnus.com>
2975
2976         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
2977
2978         * jcf-write.c (perform_relocations):  Move check out one loop.
2979
2980 Sun Nov 15 15:09:56 1998  Anthony Green  <green@hoser.cygnus.com>
2981
2982         * Make-lang.in: Fix reference to srcdir.
2983         * jv-scan.c: Add missing xmalloc prototype.
2984         * jvgenmain.c: Ditto.
2985
2986 Sun Nov 15 14:36:29 1998  Per Bothner  <bothner@cygnus.com>
2987
2988         * decl.c (error_mark_node), java-tree.h:  New global.
2989         * parse.y:  Use empty_stmt_node instead of size_zero_node.
2990         (build_if_else_statement):  If missing else, use empty_stmt_node.
2991
2992         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
2993         (java_complete_expand_method):  Complain if return is missing.
2994         (java_check_regular_methods):  Comment out incorrect error check.
2995         (not_accessible_p):  Fix incorrect handling of protected methods.
2996         (patch_method_invocation):  Pass correct context to not_accessible_p.
2997         (find_applicable_accessible_methods_list):  Likewise.
2998         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
2999         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
3000         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
3001         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
3002
3003         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
3004         (push_int_const):  Remove reundant NOTE_PUSH.
3005         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
3006         (- case SWITCH_EXPR):  Fix code generation bug.
3007         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
3008         (generate_classfile):  More robust for abstract methods.
3009
3010 Sun Nov 15 13:52:39 1998  Anthony Green  <green@cygnus.com>
3011
3012         * Makefile.in: jv-scan and jvgenmain all require libiberty.
3013         * Make-lang.in: Ditto.
3014
3015         * jv-scan.c: Remove xmalloc and xstrdup definitions.
3016         * jvgenmain: Ditto.
3017
3018 Sun Nov 15 14:10:56 1998  Per Bothner  <bothner@cygnus.com>
3019
3020         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
3021
3022         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
3023
3024 Sat Nov 14 17:19:18 1998  Per Bothner  <bothner@cygnus.com>
3025
3026         Allow uses of interface types to verify.  This is not really
3027         type-safe, but it matches what Sun does, and is OK as long as
3028         there are appropriate run-time checks.
3029         * verify.c (merge_types):  If merging two interface types,
3030         just set the result to java.lang.Object.
3031         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
3032
3033 1998-11-13  Tom Tromey  <tromey@cygnus.com>
3034
3035         * gjavah.c (main): Handle --output-class-directory argument.
3036         * jvspec.c (lang_specific_driver): Translate `-d' into
3037         -foutput-class-dir.
3038         * jcf.h (jcf_write_base_directory): Declare.
3039         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
3040         * lang-options.h: Mention -foutput-class-dir.
3041         * jcf-write.c (jcf_write_base_directory): New global.
3042         (make_class_file_name): Put generated .class file into `-d'
3043         directory, or into source directory if -d not given.  Function now
3044         static.
3045         (write_classfile): Free class file name.  Handle case where class
3046         file name is NULL.
3047         (DIR_SEPARATOR): New macro.
3048         Include <sys/stat.h>
3049
3050         * Makefile.in (prefix): New macro.
3051
3052 Thu Nov 12 14:15:07 1998  Per Bothner  <bothner@cygnus.com>
3053
3054         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
3055         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
3056         here (done in patch_invoke instead).
3057         (case_identity):  Moved here from parse.y.
3058
3059         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
3060         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
3061         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
3062         so they can be efficiently scanned without recursion.
3063         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
3064         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
3065         in BLOCK iteratively, rather than recursively.
3066
3067         * parse.y (do_unary_numeric_promotion):  New function.
3068         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
3069
3070         * parse.y (patch_newarray):  Various fixes.
3071
3072         Re-do handling of switch statements (for proper block scoping).
3073         * parse.y:  Add just a single block for the enture switch block,
3074         but don't create any "case blocks".
3075         (group_of_labels):  Rmeoved unneeded non-terminal.
3076         CASE_EXPR and DEFAULT_EXPR are added to current block.
3077         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
3078         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
3079         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
3080         * parse.y (wfl_operator, print_int_node): Make non-static.
3081         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
3082         as part of recursive scan of block.
3083         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
3084         (patch_switch_statement):  Most tests move dinto java_complete_tree.
3085         
3086         * parse.y:  Make various production be non-typed (void).
3087         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
3088         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
3089         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
3090
3091         * jcf-write.c (struct jcf_handler):  New type.
3092         (struct jcf_switch_state):  New type.
3093         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
3094         (alloc_handler, emit_unop, emit_reloc):  New functions.
3095         (adjust_typed_op):  Add extra parameter ("max type" offset).
3096         (emit_switch_reloc, emit_case-reloc):  New function.
3097         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
3098         (generate_bytecode_insns):  Support REAL_CST, switch statements,
3099         exception handling, method calls, object/array creation, and more.
3100         
3101         * class.c:  Remove some unused variables.
3102         * constants.c (find_string_constant):  New function.
3103         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
3104         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
3105         if flag_emit_class_files.
3106
3107 1998-11-12  Tom Tromey  <tromey@cygnus.com>
3108
3109         * jcf-io.c (find_class): Added explanatory comment.
3110
3111         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
3112         trailing slash to `.zip' entries.
3113
3114         * jvspec.c (lang_specific_driver): Correctly handle case where
3115         GC_NAME not defined.
3116
3117 1998-11-11  Tom Tromey  <tromey@cygnus.com>
3118
3119         * jvspec.c (GC_NAME): New define.
3120         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
3121         if required.
3122         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
3123
3124 Wed Nov 11 19:08:52 1998  Per Bothner  <bothner@cygnus.com>
3125
3126         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
3127
3128 1998-11-11  Tom Tromey  <tromey@cygnus.com>
3129
3130         * jcf-dump.c (main): Correctly recognize `--'-style long options.
3131
3132 Tue Nov 10 12:34:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3133
3134         * class.c (is_compiled_class): Call safe_layout_class for class
3135         compiled from source.
3136         * conver.h (convert_to_integer, convert_to_real,
3137         convert_to_pointer): Added prototypes.
3138         * decl.c (init_decl_processing): Non longer push the decls of
3139         `methodtable', `constants', `Class', `Field', `dispatchTable'
3140         `jexception' and `Method'.
3141         * expr.c (build_invokeinterface): New function.
3142         (expand_invoke): static variable CLASS_IDENT now in
3143         build_invokeinterface. Use build_invokeinterface.
3144         (expand_java_field_op): Moved code to inline
3145         java.lang.PRIMTYPE.TYPE into a function.
3146         (build_primtype_type_ref): New function.
3147         * java-tree.def (INSTANCEOF_EXPR): New tree code.
3148         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
3149         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
3150         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
3151         (DECL_LOCAL_STATIC_VALUE): New macro.
3152         (build_invokeinterface, build_primtype_type_ref): New function
3153         prototypes.
3154         (java_parse_abort_on_error): Macro rewritten.
3155         * jcf-parse.c (current_method): Add comment to declaration.
3156         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
3157         Function prototypes fixed.
3158         (jcf_parse_source): push/pop parser context. save/restore global.
3159         (parse_source_file): Fixed leading comment. Now take a
3160         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
3161         classes and pop the parser context anymore.
3162         (yyparse): Push parser context, save globals, parse the source
3163         file, restore globals and pop the parser context when processing a
3164         source file.
3165         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
3166         * lex.c (java_parse_doc_section): New function.
3167         (java_lex): Call java_parse_doc_section when appropriate. Build an
3168         operator around INSTANCEOF_TK.
3169         * lex.h (java_lineterminator, java_sprint_unicode,
3170         java_unicode_2_utf8, java_lex_error, java_store_unicode):
3171         Prototypes rewritten.
3172         (java_parse_escape_sequence, java_letter_or_digit_p,
3173         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
3174         java_read_unicode, java_store_unicode, java_read_char,
3175         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
3176         Added function prototypes.
3177         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
3178         define.
3179         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
3180         New macros
3181         (struct parser_ctxt): New fields: deprecated,
3182         current_parsed_class_un, gclass_list.
3183         (fix_method_argument_names, issue_warning_error_from_context,
3184         resolve_package, lookup_package_type): New function prototypes.
3185         (resolve_expression_name): Fixed function prototype.
3186         (find_applicable_accessible_methods_list): Fixed indentation, added
3187         extra argument in prototype.
3188         (check_final_assignment, build_null_of_type, check_deprecation,
3189         check_method_redefinition, reset_method_name,
3190         java_check_regular_methods, java_check_abstract_methods,
3191         maybe_build_primttype_type_ref): New function prototype.
3192         * parse.y (conver.h): Include.
3193         (INSTANCEOF_TK): Tagged <operator>.
3194         (single_type_import_declaration): Use REGISTER_IMPORT macro.
3195         (relational_expression:): Build binop for instanceof.
3196         (java_push_parser_context): Remember ctxp->gclass_list across
3197         contexts.
3198         (java_pop_parser_context): Simply return if no context
3199         exists. Remember gclass_list across contexts.
3200         (issue_warning_error_from_context): New function.
3201         (parse_error_context): Don't setup ctxp->elc here. Call
3202         issue_warning_error_from_context instead.
3203         (parse_warning_context): Likewise.
3204         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
3205         setup. Link new class/interface to ctxp->gclass_list.
3206         (add_superinterfaces): Register interface as incomplete if not
3207         loaded.
3208         (create_class): Remember class unqualified name in
3209         ctxp->current_parsed_class_un. Check class deprecation.
3210         (register_fields): Check field deprecation. Remember static final
3211         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
3212         processing INIT.
3213         (method_header): New local variable ORIG_ARG. Use unqualified
3214         current class name for check on constructor errors. Promote return
3215         type if of record type. Argument list fix moved in
3216         fix_method_argument_names, called here. Check method deprecation.
3217         (fix_method_argument_names): New function.
3218         (method_declarator): Promote record typed arguments.
3219         (safe_layout_class): Check class methods before layout.
3220         (java_complete_class): Compute field layout when patched.
3221         (do_resolve_class): Try to load class after having it renamed
3222         after the package name.
3223         (get_printable_method_name): Use DECL_CONTEXT.
3224         (reset_method_name): New function.
3225         (check_method_redefinition): Use reset_method_name.
3226         (java_check_regular_methods): New local variable
3227         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
3228         names for error report. Check for compile-time error when method
3229         found has default (package) access.
3230         (java_check_abstract_methods): Now takes an interface DECL node as
3231         an argument. Also reinstall real name on unchecked
3232         overriding/hiding methods for error report.
3233         (java_check_methods): Fixed leading comment. Get classes to verify
3234         from ctxp->gclass_list. Use CHECK_METHODS macro and set
3235         CLASS_METHOD_CHECKED_P on class verification.
3236         (lookup_java_method2): Get real method name if necessary.
3237         (find_in_imports): Don't check package class access here.
3238         (resolve_package, lookup_package_type): New functions.
3239         (java_layout_classes): Fixed leading comment. Take classes to be
3240         laid out from ctxp->gclass_list.
3241         (java_complete_expand_methods): Don't expand native and abstract
3242         methods.
3243         (java_expand_classes): New function.
3244         (resolve_expression_name): Use additional argument ORIG.  Retrieve
3245         values of static final field of primitive types.
3246         (resolve_field_access): Handles static final field of promotive
3247         type.
3248         (resolve_qualified_expression_name): Handle STRING_CST as
3249         primaries and package name resolution. Check deprecation on found
3250         decls. Set where_found and type_found on non static field resolved
3251         during qualification. Layout non primitive field decl types.
3252         (check_deprecation): New function.
3253         (maybe_access_field): Simplified.
3254         (patch_method_invocation_stmt): Local variable CLASS_TYPE
3255         removed. Reverse method's argument when primary is a type. Don't
3256         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
3257         instead. Include abstract class in the list of class searchable
3258         for constructors. Use DECL_CONTEXT of found method for access
3259         checks. Check method deprecation.
3260         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
3261         converting arguments. Handle INVOKE_INTERFACE.
3262         (lookup_method_invoke): Search constructor using existing
3263         infrastructure (don't rely on lookup_java_constructor anymore).
3264         (find_applicable_accessible_methods_list): Extra argument flag
3265         LC. Now include constructor in the search.
3266         (qualify_ambiguous_name): Conditional expression are primaries.
3267         (not_initialized_as_it_should_p): static final are always
3268         initialized.
3269         (java_complete_tree): Pass extra NULL argument to
3270         resolve_expression_name. Stricter test to carry on patching
3271         assignments. New case for INSTANCEOF_EXPR.
3272         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
3273         (check_final_assignment, maybe_build_primttype_type_ref): New
3274         functions.
3275         (patch_assignment): Detect resolved static finals and carry normal
3276         assignment error check on them. Inline PRIMTYPE.TYPE read access.
3277         (try_builtin_assignconv): Access constant 0 on all primitive
3278         types.
3279         (valid_builtin_assignconv_identity_widening_p): Accept identical
3280         types. Accept all promoted type on int type.
3281         (valid_ref_assignconv_cast_p): Accept a null pointer to be
3282         assigned to a reference.
3283         (valid_method_invocation_conversion_p): Accept to check null
3284         pointers.
3285         (build_binop): Merge declaration and initialization of local
3286         variable BINOP.
3287         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
3288         numeric types. Improved validity test for qualify operators on
3289         references.
3290         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
3291         and PREINCREMENT_EXPR. Also detect resolved static finals of a
3292         primitive type and issue the appropriate error message.
3293         (resolve_type_during_patch): Mark class loaded when resolved.
3294         (patch_cast): Allow null to be cased to reference types.
3295         (build_null_of_type): New function.
3296         (patch_array_ref): Handle array on references correctly.
3297         (patch_return): Removed unused local variable MODIFY. Force
3298         boolean to be returned as integers. Allows null to be returned by
3299         a function returning a reference.
3300         * typeck.c (convert_to_integer, convert_to_real,
3301         convert_to_pointer): Prototypes moved to convert.h
3302         (lookup_argument_method): Use method real name, if necessary.
3303
3304 1998-10-30  Tom Tromey  <tromey@cygnus.com>
3305
3306         * class.c (build_class_ref): Changed name of primitive classes to
3307         start with `_Jv_'.
3308
3309         * class.c (make_class_data): Renamed fields: nmethods to
3310         method_count, method_count to dtable_method_count.  Always set
3311         `state' field to 0.
3312         * decl.c (init_decl_processing): Likewise.
3313
3314 Wed Oct 28 08:03:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3315
3316         * class.c (layout_class): Don't mangle <finit>, produce
3317         __finit<class> instead. Don't verify artificial methods.
3318         * decl.c (finit_identifier_node): New declared global.
3319         (init_decl_processing): finit_identifier_node initialized.
3320         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
3321         * java-tree.h (finit_identifier_node): Declared as extern.
3322         (struct lang_decl): New field called_constructor.
3323         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
3324         (CLASS_HAS_FINIT_P): New macro.
3325         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
3326         explicit constructor invocation.
3327         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
3328         CALL_SUPER_CONSTRUCTOR_P): New macros.
3329         (write_classfile): Added prototype.
3330         * jcf-parse.c (jcf_parse_source): Parse and remember for
3331         generation if the file was seen on the command line.
3332         (parse_source_file): Don't write the class file here.
3333         (yyparse): Loop on files rewritten. Set current_jcf.
3334         (parse_zip_file_entries): Parse class file only if it was found.
3335         * lang.c (init_parse): Don't open command line provided filename
3336         here.
3337         (lang_parse): Don't set main_jcf anymore.
3338         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
3339         (JCONSTRUCTOR_CHECK): New macro.
3340         (JBSC_TYPE_P): New macro.
3341         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
3342         (COMPLETE_CHECK_OP_2): New macro.
3343         (struct parse_ctxt): New field explicit_constructor_p.
3344         (check_class_interface_creation): Fixed prototype indentation.
3345         (patch_method_invocation_stmt): Prototype reflects added argument.
3346         (patch_invoke): Likewise.
3347         (complete_method_declaration, build_super_invocation,
3348         verify_constructor_circularity,
3349         build_this_super_qualified_invocation, get_printable_method_name,
3350         patch_conditional_expr, maybe_generate_finit, fix_constructors,
3351         verify_constructor_super, create_artificial_method,
3352         start_artificial_method_body, end_artificial_method_body,
3353         generate_field_initialization_code): New function prototypes.
3354         * parse.y: Fixed leading comment
3355         (constructor_header:, constructor_body:, block_end:): Rules tagged
3356         <node>.
3357         (type_declaration:): Call maybe_generate_finit.
3358         (method_declaration:): Action for method_body: placed in new
3359         function complete_method_declaration, called here.
3360         (constructor_declaration:): Defined actions. Removed leading
3361         FIXME.
3362         (constructor_header:): New rule with action.
3363         (constructor_body:): Rule rewritten using block_begin: and
3364         block_end:. Defined actions.
3365         (constructor_declarator:, explicit_constructor_invocation:):
3366         Defined actions.
3367         (block:): Use new rules block_begin: block_end:.
3368         (block_begin:, block_end:): New rules and actions.
3369         (block_statements:): Fixed error message for explicit
3370         constructors.
3371         (method_invocation:): Call build_this_super_qualified_invocation
3372         if primary is `this' or `super' was seen.
3373         (conditional_expression:): Action defined.
3374         (extra_ctxp_pushed_p): New static global flag.
3375         (java_parser_context_save_global): Create parser context if
3376         necessary. Use extra_ctxp_pushed_p to remember it.
3377         (java_parser_context_restore_global): Pop extra parser context if
3378         one exists.
3379         (build_array_from_name): Array on primitive types are marked
3380         loaded.
3381         (register_fields): Restore new name in field initializer
3382         expression if type was altered. Non static fields initialized upon
3383         declaration marked initialized.
3384         (maybe_generate_finit): New function.
3385         (maybe_generate_clinit): Use create_artificial_method,
3386         start_artificial_method_body, end_artificial_method_body. Generate
3387         debug info for enclosed initialization statements.
3388         (method_header): Fixed leading comment. Check constructor
3389         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
3390         accordingly.
3391         (complete_method_declaration, constructor_circularity_msg,
3392         verify_constructor_circularity): New functions.
3393         (get_printable_method_name): New function.
3394         (check_method_redefinition): Don't rename <finit> methods. Fix
3395         declared constructor names. Error message for
3396         constructors modified.
3397         (java_check_regular_methods): Local variable seen_constructor
3398         renamed saw_constructor. Skip verification on constructors. Create
3399         default constructor with create_artificial_method.
3400         (java_check_methods): Removed unnecessary empty line.
3401         (create_artificial_method, start_artificial_method_body,
3402         end_artificial_method_body): New functions.
3403         (java_layout_classes): Changed leading comment. Reverse fields
3404         list if necessary. Always layout java.lang.Object if being
3405         defined.
3406         (java_complete_expand_methods): Verify constructor circularity.
3407         (java_complete_expand_method): Call fix_constructor on
3408         constructors.  Local variable no_ac_found removed. Restore
3409         bindings if method body expansion failed.
3410         (fix_constructors, verify_constructor_super,
3411         generate_field_initialization_code): New function.
3412         (java_expand_classes): Fixed leading comment. Write class file
3413         here.
3414         (resolve_expression_name): Check for illegal instance variable
3415         usage within the argument scope of an explicit constructor
3416         invocation.
3417         (resolve_qualified_expression_name): Pass extra from_super flag
3418         when invoking patch_method_invocation_stmt. New case for
3419         conditional expression when used as a primary. Check for error
3420         when acquiring super.
3421         (patch_method_invocation_stmt): Added extra argument super. New
3422         local variable is_static_flag. Set class_to_search according to
3423         the nature of the constructor invocation. Don't add `this'
3424         argument when expanding NEW_CLASS_EXPR. Check for illegal method
3425         invocation within the argument scope of explicit constructor
3426         invocation. Set is_static according to is_static_flag. Provide
3427         extra `super' argument to patch_invoke invocation.
3428         (patch_invoke): New argument from_super. Loop on arguments
3429         indentation fixed. Pass from_super to invocation_mode. New switch
3430         case INVOKE_SUPER. Fixed error message in switch default case.
3431         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
3432         value.
3433         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
3434         (lookup_method_invoke): Fixed prototypes in candidates list. Error
3435         message takes constructors into account.
3436         (find_applicable_accessible_methods_list): Fixed indentation.
3437         (qualify_ambiguous_name): Take explicit constructor invocation
3438         into account. Deal with a conditional expression as a primary to
3439         a method call.
3440         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
3441         case. Added extra argument to patch_method_invocation_stmt.
3442         Register calls made to explicit constructor `this'. Don't call
3443         save_expr in ARRAY_REF case when emitting class files. Check for
3444         illegal use of this when expanding explicit constructor invocation
3445         arguments.
3446         (complete_function_arguments): Set and reset parser context
3447         explicit_constructor_p field value when appropriate.
3448         (build_super_invocation, build_this_super_qualified_invocation):
3449         New functions.
3450         (patch_assignment): Fixed typo.
3451         (patch_unaryop): Check on final fields occurs only when a decl
3452         exits.
3453         (patch_return): Take constructors into account.
3454         (patch_conditional_expr): New function.
3455         * typeck.c (build_java_signature): Removed unnecessary empty line.
3456         
3457 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
3458
3459         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
3460
3461 1998-10-28  Tom Tromey  <tromey@cygnus.com>
3462
3463         * decl.c (init_decl_processing): Renamed fields.
3464         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
3465         interface_len, msize fields.
3466
3467         * class.c (make_class_data): Removed subclass_head and
3468         subclass_next fields.
3469         * decl.c (init_decl_processing): Removed subclass_head and
3470         subclass_next fields.
3471
3472 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
3473
3474         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
3475         * mangle.c (emit_unicode_mangled_name): Similarly.
3476
3477 Mon Oct 26 12:17:23 1998  Nick Clifton  <nickc@cygnus.com>
3478
3479         * jcf-parse.c (get_constant): Place braces around code to compute
3480         'd' when REAL_ARITHMETIC is not defined.
3481
3482 Sun Oct 25 14:58:05 1998  H.J. Lu  (hjl@gnu.org)
3483
3484         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
3485         dependency.
3486
3487 1998-10-23  Tom Tromey  <tromey@cygnus.com>
3488
3489         * lang-specs.h: `.zip' files are input to jc1.
3490
3491 Thu Oct 22 23:01:54 1998  Per Bothner  <bothner@cygnus.com>
3492
3493         * jvspecs.c:  Add (but don't enable) support for combining multiple
3494         .class and .java input filenames to a single jc1 invocation.
3495         Add support for -C flag (copile to .class files).
3496         Translate -classpath and -CLASSPATH arguments.
3497         * lang-specs.h:  Don't set %2 spec.
3498
3499 1998-10-22  Tom Tromey  <tromey@cygnus.com>
3500
3501         * jcf-path.c (add_entry): Don't add trailing separator if entry is
3502         a .zip file.
3503         (add_path): Don't add trailing separator to non-empty path
3504         elements.
3505
3506         * lang.c (lang_decode_option): Check for -fclasspath and
3507         -fCLASSPATH before examining other `-f' options.
3508
3509         * java-tree.h (finalize_identifier_node): Don't declare.
3510         * class.c (make_class_data): Don't push "final" field.
3511         * decl.c (init_decl_processing): Don't push "final" field.
3512         (finalize_identifier_node): Removed.
3513         (init_decl_processing): Don't set finalize_identifier_node.
3514
3515         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
3516
3517 Sun Oct 11 10:31:52 1998  Anthony Green  <green@cygnus.com>
3518
3519         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
3520         (JV_SCAN_SOURCES): New macro.
3521         (JCF_DUMP_SOURCES): Likewise.
3522         (jcf-dump$(exeext)): New target.
3523         (jv-scan$(exeext)): New target.
3524
3525 1998-10-22  Tom Tromey  <tromey@cygnus.com>
3526
3527         * Makefile.in (LEX): Removed.
3528         (LEXFLAGS): Likewise.
3529         (SET_BISON): New macro.
3530         (BISON): Removed.
3531         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
3532         spurious diffs in parse.c.
3533         ($(PARSE_SCAN_C)): Likewise.
3534         (PARSE_DIR): New macro.
3535         (PARSE_C): Use it.
3536         (PARSE_SCAN_C): Likewise.
3537         (PARSE_RELDIR): New macro.
3538
3539         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
3540
3541         * jcf-io.c (find_class): Use saw_java_source to determine when to
3542         look for `.java' file.
3543         * jcf-parse.c (saw_java_source): New global.
3544         (yyparse): Set it if `.java' file seen.
3545
3546         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
3547         (GCJH_SOURCES): Likewise.
3548         * Makefile.in (datadir): New macro.
3549         (libjava_zip): Likewise.
3550         (JAVA_OBJS): Added jcf-path.o.
3551         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
3552         (../gcjh$(exeext)): Likewise.
3553         (jcf-path.o): New target.
3554         * java-tree.h (fix_classpath): Removed decl.
3555         * jcf-parse.c (fix_classpath): Removed.
3556         (load_class): Don't call fix_classpath.
3557         * parse.y (read_import_dir): Don't call fix_classpath.
3558         * lex.h: Don't mention classpath.
3559         * lex.c (java_init_lex): Don't initialize classpath.
3560         * jcf-io.c (classpath): Removed global.
3561         (find_class): Use jcf_path iteration functions.  Correctly search
3562         class path for .java file.
3563         (open_in_zip): New argument `is_system'.
3564         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
3565         classpath-related options.
3566         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
3567         and -I.
3568         (lang_init): Call jcf_path_init.
3569         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
3570         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
3571         Correctly put braces around second string in each entry.
3572         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
3573         classpath-related options.
3574         (help): Updated for new options.
3575         * jcf.h: Declare functions from jcf-path.c.  Don't mention
3576         `classpath' global.
3577         * jcf-path.c: New file.
3578
3579         * jcf-depend.c: Include jcf.h.
3580
3581         * jcf-write.c (localvar_alloc): Returns `void'.
3582         (localvar_free): Removed unused variable.
3583
3584         * lang.c (OBJECT_SUFFIX): Define if not already defined.
3585         (init_parse): Use OBJECT_SUFFIX, not ".o".
3586
3587 Wed Oct 21 07:54:11 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3588
3589         * class.c (emit_register_classes): Renamed from
3590         emit_register_class.
3591         * java-tree.h (emit_register_classes): Prototype renamed from
3592         emit_register_class.
3593         * jcf-parse.c (yyparse): Call emit_register_classes once before
3594         returning.
3595         * parse.y (java_expand_classes): No longer register classes.
3596
3597 Tue Oct 20 09:15:38 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3598
3599         * class.c (is_compiled_class): New local variable
3600         seen_in_zip. Identify classes found in currently compiled source
3601         file(s).
3602         * decl.c (complete_start_java_method): Fixed typo.
3603         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
3604         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
3605         (CLASS_P): Moved around.
3606         (java_parse_abort_on_error): Macro moved from jcf-parse.c
3607         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
3608         java-parse.h
3609         (jcf_parse_source): Changed leading comment. Removed unnecessary
3610         fclose and CLASS_FROM_SOURCE_P marking.
3611         (parse_source_file): New local variables remember_for_generation
3612         and filename. Mark parsed file name identifier node. Removed block
3613         executed when parse_only was null. Set remember_for_generation. 
3614         Use it as an argument to java_pop_parser_context.
3615         (yyparse): New local variables several_files, list, next node and
3616         current_file_list. Split ampersand separated file names into
3617         current_file_list. Iterate through the list and parse accordingly.
3618         * parse.h (java_pop_parser_context): New function prototype.
3619         * parse.y (ctxp_for_generation): New static global variable.
3620         (java_pop_parser_context): New argument generate. Link popped ctxp
3621         to ctxp_for_generation list accordingly.
3622         (java_complete_expand_methods): Fixed indentation.
3623         (java_expand_classes): New function.
3624         
3625 Sat Oct 17 11:25:21 1998  Per Bothner  <bothner@cygnus.com>
3626
3627         * Makefile.in:  Link with libiberty.a instead of memmove.o.
3628
3629 Fri Oct 16 10:59:01 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3630
3631         * lex.c (setjmp.h): No longer included.
3632         * lex.h (setjmp.h): Included.
3633         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
3634         (duplicate_declaration_error_p): Renamed from
3635         duplicate_declaration_error.
3636         (build_array_from_name): New function prototype.
3637         * parse.y (setjmp.h): No longer included.
3638         (variable_declarator_id): Define action.
3639         (build_array_from_name): New function.
3640         (duplicate_declaration_error_p): Renamed from
3641         duplicate_declaration_error.  Fixed leading comment.
3642         (register_fields): Main `for' loop reorganized. Uses
3643         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
3644         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
3645         build_array_from_name.
3646         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
3647         types.
3648         (read_import_dir): Don't try to skip `.' and `..'.
3649         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
3650         build_array_from_name. Main `for' loop reorganized.
3651         (resolve_qualified_expression_name): When building access to a
3652         field, use the type where the field was found, not its own type.
3653         (maybe_access_field): Use field DECL_CONTEXT if the type where the
3654         field was found is null.
3655         (qualify_ambiguous_name): Sweep through all successive array
3656         dimensions.
3657         
3658 Wed Oct 14 18:21:29 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3659
3660         * java-tree.h (pop_labeled_block, lang_printable_name,
3661         maybe_add_interface, set_super_info, get_access_flags_from_decl,
3662         interface_of_p, inherits_from_p, fix_classpath,
3663         complete_start_java_method, emit_handlers, init_outgoing_cpool,
3664         make_class_data, register_class, alloc_name_constant): New
3665         function prototypes.
3666         * lang.c (lang_decode_option): Set argc argument unused. Fixed
3667         indentation. Added cast to remove warning.
3668         (lang_printable_name): Set v argument unused.
3669         (lang_print_error): Added argument to lang_printable_name call.
3670         (java_dummy_print, print_lang_decl, print_lang_type,
3671         print_lang_identifier, lang_print_xnode): All argument marked
3672         unused.
3673         * lex.c (java_unget_unicode): Removed unnecessary argument.
3674         (java_allocate_new_line): Unused local variable is gone.
3675         (java_read_char): Added parenthesis in expressions to remove
3676         warnings.  Added final return statement.
3677         (java_read_unicode): Added parenthesis in expression to remove
3678         warning.
3679         (java_parse_end_comment): Fixed java_unget_unicode invocation.
3680         (java_parse_escape_sequence): Likewise.
3681         (java_lex): Unused local variables are gone. Fixed
3682         java_unget_unicode invocation.
3683         * lex.h (set_float_handler): Prototype added when JC1_LITE not
3684         defined.
3685         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
3686         lang_printable_name invocation in macro.
3687         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
3688         Likewise.
3689         (duplicate_declaration_error): Suppressed unused argument in
3690         prototype.
3691         (identical_subpath_p): Function declaration is gone.
3692         (patch_invoke): Suppressed unused argument in prototype.
3693         (patch_cast, build_labeled_block, check_thrown_exceptions):
3694         Likewise.
3695         * parse.y (setjmp.h): Included
3696         (toplev.h): Likewise.
3697         (field_declaration:): Suppressed unused local
3698         (label_decl:): Fixed build_labeled_block invocation.
3699         (java_pop_parser_context): Put extra parenthesis around assignment
3700         in if.
3701         (yyerror): Suppressed unused local variables.
3702         (variable_redefinition_error): Fixed lang_printable_name
3703         invocation.
3704         (create_interface): Suppressed unused local variables.
3705         (create_class): Likewise.
3706         (duplicate_declaration_error): Suppressed unused argument. Fixed
3707         lang_printable_name invocation.
3708         (register_fields): Suppressed unused local variable. Fixed
3709         duplicate_declaration_error invocation.
3710         (method_header): Suppressed unused local variable.
3711         (method_declarator, parser_check_super): Likewise.
3712         (java_complete_class): Suppressed unused local variable. Fixed
3713         fatal error message.
3714         (complete_class_report_errors): Added default: in switch.
3715         (java_check_regular_methods): Fixed lang_printable_name
3716         invocations.
3717         (check_throws_clauses): Likewise.
3718         (java_check_abstract_methods): Suppressed unused local
3719         variable. Fixed lang_printable_name invocation.
3720         (read_import_entry): Added supplemental return statement.
3721         (read_import_dir): Suppressed unused local variables.
3722         (check_pkg_class_access, declare_local_variables): Likewise.
3723         (source_start_java_method): Suppressed unused extern variable
3724         declarations
3725         (expand_start_java_method): Suppressed unused extern and local
3726         variable declarations.
3727         (java_complete_expand_methods): Likewise.
3728         (java_complete_expand_method): Suppressed unused local variables.
3729         (make_qualified_name): Likewise.
3730         (resolve_qualified_expression_name): Added default: in
3731         switch. Fixed lang_printable_name invocation.
3732         (class_instance_creation_expression): Added parenthesis around
3733         expressions.
3734         (patch_method_invocation_stmt): Fixed lang_printable_name and
3735         patch_invoke invocations.
3736         (check_for_static_method_reference): Fixed lang_printable_name
3737         invocation.
3738         (patch_invoke): Suppressed unused arguments and local variables.
3739         (lookup_method_invoke): Suppressed unused local variables.
3740         (qualify_ambiguous_name): Added default: in switch.
3741         (identical_subpath_p): Function removed.
3742         (patch_assignment): Suppressed unused local variables. Suppressed
3743         unnecessary if statement. Fixed lang_printable_name invocations.
3744         (try_builtin_assignconv): Fixed lang_printable_name invocations.
3745         (valid_ref_assignconv_cast_p): Parenthesis around
3746         expression. Suppressed unused local variables.
3747         (build_binop): Suppressed unused local variables. fixed
3748         lang_printable_name invocations.
3749         (string_constant_concatenation): Suppressed unused local
3750         variables.
3751         (patch_unaryop): Fixed lang_printable_name invocation.
3752         (patch_cast): Suppressed unnecessary argument. Fixed
3753         lang_printable_name invocation.
3754         (patch_array_ref): Fixed lang_printable_name invocation.
3755         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
3756         (build_labeled_block): Suppressed unused argument.
3757         (generate_labeled_block): Fixed build_labeled_block invocation.
3758         (build_loop_body): Suppressed unused local variables.
3759         (patch_loop_statement): Likewise.
3760         (patch_exit): Fixed lang_printable_name invocation.
3761         (patch_switch_statement): Likewise.
3762         (case_identity): First argument marked unused.
3763         (patch_try_statement): Fixed lang_printable_name invocations.
3764         (patch_synchronized_statement, patch_throw_statement): Likewise.
3765         (check_thrown_exceptions): Fixed check_thrown_exceptions and
3766         lang_printable_name invocations.
3767         (check_thrown_exceptions_do): Suppressed unused argument.
3768
3769 1998-10-14  Tom Tromey  <tromey@cygnus.com>
3770
3771         * jcf-write.c (write_classfile): Add output class file as target.
3772         * lang-options.h: Added -MD, -MMD, -M, and -MM.
3773         * jcf.h: Added declarations for dependency-tracking functions.
3774         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
3775         * lang.c (lang_decode_option): Recognize -MD and -MMD.
3776         (finish_parse): Call jcf_dependency_write.
3777         (dependency_tracking): New global.
3778         (DEPEND_SET_FILE): New define.
3779         (DEPEND_ENABLE): New define.
3780         (init_parse): Enable dependency tracking if required.
3781         Include "flags.h".
3782         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
3783         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
3784         (../gcjh$(exeext)): Likewise.
3785         (jcf-depend.o): New target.
3786         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
3787         (GCJH_SOURCES): Likewise.
3788         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
3789         dep_name argument.
3790         (find_classfile): Added dep_name argument.
3791         (find_class): Compute name of dependency.
3792         (open_in_zip): Call jcf_dependency_add_file.
3793         * gjavah.c (output_file): No longer global.
3794         (usage): Don't mention "gjavah".
3795         (help): Likewise.
3796         (java_no_argument): Likewise.
3797         (version): Likewise.
3798         (main): Recognize and handle -M family of options.
3799         (print_mangled_classname): Return is void.
3800         (process_file): Handle case where output is suppressed.
3801         (HANDLE_END_FIELD): Likewise.
3802         (HANDLE_METHOD): Likewise.
3803         * jcf-depend.c: New file.
3804
3805 Tue Oct 13 23:34:12 1998  Jeffrey A Law  (law@cygnus.com)
3806
3807         * java-tree.def: Add missing newline at EOF.
3808
3809 1998-10-13  Tom Tromey  <tromey@cygnus.com>
3810
3811         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
3812         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
3813         function.
3814         Include <config.h> and "system.h".
3815         (disassemble_method): Undefine RET to avoid clash with
3816         config/i386/i386.h.
3817
3818 Tue Oct 13 03:50:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3819
3820         * decl.c (runtime_exception_type_node, error_exception_type_node):
3821         New global variables.
3822         (init_decl_processing): Initialized.
3823         * expr.c (java_lang_expand_expr): Set caught exception type to
3824         null if catch handler argument doesn't exit.
3825         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
3826         tree codes.
3827         * java-tree.h (runtime_exception_type_node,
3828         error_exception_type_node): Global variables declared.
3829         (DECL_FUNCTION_THROWS): New macro.
3830         (DECL_FUNCTION_BODY): Modified comment.
3831         (DECL_SPECIFIC_COUNT): Likewise.
3832         (struct lang_decl): New field throws_list.
3833         (IS_UNCHECKED_EXPRESSION_P): New macro.
3834         * lex.c (java_lex): Generate location information for THROW_TK.
3835         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
3836         EXCEPTIONS_P): New macros.
3837         (enum jdep_code): New value JDEP_EXCEPTION.
3838         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
3839         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
3840         PATCH_METHOD_RETURN_ERROR): New macros.
3841         (patch_method_invocation_stmt): Added new argument to prototype.
3842         (patch_synchronized_statement, patch_throw_statement,
3843         check_thrown_exceptions, check_thrown_exceptions_do,
3844         purge_unchecked_exceptions, check_throws_clauses): New function
3845         prototypes.
3846         * parse.y Fixed typo in keyword section.
3847         (throw:): Rule tagged <node>.
3848         (THROW_TK): Keyword tagged <operator>.
3849         (method_header:): Last argument to call to method_header passed
3850         from throws: rule.
3851         (throws:, class_type_list:, throw_statement:,
3852         synchronized_statement:, synchronized:): Defined actions.
3853         (method_header): New local variable current. Register exceptions
3854         from throws clause.
3855         (java_complete_tree): Complete and verify exceptions from throws
3856         clause.
3857         (complete_class_report_errors): Error message on exceptions not
3858         found
3859         (java_check_regular_methods): Fixed typo. Shortcut on private
3860         overriding methods. Changed error message on method
3861         redefinition. Check for throws clause compatibility.
3862         (check_throws_clauses): New function.
3863         (java_check_abstract_methods): Use DECL_NAME for wfl or current
3864         method. Changed error message on method redefinition.
3865         (currently_caught_type_list): New static variable.
3866         (java_complete_expand_methods): Purge unchecked exceptions from
3867         throws clause list. Call PUSH_EXCEPTIONS before walk and
3868         POP_EXCEPTIONS after.
3869         (resolve_qualified_expression_name): Pass new argument as NULL to
3870         patch_method_invocation_stmt.
3871         (patch_method_invocation_stmt): New argument ref_decl. Invoke
3872         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
3873         argument list when appropriate. Use new argument if non null to
3874         store selected method decl.
3875         (patch_invoke): Convert if necessary args of builtin types before
3876         forming CALL_EXPR. Argument list no longer reversed here.
3877         (invocation_mode): Treat final methods as static methods.
3878         (java_complete_tree): New cases for THROW_EXPR: and
3879         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
3880         function call.
3881         (complete_function_arguments): No more RECORD_TYPE
3882         conversion. Function parameter nodes no longer saved.
3883         (valid_ref_assignconv_cast_p): Avoid handling null type.
3884         (patch_binop): Fixed null constant reference handling.
3885         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
3886         BUILD_THROW macros.
3887         (patch_try_statement): Fixed comments. Record caught types in
3888         list, push the list, expand try block and pop the list.
3889         (patch_synchronized_statement, patch_throw_statement,
3890         check_thrown_exceptions, check_thrown_exceptions_do,
3891         purge_unchecked_exceptions): New functions.
3892         * typeck.c (lookup_argument_method): Allow WFL in place of method
3893         DECL_NAME during method definition check
3894         
3895 1998-10-09  Tom Tromey  <tromey@cygnus.com>
3896
3897         * gjavah.c (decode_signature_piece): New function.
3898         (print_c_decl): Use it.  Added `name_override' argument.
3899         (print_method_info): Use name_override argument to print_c_decl.
3900         (seen_fields): Removed.
3901         (print_field_info): Don't update seen_fields.
3902         (struct method_name): New structure.
3903         (method_name_list): New global.
3904         (print_method_info): Add new method to list of methods.
3905         (name_is_method_p): New function.
3906         (print_field_info): If field name has same name as method, then
3907         change field name.
3908         (process_file): Parse methods before fields.
3909         (field_pass): New global.
3910         (HANDLE_END_FIELD): Take field_pass into account.
3911
3912 Wed Oct  7 12:10:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3913
3914         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
3915         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
3916
3917 Sat Oct  3 13:29:46 1998  Anthony Green  <green@cygnus.com>
3918
3919         * jvspec.c: Fix bug in jvgenmain_spec patch.
3920
3921 Fri Oct  2 17:22:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3922
3923         * Makefile.in (lang.o:): Install dependency on java-tree.def.
3924         * decl.c (soft_exceptioninfo_call_node): New global variable.
3925         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
3926         takes extra integer argument. soft_exceptioninfo_call_node
3927         initialized.
3928         * except.c (java_set_exception_lang_code): New function
3929         (method_init_exceptions): Called here.
3930         (prepare_eh_table_type): New function.
3931         (expand_end_java_handler): Called here.
3932         * expr.c (build_java_throw_out_of_bounds_exception): Now features
3933         one argument. Modified generation of call to
3934         soft_badarrayindex_node to use new argument.
3935         (build_java_arrayaccess): Pass faulty index value to
3936         build_java_throw_out_of_bounds_exception.
3937         (generate_name): New function.
3938         (java_lang_expand_expr): New local variables node, current,
3939         has_finally_p. Expand TRY_EXPR node.
3940         (process_jvm_instruction): Replace top of the stack with thrown
3941         object reference when entering exception handler.
3942         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
3943         specific tree codes.
3944         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
3945         global.
3946         (DECL_SPECIFIC_COUNT): New macro.
3947         (prepare_eh_table_type, java_set_exception_lang_code,
3948         generate_name): New function declarations.
3949         (match_java_method): Declaration deleted.
3950         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
3951         macros.
3952         * lex.c (TRY_TK, CATCH_TK): Generate location information.
3953         * parse.h (redefinition_error, refine_accessible_methods_list,
3954         can_cast_to_p): Function declaration removed.
3955         (classitf_redefinition_error, variable_redefinition_error,
3956         parse_jdk1_1_error, find_applicable_accessible_methods_list,
3957         find_most_specific_methods_list, argument_types_convertible,
3958         enter_a_block, valid_builtin_assignconv_identity_widening_p,
3959         valid_cast_to_p, valid_method_invocation_conversion_p,
3960         try_reference_assignconv, add_stmt_to_compound,
3961         build_jump_to_finally, build_tree_list, patch_try_statement,
3962         java_get_catch_block): New function declarations.
3963         * parse.y (string_buffer_type): Global variable deleted.
3964         (group_of_labels, catches, catch_clause, catch_clause_parameter,
3965         finally): Rules tagged <node>.
3966         (TRY_TK, CATCH_TK): Token tagged <operator>.
3967         (class_body_declaration:, class_member_declaration:,
3968         formal_parameter:, explicit_constructor_invocation:,
3969         interface_member_declaration:, constant_declaration:,
3970         primary_no_new_array:, class_instance_creation_expression:,
3971         array_creation_expression:): Issue error on unsuported JDK1.1
3972         features.
3973         (try_statement:, catches:, finally:): Define actions.
3974         (catch_clause_parameter): New rule.
3975         (catch_clause:): Use new rule catch_clause_parameter.
3976         (parse_jdk1_1_error): New function.
3977         (redefinition_error): Renamed classitf_redefinition_error.
3978         (variable_redefinition_error): New function.
3979         (check_class_interface_creation): Call
3980         classitf_redefinition_error.
3981         (java_complete_tree): Added error message on JDEP_TYPE: case.
3982         (complete_class_report_errors): Fixed indentation.
3983         (declare_local_variables): Call variable_redefinition_error.
3984         (source_end_java_method): Call java_set_exception_lang_code and
3985         emit_handlers where appropriate.
3986         (java_method_add_stmt): Call add_stmt_to_block.
3987         (add_stmt_to_block): New function.
3988         (lookup_method_invoke): Fixed outside comment. new local variable
3989         candicates.  Call find_applicable_accessible_methods_list and
3990         find_most_specific_methods_list when searching for a
3991         method. Modified error report to list possible candidates when
3992         applicable.
3993         (find_applicable_accessible_methods_list,
3994         find_most_specific_methods_list, argument_types_convertible): New
3995         function.
3996         (refine_accessible_methods_list): Function deleted.
3997         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
3998         expr (if applicable) before calling patch_array_ref.
3999         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
4000         (enter_block): Fixed comment.
4001         (enter_a_block): New function.
4002         (patch_assignment): Reorganized. Call try_reference_assignconv for
4003         references. Call valid_cast_to_p instead of can_cast_to_p.
4004         (try_reference_assignconv,
4005         valid_builtin_assignconv_identity_widening_p): New functions.
4006         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
4007         (valid_cast_to_p, valid_method_invocation_conversion_p): New
4008         functions.
4009         (build_string_concatenation): Don't resolve StringBuffer.
4010         (patch_cast): Fixed inverted arguments.
4011         (patch_array_ref): Code to save array expr deleted. Call
4012         valid_cast_to_p instead of can_cast_to_p.
4013         (generate_labeled_block): Call generate_name.
4014         (build_jump_to_finally, build_try_statement, java_get_catch_block,
4015         patch_try_statement): New functions.
4016         * typeck.c (match_java_method): Function deleted.
4017         
4018 Fri Oct  2 13:48:36 1998  Anthony Green  <green@cygnus.com>
4019
4020         * jvspec.c: jvgenmain_spec uses different temporary file names.
4021
4022 Fri Oct  2 12:50:19 1998  Anthony Green  <green@cygnus.com>
4023
4024         * jvspec.c (lang_specific_driver): Fail if user specifies
4025         --main= when not linking.
4026
4027 Mon Sep 28 13:48:33 1998  Tom Tromey  <tromey@cygnus.com>
4028
4029         * class.c (make_class_data): Push value for `thread' field.
4030         * decl.c (init_decl_processing): Added `thread' field to class.
4031
4032         * class.c (add_field): Always make static fields externally
4033         visible.
4034
4035 Sat Sep 26 08:22:47 1998  Anthony Green  <green@cygnus.com>
4036
4037         * expr.c (build_java_athrow,
4038         build_java_throw_out_of_bounds_exception, expand_invoke,
4039         build_newarray, expand_java_multianewarray, build_java_monitor):
4040         Update comments to reflect _Jv_* function names.
4041
4042 Fri Sep 25 16:03:02 1998  Per Bothner  <bothner@cygnus.com>
4043
4044         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
4045         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
4046         * parse.y (expand_start_java_method):  Likewise.
4047
4048 Thu Sep 24 12:20:35 1998  Per Bothner  <bothner@cygnus.com>
4049
4050         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
4051
4052         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
4053         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
4054         * expr.c:  Remove no-longer-needed calls to promote_type.
4055         * decl.c (give_name_to_locals):  Liekwise.
4056         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
4057         * parse.y:  Add/remove promote_type calls as appropriate.
4058         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
4059         (parse_signature_string):  Likewise.
4060         (build_java_array_type):  Fix for now signature convenions.
4061
4062         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
4063
4064 Wed Sep 23 14:49:35 1998  Tom Tromey  <tromey@cygnus.com>
4065
4066         * class.c (init_class_processing): libjava function renamed to
4067         _Jv_RegisterClass.
4068
4069 Tue Sep 22 12:00:02 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4070
4071         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
4072         * java-tree.def: Fixed DEFTREECODE third argument.
4073         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
4074         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
4075         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
4076         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
4077         JAVA_THIS_EXPR): Now replaced by tree code definitions.
4078         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
4079         * lang.c (java_tree_code_type, java_tree_code_length,
4080         java_tree_code_name): New arrays.
4081         (lang_init): Append Java tree node definitions to Gcc ones.
4082         * lex.c (expression_obstack): Declared as extern when JC1_LITE
4083         defined.
4084         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
4085         wfl_to_string.
4086         (java_lex): Allow declaration of empty string constants. Retain
4087         location information on CASE_TK and DEFAULT_TK.
4088         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
4089         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
4090         Modified to be more robust.
4091         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
4092         (build_new_invocation, try_builtin_assignconv,
4093         patch_switch_statement, string_constant_concatenation,
4094         build_string_concatenation, patch_string_cst, patch_string,
4095         java_expand_switch): New function declarations.
4096         * parse.y: Rules related to switch and EH tagged <node>.
4097         (label_id): Set to NULL_TREE
4098         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
4099         tree nodes.
4100         (this_or_super:): Fixed indentation.
4101         (statement:, statement_nsi:, statement_without_trailing_substatement:,
4102         statement_expression:): Removed call to RULE on all sub-rules.
4103         (switch_expression:, switch_labels:): New rules.
4104         (switch_statement:, switch_block:, switch_block_statement_groups:,
4105         switch_block_statement_group:, switch_labels:, switch_label:):
4106         Defined actions.
4107         (throw_statement:, synchronized_statement:, try_statement:):
4108         Defined temporary actions.
4109         (class_instance_creation_expression:): Call
4110         build_new_invocation. Fixed indentation.
4111         (field_access): Fixed indentation.
4112         (method_invocation): Likewise.
4113         (make_qualified_primary): Use THIS_EXPR.
4114         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
4115         resolving from SUPER, set *type_found.
4116         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
4117         (java_complete_tree): Removed unused local variable `location'. Case
4118         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
4119         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
4120         on MODIFY_EXPR: and all binary operator tree code cases. Removed
4121         STRING_CST: case. default: checks for patchable strings.
4122         (complete_function_arguments): Transform string constant or
4123         crafted StringBuffer if necessary.
4124         (build_method_invocation): Fixed comments.
4125         (build_new_invocation): New function.
4126         (patch_assignment): Call try_builtin_assignconv to figure a valid
4127         assignment conversion between builtin types.
4128         (try_builtin_assignconv): New function.
4129         (build_binop): Use URSHIFT_EXPR directly to call build.
4130         (operator_string): Use UNARY_PLUS_EXPR.
4131         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
4132         operator.
4133         (do_merge_string_cste, merge_string_cste,
4134         string_constant_concatenation, build_string_concatenation,
4135         patch_string, patch_string_cst): New function.
4136         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
4137         (patch_unaryop): Likewise. New test of valid ++/-- operands.
4138         (build_newarray_node): Use NEW_ARRAY_EXPR.
4139         (build_this): Use THIS_EXPR.
4140         (build_return): Enable debug information on return statement.
4141         (build_if_else_statement): Likewise.
4142         (complete_labeled_statement): Fixed related comment.
4143         (build_loop_body): Fixed comment.
4144         (build_bc_statement): Enable debug information on break/continue
4145         statements.
4146         (patch_bc_statement): Fixed typos. Handle SWITCH statement
4147         context.
4148         (patch_switch_statement, case_identity, java_expand_switch): New
4149         functions.
4150
4151 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
4152
4153         * buffer.h (BUFFER_INIT):  New macro.
4154         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
4155         Pass (struct jcf_partial *state) to most functions.
4156         (jcf_block, jcf_relocation):  New types.
4157         Support labels, branches, conditionals, loops.
4158
4159 Mon Sep 21 15:08:48 1998  Tom Tromey  <tromey@cygnus.com>
4160
4161         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
4162
4163 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
4164
4165         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
4166         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
4167         not integer_type_node (INT_TYPE_SIZ bits).
4168
4169         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
4170
4171         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
4172         * jcf-dump.c (print_exception_table):  New function.
4173         (disassemble_method):  Better handling of wide instructions.
4174         Make more robust for bad input.
4175
4176 Wed Sep 30 20:53:51 1998  Jeffrey A Law  (law@cygnus.com)
4177
4178         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
4179         FreeBSD.
4180
4181 Thu Sep 17 19:45:01 1998  Jeffrey A Law  (law@cygnus.com)
4182
4183         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
4184
4185 Thu Sep 17 16:21:52 1998  Tom Tromey  <tromey@cygnus.com>
4186
4187         * Makefile.in ($(PARSE_H)): Removed target.
4188
4189 Thu Sep 17 01:57:07 1998  Jeffrey A Law  (law@cygnus.com)
4190
4191         * Makefile.in (JAVA_OBJS): Add memmove.o
4192         (memmove.o): New target & rules.
4193
4194 Tue Sep 15 23:21:55 1998  Tom Tromey  <tromey@cygnus.com>
4195
4196         * expr.c (expand_invoke): Don't generate a call to the class init
4197         code.
4198
4199 Mon Sep 14 10:14:47 1998  Jeffrey A Law  (law@cygnus.com)
4200
4201         * Makefile.in: Add many missing dependencies.
4202         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
4203         as appropriate.
4204         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
4205         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
4206
4207 Fri Sep 11 14:05:21 1998  Per Bothner  <bothner@cygnus.com>
4208
4209         * decl.c (complete_start_java_method):  If method is static (and
4210         not private) call _Jv_InitClass.
4211         * expr.c (expand_invoke):  Don't call build_class_init.
4212
4213         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
4214
4215 Thu Sep 10 10:33:31 1998  Jeffrey A Law  (law@cygnus.com)
4216
4217         * Make-lang.in (GCJ): Define before using.
4218
4219 Wed Sep  9 21:23:10 1998  Jeffrey A Law  (law@cygnus.com)
4220
4221         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
4222         losing due to namespace pollution in GNU getopt.h
4223
4224 Wed Sep  9 13:33:39 1998  Tom Tromey  <tromey@cygnus.com>
4225
4226         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
4227         (java.all.cross): Likewise.
4228         (java.rest.encap): Likewise.
4229
4230 Tue Sep  8 10:34:05 1998  Jeffrey A Law  (law@cygnus.com)
4231
4232         * gjavah.c (print_class_decls): Fix thinko in arglist
4233         * jcv-io.c (find_classfile): Similarly.
4234
4235 Mon Sep  7 13:59:49 1998  Jeffrey A Law  (law@cygnus.com)
4236
4237         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
4238
4239 Sat Sep  5 16:08:01 1998  Tom Tromey  <tromey@cygnus.com>
4240
4241         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
4242         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
4243         * Makefile.in (PARSE_C): New macro.
4244         (PARSE_H): Likewise.
4245         (PARSE_SCAN_C): Likewise.
4246         ($(PARSE_C)): Target renamed from parse.c.
4247         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
4248         (clean): Remove parse-scan.c as well.
4249         (parse.o): Depend on $(PARSE_C).
4250
4251 Sat Sep  5 08:48:40 1998  Anthony Green  <green@cygnus.com>
4252
4253         * README, license.terms: Removed.
4254
4255         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
4256         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
4257         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
4258         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
4259         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
4260         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
4261         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
4262         and Java trademark attribution.
4263
4264 Fri Sep  4 10:42:05 1998  Tom Tromey  <tromey@cygnus.com>
4265
4266         * Makefile.in: Use gcjh, not gjavah.
4267         * config-lang.in (stagestuff): Use gcjh, not gjavah.
4268         * Make-lang.in: Changed gjavah to gcjh everywhere.
4269
4270 Thu Sep  3 18:04:09 1998  Per Bothner  <bothner@cygnus.com>
4271
4272         * gjavah.c:  Support new -prepend -add -append flags.
4273         (print_method_info):  Method is not virtual if class is final.  
4274
4275 Thu Sep  3 12:03:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4276
4277         * jv-scan.c: Fixed copyright assignment.
4278         * keyword.gperf: Likewise.
4279         * keyword.h: Likewise.
4280         * lex.c: Fixed copyright assignment.
4281         (java_lex): Push unicode back when parsing '<'.
4282         * lex.h: Fixed copyright assignment.
4283         * parse-scan.y: Likewise.
4284         * parse.h: Fixed copyright assignment.
4285         (build_debugable_stmt, complete_for_loop): New function prototypes.
4286         * parse.y: Fixed copyright assignment.
4287         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
4288         size_zero_node when completing a loop with no exit condition.
4289         (for_statement_nsi:): Define action.
4290         (for_init:, for_update:): Return size_zero_node when empty.
4291         (declare_local_variables): Call build_debugable_stmt.
4292         (build_debugable_stmt): New function.
4293         (build_loop_body): Build debugable statement around loop
4294         condition part.
4295         (complete_loop_body): Take into account the debugable statement
4296         around the EXIT_EXPR.
4297         (complete_loop_body): New function.
4298         (patch_exit_expr): Fixed condition inversion.
4299
4300 Wed Sep  2 11:53:58 1998  Tom Tromey  <tromey@cygnus.com>
4301
4302         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
4303         name of thread define.
4304         * jvspec.c (THREAD_NAME): New macro.
4305         (GCLIB): Likewise.
4306         (THREADLIB): Likewise.
4307         (lang_specific_driver): Recognize attempt to link with thread
4308         library or gc library.  Recognize -ljava on command line so it
4309         isn't linked against more than once.
4310
4311 Wed Sep  2 11:28:35 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4312
4313         * parse-scan.y (report_main_declaration): Name of the class
4314         containing `main' can be a qualified name.
4315
4316 Mon Aug 31 13:25:58 1998  Tom Tromey  <tromey@cygnus.com>
4317
4318         * config-lang.in: Changed gjavac to gjc everywhere.
4319         * Make-lang.in: Changed gjavac to gjc everywhere.
4320
4321 Thu Aug 27 02:28:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4322
4323         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
4324         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
4325         and install the files.
4326         * Makefile.in (JAVA_OBJS_LITE): New variable.
4327         (compiler:): Now include jv-scan as a dependency.
4328         (../jv-scan$(exeext), parse-scan.c): New targets.
4329         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
4330         * config-lang.in (compilers): Removed gcj, gjavah from the list.
4331         * jcf-parse.c (parse_source_file): Call java_layout_classes and
4332         check for errors even if parse_only.
4333         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
4334         defined.
4335         (yylex): New function. Uses java_lex body.
4336         (java_lex): Removed commented out statement. Remove local variable
4337         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
4338         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
4339         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
4340         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
4341         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
4342         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
4343         where appropriate.
4344         (java_lex_error): Empty if JC1_LITE is defined.
4345         (java_get_line_col): Return 0 if JC1_LITE is defined.
4346         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
4347         SET_MODIFIER_CTX): Moved into the section containing the macros
4348         conditionally defined by JC1_LITE.
4349         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
4350         argument if JC1_LITE is defined.
4351         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
4352         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
4353         is defined.
4354         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
4355         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
4356         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
4357         to different values according to JC1_LITE.
4358         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
4359         declared if JC1_LITE set.
4360         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
4361         defined if JC1_LITE not set.
4362         (struct parser_ctx): Reorganized and skip the jc1 front end part
4363         if JC1_LITE set.
4364         (java_layout_classes): New function definition.
4365         (java_push_parser_context, java_init_lex, yyparse, yylex,
4366         yyerror): Prototype always declared. All other static function
4367         prototypes declared only if JC1_LITE is not set.
4368         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
4369         declared in parse.h.
4370         (java_layout_classes): New function.
4371         (java_complete_expand_methods): No longer layout the class here.
4372         * parse-scan.y: New file.
4373         * jv-scan.c: New file.
4374
4375 Tue Aug 25 10:17:54 1998  Tom Tromey  <tromey@cygnus.com>
4376
4377         * gjavah.c (main): Handle -friend option.
4378         (friend_specs): New global.
4379         (generate_access): Handle friend_specs.
4380         (process_file): Likewise.
4381         (MAX_FRIENDS): New macro.
4382         (friend_count): New global.
4383         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
4384         Changed all callers.
4385
4386 Mon Aug 24 20:19:27 1998  Per Bothner  <bothner@cygnus.com>
4387
4388         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
4389         (main):  Handle processing all the entries of a named .zip archive.
4390         * jcf-io.c (jcf_trim_old_input):  New function.
4391         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
4392
4393 Mon Aug 24 07:35:13 1998  Per Bothner  <bothner@cygnus.com>
4394
4395         * lang.c (flag_assume_compiled):  Make default be on.
4396
4397 Fri Aug 21 17:29:04 1998  Per Bothner  <bothner@cygnus.com>
4398
4399         * jcf-dump.c:  Add bunches of flags to control output more.
4400         (process_class):  New function;  support printing more than one class.
4401         (main): Support new --print-main and --javap flags.
4402         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
4403         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
4404
4405 Thu Aug 20 14:24:47 1998  Per Bothner  <bothner@cygnus.com>
4406
4407         Change mangling of dispatch table to match C++ vtable (w/thunks).
4408         * class.c (build_dtable_decl), java-tree.h:  New function.
4409         (make_class_data):  Call it.
4410         * decl.c (init_decl_processing):  Likewise.
4411
4412 Wed Aug 19 17:57:07 1998  Warren Levy  <warrenl@cygnus.com>
4413
4414         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
4415         soft_anewarray; adjust args passed.
4416         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
4417         match _Jv_NewObjectArray.
4418         
4419 Wed Aug 19 09:33:23 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4420
4421         * decl.c (push_labeled_block, pop_labeled_block): New functions.
4422         * expr.c (loopup_label): Call create_label_decl.
4423         (create_label_decl): New function.
4424         (java_lang_expand_expr): Call expand_start_bindings with argument
4425         set to zero.
4426         * java-tree.h Added space after PROTO in function declarations
4427         when necessary.
4428         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
4429         (create_label_decl, push_labeled_block): New function
4430         declarations.
4431         * lex.c (label_id): Initialize.
4432         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
4433         switch.
4434         * parse.h Added space after PROTO in function declarations when
4435         necessary.
4436         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
4437         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
4438         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
4439         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
4440         macros.
4441         (struct parser_ctxt): New fields current_loop,
4442         current_labeled_block.
4443         (build_if_else_statement, patch_if_else_statement,
4444         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
4445         generate_labeled_block, complete_labeled_statement,
4446         build_bc_statement, patch_bc_statement, patch_loop_statement,
4447         build_new_loop, build_loop_body, complete_loop_body): New function
4448         declarations.  
4449         * parse.y (java_warning_count): New global variable.
4450         (label_id): New static variable.
4451         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
4452         (block:): Return size_zero_node when block is empty.
4453         (empty_statement:): Return size_zero_node.
4454         (statement:): Implement supplemental action when for_statement: is
4455         reduced.
4456         (label_decl:): New rule.
4457         (labeled_statement:): Rewritten using label_decl. Actions
4458         implemented.
4459         (labeled_statement_nsi:): Likewise.
4460         (if_then_statement): Actions implemented.
4461         (while_expression): New rule.
4462         (while_statement:): Rewritten using while_expression. Actions
4463         implemented.
4464         (while_statement_nsi:): Likewise.
4465         (do_statement_begin:): New rule.
4466         (do_statement:): Rewritten using do_statement_begin. Actions
4467         implemented.
4468         (for_statement:): Rewritten using for_begin. Actions implemented.
4469         (for_statement_nsi:): Likewise.
4470         (for_header:, for_begin:): New rules.
4471         (for_init:): Actions implemented.
4472         (statement_expression_list:, break_statement:,
4473         continue_statement:): Likewise.
4474         (yyerror): Count number of issued warning(s).
4475         (java_report_errors): Report error(s) and/or warning(s).
4476         (java_complete_class): Use build_java_argument_signature to
4477         recompute completed method signature.
4478         (java_check_regular_methods): New locals method_wfl and aflags.
4479         Use method_wfl instead of lookup_cl during error reports. Fixed
4480         indentation and modified some error messages. Use
4481         lang_printable_name in method instead of the DECL_NAME. New code
4482         to issue warnings on methods not overriding corresponding methods
4483         private to a different package.
4484         (java_method_add_stmt): Call add_stmt_to_compound.
4485         (add_stmt_to_compound): New function.
4486         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
4487         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
4488         (build_if_else_statement, patch_if_else_statement,
4489         build_labeled_block, generate_labeled_block,
4490         complete_labeled_statement, build_new_loop, build_loop_body,
4491         complete_loop_body, patch_loop_statement, build_bc_statement,
4492         patch_bc_statement, patch_exit_expr): New functions.
4493         * typeck.c (build_java_signature): Build argument signature before
4494         enclosing it in between parenthesis.
4495         
4496 Mon Aug 17 17:44:24 1998  Warren Levy  <warrenl@cygnus.com>
4497
4498         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
4499         (JAVA_OBJS): Added reminder comment
4500
4501 Thu Aug 13 10:01:45 1998  Nick Clifton  <nickc@cygnus.com>
4502
4503         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
4504         be interpreted as a long long.
4505
4506 Thu Aug 13 14:34:07 1998  Warren Levy  <warrenl@cygnus.com>
4507
4508         * decl.c (init_decl_processing): Use _Jv_InitClass, not
4509         soft_initialise_class.  Use _Jv_NewMultiArray, not
4510         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
4511         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
4512         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
4513         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
4514         
4515 Wed Aug 12 14:23:13 1998  Per Bothner  <bothner@cygnus.com>
4516
4517         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
4518         length_identifier_node):  New global tree node constants.
4519         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
4520         Replace uses by super_identifier_node etc.
4521         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
4522
4523         * parse.y (resolve_field_access):  Don't special-case ".length" if
4524         flag_emit_class_files.
4525         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
4526         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
4527         and ARRAY.length.
4528
4529 Tue Aug 11 11:31:55 1998  Per Bothner  <bothner@cygnus.com>
4530
4531         * decl.c (init_decl_processing): Remove unused method_type_node fields.
4532         * class.c (make_method_value):  Remove init for removed fields.
4533
4534         * class.c (layout_class):  Use build_java_argument_signature.
4535         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
4536
4537         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
4538         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
4539         (build_java_signature):  Don't use push_java_argument_signature.
4540
4541         * typeck.c (lookup_argument_method):  New function.
4542         * parse.y (java_check_regular_methods):  Use lookup_argument_method
4543         instead of lookup_java_method2 followed by lookup_java_method.
4544         
4545         * parse.y (check_method_redefinition):  Minor optimization.
4546         
4547         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
4548         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
4549
4550 Mon Aug 10 09:57:15 1998  Tom Tromey  <tromey@cygnus.com>
4551
4552         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
4553         c-pragma.o.
4554
4555         * gjavah.c (java_float_finite): Use K&R-style definition.
4556         (java_double_finite): Likewise.
4557         (generate_access): Now returns void.  Changed all callers.
4558         (last_access_generated): Removed.
4559         (process_file): Only make a single pass over the .class file.
4560
4561 Wed Jul 29 17:50:23 1998  Per Bothner  <bothner@cygnus.com>
4562
4563         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
4564         for compatibility for G++ (with -fvtable-thunks).
4565         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
4566
4567         * gjavah.c (process_file):  Use public inheritance for super-class.
4568
4569 Wed Jul 29 13:19:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4570
4571         * lex.c (java_init_lex): Initialize ctxp->package.
4572         * parse.h (struct parser_ctxt): package and package_len replaced
4573         by tree package, an identifier node. Field method_decl_list is
4574         gone. Fixed comments.
4575         (lookup_field_wrapper, merge_qualified_name, not_accessible,
4576         class_in_current_package): New function prototypes.
4577         * parse.y (array_type:): Set class loaded flag on primitive type
4578         arrays.
4579         (package_declaration:): Assign ctxp->package to the
4580         identifier node.
4581         (method_invocation:): Handle invocation of method qualified by
4582         `super'.
4583         (single_type_import_declaration:): Removed ambiguity check.
4584         (java_pop_parser_context): New local variable `next'. Reset and
4585         set IMPORT_CLASSFILE_NAME flags on current and previous import
4586         list.
4587         (java_accstring_lookup): Use new local macro COPY_RETURN.
4588         (lookup_field_wrapper): New function.
4589         (parser_qualified_classname): Use merge_qualified_name.
4590         (parser_check_super_interface): Broaden error message.
4591         (do_resolve_class): Check for qualified class name in the current
4592         compilation unit if appropriate.
4593         (process_imports): Check for already defined classes.
4594         (check_pkg_class_access): Got rid of call to
4595         get_access_flags_from_decl.
4596         (java_complete_expand_methods): Call safe_layout_class based on
4597         the current class size.
4598         (make_qualified_primary): Build a WFL qualification on primary if
4599         none exists.
4600         (merge_qualified_name): New function.
4601         (make_qualified_name): Use merge_qualified_name.
4602         (resolve_expression_name): Use safe_lookup_field.
4603         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
4604         (resolve_qualified_expression_name): Likewise. Check on resolved
4605         element accessibility.
4606         (not_accessible_p, class_in_current_package): New functions.
4607         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
4608         (patch_method_invocation_stmt): Merged common pieces. Check
4609         accessibility of invoked method.
4610         (check_for_static_method_reference): Add returned type in error
4611         message.
4612         (invocation_mode): Get rid of bogus check on PRIVATE methods.
4613         (refine_accessible_methods_list): Merged two conditions in test.
4614         (java_complete_class): Sanity check on stabilize_ref gone.
4615         * zextract.c (read_zip_archive): Cast lseek second argument to long.
4616         
4617 Tue Jul 28 21:39:22 1998  Per Bothner  <bothner@cygnus.com>
4618
4619         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
4620
4621 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
4622
4623         * gjavah.c (F_NAN): Removed.
4624         (F_NAN_MASK): New macro.
4625         (F_POSITIVE_INFINITY): Removed.
4626         (F_NEGATIVE_INFINITY): Likewise.
4627         (java_float_finite): Rewrote.
4628         (D_NAN_MASK): Renamed.
4629         (java_double_finite): Rewrote.
4630         (D_POSITIVE_INFINITY): Removed.
4631         (D_NEGATIVE_INFINITY): Likewise.
4632
4633         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
4634         If verbose, print underlying representation of value in hex.
4635
4636 Fri Jul 24 14:14:32 1998  Per Bothner  <bothner@cygnus.com>
4637
4638         * buffer.h, buffer.c:  New files.
4639         * Makefile.in (JAVA_OBJS):  Add buffer.o.
4640
4641         Support locals variables and writing their debug entries to .class.
4642         * jcf-write.c:  Simplify some by user new buffer type.
4643         (vode_buffer_grow):  Removed.
4644         (struct localvar_info):  New type.
4645         (localsvars, localvartable):  New buffers.
4646         (localvar_alloc, localvar_free):  New functions.
4647         (generate_bytecode_insns):  Handle local variables.
4648         (generate_classfile):  Write LocalVariableTable attribute.
4649
4650 Fri Jul 24 13:46:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4651
4652         * jcf-io.c (open_in_zip): Check the zipfile magic number.
4653         * zipfile.h (ZIPMAGIC): New macro.
4654
4655 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
4656
4657         * Makefile.in (gjavah.o): Updated dependencies.
4658         (jcf-dump.o): Likewise.
4659         (all.indirect): Use ../gjavah.
4660         (../gjavah$(exeext)): Likewise.
4661         (clean): Don't remove gjavah.
4662         (clean): Remove parse.c, not java/parse.c.
4663         * Make-lang.in (java): Added gjavah.
4664         (gjavah$(exeext)): New target.
4665         (GJAVAH_SOURCES): New macro.
4666         (java.all.build): Added gjavah.
4667         (java.all.cross): Likewise.
4668         (java.rest.encap): Likewise.
4669         * config-lang.in (compilers, stagestuff): Added gjavah.
4670
4671 Thu Jul 23 18:33:56 1998  Tom Tromey  <tromey@cygnus.com>
4672
4673         * gjavah.c (java_float_finite): New function.
4674         (java_double_finite): Likewise.
4675         (F_POSITIVE_INFINITY): New macro.
4676         (F_NEGATIVE_INFINITY): Likewise.
4677         (F_NAN): Likewise.
4678         (D_POSITIVE_INFINITY): Likewise.
4679         (D_NEGATIVE_INFINITY): Likewise.
4680         (D_NAN): Likewise.
4681         (print_field_info): Use java_float_finite and java_double_finite.
4682
4683 Thu Jul 23 15:28:24 1998  Per Bothner  <bothner@cygnus.com>
4684
4685         * parse.y (method_header):  Name "this" implicit argument.
4686
4687 Wed Jul 22 15:47:30 1998  Per Bothner  <bothner@cygnus.com>
4688
4689         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
4690         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
4691         (put_linenumber):  New function.
4692         (generate_bytecode_insns, generate_classfile):  Write line numbers.
4693
4694 Wed Jul 22 14:39:00 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4695
4696         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
4697         (lookup_name, build_known_method_ref, build_class_init,
4698         build_invokevirtual, invoke_build_dtable, match_java_method,
4699         build_field_ref, pushdecl_force_head, build_java_binop,
4700         binary_numeric_promotion, build_decl_no_layout,
4701         build_java_arrayaccess, build_newarray, build_anewarray,
4702         build_java_array_length_access, build_java_arraynull_check): New
4703         extern function prototypes.
4704         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
4705         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
4706         java-tree.h.
4707         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
4708         to NULL 
4709         * jcf.h (jcf_out_of_synch): New extern function prototype.
4710         * parse.h: Static/global function implemented in parse.y
4711         prototyped and declarations moved at the end of the file.
4712         (DECL_P): Check that the argument isn't null.
4713         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
4714         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
4715         (QUAL_DECL_TYPE): New macro.
4716         (PARAMS): Macro definition removed.
4717         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
4718         (return_statement:): Call build_return.
4719         (field_access:): Call make_qualified_primary in sub rule.
4720         (method_invocation:): Build method invocation and call
4721         make_qualified_primary when processing primaries.
4722         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
4723         get_type_from_signature.
4724         (java_check_regular_method): Extra integer 0 argument when calling
4725         lookup_java_method2.
4726         (lookup_java_interface_method2): Extra method DECL argument when
4727         calling lookup_java_interface_method2.
4728         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
4729         COMPOUND_EXPR node.
4730         (java_complete_expand_method): Layout current class iff not
4731         already done. Don't process interface's methods.
4732         (java_complete_expand_method): Use super class only if it
4733         exists. Use current class otherwise.
4734         (make_qualified_primary): New function.
4735         (resolve_expression_name): Process qualified expression or
4736         expression from primary the same way.
4737         (resolve_expression_name): Two last arguments to
4738         resolve_field_access are now NULL_TREEs.
4739         (resolve_field_access): New variable is_static. Local field must
4740         be DECLs. is_static computed on field DECLs only. Append code in
4741         where_found to the field access if necessary. Use QUAL_DECL_TYPE
4742         to initialize field_type.
4743         (resolve_qualified_expression_name): New local variable,
4744         previous_call_static and is_static. Handle primaries with function
4745         calls, casts, array references and `this'. `super' now handled as
4746         `(super_class)this'. Use is_static to clarify boolean expressions.
4747         Added code to handle case where a proper handle is required to
4748         access a field. Use QUAL_DECL_TYPE where applicable.
4749         (maybe_access_field): New function.
4750         (patch_method_invocation_stmt): New arguments primary, where,
4751         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
4752         deleted. Use `where' as a type to search from if specified. Check
4753         for static method reference where forbidden. Append primary or
4754         current_this to the argument list if not calling constructor nor
4755         static methods.
4756         (check_for_static_method_reference): New function.
4757         (patch_invoke): Layout the class on which new is done if
4758         necessary.
4759         (lookup_method_invoke): Changed format to report errors on
4760         methods.
4761         (qualify_ambiguous_name): New local variable this_found. Now
4762         handle things from primaries. Method call are considered
4763         expression names.
4764         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
4765         changed into NULLs.
4766         (not_initialized_as_it_should_p): Comply with the new DECL_P.
4767         (java_complete_tree): New case fo RETURN_EXPR. Process function
4768         call arguments in separate function. 
4769         (complete_function_arguments): New function.
4770         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
4771         anymore.
4772         (patch_assignment): Take the return function slot into account as
4773         a RHS. Distinguish assignment from a return.
4774         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
4775         when checking methods in interfaces.
4776         (resolve_type_during_patch): NULL argument to unresolve_type_p
4777         instead of NULL_TREE.
4778         (patch_newarray): Fixed typo in comment.
4779         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
4780         (build_return, patch_return): New functions.
4781         * typeck.c (lookup_java_constructor): Fixed typo in comment.
4782         
4783 Tue Jul 21 12:10:04 1998  Per Bothner  <bothner@cygnus.com>
4784
4785         * constants.c (find_name_and_type_constant, find_fieldref_index,
4786         find_methodref_index):  New methods.
4787         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
4788         just return given method.  Also, rename to build_known_method_ref.
4789         (expand_invoke):  Rename call to build_invoke_non_interface.
4790         * java-tree.h, parse.h:  Update prototype.
4791         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
4792         (such as expand_expr_stmt) if flag_emit_class_files.
4793         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
4794         STACK_TARGET, IGNORE_TARGET):  New macros.
4795         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
4796         (generate_bytecode_insn):  New function to generate method's bytecode.
4797         (generate_classfile):  Node generate Code attribute for a method.
4798         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
4799         push_long_const, field_op, adjust_typed_op, maybe_wide):
4800         New functions used by generate_bytecode_insn.
4801         
4802         * typeck.c (signature_include_return):  Remove variable.
4803         (push_java_argument_signature, build_java_argument_signature):  New.
4804         (build_java_signature):  Use push_java_argument_signature.
4805         * parse.y:  Use build_java_argument_signature instead of fiddling
4806         with signature_include_return.
4807
4808 Fri Jul 17 09:48:51 1998  Tom Tromey  <tromey@cygnus.com>
4809
4810         * gjavah.c (print_c_decl): Always generate JArray<>* for array
4811         types.
4812
4813         * Makefile.in (all.indirect): Added gjavah$(exeext).
4814         (gjavah$(exeext)): Added $(exeext).
4815         (clean): Likewise.
4816
4817 Thu Jul 16 15:29:20 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4818
4819         * class.c (layout_class): Call to java_layout_parsed_class replace
4820         by safe_layout_class.
4821         * expr.c (build_java_array_length_access): Removed static storage
4822         class in the function definition.
4823         (build_java_arraynull_check): Likewise.  
4824         Also fixed typos in two comments.
4825         * lex.c (java_init_lex): Initialize static global kw_length.
4826         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
4827         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
4828         java_lex_error.
4829         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
4830         * parse.h (resolve_no_layout): New static function declaration.
4831         (get_identifier_in_static): Declaration removed.
4832         (java_layout_parsed_class): Function name declaration changed to
4833         safe_layout_class.
4834         (build_newarray_node, patch_newarray, resolve_type_during_patch,
4835         not_initialized_as_it_should_p, build_this): New static function
4836         declarations.
4837         (pushdecl_force_head, build_java_binop, int_fits_type_p,
4838         binary_numeric_promotion, stabilize_reference,
4839         build_decl_no_layout, build_java_arrayaccess): Extern function
4840         declarations moved into their own section.
4841         (build_newarray, build_anewarray, build_java_array_length_access,
4842         build_java_arraynull_check): New extern function declarations.
4843         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
4844         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
4845         fake tree codes.
4846         (CALL_CONSTRUCTOR_P): New macro.
4847         * parse.y (kw_length): New static global tree node.
4848         (return_statement): Tagged <node>.
4849         (RETURN_TK): Tagged <operator>.
4850         (variable_declarator_id:): Build variable declaration with an
4851         empty initialization value if a syntax error was found in the
4852         initialization part of the variable declaration.
4853         (statement_without_trailing_substatement:): return_statement: now
4854         uses the default rule.
4855         (return_statement:): Temporarily fixed to return NULL_TREE.
4856         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
4857         (class_instance_creation_expression:): Class creation rules now
4858         call build_method_invocation upon reduction.
4859         (array_creation_expression:): Rules call build_newarray_node upon
4860         reduction.
4861         (dim_exprs:): Build a list of dimension expressions.
4862         (dim_expr:): Store location of the OSB_TK in the dimension
4863         expression node.
4864         (method_invocation:): Added a new error rule.
4865         (build_unresolved_array_type): WFL argument may also be an array
4866         on a primitive type. Name of the argument changed to reflect this.
4867         (method_declarator): Insert argument type at the beginning of the
4868         argument type list and later reverse the list.
4869         (unresolved_type_p): Argument 'returned' may be optionally
4870         NULL_TREE.
4871         (java_layout_class_from_source): Function renamed
4872         safe_layout_class.
4873         (resolve_and_layout): Now call resolve_no_layout and
4874         safe_layout_class.
4875         (resolve_no_layout): New function.
4876         (purify_type_name): New function.
4877         (complete_class_report_errors): Call purify_type_name during error
4878         report on a type not found.
4879         (process_imports): error_found local variable doesn't need to be
4880         initialized to zero.
4881         (declare_local_variables): New local type_wfl. Fixed typo in error
4882         message. type_wfl assigned to unresolved type and used to register
4883         incomplete type. Build a WFL around the variable initialization
4884         statement so that debug info can be generated on it.
4885         (source_start_java_method): Reverse argument list after they've
4886         been processed.
4887         (current_this): New static global variable.
4888         (java_complete_expand_methods): Set current_this when appropriate.
4889         (resolve_expression_name): Build correct static and non static
4890         field access bearing a simple name.
4891         (resolve_field_access): Resolve the length field of arrays. Handle
4892         f.m() cases.
4893         (patch_method_invocation_stmt): Set the type of the method
4894         invocation to error_mark_node. This value is later overridden by a
4895         valid type, if any. Don't handle qualified constructor invocation
4896         as qualified method invocation. Call lookup_method_invoke with its
4897         new flag. It's no longer necessary to access the selected method
4898         as the value of a tree list. Handle constructor invocation.
4899         (patch_invoke): Reverse argument list when invoking non interface
4900         methods. Insert call to new as the first argument of the
4901         constructor.
4902         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
4903         defined within a final class. Return INVOKE_STATIC if the invoked
4904         method is a constructor.
4905         (lookup_method_invoke): New lc argument is a flag to indicate a
4906         constructor lookup. Now handle constructor lookup. Choose the most
4907         specific method in case several were matching the invocation
4908         requirements. Return a method decl instead of a tree list featuring
4909         one single method decl element.
4910         (refine_accessible_methods_list): New lc flag argument to
4911         indicate that a constructor is being looked up.
4912         (not_initialized_as_it_should_p): New function.
4913         (java_complete_tree): Now process fake tree codes
4914         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
4915         save_expr on resolved function call arguments. Case on
4916         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
4917         (patch_assignment): LHS can be a field access expression. When
4918         dealing with reference, lhs_type is the promoted type of the
4919         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
4920         applicable.
4921         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
4922         (patch_binop): Use not_initialized_as_it_should_p where
4923         applicable.
4924         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
4925         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
4926         where applicable.
4927         (resolve_type_during_patch): New function.
4928         (patch_cast): Call resolve_type_during_patch to resolve type and
4929         report error accordingly.
4930         (patch_array_ref): Use not_initialized_as_it_should_p where
4931         applicable. Array base expression is saved before being
4932         used. Promote the type of an array elements if it contains non
4933         builtin types.
4934         (build_newarray_node, patch_newarray, build_this): New functions.
4935
4936 Thu Jul 16 10:46:47 1998  Tom Tromey  <tromey@cygnus.com>
4937
4938         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
4939         increment it in `for' statement.
4940         (print_field_info): If number is inf or nan, don't print it.
4941         (print_method_info): If method name is `delete', just ignore it.
4942         (print_c_decl): Special-case jstringArray.
4943
4944         * gjavah.c (help): New function.
4945         (no_argument): New function.
4946         (usage): Changed text.
4947         (main): Rewrote argument handling.  Now handles -v, --help,
4948         --version.
4949         (version): New function.
4950         (found_error): New global.
4951         (main): Return found_error.
4952         (generate_access): Set found_error.
4953         (print_c_decl): Likewise.
4954
4955 Wed Jul 15 10:36:27 1998  Tom Tromey  <tromey@cygnus.com>
4956
4957         * gjavah.c (print_c_decl): Don't print "," when examining field.
4958         Skip type name when looking at "[L" types.
4959         (process_file): Now static.
4960         (generate_access): Now returns int.
4961         (last_access_generated): New global.
4962         (process_file): Clear last_access_generated; make multiple passes
4963         over the class.
4964         (print_field_info): Just return if generate_access returns true.
4965         (print_method_info): Likewise.  Also, allow <init> functions to
4966         pass through.
4967         (print_c_decl): Added is_init argument.  Print constructors
4968         properly.
4969         (print_cxx_classname): Use UTF8_GET to extract characters from
4970         string.
4971         (print_base_classname): New function.
4972         (print_class_decls): New function.
4973         (process_file): Use it.
4974         (utf8_cmp): New function.
4975
4976 Mon Jul 13 14:21:47 1998  Nick Clifton  <nickc@cygnus.com>
4977
4978         * lang-options.h: Format changed to match changes in gcc/toplev.c
4979         to implement a --help option.
4980
4981 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
4982
4983         * decl.c (init_decl_processing): Revert change to dtable_type.
4984
4985 Thu Jul  9 18:22:12 1998  Per Bothner  <bothner@cygnus.com>
4986
4987         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
4988
4989 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
4990
4991         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
4992
4993         * lang.c (lang_init): Default flag_exceptions to 1, without
4994         checking to see if it's 2 first.
4995
4996 Wed Jul  8 03:01:32 1998  Jeffrey A Law  (law@cygnus.com)
4997
4998         * constants.c: Include "system.h".
4999         * decl.c: Likewise.
5000         * lang.c (flag_new_exceptions): Get via extern now.
5001         (lang_init_options): New functions.  Turn on flag_new_exceptions.
5002         
5003 Tue Jul  7 12:56:48 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5004
5005         * lex.c (java_lex): Return 0 when we see an invalid character in
5006         the input.
5007
5008         * lex.c (java_read_char): Specify extra argument when calling
5009         java_lex_error.
5010         (java_read_unicode, java_parse_end_comment,
5011         java_parse_escape_sequence): Likewise,
5012         (java_lex): Specify extra argument when calling
5013         java_lex_error. Test that IDs are beginning with a legal character
5014         for IDs. Handle invalid characters with an error message and a
5015         call to java_lex_error.
5016         (java_lex_error): Adjust column position by new argument
5017         `forward'. Issue an error even if in the middle of reporting an
5018         other error.
5019
5020 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
5021
5022         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
5023         we don't explicitly put a null pointer when we're copying it.
5024
5025 Tue Jul  7 09:38:38 1998  Tom Tromey  <tromey@cygnus.com>
5026
5027         * gjavah.c (print_cxx_classname): New function.
5028         (super_class_name): Likewise.
5029         (print_super_fields): Removed.
5030         (in_super): Removed.
5031         (print_field_info): Never generate #defines.
5032         (print_c_decl): Changed generated types to match JNI.  No longer
5033         print class name before method name.
5034         (print_method_info): Print "static" before static methods.
5035         Print "virtual" before non-final methods.
5036         (usage): Use exit(1), not exit(-1).
5037         (main): Likewise.
5038         (print_field_info): Use %.17g to print a double.
5039         (last_access): New globals.
5040         (process_file): Initialize last_access.
5041         (usage): Now static.
5042         (ACC_VISIBILITY): New define.
5043         (generate_access): New function.
5044         (print_field_info): Call it.
5045         (print_method_info): Likewise.  Also, generate information for all
5046         methods, not just native methods.  Return void.
5047         (print_c_decl): Return void.
5048         (print_field_info): Return void.
5049
5050 Thu Jul  2 16:53:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5051
5052         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
5053         processing the jc1 grammar file. Prefix bison functions and
5054         variables with java_.
5055         (parse.c): Dependencies on parse.h and lex.h
5056         * expr.c (build_java_arrayaccess): Function now global.
5057         * java-tree.h: Comment reorganized to carry on previous
5058         classification effort.
5059         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
5060         RESOLVE_TYPE_NAME_P): New flags on WFLs.
5061         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
5062         java_parse (new prefix java_ generated by bison).
5063         (java_layout_parsed_class, java_register_parsed_class): Function
5064         call removed.
5065         (yyparse): Removed unnecessary call to init_outgoing_cpool.
5066         * lex.c (static tree wfl_op): Variable deleted.
5067         (java_init_lex): Initialize kw_super and kw_this. Initialize more
5068         ctxp fields to NULL_TREE.
5069         (java_lex): No longer create WFL for operators. Filename caching
5070         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
5071         created as STRING_CST and later expanded. Removed extra argument
5072         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
5073         and SUPER.
5074         (build_wfl_node): Removed code in comments.
5075         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
5076         store token and location data in the current bison token.
5077         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
5078         static/extern function declaration at the beginning of the file.
5079         (struct qualification): Data structure definition deleted.
5080         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
5081         (qualify_ambiguous_name): Function declaration modified. Function
5082         now returns nothing.
5083         (build_array_ref, patch_array_ref, make_qualified_name,
5084         resolve_qualified_expression_name, maybe_generate_clinit,
5085         resolve_field_access): New static function declarations.
5086         (build_java_arrayaccess): New extern function declaration.
5087         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
5088         (CALL_EXPR_PRIMARY): Macro deleted.
5089         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
5090         (struct parser_ctxt): Field initialized_final
5091         removed. non_static_initialized, static_initialized: New fields.
5092         * parse.y (static tree kw_super, static tree kw_this): New global
5093         static.
5094         (%union): tree wfl field of operator member replaced by int
5095         location. WFLs are non longer created for operators.
5096         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
5097         (qualified_name:): Now calls make_qualified_name to build the
5098         identifier.
5099         (type_declaration:): Consider generating <clinit> when class
5100         parsing completed.
5101         (variable_declarator:): Directly build an assignment node when the
5102         variable is initialized when declared.
5103         (this_or_super:): Build a WFL and set current location when THIS
5104         or SUPER are parsed.
5105         (expression_statement:): Wrap statement around a WFL.
5106         (primary_no_new_array:): Fixed typo. Changed value returned by
5107         THIS_TK because of its new type (temporary).
5108         (dim_exprs:): Temporary fix because of OSB_TK's new type.
5109         (field_access:): Build qualified name with SUPER.
5110         (method_invocation:): Fixed returned value because of SUPER's new
5111         type.
5112         (array_access:): Use OSB_TK location information.
5113         (post_increment_expression:, post_decrement_expression:,
5114         unary_expression:, pre_increment_expression:,
5115         pre_decrement_expression:, unary_expression_not_plus_minus:,
5116         cast_expression:, multiplicative_expression:,
5117         additive_expression:, shift_expression:, relational_expression:,
5118         equality_expression:, and_expression:, exclusive_or_expression:,
5119         inclusive_or_expression:, conditional_and_expression:,
5120         conditional_or_expression:, assignment:): Use new location/token
5121         information available on operators.
5122         (create_class): Set super_decl_type to NULL_TREE when processing
5123         java.lang.Object.
5124         (register_fields): Field initialization is now a MODIFY_EXPR
5125         node. Chain initialization code to the matching lists (according
5126         the the field declaration modifiers).
5127         (maybe_generate_clinit): New function.
5128         (method_header): Don't set method's DECL_NAME to a WFL when adding
5129         methods to java.lang.Object.
5130         (resolve_and_layout): Now can return NULL_TREE if the type
5131         resolution fails. Otherwise, return the class DECL instead of its
5132         TYPE.
5133         (check_method_redefinition): Don't patch method DECL_NAME if it
5134         belongs to java.lang.Object.
5135         (process_imports): Simply assign error_found to the value returned
5136         by check_pkg_class_access.
5137         (declare_local_variables): Don't use their init statements (if
5138         any) when parsing error were previously found. Reuse MODIFY_EXPR
5139         build during parsing as an init statement.
5140         (java_method_add_stmt): Now return the current method body.
5141         (java_layout_parsed_class, java_register_parsed_class): Functions
5142         removed.
5143         (java_complete_expand_methods): Initialize the constant pool on a
5144         per class basis. Layout the classes before expanding their method
5145         bodies. Don't try expand artificial constructor code if error were
5146         found. Make the classes data and register them if no error were
5147         found.
5148         (java_complete_expand_method): Retrieve an artificial constructor
5149         argument list before entering its body. Assign the top block to
5150         the artificial constructor function body and set types of declared
5151         blocks and compound statements to void. Walk method body if not an
5152         artificial constructor.
5153         (make_qualified_name, cut_identifier_in_qualified): New functions.
5154         (resolve_expression_name): Fixed comments. Save/restore the
5155         current class CLASS_LOADED_P flag value. Build non qualified
5156         static field access and handle qualified expression names.
5157         (resolve_field_access, resolve_qualified_expression_name): New
5158         functions.
5159         (patch_method_invocation_stmt): Use the new expression resolution
5160         scheme, calling resolve_field_access when the function call is
5161         resolved as an expression.
5162         (qualify_ambiguous_name): Function rewritten to work on qualified
5163         expression produced by make_qualified_name.
5164         (java_complete_tree): Promote type when function's argument are
5165         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
5166         the assignment to discover further errors if RHS is a expression
5167         name that fails to evaluate. Declare LHS initialized even though
5168         the assignment failed. Don't use the location variable and removed
5169         extra argument in patch function calls. Now handle the ARRAY_REF
5170         case and build internal string representation when STRING_CSTs are
5171         walked.
5172         (build_method_invocation): Don't wrap function call around a WFL.
5173         (build_assignment): Likewise. Use the operator location
5174         information.
5175         (patch_assignment): Handle array access LHSs. Handle error
5176         provenance, resulting in a better error report.
5177         (build_binop): Use op_location from operator as binop location
5178         information.
5179         (build_unaryop, build_incdec, build_cast): Likewise.
5180         (patch_binop): Extract location information from the node. Fixed
5181         typo in error message.
5182         (patch_unary_op): Extract location information from the node.
5183         (build_array_ref, patch_array_ref): New functions.
5184         
5185 Wed Jul  1 13:11:36 1998  Tom Tromey  <tromey@cygnus.com>
5186
5187         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
5188         match _Jv_IsInstanceOf.
5189         * decl.c (init_decl_processing): Use _Jv_NewArray, not
5190         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
5191
5192 Tue Jun 30 14:12:54 1998  Tom Tromey  <tromey@cygnus.com>
5193
5194         * decl.c (init_decl_processing): Functions are now named
5195         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
5196
5197 Mon Jun 29 14:47:10 1998  Per Bothner  <bothner@cygnus.com>
5198
5199         * java-tree.h (load_class):  Add prototype.
5200         * class.c (is_compiled_class):  Add missing arg to load_class.
5201         * expr.c (expand_java_NEW):  Call load_class.
5202         * parse.y (process_import):  Removed bogus use of void return value.
5203
5204 Thu Jun 25 11:50:48 1998  Per Bothner  <bothner@cygnus.com>
5205
5206         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
5207         Function name is "_Jv_Throw" instead of "soft_athrow".
5208         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
5209         Function name is "_Jv_AllocObject" instead of "soft_new".
5210         Takes an extra parameter (object size).
5211         * expr.c:  Update calls.
5212
5213 Wed Jun 24 13:59:02 1998  Per Bothner  <bothner@cygnus.com>
5214
5215         * lex.c (java_get_line_col):  Handle end-of-file.
5216         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
5217
5218 Wed Jun 24 09:22:34 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5219
5220         * lang.c (lang_init): Make -fexceptions the default.
5221         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
5222         exception handling is not turned on.
5223
5224 Tue Jun 23 10:17:09 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5225
5226         * lang.c (flag_new_exceptions): Make this this default.
5227         * decl.c (end_java_method): Call emit_handlers.
5228         * except.c (method_init_exceptions): Set language code and version.
5229         (expand_start_java_handler): Enable exception, and call 
5230         expand_eh_region_start.
5231         (expand_end_java_handler): Enable exception, and set up catch blocks.
5232         (emit_handlers): New routine to generate the saved handlers.
5233         * java-except.h (emit_handlers): Add prototype.
5234
5235 Fri Jun 12 11:31:24 1998  Per Bothner  <bothner@cygnus.com>
5236
5237         We used to have three different representations of the constant pool:
5238         the CPool structure, the tree_constant_pool, and the constructures
5239         used to build the Class object (which may need class and string
5240         constants) in compiled code.  None were appropriate for compiling
5241         to .class files, so I did a major overhaul.
5242
5243         First, the tree_constant_pool array was removed.  Things were
5244         modified to the CPool structure in the JCF could be used.
5245         Second, a "capacity" field was added to the CPool, and functions
5246         written to search for a matching constant, adding one if not found.
5247         The code that generated the Class object was changed to use a CPool.
5248         The actual TREE_LISTs used to build the CONSTRUCTORs used for
5249         the static Class object are now only in build_constants_constructor.
5250         Finally, I wrote code which can generate a .class file (including its
5251         constant pool) from the RECORD_TYPE of a class.  This is a big step
5252         on the way to compiling Java source into .class files.
5253         
5254         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
5255         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
5256
5257         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
5258         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
5259         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
5260         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
5261         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
5262         (lang_type):  Removed constant_pool field.
5263         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
5264         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
5265         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
5266         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
5267
5268         * constants.c (current_constant_pool_tags, current_constant_pool_data,
5269         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
5270         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
5271         (set_constant_entry, find_constant1, find_constant2,
5272         find_class_constant, count_constant_pool_bytes, write_constant_pool,
5273         find_utf8_constant, find_class_or_string_constant):  New functions.
5274         
5275         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
5276         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
5277         (give_name_to_class, get_class_constant):  Likewise.
5278         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
5279         (get_name_and_type_constant, get_ref_constant):  Removed.
5280         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
5281         * parse.y:  Don't save/restore tree_constant_pool.
5282         * verify.c (verify_jvm_instructions):  Update for new approach.
5283         * expr.c (expand_invoke, expand_java_field_op): Likewise.
5284
5285         * lang-options.h:  Added -femit-class-file, -femit-class-files.
5286         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
5287         (lang_f_options):  Added "emit-class-file(s)".
5288
5289         * expr.c (build_java_arrayaccess):  Generate more efficient array
5290         bounds checking, by using unsigned compare.
5291
5292         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
5293
5294 Wed Jun 10 17:34:42 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5295
5296         * parse.h: New comment on the handling of unresolved type
5297         identifiers. JDEPs are now part of the jdep_code enum.
5298         (typedef struct jdep): Now use enum jdep_code or int, depending on
5299         availability. Both are narrowed down to an 8 bits bitfield.
5300         (CALL_EXPR_PRIMARY): Fixed comment.
5301
5302 Wed Jun 10 10:54:39 1998  Tom Tromey  <tromey@cygnus.com>
5303
5304         * Make-lang.in (java): Added gjavac and jvgenmain.
5305         (java.start.encap): Depend on gjavac.
5306         (java.rest.encap): Depend on jvgenmain.
5307
5308         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
5309         (JAVA_CROSS_NAME): Likewise.
5310         (java.all.build): Depend on jvgenmain and gjavac.
5311         (java.all.cross): Depend on jvgenmain and gjavac-cross.
5312         (jvgenmain$(exeext)): New target.
5313         (java.install-common): Wrote.
5314         * config-lang.in (compilers, stagestuff): Added gjavac and
5315         jvgenmain.
5316
5317 Wed Jun 10 12:19:04 1998  Dave Brolley  <brolley@cygnus.com>
5318
5319         * lang.c (lang_decode_option): New argc/argv interface.
5320
5321 Tue Jun  9 18:12:46 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5322
5323         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
5324         * decl.c (build_decl_no_layout): New function.
5325         * expr.c (java_lang_expand_expr): Layout declarations found in
5326         blocks before they're pushed.
5327         * jcf-parse.c (load_class): Save current line when parsing class
5328         file.
5329         (parse_source_file): Register class before expanding their
5330         methods.
5331         * lang.c (put_decl_node): Produce `null' when `void *' is
5332         processed.
5333         * lex.c (static tree wfl_op): New static global, for error report
5334         on casts.
5335         (java_init_lex): wfl_operator and wfl_op initialized
5336         here. Filename caching added for wfl_op. Return wfl_op when `(' is
5337         parsed.
5338         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
5339         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
5340         build_unresolved_array_type): New static function definitions.
5341         (build_decl_no_layout): New extern function declared.
5342         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
5343         faulty modifier exists.
5344         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
5345         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
5346         (UNARY_PLUS_EXPR): New fake operator.
5347         (struct parser_ctxt): New field osb_number.
5348         * parse.y (static tree wfl_operator): New static WFL for operator
5349         bound error messages.
5350         (DECR_TK, INCR_TK): Moved.
5351         (OP_TK): Tagged <operator>.
5352         (array_type:): Now call build_unresolved_array_type.
5353         (dim_expr:): Count the number of '[' seen.
5354         (post_increment_expression, post_decrement_expression,
5355         pre_increment_expression, pre_decrement_expression,
5356         unary_expression_not_plus_minus, unary_expression:): Actions are
5357         now building the corresponding unary expressions.
5358         (cast_expression:): Actions are now building cast expressions.
5359         (build_unresolved_array_type): New function.
5360         (create_interface): Reset the number of declared interfaces.
5361         (create_class): Likewise.
5362         (method_header): Methods declared within the scope of an interface
5363         are now implicitly set public and abstract.
5364         (java_complete_class): Variable's and parameter's type are patched
5365         with a promoted type.
5366         (declare_local_variables): Resolved non builtin types are promoted
5367         before being used to build a variable decl. Removed type patch
5368         posted on variable initialization statement.
5369         (source_start_java_method): Use build_decl_no_layout to build the
5370         decl of a parameter of incomplete type.
5371         (java_register_parsed_class): Process interfaces too. Call
5372         rest_of_decl_compilation on each processed class declarations.
5373         (java_complete_expand_methods): Don't attempt to expand things in
5374         interfaces.
5375         (java_complete_tree): Process CONVERT_EXPR, even though it always
5376         has a type. Propagate error_mark_node to node's type too. Promote
5377         method's call argument type and return error_mark_node if
5378         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
5379         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
5380         handle unary operator nodes.
5381         (build_assignment): Added comment.
5382         (print_int_node): New function.
5383         (patch_assignment): New second argument. New error handling. Use
5384         print_int_node. Handle references. Use can_cast_to_p to issue
5385         different error message according to the context and check upon
5386         the initialization of the RHS.
5387         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
5388         (operator_string): Handle more operators.
5389         (patch_binop): No longer use a function static
5390         wfl_operator. Improved error message on shift distance.
5391         (build_unaryop, build_incdec, build_cast, patch_unaryop,
5392         patch_cast): New functions.
5393         
5394 Fri Jun  5 18:03:07 1998  Per Bothner  <bothner@cygnus.com>
5395
5396         * jvspec.c:  New file.
5397         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
5398
5399         * java-tree.h (identifier_subst):  Add declaration.
5400
5401 Thu Jun  4 13:44:23 1998  Tom Tromey  <tromey@cygnus.com>
5402
5403         * jvgenmain.c (main): Generate call to JvRunMain.
5404
5405         * class.c (make_class_data): Push value for "sync_info" field.
5406         * decl.c (init_decl_processing): Push "sync_info" field.
5407
5408 Wed Jun  3 20:39:14 1998  Per Bothner  <bothner@cygnus.com>
5409
5410         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
5411         Java (source) name, not signature.
5412         Set TYPE_ALIGN to (at least) that of element_type.
5413
5414 Tue Jun  2 15:19:19 1998  Per Bothner  <bothner@cygnus.com>
5415
5416         * class.c:  Moved classname-mangling-rekated code to ...
5417         * mangle.c:  ... this new file.
5418         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
5419         * Makefile.in:  Update for above changes.        
5420
5421 Mon Jun  1 09:58:36 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5422
5423         * expr.c (truthvalue_conversion): Convert integer and floating
5424         point value to their truth value.
5425         * lex.c (java_lex): Handle the `null' literal.
5426         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
5427         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
5428         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
5429         New macros.
5430
5431         * parse.y: Reorganization/documentation on token declaration.
5432         (binop_lookup[]): New added new tree codes.
5433         (relational_expression): Build corresponding binary operators.
5434         (equality_expression, conditional_and_expression,
5435         conditional_or_expression): Likewise.
5436         (java_complete_class): Fix crash in debug message.
5437         (java_complete_tree): Check initialization of method call
5438         arguments. Further bogus node evaluation to detect more error
5439         during assignments. Handles more binary operators.
5440         (patch_assignment): Use DECL_P.
5441         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
5442         code.
5443         (operator_string): Handle more case. Compacted source.
5444         (patch_binop): Changed function comment. Checking for
5445         uninitialized first operand takes the compound assignment into
5446         account and uses DECL_P. Checking for uninitialized second operand
5447         delayed to routine's end. Use macros to issue type bound error
5448         messages and issue messages on both operands if their types are
5449         different. Force fixed type into node. Handle all binary
5450         operators.
5451         
5452 Wed May 27 10:30:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5453
5454         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
5455         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
5456         build operator node and return tokens.
5457         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
5458         * parse.h (java_complete_tree): Changed returned type in prototype.
5459         (build_method_invocation, build_assignment, patch_assignment,
5460         patch_binop): New static function declarations.
5461         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
5462         BUILD_EXPR_WFL): New macros.
5463         * parse.y (enum tree_code binop_lookup[]): New static for token to
5464         TREE_CODE lookup.
5465         (%union): Parser union has new sub-structure `operator'.
5466         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
5467         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
5468         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
5469         ASSIGN_ANY_TK): Tokens tagged `operator'.
5470         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
5471         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
5472         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
5473         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
5474         (assignment_operator:): Rule tagged `operator'.
5475         (expression_statement:): Re-installed default rule.
5476         (method_invocation:): Sub rules call build_method_invocation.
5477         (postfix_expression:): Don't attempt to resolve name here. Just
5478         return an ID.
5479         (multiplicative_expression:): Sub-rules build corresponding binop
5480         expression node.
5481         (additive_expression:, shift_expression:, and_expression:,
5482         exclusive_or_expression:, inclusive_or_expression:): Likewise.
5483         (assignment:): Sub rule invoke build_assignment.
5484         (assignment_operator:): Default rules on sub rules.
5485         (force_error): Added documentation on this variable.
5486         (declare_local_variables): Build initialization calling
5487         build_assignment.
5488         (expand_start_java_method): Removed unused rtx declaration. Mark
5489         arguments as already initialized.
5490         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
5491         (java_complete_expand_methods): Don't process next method if
5492         completion of the previous one triggered errors.
5493         (java_complete_expand_method): Call source_end_java_method if no
5494         error were found during completion.
5495         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
5496         locals declaratilon. Handle names found within a class. Return
5497         error_mark_node when things aren't found.
5498         (patch_method_invocation_stmt): Return error_mark_node on failures.
5499         (patch_invoke): Removed unused local. Return the correct node.
5500         (java_complete_tree): Now returns a value. The BLOCK section binds
5501         local identifiers and the type of a BLOCK is now void. Assign the
5502         result of operand completion on COMPOUND_EXPR. Assign the
5503         encapsulated node of a WFL to the result of its completion, except
5504         when the node is an identifier. Now handle MODIFY_EXPR and several
5505         binary operators. Return error_mark_node on errors.
5506         (build_method_invocation, build_assignment, patch_assignment,
5507         build_binop, operator_string, patch_binop): New functions.
5508         * typeck.c (binary_numeric_promotion): New function.
5509
5510 Thu May 21 12:01:04 1998  Per Bothner  <bothner@cygnus.com>
5511
5512         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
5513         Replace most uses of ident_subst by identifier_subst.
5514
5515         * class.c (push_class_static_dummy_field):  Removed function.
5516         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
5517         instead of looking got "class" static field.  Create that decl here.
5518         (class_identifier_node):  Removed;  no longer needed.
5519         (init_class_processing):  Don't init class_identifier_node.
5520         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
5521         Do nreverse 0 times (instead of twice) for Object and Class.
5522         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
5523
5524 Wed May 20 16:35:04 1998  Per Bothner  <bothner@cygnus.com>
5525
5526         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
5527         while initializing linenumber_count and linenumber_table.
5528         Do it before init_function_start (which calls emit_line_note).
5529         * expr.c (expand_byte_code):  Don't need to clear lineno here.
5530
5531 Mon May 18 16:23:32 1998  Tom Tromey  <tromey@cygnus.com>
5532
5533         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
5534         then mangle number as _N_.
5535
5536         * class.c (mangle_class_field): New function.
5537         (build_class_ref): Set assembler name of class reference using
5538         mangle_class_field.
5539         (push_class_static_dummy_field): Likewise.
5540
5541 Sun May 17 12:52:35 1998  Michael Tiemann <tiemann@cygnus.com>
5542
5543         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
5544         of assigning to TREE_CODE.  The latter method exploits a feature
5545         of GCC that is not ANSI compliant.
5546
5547 Thu May 12 13:44:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5548
5549         * decl.c (pushdecl_force_head): New function.
5550         (pushlevel): Removed conditional printf.
5551         (complete_start_java_method): Don't enter local variable scope if
5552         function is compiled from source code.
5553         * expr.c: parse.h now included
5554         (java_lang_expand_expr): New function.
5555         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
5556         printf. Terminate buffer when doing directories.
5557         * jcf-parse.c (parse_source_file): Call lang_init_source before
5558         parsing and before code generation.
5559         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
5560         use printf if the macro is defined.
5561         * lang.c (lang_init): Install lang_expand_expr hook on
5562         java_lang_expand_expr.
5563         (java_dummy_print): New function.
5564         (lang_init_source): New function.
5565         * lex.c (java_lex): Remember location of an opening brace at the
5566         second nesting level.
5567         (java_is_eol): Unget character seen after a CR if it is EOF.
5568         * parse.h: Now includes lex.h
5569         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
5570         printf if the macro is defined.
5571         (expand_start_java_method, build_expr_block, enter_block,
5572         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
5573         New static function declarations.
5574         (pushdecl_force_head): New extern function declaration.
5575         (INCOMPLETE_TYPE_P): New macro.
5576         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
5577         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
5578         BLOCK_EXPR_ORIGIN): New macros.
5579         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
5580         DECL_SOURCE_LINE_LAST): New macros.
5581         (struct parser_ctxt): Removed field current_method_decl, redundant
5582         with the field current_function_decl. Added fields
5583         first_ccb_indent1 and pending_block.
5584         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
5585         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
5586         tagged <node>
5587         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
5588         (compilation_unit:): Cosmetic on sub rule.
5589         (type_declaration:): Cosmetic on sub rules. Added an error rule.
5590         (variable_initializer:): Installed default rule on expression:.
5591         (method_declaration:): method_header: starts a new
5592         method. method_body: installs the function body, absorbs blocks
5593         emitted for temporary variable scopings, pops function's body block
5594         and merges function's last statement lineno in DECL_SOURCE_LINE.
5595         (method_body:): Installed default rules.
5596         (block:): Call enter_block when an opening brace is seen.  Absorb
5597         scoping blocks and call exit_block when a closing brace is seen.
5598         (block_statement:): Cosmetic changes.
5599         (method_invocation:): Create WFL around CALL_EXPR node.
5600         (patch_stage): Added comment around definition.
5601         (method_header): Try to use first_ccb_indent1 as the first line of
5602         the method, so BP debug info are emitted at the first opening
5603         brace of the function. If the function has no body, use the
5604         location of the function's name. Override currently defined method
5605         name with the matching WFL so we can point redefinition errors
5606         using the location where the function's name was declared.
5607         (check_abstract_method_header): Interprets DECL_NAME as an
5608         identifier or as a WFL, accordingly.
5609         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
5610         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
5611         location and name information out of it and reinstall DECL_NAME to
5612         its original identifier node value.
5613         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
5614         function's source code).
5615         (read_import_dir): Test the value returned by find_class and issue
5616         a fatal accordingly.
5617         (declare_local_variables): Push a new block for the scope of the
5618         new variable(s) if code has been already generated at that nesting
5619         level. Pinpoint redefinition errors using the variable id
5620         WFLs. Generate initialization code if necessary. If the variable
5621         type is incomplete, register a patch on its decl.
5622         (source_start_java_method): Rewritten. Define a new block for the
5623         function's parameters. Build parameter decl out of function's
5624         arguments and register them for a patch if their types are
5625         incomplete.
5626         (expand_start_java_method): Includes the part of
5627         source_start_java_method that was pushing the parameter decls and
5628         completing the method start code.
5629         (source_end_java_method): Removed call the expand_end_bindings and
5630         poplevel (already taken care of). Reinstall function's arguments
5631         and get function's last line of code before calling
5632         expand_function_end.
5633         (java_method_add_stmt): New comment before the function's
5634         code. Complement the second operand of the current COMPOUND_EXPR
5635         if necessary.
5636         (java_complete_expand_methods): Don't generate debug info on line
5637         zero when expanding a generated constructor.
5638         (java_complete_expand_method): Set start and end line numbers for
5639         a artificially generated constructor to one and manually call
5640         enter_block and exit_block when defining it. For all methods:
5641         expand function's start calling the new expand_start_java_method
5642         and invoke java_complete_tree on the effective method's body, if
5643         any.
5644         (resolve_expression_name): Now use lookup_name_in_blocks to search
5645         local variable decls and print out an error when variables are
5646         undefined.
5647         (patch_method_invocation_stmt): Inserted comment before the
5648         function's code.
5649         (lookup_method_invoke): Chain method's arguments using chainon
5650         with the current arg list as a second argument. Inserted missing
5651         IDENTIFIER_POINTER when reporting an error on methods not found.
5652         (refine_accessible_methods_list): Don't retain constructors.
5653         (patch_arguments): Function removed.
5654         (java_complete_tree): Inserted comment before the function's
5655         code. New case for BLOCKs. Moved the WFL case a bit
5656         further. Complete function's arguments.
5657         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
5658         maybe_absorb_scoping_blocks): New functions.
5659         
5660 Mon Apr 27 10:50:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5661
5662         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
5663         previously set.
5664         * jcf-parse.c (parse_source_file, java_error_count): New forward
5665         and extern declarations.
5666         (java_parse_abort_on_error): Macro moved.
5667         (jcf_parse_source): fatal called if fopen fails. Now calls
5668         parse_source_file.
5669         (parse_source_file): New parse_only parameter. Reflects the
5670         elimination of the second pass.
5671         (yyparse): parse_source_file called with argument set to 0.
5672         * jcf.h (JCF_ZERO): Sets java_source to zero.
5673         * lex.c (java_init_lex): pass argument is gone. Function modified
5674         to be called once during the analysis of a file.
5675         (java_unget_unicode): Fixed typo in fatal message.
5676         (java_get_line_col): Likewise.
5677         (java_lval): Likewise. String literals no longer built during
5678         second pass.
5679         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
5680         account.
5681         * parse.h (MODIFIER_WFL): New macro.
5682         (parse_check_super, parser_check_super_interface): Now return int.
5683         (parser_chain_incomplete_item, not_builtin_p,
5684         complete_method_decl): Declarations removed.
5685         (build_method_invocation_stmt, build_invoke): Renamed using the
5686         `patch' instead of `build'
5687         (register-incomplete_type, obtain_incomplete_type,
5688         java_complete_tree, java_complete_expand_method,
5689         unresolved_type_p, create_jdep_list): New function declarations.
5690         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
5691         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
5692         (jdep): New typedef on new struct _jdep.
5693         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
5694         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
5695         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
5696         JDEP_RESOLVED_P): New macros.
5697         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
5698         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
5699         JDEP_VARIABLE): New enum values and jdep kinds.
5700         (jdeplist): New typedef on struct _jdeplist.
5701         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
5702         macros.
5703         (CALL_EXPR_PRIMARY): New macro.
5704         (struct parser_ctxt): Fields java_pass, current_method_decl,
5705         method_decl_list deleted. New field jdeplist.
5706         (INCOMPLETE_P): Macro deleted.
5707         * parse.y (single_type_import_declaration:): Removed pass switch.
5708         (type_import_on_demand_declaration): Likewise.
5709         (field_declaration:): Removed pass switch on all sub rules.
5710         (class_declaration:): Call the complete_class_decl removed on
5711         class_body rules.
5712         (method_declaration:): Removed second pass switch. No longer chain
5713         methods decl when method_header reduced.
5714         (method_header:): Sub rules no longer depend on pass switch.
5715         (method_declarator:): Likewise.
5716         (method_body:): Likewise.
5717         (abstract_method_declaration:): Likewise.
5718         (block_statement:): Likewise.
5719         (local_variable_declaration:): Likewise.
5720         (argument_list:): Likewise.
5721         (method_invocation:): Likewise. Call to build_method_invocation_stmt
5722         removed. Partial CLASS_EXPR tree node built instead.
5723         (postfix_expression:): Removed pass switch on all sub rules.
5724         (java_pop_parser_context): Free classd_list content.
5725         (yyerror): Call obstrack_grow0 to finalize error message.
5726         (check_class_interface_creation): Comment modified to reflect new
5727         returned value meaning. Removed second pass switch. Return 1 if an
5728         error was found, 0 otherwise. Adjust pointer on filename if a
5729         leading path separator was found.
5730         (maybe_create_class_interface_decl): Removed first pass switch
5731         when linking the class decl to the class_list. Install a new
5732         jdep_list for the class.
5733         (add_superinterfaces): List of unresolved interfaces is
5734         gone. Unresolved interfaces are directly added to the current
5735         dependencies list.
5736         (create_interface): Second pass shortcut removed. 
5737         ctpx->modifier_ctx access through MODIFIER_WFL.
5738         (create_class): Second pass shortcut removed. Call to
5739         register_incomplete_type replaces the call to
5740         parser_chain_incomplete_item.
5741         (complete_class_decl): Function removed.
5742         (duplicate_declaration_error): New way of retrieving redeclared
5743         item type.
5744         (register_fields): Call to lookup_modifier_cl replaced by
5745         MODIFIER_WFL. New way of handling unresolved type, using
5746         unresolved_type_p and obtain_incomplete_type.
5747         register_incomplete_type replaces call to parser_chain_incomplete_item.
5748         (patch_stage): New static global variable.
5749         (method_header): New way of handling unresolved type, using
5750         unresolved_type_p and obtain_incomplete_type. patch_stage used to
5751         indicates that the method decl needs to be patched.
5752         (check_abstract_method_header): Call to lookup_modifier_cl
5753         replaced by MODIFIER_WFL.
5754         (method_declarator): Incomplete argument type are registered
5755         calling register_incomplete_type. Patch on the declared method is
5756         issued in that case.
5757         (unresolved_type_p): New function.
5758         (parser_check_super_interface): New comment to reflect function's
5759         modified returned type (int). Function and has a new argument
5760         this_wfl. Call to parse_error_context uses this_wfl instead of
5761         relying on lookup_cl.
5762         (parser_check_super): Comment reflects function's new returned
5763         type (int). Function returns non zero value on error.
5764         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
5765         register_incomplete_type, jdep_resolve_class): New functions to
5766         handle incomplete types in declarations.
5767         (java_complete_class): Rewritten to work with the new incomplete
5768         type handling scheme.
5769         (complete_class_report_errors): Likewise.
5770         (complete_method_decl): Removed: it jobs is now handled by
5771         java_complete_class.
5772         (do_resolve_class): Class loaded in not already loaded and not
5773         found in Java source code.
5774         (java_check_regular_methods, java_check_abstract_methods): Don't
5775         call complete_method_decl anymore.
5776         (lookup_modifier_cl, not_builtin_p): Functions deleted.
5777         (read_import_dir): Got rid of the pass number dependency.
5778         (declare_local_variables): New handling of unresolved types (patch
5779         issued).
5780         (source_start_java_method): New parameter level. Function called
5781         with level set to 1 when argument types are potentially
5782         unresolved.  Called to complete the job with level set to 2 once
5783         types are complete.
5784         (source_end_java_method): Call to permanent_allocation
5785         removed. Waiting to be replaced by a more suitable obstack
5786         management.
5787         (java_complete_expand_methods, java_complete_expand_method,
5788         java_expand_finals): New functions.
5789         (build_method_invocation_stmt): Renamed
5790         patch_method_invocation_stmt. Extracts function call expression
5791         (wfl) and arguments (args) from CALL_EXPR tree operands.
5792         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
5793         call. Patch the function and argument operand of the CALL_EXPR
5794         tree argument.
5795         (patch_argument, java_complete_tree): New functions.
5796
5797 Mon Apr 20 18:26:57 1998  Per Bothner  <bothner@cygnus.com>
5798
5799         Recover from missing fields and methods (i.e. error instead of fatal).
5800         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
5801         * expr.c (expand_invoke):  Recover from missing method.
5802         (expand_java_field_op):  Recover from missing field.
5803         Inline references to java.lang.{Integer,Char,...}.TYPE.
5804         * typeck.c (get_type_from_signature), java-tree.h:  New function.
5805         * class.c (add_method):  Use get_type_from_signature.
5806         (build_class_ref):  Handle a class that was not found.
5807         * typeck.c (convert):  Handle conversion to pointers (for convenience).
5808         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
5809         instead of lookup_field to handle missing fields.
5810         
5811         * jcf-parse.c (process_zip_dir):  Set java_source.
5812
5813 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
5814
5815         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
5816
5817 Tue Apr 14 15:59:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5818
5819         * jcf-parse.c (load_class): Don't change input_filename before
5820         calling jcf_parse_source (but still do it before calling
5821         jcf_parse).
5822         (jcf_parse_source): Assign input_filename after having saved the
5823         parser context.
5824         * lex.c (java_init_lex): Chain a WFL node to the import on demand
5825         list. ctxp->modifier_ctx zeroed according to its new
5826         definition. ctxp->filename initialized. Removed 
5827         JAVA_MODIFIER_CTX_UNMARK.
5828         (java_unget_unicode): Update the character based column position.
5829         (java_allocate_new_line): ref_count not used anymore. Always free
5830         ctxp->p_line. Initialize c_line->char_col to 0.
5831         (java_get_unicode): Update the character based column position. 
5832         (java_lex): Use ctxp->elc to store current position in source
5833         file, at the beginning of the parsed token. Set modifier_ctx entry
5834         corresponding to the parse modifier to a WFL node. Return a WFL
5835         node when an identifier is parsed.
5836         (java_lex_error): Now uses ctxp->elc to store current position in
5837         source.
5838         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
5839         * lex.h (build_wfl_node): New function definitions.
5840         (struct java_line): ref_count and next fields are gone. New field
5841         char_col.
5842         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
5843         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
5844         (JAVA_COLUMN_DELTA): New macro.
5845         (java_lc): New typedef on new struct _java_lc.
5846         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
5847         (parse_error_context, parse_warning_context): Changed prototypes.
5848         (java_get_line_col): Added as an available global function.
5849         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
5850         (IC_DECL): Replaced by macro IC_TYPE
5851         (DEPEND_WFL): New macro.
5852         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
5853         wrong modifier.
5854         (exit_java_complete_class): Removed a commented out statement.
5855         (struct parser_ctxt): Added comments on fields. modifier_ctx is
5856         now an array of tree nodes. Deleted fields line_list and
5857         e_line. New field elc, to replace e_line.
5858         * parse.y (array_type:): Build WFL node. 
5859         (qualified_name:): Build a single WFL node out of two. Retain
5860         the location information of the first node in the resulting node.
5861         (package_declaration:): Use package name as a WFL node 
5862         (single_type_import_declaration:): Use imported name as a WFL node.
5863         (type_import_on_demand_declaration:): Use root of the imported
5864         packages as a WFL node.
5865         (field_declaration:): Removed unused local variable cl.
5866         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
5867         (yyerror): New static elc. Removed static error_line, error_pos.
5868         New local code_from_source. Save ctxp->elc into elc at the first
5869         pass. Call java_get_line_col to get a string of the line where
5870         the error occured.
5871         (debug_line): Removed static function.
5872         (parse_error_context, parse_warning_context): Parameter cl is now
5873         a WFL node. Use its value to initialize ctxp->elc.
5874         (redefinition_error): Parameter cl is now a WFL node.
5875         (parse_add_interface): New parameter wfl. No longer call
5876         lookup_cl, use wfl instead.
5877         (check_class_interface_creation): Parameter cl is now a WFL node.
5878         (maybe_create_class_interface_decl): Likewise.
5879         (add_superinterfaces): New function.
5880         (create_interface): Removed local cl, node, super_decl,
5881         super_decl_type.  Function now uses id as a WFL node. Better
5882         warning/error report on obsolete or forbidden mix of
5883         modifiers. Now calls add_superinterfaces to register interfaces.
5884         (create_class): Removed local cl, node. Local variable id is used
5885         as a WFL node. Better error report on forbidden modifier
5886         mix. Uses add_superinterfaces to register interfaces.
5887         (find_field): Argument cl is now a WFL node. Now store the WFL
5888         node of a fields that needs to be checked for their
5889         initialization.
5890         (method_header): Local variable node non longer used. Local
5891         variable id replaces cl.
5892         (check_modifiers_consistency): Local variable cl is now a WFL
5893         node.
5894         (method_declarator): Local variable cl replaced by parameter id.
5895         (parser_qualified_name): Now uses parameter name as a WFL node.
5896         (parser_check_super_interface): New parameter wfl, for achieve
5897         greater accuracy during error reports.
5898         (parser_chain_incomplete_item): New parameter named location. Used,
5899         along the decl, to construct the incomplete item node.
5900         (java_complete_class): resolve_class now uses WFL node extracted
5901         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
5902         where appropriate.
5903         (complete_method_decl): Unresolved function's argument types are WFL.
5904         (resolve_class): Parameter cl is now a WFL node.
5905         (resolve_and_layout): Likewise.
5906         (do_resolve_class): Likewise. Try first to use cl and then do the
5907         lookup on the decl when calling check_pkg_class_access.
5908         (complete_class_report_errors): Use IC_TYPE in place of
5909         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
5910         instead of doing a lookup over the decl.
5911         (java_check_final): Use WFL info from field tree list.
5912         (lookup_cl): Rewritten and returns a statically defined WFL node.
5913         (lookup_modifier_cl): Now uses information from WFL nodes.
5914         (process_imports): Likewise.
5915         (read_import_dir): name and cl arguments replaced by a single WFL
5916         node. Function modified accordingly.
5917         (find_in_imports_on_demand): Now uses WFL node.
5918         (check_pkg_class_access): cl argument is now a WFL node.
5919         (declare_local_variables): Fixed to use WFL nodes.
5920         (resolve_expression_name): Likewise.
5921         (build_method_invocation_stmt): name_combo argument renamed
5922         wfl. Function modified to use WFL nodes.
5923         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
5924         (lookup_method_invoke): cl is now a WFL node. Added missing
5925         IDENTIFIER_POINTER to class type decl name.
5926         
5927 Tue Apr 14 15:23:29 1998  Dave Brolley  <brolley@cygnus.com>
5928
5929         * lang.c (init_parse): Now returns char* containing the filename.
5930
5931 Fri Apr 10 11:36:04 1998  Per Bothner  <bothner@cygnus.com>
5932
5933         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
5934
5935         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
5936         * class.c (make_class_data):  If flag_assume_compiled, initial class
5937         state is CSTATE_PREPARED; make superclass and interfaces direct
5938         references, rather than constant pool indexes.
5939
5940 Thu Apr  9 16:10:56 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5941
5942         * parser.y: Include flags.h. Removed debug variable pl.
5943         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
5944         (block:): Likewise.
5945         (labeled_statement_nsi:): Generate debug info when reducing
5946         expression_statement:.
5947         (check_pkg_class_access): get_access_flags_from_decl invokation
5948         fixed for new CLASS_* flags location.
5949         (source_end_java_method): Save/restore parser context when
5950         entering/leaving this routine. Restore lineno to its right value
5951         before calling expand_end_bindings.
5952         (build_method_invocation_stmt): build_invoke called with the
5953         current line information.
5954         (build_invoke): New argument cl. Wrap the function call around a
5955         wfl node.
5956         (refine_accessible_methods_list): Changed comment, removed
5957         unnecessary code.
5958         * parse.h: Fixed typo in comments.
5959         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
5960         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
5961         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
5962         parser_ccb_indent.
5963         * lex.c (java_lex): Record the last closing curly bracket of a
5964         function.
5965         * jcf-parse.c (jcf_parse_source): Now calls
5966         java_check_methods. Clarified comment, fixed typo.
5967
5968 1998-04-09  Dave Brolley  <brolley@cygnus.com>
5969
5970         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
5971         (finish_parse): Expose for non USE_CPPLIB builds.
5972
5973 Wed Apr  8 13:06:23 1998  Jeffrey A Law  (law@cygnus.com)
5974
5975         * lang.c (lang_print_xnode): New function.
5976
5977 Fri Apr  3 13:22:41 1998  Per Bothner  <bothner@cygnus.com>
5978
5979         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
5980         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
5981         used to build a class's dispatch table.
5982         (make_class_data):  Generate dispatch table if flag_assume_compiled.
5983         Set dtable of class object to address of class_dtable_decl.
5984
5985         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
5986         be volatile and have side effects - generates better code.
5987
5988         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
5989         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
5990
5991         * expr.c (expand_invoke):  If class is final, method is
5992         effectively final, so can call it directly.
5993
5994         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
5995
5996         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
5997
5998 Thu Mar 19 16:59:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5999
6000         * parse.y (build_method_invocation_stmt): Removed extra argument
6001         to build_invoke.
6002
6003 Mon Mar 16 17:25:19 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6004
6005         * expr.c (dtable_indent): Now static global.
6006         (expand_invoke): Now call invoke_build_dtable and
6007         build_invokevirtual.
6008         (invoke_build_dtable, build_invokevirtual): New functions.
6009         * jcf-io.c (find_class): Defer issuing a warning by setting
6010         jcf->outofsynch to 1.
6011         * jcf-parse.c (jcf_out_of_synch): New function.
6012         (load_class): Test this_jcf.outofsynch flag and call
6013         jcf_out_of_synch accordingly.
6014         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
6015         comment indentation.
6016         * lex.c (java_get_unicode): Fixed code indentation.
6017         (java_lex): Create string literal. Fixed typo. Removed several
6018         premature obstack_free.
6019         * parse.h: New enums for name resolution and invocation mode.
6020         (struct qualification): New data structure.
6021         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
6022         (do_resolve_class, build_method_invocation_stmt,
6023         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
6024         debug_line, identical_subpath_p, invocation_mode,
6025         refine_accessible_methods_list, build_invoke,
6026         lookup_method_invoke): New functions declared.
6027         (build_invokevirtual, invoke_build_dtable, match_java_method,
6028         build_field_ref, jcf_out_of_synch): New references to external
6029         functions.
6030         (struct parse_ctxt): Removed artificial_constructor field.
6031         * parse.y: (array_type:): Type defined for this rule.
6032         (class_type:): Installed default rule for interface_type:.
6033         (array_type:): Now build Java array type.
6034         (qualified_name:): Now use obstack_grow0.
6035         (method_declaration:): Skip the artificial constructor added to
6036         the list, if any.
6037         (abstract_method_declaration:): Execute the code only during pass 1.
6038         (block:): Installed default rule in block_statements:.
6039         (block_statement:): Add the statement to the method during pass 2.
6040         (statement_expression): Installed default rule for
6041         method_invocation:.
6042         (argument_list:): Added code to build the argument list.
6043         (method_invocation:): Added call to create the method invocation
6044         node.
6045         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
6046         (debug_line): New function for debug.
6047         (complete_class_decl): No longer do something during pass 1.
6048         (method_header): Use BUILD_PTR_FROM_NAME.
6049         (parser_qualified_classname): Use obstack_grow0. Removed bogus
6050         obstack_free.
6051         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
6052         function's main comment.
6053         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
6054         classes.
6055         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
6056         (resolve_class): Now works with arrays.
6057         (do_resolve_class, resolve_and_layout): New functions.
6058         (java_check_regular_methods): Reverse method list before and after
6059         having processed it. No longer set ctxp->artificial_constructor.
6060         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
6061         accordingly. Fixed typo in issued error message. Now use
6062         obstack_grow0.
6063         (find_in_imports_on_demand): Now use obstack_grow0.
6064         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
6065         (source_end_java_method): Call expand_expr_stmt instead of
6066         expand_expr. Calls it before calling expand_function_end.
6067         (java_method_add_stmt): Do nothing if errors were found during
6068         parsing.
6069         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
6070         (build_method_invocation_stmt, build_invoke, invocation_mode,
6071         lookup_method_invoke, refine_accessible_methods_list,
6072         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
6073         New functions.
6074         * typeck.c (build_java_signature): Properly end method signature
6075         if return type skipped.
6076         (match_java_method): New function.      
6077         
6078 Mon Mar 16 10:40:47 1998  Per Bothner  <bothner@cygnus.com>
6079
6080         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
6081
6082 Wed Feb 25 08:55:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6083
6084         * expr.c (build_invoke_non_interface): New function.
6085         (methods_ident, ncode_ident): Now static globals.
6086         (expand_invoke): Use build_invoke_non_interface.
6087         * java-tree.h (struct lang_decl): New field function_decl_body.
6088         (DECL_FUNCTION_BODY): New macro.
6089         * jcf-parse.c (jcf_parse_source): Deeper check before setting
6090         CLASS_FROM_SOURCE_P.
6091         (parse_source_file): Fixed typos. Call java_layout_parsed_class
6092         before starting pass 2. Call to java_generate_parsed_class replaced
6093         by java_register_parsed_class.
6094         * lex.c: Fixed typo in header. Some line width related formating.
6095         * lex.h: Some line width related formating.
6096         * parse.h (source_end_java_method, resolve_expression_name,
6097         complete_class_decl, maybe_create_class_interface_decl,
6098         check_class_interface_creation): New static function declarations.
6099         (java_layout_parsed_class, java_method_add_stmt): New function
6100         declarations.
6101         (struct parser_ctxt): Field mark_class_generate removed. New
6102         fields class_list and artificial_constructor.
6103         * parse.y: Fixed typo in header.
6104         (class_declaration:): Call complete_class_decl when class body
6105         parsed.
6106         (method_declaration:): Call source_end_java_method in pass 2 when
6107         the method body is defined.
6108         (postfix_expression:): Do expression name resolution on sub-rule
6109         name during pass 2.
6110         (create_class, create_interface): Merged common pieces.
6111         (check_class_interface_creation, maybe_create_class_interface_decl):
6112         New functions.
6113         (complete_class_decl): New function.
6114         (register_fields): Fixed line width related typo.
6115         (method_header): Correctly skip first argument when fixing
6116         argument line. Changed the loop.
6117         (java_check_circular_reference): Now use ctxp->class_list.
6118         (java_complete_class): Removed start/stop marking.
6119         (java_check_regular_methods): Now takes a class decl as an
6120         argument.  Add default constructor if none were encountered.
6121         (java_check_methods): Now use ctxp->class_list. Changed call to
6122         java_check_regular_methods.
6123         (source_start_java_method): Set DECL_ARG_TYPE for each function
6124         arguments.
6125         (source_end_java_method, java_method_add_stmt): New functions.
6126         (java_generate_parsed_class): No longer exists.
6127         (java_layout_parsed_class, java_register_parsed_class): New functions.
6128         (resolve_expression_name): New function.        
6129
6130 Thu Feb 12 11:54:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6131
6132         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
6133         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
6134         until pass initializations are done. Call read_import_dir with
6135         pass set to 0.
6136         * parse.h: (lookup_modifier_cl): New function declared.
6137         (INTERFACE_FIELD_MODIFIERS): New macro.
6138         (OBSOLETE_MODIFIER_WARNING): New macro.
6139         * parse.y: (register_fields): Class type and current field name in
6140         local variables. Check modifier(s) if adding field(s) to an interface.
6141         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
6142         and report errors using the faulty modifier line context.
6143         (lookup_modifier_cl): New function.
6144         (read_import_dir): Detect and report default import processing
6145         failure.
6146
6147 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
6148
6149         Add a pair of -fassume-compiled/-fno-assume-compiled options.
6150         * class.c (is_compiled_class): Return 1 after making sure it
6151         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
6152         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
6153         * java-tree.h (flag_assume_compiled): Add decl.
6154         * lang.c (lang_f_options): Add the flag.
6155         (flag_assume_compiled): Add decl, default to 0.
6156
6157 Wed Feb 11 11:27:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6158
6159         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
6160         (is_compiled_class): Likewise.
6161         (layout_class): Likewise.
6162         (layout_class): Detect and lay out classes defined in source code.
6163         (interface_of_p, add_interface_do, may_add_interface): New
6164         function.
6165         (add_interface): Now use add_interface_do.
6166         (add_method_1): New function.
6167         (add_method): Now use add_method_1.
6168         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
6169         (complete_start_java_method): New function.
6170         (start_java_mehod): Now call complete_start_java_method.
6171         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
6172         (expand_invoke): Likewise and fixed typo.
6173         *gjava.c: (print_super_field): Use new argument to find_class
6174         DO_CLASS_FILE.
6175         (main): Likewise.
6176         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
6177         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
6178         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
6179         IDENTIFIER_NODE.
6180         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
6181         (add_method_1, push_class): New prototypes.
6182         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
6183         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
6184         directory where the class was found.
6185         (find_class): New argument DO_CLASS_FILE. Function find_class
6186         modified accordingly.
6187         *jcf-parse.c: (fix_class_path): New function.
6188         (load_class): Use new VERBOSE argument. load_class now finds and
6189         loads/parses .class/.java files. Save read_state of current_jcf
6190         if necessary.
6191         (java_parser_abort_on_error): New macro.
6192         (jcf_parse_source, parse_source_file): New function.
6193         (jcf_parse): Fixed typo.
6194         (yyparse): Call parse_source_file () only.
6195         (process_zip_dir): Fixed typo, fix zdir->filename_length when
6196         writing the real class name back in the zip directory entry.
6197         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
6198         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
6199         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
6200         (find_class): Prototype fixed.
6201         *lex.c: Added 1998 time stamp.
6202         Removed all static global variables, moved into the parser
6203         context data structure.. Now include unistd.h if SEEK_SET not
6204         defined.
6205         (java_init_lex): Rewritten.
6206         (java_sneak_unicode): Modified current unicode access in current line.
6207         (java_unget_unicode): Likewise.
6208         (java_allocate_new_line): New allocation management.
6209         (java_read_char): Modified access and storage of unget_utf8_value.
6210         New way of processing current unicode.
6211         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
6212         (java_get_unicode): Now use the parser context.
6213         (java_lineterminator): Likewise.
6214         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
6215         of the reentrant parser implementation. Function now use the
6216         parser context data structure and java_lval. Fixed production of
6217         the float and double constant "out of range" error message. Fixed
6218         obstack use. Return integer value when hitting a modifier. Now
6219         return type for TRUE, FALSE and other predefined types. Return
6220         identifier as a TREE_LIST list containing the current line context
6221         as the TREE_VALUE sub-node.
6222         (java_unicode_2_utf8): Fixed typo in declaration.
6223         (java_lex_error): Now use the parser context data structure.
6224         *lex.h: Added 1998 time stamp.
6225         (struct java_line): New fields ref_count and next.
6226         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
6227         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
6228         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
6229         *parse.h: Added 1998 time stamp.
6230         (java_parse_source_file): Renamed from parse_source_file.
6231         (YYERROR_NOW, YYNOT_TWICE): Fixed.
6232         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
6233         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
6234         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
6235         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
6236         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
6237         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
6238         (struct parser_ctxt): New data structure to keep the parser context.
6239         *parse.y: Added 1998 time stamp, got rid of static global variables.
6240         (java_error_count, ctxp): New global variables.
6241         (%union): New value field.
6242         (numeric_type, integral_type): Rules removed.
6243         (primitive_type): Rule defined to handle integral, float, double and
6244         boolean types.
6245         (qualified_name, package_declaration,
6246         single_type_import_declaration, type_import_on_demand_declaration,
6247         modifiers, class_declaration, super, interfaces,
6248         interface_type_list, class_body, field_declaration,
6249         field_declaration, variable_declarators, variable_declarator,
6250         variable_declarator_id, method_declaration, method_header,
6251         formal_parameter_list, formal_parameter, method_body, block,
6252         static, interface_declaration, extends_interfaces,
6253         abstract_method_declaration, local_variable_declarators): Rules now
6254         define actions.
6255         (force_error, do_warning): New global statics.
6256         (push_parser_context, parser_context_save_global,
6257         parser_context_restore_global, pop_parser_context): New functions.
6258         (yyerror): Now uses the global parser context. Fixed use of obstack.
6259         (parse_error, parse_error_context, parse_warning_context,
6260         java_accstring_lookup, redefinition_error, check_modifiers,
6261         parser_add_interface, create_interface, create_class, find_field,
6262         duplicate_declaration_error, register_fields, method_header,
6263         check_modifiers_consistency, check_abstract_method_header,
6264         method_declarator, parser_qualified_classname,
6265         parser_check_super_interface, parser_check_super,
6266         parser_chain_incomplete_item, java_check_circular_reference,
6267         layout_class_from_source, java_complete_class,
6268         complete_method_decl, resolve_class, complete_class_report_errors,
6269         java_check_final, check_method_redefinition,
6270         java_check_regular_methods, java_check_abstract_methods,
6271         java_check_methods, lookup_java_interface_method2,
6272         lookup_java_method2, lookup_cl, find_name_in_single_imports,
6273         process_imports, find_in_imports, read_import_entry,
6274         read_import_dir, find_in_imports_on_demand,
6275         check_pkg_class_access, not_builtin_p, declare_local_variables,
6276         source_start_java_method, java_generate_parsed_class): New
6277         functions.
6278         *typeck.c: (signature_include_return): New global variable.
6279         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
6280         to add the function returned type in the signature.
6281
6282 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
6283
6284         * jcf-io.c (open_in_zip): Use strncmp and LEN.
6285
6286 Thu Jan 29 16:12:13 1998  Dave Brolley  <brolley@cygnus.com>
6287
6288         * Make-lang.in (java.info): Added.
6289         (java.install-info): Added
6290
6291 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
6292
6293         * Makefile.in (clean): Also remove java/parse.c.
6294
6295 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
6296
6297         Add a pair of -fbounds-check/-fno-bounds-check options.
6298         * lang.c (lang_decode_option): Add code to grok arguments.
6299         (flag_bounds_check): Add decl.
6300         (lang_f_options): New array w/ the option in it.
6301         * java-tree.h (flag_bounds_check): Add decl.
6302         * lang-options.h: New file.
6303         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
6304         of a static macro value.
6305         (JAVA_ARRAY_EXCEPTION): Delete macro.
6306
6307 Fri Jan 23 14:19:47 1998  Per Bothner  <bothner@cygnus.com>
6308
6309         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
6310         * expr.c (build_anewarray):  Add missing promote_type.
6311
6312 Thu Jan 22 17:43:45 1998  Per Bothner  <bothner@cygnus.com>
6313
6314         Add array types with known length to optimize bounds checking.
6315         * typeck.c (build_java_array_type):  Take length parameter.
6316         (java_array_type_length, build_prim_array_type):  New functions.
6317         * java-tree.h:  Update for new functions.
6318         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
6319         * class.c:  Use build_prim_array_type.
6320         * expr.c (can_widen_reference_to):  Handle known-length array types.
6321         (verify_jvm_instructions):  Keep track of integer push instructions
6322         followed by newarray/anewarray, so we can build known-length arrays.
6323         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
6324         (java_array_data_offset):  New function.
6325         (build_java_array_length_access):  New function.  Optimize if constant.
6326         (build_java_arrayaccess):  Constant fold bounds check.
6327         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
6328         (build_newarray, build_anewarray):  New functions.
6329         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
6330         * verify.c (merge_types):  Handle known-lengh array types.
6331
6332 Mon Jan 19 13:09:25 1998  Per Bothner  <bothner@cygnus.com>
6333
6334         * expr.c (expand_byte_code):  Fix performace bug, which caused
6335         searching linenumber_table to be linear rather than constant.
6336
6337 Fri Dec 12 19:18:42 1997  Per Bothner  <bothner@cygnus.com>
6338
6339         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
6340
6341         * decl.c, java-tree.h (soft_fmod_node):  New global.
6342         * decl.c (init_decl_processing):  Define __builtin_fmod.
6343         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
6344         using __builtin_fmod.
6345
6346 Thu Dec  4 13:22:59 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6347
6348         * keyword.h: New file, output of keyword.gperf as processed by
6349         gperf.
6350         * lex.c (java_lex_init): Initialize java_error_flag.
6351         * parse.c (YYERROR_NOW): Uses java_error_flag.
6352         * parse.y: New static java_error_flag. Useless definition of
6353         buffer_error gone.
6354         * parse.y (java_error): Portable error recovery using
6355         java_error_flag (not yet completely tuned).
6356
6357 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
6358
6359         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
6360
6361 Wed Dec  3 18:37:42 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6362
6363         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
6364         (parse.c, lex.c, keyword.h): New rules for Java source code
6365         front-end.
6366         * parse.c: Renamed into jcf-parse.c.
6367         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
6368         * keyword.gperf: New file, Java keywords.
6369         * parse.y: New file, Java language grammar.
6370         * parse.h: New file, Java language grammar definitions.
6371         * lex.c: New file, Java language lexer.
6372         * lex.h: New file, Java language lexer definitions.
6373
6374 Wed Dec  3 17:00:17 1997  Per Bothner  <bothner@cygnus.com>
6375
6376         * decl.c (clinit_identifier_node), java-tree.h:  New global.
6377         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
6378         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
6379         * expr.c (expand_java_field_op):  Check for invalid assignment
6380         to final field.
6381
6382         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
6383
6384 Mon Oct 27 17:46:36 1997  Per Bothner  <bothner@cygnus.com>
6385
6386         * verify.c (verify_jvm_instructions):  When processing a handler,
6387         attempt to set the current_subr to the right value.
6388         (More complicated code combines Sep 17 and Oct 22 versions.)
6389
6390 Fri Oct 24 11:36:54 1997  Per Bothner  <bothner@cygnus.com>
6391
6392         * class.c (push_class):  Figure out (guess) name of source file.
6393         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
6394         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
6395         (parse_class_file):  Change return type from int to void.
6396         Call debug_start_source_file/debug_end_source_file.
6397
6398         * expr.c (build_java_binop):  Fix masking 2nd operand.
6399         * decl.c (init_decl_processing):  Set sizetype first.
6400
6401 Wed Oct 22 19:39:05 1997  Per Bothner  <bothner@cygnus.com>
6402
6403         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
6404         (Revert Sep 17 change.)
6405
6406 Tue Oct 21 15:09:02 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6407
6408         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
6409         .class extension in their name and fix thing so we don't process
6410         them parse_zip_file_entries().
6411         (parse_zip_file_entries): Cleaned unused local variables.
6412
6413 Mon Oct 20 14:52:42 1997  Per Bothner  <bothner@cygnus.com>
6414
6415         * expr.c (can_widen_reference_to):  Allows equal array element types.
6416         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
6417         * jcf-dump.c (RET):  Get (and print) index.
6418
6419         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
6420         Promote element type to POINTER_TYPE.
6421
6422 Mon Oct 20 13:40:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6423
6424         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
6425         find_in_current_zip, jcf_figure_file_type): Moved from
6426         jcf-reader.c to parse.c.
6427         * zextract.c: (read_zip_archive): takes file_comment_length possible
6428         field into account.
6429
6430 Mon Oct 20 11:45:06 1997  Per Bothner  <bothner@cygnus.com>
6431
6432         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
6433
6434         * verify.c (merge_types):  Handle array types even better ...
6435
6436 Fri Oct 17 15:56:37 1997  Per Bothner  <bothner@cygnus.com>
6437
6438         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
6439
6440         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
6441         * class.c (make_class_data):  Don't build fields_decl if no fields.
6442         When building fields_decl, skip if DECL_ARTIFICAL.  
6443
6444         * expr.c (java_stack_swap):  Update stack_type_map.
6445         * verify.c (merge_types):  Handle array types better.
6446
6447 Wed Oct 15 18:09:45 1997  Per Bothner  <bothner@cygnus.com>
6448
6449         * class.c (add_field):  Don't promote short integral fields to
6450         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
6451         * expr.c (push_value):  Promote and convert short integral values.
6452
6453         * decl.c, java-tree.h (integer_two_node):  New constant node.
6454         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
6455
6456 Wed Oct 15 17:04:50 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6457
6458         * class.c (append_gpp_mangled_type): Use function argument
6459         unpromoted type to generate mangled name.
6460
6461 Mon Oct 13 16:52:55 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6462
6463         * constants.c (build_constant_data_ref): Now uses current_class
6464         instead of main_class.
6465         (build_constants_constructor): Now uses current_class instead of
6466         main_class.
6467         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
6468         of the global variable SeepZipFiles done here.
6469         * zextract.c (read_zip_archive): extra_field optional field taken
6470         into account while computing the position of the class file in the
6471         archive.
6472         * verify.c (verify_jvm_instructions): Use current_jcf to search
6473         the constant pool.
6474         * parse.c (load_class): First search for the class to load in the
6475         current zip file. Saves current_jcf (restored before returning
6476         from that function). Don't call JCF_FINISH in the class was found
6477         in the current ZIP file.
6478         (jcf_parse): If the class was found in the current ZIP file, save
6479         its tree_constant_pool (for later reuse).
6480         (parse_class_file): New function. Process each method defined in
6481         the current class and record the class as to be later registered.
6482         (yyparse): Rewritten. Figure the type of the current file and switch
6483         accordingly.
6484         * lang.c: New global variable current_jcf.
6485         (lang_init): Removed compiling_from_source test (done later, in
6486         yyparse). Removed call the jcf_parse ().
6487         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
6488         (typedef struct JCF): New fields seen_in_zip (to mark a class found
6489         in the current ZIP file) and zip_offset (offset to the class data in
6490         the current zip file).
6491         * jcf-reader.c: zipfile.h included.
6492         localToFile: New ZipFileCache static global variable
6493         (parse_zip_file_entries): New function. Browse the current ZIP
6494         file directory and process each class found.
6495         (process_zip_dir): New function. Register each class found in the
6496         ZIP file directory. The class aren't parsed but a valid JCF is
6497         link to each of them.
6498         (find_in_current_zip): New function. Search for a class in the
6499         current ZIP file directory. If found, prepare the class so that it
6500         can be loaded.
6501         (jcf_figure_file_type): New function. Examine the file structure
6502         to figure a class file, a ZIP file. If none of these categories are
6503         matched, a source file is assumed.
6504         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
6505         SeenZipFile: New global variable.
6506         (open_in_zip): Use zipmember's length to accelerate the search for
6507         a member. If zipmember was NULL and zip file successfully read,
6508         return 0.
6509         * java-tree.h: New global variable current_jcf declared.  Added
6510         declaration for current_constant_pool_tags, current_constant_pool_data,
6511         current_constant_pool_length, current_constant_pool_data_ref.
6512         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
6513         store the JCF of classes seen in a zip file) and tree *constant_pool
6514         (to save a loaded class constant pool). current_class declared here.
6515         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
6516         retrieve method_ref_constant.
6517         (PUSHC): java_push_constant_from_pool now uses current_jcf.
6518         (OBJECT): get_class_constant now uses current_jcf.
6519         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
6520         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
6521         (expand_invoke): Now uses current_class instead of main_class
6522         (build_class_init): Now uses current_class instead of main_class
6523         * class.c: New static global variable registered_class.
6524         (register_class): New function.
6525         (emit_register_class): Modified to use registered_class instead of
6526         main_class
6527         (is_compiled_class): Now take into account class seen in the archive.
6528
6529 Mon Oct  6 12:03:23 1997  Per Bothner  <bothner@cygnus.com>
6530
6531         * except.h:  Renamed to: java-except.h.
6532         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
6533         * except.c:  Add semi-working (commented out) implementation.
6534
6535         * expr.c (expand_iinc):  Add needed flush_quick_stack.
6536         * parse.c (set_source_filename):  New function.
6537         (give_name_to_class):  Set input_filename from package.classname.java.
6538
6539         * jcf-io.c (find_class):  Don't look first in ".".
6540
6541 Wed Oct  1 11:26:10 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6542
6543         * zextract.c (read_zip_archive): Now takes into account the
6544         extra_field field.
6545         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
6546         
6547 Sat Sep 20 12:44:28 1997  Per Bothner  <bothner@cygnus.com>
6548
6549         * constants.c, java-tree.h (build_internal_class_name):  New function.
6550         (alloc_class_constant):  Re-implement using build_internal_class_name.
6551         * class.c (make_class_data):  Likewise.
6552         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
6553
6554 Wed Sep 17 13:15:23 1997  Per Bothner  <bothner@cygnus.com>
6555
6556         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
6557         to NULL before pushing an exception handler target.
6558
6559         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
6560         (java_stack_swap, java_stack_dup):  Re-write to be safe from
6561         clobbering registers.
6562         (build_class_init):  New function.
6563
6564 Wed Sep 17 11:02:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6565
6566         * typeck.c (build_java_array_type): Temporary use
6567         permanent_obstack to create the array 'length' field.
6568         * expr.c (lookup_label): Temporay use permanent_obstack to create
6569         label if not found.
6570         * class.c (push_super_field): Tempory use permanent_obstack.
6571
6572 Mon Sep 15 11:33:31 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6573
6574         * typeck.c (type_for_mode): Now handles double_type_node and
6575         float_type_node.
6576         * verify.c (verify_jvm_instructions): The instruction following
6577         the wide bytecode is checked. OPCODE_ret added to the list of
6578         wide.
6579
6580 Thu Sep 11 19:45:18 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6581
6582         * class.c (make_class): Temporary use permanent_obstack. Set the
6583         class CLASS_P field to 1.
6584         (push_class): Temporary use permanent_obstack.
6585         (set_super_info): Temporary use permanent_obstack.
6586         (add_method): Temporary use permanent_obstack, set
6587         METHOD_TRANSIENT().
6588         (add_field): Temporary use permanent_obstack. Sets
6589         FIELD_VOLATILE() and FIELD_TRANSIENT().
6590         (build_class_ref): Temporary use permanent_obstack if the class
6591         isn't compiled.
6592         (build_static_field_ref): Temporary use permanent_obstack when
6593         creating field's rtl.
6594         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
6595         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
6596         and fields. Function finalized, as far as flag handling.
6597         (push_class_static_dummy_field): Temporary use permanent_obstack.
6598         (emit_register_class): Force generation of class registration at
6599         -O3 or deeper.
6600         * decl.c (end_java_method): Call permanent_allocation() before
6601         returning.
6602         * expr.c (can_widen_reference_to): Added comment to interface
6603         handling, fixed typo.
6604         (lookup_field): Now uses CLASS_P() to correct FIXME
6605         (expand_invoke): Verification on public && !static && 
6606         !abstract moved into soft_lookupinterfacemethod (kaffe).
6607         Use Object class dtable if objectref is an array when expanding
6608         invokeinterface.
6609         (java_push_constant_from_pool): Temporary use permanent_obstack
6610         for CONSTANT_string
6611         * parse.c (get_ref_constant): Temporary use permanent_obstack to
6612         create constant references.
6613         (get_constant): Temporary use permanent_obstack to create constant.
6614         (load_class): Temporary use permanent_obstack to load class.
6615         (jcf_parse): Temporary use permanent_obstack to perform class
6616         layout.
6617         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
6618         (build_java_signature): Temporary use permanent_obstack.
6619         * verify.c: (verify_jvm_instruction): removed unecessary verification
6620         on ACC_SUPER flag.
6621         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
6622         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
6623         (CLASS_P): Defined
6624
6625 Thu Sep 11 11:57:32 1997  Per Bothner  <bothner@cygnus.com>
6626
6627         * class.c (append_gpp_mangled_type):  Fix typo.
6628         (emit_register_class):  Use main_class to get class object, rather
6629         than looking for no-longer-existing static decl starting with _CL.
6630         * typeck.c (parse_signature_type):  Promote array element type
6631         if it is a RECORD_TYPE.
6632         
6633 Wed Sep 10 16:09:23 1997  Per Bothner  <bothner@cygnus.com>
6634
6635         * class.c (push_class_static_dummy_field):  New function.
6636         (mangle_static_field):  New. Do G++-style mangling of static fields.
6637         (layout_class):  Mandle static fields here, not in add_field.
6638         (build_class_ref):  The class object is now a dummy static field.
6639         * decl.c (find_local_variable):  Look for best, instead of first match.
6640         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
6641         (build_java_athrow):  Don't check here if exception is Throwable.
6642         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
6643         (TYPE_USED):  Removed.  No longer used ...
6644         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
6645         * verify.c (push_pending_label):  New function.
6646         (push_pending_block):  Renamed to check_pending_block.
6647         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
6648         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
6649         re-checking possible handlers) after a store (less wasted work).
6650         Check for null handler (finally) before calling add_handler.
6651         Various changes to (finally?) correctly handle try/finally.
6652
6653 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
6654
6655         * class.c: Include stdio.h.
6656
6657 Thu Sep  4 21:30:55 1997  Per Bothner  <bothner@cygnus.com>
6658
6659         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
6660         to make sure class is initialized before static/special invoke.
6661
6662         * verify.c (verify_jvm_instructions):  On a store instruction,
6663         call find_local_variable to force pre-allocation of decl and rtx.
6664         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
6665
6666 Wed Sep  3 16:13:23 1997  Per Bothner  <bothner@cygnus.com>
6667
6668         * class.c (build_class_ref):   Strip off "promoted_" if need be.
6669         (make_field_value): Call build_java_signature when needed.
6670         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
6671         * expr.c (build_java_athrow):  Don't push_value of exception.
6672         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
6673         match specification of [fd]cmp[lg] for NaNs.
6674         (expand_byte_code):  Add support for exception handler ranges.
6675         * except.c:  Add skeleton for EH code-generation.
6676         * verify.c (merge_types):  Treat all promoted integral types as equal.
6677         * constants.c (build_constants_constructor):  To force creation of
6678         current_constant_pool_data_ref, call build_constant_data_ref.
6679         
6680         * javaop.def (lload):  Fix typo.
6681         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
6682         
6683 Tue Sep  2 17:37:25 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
6684
6685         * parse.c: Don't include function.h.
6686
6687 Wed Aug 27 18:33:04 1997  Per Bothner  <bothner@cygnus.com>
6688
6689         * except.[ch]:  New files.
6690         * Makefile.in (JAVA_OBJS):  Add except.o
6691         * expr.c:  Temporary warning about unimplemented exceptions.
6692         * verify.c:  Verify exception handlers.
6693         
6694         * jcf-dump.c (disassemble_method):  Print exception table.
6695
6696 Wed Aug 27 13:26:58 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6697
6698         * expr.c (verify_jvm_instructions): Started a thorough
6699         verification of invoke* bytecodes.
6700         (expand_byte_code): flush quick stack if PC is the target of a
6701         branch.  and undef RET (conflicting with config/i386/i386.h).
6702         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
6703         used.
6704         (expand_invoke): Now handles invokeinterface and do more
6705         verification according to the bytecode.
6706         (lookup_field): Don't try to load the class if processing
6707         dtable_type.
6708         (can_widen_reference_to): Now handles interfaces.
6709         * decl.c (init_decl_processing): New global variable
6710         soft_lookupinterfacemethod_node, declared in java-tree.h. 
6711         Call set_super_info on string_type_node.
6712         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
6713         defined.
6714         * class.c (set_super_info): Fills the CLASS_* flags according to
6715         access_flags.
6716         (get_access_flags_from_decl): Handles all class flags.
6717
6718 Tue Aug 26 18:54:34 1997  Per Bothner  <bothner@cygnus.com>
6719
6720         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
6721         * parse.c (yyparse):  Check for abstract method, and missing code.
6722         * expr.c (expand_byte_code):  Change interface.
6723         * lang.c (put_decl_node):  Print promoted types prettier.
6724         * verify.c (verify_jvm_instruction):  Change interface.
6725         Partial support for scanning exception table.
6726         For load instructions, handle promoted integral types.
6727
6728 Thu Aug 21 13:48:01 1997  Per Bothner  <bothner@cygnus.com>
6729
6730         * verify.c:  New file, with contents moved from expr.c.
6731         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
6732         * typeck.c (is_array_type_p):  Moved here from expr.c.
6733         * java-tree.h:  Add some now-needed function declarations.
6734         * Makefile.in (JAVA_OBJS): Added verify.o.
6735
6736 Wed Aug 20 14:34:34 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6737
6738         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
6739         METHOD_ABSTRACT flag.
6740
6741         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
6742         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
6743         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
6744
6745         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
6746         variables.
6747         (start_java_method): Hook for SYNCHRONIZED methods.
6748
6749         * expr.c (build_java_jsr, build_java_ret): New functions
6750         (JSR,PRE): New macros
6751         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
6752         (verify_jvm_instructions): tableswitch, lookupswitch, 
6753         monitorenter, monitorexit, goto_w: verified.
6754         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
6755         (build_java_monitor): New function.
6756         (MONITOR_OPERATION): Modified to call build_java_monitor()
6757         (verify_jvm_instructions): Started a thorough verification of 
6758         invoke* bytecodes.
6759
6760 Tue Aug 19 13:35:49 1997  Per Bothner  <bothner@cygnus.com>
6761
6762         Support verification of jsr/ret subroutines (used for try/finally).
6763         * decl.c (return_address_type_node):  New type node.
6764         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
6765         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
6766         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
6767         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
6768         TYPE_USED):  New macros for special types in type_map.
6769
6770         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
6771         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
6772         BCODE_JUMP_TARGET.
6773         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
6774
6775         * expr.c (can_widen_reference_to):  New function.
6776         (pop_type):  Use it.
6777         (merge_type_state):  Support handling start of subroutine.
6778         (push_pending_block):  Return char* error message, instead of calling
6779         fatal on an error.  Also handle subroutines.
6780         (verify_jvm_instructions):  Handle errors from push_poending_block.
6781         Support jsr and ret instructions.
6782         
6783 Tue Aug 19 13:33:36 1997  Per Bothner  <bothner@cygnus.com>
6784
6785         * jcf-io.c (find_classfile):  Fix thinko.
6786         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
6787
6788 Tue Aug 12 20:14:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
6789
6790         * Makefile.in (BISON): Remove.
6791
6792 Thu Aug  7 23:08:24 1997  Per Bothner  <bothner@cygnus.com>
6793
6794         * Makefile.in:  Convert to autoconf.
6795         * config-lang.in (outputs):  Added java/Makefile.
6796
6797         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
6798         Rename cc1java to jc1.
6799
6800         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
6801         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
6802
6803         * class.c (class_depth):  Do load_class if needed.
6804
6805         Mostly better verification.
6806         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
6807         (init_decl_processing):  Change return type of soft_checkcast.
6808         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
6809         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
6810         lang_print_error):  New functions.
6811         (lang_init):  Set global hook print_error_function to lang_print_error.
6812         * expr.c:  In the type_map ptr_type_node is only used for null now.
6813         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
6814         (merge_types):  Dererence pointer to record types before comparing.
6815         (decode_newarray_type, merge_types):  On error just return NULL.
6816         (build_java_binop):  Add preliminary implementation (with warning)
6817         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
6818         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
6819         (expand_compare, expand_java_goto, expand_java_call):  Don't
6820         push_pending_block, since that only makes sense when verifying.
6821         (merge_type_state):  Different return codes.
6822         (push_pending_block):  A block may need to be verified more than once.
6823         (expand_byte_code):  Warn about unused code at code generation time.
6824         (verify_jvm_instruction):  Changed logic, since code may need to be
6825         re-verified if type-state has changed.  Also, better error handling.
6826         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
6827         Improve newarray, anewarray, ?aload, athrow,
6828         * java-tree.h (LABEL_CHANGED):  New macro.
6829         
6830 Tue Aug  5 12:21:27 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6831
6832         * decl.c (soft_athrow_node): New global variable initialized.
6833         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
6834         * typeck.c (convert): Added support for REAL_TYPE.
6835         (convert_to_char): New function.
6836         (convert): Handle CHAR_TYPE.
6837         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
6838         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
6839         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
6840         promoted type.
6841         (verify_jvm_instructions): Added break a the end of bogus unop: label.
6842         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
6843         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
6844         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
6845         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
6846         to Use The Right Things.
6847         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
6848         compatible with INT. BOOLEAN is made equivalent to BYTE.
6849         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull, 
6850         OPCODE_ifnonnull): Now supported.
6851         (build_java_athrow): New function.
6852
6853 Mon Aug  4 15:46:45 1997  Per Bothner  <bothner@cygnus.com>
6854
6855         Rename method name <init> to match G++ (and fix mangling).
6856         * class.c (layout_class):  Replace method name of <init> by class name.
6857         (make_method_value):  Do inverse renaming of constructor from <init>.
6858         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
6859         * typeck.c (lookup_java_constructor):  New function.
6860         * expr.c (expand_invoke):  If method_name is <init>, call
6861         lookup_java_constructor to find constructor.
6862
6863         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
6864
6865 Fri Aug  1 11:37:09 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6866
6867         * parse.c (get_class_constant): Modified to handle array "classes"
6868         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
6869         wide type.
6870         (convert): Modified to handle real type.
6871         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
6872         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
6873         variables declared.
6874         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
6875         soft_multianewarray, soft_newarray_node, soft_throw_node): New
6876         global variables initialized.
6877         (find_local_variable): Handles the case of a pointer
6878         (end_java_method): Restore the use of one more scope
6879         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
6880         build_java_array_length_access, expand_java_arrayload,
6881         expand_java_arraystore, expand_java_array_length,
6882         expand_java_multianewarray, expand_java_anewarray, 
6883         build_java_check_indexed_type, is_array_type_p,
6884         build_java_throw_out_of_bound_exception): New functions.
6885         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
6886         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
6887         OPCODE_<t>aload): Implemented code for verification.
6888         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
6889         ARRAY_NEW_MULTI): Macro defined.
6890         (CONVERT): Modified to invoke convert().
6891         (case OPCODE_aload2): Fixed index typo from 2 to 1.
6892
6893 Thu Jul 31 12:48:18 1997  Per Bothner  <bothner@cygnus.com>
6894
6895         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
6896         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
6897         (make_class_data):  Field name needs '/' as package prefix.
6898         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
6899
6900 Fri Jul 25 11:44:21 1997  Per Bothner  <bothner@cygnus.com>
6901
6902         Implement debug information for local variables.
6903         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
6904         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
6905         DECL_LOCAL_SLOT_CHAIN):  New macros.
6906         (struct lang_decl_var):  New type.
6907         * parse.c (give_name_to_locals):  Move to decl.c.
6908         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
6909         (start_java_method):  Re-write parameter handling.
6910         (pending_local_decls):  New global variable.
6911         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
6912         (find_local_variable):  Accept pc so we can skips decls not in range.
6913         (struct binding_level):  Add end_pc field.
6914         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
6915         (various):  Change so current pc gets passed to find_local_variable.
6916
6917         * decl.c (init_decl_processing):  Re-arrange fields in
6918         class_type_node and and method_type_node to match kaffe 0.9.1.
6919         * class.c (make_method_value, make_class_data):  Update
6920         initializations to match.
6921         
6922 Wed Jul 16 17:17:50 1997  Per Bothner  <bothner@cygnus.com>
6923
6924         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
6925         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
6926         (push_super_field):  New function.
6927         (make_class_data):  Handle inheritance of class static initializer.
6928         (layout_class):  New name mangling.
6929         * constants.c (build_constant_data_ref):  Init type of data array
6930         to a one-element array.
6931         (build_constants_constructor):  Set DECL_SIZE from complete array type.
6932         * decl.c:  Rename class_type, object_type etc to class_type_node,
6933         object_type_node etc.  Make former inherit from latter. 
6934         * expr.c (expand_invoke):  Add cast of function address.
6935         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
6936         * parse.c (yyparse):  Don't call layout_class here.
6937         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
6938
6939 Sat Jun 14 12:06:57 1997  Per Bothner  <bothner@cygnus.com>
6940
6941         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
6942         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
6943         (alloc_class_constant):  New.
6944         * expr.c (expand_invoke):  Make sure method's class is initialized.
6945         * class.c (interits_from_p, emit_register_class):  New functions.
6946         * parse.c (yyparse):  Call emit_register_class.
6947
6948 Mon Jun  9 18:08:06 1997  Per Bothner  <bothner@cygnus.com>
6949
6950         * constants.c:  New file, to handle constant pool.
6951         * Makefile.in (JAVA_OBJS):  Add constants.o.
6952         * decl.c (init_decl_processing):  Update, fix, finish various structs.
6953         (pushdecl_top_level):  New.
6954         * parse.c (layout_class):  Moved to class.c.
6955         * expr.c (java_push_constant_from_pool):  New function.
6956         * class.c (build_class_ref):  Make work fully
6957         (make_class_data):  Emit super-class, constant pool, interface vector.
6958
6959 Tue Jun  3 10:14:31 1997  Per Bothner  <bothner@cygnus.com>
6960
6961         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
6962         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
6963         * class.c (class_depth):  New function.
6964         (lookup_named_class):  Replaced by new function lookup_class.
6965         * decl.c (object_type_node, string_type_node):  New.
6966         Remove various types that we no longer need.
6967         * expr.c (verify_jvm_instructions):  New separate verifier pass.
6968         (push_type, pop_type):  New functions for verifier.
6969         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
6970         (expand_byte_code):  Simplify, since we assume already verified.
6971         (expand_invoke):  Now mostly works.
6972         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
6973         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
6974         * parse.c:  Wait to allocate class object until we know its name.
6975         (layout_class):  Calculate DECL_VINDEX for each virtual method.
6976         * typeck.c (get_array_type):  Rename to ...
6977         (build_java_array_type):  ... and provide working implementation.
6978         (build_java_signature):  New function - build Java signature of type.
6979         (set_java_signature):  New function - cache signature with type.
6980         (lookup_java_method):  New function.
6981         
6982 Tue May  6 22:08:24 1997  Per Bothner  <bothner@deneb.cygnus.com>
6983
6984         * class.c (ident_subst):  Take extra SUFFIX parameter.
6985         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
6986         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
6987         (build_class_ref):  Actually implement.
6988         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
6989         * decl.c (builtin_function):  New.
6990         (init_decl_processing):  Update for current Kaffe.  Declare some
6991         builtin Kaffe functions.
6992         * expr.c (build_address_of):  New.
6993         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
6994         Renamed (from expand_java_new etc), and added working implementations.
6995         (build_field_ref):  Now also handle static fields.
6996         (expand_invoke):  Implement invokestatic, and start implement rest.
6997         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
6998         * javaop.def:  Rename invokevirt -> invokevirtual.
6999         * lang.c (use_handles):  Removed.
7000         * parse.c:  Add support for ConstantValue atribute.
7001         Handle nested loading of a class.  (JPOOL_UTF):  New.
7002
7003 Tue Mar 11 20:11:05 1997  Per Bothner  <bothner@deneb.cygnus.com>
7004
7005         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
7006
7007 Thu Feb 27 14:24:29 1997  Per Bothner  <bothner@deneb.cygnus.com>
7008
7009         * Make-lang.in (java.install-man):  New empty rule.
7010         * typeck.c (set_local_type):  New function.
7011         * expr.c (STORE_INTERNAL):  Call find_local_variable,
7012         not find_stack_slot.  Call set_local_type.
7013
7014 Wed Feb 12 16:11:05 1997  Per Bothner  <bothner@kalessin.cygnus.com>
7015
7016         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
7017         and building RECORD_TYPE CONSTRUCTORs.
7018         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
7019
7020         * lang.c (use_handles):  Change the default to 0.
7021         * decl.c:  Define and build class_type, field_type, utf8const_type.
7022         * class.c (make_class_data, make_field_value,
7023         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
7024         hashUtf8String, strLengthUtf8, mangled_classname:
7025         Functions to build reflective data structures.
7026         * parse.c (yyparse):  Call make_class_data.
7027
7028         * jcf-io.c (open_class, find_classfile):  New functions.
7029         * jcf-dump.c:  Support reading classfile from explicitly-named
7030         class file (without CLASSPATH searching).
7031
7032 Thu Oct 24 14:10:16 1996  Per Bothner  <bothner@deneb.cygnus.com>
7033
7034         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
7035         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
7036         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
7037         (get_constant):  Now trivial for CONSTANT_Utf8.
7038
7039         * jcf.h:  Make NEW_CPOOL the default.
7040         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
7041         
7042 Thu Oct 24 13:52:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
7043
7044         New directory.