OSDN Git Service

* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog
1 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
2
3         * lang.c (java_init_options_struct): New.  Split out from
4         java_init_options.
5         (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
6
7 2010-10-04  Andi Kleen <ak@linux.intel.com>
8
9         * Make-lang.in (xgcj, jc1, jcf-dump, jvgenmain):
10         Add + to build rule.
11
12 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
13
14         * lang.opt: Don't use VarExists.
15
16 2010-09-29  Joseph Myers  <joseph@codesourcery.com>
17
18         * java-tree.h (flag_filelist_file, flag_assert, flag_jni,
19         flag_force_classes_archive_check, flag_redundant, flag_newer,
20         flag_use_divide_subroutine, flag_use_atomic_builtins,
21         flag_use_boehm_gc, flag_hash_synchronization,
22         flag_check_references, flag_optimize_sci, flag_indirect_classes,
23         flag_indirect_dispatch, flag_store_check,
24         flag_reduced_reflection): Remove.
25         * jcf-dump.c (flag_newer): Remove.
26         * jcf.h (quiet_flag): Remove.
27         * parse.h (quiet_flag): Remove.
28
29 2010-09-28  Richard Henderson  <rth@redhat.com>
30
31         * lang.c: Include "target.h".
32         (java_eh_personality): Use targetm.except_unwind_info.
33         * Make-lang.in (lang.o): Update deps.
34
35 2010-09-27  Andrew Haley  <aph@redhat.com>
36
37         PR java/45773
38         * jvgenmain.c (main): Fix arg processing.
39
40 2010-09-22  Joseph Myers  <joseph@codesourcery.com>
41
42         * jvspec.c (lang_specific_driver): Handle OPT__help instead of
43         OPT_fhelp.
44         * lang.opt (-CLASSPATH, -all-warnings, -bootclasspath, -classpath,
45         -dependencies, -encoding, -extdirs, -include-directory,
46         -include-directory=, -output-class-directory,
47         -output-class-directory=, -resource, -resource=,
48         -user-dependencies): New.
49
50 2010-09-16  Richard Guenther  <rguenther@suse.de>
51
52         * jcf-parse.c (current_file_list): Remove.
53         (java_parse_file): Use build_translation_unit_decl.  Adjust.
54
55 2010-09-03  Joseph Myers  <joseph@codesourcery.com>
56
57         * lang.opt (d): New.
58
59 2010-09-03  H.J. Lu  <hongjiu.lu@intel.com>
60
61         PR java/45504
62         * jvgenmain.c (main): Check "-D XXX=YYY".
63
64 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
65
66         * jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
67
68 2010-09-02  Joseph Myers  <joseph@codesourcery.com>
69
70         * lang.opt (CLASSPATH, bootclasspath, classpath, encoding,
71         fCLASSPATH=): Mark as Java options and as aliases.
72         * jvspec.c (jvgenmain_spec): Don't handle -fCLASSPATH*.
73         (lang_specific_driver): Don't handle options marked as aliases.
74         * lang.c (java_handle_option): Don't handle OPT_fCLASSPATH_.
75
76 2010-08-22  Joseph Myers  <joseph@codesourcery.com>
77
78         * Make-lang.in (jvspec.o): Update dependencies.
79         * jvspec.c: Include opts.h.
80         (PARAM_ARG): Remove.
81         (find_spec_file): Do not add leading -specs=.
82         (lang_specific_driver): Use cl_decoded_option structures.
83         * lang.opt (C, CLASSPATH, D, bootclasspath, classpath, encoding,
84         extdirs, fmain=, s-bc-abi): New options.
85
86 2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
87
88         * class.c: Use FOR_EACH_VEC_ELT.
89         * expr.c: Likewise.
90         * jcf-parse.c: Likewise.
91         * resource.c: Likewise.
92
93 2010-08-16  Joseph Myers  <joseph@codesourcery.com>
94
95         * lang.opt (MD_, MMD_, version): Mark RejectDriver.
96
97 2010-08-05  David Daney  <ddaney@caviumnetworks.com>
98
99         * class.c (build_utf8_ref): Fix code formatting from previous commit.
100
101 2010-08-05  David Daney  <ddaney@caviumnetworks.com>
102
103         * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.
104
105 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
106
107         * lang.c (java_handle_option): Update prototype and return value
108         type.
109
110 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
111
112         * lang.c (java_option_lang_mask): New.
113         (java_init_options): Update prototype.
114         (LANG_HOOKS_OPTION_LANG_MASK): Define.
115
116 2010-07-15  Nathan Froyd  <froydnj@codesourcery.com>
117
118         * java-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
119         * boehm.c: Likewise.
120         * class.c: Likewise.
121         * decl.c: Likewise.
122         * expr.c: Likewise.
123         * jcf-parse.c: Likewise.
124         * typeck.c: Likewise.
125         * verify-glue.c: Likewise.
126
127 2010-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
128
129         * boehm.c: Include diagnostic-core.h in every file that includes
130         toplev.h.
131         * class.c: Likewise.
132         * constants.c: Likewise.
133         * decl.c: Likewise.
134         * except.c: Likewise.
135         * expr.c: Likewise.
136         * jcf-parse.c: Likewise.
137         * mangle.c: Likewise.
138         * mangle_name.c: Likewise.
139         * resource.c: Likewise.
140         * typeck.c: Likewise.
141         * verify-glue.c: Likewise.
142
143 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
144
145         PR bootstrap/44825
146         * class.c (make_class_data): Cast result of VEC_length calls to int.
147
148 2010-07-05  Nathan Froyd  <froydnj@codesourcery.com>
149
150         * constants.c (build_constants_constructor): Use build_constructor
151         instead of build_constructor_from_list.
152         * class.c (make_method_value): Likewise.
153         (get_dispatch_table): Likewise.
154         (make_class_data): Likewise.
155         (emit_indirect_register_classes): Likewise.
156         (emit_symbol_table): Likewise.
157         (add_assertion_table_entry): Likewise.
158         (emit_assertion_table): Likewise.
159         (make_field_value): Use build_constructor_single instead of
160         build_constructor_from_list.
161
162 2010-06-28  Nathan Froyd  <froydnj@codesourcery.com>
163
164         * java-tree.h (struct lang_type) [catch_classes]: Change type to a
165         VEC.
166         * except.c (prepare_eh_table_type): Call CONSTRUCTOR_APPEND_ELT
167         instead of tree_cons.
168         * class.c (make_class): Add dummy entry to TYPE_CATCH_CLASSES.
169         (emit_catch_table): Adjust for new type of TYPE_CATCH_CLASSES.
170
171 2010-06-28  Steven Bosscher  <steven@gcc.gnu.org>
172
173         * lang.c: Do not include except.h
174         * except.c: Likewise.
175         (doing_eh): New, moved from except.c (in gcc/) but removed the
176         do_warning flag.
177         (maybe_start_try): Update doing_eh call.
178         * Make-lang.in: Update dependencies.
179
180 2010-06-23  Anatoly Sokolov  <aesok@post.ru>
181
182         * decl.c (java_init_decl_processing): Use double_int_to_tree instead
183         of build_int_cst_wide.
184         * boehm.c (set_bit): Remove.
185         (mark_reference_fields): Use double_int type for 'mask' argument.
186         Use double_int_setbit instead of set_bit.
187         (get_boehm_type_descriptor): Use double_int_setbit instead of
188         set_bit. Use double_int_to_tree instead of build_int_cst_wide.
189
190 2010-06-10  Gerald Pfeifer  <gerald@pfeifer.com>
191
192         * gcj.texi: Move to GFDL version 1.3.  Fix copyright years.
193
194 2010-06-08  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
195
196         * jcf-reader.c (jcf_parse_constant_pool): Use typed GC allocation.
197
198         * jcf-parse.c (java_parse_file): Likewise.
199         (process_zip_dir): Likewise.
200
201         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Likewise.
202         (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Likewise.
203
204         * expr.c (add_type_assertion): Likewise.
205
206         * decl.c (make_binding_level): Likewise.
207         (java_dup_lang_specific_decl): Likewise.
208
209         * constants.c (set_constant_entry): Likewise.
210         (cpool_for_class): Likewise.
211
212         * class.c (add_method_1): Likewise.
213         (java_treetreehash_new): Likewise.
214
215         * java-tree.h (struct lang_type): Add variable_size GTY option.
216         (struct lang_decl): Likewise.
217
218         * jch.h (struct cpool_entry): Likewise.
219
220         * java-tree.h (java_treetreehash_create): Remove parameter ggc.
221
222         * except.c (prepare_eh_table_type): Update
223         java_treetreehash_create call.
224
225         * class.c (add_method_1): Update java_treetreehash_create call.
226         (java_treetreehash_create): Remove parameter gc.  Use
227         htab_create_ggc.
228
229 2010-06-04  Joseph Myers  <joseph@codesourcery.com>
230
231         * jvspec.c (lang_specific_driver): Use GCC-specific formats in
232         diagnostics.
233
234 2010-05-30  Steven Bosscher  <steven@gcc.gnu.org>
235
236         * except.c: Include tm.h.
237
238 2010-05-28  Joseph Myers  <joseph@codesourcery.com>
239
240         * jvspec.c (lang_specific_driver): Use fatal_error instead of
241         fatal.  Use warning instead of error for warnings.
242
243 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
244
245         * expr.c (get_symbol_table_index): Add spaces in expression.
246
247 2010-05-28  Nathan Froyd  <froydnj@codesourcery.com>
248
249         * java-tree.h (method_entry): Declare.  Declare VECs containing it.
250         (struct lang_type): Change type of otable_methods, atable_methods, and
251         itable_methods to VECs.  Fix comment for atable_methods.
252         (emit_symbol_table): Take a VEC instead of a tree.
253         (get_symbol_table_index): Take a VEC * instead of a tree *.
254         * class.c (add_table_and_syms): Take a VEC instead of a tree.
255         (emit_symbol_table): Update for changed parameter type.
256         * expr.c (get_symbol_table_index): Likewise.
257
258 2010-05-27  Steven Bosscher  <steven@gcc.gnu.org>
259
260         * buildings.c: Pretend to be a backend file by undefining
261         IN_GCC_FRONTEND (still need rtl.h here).
262
263 2010-05-26  Nathan Froyd  <froydnj@codesourcery.com>
264
265         * java-tree.h (struct lang_decl_func): Change type of throws_list
266         field to a VEC.
267         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE): Adjust for changed type
268         of DECL_FUNCTION_THROWS.
269         * class.c (make_method_value): Likewise.
270
271 2010-05-26  Nathan Froyd  <froydnj@codesourcery.com>
272
273         * class.c (utf8_decl_list): Delete.
274         (build_utf8_ref): Remove references to it.
275         * java-tree.h (all_class_list): Delete.
276         (predef_filenames): Delete.
277         (enum java_tree_index) [JTI ALL_CLASS_LIST,JTI_PREDEF_FILENAMES]:
278         Delete.
279         * jcf-parse.c (parse_roots): Decrease size to 2.
280         (current_file_list): Convert to a VEC.
281         (all_class_list): Declare.
282         (jcf_parse): Adjust for new type of all_class_list.
283         (java_layout_seen_class_methods): Likewise.
284         (predefined_filenames): Declare.
285         (add_predefined_file): Use it.
286         (predefined_filename_p): Likewise.
287         (java_parse_file): Adjust for new type of current_file_list.                                                                                                                                                     *
288
289 2010-05-25  Jakub Jelinek  <jakub@redhat.com>
290
291         * lang.c (java_classify_record): Return RECORD_IS_INTERFACE
292         for interfaces.
293
294         PR debug/43260
295         * java-tree.h (pending_static_fields): New extern declaration.
296         (java_write_globals): New prototype.
297         * lang.c (LANG_HOOKS_WRITE_GLOBALS): Define.
298         * decl.c (java_mark_class_local): When clearing DECL_EXTERNAL
299         of a static field push it into pending_static_fields vector.
300         * class.c (pending_static_fields): New variable.
301         (add_field): If static field is not DECL_EXTERNAL, push it into
302         pending_static_fields vector.
303         (java_write_globals): New function.
304
305 2010-05-24  Nathan Froyd  <froydnj@codesourcery.com>
306
307         * expr.c (quick_stack): Change type to a VEC.  Update comment.
308         (tree_list_free_list): Delete.
309         (flush_quick_stack): Update for quick_stack type change.
310         (push_value): Likewise.
311         (pop_value): Likewise.
312
313 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
314
315         * java-gimplify.c: Do not include tm.h, toplev.h.
316         * typeck.c: Do not include tm.h.
317         * mangle_name.c: Do not include tm.h.
318         * jcf-dump.c: Do not include tm.h, ggc.h.
319         * class.c: Do not include rtl.h, tm_p.h, target.h, except.h, cgraph.h.
320         * decl.c: Do not include tm.h, rtl.h, function.h, expr.h, except.h,
321         and timevar.h.
322         * jcf-parse.c: Do not include tm.h and tm_p.h.
323         * resource.c: Do not include tm.h, rtl.h, flags.h, obstack.h,
324         target.h, and expr.h.
325         * except.c: Do not include tm.h, rtl.h, function.h.
326         * builtins.c: Do not include convert.h.  Explain why RTL headers
327         have to be included here.
328         * verify-glue.c: Do not include tm.h.
329         * jcf-depend.c: Do not include tm.h.
330         * jcf-reader.c: Include ggc.h.
331         * jcf-io.c: Do not include tm.h, toplev.h.
332         * expr.c: Do not include tm.h, rtl.h, expr.h, except.h, tm_p.h,
333         gimple.h.
334         * lang.c: Do not include rtl.h, expr.h.
335         * Make-lang.in: Update dependencies.
336
337 2010-05-23  Steven Bosscher  <steven@gcc.gnu.org>
338
339         * jcf-parse.c: Include bitmap.h.
340         * Make-lang.in: Update dependencies.
341
342 2010-05-20  Jakub Jelinek  <jakub@redhat.com>
343
344         PR debug/43521
345         * decl.c (start_java_method): Set DECL_ARTIFICIAL on the 'this'
346         PARM_DECL.
347
348 2010-05-19  Anatoly Sokolov  <aesok@post.ru>
349
350         * jcf-parse.c (get_constant): Use double_int_to_tree instead of
351         build_int_cst_wide_type.
352
353 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
354
355         * expr.c (pop_arguments): Fix use of undeclared variable.
356
357 2010-05-18  Nathan Froyd  <froydnj@codesourcery.com>
358
359         * expr.c (expand_java_multianewarray): Use build_call_vec instead of
360         build_call_list.
361         (pop_arguments): Return a VEC instead of a tree.  Take a method type
362         rather than a list of argument types.
363         (rewrite_rule): Change signature. of rewrite_arglist member.
364         (rewrite_arglist_getcaller): Update signature.
365         (rewrite_arglist_getclass): Likewise.
366         (maybe_rewrite_invocation): Update for rewrite_arglist change.
367         (build_known_method_ref): Take a VEC instead of a tree.
368         (invoke_build_dtable): Likewise.
369         (expand_invoke): Update calls to pop_arguments.  Use build_call_vec
370         instead of build_call_list.
371         (build_jni_stub): Use build_call_vec instead of build_call_list.
372         * java-tree.h (maybe_rewrite_invocation): Update declaration.
373         (build_known_method_ref): Likewise.
374         (invoke_build_dtable): Likewise.
375
376 2010-05-14  Nathan Froyd  <froydnj@codesourcery.com>
377
378         PR 44103
379         * java-tree.h (START_RECORD_CONSTRUCTOR): Change first argument to a
380         vector.  Move call to build_constructor...
381         (FINISH_RECORD_CONSTRUCTOR): ...here.  Add necessary arguments.  Clear
382         TREE_CONSTANT on the constructor.
383         (PUSH_SUPER_VALUE): Change first argument to a vector.
384         (PUSH_FIELD_VALUE): Likewise.
385         * resource.c (compile_resource_data): Update calls to above macros.
386         * constants.c (build_constants_constructor): Likewise.
387         * class.c (build_utf8_ref): Likewise.
388         (make_field_value): Likewise.
389         (make_method_value): Likewise.
390         (add_table_and_syms): New function.
391         (make_class_data): Call it.  Update calls to above macros.
392         (build_symbol_table_entry): New function.
393         (build_symbol_entry): Call it.  Update calls to above macros.
394         (emit_symbol_table): Likewise.
395         (make_catch_class_record): Update calls to above macros.
396         (build_assertion_table_entry): New function.
397         (add_assertion_table_entry): Call it.
398         (emit_assertion_table): Likewise.
399
400 2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
401
402         PR 40989
403         * lang.c (java_handle_option): Add argument kind.
404
405 2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
406
407         * decl.c (java_init_decl_processing): Remove argument in call to
408         initialize_sizetypes
409
410 2010-04-07  Jakub Jelinek  <jakub@redhat.com>
411
412         * exception.cc (_Jv_Throw): Avoid set but not used warning.
413         * include/java-assert.h (JvAssertMessage, JvAssert): Use argument in
414         sizeof to avoid set but not used warnings.
415
416 2010-01-20  Joern Rennecke  <amylaar@spamcop.net>
417
418         * lang.c (java_post_options): Constify variable "dot".
419
420         * jcf-parse.c (set_source_filename): Constify variable "dot".
421         (load_class): Constify variable "separator".
422         Use get_identifier_with_length.
423
424         * jvspec.c (lang_specific_driver): Constify two variables named "p".
425
426 2010-01-09  Jakub Jelinek  <jakub@redhat.com>
427
428         * jcf-dump.c (version): Update copyright notice dates.
429
430 2009-11-28  Jakub Jelinek  <jakub@redhat.com>
431
432         * jvspec.c (lang_specific_driver): Remove unused
433         saw_verbose_flag variable.
434         * jcf-dump.c (main): Remove unused general_purpose_bits
435         variable.
436         * builtins.c (initialize_builtins): Remove unused float_ftype_float
437         variable.
438         * expr.c (java_stack_pop): Remove unused val variable.
439         (build_jni_stub): Remove unused res_type variable.
440         * verify-impl.c (check_field_constant): Remove unused len variable.
441
442 2009-10-20  Joel Dice <dicej@mailsnare.net>
443
444         PR java/28474
445         * mangle_name.c (append_unicode_mangled_name): Fix mangling
446         of names with multiple underscores and "U".
447         (unicode_mangling_length): Likewise.
448
449 2009-10-03  Simon Baldwin  <simonb@google.com>
450
451         * config-lang.in (lang_dirs): Remove zlib.
452
453 2009-09-28  Richard Henderson  <rth@redhat.com>
454
455         * builtins.c (initialize_builtins): Update call to
456         build_common_builtin_nodes.
457         * lang.c (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.
458
459 2009-09-14  Richard Henderson  <rth@redhat.com>
460
461         * builtins.c (initialize_builtins): Update call to
462         build_common_builtin_nodes.
463         * decl.c (java_init_decl_processing): Don't call
464         default_init_unwind_resume_libfunc.
465         * except.c: Include tree-iterator.h.
466         (build_exception_object_var): New.
467         (build_exception_object_ref): Use it.
468         (expand_end_java_handler): Initialize it from __builtin_eh_pointer.
469         Attach all CATCH_EXPRs to a single TRY_CATCH_EXPR.
470         * java-tree.h (DECL_FUNCTION_EXC_OBJ): New.
471
472 2009-09-13  Richard Guenther  <rguenther@suse.de>
473         Rafael Avila de Espindola  <espindola@google.com>
474
475         * decl.c (do_nothing): Remove.
476         (java_init_decl_processing): Do not set lang_eh_runtime_type.
477         * Make-lang.in (lang.o): Add $(EXCEPT_H) dependency.
478         * lang.c (java_eh_personality): New.
479         (java_eh_personality_decl): Likewise.
480         (LANG_HOOKS_EH_PERSONALITY): Define.
481
482 2009-09-03  Diego Novillo  <dnovillo@google.com>
483
484         * lang.c (lang_hooks): Remove const qualifier.
485
486 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
487
488         * boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT
489         type.
490
491 2009-09-01  Richard Guenther  <rguenther@suse.de>
492
493         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
494         * java-tree.h (java_mark_addressable): Likewise.
495         * typeck.c (java_mark_addressable): Likewise.
496
497 2009-08-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
498
499         * Make-lang.in (java.install-pdf): Install gcj.pdf in
500         $(pdfdir)/gcc, alongside the other manuals.
501
502 2009-08-12  Andrew Haley  <aph@redhat.com>
503
504         * builtins.c (compareAndSwapInt_builtin): Use
505         flag_use_atomic_builtins.
506         (compareAndSwapLong_builtin): Likewise.
507         (compareAndSwapObject_builtin): Likewise.
508         * jvspec.c: Add flag_use_atomic_builtins.
509         * gcj.texi: Likewise.
510         * java-tree.h: Likewise.
511         * lang.opt: Likewise.
512
513 2009-08-11  Dodji Seketeli  <dodji@redhat.com>
514
515         PR debug/40990
516         * lang.c (put_decl_node): Outputs different level of information
517         depending on the verbosity level.
518
519 2009-07-31  Andrew Haley  <aph@redhat.com>
520
521         PR java/40867
522         * decl.c (java_replace_references): Set EXPR_LOCATION on all
523         generated expressions.
524         (binding_level.loc): new field.
525         (clear_binding_level): Initialize loc.
526         (set_input_location): New function.
527         (pushlevel): Set new binding_level.loc.
528         (poplevel): Set EXPR_LOCATION on the new BIND_EXPR_BODY.
529         (start_java_method): Set DECL_SOURCE_LOCATION of this new method.
530         (java_add_stmt): Set the EXPR_LOCATION on all subtrees of new_stmt.
531
532 2009-07-17  Richard Guenther  <rguenther@suse.de>
533
534         PR c/40401
535         * java-gimplify.c (java_genericize): Do not gimplify here.
536         But replace all local references.
537         (java_gimplify_expr): Do not replace local references here.
538         (java_gimplify_modify_expr): Likewise.
539         * jcf-parse.c (java_parse_file): Do not finalize the CU or
540         optimize the cgraph here.
541         * decl.c (java_replace_reference): Make static.
542         (java_replace_references): New function.
543         (end_java_method): Clear base_decl_map.
544         * java-tree.h (java_replace_references): Declare.
545         (java_replace_reference): Remove.
546
547 2009-07-14  Taras Glek  <tglek@mozilla.com>
548             Rafael Espindola  <espindola@google.com>
549
550         * Make-lang.in (java.install-plugin): New target for
551         installing plugin headers.
552
553 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
554
555         * class.c: Replace %J by an explicit location. Update all calls.
556         
557 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
558
559         * jcf-parse.c: Replace %H by an explicit location. Update all calls.
560
561 2009-06-29  Andrew Haley  <aph@redhat.com>
562
563         PR java/40590
564         * java-tree.h (cxx_keyword_p): New declaration.
565         * mangle_name.c (utf8_cmp): Move here from mangle.c.
566         (cxx_keywords): Likewise.
567         (cxx_keyword_p): Likewise.
568         (MANGLE_CXX_KEYWORDS): New macro.
569         (append_gpp_mangled_name): Use MANGLE_CXX_KEYWORDS.
570         (append_gpp_mangled_name): Likewise.
571         * mangle.c: Move code to mangle_name.c. 
572         (mangle_member_name): Don't call cxx_keyword_p.
573
574 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
575
576         * java-gimplify.c (java_gimplify_block): New argument to
577         build_empty_stmt.
578         * expr.c (force_evaluation_order): Same.
579         * typeck.c: Add location to build_decl or PUSH_FIELD calls.
580         * class.c: Same.
581         * decl.c: Same.
582         * jcf-parse.c: Same.
583         * constants.c: Same.
584         * resource.c: Same.
585         * except.c: Same.
586         * builtins.c: Same.
587         * expr.c: Same.
588         * java-tree.h (PUSH_FIELD): Add location field.
589         
590 2009-06-09  Ian Lance Taylor  <iant@google.com>
591
592         * verify.h: Remove extern "C".
593
594 2009-06-07  Ian Lance Taylor  <iant@google.com>
595
596         * jcf-parse.c (handle_constant): Change local variable 'kind' to
597         unsigned int.
598
599 2009-06-01  Ian Lance Taylor  <iant@google.com>
600
601         * jcf-io.c (find_class): Use CONST_CAST.
602
603 2009-05-27  Ian Lance Taylor  <iant@google.com>
604
605         * Make-lang.in ($(XGCJ)$(exeext)): Change $(COMPILER) to
606         $(LINKER).
607         (jc1$(exeext), jcf-dump$(exeext), jvgenmain$(exeext)): Likewise.
608
609 2009-05-26  Ian Lance Taylor  <iant@google.com>
610
611         * Make-lang.in (jvspec.o): Use $(COMPILER).
612         ($(XGCJ)$(exeext), jc1$(exeext), jcf-dump$(exeext)): Likewise.
613         (jvgenmain$(exeext), java/jcf-io.o, java/jcf-path.o): Likewise.
614
615 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
616
617         * Make-lang.in (GCJ): Renamed to...
618         (XGCJ): ... this.
619
620 2009-04-27  Ian Lance Taylor  <iant@google.com>
621
622         * builtins.c (java_builtins): Add casts to enum type.
623         * verify-impl.c (check_class_constant): Add cast to enum type.
624         (check_constant, check_wide_constant): Likewise.
625
626 2009-04-27  Richard Guenther  <rguenther@suse.de>
627
628         PR java/38374
629         * constants.c (build_constants_constructor): Retain the old
630         pointer type as valid TYPE_POINTER_TO after patching the
631         type of the constant pool decl.
632
633 2009-04-24  Ian Lance Taylor  <iant@google.com>
634
635         * jcf-parse.c (handle_constant): Add cast to enum type.
636
637 2009-04-21  Taras Glek <tglek@mozilla.com>
638
639         * builtins.c: Update GTY annotations to new syntax
640         * decl.c: Likewise
641         * java-tree.h: Likewise
642         * jcf.h: Likewise
643         * lang.c: Likewise
644
645 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
646
647         * ChangeLog, ChangeLog.ptr, ChangeLog.tree-ssa: Add copyright and
648         license notices.
649
650 2009-04-18  Ian Lance Taylor  <iant@google.com>
651
652         * verify-impl.c (verify_instructions_0): Add cast to enum type.
653
654 2009-04-09  Paolo Bonzini  <bonzini@gnu.org>
655
656         * builtins.c (compareAndSwapLong_builtin,
657         compareAndSwapInt_builtin, compareAndSwapObject_builtin,
658         VMSupportsCS8_builtin): Do not look at sync_compare_and_swap_cc.
659
660 2009-03-31  Richard Guenther  <rguenther@suse.de>
661
662         * java-gimplify.c (java_gimplify_expr): Do not manually gimplify
663         the first operand of binary and comaprison expressions.
664
665 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
666
667         PR rtl-optimization/323
668         * lang.c (java_post_options): Set flag_excess_precision_cmdline.
669         Give an error for -fexcess-precision=standard for processors where
670         the option is significant.
671
672 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
673
674         * lang.opt: Unify help text for -Wdeprecated.
675
676 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
677
678         * jcf-dump.c (version): Update copyright notice dates.
679
680 2009-01-16  Richard Guenther  <rguenther@suse.de>
681
682         PR tree-optimization/38835
683         PR middle-end/36227
684         * builtins.c (build_addr_sum): Use POINTER_PLUS_EXPR.
685
686 2008-12-05  Sebastian Pop  <sebastian.pop@amd.com>
687
688         PR bootstrap/38262
689         * Make-lang.in (jc1): Add BACKENDLIBS, remove GMPLIBS.
690
691 2008-11-04  Andrew Haley  <aph@redhat.com>
692
693         PR java/37068
694         * jcf-parse.c (java_emit_static_constructor): Don't call
695         cgraph_build_static_cdtor.  Rewrite.
696
697 2008-10-24  Jakub Jelinek  <jakub@redhat.com>
698
699         * Make-lang.in (check-java-subtargets): New target.
700
701 2008-10-16  David Edelsohn  <edelsohn@gnu.org>
702
703         PR target/35483
704         * Make-lang.in (class.o): Depend on $(TM_P_H).
705         (expr.o): Same.
706         * class.c: Include tm_p.h.
707         * expr.c: Include tm_p.h.
708
709 2008-10-14  Andrew Haley  <aph@redhat.com>
710
711         * constants.c (build_constant_data_ref): Make sure we only build
712         one copy of the decl for the constant pool.
713
714 2008-09-22  Andrew Haley  <aph@redhat.com>
715
716         * expr.c (rules): Add new rule for
717         gnu.java.lang.VMCPStringBuilder.toString.
718         (rewrite_rule.new_classname): New field.
719         (maybe_rewrite_invocation): Use new_classname field instead of
720         DECL_CONTEXT (*method_p).
721         Allow rewrite_arglist to be NULL.
722
723 2008-09-17  Andrew Pinski  <andrew_pinski@playstation.sony.com>
724
725         * lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): Don't define.
726         (java_get_callee_fndecl): Kill.
727
728 2008-09-17  Jan Hubicka  <jh@suse.cz>
729
730         PR c++/18071
731         * class.c (add_method_1): Do not initialize DECL_INLINE.
732         (make_local_function_alias): Likewise.
733         * expr.c (rewrite_arglist_getcaller): Set DECL_UNINLINABLE.
734         * lang.c (java_decl_ok_for_sibcall): Use DECL_UNINLINABLE.
735
736 2008-09-09  Richard Guenther  <rguenther@suse.de>
737
738         * decl.c (build_result_decl): Remove no longer applicable
739         promotion.
740
741 2008-09-05  David Daney  <ddaney@avtrex.com>
742
743         * gcj.texi (-freduced-reflection): Clarify option's restrictions.
744
745 2008-08-21  David Daney  <ddaney@avtrex.com>
746
747         * class.c (make_class_data): Don't add field_index when
748         flag_reduced_reflection set.
749
750 2008-08-12  Ulrich Weigand  <uweigand@de.ibm.com>
751
752         * typeck.c (convert): Do not check for TARGET_FLOAT_FORMAT.
753
754 2008-08-08  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
755
756         PR 28875
757         * lang.c (java_handle_option): Replace set_Wunused with
758         warn_unused.
759
760 2008-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
761
762         * gcj.texi: Update copyright years.  Do not list GPL as
763         Invariant Section.
764
765 2008-07-29  Jakub Jelinek  <jakub@redhat.com>
766
767         * class.c (build_utf8_ref): Set DECL_SIZE and DECL_SIZE_UNIT
768         from ctype's sizes.
769
770         * class.c (build_utf8_ref): Pad initializer string to utf8const_type's
771         alignment.
772
773 2008-07-29  Jan Hubicka  <jh@suse.cz>
774
775         * lang.c (java_post_options): Remove handling of flag_no_inline.
776
777 2008-07-28  Richard Guenther  <rguenther@suse.de>
778
779         Merge from gimple-tuples-branch.
780
781         2008-07-18  Richard Guenther  <rguenther@suse.de>
782
783         * expr.c: Include tree-iterator.h.
784         * Make-lang.in (expr.o): Add tree-iterator.h dependency.
785
786         2008-07-18  Aldy Hernandez  <aldyh@redhat.com>
787
788         * java-gimplify.c: Include gimple.h instead of tree-gimple.h.
789         * expr.c: Same.
790
791         2008-07-14  Aldy Hernandez  <aldyh@redhat.com>
792
793         * java-gimplify.c (java_gimplify_expr): Same.
794         (java_gimplify_modify_expr): Same.
795         * java-tree.h: Rename GENERIC_NEXT to TREE_CHAIN.
796
797         2008-05-02  Diego Novillo  <dnovillo@google.com>
798
799         * expr.c (build_java_throw_out_of_bounds_exception): Fix
800         mixed declarations and code.
801
802         2008-05-02  Doug Kwan  <dougkwan@google.com>
803         
804         * expr.c (build_java_throw_out_of_bounds_exception ): Wrap call to
805         _Jv_ThrowBadArrayIndex with a COMPOUND_EXPR to return 0.
806
807         2008-02-19  Diego Novillo  <dnovillo@google.com>
808
809         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00804.html
810
811         * java-gimplify.c (java_gimplify_self_mod_expr): Change
812         gimple_seq arguments to gimple_seq *.  Update all users.
813
814         2007-11-26  Aldy Hernandez  <aldyh@redhat.com>
815
816         * java-gimplify.c (java_gimplify_expr): Make pre_p and post_p
817         sequences.
818         (java_gimplify_self_mod_expr): Same.                                    
819         * java-tree.h (java_gimplify_expr): Make pre_p and post_p               
820         sequences.
821
822 2008-07-24  Jan Hubicka  <jh@suse.cz>
823
824         * java/decl.c: Include cgraph.h
825         (end_java_method): Remove non-unit-at-a-time code.
826         (java_mark_decl_local): Likewise; sanity check that we don't touch
827         finalized nodes.
828
829 2008-07-15  Jan Hubicka  <jh@suse.cz>
830
831         * lang.c (java_init_options): Enable unit-at-a-time by default.
832
833 2008-07-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
834
835         * Make-lang.in (jvspec.o): Fix dependencies.
836
837 2008-07-06  Tom Tromey  <tromey@redhat.com>
838
839         * Make-lang.in (java/parse.o-warn): Remove.
840         (java/jcf-io.o-warn): Remove.
841
842 2008-07-05  Tom Tromey  <tromey@redhat.com>
843
844         * jcf-io.c: Don't include fnmatch.h.  Don't use JCF_USE_SCANDIR.
845         (compare_path): Remove.
846         (java_or_class_file): Likewise.
847         (memoized_dirlist_entry): Likewise.
848         (memoized_dirlist_hash): Likewise.
849         (memoized_dirlist_lookup_eq): Likewise.
850         (memoized_dirlists): Likewise.
851         (caching_stat): Likewise.
852         (find_class): Use stat.
853         * jcf.h (JCF_USE_SCANDIR): Remove.
854
855 2008-06-30  Joshua Sumali  <jsumali@redhat.com>
856
857         * Make-lang.in (JAVA_MANFILES): Add doc/aot-compile.1 and
858         doc/rebuild-gcj-db.1
859         (java.uninstall): Likewise.
860         (java.maintainer-clean): Likewise.
861         (aot-compile.pod): New rule.
862         (rebuild-gcj-db.pod): New rule.
863         (java.install-man): Install doc/aot-compile.1 and doc/rebuild-gcj-db.1
864         * gcj.texi: Add new sections for aot-compile and rebuild-gcj-db.
865
866 2008-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
867
868         * Make-lang.in (java/jcf-io.o-warn): New.
869
870 2008-06-24  Tom Tromey  <tromey@redhat.com>
871
872         * jcf-path.c (jcf_path_init): Don't name variable 'try'.
873         * expr.c (add_type_assertion): Rename argument.
874         (build_java_arrayaccess): Don't name variable 'throw'.
875         (ARRAY_NEW_MULTI): Don't name variable 'class'.
876         * jcf-io.c (find_class): Don't name variable 'class'.
877         * mangle.c (compression_table_add): Don't name variable 'new'.
878         * constants.c (cpool_for_class): Rename argument.
879         (alloc_constant_fieldref): Likewise.
880         * jcf-parse.c (handle_innerclass_attribute): Don't name variable
881         'class'.
882         (read_class): Likewise.
883         (parse_zip_file_entries): Likewise.
884         (process_zip_dir): Likewise.
885         * decl.c (java_mark_class_local): Rename argument.
886         * class.c (GEN_TABLE): Use type_name, not typename.
887         (gen_indirect_dispatch_tables): Likewise.
888         (add_field): Rename argument.
889         (is_compiled_class): Likewise.
890         (safe_layout_class): Likewise.
891         (emit_assertion_table): Likewise.
892         * typeck.c (has_method): Rename argument.
893
894 2008-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
895
896         * class.c (ident_subst, mangled_classname, unmangle_classname,
897         gen_indirect_dispatch_tables, add_method_1,
898         build_fieldref_cache_entry, make_local_function_alias,
899         layout_class, java_treetreehash_find, java_treetreehash_new,
900         split_qualified_name): Fix for -Wc++-compat.
901         * constants.c (set_constant_entry, cpool_for_class): Likewise.
902         * decl.c (make_binding_level, java_dup_lang_specific_decl,
903         start_java_method): Likewise.
904         * except.c (prepare_eh_table_type): Likewise.
905         * expr.c (type_assertion_hash, note_instructions): Likewise.
906         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC,
907         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Likewise.
908         * jcf-io.c (jcf_filbuf_from_stdio, opendir_in_zip, find_class):
909         Likewise.
910         * jcf-parse.c (reverse, java_read_sourcefilenames,
911         annotation_grow, rewrite_reflection_indexes, java_parse_file,
912         process_zip_dir): Likewise.
913         * jcf-path.c (add_entry, add_path, jcf_path_init,
914         jcf_path_extdirs_arg): Likewise.
915         * jcf-reader.c (jcf_parse_constant_pool): Likewise.
916         * jvgenmain.c (do_mangle_classname): Likewise.
917         * lang.c (put_decl_string): Likewise.
918         * verify-impl.c (make_state_copy, make_state, add_new_state):
919         Likewise.
920
921 2008-06-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
922
923         * gcj.texi: Expand TABs, remove whitespace from blank lines.
924
925 2008-06-14  Tom Tromey  <tromey@redhat.com>
926
927         PR java/36247:
928         * class.c (build_class_ref): Initialize this_classdollar when
929         needed.
930
931 2008-05-23  Andrew Haley  <aph@redhat.com>
932
933         * jcf-parse.c (give_name_to_class): Call find_sourcefile to find full
934         pathname of source file.
935
936 2008-05-12  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
937
938         * jcf-dump.c (print_constant): Use
939         HOST_LONG_LONG_FORMAT.
940
941 2008-05-07  Kenneth Zadeck <zadeck@naturalbridge.com>
942
943         * decl.c (java_init_decl_processing): Change DECL_IS_PURE to
944         DECL_PURE_P.
945
946 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
947
948         * class.c (build_utf8_ref): Don't set TREE_INVARIANT.
949         (build_classdollar_field): Don't set TREE_INVARIANT.
950         (get_dispatch_table): Don't set TREE_INVARIANT.
951         (make_class_data): Don't set TREE_INVARIANT.
952         (build_symbol_entry): Don't set TREE_INVARIANT.
953         (emit_symbol_table): Don't set TREE_INVARIANT.
954         * constants.c (build_constant_data_ref): Don't set TREE_INVARIANT.
955         (build_ref_from_constant_pool): Don't set TREE_INVARIANT.
956         * resource.c (compile_resource_data): Don't set TREE_INVARIANT.
957         * expr.c (cache_cpool_data_ref): Don't set TREE_INVARIANT.
958
959 2008-04-03  Tom Tromey  <tromey@redhat.com>
960
961         * Make-lang.in (java_OBJS): New variable.
962
963 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
964
965         * java-tree.h (insert_block): Kill.
966         * decl.c (insert_block): Kill.
967                 
968 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
969
970         * gcj.texi: Include gpl_v3.texi instead of gpl.texi
971         * Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of
972         gpl.texi.
973
974 2008-03-27  Tom Tromey  <tromey@redhat.com>
975
976         * Make-lang.in: Revert automatic dependency patch.
977
978 2008-03-25  Tom Tromey  <tromey@redhat.com>
979
980         * Make-lang.in: Removed most explicit .o targets.
981         (java/jvspec.o): Reduce to variable setting.  Moved to java/.
982         ($(GCJ)$(exeext)): Update.
983         (JAVA_OBJS): New variable.
984         (JCFDUMP_OBJS): Reformat.
985         (java_OBJS): New variable.
986         (java/jvspec.o-warn): Update.
987         (java/parse.o-warn): Remove.
988         (JAVA_TREE_H): Remove.
989         (java/jcf-io.o): Reduce to variable setting.
990         (ALL_CPPFLAGS): Likewise.
991
992 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
993
994         * mangle.c (java_mangle_decl): Remove dead check.
995
996 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
997
998         * jcf-parse.c (java_parse_file): Assert binding levels are
999         left in order.
1000         * lang.c (LANG_HOOKS_CLEAR_BINDING_STACK, java_clear_binding_stack):
1001         Delete.
1002
1003 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
1004
1005         * jcf-dump.c (version): Update copyright notice dates.
1006
1007 2008-02-29  Tom Tromey  <tromey@redhat.com>
1008
1009         * expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on
1010         method.
1011         * java-tree.h (struct lang_decl_func): Remove obsolete comment.
1012
1013 2008-02-26  Tom Tromey  <tromey@redhat.com>
1014
1015         * lang.c (java_post_options): Remove conditional.
1016         * expr.c (expand_byte_code): Remove old location code.
1017         * jcf-parse.c (set_source_filename): Remove old location code.
1018         (give_name_to_class): Likewise.
1019         (jcf_parse): Likewise.
1020         (duplicate_class_warning): Likewise.
1021         (parse_class_file): Likewise.
1022         (java_parse_file): Likewise.
1023         * decl.c (finish_method): Remove old location code.
1024         * class.c (push_class): Remove old location code.
1025
1026 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1027
1028         PR other/35107
1029         * Make-lang.in (jc1): Add $(GMPLIBS).
1030
1031 2008-01-23  David Daney  <ddaney@avtrex.com>
1032
1033         * class.c (hide)  Rename to...
1034         (java_hide_decl) ... this throughout, and make public.
1035         * resource.c (Jr_count): Remove.
1036         (compile_resource_data): Call java_mangle_resource_name to generate
1037         decl name.  Make resource decl public and hidden.
1038         * mangle.c (java_mangle_resource_name): New function.
1039         * java-tree.h (java_hide_decl, java_mangle_resource_name): Declare
1040         functions.
1041
1042 2008-01-04  Andrew Haley  <aph@redhat.com>
1043
1044         PR java/17779
1045         * jcf-parse.c (parse_zip_file_entries): Move decl to compile on
1046         C90.
1047
1048 2008-01-03  Andrew Haley  <aph@redhat.com>
1049
1050         PR java/17779
1051         * jcf-parse.c (parse_zip_file_entries): Unset TYPE_ALIAS_SET if
1052         we're about to re-layout the type.
1053
1054 2007-12-20  Alexandre Oliva  <aoliva@redhat.com>
1055
1056         * lang.c (java_classify_record): Don't return
1057         RECORD_IS_INTERFACE for now.
1058
1059 2007-12-18  Andrew Haley  <aph@redhat.com>
1060
1061         PR java/27643
1062         * jcf-parse.c (java_parse_file): Remove call to
1063         java_mark_class_local.
1064         (parse_class_file): Reinstate call to java_mark_class_local here.
1065         * decl.c (java_mark_cni_decl_local): If the ASSEMBLER_NAME is
1066         already set, call java_mangle_decl() and make_decl_rtl() to
1067         rewrite its name as a hidden alias.
1068
1069 2007-12-15  Alexandre Oliva  <aoliva@redhat.com>
1070
1071         PR debug/7081
1072         * lang.c (java_classify_record): New.
1073         (LANG_HOOKS_CLASSIFY_RECORD): Override.
1074
1075 2007-11-26  Andreas Krebbel  <krebbel1@de.ibm.com>
1076
1077         PR 34081/C++
1078         * decl.c (finish_method): Pass 'false' for the new
1079         allocate_struct_function parameter.
1080
1081 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
1082
1083         * expr.c (build_jni_stub): Use the computed jni func type for
1084         variable meth.
1085
1086 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
1087
1088         * class.c (JAVA_TREEHASHHASH_H): Use TYPE_UID.
1089
1090 2007-11-26  Alexandre Oliva  <aoliva@redhat.com>
1091
1092         * expr.c (type_assertion_hash): Hash type uids rather than
1093         tree pointers.
1094
1095 2007-11-17  David Daney  <ddaney@avtrex.com>
1096             Andrew Haley  <aph@redhat.com>
1097
1098         * constants.c (build_constants_constructor):  Use POINTER_SIZE
1099         insead of BITS_PER_WORD in big-endian work around.
1100
1101 2007-11-07  Tom Tromey  <tromey@redhat.com>
1102
1103         PR java/34019:
1104         * gcj.texi (Input Options): Add missing noun.
1105
1106 2007-11-02  Tom Tromey  <tromey@redhat.com>
1107
1108         PR java/33765:
1109         * jcf-parse.c (java_parse_file): Ignore ZIPEMPTYMAGIC files.
1110         * zipfile.h (ZIPEMPTYMAGIC): New define.
1111
1112 2007-11-01  Tom Tromey  <tromey@redhat.com>
1113
1114         * Make-lang.in (java/jcf-dump.o): Depend on zipfile.h.
1115         (java/jcf-parse.o): Depend on jcf-reader.c, zipfile.h, and jcf.h.
1116         (java/jcf-io.o): Depend on zipfile.h.
1117
1118 2007-10-17  Richard Guenther  <rguenther@suse.de>
1119
1120         * Make-lang.in (java/builtins.o): Add $(OPTABS_H) and $(EXPR_H)
1121         dependencies.
1122
1123 2007-10-03  Andrew Haley  <aph@redhat.com>
1124
1125         PR java/33639
1126         * class.c (mangled_classname): Detect and replace illegal
1127         characters in assembly language symbols.
1128         (gen_indirect_dispatch_tables): Call mangled_classname() on
1129         the type.
1130
1131 2007-09-27  Jakub Jelinek  <jakub@redhat.com>
1132
1133         * lang.c (java_print_error_function): Add third argument.
1134
1135 2007-09-15  Tom Tromey  <tromey@redhat.com>
1136
1137         * java-tree.h (struct lang_decl_func) <function_decl_body>:
1138         Remove.
1139         <init_final>: Likewise.
1140         * lang.c (java_dump_tree): Update.
1141         * java-tree.h (DECL_FUNCTION_BODY): Remove.
1142
1143 2007-09-11  Jan Hubicka <jh@suse.cz>
1144
1145         * decl.c (java_expand_body): Kill.
1146         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
1147
1148 2007-09-06  Tom Tromey  <tromey@redhat.com>
1149
1150         * jcf-parse.c (parse_class_file): Re-enter the current file.
1151
1152 2007-09-07  Roman Zippel  <zippel@linux-m68k.org>
1153
1154         * boehm.c (mark_reference_fields): Move misaligned pointer check
1155         after JREFERENCE_TYPE_P test
1156
1157 2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
1158
1159         * boehm.c (mark_reference_fields): Don't use bitmap as gc_descr
1160         if pointer is misaligned.
1161
1162 2007-09-06  Tom Tromey  <tromey@redhat.com>
1163
1164         * lang.c (java_post_options): Update.
1165         * jcf-parse.c (set_source_filename): Update.
1166         (give_name_to_class): Update.
1167         (jcf_parse): Update.
1168         (duplicate_class_warning): Update.
1169         (parse_class_file): Update.
1170         (java_parse_file): Update.
1171         * expr.c (expand_byte_code): Update.
1172
1173 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
1174
1175         * decl.c (finish_method): Use set_cfun.
1176
1177 2007-09-04  Andrew Haley  <aph@redhat.com>
1178
1179         * decl.c (java_init_decl_processing): Call "__cxa_end_cleanup"
1180         when using the ARM EABI.
1181
1182 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
1183
1184         * Make-lang.in (jvspec.o): Remove SHLIB_MULTILIB.
1185
1186 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1187
1188         * jcf-parse.c (read_class, java_parse_file): Supply a TYPE for
1189         CONST_CAST.
1190         * jcf.h (JCF_FINISH): Likewise.
1191
1192 2007-08-28  Tom Tromey  <tromey@redhat.com>
1193
1194         * Make-lang.in (java.tags): Don't tag '*.y' files.
1195
1196 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1197
1198         * lang.c (java_decl_ok_for_sibcall): Likewise.
1199
1200 2007-08-21  Paul Brook  <paul@codesourcery.com>
1201             Nathan Sidwell  <nathan@codesourcery.com>
1202             Mark Mitchell  <mark@codesourcery.com>
1203             Joseph Myers  <joseph@codesourcery.com>
1204
1205         * jcf-dump.c (version): Use pkgversion_string.  Update copyright
1206         date.
1207
1208 2007-08-20  Richard Guenther  <rguenther@suse.de>
1209
1210         * lang.c (java_tree_inlining_walk_subtrees): Remove.
1211         (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES): Remove.
1212
1213 2007-08-17  Tom Tromey  <tromey@redhat.com>
1214
1215         * typeck.c (find_method_in_interfaces): Update.
1216         * jcf-parse.c (load_class): Update.
1217         * java-gimplify.c (java_gimplify_component_ref): Removed.
1218         (java_gimplify_modify_expr): Update.  Removed pre_p and post_p
1219         arguments.
1220         (java_gimplify_expr): Update.
1221         * decl.c (java_init_decl_processing): Update.
1222         * class.c (set_constant_value): Update.
1223         (make_class_data): Update.
1224         (finish_class): Update.
1225         (build_static_field_ref): Update.
1226         (is_compiled_class): Update.
1227         (maybe_layout_super_class): Update.
1228         (layout_class): Update.
1229         (layout_class_method): Update.
1230         * java-tree.h (CAN_COMPLETE_NORMALLY): Removed.
1231         (lang_decl_var) <am, final_iud, cif>: Removed fields.
1232         (lang_decl_func) <init_calls_this>: Removed field.
1233         (lang_type) <dot_class, verify_method>: Removed fields.
1234         (FIELD_NESTED_ACCESS): Removed.
1235         (FIELD_NESTED_ACCESS_P): Removed.
1236         (DECL_FIELD_FINAL_IUD): Removed.
1237         (DECL_LOCAL_FINAL_IUD): Removed
1238         (LOCAL_FINAL_P): Removed.
1239         (FINAL_VARIABLE_P): Removed.
1240         (CLASS_FINAL_VARIABLE_P): Removed.
1241         (DECL_BIT_INDEX): Removed.
1242         (DECL_INIT_CALLS_THIS): Removed.
1243         (FIELD_LOCAL_ALIAS): Removed.
1244         (FIELD_LOCAL_ALIAS_USED): Removed.
1245         (FIELD_THISN): Removed.
1246         (DECL_FUNCTION_INIT_TEST_CLASS): Removed.
1247         (LOCAL_CLASS_INITIALIZATION_FLAG): Removed.
1248         (LOCAL_CLASS_INITIALIZATION_FLAG_P): Removed.
1249         (TYPE_DOT_CLASS): Removed.
1250         (TYPE_VERIFY_METHOD): Removed.
1251         (ID_CLASSDOLLAR_P): Removed.
1252         (enum java_tree_index) <JTI_CLASSDOLLAR_IDENTIFIER_NODE>:
1253         Removed.
1254         (classdollar_identifier_node): Removed.
1255         (TYPE_UNKNOWN): Removed.
1256         (CLASS_FROM_SOURCE_P): Removed.
1257         * expr.c (build_jni_stub): Update.
1258         (force_evaluation_order): Update.
1259         (build_java_empty_stmt): Update.
1260         (build_class_init): Update.
1261         (java_stack_swap): Update.
1262         (build_jni_stub): Update.
1263
1264 2007-08-17  Tom Tromey  <tromey@redhat.com>
1265
1266         * java-tree.h (LABEL_TYPE_STATE): Removed.
1267         (load_type_state): Removed.
1268         (LABEL_PC): Removed.
1269         (LABEL_VERIFIED): Removed.
1270         (type_states): Declare.
1271         * expr.c (type_states): New global.
1272         (load_type_state): Now static.  Use type_states.  Changed
1273         argument.
1274         (lookup_label): Don't set LABEL_PC.
1275         (expand_byte_code): Don't use LABEL_VERIFIED.
1276         (note_instructions): Initialize type_states.
1277         * verify-glue.c (vfy_note_stack_depth): Rewrote.
1278         (vfy_note_stack_type): Use type_states.
1279         (vfy_note_local_type): Likewise.
1280
1281 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1282
1283         * jcf-parse.c (read_class, java_parse_file): Use CONST_CAST.
1284         * jcf.h (JCF_FINISH): Likewise.
1285
1286 2007-07-31  Nick Clifton  <nickc@redhat.com>
1287
1288         * java-gimplify.c: Change copyright header to refer to version 3
1289         of the GNU General Public License and to point readers at the
1290         COPYING3 file and the FSF's license web page.
1291         * typeck.c, lang-specs.h, mangle_name.c, jcf-dump.c, class.c,
1292         decl.c, config-lang.in, jcf-parse.c, constants.c, Make-lang.in,
1293         resource.c, except.c, builtins.c, jvspec.c, java-tree.def,
1294         javaop.def, jcf-path.c, verify-glue.c, jcf-depend.c, lang.opt,
1295         jcf-reader.c, mangle.c, zextract.c, jcf-io.c, jcf.h, zipfile.h,
1296         verify.h, java-except.h, win32-host.c, expr.c, jvgenmain.c,
1297         parse.h, lang.c, java-tree.h, javaop.h, boehm.c: Likewise.
1298
1299 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1300
1301         * jcf-io.c (find_class): Fix -Wcast-qual warnings.
1302
1303 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1304
1305         * lang.c (java_get_callee_fndecl): Constify.
1306
1307 2007-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1308
1309         * mangle.c (set_type_package_list): Constify.
1310         * verify-glue.c (vfy_make_string): Delete.
1311         * verify.h (vfy_make_string): Likewise.
1312
1313 2007-07-26  Tom Tromey  <tromey@redhat.com>
1314
1315         * java-tree.h (push_labeled_block, pop_labeled_block): Remove.
1316         (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
1317         EXIT_BLOCK_LABELED_BLOCK): Likewise.
1318         * lang.c (java_tree_inlining_walk_subtrees): Update.
1319         (java_dump_tree): Likewise.
1320         * java-tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRY_EXPR):
1321         Remove.
1322         * decl.c (push_labeled_block, pop_labeled_block): Remove.
1323         * java-gimplify.c (java_gimplify_labeled_block_expr,
1324         java_gimplify_exit_block_expr, java_gimplify_try_expr): Remove.
1325         (java_gimplify_expr): Update.
1326
1327 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1328
1329         * class.c (java_treetreehash_hash, java_treetreehash_compare):
1330         Constify. 
1331         * expr.c (type_assertion_eq): Likewise.
1332         * jcf-io.c (compare_path): Likewise.
1333         * jcf-parse.c (cmpstringp): Likewise.
1334         * verify-impl.c (get_one_type, compute_argument_types,
1335         compute_return_type): Likewise. 
1336
1337 2007-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1338
1339         PR target/32462
1340         PR libgcj/32465
1341         * class.c (hide): Wrap in HAVE_GAS_HIDDEN.
1342
1343 2007-07-12  Richard Guenther  <rguenther@suse.de>
1344
1345         * expr.c (expand_java_return): RETURN_EXPR has void type.
1346         (build_jni_stub): Likewise.  Use a comparison against zero
1347         for null-pointer test in COND_EXPR.
1348         (build_field_ref): Build POINTER_PLUS_EXPR with correct
1349         type.  Convert result instead.
1350         (build_invokevirtual): Likewise.
1351
1352 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
1353
1354         PR 32617
1355         * lang.c (java_init): Remove setting of force_align_functions_log.
1356         * class.c (add_method_1): Set DECL_ALIGN of non-static method
1357         to cope with ptrmemfunc_vbit_in_pfn.
1358
1359 2007-07-03  David Daney  <ddaney@avtrex.com>
1360
1361         * java/Make-lang.in (doc/gcj.info): Add $(gcc_docdir) to 
1362         include path.
1363         (doc/gcj.dvi): Same.
1364         (doc/gcj.pdf): Same.
1365         (java/index.html): Same.
1366
1367 2007-06-15 Andrew Pinski  <andrew_pinski@playstation.sony.com>
1368
1369         * class.c (make_class_data): Build the index in sizetype.
1370         Use POINTER_PLUS_EXPR instead of PLUS_EXPR when
1371         adding to a pointer type.
1372         (build_symbol_entry): Likewise.
1373         * expr.c (build_java_arrayaccess): Likewise.
1374         (build_field_ref): Likewise.
1375         (build_known_method_ref): Likewise.
1376         (build_invokevirtual): Likewise.
1377         * except.c (build_exception_object_ref): Do a
1378         NEGATIVE and then a POINTER_PLUS_EXPR instead
1379         of a MINUS_EXPR.
1380
1381 2007-06-11  Rafael Ávila de Espíndola  <espindola@google.com>
1382
1383         * typeck.c (java_signed_type): Remove.
1384         * lang.c (LANG_HOOKS_SIGNED_TYPE): Remove.
1385         * java-tree.h (java_signed_type): Remove.
1386
1387 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
1388
1389         * jcf-dump.c (HANDLE_MAGIC): Use 'unsigned long' for %lx.
1390         (print_constant): Likewise.
1391
1392 2007-05-14  Rafael Ávila de Espíndola  <espindola@google.com>
1393
1394         * expr.c (build_java_binop): Use unsigned_type_for instead of
1395         java_unsigned_type.
1396         * java-tree.h (java_unsigned_type): Remove.
1397         * lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
1398         * typeck.c (java_unsigned_type): Remove.
1399
1400 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1401
1402         * java-tree.h (lang_tree_node): Use GENERIC_NEXT
1403         instead of checking GIMPLE_STMT_P in chain_next.
1404
1405 2007-04-06  Colin Walters  <walters@redhat.com>
1406
1407         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161701
1408         * jcf-io.c (open_class): Copy 'filename'.
1409
1410 2007-04-03  Andrew Haley  <aph@redhat.com>
1411
1412         * jvgenmain.c (main): Change main to use class$, not class$$.
1413         (do_mangle_classname): Likewise.
1414         * class.c (hide): New function.
1415         (add_field): Hide everything that shouldn't be visible outside a
1416         DSO.
1417         (build_static_class_ref): Likewise.
1418         (build_classdollar_field): Likewise.
1419         (make_class_data): Likewise.
1420         (layout_class_method): Likewise.
1421         * expr.c (special_method_p): New function.
1422
1423         * class.c (push_class): Don't bogusly guess the source filename.
1424         * jcf-parse.c (give_name_to_class): Don't set input_location from
1425         DECL_ARTIFICIAL decls.
1426
1427 2007-03-30  Rafael Ávila de Espíndola  <espindola@google.com>
1428
1429         * typeck.c (java_signed_or_unsigned_type): Removed.
1430         (java_signed_type): use get_signed_or_unsigned_type instead of
1431         java_signed_or_unsigned_type.
1432         (java_unsigned_type): Ditto.
1433         * lang.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Removed.
1434         * java-tree.h (java_signed_or_unsigned_type): Removed.
1435
1436 2007-03-26  Tom Tromey  <tromey@redhat.com>
1437
1438         * Make-lang.in (JAVA_MANFILES): Removed grmiregistry.1.
1439         (java.maintainer-clean): Likewise.
1440         (java.install-man): Likewise.
1441         (.INTERMEDIATE): Removed grmiregistry.pod.
1442         (grmiregistry.pod): Removed.
1443         * gcj.texi (Invoking gcjh): Removed.
1444         (Invoking gjnih): Likewise.
1445         (Invoking grmiregistry): Likewise.
1446         (direntry): Updated.
1447         (Top): Likewise.
1448         (which-gcj): Removed.
1449
1450 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1451
1452         * Make-lang.in: Add install-pdf target as copied from
1453         automake v1.10 rules.
1454
1455 2007-02-27  Brooks Moses  <brooks.moses@codesourcery.com>
1456
1457         * gcj.texi: Standardize title page.
1458
1459 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
1460
1461         * class.c: Fix a comment typo.
1462
1463 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
1464             Brooks Moses  <brooks.moses@codesourcery.com>
1465             Lee Millward  <lee.millward@codesourcery.com>
1466
1467         * java-tree.h (BUILD_MONITOR_ENTER): Use build_call_nary instead
1468         of build3.
1469         (BUILD_MONITOR_EXIT): Likewise.
1470
1471         * java-gimplify.c (java_gimplify_component_ref): Use build_call_expr.
1472         (java_gimplify_modify_expr): Likewise.
1473
1474         * class.c (cache_this_class_ref): Use build_call_expr.
1475         (build_static_field_ref): Likewise.
1476         (emit_indirect_register_classes): Likewise.
1477         (emit_register_classes): Likewise.
1478
1479         * resource.c (write_resource_constructor): Use build_call_expr.
1480
1481         * builtins.c (builtin_creator_function): Change interpretation of
1482         the second parameter to be the whole CALL_EXPR instead of the arglist.
1483         (max_builtin): Tweak parameter list.  Use new CALL_EXPR accessors.
1484         (min_builtin): Likewise.
1485         (abs_builtin): Likewise.
1486         (java_build_function_call_expr): Likewise.
1487         (convert_real): Likewise.
1488         (UNMARSHAL3): Likewise.
1489         (UNMARSHAL4): Likewise.
1490         (UNMARSHAL5): Likewise.
1491         (build_arglist_for_builtin): Delete.  Fix callers to use
1492         build_call_expr instead.
1493         (putObject_builtin): Tweak parameter list.  Use new CALL_EXPR
1494         accessors.
1495         (compareAndSwapInt_builtin): Likewise.
1496         (compareAndSwapLong_builtin): Likewise.
1497         (compareAndSwapObject_builtin): Likewise.
1498         (putVolatile_builtin): Likewise.
1499         (getVolatile_builtin): Likewise.
1500         (VMSupportsCS8_builtin): Likewise.
1501         (check_for_builtin): Pass entire CALL_EXPR to builtin expander
1502         instead of arglist.
1503
1504         * expr.c (build_java_athrow): Use build_call_nary instead of build3.
1505         (build_java_throw_out_of_bounds_exception): Likewise.
1506         (java_check_reference): Likewise.
1507         (build_java_arraystore_check): Likewise.
1508         (build_newarray): Likewise.
1509         (build_anewarray): Likewise.
1510         (expand_java_multinewarray): Use build_call_list instead of build3.
1511         (build_java_monitor): Use build_call_nary instead of build3.
1512         (java_create_object): Likewise.
1513         (expand_java_NEW): Likewise.
1514         (build_instanceof): Likewise.
1515         (expand_java_CHECKCAST): Likewise.
1516         (build_java_soft_divmod): Likewise.
1517         (build_java_binop): Likewise.
1518         (build_field_ref): Likewise.
1519         (build_class_init): Likewise.
1520         (rewrite_arglist_getcaller): Use build_call_expr.
1521         (build_invokeinterface):  Use build_call_nary instead of build3.
1522         (expand_invoke): Use build_call_list instead of build3.
1523         (build_jni_stub): Use build_call_nary, build_call_list, or
1524         build_call_expr instead of build3.
1525         (expand_java_field_op): Use build_call_expr instead of build3.
1526         (force_evaluation_order): Use new CALL_EXPR accessors.
1527
1528         * lang.c (java_get_callee_fndecl): Use new CALL_EXPR accessors.
1529
1530 2007-02-15  David Daney  <ddaney@avtrex.com>
1531
1532         * Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.
1533         (java.maintainer-clean):Add gc-analyze.1.
1534         (.INTERMEDIATE): Add gc-analyze.pod.
1535         (gc-analyze.pod): New rule.
1536         (java.install-man): Install gc-analyze.1
1537         * gcj.texi: Add new section for the gc-analyze program.
1538
1539 2007-02-07  Andrew Haley  <aph@redhat.com>
1540
1541         * class.c (uncache_this_class_ref): New.
1542         * expr.c (build_jni_stub): Initialize the class.
1543         (expand_byte_code): Call uncache_this_class_ref after generating
1544         code.
1545
1546 2007-02-06  Tom Tromey  <tromey@redhat.com>
1547
1548         PR java/30714:
1549         * jvspec.c (lang_specific_driver): Check for the '-' in '-I'.
1550
1551 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
1552
1553         * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
1554
1555 2007-02-02  Andrew Haley  <aph@redhat.com>
1556
1557         * expr.c (expand_byte_code): Call cache_this_class_ref() and
1558         cache_cpool_data_ref().
1559         Set TYPE_CPOOL_DATA_REF.
1560         (cache_cpool_data_ref): New function.
1561         * constants.c (build_ref_from_constant_pool): Remove special-case
1562         code for flag_indirect_classes.
1563         (build_constant_data_ref): Move special-case code for
1564         flag_indirect_classes here from build_ref_from_constant_pool.
1565         * decl.c (finish_method): Move class initialization from here to
1566         cache_this_class_ref.
1567         * class.c (cache_this_class_ref): New function.
1568         (build_class_ref): Use this_classdollar for the ouput class.
1569
1570 2007-02-02  David Daney  <ddaney@avtrex.com>
1571
1572         * class.c (is_compiled_class): Move check to avoid reloading
1573         current class.
1574         (layout_class_method): Don't calculate DECL_EXTERNAL if it is
1575         already set.
1576
1577 2007-02-01  Andrew Haley  <aph@redhat.com>
1578
1579         PR java/30641
1580         * jcf-parse.c (jcf_parse): Clear the field_offsets bitmap.
1581
1582 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
1583
1584         * class.c, jcf-parse.c: Fix comment typos.
1585
1586 2007-01-30  Tom Tromey  <tromey@redhat.com>
1587
1588         * gcj.texi (Strings): Fix documentation for JvNewString.
1589
1590 2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1591
1592         * gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
1593         typos.
1594
1595 2007-01-30  Ben Elliston  <bje@au.ibm.com>
1596
1597         * jvspec.c (lang_specific_driver): Remove unused classpath_args.
1598
1599 2007-01-29  Tom Tromey  <tromey@redhat.com>
1600
1601         PR java/30607:
1602         * jvspec.c (lang_specific_driver): Handle separate -I argument.
1603         * lang.opt (-I): Add 'Separate'.
1604
1605 2007-01-29  Andrew Haley  <aph@redhat.com>
1606
1607         * class.c (add_method_1): Mark fndecl as external unless we are
1608         compiling it into this object file.
1609
1610 2007-01-24  Andrew Haley  <aph@redhat.com>
1611
1612         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): current_class is a
1613         type node, not a decl, so use TYPE_SYNTHETIC not CLASS_SYNTHETIC.
1614
1615 2007-01-22  Andrew Haley  <aph@redhat.com>
1616
1617         * builtins.c (VMSupportsCS8_builtin): New function.
1618
1619 2007-01-23  Andrew Pinski  <pinskia@gmail.com>
1620
1621         PR java/30454
1622         * jcf-io.c (opendir_in_zip): Close the file
1623         and free zipf before returning after an error.
1624
1625 2007-01-16  Tom Tromey  <tromey@redhat.com>
1626
1627         * java-tree.def: Added copyright header.
1628
1629 2007-01-15  Tom Tromey  <tromey@redhat.com>
1630
1631         * lang.c (dump_compound_expr) <EXPR_WITH_FILE_LOCATION>: Removed
1632         case.
1633         * java-gimplify.c (java_gimplify_expr) <EXPR_WITH_FILE_LOCATION>:
1634         Removed case.
1635         * java-tree.h (EXPR_WFL_EMIT_LINE_NOTE): Removed.
1636         (EXPR_WFL_NODE): Likewise.
1637         (EXPR_WFL_LINECOL): Likewise.
1638         (EXPR_WFL_FILENAME): Likewise.
1639         (EXPR_WFL_LINENO): Likewise.
1640         (build_expr_wfl, expr_add_location): Don't declare.
1641         (build_unknown_wfl): Removed.
1642         (EXPR_WFL_FILENAME_NODE): Removed.
1643         (EXPR_WFL_COLNO): Removed.
1644         (EXPR_WFL_SET_LINECOL): Removed.
1645         (DECL_FUNCTION_WFL): Removed.
1646         (DECL_FIELD_FINAL_WFL): Removed.
1647         (struct lang_decl_func) <wfl>: Removed field.
1648         <called_constructor>: Likewise.
1649         <inner_access>: Likewise.
1650         (struct lang_decl_var) <wfl>: Removed field.
1651         (DECL_CONSTRUCTOR_CALLS): Removed.
1652         (DECL_FUNCTION_ACCESS_DECL): Likewise.
1653         (DECL_FUNCTION_INNER_ACCESS): Likewise.
1654         (DECL_SPECIFIC_COUNT): Likewise.
1655         * java-tree.def (EXPR_WITH_FILE_LOCATION): Removed.
1656         * expr.c (build_expr_wfl): Removed.
1657         (expr_add_location): Likewise.
1658
1659 2007-01-12  Tom Tromey  <tromey@redhat.com>
1660
1661         * jcf-dump.c (main): Updated call to find_class.
1662         * lang.c (java_init): Removed dead code.
1663         * jcf-parse.c (read_class): Don't use java_source field.  Removed
1664         dead code.
1665         (parse_zip_file_entries): Don't use java_source field.
1666         (process_zip_dir): Likewise.
1667         (jcf_parse): Removed dead code.
1668         (java_parse_file): Likewise.
1669         (read_class): Updated call to find_class.
1670         * jcf-io.c (find_class): Don't use java_source field.  Removed
1671         'source_ok' argument, .java logic.
1672         * jcf.h (JCF) <java_source>: Removed field.
1673         (JCF_ZERO): Updated.    (find_class): Updated.
1674         * decl.c: Removed dead code.
1675         * class.c: Removed dead code.
1676
1677 2007-01-11  Tom Tromey  <tromey@redhat.com>
1678
1679         * typeck.c (convert): Don't use flag_emit_class_files.
1680         * lang.c (java_post_options): Don't use flag_emit_class_files.
1681         (java_handle_option): Don't use flag_extraneous_semicolon or
1682         flag_redundant.
1683         * jcf-parse.c (HANDLE_CONSTANTVALUE): Don't use
1684         flag_emit_class_files.
1685         (load_class): Likewise.
1686         * java-tree.h (flag_emit_class_files): Don't declare.
1687         (STATIC_CLASS_INIT_OPT_P): Don't use flag_emit_class_files.
1688         (flag_extraneous_semicolon): Don't declare.
1689         (flag_not_overriding): Likewise.
1690         (flag_static_local_jdk1_1): Likewise.
1691         (flag_redundant): Likewise.
1692         * expr.c (build_newarray): Don't use flag_emit_class_files.
1693         * class.c (DEFAULT_ENABLE_ASSERT): Don't use
1694         flag_emit_class_files.
1695         (build_class_ref): Likewise.
1696         * builtins.c (check_for_builtin): Don't use
1697         flag_emit_class_files.
1698
1699 2007-01-10  Tom Tromey  <tromey@redhat.com>
1700
1701         * lang.c (java_can_use_bit_fields_p): Removed.
1702         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
1703
1704 2007-01-09  Andrew Haley  <aph@redhat.com>
1705
1706         * expr.c (build_java_arrayaccess): Rewrite to generate array
1707         access in canonical form.
1708         (expand_java_arraystore): Use build_fold_addr_expr() on address of
1709         array access.
1710
1711 2007-01-03  Andrew Haley  <aph@redhat.com>
1712
1713         PR java/28754
1714         * expr.c (expand_java_field_op): If we're initializing a field's
1715         declaring interface we should not also initialize the class
1716         context in which it was referenced.
1717
1718 2007-01-02  Tom Tromey  <tromey@redhat.com>
1719
1720         * java-tree.h (compiling_from_source, current_encoding,
1721         JTI_FINIT_IDENTIFIER_NODE, JTI_INSTINIT_IDENTIFIER_NODE,
1722         JTI_LENGTH_IDENTIFIER_NODE, JTI_SUPER_IDENTIFIER_NODE,
1723         JTI_CONTINUE_IDENTIFIER_NODE, JTI_ACCESS0_IDENTIFIER_NODE,
1724         JTI_WFL_OPERATOR): Removed
1725         (finit_identifier_node, instinit_identifier_node,
1726         length_identifier_node, super_identifier_node,
1727         continue_identifier_node, access0_identifier_node, wfl_operator):
1728         Removed.
1729         (cyclic_inheritance_report,
1730         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND,
1731         DECL_FUNCTION_NAP, DECL_FUNCTION_SYNTHETIC_CTOR,
1732         DECL_FIXED_CONSTRUCTOR_P): Removed.
1733         (struct lang_decl_func) <smic, nap, synthetic_ctor, fixed_ctor>:
1734         Removed.
1735         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST, TYPE_II_STMT_LIST,
1736         TYPE_IMPORT_LIST, TYPE_IMPORT_DEMAND_LIST): Removed.
1737         (struct lang_type) <finit_stmt_list, clinit_stmt_list, ii_block,
1738         import_list, import_demand_list>: Removed.
1739         (java_layout_seen_class_methods, init_jcf_parse, init_src_parse,
1740         cxx_keyword_p): Removed.
1741         (DECL_FINIT_P, DECL_INSTINIT_P, ID_FINIT_P, ID_INSTINIT_P,
1742         TYPE_UNUSED, TYPE_UNDERFLOW, TYPE_UNEXPECTED,
1743         CLASS_ACCESS0_GENERATED_P, CLASS_HAS_FINIT_P,
1744         IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
1745         IS_AN_IMPORT_ON_DEMAND_P, COMPOUND_ASSIGN_P, SWITCH_HAS_DEFAULT,
1746         PRIMARY_P, MODIFY_EXPR_FROM_INITIALIZATION_P,
1747         CLASS_METHOD_CHECKED_P, FOR_LOOP_P, ANONYMOUS_CLASS_P,
1748         LOCAL_CLASS_P, ARG_FINAL_P, SUPPRESS_UNREACHABLE_ERROR,
1749         RESOLVE_PACKAGE_NAME_P, RESOLVE_TYPE_NAME_P, IS_BREAK_STMT_P,
1750         IS_CRAFTED_STRING_BUFFER_P, IS_INIT_CHECKED, CALL_USING_SUPER,
1751         NESTED_FIELD_ACCESS_IDENTIFIER_P, TOPLEVEL_CLASS_DECL_P,
1752         PURE_INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
1753         CALL_CONSTRUCTOR_P, CALL_EXPLICIT_CONSTRUCTOR_P,
1754         CALL_THIS_CONSTRUCTOR_P, CALL_SUPER_CONSTRUCTOR_P,
1755         FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, BLOCK_IS_IMPLICIT,
1756         BLOCK_EMPTY_P, IS_UNCHECKED_EXCEPTION_P, java_error_count,
1757         java_parse_abort_on_error, extract_field_decl): Removed.
1758         (finput): Declare.
1759         * lang.c: (compiling_from_source, current_encoding): Removed.
1760         (java_handle_option): Ignore -fencoding.
1761         * parse.h: Don't include lex.h.
1762         (java_error_count, int_fits_type_p, stabilize_reference, RULE,
1763         RECOVERED, DRECOVERED, RECOVER, DRECOVER, YYERROR_NOW,
1764         YYNOT_TWICE, CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
1765         INTERFACE_MODIFIERS, INTERFACE_INNER_MODIFIERS,
1766         INTERFACE_METHOD_MODIFIERS, INTERFACE_FIELD_MODIFIERS,
1767         MODIFIER_WFL, THIS_MODIFIER_ONLY, parse_error_context,
1768         ABSTRACT_CHECK, JCONSTRUCTOR_CHECK, exit_java_complete_class,
1769         CLASS_OR_INTERFACE, GET_REAL_TYPE, GET_TYPE_NAME,
1770         OBSOLETE_MODIFIER_WARNING, OBSOLETE_MODIFIER_WARNING2,
1771         BUILD_PTR_FROM_NAME, INCOMPLETE_TYPE_P,
1772         JAVA_MAYBE_GENERATE_DEBUG_INFO, JBSC_TYPE_P, JSTRING_P,
1773         JNULLP_TYPE_P, JDECL_P, TYPE_INTERFACE_P, TYPE_CLASS_P,
1774         IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS,
1775         MANGLE_OUTER_LOCAL_VARIABLE_NAME,
1776         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID,
1777         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING,
1778         SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
1779         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP,
1780         AIPL_FUNCTION_CREATION, AIPL_FUNCTION_DECLARATION,
1781         AIPL_FUNCTION_CTOR_INVOCATION, AIPL_FUNCTION_FINIT_INVOCATION,
1782         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
1783         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED,
1784         LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
1785         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
1786         LOOP_EXPR_BODY_BODY_EXPR, PUSH_LABELED_BLOCK, POP_LABELED_BLOCK,
1787         PUSH_LOOP, POP_LOOP, PUSH_EXCEPTIONS, POP_EXCEPTIONS,
1788         IN_TRY_BLOCK_P, EXCEPTIONS_P, ANONYMOUS_ARRAY_BASE_TYPE,
1789         ANONYMOUS_ARRAY_DIMS_SIG, ANONYMOUS_ARRAY_INITIALIZER,
1790         INVOKE_STATIC, INVOKE_NONVIRTUAL, INVOKE_SUPER, INVOKE_INTERFACE,
1791         INVOKE_VIRTUAL, jdep_code, struct _jdep, JDEP_DECL, JDEP_DECL_WFL,
1792         JDEP_KIND, JDEP_WFL, JDEP_MISC, JDEP_ENCLOSING, JDEP_CLASS,
1793         JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN, JDEP_TO_RESOLVE,
1794         JDEP_RESOLVED_DECL, JDEP_RESOLVED, JDEP_RESOLVED_P, struct
1795         jdeplist_s, jdeplists, CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN,
1796         JDEP_INSERT, SET_TYPE_FOR_RESOLUTION, WFL_STRIP_BRACKET,
1797         STRING_STRIP_BRACKETS, PROMOTE_RECORD_IF_COMPLETE,
1798         BLOCK_CHAIN_DECL, GET_CURRENT_BLOCK, EXPR_WFL_GET_LINECOL,
1799         EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION, QUAL_DECL_TYPE,
1800         GET_SKIP_TYPE, COMPLETE_CHECK_OP, COMPLETE_CHECK_OP_0,
1801         COMPLETE_CHECK_OP_1, COMPLETE_CHECK_OP_2, BUILD_APPEND,
1802         BUILD_STRING_BUFFER, BUILD_THROW, SET_WFL_OPERATOR,
1803         PATCH_METHOD_RETURN_ERROR, CHECK_METHODS, CLEAR_DEPRECATED,
1804         CHECK_DEPRECATED_NO_RESET, CHECK_DEPRECATED, REGISTER_IMPORT,
1805         CURRENT_OSB, struct parser_ctxt, GET_CPC_LIST, CPC_INNER_P,
1806         GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE, GET_CPC_DECL_NODE,
1807         GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
1808         GET_ENCLOSING_CPC_CONTEXT, INNER_ENCLOSING_SCOPE_CHECK, PUSH_CPC,
1809         PUSH_ERROR, POP_CPC, DEBUG_CPC, CPC_INITIALIZER_LIST,
1810         CPC_STATIC_INITIALIZER_LIST, CPC_INSTANCE_INITIALIZER_LIST,
1811         CPC_INITIALIZER_STMT, CPC_STATIC_INITIALIZER_STMT,
1812         CPC_INSTANCE_INITIALIZER_STMT, SET_CPC_INITIALIZER_STMT,
1813         SET_CPC_STATIC_INITIALIZER_STMT,
1814         SET_CPC_INSTANCE_INITIALIZER_STMT, JAVA_NOT_RADIX10_FLAG,
1815         java_complete_class, java_check_circular_reference,
1816         java_fix_constructors, java_layout_classes, java_reorder_fields,
1817         java_method_add_stmt, java_get_line_col, reset_report,
1818         java_init_lex, yyparse, java_parse, yyerror, java_expand_classes,
1819         java_finish_classes, ctxp, ctxp_for_generation,
1820         ctxp_for_generation_last): Removed.
1821         * expr.c (force_evaluation_order): Don't mention NEW_CLASS_EXPR.
1822         * mangle.c (utf8_cmp): New function.
1823         (cxx_keywords): New global.
1824         (cxx_keyword_p): New function.
1825         * jvspec.c (JAVA_START_CHAR): Removed obsolete comment.
1826         * java-tree.def (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR,
1827         NEW_ANONYMOUS_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
1828         CASE_EXPR, DEFAULT_EXPR, JAVA_CATCH_EXPR, SYNCHRONIZED_EXPR,
1829         THROW_EXPR, CONDITIONAL_EXPR, INSTANCEOF_EXPR, NEW_ARRAY_INIT,
1830         CLASS_LITERAL, JAVA_EXC_OBJ_EXPR): Removed.
1831         * Make-lang.in (java.srcextra): Do nothing.
1832         (parse.c, keyword.h, gt-java-parse.h): Removed targets.
1833         (JAVA_OBJS): Don't mention deleted files.
1834         (java.mostlyclean): Likewise.
1835         (java.clean): Likewise.
1836         (JAVA_LEX_C): Removed.
1837         (buffer.o, check-init.o, parse.o): Remove unused targets.
1838         (typeck.o): Updated.
1839         * jcf-parse.c (read_class): Comment out unused code.
1840         (java_layout_seen_class_methods): New function.
1841         (parse_source_file_1, parse_source_file_2, parse_source_file_3):
1842         Removed.
1843         (java_parse_file): Comment out unused code.  Don't use 'ctxp'.
1844         (init_jcf_parse): Removed.
1845         * config-lang.in (gtfiles): Remove deleted files.
1846         * decl.c (java_init_decl_processing): Don't initialize
1847         finit_identifier_node, instinit_identifier_node,
1848         length_identifier_node, super_identifier_node,
1849         continue_identifier_node, access0_identifier_node.  Don't call
1850         init_jcf_parse.
1851         * class.c (cyclic_inheritance_report): New global.
1852         (add_method_1): Don't use
1853         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND.
1854         (maybe_layout_super_class): Comment out code.
1855         (safe_layout_class): New function.
1856         * java-gimplify.c (java_gimplify_expr): Removed CASE_EXPR,
1857         DEFAULT_EXPR, NEW_ARRAY_INIT, JAVA_CATCH_EXPR, JAVA_EXC_OBJ_EXPR,
1858         UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_ANONYMOUS_ARRAY_EXPR,
1859         NEW_CLASS_EXPR, SYNCHRONIZED_EXPR, CONDITIONAL_EXPR,
1860         INSTANCEOF_EXPR, CLASS_LITERAL, THIS_EXPR.
1861         (java_gimplify_case_expr): Removed.
1862         (java_gimplify_default_expr): Likewise.
1863         (java_gimplify_new_array_init): Likewise.
1864         * parse.y: Removed.
1865         * keyword.gperf, keyword.h: Removed.
1866         * chartables.h: Removed.
1867         * check-init.c: Removed.
1868         * buffer.c, buffer.h: Removed.
1869         * convert.h: Removed.
1870         * gen-table.pl: Removed.
1871         * lex.c, lex.h: Removed.
1872
1873 2007-01-02  Andrew Haley  <aph@redhat.com>
1874
1875         * expr.c (expand_java_arraystore): Make sure we perform a bounds
1876         check at runtime before we perform a type check.
1877
1878 2006-12-19  Andrew Haley  <aph@redhat.com>
1879
1880         * decl.c: Bump minor BC ABI version.
1881
1882 2006-12-13  Gary Benson  <gbenson@redhat.com>
1883
1884         * jcf-depend.c (jcf_dependency_add_file): Mark filename unused.
1885
1886 2006-12-12  Tom Tromey  <tromey@redhat.com>
1887
1888         * lang-specs.h: Pass -M options to jc1.
1889         * jcf-depend.c (jcf_dependency_add_file): Don't emit
1890         dependencies.
1891
1892 2006-12-07  Mohan Embar  <gnustuff@thisiscool.com>
1893
1894         * jcf-path.c (jcf_path_compute): Use platform PATH_SEPARATOR.
1895
1896 2006-12-06  Mohan Embar  <gnustuff@thisiscool.com>
1897
1898         * lang-specs.h: Pass '%U'-based options as separate arguments.
1899
1900 2006-12-05  Tom Tromey  <tromey@redhat.com>
1901
1902         PR java/29495:
1903         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Mark fields and
1904         classes as well.
1905         * class.c (add_field): Handle ACC_SYNTHETIC.
1906         (add_method_1): Likewise.  Handle bridge and varargs.
1907         (get_access_flags_from_decl): Handle synthetic, bridge, varargs,
1908         annotation.
1909         (set_class_decl_access_flags): Handle synthetic and annotation.
1910         * java-tree.h (METHOD_BRIDGE): New macro.
1911         (METHOD_VARARGS): Likewise.
1912         (TYPE_SYNTHETIC): Likewise.
1913         (TYPE_ANNOTATION): Likewise.
1914         (lang_type): New fields 'synthetic' and 'annotation'.
1915         (lang_decl_func): New fields 'varargs' and 'bridge'.
1916
1917 2006-12-04  Andrew Haley  <aph@redhat.com>
1918
1919         * jcf-parse.c (rewrite_reflection_indexes): Don't do anything if
1920         there's no map.
1921
1922 2006-11-29  Gary Benson  <gbenson@redhat.com>
1923
1924         * expr.c (rewrite_arglist_getcaller): Reorder.
1925
1926 2006-11-29  Andrew Haley  <aph@redhat.com>
1927
1928         * expr.c (rewrite_arglist_getcaller): Remove DECL_INLINE.
1929         * lang.c (java_decl_ok_for_sibcall): Check for DECL_INLINE.
1930
1931 2006-11-23  Andrew Haley  <aph@redhat.com>
1932
1933         * expr.c (rewrite_arglist_getcaller): New.
1934         (rewrite_arglist_getclass): Fix indentation.
1935         (rules): Add gnu.classpath.VMStackWalker.getCallingClass() and 
1936         gnu.classpath.VMStackWalker.getCallingClassLoader().
1937         * builtins.c (initialize_builtins): Remove duplicate def'n of
1938         __sync_synchronize.
1939         Add __builtin_return_address.
1940
1941 2006-11-22  Andrew Haley  <aph@redhat.com>
1942
1943         * jcf-reader.c (get_attribute): Mark attr_type unused.
1944
1945         * builtins.c (compareAndSwapObject_builtin): Fix declaration.
1946
1947 2007-01-08  Richard Guenther  <rguenther@suse.de>
1948
1949         * lex.c (do_java_lex): Use build_int_cst_wide_type.
1950         * jcf-parse.c (get_constant): Likewise.
1951
1952 2006-11-12  Jan Hubicka  <jh@suse.cz>
1953
1954         * resource.c (compile_resource_data): Update for new varpool names.
1955         * java/class.c (build_utf8_ref): Likewise.
1956
1957 2006-11-12  David Daney  <ddaney@avtrex.com>
1958
1959         PR java/29805
1960         * typeck.c (build_java_array_type): Increase buffer sizes.
1961
1962 2006-11-11  Richard Guenther  <rguenther@suse.de>
1963
1964         * check-init.c (check_init): Remove handling of FIX_CEIL_EXPR,
1965         FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
1966
1967 2006-11-06  Andrew Haley  <aph@redhat.com>
1968
1969         * java-tree.h (CONSTANT_LazyFlag): New.
1970         * constants.c (build_constants_constructor): Mask CONSTANT_LazyFlag.
1971         * jcf-parse.c (handle_innerclass_attribute): Write attribute to
1972         reflection_data.
1973         (handle_constant): Return 0 for dummy cpool entries.
1974         Handle constants of kind Class.
1975         Handle constants of kind NameAndType.
1976         (handle_enclosingmethod_attribute): New.
1977         (handle_signature_attribute): New.
1978         (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): New.
1979         (HANDLE_SIGNATURE_ATTRIBUTE): New.
1980         (handle_constant): Use unmangle_classname()rather than calling
1981         identifier_subst() directly.
1982
1983 2006-11-02  Andrew Haley  <aph@redhat.com>
1984
1985         * java-tree.h (FIELD_ENUM): New.
1986         (lang_decl_var.field_enum): New.
1987         (lang_type.enum_class): New.
1988         (CLASS_ENUM): New.
1989         * class.c (set_class_decl_access_flags): Handle enum types.
1990         (add_field): Handle enum fields.
1991         (get_access_flags_from_decl): Likewise.
1992
1993         * class.c (make_class_data): Put reflection_data into rodata.
1994
1995 2006-11-01  Andrew Haley  <aph@redhat.com>
1996
1997         * jcf-parse.c (field_offsets, bit_obstack): New variables.
1998         (jcf_parse): Write end marker to annotation_data.
1999         (java_parse_file): Create field_offsets bitmap.  Destroy it.
2000         (annotation_grow, annotation_rewrite_byte) 
2001         (annotation_rewrite_short, annotation_rewrite_int) 
2002         (annotation_read_short, annotation_write_byte) 
2003         (annotation_write_short, annotation_write_int) 
2004         (handle_long_constant, handle_constant, handle_element_value) 
2005         (handle_annotation, handle_annotations) 
2006         (handle_annotation_attribute, rewrite_reflection_indexes) 
2007         (handle_member_annotations, handle_parameter_annotations) 
2008         (handle_default_annotation): New functions.
2009         (HANDLE_RUNTIMEVISIBLEANNOTATIONS_ATTRIBUTE) 
2010         (HANDLE_RUNTIMEINVISIBLEANNOTATIONS_ATTRIBUTE) 
2011         (HANDLE_RUNTIMEVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE) 
2012         (HANDLE_RUNTIMEINVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE) 
2013         (HANDLE_ANNOTATIONDEFAULT_ATTRIBUTE): New definitions.
2014         * java-tree.h (enum jv_attr_type, enum jv_attr_kind): New. 
2015         (TYPE_REFLECTION_DATA): New.
2016         (TYPE_REFLECTION_DATASIZE): New.
2017         * jcf.h (enum cpool_tag): Convert a bunch of #define constants to
2018         an enum.
2019         * jcf-reader.c (get_attribute): Pass field/method index and
2020         attribute type to get_attribute().
2021         * constants.c (find_class_or_string_constant): Make nonstatic.
2022         (cpool_for_class): Likewise.
2023         (build_constants_constructor): Separate string and scalar types.
2024         * class.c (make_class_data): Generate field_indexes permutation.
2025         Pass it to rewrite_reflection_indexes().
2026         (make_class_data): Generate constructor for reflection_data field.
2027
2028 2006-10-20  Tom Tromey  <tromey@redhat.com>
2029
2030         * gcj.texi (Top): Don't mention jv-scan.
2031         (Invoking gcj): Likewise.
2032         (Invoking gcjh): Likewise.
2033         (Invoking gjnih): Likewise.
2034         (Invoking gij): Likewise.
2035         (Invoking gcj-dbtool): Likewise.
2036         (Invoking jv-scan): Removed.
2037         * parse-scan.y: Removed.
2038         * jv-scan.c: Removed.
2039         * config-lang.in (stagestuff): Don't mention jv-scan.
2040         * Make-lang.in (java): Removed jv-scan.
2041         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
2042         (JVSCAN_OBJS): Removed.
2043         (jv-scan$(exeext)): Likewise.
2044         (JAVA_MANFILES): Removed jv-scan.1.
2045         (java.uninstall): Don't mention jv-scan.
2046         (java.mostlyclean): Likewise.
2047         (java.maintainer-clean): Likewise.
2048         (.INTERMEDIATE): Likewise.
2049         (java/jv-scan.o): Removed.
2050         (jv-scan.pod): Likewise.
2051         (java.srcextra): Don't mention parse-scan.c.
2052         (java.mostlyclean): Likewise.
2053         (java/parse-scan.c): Removed.
2054         (java/parse-scan.o-warn): Removed.
2055         (java/parse-scan.o): Removed.
2056
2057 2006-10-20  Tom Tromey  <tromey@redhat.com>
2058
2059         * lang.c (java_handle_option): Don't use
2060         jcf_write_base_directory.
2061         * jcf.h (jcf_write_base_directory): Removed.
2062         * parse.y (java_expand_classes): Don't call write_classfile.
2063         * config-lang.in (gtfiles): Removed jcf-write.c.
2064         * Make-lang.in (JAVA_OBJS): Removed jcf-write.o.
2065         (java/jcf-write.o): Removed.
2066         * jcf-parse.c (parse_class_file): Don't call write_classfile.
2067         * java-tree.h (write_classfile): Removed declaration.
2068         * jcf-write.c: Removed.
2069
2070 2006-10-20  Tom Tromey  <tromey@redhat.com>
2071
2072         * Make-lang.in (java): Removed gjnih, gcjh.
2073         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
2074         (GCJH_OBJS): Removed.
2075         (GJNIH_OBJS): Likewise.
2076         (gjnih$(exeext)): Likewise.
2077         (gcjh$(exeext)): Likewise.
2078         (JAVA_MANFILES): Removed gcjh.1, gjnih.1.
2079         (java.install-common): Don't special case gcjh.
2080         (java.uninstall): Don't mention gcjh, gjnih.
2081         (java.mostlyclean): Likewise.
2082         (java.maintainer-clean): Likewise.
2083         (.INTERMEDIATE): Likewise.
2084         (gcjh.pod): Removed.
2085         (gjnih.pod): Likewise.
2086         (GCJH_TARGET_INSTALL_NAME): Removed.
2087         (java/gjavah-jni.o): Removed.
2088         (java/gjavah.o): Likewise.
2089         * config-lang.in (stagestuff): Removed gjnih, gcjh.
2090         * gjavah.c: Removed.
2091
2092 2006-10-17  Tom Tromey  <tromey@redhat.com>
2093
2094         * jcf-dump.c (print_element_value): Expect a utf8 constant in the
2095         "string" case.
2096
2097 2006-10-17  Tom Tromey  <tromey@redhat.com>
2098
2099         * jvgenmain.c (main): Handle -findirect-dispatch.
2100         * jvspec.c (jvgenmain_spec): Pass -findirect-dispatch to
2101         jvgenmain.
2102
2103 2006-10-06  Andrew Haley  <aph@redhat.com>
2104
2105         * builtins.c (compareAndSwapInt_builtin): Check that we really do
2106         have a compare_and_swap builtin.
2107         (compareAndSwapLong_builtin): Likewise.
2108         (compareAndSwapObject_builtin): Likewise.
2109
2110 2006-10-04  Andrew Haley  <aph@redhat.com>
2111
2112         * builtins.c (java_builtins): Add compareAndSwapInt,
2113         compareAndSwapLong, compareAndSwapObject, putOrderedInt,
2114         putOrderedLong, putOrderedObject, putIntVolatile, putLongVolatile,
2115         putObjectVolatile, getObjectVolatile, getIntVolatile,
2116         getLongVolatile, getLong.
2117         (UNMARSHAL3): New macro.
2118         (UNMARSHAL4): Likewise.
2119         (UNMARSHAL5): Likewise.
2120         (build_arglist_for_builtin): New function.
2121         (build_addr_sum, build_check_this): New functions.
2122         (putObject_builtin. compareAndSwapInt_builtin,
2123         compareAndSwapLong_builtin, compareAndSwapObject_builtin,
2124         putVolatile_builtin, getVolatile_builtin): New builtins.
2125
2126 2006-06-08  Andrew Haley  <aph@redhat.com>
2127  
2128         * expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to
2129         get_symbol_table_index().
2130         (maybe_rewrite_invocation): Set SPECIAL if we need to access a
2131         private method.
2132         (build_known_method_ref): New arg: special.  Pass it to
2133         get_symbol_table_index.
2134         (get_symbol_table_index): Put SPECIAL in the TREE_PURPOSE field of
2135         the method list.
2136         (build_invokevirtual): New arg: special.  Pass it to
2137         get_symbol_table_index.
2138         (expand_invoke): New variable: special.
2139         Pass it to maybe_rewrite_invocation().
2140         Pass it to build_known_method_ref().
2141         * class.c (build_symbol_entry): Add new arg: special.  Use it to
2142         build the symbol table conbstructor.
2143         (emit_symbol_table): Extract SPECIAL from the method list and pass
2144         it to build_symbol_entry().
2145         * parse.y (patch_invoke): Call maybe_rewrite_invocation() and set
2146         special accordingly.
2147  
2148 2006-09-08  Andrew Haley  <aph@redhat.com>
2149
2150         * class.c (layout_class_method): Use build_java_signature, not
2151         build_java_argument_signature.  Use lookup_java_method, not
2152         lookup_argument_method.
2153
2154 2006-08-16  Jakub Jelinek  <jakub@redhat.com>
2155             Bryce McKinlay  <bryce@mckinlay.net.nz>
2156
2157         * jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
2158
2159 2006-07-18  Tom Tromey  <tromey@redhat.com>
2160
2161         * lang.opt: Added missing -W options.
2162
2163 2006-07-12  Tom Tromey  <tromey@redhat.com>
2164
2165         PR java/28329:
2166         * lang-specs.h: Pass '%U'-based options as separate arguments.
2167         Use -faux-classpath.
2168         * lang.c (java_handle_option): Handle OPT_faux_classpath.
2169         * lang.opt (faux-classpath): New option.
2170
2171 2006-07-07  Tom Tromey  <tromey@redhat.com>
2172
2173         * class.c (make_class_data): Set value for reflection_data field.
2174         * decl.c (java_init_decl_processing): Add reflection_data field.
2175
2176 2006-07-07  Tom Tromey  <tromey@redhat.com>
2177
2178         * jcf-dump.c (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): Declare locals
2179         earlier.
2180         (HANDLE_SIGNATURE_ATTRIBUTE): Likewise.
2181
2182 2006-07-07  Andrew Haley  <aph@redhat.com>
2183
2184         * jcf-parse.c (set_source_filename): Don't check for
2185         CLASS_FROM_CURRENTLY_COMPILED_P.
2186         Remove // comments.
2187
2188 2006-07-07  Andrew Haley  <aph@redhat.com>
2189
2190         * java-tree.h (java_read_sourcefilenames): Declare.
2191         * lang.c (java_handle_option): Call java_read_sourcefilenames().
2192         * lang.opt (fsource-filename): New opt.
2193         * lang-specs.h: Add -fsource-filename.
2194         * jcf-parse.c (num_files, filenames): New variables.
2195         (reverse, cmpstringp, java_read_sourcefilenames,
2196         find_sourcefile): New.
2197         (set_source_filename): Call find_sourcefile to find the real name
2198         of a source file.
2199
2200 2006-06-27  Tom Tromey  <tromey@redhat.com>
2201
2202         * jcf-reader.c (get_attribute): Handle EnclosingMethod,
2203         Signature, LocalVariableTypeTable, annotation attributes.
2204         * jcf-dump.c (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): New macro.
2205         (HANDLE_SIGNATURE_ATTRIBUTE): Likewise.
2206         (HANDLE_START_FIELD): Mention 'descriptor', not 'signature'.
2207         (HANDLE_METHOD): Likewise.
2208         (HANDLE_LOCALVARIABLETYPETABLE_ATTRIBUTE): New macro.
2209         (print_annotation): New function.
2210         (print_element_value): Likewise.
2211         (indent): Likewise.
2212         (HANDLE_RUNTIMEVISIBLEANNOTATIONS_ATTRIBUTE): New macro.
2213         (HANDLE_RUNTIMEINVISIBLEANNOTATIONS_ATTRIBUTE): Likewise.
2214         (print_parameter_annotations): New function.
2215         (HANDLE_RUNTIMEVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE): New macro.
2216         (HANDLE_RUNTIMEINVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE):
2217         Likewise.
2218         (HANDLE_ANNOTATIONDEFAULT_ATTRIBUTE): Likewise.
2219         (print_annotations): New function.
2220
2221 2006-06-23  Tom Tromey  <tromey@redhat.com>
2222
2223         * lang-specs.h: Default -fsource and -ftarget to 1.5.  If
2224         emitting class files, always use 1.5.
2225         * gcj.texi (Input Options): Document -fsource.
2226         (Code Generation): Document -ftarget.
2227
2228 2006-06-21  Tom Tromey  <tromey@redhat.com>
2229
2230         PR java/28089:
2231         * expr.c (expand_java_field_op): Initialize field's declaring
2232         class.
2233
2234 2006-06-20  Tom Tromey  <tromey@redhat.com>
2235
2236         * expr.c (push_value): Always flush quick stack.
2237
2238 2006-06-19  Tom Tromey  <tromey@redhat.com>
2239
2240         * expr.c (push_value): Also flush quick stack if value is a
2241         component_ref.
2242
2243 2006-06-19  Tom Tromey  <tromey@redhat.com>
2244
2245         * expr.c (push_value): Flush quick stack if value has side
2246         effects.
2247
2248 2006-06-13  Tom Tromey  <tromey@redhat.com>
2249
2250         * class.c (is_compiled_class): Explicitly check for current
2251         class.
2252
2253 2006-06-09  Tom Tromey  <tromey@redhat.com>
2254
2255         * gjavah.c (decompile_method): Don't decompile a static field
2256         accessor method.
2257
2258 2006-06-06  Tom Tromey  <tromey@redhat.com>
2259
2260         * lang-specs.h <jc1>: Add .jar file to command line if
2261         -fsaw-java-file.  Also, remove -ffilelist-file in this case.
2262
2263 2006-06-05  Tom Tromey  <tromey@redhat.com>
2264
2265         * jcf-dump.c (print_access_flags): Handle varargs, bridge,
2266         synthetic, enum, annotation.
2267         * jcf.h (ACC_BRIDGE): New macro.
2268         (ACC_VARARGS): Likewise.
2269         (ACC_SYNTHETIC): Likewise.
2270         (ACC_ENUM): Likewise.
2271         (ACC_ANNOTATION): Likewise.
2272
2273 2006-06-04  Tom Tromey  <tromey@redhat.com>
2274
2275         * lang.opt (-fsaw-java-file, -fsource, -ftarget): New options.
2276         * jvspec.c (jvgenmain_spec): Remove -fsaw-java-file, -fsource,
2277         and -ftarget.
2278         (lang_specific_driver): Removed dead code.  Add -fsaw-java-file
2279         when needed.  Handle classpath-setting.
2280         * Make-lang.in ($(GCJ)$(exeext)): Link in jcf-path.o.
2281         * lang-specs.h: Rewrote.
2282
2283 2006-06-04  Tom Tromey  <tromey@redhat.com>
2284
2285         * jcf-io.c (find_class): Set source_ok to 0.
2286         * jcf-parse.c (jcf_parse): Disable gnu.gcj.gcj-compiled warning.
2287         (parse_class_file): Don't call java_mark_class_local.
2288         (java_parse_file): Skip .java files.  Call java_mark_class_local
2289         before lowering any code.
2290         (parse_zip_file_entries): Don't call duplicate_class_warning
2291         here.
2292         (process_zip_dir): ... call it here.
2293         * class.c (add_field): Don't mark field external if it is being
2294         compiled into this object.
2295         (make_class_data): Handle situation where class_dtable_decl is
2296         created before Class is compiled.
2297         (is_compiled_class): Don't assume files in zip are compiled into
2298         this object.
2299         (layout_class_method): Don't mark method external if it is being
2300         compiled into this object.
2301
2302 2006-06-04  Tom Tromey  <tromey@redhat.com>
2303
2304         * jcf-path.c (jcf_path_compute): New function.
2305         * jcf.h (jcf_path_compute): Declare.
2306
2307 2006-10-23 Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2308
2309         * decl.c: Include langhooks.h.
2310         (builtin_function): Remove.
2311         (java_init_decl_processing): Replace calls to builtin_function
2312         with add_builtin_function.
2313         * Make-lang.in (jc1$(exeext)): Depend on and link with attribs.o.
2314         (java/decl.o): Depend on langhooks.h.
2315         * java-tree.h (builtin_function): Remove.
2316
2317 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
2318
2319         * Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
2320
2321 2006-09-12  Tom Tromey  <tromey@redhat.com>
2322
2323         * expr.c (push_value): Always flush quick stack.
2324
2325 2006-09-12  Tom Tromey  <tromey@redhat.com>
2326
2327         PR java/29013:
2328         * jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Always note
2329         the push of the called method's return result.
2330
2331 2006-09-12  Tom Tromey  <tromey@redhat.com>
2332
2333         * jvspec.c (lang_specific_driver): Read spec file even if
2334         -fsyntax-only.
2335
2336 2006-09-12  Tom Tromey  <tromey@redhat.com>
2337
2338         PR java/28754:
2339         * expr.c (expand_java_field_op): Initialize field's declaring
2340         interface if necessary.
2341
2342 2006-09-12  Tom Tromey  <tromey@redhat.com>
2343
2344         PR java/28892:
2345         * expr.c (expand_java_field_op): No error for assignments not in
2346         class initializer or constructor.
2347
2348 2006-08-22  Andrew Haley  <aph@redhat.com>
2349
2350         * decl.c (java_add_stmt): Give the statement list a type.
2351
2352 2006-08-16  Jakub Jelinek  <jakub@redhat.com>
2353             Bryce McKinlay  <bryce@mckinlay.net.nz>
2354
2355         * jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
2356
2357 2006-08-10  Simon Martin  <simartin@users.sourceforge.net>
2358
2359         PR java/8923
2360         * parse.y (build_incdec): Emit an error instead of an ICE if '++'
2361         or '--' is used with a constant operand.
2362         (java_complete_lhs): When processing a '++' or '--' expression,
2363         don't call java_complete_tree but java_complete_lhs, so that a
2364         static final variable operand is never replaced by its value. This
2365         avoids an ICE later on.
2366         (patch_unaryop): Fixed typo in comment.
2367
2368 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2369
2370         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
2371
2372 2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>
2373
2374         * builtins.c (check_for_builtin): If a builtin could result in a
2375         direct call being generated, don't use it if flag_indirect_dispatch
2376         is set.
2377
2378 2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>
2379
2380         * gcj.texi (Invocation): Corrections for Invocation API example.
2381
2382 2006-07-04  Andrew Haley  <aph@redhat.com>
2383
2384         * class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the
2385         entry.
2386
2387 2006-06-21  Andrew Haley  <aph@redhat.com>
2388
2389         * java-tree.h (update_aliases): Remove
2390         * expr.c (expand_iinc): Remove call to update_aliases().
2391         (STORE_INTERNAL): Likewise.
2392         * decl.c (update_aliases, initialize_local_variable) 
2393         (maybe_pushlevels): Set DECL_VALUE_EXPR for debugging decls.
2394
2395 2006-06-19  Andrew Haley  <aph@redhat.com>
2396
2397         PR java/1305
2398         PR java/27908
2399         * expr.c (java_modify_addr_for_volatile): New function.
2400         (expand_java_field_op): Handle volatile fields.
2401         * java-gimplify.c (java_gimplify_component_ref): Call
2402         java_modify_addr_for_volatile to give the field_ref the correct
2403         volatile type.
2404         (java_gimplify_modify_expr): Likewise.
2405         * java-tree.h (java_modify_addr_for_volatile): New decl.
2406
2407 2006-06-17  Karl Berry  <karl@gnu.org>
2408
2409         * gcj.texi (@dircategory): Use "Software development" instead
2410         of "Programming", following the Free Software Directory.
2411
2412 2006-06-16  Andrew Haley  <aph@redhat.com>
2413
2414         * class.c (make_class_data): When using flag_indirect_classes,
2415         don't initialize the vtable of Class instances.
2416
2417 2006-06-09  Andrew Haley  <aph@redhat.com>
2418
2419         PR java/1305
2420         PR java/27908
2421         * builtins.c (initialize_builtins): Add __sync_synchronize().
2422         * class.c (add_field): Mark volatile fields.
2423         * java-gimplify.c (java_gimplify_expr): Call new functions to
2424         handle self-modifying exprs and COMPONENT_REFs.
2425         (java_gimplify_component_ref): New.
2426         (java_gimplify_modify_expr): Add handling for volatiles.
2427
2428 2006-06-08  Tom Tromey  <tromey@redhat.com>
2429
2430         * gcj.texi (libgcj Runtime Properties): Document
2431         gnu.gcj.user.realname.
2432
2433 2006-06-08  Andrew Haley  <aph@redhat.com>
2434
2435         * expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to
2436         get_symbol_table_index().
2437         (maybe_rewrite_invocation): Set SPECIAL if we need to access a
2438         private method.
2439         (build_known_method_ref): New arg: special.  Pass it to
2440         get_symbol_table_index.
2441         (get_symbol_table_index): Put SPECIAL in the TREE_PURPOSE field of
2442         the method list.
2443         (build_invokevirtual): New arg: special.  Pass it to
2444         get_symbol_table_index.
2445         (expand_invoke): New variable: special.
2446         Pass it to maybe_rewrite_invocation().
2447         Pass it to build_known_method_ref().
2448         * class.c (build_symbol_entry): Add new arg: special.  Use it to
2449         build the symbol table conbstructor.
2450         (emit_symbol_table): Extract SPECIAL from the method list and pass
2451         it to build_symbol_entry().
2452         * parse.y (patch_invoke): Call maybe_rewrite_invocation() and set
2453         special accordingly.
2454
2455 2006-06-06  David Daney  <ddaney@avtrex.com>
2456
2457         * gcj.texi (libgcj Runtime Properties): Document
2458         gnu.gcj.runtime.NameFinder.show_raw and
2459         gnu.gcj.runtime.NameFinder.remove_unknown.
2460
2461 2006-06-06  Tom Tromey  <tromey@redhat.com>
2462
2463         * jcf-dump.c (print_access_flags): Handle varargs, bridge,
2464         synthetic, enum, annotation.
2465         * jcf.h (ACC_BRIDGE): New macro.
2466         (ACC_VARARGS): Likewise.
2467         (ACC_SYNTHETIC): Likewise.
2468         (ACC_ENUM): Likewise.
2469         (ACC_ANNOTATION): Likewise.
2470
2471 2006-06-06  Mike Stump  <mrs@apple.com>
2472
2473         * Make-lang.in: Rename to htmldir to build_htmldir to avoid
2474         installing during build.
2475
2476 2006-05-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
2477
2478         * gcj.texi (Extensions): Document the new gcj-dbtool-based
2479         classname-to-library resolution mechanism.
2480         Declare the old gnu.gcj.runtime.VMClassLoader.library_control
2481         mechanism deprecated.
2482         (libgcj Runtime Properties): Document
2483         gnu.gcj.runtime.VMClassLoader.library_control's new default.
2484
2485 2006-05-29  Jakub Jelinek  <jakub@redhat.com>
2486
2487         * javaop.h (int16, int32, int64): Define to exactly 16 (resp. 32, 64)
2488         bit wide type.
2489         (jword): Define to uint64 on 64-bit arches.
2490         * jcf-dump.c (print_constant): Cast JPOOL_UINT to long.
2491
2492 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
2493
2494         * class.c, except.c, expr.c, java-gimplify.c: Fix comment
2495         typos.
2496
2497 2006-05-26  Tom Tromey  <tromey@redhat.com>
2498
2499         * expr.c (java_push_constant_from_pool): Handle 'ldc class'.
2500         * verify-glue.c (vfy_class_type): New function.
2501         * verify-impl.c (check_constant): Allow 'ldc class'.
2502         * verify.h (vfy_class_type): Declare.
2503
2504 2006-05-25  Andrew Haley  <aph@redhat.com>
2505
2506         PR java/27756
2507         * decl.c (maybe_pushlevels): When variable ranges are non-nested
2508         update all lifetimes, not just the first one.
2509
2510 2006-05-24  Tom Tromey  <tromey@redhat.com>
2511
2512         * java-tree.h: Fixed flag documentation.
2513
2514 2006-05-24  Tom Tromey  <tromey@redhat.com>
2515
2516         PR libgcj/27729:
2517         * jcf.h (ACC_INVISIBLE): Changed value.
2518
2519 2006-05-24  Andrew Haley  <aph@redhat.com>
2520
2521         PR java/27754
2522         * decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a
2523         COMPOUND_EXPR.
2524
2525 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2526
2527         * lang.opt (femit-class-file): Remove VarExists.
2528
2529 2006-05-16  Tom Tromey  <tromey@redhat.com>
2530
2531         * verify-impl.c (verify_instructions_0) <op_return>: Special case
2532         for Object.<init>.
2533
2534 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2535
2536         PR driver/26885
2537         * Make-lang.in ($(GCJ)$(exeext)): Replace gcc.o with
2538         $(GCC_OBJS).
2539
2540 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2541
2542         * Make-lang.in (java/decl.o): Add dependency on $(TARGET_H).
2543         (java/expr.o): Replace target.h with $(TARGET_H).
2544         (java/parse.o): Likewise.
2545
2546 2006-05-10  Andrew Haley  <aph@redhat.com>
2547
2548         * class.c (emit_indirect_register_classes): Fix comment.
2549
2550 2006-05-04  Tom Tromey  <tromey@redhat.com>
2551
2552         * java-tree.h (uses_jv_markobj_p): Declare.
2553         * class.c (uses_jv_markobj_p): Removed.
2554         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): New define.
2555         (get_boehm_type_descriptor): Use it.
2556         (uses_jv_markobj_p): Moved from class.c.  Return bool.
2557
2558 2006-05-04  Tom Tromey  <tromey@redhat.com>
2559
2560         * java-tree.def (THIS_EXPR): Now a tcc_expression.
2561
2562 2006-05-04  Andrew Haley  <aph@redhat.com>
2563
2564         * class.c (make_field_value): Always build_address_of fdecl if
2565         there is an initializer.
2566
2567 2006-05-03  Andrew Haley  <aph@redhat.com>
2568
2569         PR libgcj/27352
2570         * expr.c (maybe_rewrite_invocation): New function.
2571         (rewrite_arglist_getclass): Likewise.
2572         (rules): New.
2573         (expand_invoke): Call maybe_rewrite_invocation.
2574         * parse.y (patch_invoke): Likewise.
2575         * java-tree.h: (maybe_rewrite_invocation): New function.
2576
2577 2006-04-21  Andrew Haley  <aph@redhat.com>
2578
2579         * lang.c (java_init): Handle flag_indirect_classes.
2580         * jvgenmain.c: Use "class$$" instead of "class$".
2581         * mangle.c (java_mangle_decl): Accept RECORD_TYPEs sw well as
2582         DECLs.
2583         (mangle_class_field): Special case "class$$" as well as "class$".
2584         * constants.c (build_ref_from_constant_pool): If
2585         flag_indirect_classes, generate a ref into the heap.
2586         * decl.c (constants_field_decl_node,
2587         constants_data_field_decl_node): New.
2588         * class.c (build_static_class_ref): New.
2589         (build_classdollar_field): Factor out from build_class_ref().
2590         (make_field_value): Handle static fields in heap.
2591         (make_class_data): Make sure we get a static ref to class.
2592         Make class initializer const if flag_indirect_classes.
2593         (register_class): Build a class_ref for initialization if
2594         flag_indirect_classes.
2595         (emit_indirect_register_classes): New.
2596
2597 2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
2598
2599         * expr.c, gjavah.c: Fix comment typos.
2600
2601 2006-04-03  Andrew Haley  <aph@redhat.com>
2602
2603         PR java/26858
2604         * expr.c (build_field_ref): Don't check the field offset if
2605         flag_syntax_only.
2606
2607 2006-03-30  Andrew Haley  <aph@redhat.com>
2608
2609         PR java/26858
2610         * lang.c (java_attribute_table): New.
2611         (LANG_HOOKS_ATTRIBUTE_TABLE): Define.
2612         * expr.c (build_field_ref): Add a null pointer check for all
2613         fields of offset > 4k.  Don't do so for accesses via the this
2614         pointer, which we know can never be null.
2615         * class.c (build_java_method_type): Mark arg 1 of all nonstatic
2616         methods nonnull.
2617
2618 2006-03-30  Carlos O'Donell  <carlos@codesourcery.com>
2619
2620         * Make-lang.in: Rename docdir to gcc_docdir.
2621
2622 2006-03-30  Tom Tromey  <tromey@redhat.com>
2623
2624         PR java/26042:
2625         * parse.y (java_reorder_fields): Reset superclass field's size as
2626         well.
2627
2628 2006-03-28  Tom Tromey  <tromey@redhat.com>
2629
2630         PR java/26390:
2631         * parse.y (find_most_specific_methods_list): Added 'class'
2632         argument.
2633         (lookup_method_invoke): Updated.
2634
2635 2006-03-15  Tom Tromey  <tromey@redhat.com>
2636
2637         * jcf-write.c (generate_bytecode_insns): Use qualifying type for
2638         non-static method calls.
2639
2640 2006-03-15  David Daney  <ddaney@avtrex.com>
2641
2642         * java-tree.h : Moved comment for TYPE_DOT_CLASS adjacent to its
2643         declaration.
2644
2645 2006-03-15  David Daney  <ddaney@avtrex.com>
2646
2647         * lang.opt (-freduced-reflection): New option.
2648         * lang.c (java_post_options): Generate an error if
2649         -freduced-reflection used with -fjni or -findirect-dispatch.
2650         * java-tree.h (flag_reduced_reflection): Declare new variable.
2651         * boehm.c (get_boehm_type_descriptor): Indicate all pointers
2652         if bitmap overflows and flag_reduced_reflection set.
2653         * class.c (uses_jv_markobj_p): New function.
2654         (make_class_data): Moved generation of vtable to before
2655         reflection data, generate less reflection data if
2656         flag_reduced_reflection set.
2657         * gcj.texi: Document -freduced-reflection.
2658
2659 2006-03-15  Tom Tromey  <tromey@redhat.com>
2660
2661         PR java/26638:
2662         * class.c (get_interface_method_index): Don't put <clinit> into
2663         interface table.
2664
2665 2006-03-15  Tom Tromey  <tromey@redhat.com>
2666
2667         * parse.y (analyze_clinit_body): Ignore empty statements.
2668
2669 2006-03-08  David Daney  <ddaney@avtrex.com>
2670
2671         * gcj.texi: Document -static-libgcj option.
2672
2673 2006-02-20  Andrew Haley  <aph@redhat.com>
2674
2675         * jcf-parse.c (parse_class_file): Set input_location from
2676         current_class.
2677
2678 2006-02-15  Andrew Haley  <aph@redhat.com>
2679
2680         * class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.
2681         (make_class_data): pushdecl_top_level TYPE_OTABLE_SYMS_DECL,
2682         TYPE_ATABLE_SYMS_DECL, TYPE_ITABLE_SYMS_DECL here.
2683
2684 2006-02-09  Andrew Haley  <aph@redhat.com>
2685
2686         PR java/26192
2687         * expr.c (expand_invoke): Allow methods in arrays to be resolved
2688         in their superclass.
2689
2690         * typeck.c (build_java_array_type): Generate TYPE_STUB_DECLs for
2691         array types.
2692         
2693 2006-02-08  Tom Tromey  <tromey@redhat.com>
2694
2695         PR java/22578:
2696         * check-init.c (check_init): Handle VIEW_CONVERT_EXPR.
2697         * builtins.c (convert_real): New function.
2698         (java_builtins): Handle Float.intBitsToFloat,
2699         Float.floatToRawIntBits, Double.longBitsToDouble,
2700         Double.doubleToRawLongBits.
2701
2702 2006-02-07  Andrew Haley  <aph@redhat.com>
2703
2704         * expr.c (expand_invoke): (BC mode.)  If we find a method in a
2705         class other than the one in which we expected to find it, ignore
2706         the result.
2707
2708         PR java/25535
2709         * constants.c (build_constants_constructor): move initializer into
2710         first halfword on a 64-bit big-endian machine.
2711
2712 2006-02-04  Tom Tromey  <tromey@redhat.com>
2713
2714         PR java/25676:
2715         * builtins.c (max_builtin): Skip floating point 'max'.
2716         (min_builtin): Skip floating point 'min'.
2717         (check_for_builtin): Never return NULL_TREE.
2718
2719 2006-02-04  Tom Tromey  <tromey@redhat.com>
2720
2721         PR java/26097:
2722         * expr.c (push_type): Avoid side effect in gcc_assert.
2723
2724 2006-02-04  Roger Sayle  <roger@eyesopen.com>
2725
2726         * decl.c (java_init_decl_processing): Create char_type_node as a
2727         regular INTEGER_TYPE node.
2728         (push_promoted_type): Preserve TYPE_STRING_FLAG on types.
2729         * typeck.c (convert): No longer check for CHAR_TYPEs but instead
2730         test for char_type_node and promoted_char_type_node as special
2731         instances of INTEGER_TYPE tree codes.
2732         (promote_type,build_java_signature): Likewise.
2733         * jcf-write.c (adjust_typed_op): Likewise.
2734         * mangle.c (mangle_type): Likewise.
2735         * parse.y (do_unary_numeric_promotion): No longer handle CHAR_TYPE.
2736         * parse.h (JINTEGRAL_TYPE_P): Likewise.
2737
2738 2006-02-04  Andreas Tobler  <a.tobler@schweiz.ch>
2739
2740         * expr.c (java_stack_swap): Revert gcc_assert patch.
2741
2742 2006-02-03  Ben Elliston  <bje@au.ibm.com>
2743
2744         * java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.
2745         * typeck.c: Likewise.
2746         * verify-impl.c: Likewise.
2747         * class.c: Likewise.
2748         * decl.c: Likewise.
2749         * jcf-parse.c: Likewise.
2750         * constants.c: Likewise.
2751         * check-init.c: Likewise.
2752         * jcf-write.c: Likewise.
2753         * verify-glue.c: Likewise.
2754         * mangle.c: Likewise.
2755         * expr.c: Likewise.
2756         * lang.c: Likewise.
2757         * boehm.c: Likewise.
2758
2759 2006-02-01  Jan Hubicka  <jh@suse.cz>
2760
2761         * decl.c (end_java_method): Kill hack disabling unit-at-a-time.
2762         * lang.c (java_init_options): Set no_unit_at_a_time_default.
2763
2764 2006-01-30  Andrew Haley  <aph@redhat.com>
2765
2766         PR java/21428
2767         * parse.y: (source_start_java_method): Mark DECL_ARTIFICIAL("this").
2768
2769 2006-01-21  Joseph S. Myers  <joseph@codesourcery.com>
2770
2771         * jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
2772         Update copyright notice dates.
2773
2774 2006-01-16  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2775
2776         * jvspec.c (lang_specific_spec_functions): Remove.
2777
2778 2006-01-06  Tom Tromey  <tromey@redhat.com>
2779
2780         * gcj.texi (Arrays): Added more documentation for
2781         JvNewObjectArray.
2782         (Primitive types): Correct information about primitive classes.
2783         (Reference types): New node.
2784         (Index): New node.
2785
2786 2005-12-16  Alexandre Oliva  <aoliva@redhat.com>
2787
2788         * jcf-parse.c (set_source_filename): Set the decl source location
2789         even when returning early.
2790
2791 2005-12-15  Tom Tromey  <tromey@redhat.com>
2792             Andrew Haley  <aph@redhat.com>
2793
2794         PR java/25429
2795         * parse.y (resolve_expression_name): Don't generate accessor
2796         methods for constant fields.
2797
2798 2005-12-13  Andrew Haley  <aph@redhat.com>
2799
2800         PR java/25366
2801         PR java/25368
2802         * class.c (maybe_layout_super_class): Update current_class before
2803         calling do_resolve_class.
2804
2805 2005-12-12  H.J. Lu  <hongjiu.lu@intel.com>
2806
2807         PR java/25330
2808         * jcf-write.c (write_classfile): Use PID in temporary class
2809         file. Save/restore errno when reporting error.
2810
2811 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
2812
2813         PR java/9861
2814         * mangle.c (mangle_method_decl): Mangle Java methods by prepending 'J'
2815         to bare_function_type and including the return type
2816         * builtins.c (initialize_builtins) : Change builtin mangled name
2817         constants to conform to new mangling scheme
2818
2819 2005-12-08  Andrew Haley  <aph@redhat.com>
2820
2821         PR libgcj/25265
2822         * java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.
2823         (soft_abstractmethod_node): New.
2824         * expr.c (build_field_ref): Add in-line check for missing field.
2825         * decl.c (java_init_decl_processing): Add soft_nosuchfield_node.
2826
2827 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2828
2829         * Make-lang.in (java.all.build, java.install-normal): Remove.
2830
2831 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
2832
2833         * Make-lang.in: Remove all dependencies on s-gtype, except for
2834         gt-java-parse.h.
2835
2836 2005-12-07  Richard Sandiford  <richard@codesourcery.com>
2837
2838         * class.c (build_utf8_ref, emit_register_classes): Use
2839         switch_to_section and get_section.
2840
2841 2005-12-06  Tom Tromey  <tromey@redhat.com>
2842
2843         PR java/25283:
2844         * parse.y (patch_new_array_init): Revert previous patch.
2845         (lookup_method_invoke): Use size-less array type when creating an
2846         anonymous constructor.
2847
2848 2005-12-05  Tom Tromey  <tromey@redhat.com>
2849
2850         * parse.y (patch_new_array_init): Don't set length on array.
2851
2852 2005-12-02  Richard Guenther  <rguenther@suse.de>
2853
2854         * java-gimplify.c (java_gimplify_labeled_block_expr): Use
2855         buildN instead of build.
2856         * class.c (finish_class): Likewise.
2857         * expr.c (java_create_object): Likewise.
2858
2859 2005-11-28  Tom Tromey  <tromey@redhat.com>
2860
2861         PR java/18278:
2862         * expr.c (build_jni_stub): Unwrap the return value.
2863         * java-tree.h (soft_unwrapjni_node): New define.
2864         (enum java_tree_index): Added JTI_SOFT_UNWRAPJNI_NODE.
2865         * decl.c (java_init_decl_processing): Initialize
2866         soft_unwrapjni_node.
2867
2868 2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
2869
2870         * gcj.texi (gij options): Add -Xss documentation.
2871
2872 2005-11-08  Wil Mahan  <wmahan@gmail.com>
2873
2874         PR java/23617
2875         * zextract.c (read_zip_archive): Fix out of memory error when
2876         reading jar files with zip-style comments.
2877
2878 2005-11-07   Terry Laurenzo   <tlaurenzo@gmail.com>
2879
2880         * gjavah.c (HANDLE_CODE_ATTRIBUTE): Only define for ELF Object
2881         formats.
2882         * gjavah.c (decompile_method): Add ATTRIBUTE_UNUSED
2883
2884 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
2885             Wil Mahan <wmahan@gmail.com>
2886
2887         PR java/23620
2888         * class.c (make_class): Create empty binfo here.
2889         (set_super_info): Only create binfo if we have superclasses.
2890
2891 2005-10-03  Ranjit Mathew  <rmathew@gcc.gnu.org>
2892
2893         PR java/24127
2894         * parse.y (method_header): Make the result of the rule a NULL_TREE
2895         when a parsing error occurs.
2896
2897 2005-09-29  Tom Tromey  <tromey@redhat.com>
2898
2899         PR java/24120:
2900         * jcf-io.c (memoized_dirlist_hash): New function.
2901         (caching_stat): Use it.
2902
2903 2005-09-21  Ranjit Mathew  <rmathew@gcc.gnu.org>
2904
2905         PR java/21418
2906         * class.c (inherits_from_p): Try to lay out super class
2907         if it is not already laid out.
2908         (maybe_layout_super_class): Handle the case where SUPER_CLASS
2909         is a NULL_TREE.
2910
2911 2005-09-18  James A. Morrison  <phython@gcc.gnu.org>
2912
2913         * builtins.c (max_builtin, min_builtin, abs_builtin,
2914         java_build_function_call_expr): Use fold_buildN.
2915         * class.c (layout_class_method): Likewise.
2916         * expr.c (java_truthvalue_conversion, build_java_jsr,
2917         build_java_arrayaccess, expand_java_arrayload, expand_iinc,
2918         build_java_binop, build_field_ref, expand_compare,
2919         build_known_method_ref, build_invokevirtual,
2920         process_jvm_instruction): Likewise.
2921         * parse.y (patch_binop, patch_exit_expr): Likewise.
2922         * typeck.c (convert_ieee_real_to_integer): Likewise.
2923         (convert): Don't call fold after convert_ieee_real_to_integer.
2924
2925 2005-09-14  Bryce McKinlay  <mckinlay@redhat.com>
2926
2927         PR java/23891
2928         * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for
2929         the newly created type. Set import lists here, not in create_class.
2930         (jdep_resolve_class): Set current_class.
2931         (do_resolve_class): Use current_class's TYPE_PACKAGE to determine 
2932         the current package context, not ctxp->package.
2933         (cicp_cache): Removed.
2934         (class_in_current_package): Simplify implementation using TYPE_PACKAGE.
2935         * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE.
2936         * java-tree.h (TYPE_PACKAGE): New macro.
2937         (struct lang_type): New member 'package'.
2938
2939 2005-09-09  Andrew Haley  <aph@redhat.com>
2940
2941         PR libgcj/23182 
2942         * expr.c (pop_type_0): If the expected type is object or ptr
2943         (i.e. void*), return the type of the object we just popped from
2944         the stack.
2945
2946 2005-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
2947
2948         * java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's
2949         BLOCK_EXPR_BODY before returning the new BIND_EXPR.
2950
2951 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
2952
2953         * check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,
2954         jcf-parse.c, jcf.h, parse.h, parse.y, typeck.c: Fix comment
2955         typos.  Follow spelling conventions.
2956
2957 2005-09-05  Ranjit Mathew  <rmathew@hotmail.com>
2958
2959         PR java/23431
2960         * typeck.c (lookup_do): Look up interfaces for the original class,
2961         not the base class.
2962         * parse.y (java_check_regular_methods): Fix diagnostic message for
2963         more restrictive overriding of a method from an interface.
2964
2965 2005-08-16  Tom Tromey  <tromey@redhat.com>
2966
2967         * class.c (make_class_data): Always emit JV_STATE_PRELOADING for
2968         class' initial state.
2969
2970 2005-08-16  Ranjit Mathew  <rmathew@hotmail.com>
2971
2972         PR java/22113
2973         * lex.c (do_java_lex): Define MAX_TOKEN_LEN. Avoid overflowing
2974         `literal_token' for large numeric input tokens.
2975
2976 2005-08-16  Ranjit Mathew  <rmathew@hotmail.com>
2977
2978         PR java/19870
2979         * parse.y (nested_field_access_p): Rename to nested_member_access_p
2980         and expand to handle method accesses across nested classes.
2981         (build_outer_method_access_method): Rename to
2982         build_nested_method_access_method.  Minor adjustments to comments.
2983         (resolve_expression_name): Use the newly-renamed
2984         nested_member_access_p method.
2985         (resolve_qualified_expression_name): Likewise.
2986         (patch_method_invocation): Also consider static methods for access
2987         method generation.  Minor adjustments to comments.
2988         (maybe_use_access_method): Use the more general
2989         nested_memeber_access_p to determine access across nested class
2990         boundaries.  Allow THIS_ARG to be NULL (for static methods).
2991
2992 2005-08-15  Tom Tromey  <tromey@redhat.com>
2993
2994         PR java/23300.
2995         * expr.c (build_field_ref): Don't generate otable reference when
2996         DECL_FIELD_OFFSET is 0.
2997         * class.c (maybe_layout_super_class): Pass outer class to
2998         do_resolve_class.
2999
3000 2005-08-15  Tom Tromey  <tromey@redhat.com>
3001
3002         * java-tree.h (LABEL_IN_SUBR): Removed.
3003         (LABEL_IN_SUBR): Likewise.
3004         (LABEL_IS_SUBR_START): Likewise.
3005         (LABEL_SUBR_START): Likewise.
3006         (LABEL_SUBR_CONTEXT): Likewise.
3007         (LABEL_CHANGED): Likewise.
3008         (LABEL_RETURN_LABEL): Likewise.
3009         (LABEL_RETURN_TYPE_STATE): Likewise.
3010         (LABEL_RETURN_LABELS): Likewise.
3011         (RETURN_MAP_ADJUSTED): Likewise.
3012         (LABEL_PENDING_CHAIN): Likewise.
3013
3014 2005-08-15  Tom Tromey  <tromey@redhat.com>
3015
3016         * Make-lang.in (JAVA_OBJS): Removed verify.o
3017         (java/verify.o): Removed.
3018         * verify.c: Removed.
3019         * lang.c (flag_new_verifier): Removed.
3020         (java_post_options): Updated.
3021         * java-tree.h (flag_new_verifier): Removed.
3022         (verify_jvm_instructions): Removed.
3023         * expr.c (pop_type_0): Assume flag_new_verifier is true.
3024         (build_java_check_indexed_type): Likewise.
3025         (expand_java_arraystore): Likewise.
3026         (expand_java_arrayload): Likewise.
3027         (pop_arguments): Likewise.
3028         (expand_byte_code): Likewise.
3029         (process_jvm_instruction): Likewise.
3030
3031 2005-08-10  Andrew Haley  <aph@redhat.com>
3032
3033         * java-gimplify.c (java_gimplify_modify_expr): Fix any pointer
3034         type mismatches to make legal GIMPLE.
3035
3036 2005-08-10  Robin Green <greenrd@greenrd.org>
3037
3038         PR java/23230:
3039         * parse.y (maybe_use_access_method): Generalize check from
3040         java.lang.Object to any superclass of current_class
3041
3042 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3043
3044         * class.c (build_class_ref): Wrap the primary class type in a
3045         NOP_EXPR.
3046         * parse.y (java_complete_lhs) <COMPONENT_REF case>: Extract the
3047         primary class type from the NOP_EXPR in which it was placed.
3048
3049 2005-07-28  Diego Novillo  <dnovillo@redhat.com>
3050
3051         * expr.c (expand_load_internal): Fix missing parens in
3052         predicate.
3053
3054 2005-07-28  Andrew Haley  <aph@redhat.com>
3055
3056         * expr.c (expand_load_internal): Convert to destination type.
3057
3058 2005-07-22  Manfred Hollstein  <mh@suse.com>
3059
3060         * verify-impl.c (check_class_constant): Fix uninitialised warnings.
3061         (check_constant): Likewise.
3062         (check_wide_constant): Likewise.
3063
3064 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
3065
3066         Make CONSTRUCTOR use VEC to store initializers.
3067         * check-init.c (check_init): Update to cope with VEC in
3068         CONSTRUCTOR_ELTS.
3069         * class.c (make_field_value, make_method_value, get_dispatch_table,
3070         make_class_data, emit_symbol_table, emit_catch_table,
3071         emit_assertion_table): Use build_constructor_from_list instead of
3072         build_constructor.
3073         * constants.c (build_constants_constructor): Likewise.
3074         * java-gimplify.c (java_gimplify_new_array_init): Update to cope with
3075         VEC in CONSTRUCTOR_ELTS.
3076         * java-tree.h (START_RECORD_CONSTRUCTOR, PUSH_SUPER_VALUE,
3077         PUSH_FIELD_VALUE, FINISH_RECORD_CONSTRUCTOR): Create a VEC instead
3078         of a TREE_LIST.
3079         * jcf-write.c (generate_bytecode_insns): Update to cope with VEC in
3080         CONSTRUCTOR_ELTS.
3081         * parse.y (build_new_array_init): Use build_constructor_from_list
3082         instead of build_constructor.
3083         (patch_new_array_init): Update to cope with VEC in
3084         CONSTRUCTOR_ELTS.
3085         (array_constructor_check_entry): Likewise.
3086
3087 2005-07-12  Tom Tromey  <tromey@redhat.com>
3088
3089         * jvspec.c (lang_specific_driver): Put filelist_filename first on
3090         command line.
3091
3092 2005-07-12  Tom Tromey  <tromey@redhat.com>
3093
3094         PR java/19674:
3095         * parse-scan.y (interface_member_declaration): Added
3096         empty_statement.
3097
3098 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
3099         
3100         * java-tree.h (LABEL_RETURN_LABELS): Use decl_non_common.
3101         (LABEL_PENDING_CHAIN): Ditto.
3102         (LABEL_PC): Ditto.
3103         (DECL_BIT_INDEX): Ditto.        
3104
3105 2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>
3106
3107         PR java/18119
3108         * parse.y (inner_class_accessible): New function. Logic moved from
3109         check_inner_class_access.
3110         (check_inner_class_access): Use inner_class_accessible.
3111         (resolve_inner_class): Simplify arguments. Create circularity hash
3112         here. Keep looking for classes if we found one that was inaccessible. 
3113         Return the inaccessible class only if there is no other match.
3114         (do_resolve_class): Update for new resolve_inner_class arguments.
3115         Don't create circularity_hash here.
3116
3117 2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>
3118
3119         PR java/21045
3120         * parse.y (add_exception_to_throws): New function.
3121         (purge_unchecked_exceptions): Removed.
3122         (get_constructor_super): Renamed from verify_constructor_super. Now
3123         returns the super constructor after verification.
3124         (java_complete_expand_method): Don't use purge_unchecked_exceptions
3125         or save/restore the exception list.
3126         (check_thrown_exceptions): Add uncaught exceptions in anonymous
3127         class initializers and constructors to the throws clause of the method. 
3128
3129 2005-07-05  Bryce McKinlay  <mckinlay@redhat.com>
3130
3131         PR java/19674
3132         * parse.y (interface_member_declaration): Allow empty statements in
3133         interface declarations.
3134
3135 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
3136
3137         * Makefile.in (parse.o): Adjust dependencies.
3138         * parse.y: Include tree-dump.h.
3139
3140 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
3141
3142         * class.c, decl.c, expr.c: Use '+' flag instead of %J.  Use 'q'
3143         flag for quoting.
3144
3145 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
3146
3147         * parse.y (issue_warning_error_from_context): Call
3148         pp_output_formatted_text to be able to get the buffer.
3149
3150 2005-06-30  Andrew Pinski  <pinskia@physics.uc.edu>
3151
3152         * parse.y (issue_warning_error_from_context): Update for the
3153         renaming of pp_format_text to pp_format.
3154
3155 2005-06-28  Paul Brook  <paul@codesourcery.com>
3156
3157         * decl.c (java_init_decl_processing): Call
3158         default_init_unwind_resume_libfunc.
3159
3160 2005-06-27  Tom Tromey  <tromey@redhat.com>
3161
3162         PR java/21540, PR java/13788:
3163         * parse.y (java_complete_lhs) <CASE_EXPR>: Use
3164         fold_constant_for_init.
3165         (patch_binop): Added 'folding' argument.  Updated all callers.
3166         (patch_unaryop) <NOP_EXPR>: New case.
3167         (fold_constant_for_init) <NOP_EXPR>: Likewise.
3168         (fold_constant_for_init) <COND_EXPR>: Fix sense of test.
3169
3170 2005-06-25  Jan Hubicka  <jh@suse.cz>
3171
3172         * builtins.c (define_builtin): Accept new flags parameter.
3173         (initialize_builtins): Mark the builtins const and nothrow accordingly.
3174
3175 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
3176
3177         * all files: Update FSF address in copyright headers.
3178
3179 2005-06-24  Tom Tromey  <tromey@redhat.com>
3180
3181         * verify-impl.c (verify_instructions_0): Correctly handle
3182         situation where PC falls off end.
3183
3184 2005-06-23  Bryce McKinlay  <mckinlay@redhat.com>
3185
3186         PR java/20697
3187         * parse.y (find_most_specific_methods_list): Remove special case for
3188         inner classes.
3189
3190 2005-06-15  Tom Tromey  <tromey@redhat.com>
3191
3192         PR libgcj/21906:
3193         * class.c (make_method_value): Use soft_abstractmethod_node for
3194         abstract method.
3195         * java-tree.h (soft_abstractmethod_node): New define.
3196         (JTI_SOFT_ABSTRACTMETHOD_NODE): New enum constant.
3197         * decl.c (java_init_decl_processing): Initialize
3198         soft_abstractmethod_node.
3199
3200 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
3201
3202         * Make-lang.in (rule for installing gcj.1): Depends on installdirs.
3203
3204 2005-06-13  Per Bothner  <per@bothner.com>
3205
3206         * expr.c (int highest_label_pc_this_method,
3207         start_label_pc_this_method): New globals.
3208         (lookup_label): Add start_label_pc_this_method to pc for label, and
3209         update highest_label_pc_this_method.  This prevents conflicts between
3210         labels from different methods.
3211         * java-tree.h: Declare new globals.
3212         * jcf-parse.c (parse_class_file): If needed bump
3213         start_label_pc_this_method and reset highest_label_pc_this_method.
3214
3215 2005-06-13  Tom Tromey  <tromey@redhat.com>
3216
3217         PR java/21844:
3218         * parse.y (nested_field_access_p): Handle case where outer field
3219         is inherited by enclosing class.
3220
3221 2005-06-12  Per Bothner  <per@bothner.com>
3222
3223         * class.c (inherits_from_p): Do load_class if needed.
3224
3225 2005-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3226
3227         * gjavah.c (error): Add ATTRIBUTE_PRINTF_1.
3228         * java-tree.h (parse_error_context): Move...
3229         * parse.h (parse_error_context): ... here, add ATTRIBUTE_GCC_DIAG.
3230         * parse.y (parse_warning_context): Add ATTRIBUTE_GCC_DIAG.
3231         * verify-impl.c (debug_print): Add ATTRIBUTE_PRINTF_1.
3232
3233 2005-06-08  Roger Sayle  <roger@eyesopen.com>
3234
3235         * typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.
3236
3237 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
3238
3239         * jv-scan.c (fatal_error, warning, warning0): Use gmsgid instead of
3240         msgid for argument name.
3241         * gjavah.c (error): Likewise.
3242         * java-tree.h (parse_error_context): Likewise.
3243         * parse.y (parse_error_context, parse_warning_context,
3244         issue_warning_error_from_context): Likewise.
3245
3246 2005-06-01  Tom Tromey  <tromey@redhat.com>
3247
3248         PR java/21722:
3249         * class.c (build_static_field_ref): Don't fold constant fields if
3250         current class is from a .class file and we're using indirect
3251         dispatch.
3252
3253 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3254
3255         * java/verify-glue.c: Don't include errors.h and include toplev.h.
3256         * java/Make-lang.in: Updates dependencies.
3257
3258 2005-05-26  Ranjit Mathew  <rmathew@hotmail.com>
3259
3260         PR java/19870.
3261         * java-tree.h (OUTER_FIELD_ACCESS_IDENTIFIER_P): Rename to
3262         NESTED_FIELD_ACCESS_IDENTIFIER_P.
3263         (FIELD_INNER_ACCESS): Rename to FIELD_NESTED_ACCESS.
3264         (FIELD_INNER_ACCESS_P): Rename to FIELD_NESTED_ACCESS_P.
3265         * jcf-write.c (generate_classfile): Use
3266         NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
3267         OUTER_FIELD_ACCESS_IDENTIFIER_P.
3268         * parse.y (build_outer_field_access): Rename to
3269         build_nested_field_access. Support static fields and outer-to-inner
3270         class accesses.
3271         (outer_field_access_p): Rename to nested_field_access_p. Support
3272         static fields and generalise to outer-to-inner class and sibling
3273         inner class accesses.
3274         (outer_field_expanded_access_p): Rename to
3275         nested_field_expanded_access_p and support static fields.
3276         (outer_field_access_fix): Rename to nested_field_access_fix and
3277         support static fields.
3278         (build_outer_field_access_expr): Rename to
3279         build_nested_field_access_expr and support static fields.
3280         (build_outer_field_access_methods): Rename to
3281         build_nested_field_access_methods and support static fields. For
3282         static fields, generate accessors without class instance parameters.
3283         (build_outer_field_access_method): Rename to
3284         build_nested_field_access_method and support static fields.
3285         (build_outer_method_access_method): Use
3286         NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
3287         OUTER_FIELD_ACCESS_IDENTIFIER_P.
3288         (resolve_expression_name): Consider static field accesses across
3289         nested classes.
3290         (resolve_qualified_expression_name): Likewise.
3291         (java_complete_lhs): Use nested_field_access_fix instead of
3292         outer_field_access_fix.
3293         (patch_unary_op): Rename outer_field_flag to nested_field_flag.
3294         Use nested_field_expanded_access_p instead of
3295         outer_field_expanded_access_p. Use nested_field_access_fix instead
3296         of outer_field_access_fix.
3297         (check_thrown_exceptions): Use NESTED_FIELD_ACCESS_IDENTIFIER_P
3298         instead of OUTER_FIELD_ACCESS_IDENTIFIER_P.
3299
3300 2005-05-26  Bryce McKinlay  <mckinlay@redhat.com>
3301
3302         * decl.c (GCJ_BINARYCOMPAT_ADDITION, 
3303         GCJ_BOOTSTRAP_LOADER_ADDITION): Removed.
3304         (FLAG_BINARYCOMPAT_ABI, FLAG_BOOTSTRAP_LOADER,
3305         MINOR_BINARYCOMPAT_ABI_VERSION): New.
3306         (GCJ_CURRENT_BC_ABI_VERSION): Use new method to calculate version ID.
3307         (parse_version): Calculate version ID using new method. Use bit-flags
3308         for flag_indirect_dispatch and flag_bootstrap_classes.
3309
3310 2005-05-25  Richard Henderson  <rth@redhat.com>
3311
3312         PR libgcj/21692
3313         * Make-lang.in (java/mangle.o): Depend on LANGHOOKS_DEF_H.
3314         * class.c (build_class_ref): Set DECL_CLASS_FIELD_P and
3315         DECL_CONTEXT; avoid pushdecl_top_level.
3316         (build_dtable_decl): Set DECL_VTABLE_P and DECL_CONTEXT.
3317         (layout_class): Don't SET_DECL_ASSEMBLER_NAME.
3318         (layout_class_method): Likewise.
3319         * decl.c (java_mark_cni_decl_local): New.
3320         (java_mark_class_local): Use it.
3321         * java-tree.h (DECL_LOCAL_CNI_METHOD_P): New.
3322         (DECL_CLASS_FIELD_P, DECL_VTABLE_P): New.
3323         (struct lang_decl_func): Add local_cni;
3324         (struct lang_decl_var): Add class_field, vtable.
3325         (java_mangle_decl): Declare.
3326         * lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
3327         * mangle.c: Remove dup obstack.h; include langhooks-def.h.
3328         (mangle_obstack_1): New.
3329         (java_mangle_decl): Remove obstack argument.  Call mangle_class_field,
3330         mangle_vtable, and mangle_local_cni_method_decl.  Fall back to
3331         lhd_set_decl_assembler_name for things that don't need mangling.
3332         (mangle_class_field): Rename from java_mangle_class_field, make
3333         static, don't call init_mangling or finish_mangling.
3334         (mangle_vtable): Similarly.
3335         (mangle_local_cni_method_decl): New.
3336         (init_mangling): Remove obstack argument.  Use &mangle_obstack_1,
3337         gcc_assert, and MANGLE_RAW_STRING.
3338         (finish_mangling): Use gcc_assert, remove if 0 debugging code.
3339
3340 2005-05-25  DJ Delorie  <dj@redhat.com>
3341
3342         * class.c (set_constant_value): Move warning control from if() to
3343         warning(OPT_*).
3344
3345 2005-05-24  Richard Henderson  <rth@redhat.com>
3346
3347         * builtins.c (define_builtin): Don't call make_decl_rtl.
3348         * constants.c (build_constant_data_ref): Likewise.
3349         * class.c (build_utf8_ref): Likewise.
3350         (build_fieldref_cache_entry, build_static_field_ref): Likewise.
3351         (get_dispatch_table, layout_class_method): Likewise.
3352         (build_class_ref): Likewise. Don't set DECL_SIZE or DECL_SIZE_UNIT
3353         by hand.
3354         (make_local_function_alias): Don't SET_DECL_ASSEMBLER_NAME.
3355         (make_method_value): Use METHOD_ABSTRACT instead of DECL_RTL_SET_P
3356         to determine if we need a non-zero address.
3357         * decl.c (builtin_function): Don't call make_decl_rtl.
3358         (give_name_to_locals): Don't SET_DECL_ASSEMBLER_NAME.
3359         * expr.c (build_known_method_ref): Don't call make_decl_rtl.
3360         * resource.c (compile_resource_data): Likewise.
3361         * parse.y (resolve_field_access): Re-word comment to avoid
3362         building DECL_RTL.
3363
3364 2005-05-24  Richard Henderson  <rth@redhat.com>
3365
3366         * class.c (registered_class): Take it out of class_roots; turn into
3367         a vec of trees.
3368         (register_class): Make static.  Don't duplicate decl node.  Use
3369         VEC_safe_push.
3370         (emit_register_classes): Use VEC_iterate.  Use output_constant
3371         instead of assemble_integer.  Don't call mark_decl_referenced
3372         directly.
3373         * java-tree.h (register_class): Remove decl.
3374
3375 2005-05-19  Paolo Bonzini  <bonzini@gnu.org>
3376
3377         PR java/17845
3378
3379         * parse.y (register_package, package_list): Remove.
3380         (package_declaration): Do not call register_package.
3381         (do_resolve_class): Do not use package_list.
3382
3383 2005-05-15  Gerald Pfeifer  <gerald@pfeifer.com>
3384
3385         * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Remove
3386         unused variable.
3387
3388 2005-05-15  Tom Tromey  <tromey@redhat.com>
3389
3390         PR java/21519:
3391         * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Don't call
3392         NOTE_PUSH.
3393
3394 2005-05-12  Aaron Luchko <aluchko@redhat.com>
3395
3396         * gcj.texi: Add '-verify', '-noverify', and '-verifyremote'.
3397
3398 2005-05-11  Tom Tromey  <tromey@redhat.com>
3399
3400         * gcj.texi (Code Generation): Document -fbootstrap-classes.
3401         * decl.c (GCJ_BOOTSTRAP_LOADER_ADDITION): New macro.
3402         (parse_version): Use it.
3403         * lang.opt (-fbootstrap-classes): New option.
3404
3405 2005-05-10  Paolo Bonzini  <bonzini@gnu.org>
3406
3407         PR java/21436
3408         * class.c (maybe_layout_super_class): Look for imports in this_class.
3409         * parse.h (ctxp_for_generation_last): New.
3410         (do_resolve_class): Add a parameter.
3411         * parse.y (ctxp_for_generation_last): New.
3412         (java_pop_parser_context): Add at end of list.
3413         (find_in_imports, find_in_imports_on_demand): Look in ctxp
3414         if the TYPE_IMPORT_LIST or respectively the TYPE_IMPORT_DEMAND_LIST of
3415         the given type are NULL.
3416         (do_resolve_class): Look into the imports of the new second parameter.
3417         Adjust recursive calls.
3418         (resolve_class, resolve_inner_class, find_as_inner_class): Adjust
3419         calls to do_resolve_class.
3420         (create_class): Set the TYPE_IMPORT_LIST and TYPE_IMPORT_DEMAND_LIST.
3421         (java_complete_class): Do not do that here.
3422
3423 2005-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
3424
3425         PR java/20309
3426         * Make-lang.in (java): Add gjnih.
3427         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
3428         (GJNIH_OBJS): New variable.
3429         (gjnih$(exeext)): New target.
3430         (JAVA_MANFILES): Add gjnih.1.
3431         (java.uninstall): Add gjnih.1.
3432         (java.mostlyclean): Add gjnih.
3433         (java.maintainer-clean): Add gjnih.1.
3434         (java/gjavah-jni.o): New target.
3435         (.INTERMEDIATE): Add gjnih.pod.
3436         (gjnih.pod): New target.
3437         * config-lang.in (stagestuff): Add gjnih.
3438         * gcj.texi (Top): Add gjnih node.
3439         (Invoking gcjh): Add descriptions of -force, -old, -trace, -J and
3440         -bootclasspath options.
3441         (Invoking gjnih): New node.
3442         * gjavah.c Initialize flag_jni to 1 if JNI_DEFAULT is defined.
3443         (TOOLNAME): New macro.
3444         (error): Replace hard-coded gcjh with TOOLNAME.
3445         (process_file): Likewise.
3446         (usage): Likewise.
3447         (version): Likewise.
3448         (help): Likewise.  Add help output for -force, -old, -trace and -J
3449         options.
3450         (OPT_FORCE, OPT_OLD, OPT_TRACE): New macros.
3451         (options): Add force, old, trace and J fields.
3452         (main): Handle -force, -old, -trace and -J options.
3453
3454 2005-05-03  Tom Tromey  <tromey@redhat.com>
3455
3456         PR java/21245:
3457         * gjavah.c (main): Unlink output file on error.
3458
3459 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
3460
3461         * constants.c, jvgenmain.c, lang.opt, resource.c: Update
3462         copyright.
3463
3464 2005-04-29  Tom Tromey  <tromey@redhat.com>
3465
3466         * expr.c (build_jni_stub): Updated for change to build_block.
3467
3468 2005-04-29  Andrew Pinski  <pinskia@gcc.gnu.org>
3469
3470         * expr.c (force_evaluation_order): Declare 'saved' earlier.
3471
3472 2005-04-28  Andrew Haley  <aph@redhat.com>
3473
3474         PR java/19285
3475         * java-tree.h (soft_resolvepoolentry_node): New.
3476         (alloc_constant_fieldref): Declare.
3477         * expr.c (expand_java_field_op): Don't call class_init for
3478         accesses to static fields with indirect dispatch.
3479         * builtins.c (initialize_builtins): Add "__builtin_expect".
3480         * decl.c (soft_resolvepoolentry_node): New variable.
3481         (java_init_decl_processing): Create a decl for
3482         "_Jv_ResolvePoolEntry".
3483         * class.c (build_fieldref_cache_entry): New function.
3484         (build_static_field_ref): Rewrite for indirect dispatch.
3485         * constants.c (find_name_and_type_constant_tree): New function.
3486         (alloc_constant_fieldref): Likewise.
3487         (build_constants_constructor): Handle CONSTANT_Fieldref and
3488         CONSTANT_NameAndType.
3489
3490         PR java/21115
3491         * expr.c (force_evaluation_order): Convert outgoing args smaller
3492         than integer.
3493
3494 2005-04-27  Bryce McKinlay  <mckinlay@redhat.com>
3495
3496         * gcj.texi (libgcj Runtime Properties): Remove obsolete
3497         gnu.gcj.runtime.NameFinder.* system properties. Update documentation 
3498         for gnu.gcj.runtime.NameFinder.use_addr2line and gnu.gcj.progname.
3499
3500 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3501
3502         * gjavah.c, jcf-dump.c, jv-scan.c, jvgenmain.c: Replace calls
3503         to `unlock_stream' with `unlock_std_streams'.
3504
3505 2005-04-25  Jakub Jelinek  <jakub@redhat.com>
3506
3507         * Make-lang.in (java/decl.o, java/resource.o): Depend on $(EXPR_H)
3508         instead of just expr.h.
3509
3510 2005-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3511
3512         * gjavah.c (main): Unlock the stdio streams.
3513         * jcf-dump.c (main): Likewise.
3514         * jv-scan.c (main): Likewise.
3515         * jvgenmain.c (main): Likewise.
3516
3517 2005-04-23  DJ Delorie  <dj@redhat.com>
3518
3519         * class.c, decl.c, expr.c, jcf-io.c, jcf-parse.c, jv-scan.c,
3520         parse.y: Adjust warning() callers.
3521
3522 2005-04-21  Bryce McKinlay  <mckinlay@redhat.com>
3523
3524         * gcj.texi (Object fields): Change "Integer" to "Int" in example
3525         contructor.
3526
3527 2005-04-20  Bryce McKinlay  <mckinlay@redhat.com>
3528
3529         * gcj.texi: Fix typos and bogus example.
3530
3531 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
3532
3533         * except.c: Fix a comment typo.
3534
3535 2005-04-19  Julian Brown  <julian@codesourcery.com>
3536
3537         * decl.c (finish_method): Revert patch from 2005-04-13 for breaking
3538         indirect dispatch with PIC.
3539
3540 2005-04-18  Andrew Haley  <aph@redhat.com>
3541
3542         * java-except.h (struct eh_range.handler): Remove unused field.
3543         (handle_nested_ranges): Remove function declaration.
3544         (sanity_check_exception_range): Add function declaration.       
3545         * verify.c (verify_jvm_instructions): Remove call to
3546         handle_nested_ranges.
3547         * verify-glue.c (verify_jvm_instructions_new): Call
3548         sanity_check_exception_range.
3549         * except.c (link_handler, eh_range_freelist, link_handler,
3550         handle_nested_ranges): Remove.
3551         (add_handler): Rewrite.
3552         (sanity_check_exception_range): New function.
3553         (print_ranges): New function.
3554
3555 2005-04-13  Julian Brown  <julian@codesourcery.com>
3556
3557         * decl.c (finish_method): Give methods once-only linkage.
3558
3559 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
3560
3561         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
3562
3563 2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3564
3565         * java-tree.h: Don't use PARAMS().
3566
3567 2005-04-07  Per Bothner  <per@bothner.com>
3568
3569         * class.c (push_class): By default, suppress debug output.
3570         (finish_class): Enable debug output for classes we're emitting.
3571
3572 2005-04-07  Andrew Haley  <aph@redhat.com>
3573
3574         * gcj.texi: Correct gcj-dbtool instructions.
3575
3576 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
3577
3578         * gcj.texi: Fix a typo.
3579         * lang.c: Fix a comment typo.
3580
3581 2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
3582
3583         * gcj.texi (Invoking gij): Add descriptions of new -X options.
3584         Mention recognized-and-ignored compatibility options.
3585         (Memory allocation): Add descriptions of JvMalloc, JvRealloc and
3586         JvFree.
3587         (About CNI): Add Memory allocation section.
3588
3589 2005-04-01  Tom Tromey  <tromey@redhat.com>
3590
3591         * decl.c (java_init_decl_processing): Fix types of
3592         _Jv_MonitorEnter, _Jv_MonitorExit, _Jv_AllocObject,
3593         _Jv_AllocObjectNoFinalizer, _Jv_Throw, _Jv_NewPrimArray,
3594         _Jv_JNI_PopSystemFrame, _Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ.
3595
3596 2005-03-31  Jan Hubicka  <jh@suse.cz>
3597
3598         * Make-lang.in (class.o, decl.o): Depend on cgraph.h.
3599         * class.c: Include cgraph.h
3600         (make_local_functoin_alias): Mark aslias as needed.
3601         * resource.c: Include cgraph.h
3602         (compile_resource_data): Go via cgraph interface.
3603
3604 2005-03-30  Ian Lance Taylor  <ian@airs.com>
3605
3606         * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.
3607
3608 2005-03-30  Tom Tromey  <tromey@redhat.com>
3609
3610         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where
3611         inner_class_info_index==0 or outer_class_info_index==0.
3612
3613 2005-03-29  Tom Tromey  <tromey@redhat.com>
3614
3615         * gcj.texi (libgcj Runtime Properties): Document
3616         gnu.gcj.runtime.endorsed.dirs.
3617
3618 2005-03-24  Anthony Green  <green@redhat.com>
3619
3620         * gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to
3621         'gcj-dbtool -p'.
3622
3623 2005-03-23  Tom Tromey  <tromey@redhat.com>
3624
3625         * decl.c (GCJ_CURRENT_BC_ABI_VERSION): New define.
3626         (parse_version): Use it.
3627
3628 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
3629
3630         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
3631
3632 2005-03-18  Andrew Haley  <aph@redhat.com>
3633
3634         PR java/20522
3635         * decl.c (update_aliases): Don't update variables that are about
3636         to die.
3637         (maybe_poplevels): Add comment.
3638
3639 2005-03-17  Bryce McKinlay  <mckinlay@redhat.com>
3640
3641         PR java/20502
3642         * jcf-parse.c (duplicate_class_warning): New function.
3643         (java_parse_file): Call duplicate_class_warning if 
3644         CLASS_FROM_CURRENTLY_COMPILED_P is already set.
3645         (parse_zip_file_entries): Likewise. Also set
3646         CLASS_FROM_CURRENTLY_COMPILED_P.
3647
3648 2005-03-16  Andrew Haley  <aph@redhat.com>
3649
3650         * expr.c (expand_java_arrayload): Don't generate a
3651         NullPointerException based on the type of the node.
3652         (build_java_array_length_access): Likewise.
3653
3654 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
3655
3656         * Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi.
3657
3658 2005-03-11  Tom Tromey  <tromey@redhat.com>
3659
3660         * gcj.texi (Invoking gcj-dbtool): Document 'gcj-dbtool -p'.
3661         (libgcj Runtime Properties): Document the default .db.
3662
3663 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
3664
3665         PR java/20312
3666         * parse.y (checks_throws_clauses): Check exceptions list even when
3667         the base class does not come from a source file being compiled.
3668         (java_complete_lhs): Remove unused variable 'wfl'.
3669
3670 2005-03-09  Ranjit Mathew  <rmathew@hotmail.com>
3671
3672         PR java/20338
3673         * decl.c (finish_method): Emit _Jv_InitClass for private static
3674         methods inside inner classes as well.
3675
3676 2005-03-08  Julian Brown  <julian@codesourcery.com>
3677         * Revert patch from 2005-03-08 for causing bootstrap failure on
3678         ppc-darwin.
3679
3680 2005-03-08  Julian Brown  <julian@codesourcery.com>
3681
3682         * decl.c (finish_method): Give methods once-only linkage.
3683
3684 2005-03-07  Ranjit Mathew  <rmathew@hotmail.com>
3685
3686         * lang.c (flag_new_verifier): Enable by default, regardless of ABI.
3687
3688 2005-03-07  Bryce McKinlay  <mckinlay@redhat.com>
3689
3690         * verify-glue.c (vfy_is_assignable_from): Perform static check using
3691         can_widen_reference_to if the C++ ABI is in use.
3692         (vfy_get_interface_count, vfy_get_interface): Remove unused functions.
3693         * verify-impl.c (debug_print, make_utf8_const, init_type, copy_type,
3694         type_isresolved, init_state, set_pc, state_get_pc,
3695         _Jv_BytecodeVerifier): Clean up unused and disabled functions.
3696         (verify_fail): Report the current PC from the verifier context.
3697         (free_state): Remove #if 0 block to enable this function.
3698         (free_verifier_context): Call free_state on state_list iterator
3699         values before freeing them.
3700         * expr.c (pop_type_0): Pop correct type for error message when stack
3701         contains a multi-word type.
3702
3703 2005-03-07  Ranjit Mathew  <rmathew@hotmail.com>
3704
3705         * expr.c (build_java_array_length_access): Remove !flag_new_verifier
3706         for known NULL array length access.
3707
3708 2005-03-07  Tom Tromey  <tromey@redhat.com>
3709
3710         * gcj.texi (Invoking gcj-dbtool): Document '-f'.
3711
3712 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
3713
3714         * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,
3715         typeck.c: Update copyright.
3716
3717 2005-03-06  Ranjit Mathew  <rmathew@hotmail.com>
3718
3719         Remove xref code.
3720         * xref.c, xref.h: Remove file.
3721         * Make-lang.in (java/xref.o): Remove.
3722         * java-tree.h (flag_emit_xref, do_not_fold): Remove declaration.
3723         * lang.c (flag_emit_xref): Remove definition.
3724         * parse.h (DECL_END_SOURCE_LINE, DECL_INHERITED_SOURCE_LINE): Remove.
3725         * typeck.c (convert): Remove use of do_not_fold.
3726         * parse.y (do_not_fold): Remove definition.
3727         (parser grammar): Remove xref code.
3728         (maybe_create_class_interface_decl, create_class): Likewise.
3729         (register_fields, method_header, finish_method_declaration): Likewise.
3730         (declare_local_variables, source_end_java_method): Likewise.
3731         (java_complete_expand_classes): Do not set do_not_fold.
3732         (java_complete_expand_method): Remove xref code.
3733         (java_expand_classes, resolve_field_access, patch_invoke): Likewise.
3734         (java_complete_tree, java_complete_lhs, patch_assignment): Likewise.
3735         (patch_binop, build_string_concatenation, patch_array_ref): Likewise.
3736         (patch_synchronized_statement, patch_throw_statement): Likewise.
3737         (maybe_build_class_init_for_field): Likewise.
3738
3739 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
3740
3741         * expr.c (build_expr_wfl, expr_add_location): Use TYPE_P
3742         instead of IS_NON_TYPE_CODE_CLASS.
3743
3744 2005-03-04  Andrew Haley  <aph@redhat.com>
3745
3746         PR java/18362
3747         * class.c (set_method_index): Don't set method_index if it is
3748         NULL_TREE.
3749         (layout_class_method): Don't complain about "non-static method foo
3750         overrides static method" in the case of indirect dispatch.
3751
3752 2005-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3753
3754         * jcf-io.c (caching_stat): Use __extension__ to avoid pedantic
3755         warning.
3756         * Make-lang.in: Don't elide warnings in jcf-io.c.
3757
3758 2005-03-01  Per Bothner  <per@bothner.com>
3759
3760         PR java/8608
3761         * check-init.c (wfl): Remove static.
3762         (final_assign_error, check_init): Replace calls to parse_error_context
3763         by plain error.
3764         (check_init): Save, set, and restore input_location for each exp.
3765
3766 2005-03-01  Per Bothner  <per@bothner.com>
3767
3768         * jcf-reader.c (get_attribute): Handle SourceDebugExtension (JSR 45)
3769         if HANDLE_SOURCEDEBUGEXTENSION_ATTRIBUTE is defined.
3770         * jcf-dump.c (HANDLE_SOURCEDEBUGEXTENSION_ATTRIBUTE): Print contents.
3771
3772 2005-03-01  Per Bothner  <per@bothner.com>
3773
3774         * java-tree.h (IDENTIFIER_HANDLECLASS_VALUE): Remove ancient macro.
3775
3776 2005-02-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
3777
3778         PR libgcj/16923
3779         * gcj.texi (Invocation): Add descriptions of JvVMInitArgs and
3780         JvVMOption.
3781
3782 2005-02-22  Tom Tromey  <tromey@redhat.com>
3783
3784         PR java/20056:
3785         * verify-impl.c (EITHER): New define.
3786         (types_compatible): Handle it.
3787         (check_field_constant): Use it.
3788
3789 2005-02-18  Tom Tromey  <tromey@redhat.com>
3790
3791         PR java/20056:
3792         * verify-impl.c (types_equal): Fixed test.
3793
3794         PR java/20056:
3795         * verify-glue.c (vfy_class_has_field): New function.
3796         * verify.h (vfy_class_has_field): Declare.
3797         * verify-impl.c (check_field_constant): Added 'putfield'
3798         argument.
3799         (verify_instructions_0): Updated.
3800         (types_equal): New function.
3801
3802 2005-02-14  Tom Tromey  <tromey@redhat.com>
3803
3804         PR java/19921:
3805         * jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Note the
3806         stack effect of multianewarray.
3807
3808 2005-02-14  Andrew Haley  <aph@redhat.com>
3809
3810         PR java/19907
3811         * expr.c (expand_byte_code): Call promote_arguments().
3812         (promote_arguments): New function.
3813         * decl.c (check_local_unnamed_variable): Remove special case for
3814         new verifier.
3815         (find_local_variable): Promote all boolean types to int
3816         when searching for local variable decls.
3817
3818 2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
3819
3820         * builtins.c, java-except.h, jcf-parse.c, jv-scan.c, lex.c,
3821         parse-scan.y: Update copyright.
3822
3823 2005-02-11  Per Bothner  <per@bothner.com>
3824
3825         PR java/15543
3826         * parse-scan.y (input_location): Remove variable.
3827         (main_input_filename): New - replaces input_filename, which isn't
3828         settable if USE_MAPPED_LOCATION.
3829         * lex.c (java_init_lex): Wrap some more places in #ifndef JC1-LITE,
3830         so we don't reference input_location or wfl_operator in that case.
3831         * jv-scan.c (expand_location): Remove - no longer used.
3832         (main): Set main_input_filename rather than input_filename.
3833
3834 2005-02-09  Richard Henderson  <rth@redhat.com>
3835
3836         * builtins.c (initialize_builtins): Call build_common_builtin_nodes.
3837         * decl.c (java_init_decl_processing): Initialize const_ptr_type_node.
3838
3839 2005-02-08  Marcin Dalecki  <martin@dalecki.de>
3840
3841         * expr.c (add_type_assertion): Use the proper enumeration type,
3842         since this is what htab_find_slot() is expecting.
3843
3844 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
3845
3846         * gcj.texi: Update copyright dates.
3847
3848 2005-02-02  Tom Tromey  <tromey@redhat.com>
3849
3850         * gcj.texi (libgcj Runtime Properties): Default library_control
3851         to 'cache'.
3852
3853 2005-02-02  Ranjit Mathew  <rmathew@hotmail.com>
3854
3855         PR java/15543
3856         * parse-scan.y (formal_parameter): Use $2 (type) instead of $$
3857         (modifiers) when square brackets are present in a declaration for
3858         a final paramter.
3859         * jv-scan.c (main): Set input_filename and input_line.
3860
3861 2005-02-01  Tom Tromey  <tromey@redhat.com>
3862
3863         PR java/19742:
3864         * gjavah.c (get_field_name): Don't override name for JNI header.
3865
3866 2005-02-01  Roger Sayle  <roger@eyesopen.com>
3867
3868         * jcf-write.c (generate_bytecode_insns): Implement RSHIFT_EXPR
3869         of unsigned types using iushr and lushr JVM bytecodes.
3870
3871 2005-02-01  Ranjit Mathew  <rmathew@hotmail.com>
3872
3873         PR java/19738
3874         * gjavah.c (jni_print_float): Do not emit floating-point
3875         initialiser for a static final field.
3876         (jni_print_double): Likewise.
3877
3878 2005-02-01  Mark Mitchell  <mark@codesourcery.com>
3879
3880         Revert:
3881         2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3882         * gjavah.c (print_field_info): Mark static data members of
3883         floating-point type with "__extension__".
3884
3885 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
3886
3887         * gjavah.c (print_field_info): Mark static data members of
3888         floating-point type with "__extension__".
3889
3890 2005-02-01  Ranjit Mathew  <rmathew@hotmail.com>
3891
3892         PR java/9157
3893         * parse.y (build_string_concatenation): Remove redundant if.
3894         (patch_conditional_expr): Attempt to patch_string() the condition
3895         of a ?: as well, in addition to its other operands.
3896
3897 2005-01-25  Tom Tromey  <tromey@redhat.com>
3898
3899         * Make-lang.in (java/java-tree-inline.o): Removed.
3900
3901 2005-01-25  Ranjit Mathew  <rmathew@hotmail.com>
3902
3903         PR java/19070
3904         * parse.y (patch_binop): Allow comparisons against NULL only
3905         if the other operand is of a reference type.
3906
3907 2005-01-24  Tom Tromey  <tromey@redhat.com>
3908
3909         * java-tree.h (gcj_abi_version): Declare.
3910         * class.c (make_class_data): Push gcj_abi_version into "next"
3911         field.  Renamed field.
3912         * decl.c (gcj_abi_version): New global.
3913         (parse_version): New function.
3914         (java_init_decl_processing): Call it.  Renamed 'next' field.
3915         Include version.h.
3916         (GCJ_BINARYCOMPAT_ADDITION): New define.
3917
3918 2005-01-24  Roger Sayle  <roger@eyesopen.com>
3919
3920         PR java/19295
3921         * jcf-write.c (generate_bytecode_insns): Conversions between
3922         integer types of the same precision shouldn't generate widening
3923         or narrowing conversion bytecodes.
3924
3925 2005-01-22  Kazu Hirata  <kazu@cs.umass.edu>
3926
3927         * java-except.h, java-tree.h: Remove unused prototypes.
3928
3929 2005-01-20  Andrew Pinski  <pinskia@gcc.gnu.org>
3930
3931         PR java/18091:
3932         * jcf-write.c (perform_relocations): Don't call memcpy if source
3933         and destination are the same.
3934
3935 2005-01-17  Tom Tromey  <tromey@redhat.com>
3936
3937         * verify-impl.c (get_short): Sign extend.
3938         (get_int): Likewise.
3939
3940 2005-01-12  Ranjit Mathew  <rmathew@hotmail.com>
3941
3942         * expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT
3943         with TYPE_SIZE.
3944
3945 2005-01-10  Ranjit Mathew  <rmathew@hotmail.com>
3946
3947         * verify.c: Revert to the version before the BC-ABI merge.
3948
3949 2005-01-10  Ranjit Mathew  <rmathew@hotmail.com>
3950
3951         PR java/19277
3952         * check-init.c (check_init): Take care of references that do not
3953         have an explicit final variable declaration (e.g. array length
3954         access) for pre/post in/de-crement operators.
3955
3956 2005-01-08  Mark Wielaard  <mark@klomp.org>
3957
3958         * parse.y (process_imports): Allocate (and free) original_name only
3959         when not already defined.
3960         * jcf-parse.c (read_class): Free results of find_class() and
3961         lrealpath().
3962         (java_parse_file): Keep pointer to head of file_list and free when
3963         done. Free result of lrealpath().
3964
3965 2005-01-05  Tom Tromey  <tromey@redhat.com>
3966
3967         * gcj.texi (Standard Properties): java.ext.dirs is now used.
3968
3969 2004-12-20  Andrew Haley  <aph@redhat.com>
3970
3971         * typeck.c: Use fold_convert for ints and booleans.
3972
3973 2004-12-17  Andrew Haley  <aph@redhat.com>
3974
3975         PR java/18931
3976         * typeck.c (convert): Use a CONVERT_EXPR when converting to
3977         BOOLEAN_TYPE or CHAR_TYPE.
3978         (convert_to_boolean, convert_to_char) : Remove.
3979         * convert.h (convert_to_boolean, convert_to_char) : Remove.
3980         * expr.c (expand_load_internal): Do type conversion if type is not
3981         as required.
3982
3983 2004-12-13  Danny Smith  <dannysmith@users.sourceforge.net>
3984
3985         PR target/18459
3986         * class.c (emit_register_classes): Use TARGET_USE_JCR_SECTION.
3987         Update comment.
3988
3989 2004-12-07  Andrew Haley  <aph@redhat.com>
3990
3991         PR java/18811:
3992         * jcf-parse.c (load_class): Remove sanity test for missing inner
3993         class file.
3994
3995 2004-12-06  Tom Tromey  <tromey@redhat.com>
3996
3997         * Make-lang.in (JAVA_MANFILES): Added gcj-dbtool.
3998         (java.uninstall): Likewise.
3999         (java.maintainer-clean): Likewise.
4000         (.INTERMEDIATE): Likewise.
4001         (java.install-man): Likewise.
4002         (gcj-dbtool.pod): New target.
4003         * gcj.texi (Code Generation): Document -findirect-dispatch.
4004         (libgcj Runtime Properties): Document
4005         gnu.gcj.precompiled.db.path.
4006         (Top): Link to "Invoking gcj-dbtool".
4007
4008 2004-12-06  Tom Tromey  <tromey@redhat.com>
4009
4010         PR java/14853:
4011         * java-tree.h (extract_field_decl): Declare.
4012         * parse.y (extract_field_decl): Renamed from
4013         strip_out_static_field_access_decl.  No longer static.
4014         * check-init.c (get_variable_decl): Unwrap COMPOUND_EXPRs.
4015
4016 2004-12-03  Tom Tromey  <tromey@redhat.com>
4017
4018         * lang.c (flag_new_verifier): Define.
4019         (java_post_options): Set flag_new_verifier if indirect dispatch
4020         is being used.
4021         * lang.opt (fnew-verifier): Removed.
4022
4023 2004-12-03  Tom Tromey  <tromey@redhat.com>
4024
4025         PR bootstrap/14614:
4026         * Make-lang.in (java.install-common): Only install transformed
4027         gcjh if gcj-cross exists.
4028
4029 2004-12-03  Andrew Haley  <aph@redhat.com>
4030
4031         PR java/18812
4032         * except.c (link_handler): Patch 'outer' field of siblings of the
4033         range we're demoting.
4034
4035 2004-12-03  Andrew Haley  <aph@redhat.com>
4036
4037         PR java/18697
4038         * class.c (layout_class_method): Don't fail to override a method
4039         simply because it has DECL_ARTIFICIAL set.
4040
4041 2004-12-02  Tom Tromey  <tromey@redhat.com>
4042
4043         PR java/16675:
4044         * parse.y (craft_constructor): Special case null_pointer_node.
4045
4046 2004-12-02  Tom Tromey  <tromey@redhat.com>
4047
4048         PR java/18741:
4049         * java-gimplify.c (java_gimplify_expr): Don't call
4050         SET_EXPR_LOCATION unless wrapped tree is an expression.
4051
4052 2004-11-27  Per Bothner  <per@bothner.com>
4053
4054         * jcf-parse.c (set_source_filename):  Improvement to Andrew's fix:
4055         Fix fencepost error in 'i', which got executed one too many times.
4056         Also, fold memcpy into explicit loop, as originally intended.
4057         Also, free temporary 'buf' which otherwise leaks.
4058
4059 2004-11-27  Per Bothner  <per@bothner.com>
4060
4061         * expr.c (build_expr_wfl): Only declare last_file and last_filenode
4062         local static variables if not USE_MAPPED_LOCATION.
4063
4064 2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
4065
4066         * class.c, decl.c, expr.c: Fix comment typos.
4067
4068 2004-11-26  Andrew Pinski  <pinskia@physics.uc.edu>
4069
4070         PR java/18305
4071         * decl.c (end_java_method): Call
4072         attach_init_test_initialization_flags on all the init_decls.
4073         * parse.y (attach_init_test_initialization_flags): Move to ...
4074         * expr.c (attach_init_test_initialization_flags): here and
4075         support BIND_EXPR also.
4076         * java-tree.h (attach_init_test_initialization_flags): Prototype.
4077         * jcf-parse.c (parse_class_file): Don't disable class init
4078         optimization.
4079
4080 2004-11-25  Joseph S. Myers  <joseph@codesourcery.com>
4081
4082         * gjavah.c, jcf-dump.c, jv-scan.c, jvspec.c: Avoid ` as left quote
4083         in diagnostics.
4084
4085 2004-11-24  Richard Henderson  <rth@redhat.com>
4086
4087         * verify-glue.c (vfy_init_name, vfy_clinit_name, vfy_object_type,
4088         vfy_string_type, vfy_throwable_type): Use ANSI declaration form.
4089
4090 2004-11-24  Tom Tromey  <tromey@redhat.com>
4091
4092         * verify.c (defer_merging): Don't use C++-style comment.
4093         * verify.h (java_opcode): Added java_opcode_end.
4094         * class.c (build_class_ref): Remove C++ comment and old FIXME.
4095
4096         * verify-impl.c (vfy_push_type): Removed bogus "return".
4097         (initialize_stack): Use vfy_alloc and vfy_free.
4098         (verify_instructions_0): Likewise.
4099
4100         * Merged gcj-abi-2-dev-branch to trunk.
4101
4102 2004-11-24  Andrew Haley  <aph@redhat.com>
4103
4104         * jcf-parse.c (parse_class_file): Set file_start_location.
4105
4106 2004-11-10  Tom Tromey  <tromey@redhat.com>
4107
4108         * class.c (make_field_value): Don't call build_static_field_ref.
4109         (build_static_field_ref): Don't emit direct references when using
4110         indirect dispatch.
4111
4112         * gcj.texi (Invoking gij): Document -verbose.  Put -verbose and
4113         -verbose:class into man page synopsis.
4114
4115 2004-11-09  Tom Tromey  <tromey@redhat.com>
4116
4117         * expr.c (build_java_arraystore_check): Still generate check if
4118         element type is itself an array.
4119
4120 2004-11-08  Tom Tromey  <tromey@redhat.com>
4121
4122         * java-tree.h (soft_check_assignment_node): Removed.
4123         (enum java_tree_index): Removed JTI_SOFT_CHECK_ASSIGNMENT_NODE.
4124         * decl.c (java_init_decl_processing): Don't initialize
4125         soft_check_assignment_node.
4126
4127 2004-11-05  Tom Tromey  <tromey@redhat.com>
4128
4129         * class.c (layout_class_methods): Don't add Miranda methods when
4130         using indirect dispatch.
4131
4132 2004-11-05  Bryce McKinlay  <mckinlay@redhat.com>
4133
4134         * class.c (make_class_data): Call emit_assertion_table to set the
4135         'assertion_table' field.
4136         (build_signature_for_libgcj): Move here from expr.c.
4137         (add_assertion_table_entry): New function. Callback for assertion
4138         hashtable traversal.
4139         (emit_assertion_table): New. Take class argument, and generate
4140         assertion table DECL based on the TYPE_ASSERTIONS hashtable.
4141         * decl.c (init_decl_processing): Define assertion_entry_type record.
4142         Push 'assertion_table' class field instead of 'verify'.
4143         * expr.c (type_assertion_eq): Compare 'assertion_code' field.
4144         (type_assertion_hash): Include 'assertion_code' in hash.
4145         (add_type_assertion): Rewritten. Take class and assertion_code
4146         arguments. Add assertions to the TYPE_ASSERTIONS hashtable.
4147         (can_widen_reference_to): Use new add_type_assertion() arguments.
4148         * java-tree.h (java_tree_index): Add JTI_ASSERTION_ENTRY_TYPE,
4149         JTI_ASSERTION_TABLE_TYPE. Remove JTI_VERIFY_IDENTIFIER_NODE.
4150         (verify_identifier_node): Removed.
4151         (assertion_entry_type, assertion_table_type): New.
4152         (ASSERTION_TYPES_COMPATIBLE, ASSERTION_IS_INSTANTIABLE): New. Type
4153         assertion code definitions.
4154         (struct type_assertion): Add assertion_code. Rename 'source_type' and
4155         'target_type' to 'op1' and 'op2'.
4156         (add_type_assertion): Declare.
4157         (lang_printable_name_wls): Remove unused definition.
4158         * verify-glue.c: (vfy_is_assignable_from): New. Call add_type_assertion
4159         to emit runtime assertion.
4160         (vfy_note_stack_type): Clean up non-C90 declarations.
4161         (vfy_note_local_type): Likewise.
4162         * verify.h (vfy_is_assignable_from): Declare.
4163         * verify-impl.c (is_assignable_from_slow): Remove unused function.
4164         (ref_compatible): Rename arguments. Call vfy_is_assignable_from()
4165         instead of is_assignable_from_slow().
4166         (types_compatible): Reinstate ref_compatible() call.
4167
4168 2004-11-04  Tom Tromey  <tromey@redhat.com>
4169
4170         * class.c (build_static_field_ref): Reverted previous patch.
4171
4172         * class.c (build_static_field_ref): Don't emit direct references
4173         when using indirect dispatch.
4174
4175 2004-11-03  Tom Tromey  <tromey@redhat.com>
4176
4177         * expr.c (expand_java_arrayload): Set lhs_type_node.
4178         (expand_java_arraystore): Set rhs_type_node.
4179
4180 2004-11-02  Tom Tromey  <tromey@redhat.com>
4181
4182         * jcf-parse.c (compute_class_name): Use filename length from zip
4183         directory, not strlen.
4184
4185         * expr.c (expand_invoke): Mark new interface methods as abstract.
4186
4187 2004-11-01  Tom Tromey  <tromey@redhat.com>
4188
4189         * verify-impl.c (push_jump): Removed check for uninitialized
4190         objects.
4191         (push_exception_jump): Likewise.
4192         (handle_ret_insn): Likewise.
4193         (handle_jsr_insn): Likewise.
4194         (state_check_no_uninitialized_objects): Removed.
4195
4196         * decl.c (check_local_unnamed_variable): Recognize
4197         promoted-to-int parameters when using the new verifier.
4198         * expr.c (expand_java_arraystore): Explicitly request array type
4199         when using new verifier.
4200         (expand_java_arrayload): Likewise.
4201         (invoke_build_dtable): Don't pass object_type_node as
4202         expression argument to build_java_indirect_ref.
4203         (build_java_check_indexed_type): Do nothing.
4204         (build_java_arraystore_check): Handle case where array doesn't
4205         have array type.
4206         (build_java_array_length_access): Likewise.
4207         (expand_invoke): Handle case where interface overrides a method
4208         from Object.
4209         (pop_type_0): Always succeed for reference types.
4210         (process_jvm_instruction): Don't pop a value in a dead
4211         exception handler.
4212         (pop_arguments): Convert arguments to correct types.
4213
4214 2004-10-29  Andrew Haley  <aph@redhat.com>
4215
4216         * jcf-parse.c (give_name_to_class): Remove line that was
4217         incorrectly merged.
4218
4219 2004-10-29  Andrew Haley  <aph@redhat.com>
4220
4221         * jcf-parse.c (set_source_filename): Add code to build new sfname.
4222
4223 2004-10-20  Andrew Haley  <aph@redhat.com>
4224
4225         * decl.c (end_java_method): Don't expand if flag_syntax_only.
4226
4227 2004-10-26  Tom Tromey  <tromey@redhat.com>
4228
4229         * verify.h (vfy_notify_verified): Removed.
4230         * verify-glue.c (vfy_notify_verified): Removed.
4231
4232 2004-10-26  Tom Tromey  <tromey@redhat.com>
4233
4234         * verify-impl.c (debug_print_state): Declare `i' before code.
4235         (merge_types): Modify `t' when it is null_type.
4236
4237 2004-10-26  Tom Tromey  <tromey@redhat.com>
4238
4239         * verify-impl.c (type_print): Renamed from print.  Now static and
4240         takes an argument.
4241         (debug_print_state): Use type_print.
4242
4243 2004-10-25  Tom Tromey  <tromey@redhat.com>
4244
4245         * expr.c (build_invokeinterface): Compute correct offset for
4246         index into interface methods.
4247
4248 2004-10-20  Tom Tromey  <tromey@redhat.com>
4249
4250         * java-tree.h (verify_jvm_instructions_new): Declare.
4251
4252         * jvspec.c (jvgenmain_spec): Remove -fnew-verifier from cc1
4253         command line.
4254
4255         * verify-impl.c (verify_instructions): Correctly handle wide
4256         types on the stack.
4257         * verify-glue.c (vfy_get_class_name): Use DECL_NAME.
4258         (vfy_get_component_type): Strip pointer types.
4259         (vfy_find_class): Use get_type_from_signature.  Strip pointer
4260         types.
4261         Include java-except.h.
4262
4263 2004-10-20  Bryce McKinlay  <mckinlay@redhat.com>
4264
4265         * verify-impl.c (type_array_elementpop_raw, vfy_pop_type_t,
4266         vfy_push_type_t, set_variable, add_new_state, merge_into,
4267         handle_jsr_insn, branch_prepass, check_class_constant,
4268         check_wide_constant, get_one_type, compute_static_types,
4269         verify_instructions_0): Clean up C99 declarations after statements.
4270
4271 2004-10-20  Tom Tromey  <tromey@redhat.com>
4272
4273         * verify-impl.c (merge_refs): Compare reference against iterator,
4274         not ref2.
4275
4276         * verify-glue.c (vfy_tag): Mask off resolved flag.
4277
4278 2004-10-19  Tom Tromey  <tromey@redhat.com>
4279
4280         * verify-impl.c (verify_instructions): Call vfy_note_local_type.
4281         (init_state_with_stack): Initialize `this_type' in state.
4282         (verify_method): Use debug_print.
4283         * verify-glue.c (vfy_is_primitive): Removed debugging print.
4284         (vfy_note_stack_depth): Reverted last patch.
4285         (vfy_note_stack_type): Note pointer to Object, not Object.
4286         (vfy_note_local_type): Likewise.
4287
4288         * verify.h (vfy_note_instruction_seen): Declare.
4289         * verify-glue.c (verify_jvm_instructions_new): Set
4290         BCODE_EXCEPTION_TARGET on target instruction.
4291         (vfy_note_instruction_seen): New function.
4292         * verify-impl.c (FLAG_INSN_SEEN): New define.
4293         (verify_instructions_0): Set flag on instruction.  Save state for
4294         PC=0 later.
4295         (verify_instructions): Call vfy_note_instruction_seen.
4296
4297         * verify-glue.c (vfy_note_stack_depth): Fix off-by-one error.
4298         (verify_jvm_instructions_new): Call method_init_exceptions,
4299         add_handler, and handle_nested_ranges.
4300         * verify-impl.c (verify_method): Return 1 on success.
4301         (verify_instructions_0): Save the state at PC=0.
4302
4303         * verify-impl.c (init_type_from_class): Set is_resolved and
4304         ref_next on new ref_intersection.
4305         (init_type_from_string): Likewise.
4306
4307 2004-10-15  Bryce McKinlay  <mckinlay@redhat.com>
4308
4309         * expr.c (expand_bytecode): Use verify_jvm_instructions_new
4310         if flag_new_verifier is set.
4311         * java-tree.h (flag_new_verifier): Declare.
4312         * lang.opt (fnew-verifier): New option.
4313         * verify-impl.c: Work around namespace pollution by undef'ing
4314         'current_class'.
4315         (struct verifier_context): Make 'bytecode' const.
4316         (verify_fail_pc): Pass -1 PC argument to vfy_fail.
4317         (types_compatible): For the BC-ABI, always consider reference types
4318         compatible.
4319         (check_class_constant): Use vfr->current_class.
4320         (check_constant): Likewise.
4321         (check_wide_constant): Likewise.
4322         (check_field_constant): Check for 'L' at start of type name.
4323         (get_one_type): Return pointer instead of type. Set type result in
4324         caller via passed type pointer.
4325         (compute_argument_types): Update to use new get_one_type arguments.
4326         (compute_return_type): Likewise.
4327         (make_verifier_context): New. Allocate and initialize 'vfr'.
4328         (free_verifier_context): New. Free 'vfr' and its contents.
4329         (verify_method): Remove ATTRIBUTE_UNUSED. Call make_verifier_context
4330         and free_verifier_context.
4331
4332 2004-10-15  Tom Tromey  <tromey@redhat.com>
4333
4334         * verify-glue.c (vfy_note_local_type): Mark argument as unused.
4335         * verify.h (vfy_fail): Fixed formatting.
4336
4337         * verify-impl.c (vfr): Fixed comment formatting.
4338         (collapse_type): New function.
4339         (verify_instructions): Notify compiler about type map.
4340         * verify.h (vfy_note_stack_depth): Updated.
4341         (vfy_note_stack_type): Likewise.
4342         (vfy_note_local_type): Likewise.
4343         (vfy_unsuitable_type, vfy_return_address_type, vfy_null_type):
4344         Declare.
4345         * verify-glue.c (vfy_note_stack_depth): Correctly size type
4346         state.  Added `method' argument.
4347         (vfy_note_stack_type): Renamed from vfy_note_type.  Added `method'
4348         argument.
4349         (vfy_note_local_type): New function.
4350         (vfy_unsuitable_type): Likewise.
4351         (vfy_return_address_type): Likewise.
4352         (vfy_null_type): Likewise.
4353
4354         * verify.h (VFY_IN_GCC): Removed.
4355         (VFY_WANT_TYPEMAP): Removed.
4356         * verify-impl.c (verify_instructions_0): Removed useless "\".
4357         (struct state) <next>: Uncomment.
4358
4359 2004-10-13  Bryce McKinlay  <mckinlay@redhat.com>
4360
4361         * verify-impl.c: Formatting fixes. Reformat C++-style comments to
4362         C-style.
4363
4364 2004-10-06  Bryce McKinlay  <mckinlay@redhat.com>
4365
4366         * Make-lang.in (verify.o): Re-enabled this target.
4367         * verify-glue.c (vfy_get_interface_count): Add ATTRIBUTE_UNUSED.
4368         (vfy_get_interface): Likewise.
4369         (verify_jvm_instructions_new): Renamed from verify_jvm_instructions.
4370         * verify.h (verify_jvm_instructions_new): Declare.
4371         * verify-impl.c (free_state): Temporarily comment out unused
4372         function.
4373
4374 2004-10-06  Tom Tromey  <tromey@redhat.com>
4375
4376         * java-tree.h (JV_STATE_READ): New enum value.
4377
4378 2004-10-06  Bryce McKinlay  <mckinlay@redhat.com>
4379
4380         * verify.h: New file.
4381
4382 2004-10-05  Bryce McKinlay  <mckinlay@redhat.com>
4383
4384         * verify-impl.c, verify-glue.c, verify.h: New files.
4385         * Make-lang.in: Add rules for verify-impl.o and verify-glue.o.
4386
4387 2004-09-24  Andrew Haley  <aph@redhat.com>
4388
4389         * decl.c (check_local_unnamed_variable): Always use the PARM_DECL
4390         for a slot if it's of pointer type.
4391
4392 2004-09-14  Tom Tromey  <tromey@redhat.com>
4393
4394         * class.c (make_class_data): Correctly initialize "state" field.
4395         Initialize "engine" field.
4396         * decl.c (java_init_decl_processing): Add "engine" field.
4397
4398 2004-09-10  Andrew Haley  <aph@redhat.com>
4399
4400         PR java/12760
4401         * expr.c (build_invokeinterface): Use fast method for interface
4402         dispatch.
4403         * java-tree.h (enum java_tree_index): Add JTI_ITABLE_TYPE,
4404         JTI_ITABLE_PTR_TYPE.
4405         (struct lang_type): Add  itable_methods, itable_decl, itable_syms_decl.
4406         (emit_symbol_table): Add new arg, element_size.
4407         * decl.c (java_init_decl_processing): Initialize Class.itable.
4408         * class.c (GEN_TABLE): New macro.
4409         (gen_indirect_dispatch_tables): Use it.  Add itable.
4410         (make_class_data): Add new arg for emit_symbol_table().
4411         Emit itable.
4412         (add_miranda_methods): Make sure search_class has been parsed.
4413         (emit_symbol_table): Add new arg, element_size.
4414
4415 2004-09-06  Andrew Haley  <aph@redhat.com>
4416
4417         * verify.c (merge_types): Return Object for all merges of
4418         interfaces.
4419         * expr.c (add_type_assertion): Don't generate assertions when
4420         source type is array of Object.
4421
4422 2004-09-03  Andrew Haley  <aph@redhat.com>
4423
4424         * class.c (finish_class): Nullify TYPE_VERIFY_METHOD.
4425
4426         * lang.c (java_post_options): Force flag_verify_invocations if
4427         we're not using indirect dispatch.
4428
4429         * expr.c (pop_type_0): Move test for interfaces before call to
4430         can_widen_reference_to().
4431         (build_signature_for_libgcj): Remove generation of canonical array
4432         type.
4433         (add_type_assertion): Canonicalize both arrays.
4434         Don't assert that type X can be assigned to Object.
4435         Don't assert that type X an be assigned to type X.
4436         Don't assert that Object can be assigned to type X.
4437         (can_widen_reference_to): Warn whenever we generate an assertion.
4438         (process_jvm_instruction): Use throwable_type_node for the type of
4439         an exception class.
4440
4441 2004-09-01  Andrew Haley  <aph@redhat.com>
4442
4443         * decl.c (java_init_decl_processing): Change
4444         verify_identifier_node to "__verify".
4445         * expr.c (add_type_assertion): Use verify_identifier_node for name.
4446         * java-tree.h (verify_identifier_node): Change to "__verify".
4447
4448         * expr.c (build_signature_for_libgcj): New function.
4449         (add_type_assertion): Use it to construct signatures for
4450         source_type and target_type.
4451
4452 2004-08-27  Andrew Haley  <aph@redhat.com>
4453
4454         * java-tree.h (enum java_tree_index): Add JTI_VERIFY_IDENTIFIER_NODE.
4455         (verify_identifier_node): New.
4456         (TYPE_VERIFY_METHOD): New.
4457         (struct type_assertion): New type.
4458         * expr.c (type_assertion_eq): New function.
4459         (type_assertion_hash): New function.
4460         (add_type_assertion): New function.
4461         (can_widen_reference_to): Call add_type_assertion().
4462         * decl.c (java_init_decl_processing): Add verify_identifier_node.
4463         * class.c (make_class_data): Initialize TYPE_VERIFY_METHOD (type).
4464         (finish_class): Output TYPE_VERIFY_METHOD (type).
4465
4466         * decl.c (end_java_method): Nullify unused fields.
4467
4468 2004-08-17  Andrew Haley  <aph@redhat.com>
4469
4470         * verify.c (defer_merging): Quieten.
4471         * jcf-parse.c (load_class): Only try to open a class file if it's
4472         java.lang.Object or if it's part of the current compilation.
4473         Check that the class we just tried to load is the class we just
4474         loaded.  Quieten.
4475         (java_parse_file): Set flag_verify_invocations off if we're
4476         compiling from .class.
4477         (parse_zip_file_entries): Abort if we try to read a dummy class.
4478         * expr.c (can_widen_reference_to): Quieten.
4479         (build_invokevirtual): Abort if we try to invokevirtual an
4480         interface.
4481         (expand_invoke): Don't build a non-interface call to an interface.
4482         (build_instanceof): Don't do premature optimization if
4483         flag_verify_invocations is not set.
4484         * class.c (set_super_info): Disable code that inherits TYPE_DUMMY
4485         from superclass.
4486         (build_static_field_ref): Add correct type conversion for
4487         field_address.
4488         (add_miranda_methods): Disable generation of Miranda methods for
4489         dummy classes.
4490         (layout_class_method): Don't complain about non-static method
4491         overrides static method with dummy classes.
4492
4493 2004-08-13  Tom Tromey  <tromey@redhat.com>
4494
4495         * class.c (build_static_field_ref): Re-enable atable lookups for
4496         static fields.
4497
4498         * parse.y (strip_out_static_field_access_decl): Indentation fix.
4499
4500 2004-08-11  Tom Tromey  <tromey@redhat.com>
4501
4502         * gcj.texi (libgcj Runtime Properties): Document new properties.
4503
4504 2004-08-06  Andrew Haley  <aph@redhat.com>
4505
4506         * jcf-parse.c (load_class): Check that we really have loaded the
4507         class we're looking for.
4508
4509 2004-07-19  Andrew Haley  <aph@redhat.com>
4510
4511         * verify.c (verify_jvm_instructions): Comment change only.
4512
4513         * typeck.c (build_java_array_type): Add size field to array name.
4514
4515         * java-tree.h (LOCAL_SLOT_P): New.
4516         (update_aliases): Add PC argument.
4517         (pushdecl_function_level): New function.
4518
4519         * java-gimplify.c (java_gimplify_expr): Handle VAR_DECL,
4520         MODIFY_EXPR, and SAVE_EXPR.
4521         (java_gimplify_modify_expr): New function.
4522
4523         * expr.c (push_type_0): Call find_stack_slot() to create temporary.
4524         (expand_iinc): Pass PC to update_aliases().
4525         (STORE_INTERNAL): Likewise.
4526         (process_jvm_instruction): Likewise.
4527
4528         * decl.c (base_decl_map): New variable.
4529         (uniq): New variable.
4530         (update_aliases): Rewrite with more thorough checking.
4531         (debug_variable_p): New function.
4532         (push_jvm_slot): Don't initialize local variable.  Don't pushdecl.
4533         (check_local_named_variable): Delete whole function.
4534         (initialize_local_variable): New function.
4535         (check_local_unnamed_variable): Add checks and comments.
4536         (find_local_variable): Rewrite.
4537         (java_replace_reference): New function.
4538         (function_binding_level): New variable.
4539         (pushdecl_function_level): New function.
4540         (maybe_pushlevels): Set DECL_LOCAL_END_PC.
4541         (maybe_pushlevels): Call pushdecl() on each of the new decls.
4542         (start_java_method): Reset uniq.  Create base_decl_map.  Set
4543         function_binding_level.
4544         (end_java_method): Null unused fields to save memory.
4545
4546 2004-06-29  Andrew Haley  <aph@redhat.com>
4547
4548         * except.c (expand_start_java_handler): Push a new binding level.
4549         Don't build a TRY_CATCH_EXPR now, we'll do it later.  Call
4550         register_exception_range() to register where we'll do it.
4551         (expand_end_java_handler): Remove old bogus code.  Replace with
4552         new logic that simply builds TRY_CATCH_EXPRs and inserts them at
4553         the top of the expression we're curently building.
4554         (maybe_end_try): Delete.
4555         * decl.c (binding_level.exception_range): New field.
4556         (clear_binding_level): Add field exception_range.  Reformat.
4557         (poplevel): Call expand_end_java_handler().
4558         (poplevel): Call java_add_stmt only if functionbody is false.
4559         (maybe_poplevels): Don't call maybe_end_try() from here.
4560         (end_java_method): Clear no longer used trees in function decl.
4561         (register_exception_range): New function.
4562         * java-tree.h (register_exception_range, struct eh_range): Declare.
4563
4564 2004-06-22  Andrew Haley  <aph@redhat.com>
4565
4566         * class.c (gen_indirect_dispatch_tables): Set the DECL_OWNER of
4567         the otable.
4568         * check-init.c (get_variable_decl): Teach check-init about
4569         FIELD_DECLs addressed via the otable.
4570         * jcf-parse.c (load_class): Check CLASS_LOADED_P, not
4571         CLASS_PARSED_P.
4572
4573 2004-05-28  Andrew Haley  <aph@redhat.com>
4574
4575         * jcf-parse.c (load_class): Don't try to read a class that we've
4576         already read.
4577
4578         * expr.c (build_invokeinterface): Use the old-fashioned way of
4579         doing indirect dispatch: look up interfaces by name.
4580         * java-tree.h (enum java_tree_index): Add
4581         JTI_SOFT_LOOKUPINTERFACEMETHODBYNAME_NODE
4582         * decl.c (java_init_decl_processing): Add
4583         soft_lookupinterfacemethodbyname_node.
4584
4585         * gjavah.c (print_method_info): Final methods have vtable entries,
4586         so gjavah needs to output them.
4587         * class.c (layout_class_method): Generate vtable entries for final
4588         methods.
4589         * parse.y (invocation_mode): Use INVOKE_VIRTUAL for indirect
4590         dispatch, even if a method is final.
4591
4592 2004-05-25  Andrew Haley  <aph@redhat.com>
4593
4594         * class.c (build_symbol_entry): Convert the names of constructors
4595         to init_identifier_node when generating an entry for the indirect
4596         dispatch table.
4597
4598         * expr.c (build_known_method_ref): Generate indirect calls for
4599         all methods marked DECL_EXTERNAL or TREE_PUBLIC.
4600
4601 2004-05-24  Andrew Haley  <aph@redhat.com>
4602
4603         * expr.c (build_known_method_ref): Make sure ARRAY_REF access to
4604         atable element is of the right type.
4605
4606         * class.c (build_static_field_ref): Cast pointer to correct type
4607         for field.
4608
4609 2004-04-20  Bryce McKinlay  <mckinlay@redhat.com>
4610
4611         * Merged with HEAD as of 20040514. Diff against
4612         gcj-abi-2-merge-20040514.
4613
4614 2004-04-16  Andrew Haley  <aph@redhat.com>
4615
4616         * verify.c (check_pending_block): Disable subroutine checks.
4617         (defer_merging): New function.
4618         (merge_types): If types are dummy, use defer_merging to combine them.
4619         (verify_jvm_instructions): If invocation is invokeinterface and
4620         target is dummy, assume target really is an interface.
4621
4622         * parse.y (patch_invoke): Break out call to java_create_object.
4623
4624         * lang.c (flag_verify_invocations): New.
4625
4626         * jcf-parse.c (load_class): If we've already failed to load a
4627         class, don't try again.
4628         (load_class): If we can't find a .class file, don't fail, but emit
4629         a warning.
4630         (parse_class_file): Don't act on dummy methods.
4631
4632         * java-tree.h (flag_verify_invocations): New.
4633         (TYPE_DUMMY): New.
4634         (lang_type.dummy_class): New field.
4635         (java_create_object): New function.
4636         (METHOD_DUMMY): New.
4637
4638         * expr.c (build_field_ref): Widen field offset.
4639         (pop_type_0): If the type in stack_type_map is a TREE_LIST, check
4640         that each of its elements is compatible with the one we're
4641         popping.
4642         (pop_type_0): Issue a warning to say that we need to generate a
4643         runtime check.
4644         (java_create_object): New function.
4645         (build_field_ref): Only generate hard refs if we're not using
4646         indirect dispatch.
4647         (expand_java_field_op): If we're using !verify_invocations and we
4648         see a missing field, generate a decl for it.
4649
4650         (expand_invoke): If a class doesn't have the method we seek and
4651         we're using !flag_verify_invocations, generate a decl for the
4652         method now.
4653
4654         (build_known_method_ref): Always use indirect dispatch via the
4655         atable for static methods.
4656
4657         (expand_java_NEW): Break out object creation into new function,
4658         java_create_object.
4659
4660         (can_widen_reference_to): Issue a warning to say that we need to
4661         generate a runtime check.
4662
4663         * class.c (set_super_info): Inherit TYPE_DUMMY from sureclass.
4664         (make_method_value): Also use index for interfaces.
4665         (make_class_data): Skip dummy field for inherited data.
4666         Don't build method array for dummy methods.
4667         Set size_in_byte to -1 when using inirect dispatch
4668         Don't build a hard class ref if we don't have a hard ref to our
4669         superclass, or if we're using inirect dispatch.
4670         Null out dispatch tables.
4671
4672         (layout_class_method): Don't complain about non-static method
4673         overrides static method is method is artificial.
4674
4675         (build_static_field_ref): Disable atable references to static
4676         fields for the time being.
4677
4678         (layout_class_methods): Check for CLASS_INTERFACE as
4679         well as CLASS_ABSTRACT.
4680
4681 2004-11-24  Steven Bosscher  <stevenb@suse.de>
4682
4683         * class.c (make_class_data): Don't check flag_inline_functions.
4684         * lang.c (flag_really_inline): Remove unused flag.
4685         (java_handle_option): Don't set it here.  Remove special handling
4686         of flag_inline_functions for Java.
4687         (java_init): Don't set flag_inline_trees here.  Already done...
4688         (java_post_options): ...here.  Don't clear flag_inline_functions.
4689
4690 2004-11-24  Steven Bosscher  <stevenb@suse.de>
4691
4692         * java-gimplify.c (java_gimplify_labeled_block_expr): New function.
4693         (java_gimplify_exit_block_expr): New function.
4694         (java_gimplify_expr): Use them to gimplify EXIT_BLOCK_EXPR and
4695         LABELED_BLOCK_EXPR.
4696         * java-tree.def (LABELED_BLOCK_EXPR): Moved from tree.def.
4697         (EXIT_BLOCK_EXPR): Likewise.
4698         * java-tree.h (LABELED_BLOCK_LABEL): Moved from tree.h.
4699         (LABELED_BLOCK_BODY): Likewise.
4700         (EXIT_BLOCK_LABELED_BLOCK): Likewise.
4701         * jcf-write.c (generate_bytecode_insns): Don't handle the unused
4702         EXIT_BLOCK_RETURN operand.  Use EXIT_BLOCK_LABELED_BLOCK instead of
4703         TREE_OPERAND.
4704         * lang.c (java_tree_inlining_walk_subtrees): Handle EXIT_BLOCK_EXPR.
4705         (java_dump_tree): Use LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, and
4706         EXIT_BLOCK_LABELED_BLOCK instead of TREE_OPERAND.  Don't handle the
4707         second operand of EXIT_BLOCK_EXPR.
4708         * parse.y (find_expr_with_wfl): Use LABELED_BLOCK_BODY instead of
4709         TREE_OPERAND.
4710         (build_bc_statement): Use build1 to build EXIT_BLOCK_EXPR nodes.
4711
4712 2004-11-23  Ben Elliston  <bje@au.ibm.com>
4713
4714         * xref.h (xref_flag_value): Remove.
4715         (xref_set_data, xref_get_data): Likewise.
4716         (xref_set_current_fp): Likewise.
4717         (XREF_NONE): Likewise.
4718         (XREF_GET_DATA): Likewise.
4719         * xref.c (xref_flag_value): Remove.
4720         (xref_set_data, xref_get_data): Likewise.
4721         (xref_set_current_fp): Likewise.
4722
4723 2004-11-23  Ben Elliston  <bje@au.ibm.com>
4724
4725         * gjavah.c (output_directory): Make static.
4726         (temp_directory): Likewise.
4727
4728 2004-11-15  Tom Tromey  <tromey@redhat.com>
4729
4730         * decl.c (instn_ptr_type_node): Removed.
4731         (lineNumbers_ptr_type_node): Removed.
4732         (jint_type): Removed.
4733         (jint_ptr_type): Removed.
4734
4735 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
4736
4737         PR java/15576
4738         * check-init.c (check_init): Ignore DECL_EXPR.
4739         * expr.c (always_initialize_class_p): Reenable.
4740         (build_class_init): Use a variable to store the decl.  Also use
4741         boolean_false_node instead of integer_zero_node.
4742         * parse.y (attach_init_test_initialization_flags): Add a decl_expr
4743         to the block.
4744
4745 2004-11-08  Tom Tromey  <tromey@redhat.com>
4746
4747         PR java/16843:
4748         * gjavah.c (HANDLE_END_FIELD): Call print_field_info when
4749         generating a JNI header.
4750         (print_field_info): Handle JNI headers.
4751         (jni_print_float): Likewise.
4752         (jni_print_double): Likewise.
4753
4754 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
4755
4756         * decl.c (end_java_method): Remove duplicated code.
4757
4758 2004-11-06  Zack Weinberg  <zack@codesourcery.com>
4759             Gerald Pfeifer  <gerald@pfeifer.com>
4760
4761         * lex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
4762         as well.
4763
4764 2004-11-02  Bryce McKinlay  <mckinlay@redhat.com>
4765
4766         PR java/17265
4767         * class.c: Reinstate 2004-08-18 patch.
4768         (make_local_function_alias): Don't create an alias for extern (native)
4769         functions.
4770
4771 2004-10-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
4772
4773         PR java/17265
4774         * class.c (make_local_function_alias): Revert 2004-08-18 change.
4775         (make_method_value): Likewise.
4776
4777 2004-10-21  Andrew Haley  <aph@redhat.com>
4778
4779         PR java/18091:
4780         * jcf-parse.c (set_source_filename): Add code to build new sfname.
4781
4782 2004-10-20  Andrew Haley  <aph@redhat.com>
4783
4784         * decl.c (end_java_method): Don't expand if flag_syntax_only.
4785         Remove duplicated code block.
4786
4787 2004-10-18  Steven Bosscher  <stevenb@suse.de>
4788
4789         * Make-lang.in (java/parse.o-warn, java/parse-scan.o-warn):
4790         New rules to work around old Bison warnings.
4791
4792 2004-10-17  Steven Bosscher  <stevenb@suse.de>
4793
4794         * class.c (ident_subst): Always alloca buffer.
4795         * java-opcodes.h (LAST_AND_UNUSED_JAVA_OPCODE): Add this dummy
4796         opcode after including javaop.def.
4797         * jcf-dump.c (CHECK_PC_IN_RANGE): Return 0 from the arm of the
4798         conditional expression that exits, to avoid warnings.
4799         * verify.c (CHECK_PC_IN_RANGE): Mark the __GNUC__ definition as
4800         a user of an extension.
4801         * win32-host.c: Move check down to have non-empty file when
4802         WIN32 is not defined.
4803
4804         * Make-lang.in (java-warn): Add STRICT_WARN.
4805         (java/jcf-io.o-warn): Don't have Werror for this file.
4806         * jcf-io.c (caching_stat): Add FIXME for non-POSIX scandir use.
4807
4808 2004-10-16  Hans-Peter Nilsson  <hp@bitrange.com>
4809
4810         * expr.c (expr_add_location): Move declaration to before all
4811         statements.
4812         * parse.y (java_expand_classes): Ditto.
4813         * lex.c (java_peek_unicode): Ditto.
4814
4815 2004-10-16  Ranjit Mathew  <rmathew@hotmail.com>
4816
4817         * check-init.c: Use %<, %> and %q for quoting in diagnostics,
4818         if possible, else convert `foo' to 'foo'.
4819         * class.c: Likewise.
4820         * decl.c: Likewise.
4821         * expr.c: Likewise.
4822         * jcf-io.c: Likewise.
4823         * jcf-parse.c: Likewise.
4824         * lang.c: Likewise.
4825         * lex.c: Likewise.
4826         * parse.h: Likewise.
4827
4828 2004-10-16  Ranjit Mathew  <rmathew@hotmail.com>
4829
4830         * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
4831         rename parameter 'msg' to 'msgid' in function declaration.
4832         (issue_warning_error_from_context): Likewise.
4833         (yyerror): Rename parameter 'msg' to 'msgid'.
4834         (all over): Use new quoting style for diagnostics.
4835
4836 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
4837
4838         * boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
4839         jcf.h, lang-specs.h, lex.c, lex.h, resource.c, win32-host.c:
4840         Update copyright.
4841
4842 2004-10-14  Matt Austern  <austern@apple.com>
4843
4844         * lang.c (java_tree_inlining_walk_subtrees): Last arg is struct
4845         pointer_set_t* now.
4846
4847 2004-10-13  Tom Tromey  <tromey@redhat.com>
4848
4849         PR java/15578:
4850         * lang.opt (--extdirs): Document.
4851         * jvspec.c (lang_specific_driver): Recognize -encoding and
4852         -extdirs.
4853
4854 2004-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
4855
4856         * parse.y (issue_warning_error_from_context): Use va_list *
4857         instead of va_list parameter.
4858         (parse_error_context): Update call.
4859         (parse_warning_context): Likewise.
4860
4861 2004-10-05  Zack Weinberg  <zack@codesourcery.com>
4862
4863         * parse.y, parse-scan.y: Add list of diagnostic messages to
4864         insulate translation template from version of yacc/bison used
4865         to compile the grammar.
4866
4867 2004-10-05  Ranjit Mathew  <rmathew@hotmail.com>
4868
4869         Prepare for %q, %< and %> in diagnostic message strings.
4870         * java-tree.h (parse_error_context): remove ATTRIBUTE_PRINTF_2.
4871         Name second parameter 'msgid'.
4872         * parse.y: Additionally include pretty-print.h and diagnostic.h.
4873         (issue_warning_error_from_context): Use pretty-printer functions
4874         instead of vsprintf for constructing formatted messages. Rename
4875         parameter 'msg' to 'msgid'.
4876         (parse_error_context): Rename parameter 'msg' to 'msgid'.
4877         (parse_warning_context): Likewise.
4878
4879 2004-10-05  Andrew Haley  <aph@redhat.com>
4880
4881         PR java/17779
4882         * jcf-parse.c (parse_zip_file_entries): If a class has a
4883         superclass and a TYPE_SIZE of zero, lay it out.
4884
4885 2004-09-30  Andrew Haley  <aph@redhat.com>
4886
4887         PR java/17733
4888         * jcf-parse.c (compute_class_name): Rewrite.
4889
4890 2004-10-01  Jan Hubicka  <jh@suse.cz>
4891
4892         * java.c (java_expand_body): Update call of tree_rest_of_compilation.
4893
4894 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
4895
4896         * lex.c: Fix a comment typo.
4897
4898 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
4899
4900         * java-tree.h: Fix a comment typo.
4901
4902 2004-09-30  Per Bothner  <per@bothner.com>
4903
4904         Simplify lexer.  Implement --enable-mapped-location support.
4905         * jcf-parse.c (parse_class_file):  Use linemap_line_start.
4906         (parse_source_file_1): Pass filename as extra parameter, so we can call
4907         linemap_add and set input_location here, rather than in both callers.
4908         (read_class): Pass copied filename to parse_source_file_1.
4909         Don't initialize wfl_operator - only needed for source compilation.
4910         (read_class, jcf_parse):  Call linemap_add with LC_LEAVE.
4911         * lex.h:  Remove a bunch of debugging macros.
4912         * lex.h (struct_java_line, struct java_error):  Remove types.
4913         (JAVA_COLUMN_DELTA):  Remove - use java_lexer.next_colums instead.
4914         (struct java_lc_s):  Remove prev_col field.
4915         (struct java_lexer):  New fields next_unicode, next_columns, and
4916         avail_unicode.  New position field, and maybe token_start field.
4917         Don't need hit_eof field - use next_unicode == -1 instead.
4918         (JAVA_INTEGERAL_RANGE_ERROR):  Rename to JAVA_RANGE_ERROR.
4919         (JAVA_RANGE_ERROR, JAVA_FLOAT_ANGE_ERROR):  Update accordingly.
4920         * parse.h:  Various changes for USE_MAPPED_LOCATION.
4921         (EXPR_WFL_EMIT_LINE_NOTE): XXX
4922         (BUILD_EXPR_WFL, EXPR_WFL_ADD_COL): Remove no-longer-used macros.
4923         (struct parser_ctxt):  New file_start_location field.
4924         Remove p_line, c_line fields since we no longer save lines.
4925         Remove elc, lineno, and current_jcf fields - no longer used.
4926         * parse.y:  Updates for USE_MAPPED_LOCATION and new lexer.
4927         Don't use EXPR_WFL_ADD_COL since that isn't trivial with
4928         source_location and is probably not needed anymore anyway.
4929         Use new expr_add_Location function.
4930         (SET_EXPR_LOCATION_FROM_TOKEN):  New convenience macro.
4931         (java_pop_parser_context):  Minor cleanup.
4932         (java_parser_context_save_global, java_parser_context_restore_global,
4933         java_pop_parser_context):  Save/restore input_location as a unit.
4934         (issue_warning_error_from_context):  If USE_MAPPED_LOCATION take
4935         a source_location instead of a wfl context node.
4936         (check_class_interface_creation):  input_filename is not addressable.
4937         (create_artificial_method):  Calling java_parser_context_save_global
4938         and java_parser_context_restore_global is overkill.  Instead,
4939         temporarily set input_location from class decl.
4940         (java_layout_seen_class_methods): Set input_location from method decl.
4941         (fix_constructors): Make more robust if no EXPR_WITH_FILE_LOCATION.
4942         (finish_loop_body):  Likewise.
4943         * lex.c: Updates for USE_MAPPED_LOCATION.  Use build_unknwon_wfl.
4944         (java_sprint_unicode):  Take a character, not index in line.
4945         (java_sneak_uncode):  Replaced by java_peek_unicode.
4946         (java_unget_unicode):  No longer used.
4947         (java_allocate_new_line. java_store_unicode):  Removed, since we
4948         no longer remember "lines".
4949         (java_new_lexer):  Update for new data structures.
4950         (java_read_char):  Move unget_value checking to java_read_unicode.
4951         (java_get_unicode, java_peek_unicode, java_next_unicode): New more
4952         efficient functions that are used directly when lexing.
4953         (java_read_unicode_collapsing_terminators):  No longer needed.
4954         (java_parse_end_comment, java_parse_escape_sequence, do_java_lex):
4955         Re-organize to use java_peek_unicode to avoid java_unget_unicode.
4956         (java_parse_escape_sequence):  Rewrite to be simpler / more efficient.
4957         (do_java_lex):  Lots of movings around to avoid java_unget_unicode,
4958         combine switch branches, and test for common token kinds earlier.
4959         (java_lex_error):  Rewrite.
4960         * jv-scan.c (expand_location): New function, copied from tree.c.
4961         (main): Set ctxp->filename instead of setting input_filename directly.
4962
4963 2004-09-30  Per Bothner  <per@bothner.com>
4964
4965         More cleanup for --enable-mapped-location.
4966         * class.c (push_class):  If USE_MAPPED_LOCATION don't set
4967         input_location here.  Instead do it in give_name_to_class.
4968         (build_class_ref):  Set DECL_ARTIFICIAL, for the sake of dwarf2out.
4969         * expr.c (expand_byte_code): Call linemap_line_start.
4970         * expr.c (build_expr_wfl):  If USE_MAPPED_LOCATION, change final
4971         parameters to a source_location.  Don't need EXPR_WFL_FILENAME_NODE.
4972         (expr_add_location):  New function, if USE_MAPPED_LOCATION.
4973         * class.c (maybe_layout_super_class):  Adjust build_expr_wfl call
4974         to USE_MAPPED_LOCATION case.
4975
4976         * java-tree.h (JAVA_FILE_P, ZIP_FILE_P):  Remove unused macros.
4977         * jcf-parse.c (java_parse_file): Don't set input_filename.
4978         Use IS_A_COMMAND_LINE_FILENAME_P to check for duplicate filenames.
4979         Create a list of TRANSLATION_UNIT_DECL.
4980         (current_file_list):  Is now a TRANSLATION_UNIT_DECL chain.  The
4981         reason is so we can set a DECL_SOURCE_LOCATION for each file.
4982         (java_parse_file):  Don't set unused ZIP_FILE_P, JAVA_FILE_P..
4983         Create line-map LC_ENTER/LC_LEAVE entries for archive itself.
4984         (file_start_location):  New static.
4985         (set_source_filename):  Avoid extra access to input_filename macro.
4986         Concatenate new name with class's package prefix.
4987         (set_source_filename, give_name_to_class): Update.
4988         (give_name_to_class):  Set class's "line 0" input_location here.
4989         (parse_class_file):  Set input_location as a unit.
4990
4991         * jcf-parse.c (load_class): Sanity test if missing inner class file.
4992
4993 2004-09-29  Per Bothner  <per@bothner.com>
4994
4995         * java-tree.h:  Redefine some macros and add some declaration
4996         to handle the USE_MAPPED_LOCATION case.
4997         * parse.h (EXPR_WFL_QUALIFICATION):  Use operand 1, not 2.
4998         * java-tree.h (EXPR_WFL_FILENAME_NODE):  Use operand 2, not 1.
4999         * java-tree.def (EXPR_WITH_FILE_LOCATION): Only need two operands in
5000         USE_MAPPED_LOCATION case, since EXPR_WFL_FILENAME_NODE is gone.
5001
5002         * check-init.c (check_init): Handle USE_MAPPED_LOCATION case.
5003         * decl.c (finish_method, java_add_stmt): Likewise.
5004         * java-gimplify.c (java-gimplify.c):  Likewise.
5005         * jcf-write.c (generate_bytecode_insns):  Likewise.
5006         * lang.c (java_post_options): Likewise - call linemap_add.
5007
5008 2004-09-29  Andrew Haley  <aph@redhat.com>
5009
5010         PR java/17007
5011         * parse.y (patch_binop): Don't mess with the TREE_SIDE_EFFECTS of the
5012         result of TRUNC_MOD_EXPR.
5013         (patch_unaryop): Likewise for CONVERT_EXPR, which may throw.
5014         * decl.c (java_init_decl_processing): Mark
5015         soft_lookupinterfacemethod_node and soft_instanceof_node pure.
5016
5017 2004-09-28  Tom Tromey  <tromey@redhat.com>
5018
5019         PR java/15710:
5020         * class.c (add_miranda_methods): Load superinterface if not
5021         already loaded.
5022
5023 2004-09-28  Andrew Haley  <aph@redhat.com>
5024
5025         PR java/17586
5026         * jcf-parse.c (load_class): Don't try to read a class that we've
5027         already read.
5028
5029 2004-09-28  Andrew Haley  <aph@redhat.com>
5030
5031         * jcf-parse.c (load_class): Back out previous broken patch.
5032
5033 2004-09-28  Andrew Haley  <aph@redhat.com>
5034
5035         PR java/17586
5036         * jcf-parse.c (load_class): Don't try to read a class that we've
5037         already read.
5038         Check that we really did read the right class.
5039
5040 2004-09-25  Tom Tromey  <tromey@redhat.com>
5041
5042         PR java/17500:
5043         * parse.y (create_artificial_method): Use add_method_1.
5044
5045 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
5046
5047         * expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
5048         comment typos.
5049         * gcj.texi: Fix typos.
5050
5051 2004-09-24  Tom Tromey  <tromey@redhat.com>
5052
5053         PR java/15656:
5054         * parse.y (class_instance_creation_expression): Set `$$' to NULL
5055         in error parts of rule.
5056         (unary_expression): Don't call error_if_numeric_overflow when $1
5057         is NULL.
5058
5059 2004-09-24  Tom Tromey  <tromey@redhat.com>
5060
5061         PR java/16789:
5062         * parse.y (resolve_qualified_expression_name): Set
5063         CAN_COMPLETE_NORMALLY on first call when chaining static calls.
5064         * expr.c (force_evaluation_order): Check for empty argument list
5065         after stripping COMPOUND_EXPR.
5066
5067 2004-09-23  Andrew Haley  <aph@redhat.com>
5068
5069         PR java/16927:
5070         * parse.y (java_complete_lhs): Call patch_string() on Operand 1 of
5071         COND_EXPRs.
5072
5073 2004-09-23  Tom Tromey  <tromey@redhat.com>
5074
5075         PR java/17329:
5076         * java-gimplify.c (java_gimplify_expr) <SAVE_EXPR>: Ignore case
5077         where operand is null.
5078
5079 2004-09-23  Tom Tromey  <tromey@redhat.com>
5080
5081         PR java/17380:
5082         * parse.y (not_accessible_p): Allow access to protected members
5083         even when class is not static.
5084
5085 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
5086
5087         * Make-lang.in: Revert the gcc-none.o change.
5088
5089 2004-09-22  Nathan Sidwell  <nathan@codesourcery.com>
5090
5091         * parse.y (patch_anonymous_class): VEC_space returns true if there
5092         is space.
5093
5094 2004-09-21  Matt Austern  <austern@apple.com>
5095
5096         Fix bootstrap.
5097         * gjavah.c (free_method_name_list): Fix function definition so
5098         it's a proper C prototype.
5099
5100 2004-09-21  Tom Tromey  <tromey@redhat.com>
5101
5102         PR java/17575:
5103         * gjavah.c (free_method_name_list): New method.
5104         (main): Call it.
5105
5106 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
5107             Zack Weinberg  <zack@codesourcery.com>
5108
5109         * java-tree.def: Use tree_code_class enumeration constants
5110         instead of code letters.
5111         * java-gimplify.c, jcf-write.c, lang.c, parse.y: Update for
5112         new tree-class enumeration constants.
5113
5114 2004-09-13  Tom Tromey  <tromey@redhat.com>
5115
5116         PR java/17216:
5117         * class.c (layout_class_method): Put synthetic methods into the
5118         vtable.
5119
5120 2004-09-11  Andrew Pinski  <apinski@apple.com>
5121
5122         * Make-lang.in (java/ggc-none.c): Change dependency
5123         for ggc.h into $(GGC_H).
5124
5125 2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
5126
5127         * Make-lang.in (java/win32-host.o): Add dependency on
5128         coretypes.h.
5129         * win32-host.c: Add includes for coretypes.h, jcf.h
5130
5131 2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
5132
5133         * Make-lang.in (GCJH_OBJS): Change dependency from
5134         ggc-none.o to java/ggc-none.o
5135         (JCFDUMP_OBJS): Likewise.
5136         (java/ggc-none.o): New target.
5137
5138 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
5139
5140         * boehm.c (get_boehm_type_descriptor):  Adjust build_int_cst calls.
5141         * class.c (build_utf8_ref, build_static_field_ref,
5142         make_field_value, make_method_value, get_dispatch_table,
5143         make_class_data, emit_symbol_table, emit_catch_table): Likewise.
5144         * constants.c (get_tag_node, build_ref_from_constant_pool,
5145         build_constants_constructor): Likewise.
5146         * decl.c (java_init_decl_processing): Likewise.
5147         * expr.c (build_java_array_length_access, build_newarray,
5148         expand_java_multianewarray, expand_java_pushc, expand_iinc,
5149         build_java_binop, build_field_ref, expand_java_add_case,
5150         expand_java_call, build_known_method_ref, build_invokevirtual,
5151         build_invokeinterface, build_jni_stub): Likewise.
5152         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
5153         * jcf-parse.c (get_constant): Likewise.
5154         * lex.c (do_java_lex): Likewise.
5155         * parse.y (patch_binop, patch_unaryop, patch_cast,
5156         build_newarray_node, patch_newarray): Likewise.
5157         * resource.c (compile_resource_data): Likewise.
5158         * typeck.c (build_prim_array_type): Likewise.
5159
5160 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
5161
5162         * decl.c (java_init_decl_processing): Adjust
5163         initialize_sizetypes call.
5164
5165 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
5166
5167         * jv-scan.c (fancy_abort): Add.
5168
5169 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
5170
5171         * expr.c (build_java_arrayaccess): Use convert to change
5172         len's type.
5173
5174 2004-08-19  Bryce McKinlay  <mckinlay@redhat.com>
5175
5176         * class.c (make_local_function_alias): Allocate extra space for 'L'
5177         in name buffer. Reported by Thomas Neumann.
5178
5179 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
5180
5181         * parse.h (JAVA_RADIX10_FLAG): Rename to ...
5182         (JAVA_NOT_RADIX10_FLAG): ... here.  Invert meaning.
5183         * lex.c (do_java_lex): Adjust.
5184         (error_if_numeric_overflow): Likewise.
5185
5186 2004-08-18  Andrew Pinski  <apinski@apple.com>
5187
5188         * class.c (make_local_function_alias): Only make a new decl if we
5189         support alias attribute on all decls.
5190
5191 2004-08-18  Bryce McKinlay  <mckinlay@redhat.com>
5192
5193         * class.c (make_local_function_alias): New function. Create local
5194         alias for public method DECL.
5195         (make_method_value): Use make_local_function_alias.
5196         * parse.y (craft_constructor): Don't special-case anonymous classes.
5197         Always set ctor_name to init_identifier_node.
5198         (lookup_method_invoke): Call layout_class_method when creating
5199         anonymous class constructor.
5200
5201 2004-08-18  Richard Henderson  <rth@redhat.com>
5202
5203         * java-gimplify.c (java_gimplify_expr): Move '2' handling into
5204         default case.  Treat '<' similarly.  Update for
5205         is_gimple_formal_tmp_var name change.
5206
5207 2004-08-17  Andrew Haley  <aph@redhat.com>
5208
5209         * lang.c (lang_printable_name): Obey verbose flag.
5210         * parse.y (constructor_circularity_msg): Set VERBOSE arg for
5211         lang_printable_name().
5212         (verify_constructor_circularity, get_printable_method_name,
5213         check_abstract_method_definitions, java_check_regular_methods,
5214         java_check_abstract_methods, check_inner_class_access,
5215         fix_constructors, patch_method_invocation, patch_return):
5216         Likewise.
5217         * expr.c (pop_type_0): Likewise.
5218
5219         * java-tree.h (lang_printable_name_wls): Delete.
5220
5221 2004-08-16  Tom Tromey  <tromey@redhat.com>
5222
5223         PR java/8473:
5224         * parse.y (primary): Changed for initialized and uninitialized
5225         array creations.
5226         (array_access): Handle array_creation_initialized.
5227         (array_creation_expression): Split into
5228         array_creation_initialized and array_creation_uninitialized.
5229
5230 2004-08-16  Andrew Haley  <aph@redhat.com>
5231
5232         * jcf-write.c (find_constant_index): Canonicalize NaNs when
5233         generating bytecode.
5234
5235 2004-08-16  Elliot Lee <sopwith@redhat.com>
5236
5237         PR java/9677
5238         * jcf-parse.c (java_parse_file): Handle filenames with embedded
5239         spaces, and quoted filelists.
5240
5241 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5242
5243         * boehm.c (get_boehm_type_descriptor): Use build_int_cst.
5244         * class.c (build_utf8_ref, build_static_field_ref,
5245         make_field_value, make_method_value, get_dispatch_table,
5246         make_class_data, emit_symbol_table, emit_catch_table): Likewise.
5247         * constants.c (get_tag_node,  build_ref_from_constant_pool,
5248         build_constants_constructor): Likewise.
5249         * decl.c (java_init_decl_processing): Likewise.
5250         * expr.c (build_java_array_length_access, build_newarray,
5251         expand_java_multianewarray, expand_java_pushc, expand_iinc,
5252         build_java_binop, build_field_ref, expand_java_add_case,
5253         expand_java_call, build_known_method_ref, build_invokevirtual,
5254         build_invokeinterface, build_jni_stub): Likewise.
5255         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
5256         * jcf-parse.c (get_constant): Likewise.
5257         * lex.c (do_java_lex): Likewise.
5258         * parse.y (patch_binop, patch_unaryop, patch_cast,
5259         build_null_of_type, patch_newarray): Likewise.
5260         * resource.c (compile_resource_data): Likewise.
5261         * typeck.c (build_prim_array_type): Likewise.
5262
5263 2004-08-10  Bryce McKinlay  <mckinlay@redhat.com>
5264
5265         * java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.
5266         Don't create BLOCK here or call java_gimplify_block.
5267
5268 2004-08-09  H.J. Lu  <hongjiu.lu@intel.com>
5269
5270         * java-tree.h (flag_deprecated): Removed.
5271         * lang.opt (Wdeprecated): Use existing Var(warn_deprecated).
5272         * parse.y (check_deprecation): Check warn_deprecated instead of
5273         flag_deprecated.
5274
5275 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
5276
5277         * lang.c (flag_emit_class_files, flag_filelist_file, flag_redundant,
5278         flag_use_divide_subroutine, flag_use_boehm_gc, flag_store_check,
5279         flag_hash_synchronization, flag_assert, flag_jni, flag_newer,
5280         flag_check_references, flag_extraneous_semicolon, flag_deprecated,
5281         flag_force_classes_archive_check, flag_optimize_sci,
5282         flag_indirect_dispatch): Remove explicit declarations.
5283         * lang.opt: Add implicit declare/define/assign.  Remove obsolete
5284         final comment.
5285
5286 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
5287
5288         PR bootstrap/14893
5289         * Make-lang.in (java.install-man): Install from either build
5290         tree or source tree, whichever has the file first.
5291
5292 2004-08-05  Nathan Sidwell  <nathan@codesourcery.com>
5293
5294         * jcf-parse.c (get_constant): Adjust force_fit_type call.
5295         * lex.h (SET_LVAL_NODE_TYPE): Remove.
5296         * lex.c (java_perform_atof): Use SET_LVAL_NODE directly.
5297         (do_java_lex): Likewise. Adjust force_fit_type call.
5298
5299 2004-08-04  Roger Sayle  <roger@eyesopen.com>
5300             Andrew Haley  <aph@redhat.com>
5301
5302         * typeck.c (convert_ieee_real_to_integer): Call fold on the range
5303         checking trees as they're being built.
5304         (convert): Call convert_ieee_real_to_integer if we're
5305         converting a constant, even if we're writing a class file.
5306
5307 2004-08-02  Bryce McKinlay  <mckinlay@redhat.com>
5308
5309         PR java/16701
5310         * parse.y (fold_constant_for_init): Call resolve_field_access with
5311         correct current_class context.
5312
5313 2004-08-01  Roger Sayle  <roger@eyesopen.com>
5314
5315         * decl.c (update_aliases, initialize_local_variable): Replace calls
5316         to build with calls to buildN.
5317         * java-gimplify.c (java_gimplify_modify_expr): Likewise.
5318         * java-tree.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Likewise.
5319         * parse.h (BUILD_THROW): Likewise.
5320         * parse.y (switch_expression, synchronized_statement,
5321         catch_clause_parameter, array_creation_expression,
5322         conditional_expression, make_qualified_name,
5323         resolve_qualified_expression_name, patch_method_invocation,
5324         patch_invoke, build_method_invocation, build_new_invocation,
5325         build_assignment, patch_assignment, build_binop, patch_binop,
5326         build_string_concatenation, build_incdec, patch_unaryop,
5327         patch_cast, build_array_ref, build_newarray_node, patch_newarray,
5328         patch_return, build_if_else_statement, build_labeled_block,
5329         build_new_loop, build_loop_body, build_bc_statement,
5330         build_assertion, encapsulate_with_try_catch, build_try_statement,
5331         build_try_finally_statement, patch_synchronized_statement,
5332         emit_test_initialization): Likewise, replace build with buildN.
5333
5334 2004-07-28  Eric Christopher  <echristo@redhat.com>
5335
5336         * lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
5337         (java_unsafe_for_reeval): Ditto.
5338
5339 2004-07-26    <hp@bitrange.com>
5340
5341         * parse.y (build_super_invocation): Adjust declaration order to
5342         avoid declaration after statement.
5343
5344 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
5345
5346         * decl.c: Rename all identifiers named `class' to `cl'.
5347
5348 2004-07-25  Richard Henderson  <rth@redhat.com>
5349
5350         * decl.c (build_result_decl): Set DECL_ARTIFICIAL and DECL_IGNORED_P.
5351
5352 2004-07-23  Mike Stump  <mrs@apple.com>
5353
5354         * boehm.c (set_bit): Improve type safety wrt unsignedness.
5355         * gjavah.c (throwable_p, decode_signature_piece,
5356         print_full_cxx_name, print_include, add_namelet, add_class_decl,
5357         process_file): Likewise.
5358         * jcf-dump.c (main): Likewise.
5359         * jcf-io.c (read_zip_member): Likewise.
5360         * jcf-parse.c (HANDLE_CONSTANT_Utf8, get_constant,
5361         give_name_to_class, get_class_constant): Likewise.
5362         * jcf-write.c (find_constant_wide, push_long_const,
5363         generate_classfile): Likewise.
5364         * lex.c (java_new_lexer, java_read_char, cxx_keyword_p): Likewise.
5365         * parse.y (read_import_dir): Likewise.
5366         * typeck.c (parse_signature_type): Likewise.
5367         * verify.c (verify_jvm_instructions): Likewise.
5368         * zextract.c (find_zip_file_start, read_zip_archive): Likewise.
5369
5370 2004-07-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
5371
5372         * Make-lang.in: Replace rmic and rmiregistry references with
5373         grmic and grmiregistry.
5374         * gcj.texi: Likewise.
5375
5376 2004-07-20  Andrew Haley  <aph@redhat.com>
5377
5378         PR java/16431.
5379         * verify.c (verify_jvm_instructions): Comment change only.
5380
5381         * typeck.c (build_java_array_type): Add size field to array name.
5382
5383         * java-tree.h (LOCAL_SLOT_P): New.
5384         (update_aliases): Add PC argument.
5385         (pushdecl_function_level): New function.
5386
5387         * java-gimplify.c (java_gimplify_expr): Handle VAR_DECL,
5388         MODIFY_EXPR, and SAVE_EXPR.
5389         (java_gimplify_modify_expr): New function.
5390
5391         * expr.c (push_type_0): Call find_stack_slot() to create temporary.
5392         (expand_iinc): Pass PC to update_aliases().
5393         (STORE_INTERNAL): Likewise.
5394         (process_jvm_instruction): Likewise.
5395
5396         * decl.c (base_decl_map): New variable.
5397         (uniq): New variable.
5398         (update_aliases): Rewrite with more thorough checking.
5399         (debug_variable_p): New function.
5400         (push_jvm_slot): Don't initialize local variable.  Don't pushdecl.
5401         (check_local_named_variable): Delete whole function.
5402         (initialize_local_variable): New function.
5403         (check_local_unnamed_variable): Add checks and comments.
5404         (find_local_variable): Rewrite.
5405         (java_replace_reference): New function.
5406         (function_binding_level): New variable.
5407         (pushdecl_function_level): New function.
5408         (maybe_pushlevels): Set DECL_LOCAL_END_PC.
5409         (maybe_pushlevels): Call pushdecl() on each of the new decls.
5410         (start_java_method): Reset uniq.  Create base_decl_map.  Set
5411         function_binding_level.
5412         (end_java_method): Null unused fields to save memory.
5413
5414 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
5415
5416         * class.c (add_interface_do): Remove.
5417         (set_super_info, interface_of_p, maybe_add_interface,
5418         add_interface, make_class_data, layout_class,
5419         add_miranda_methods): Adjust BINFO accessors and addition.
5420         * expr.c (can_widen_reference_to, lookup_field): Adjust BINFO
5421         accessors.
5422         * jcf-write.c (generate_classfile): Likewise.
5423         * parse.y (patch_anonymous_class, check_inner_circular_reference,
5424         check_circular_reference, java_complete_class,
5425         check_abstract_method_definitions,
5426         java_check_abstract_method_definitions,
5427         check_interface_throws_clauses, java_check_abstract_methods,
5428         lookup_java_interface_method2,
5429         find_applicable_accessible_methods_list): Adjust BINFO accessors
5430         and addition.
5431         * typeck.c (find_method_in_interfaces): Adjust BINFO accessors.
5432
5433 2004-07-18  Roger Sayle  <roger@eyesopen.com>
5434
5435         * builtins.c (max_builtin, min_builtin,
5436         java_build_function_call_expr): Replace calls to build with buildN.
5437         * class.c (build_class_ref, build_static_field_ref,
5438         get_dispatch_table, make_class_data, layout_class_method): Likewise.
5439         * constants.c (build_ref_from_constant_pool): Likewise.
5440         * decl.c (update_aliases, push_jvm_slot, poplevel, finish_method,
5441         add_stmt_to_compound): Likewise.
5442         * except.c (build_exception_object_ref, expand_end_java_handler):
5443         Likewise.
5444         * java-gimplify.c (java_gimplify_case_expr,
5445         java_gimplify_default_expr, java_gimplify_block,
5446         java_gimplify_new_array_init, java_gimplify_try_expr): Likewise.
5447         * jcf-write.c (generate_bytecode_insns): Likewise.
5448         * typeck.c (convert_ieee_real_to_integer): Likewise.
5449
5450 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5451
5452         * java-tree.h (builtin_function): Declare.
5453
5454 2004-07-16  Steven Bosscher  <stevenb@suse.de>
5455
5456         * parse.y (java_complete_expand_methods, java_expand_classes): Don't
5457         abuse restore_line_number_status.
5458
5459 2004-07-15  Frank Ch. Eigler  <fche@redhat.com>
5460
5461         g++/15861
5462         * jcf-parse.c (java_emit_static_constructor): Specify default
5463         priority.
5464
5465 2004-07-13  Per Bothner  <per@bothner.com>
5466
5467         * java-tree.h (all_class_filename):  Remove useless macro.
5468         (enum java_tree_index):  Remove JTI_ALL_CLASS_FILENAME constant.
5469         (BUILD_FILENAME_IDENTIFIER_NODE):  Remove useless macro.
5470         * parse.y (java_parser_context_restore_global):  Replace
5471         BUILD_FILENAME_IDENTIFIER_NODE by plain get_identifier.
5472         * jcf-parse.c (read_class, java_parse_file):  Likewise.
5473
5474 2004-07-12  Bryce McKinlay  <mckinlay@redhat.com>
5475
5476         PR java/16474
5477         gjavah.c (print_field_info): Emit constant only if field is static.
5478
5479 2004-07-11  Roger Sayle  <roger@eyesopen.com>
5480
5481         * expr.c (java_truthvalue_conversion, flush_quick_stack,
5482         java_stack_swap, java_stack_dup, build_java_athrow, build_java_jsr,
5483         build_java_ret, build_java_throw_out_of_bounds_exception,
5484         build_java_array_length_access, java_check_reference,
5485         build_java_arrayaccess, build_java_arraystore_check, build_newarray,
5486         build_anewarray, expand_java_multianewarray, expand_java_arraystore,
5487         expand_java_arrayload, build_java_monitor, expand_java_return,
5488         expand_load_internal, expand_java_NEW, build_get_class,
5489         build_instanceof, expand_java_CHECKCAST, expand_iinc,
5490         build_java_soft_divmod, build_java_binop, build_field_ref,
5491         expand_compare, expand_java_goto, expand_java_switch,
5492         expand_java_add_case, build_class_init, build_known_method_ref,
5493         invoke_build_dtable, build_invokevirtual, build_invokeinterface,
5494         expand_invoke, build_jni_stub, expand_java_field_op,
5495         java_expand_expr, expand_byte_code, STORE_INTERNAL,
5496         force_evaluation_order, emit_init_test_initialization): Convert
5497         calls to "build" into calls to the prefered "buildN" functions.
5498
5499 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5500
5501         * java-tree.h (set_block): Remove.
5502         * lang.c (java_clear_binding_stack): New.
5503         (LANG_HOOKS_CLEAR_BINDING_STACK): Define.
5504         * decl.c (struct binding_level): Remove this_block.
5505         (clear_binding_level): Likewise.
5506         (poplevel): Don't handle this_block.
5507         (set_block): Remove.
5508
5509 2004-07-10  Bryce McKinlay  <mckinlay@redhat.com>
5510
5511         * class.c (common_enclosing_context_p): Remove statement with no
5512         side-effects.
5513
5514 2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>
5515
5516         PR java/8618
5517         * parse.y (create_anonymous_class): Remove 'location' argument. Use
5518         the WFL from TYPE_NAME to get line number for the decl. Fix comment.
5519         (craft_constructor): Inherit access flags for implicit constructor
5520         from the enclosing class.
5521         (create_class): Fix comment typo.
5522         (resolve_qualified_expression_name): Pass type of qualifier to
5523         not_accessible_p, not the type in which target field was found.
5524         (not_accessible_p): Handle inner classes. Expand protected
5525         qualifier-subtype check to enclosing instances, but don't apply this
5526         check to static members. Allow protected access to inner classes
5527         of a subtype. Allow private access within common enclosing context.
5528         (build_super_invocation): Get WFL line number info from current
5529         class decl.
5530         (build_incomplete_class_ref): Update for new create_anonymous_class
5531         signature.
5532         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Use
5533         common_enclosing_instance_p.
5534         * class.c (common_enclosing_context_p): New. Determine if types
5535         share a common enclosing context, even across static contexts.
5536         (common_enclosing_instance_p): Renamed from
5537         common_enclosing_context_p. Determines if types share a common
5538         non-static enclosing instance.
5539         * java-tree.h (common_enclosing_instance_p): Declare.
5540         * jcf-write.c (get_method_access_flags): New. Surpress private flag
5541         for inner class constructors.
5542         (generate_classfile): Use get_method_access_flags.
5543
5544 2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>
5545
5546         * class.c (interface_of_p): Check for null TYPE_BINFO.
5547
5548 2004-07-09  Nathan Sidwell  <nathan@codesourcery.com>
5549
5550         * class.c (make_class): Do not create binfo here.
5551         (set_super_info): Create it here.
5552         * java-tree.h (CLASS_HAS_SUPER): Cope with lack of a binfo.
5553
5554 2004-07-08  Richard Henderson  <rth@redhat.com>
5555
5556         * expr.c (case_identity, get_primitive_array_vtable,
5557         java_expand_expr, emit_init_test_initialization): Remove.
5558         * java-tree.h (java_expand_expr): Remove.
5559         * lang.c (LANG_HOOKS_EXPAND_EXPR): Remove.
5560
5561 2004-07-07  Per Bothner  <per@bothner.com>
5562
5563         * class.c (build_static_field_ref):  Add a NOP_EXPR; otherwise we
5564         get internal error due to mismatched types.
5565
5566         * gcj.texi (Invoking gij):  Document new -verbose:class flag.
5567
5568         * gcj.texi (Linking):   New node.  Document -lgij usage.
5569
5570 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
5571
5572         * java-tree.h (CLASSTYPE_SPUER): Adjust BINFO macros.
5573         (TYPE_NVIRTUALS, TYPE_VTABLE): Likewise.
5574         * java/class.c (set_super_info, class_depth, interface_of_p,
5575         maybe_add_interface, add_interface, make_class_data,
5576         layout_class, add_miranda_methods): Adjust BINFO macros.
5577         * expr.c (can_widen_reference_to, lookup_field): Likewise.
5578         * jcf-write.c (generate_classfile): Likewise.
5579         * parse.y (patch_anonymous_class,
5580         check_inner_circular_reference, check_circular_reference,
5581         java_complete_class, check_abstract_method_definitions,
5582         java_check_abstract_method_definitions,
5583         check_interface_throws_clauses, java_check_abstract_methods,
5584         lookup_java_interface_method2,
5585         find_applicable_accessible_methods_list): Likewise.
5586         * typeck.c (find_method_in_interface): Likewise.
5587         * verify.c (merge_types): Likewise.
5588
5589 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5590
5591         * java-tree.h (CLASS_HAS_SUPER_FLAG): Use BINFO_FLAG_1.
5592         * class.c (add_interface_do): Use BINFO_VIRTUAL_P.
5593
5594 2004-07-05  Nathan Sidwell  <nathan@codesourcery.com>
5595
5596         * class.c (make_class): Use make_tree_binfo.
5597         (set_super_info, add_interface_do): Likewise.
5598         * java-tree.h (CLASS_HAS_SUPER_FLAG): Expect a BINFO.
5599
5600 2004-07-04  Ranjit Mathew  <rmathew@hotmail.com>
5601
5602         * verify.c: Correct array element access formatting thinko.
5603
5604 2004-07-04  Ranjit Mathew  <rmathew@hotmail.com>
5605
5606         * verify.c: Insert a short blurb at the start referring to the JVMS.
5607         (merge_type_state): Remove redundant nested if statement.
5608         (verify_jvm_instructions): Ensure current_subr is initialised to
5609         NULL_TREE.
5610         Minor formatting fixes all over the place.
5611
5612 2004-07-02  Richard Henderson  <rth@redhat.com>
5613
5614         * jcf-write.c (generate_bytecode_insns <case SAVE_EXPR>): Rewrite.
5615
5616 2004-07-01  Richard Henderson  <rth@redhat.com>
5617
5618         * class.c (registerClass_libfunc): Remove.
5619         (init_class_processing): Don't set it.
5620         (emit_register_classes): Take list_p parameter.  Fill it in
5621         with _Jv_RegisterClass calls.
5622         * decl.c (java_init_decl_processing): Don't call
5623         init_resource_processing.
5624         * jcf-parse.c (java_emit_static_constructor): New.
5625         (java_parse_file): Call it.
5626         * resource.c (registerResource_libfunc): Remove.
5627         (init_resource_processing): Remove.
5628         (write_resource_constructor): Take list_p parameter.  Fill it in
5629         with _Jv_RegisterResource calls.
5630         * java-tree.h: Update prototypes.
5631
5632 2004-06-29  Bryce McKinlay  <mckinlay@redhat.com>
5633
5634         PR java/1262
5635         * class.c (layout_class_method): Do not override package-private
5636         method if its in a different package.
5637         (split_qualified_name): Move here from parse.y. Rename from
5638         breakdown_qualified. Add comment.
5639         (in_same_package): Move here from parse.y. Add comment.
5640         * java-tree.h (break_down_qualified, in_same_package): Declare.
5641         (in_same_package): Likewise.
5642         * parse.y (breakdown_qualified, in_same_package): Moved to class.c.
5643         Callers updated.
5644
5645 2004-06-29  Andrew Haley  <aph@redhat.com>
5646
5647         * except.c (expand_start_java_handler): Push a new binding level.
5648         Don't build a TRY_CATCH_EXPR now, we'll do it later.  Call
5649         register_exception_range() to register where we'll do it.
5650         (expand_end_java_handler): Remove old bogus code.  Replace with
5651         new logic that simply builds TRY_CATCH_EXPRs and inserts them at
5652         the top of the expression we're curently building.
5653         (maybe_end_try): Delete.
5654         * decl.c (binding_level.exception_range): New field.
5655         (clear_binding_level): Add field exception_range.  Reformat.
5656         (poplevel): Call expand_end_java_handler().
5657         (poplevel): Call java_add_stmt only if functionbody is false.
5658         (maybe_poplevels): Don't call maybe_end_try() from here.
5659         (end_java_method): Clear no longer used trees in function decl.
5660         (register_exception_range): New function.
5661         * java-tree.h (register_exception_range, struct eh_range): Declare.
5662
5663 2004-06-28  Bryce McKinlay  <mckinlay@redhat.com>
5664
5665         * jcf-write.c (get_classfile_modifiers): Formatting fixes.
5666
5667 2004-06-27  Ranjit Mathew  <rmathew@hotmail.com>
5668
5669         Formatting fixes.
5670         * expr.c (class_has_finalize_method): Fix method name indentation.
5671         (expand_java_call): Remove K&R style parameter declaration.
5672         (expand_invoke): Fix statement indentation.
5673         (expand_java_field_op): Likewise.
5674         * parse-scan.y: Fix typo.
5675         (reset_report): Fix method name indentation.
5676         * parse.y (unresolved_type_p, build_expr_block): Remove extra blank
5677         line. Fix typos.
5678         * verify.c (verify_jvm_instructions): Document parameters, insert
5679         page break.
5680         * lang.c (lang_init_source): Fix method name indentation.
5681         * class.c (common_enclosing_context_p): Likewise.
5682         (emit_symbol_table): Fix parameter list indentation.
5683         * decl.c (add_stmt_to_compound, java_add_stmt): Remove K&R style
5684         parameter declaration.
5685         * constants.c: Fix copyright notice indentation.
5686         * typeck.c (find_method_in_superclasses): Fix parameter list
5687         indentation.
5688         (find_method_in_interfaces): Likewise.
5689         * zextract.c (makelong): Fix method name indentation.
5690
5691 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
5692
5693         PR java/15715.
5694         * parse.y (create_interface): Set correct access modifiers for
5695         interfaces.
5696         * jcf-write.c (get_classfile_modifiers): New function.
5697         (generate_classfile): Use get_classfile_modifiers, not
5698         get_access_flags.
5699
5700 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
5701
5702         * parse.y (register_incomplete_type): Set JDEP_ENCLOSING for "super"
5703         dependency to current parser context, not NULL_TREE, for top-level
5704         classes.
5705         (jdep_resolve_class): Enable member access check for all inner
5706         class dependencies.
5707
5708 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
5709
5710         * parse.y (qualify_and_find): Pass type decl, not identifier, to
5711         load_class.
5712
5713 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
5714
5715         PR java/15734
5716         * expr.c (expand_java_field_op): Ensure that target class for static
5717         field access has been loaded.
5718
5719 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
5720             Ranjit Mathew  <rmathew@hotmail.com>
5721
5722         PR java/1207, java/16178
5723         * jcf-parse.c (load_class): Return immediately if passed a type decl
5724         where CLASS_FROM_SOURCE_P is set. Remove FIXME.
5725         * parse.y (do_resolve_class): Remove checks for CLASS_FROM_SOURCE_P
5726         before calling load_class.
5727         (qualify_and_find): Likewise.
5728         (find_in_imports_on_demand): Likewise.
5729         (find_applicable_accessible_methods_list): Likewise.
5730
5731 2004-06-24  Bryce McKinlay  <mckinlay@redhat.com>
5732
5733         * parse.y (java_layout_seen_class_methods): Don't call load_class
5734         on class defined by source parser.
5735
5736 2004-06-23  Bryce McKinlay  <mckinlay@redhat.com>
5737
5738         * parse.y (set_nested_class_simple_name_value): Removed.
5739         (java_complete_expand_class): Remove calls to
5740         set_nested_class_simple_name_value.
5741
5742 2004-06-22  Andrew Haley  <aph@redhat.com>
5743             Ranjit Mathew  <rmathew@hotmail.com>
5744
5745         Fixes PR java/16113.
5746         * decl.c (force_poplevels): Remove call to expand_end_bindings.
5747
5748 2004-06-22  Ranjit Mathew  <rmathew@hotmail.com>
5749
5750         * parse.y (create_class): Correct diagnostic message about
5751         java.lang.Object extending anything else.
5752
5753 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5754
5755         * class.c (build_class_ref): Add new operand for COMPONENT_REF.
5756         (build_static_field_ref): Likewise and add new operands for ARRAY_REF.
5757         * constants.c (build_ref_from_constant_pool): Likewise.
5758         * expr.c (build_java_array_length_access): Likewise.
5759         (build_get_class, build_field_ref, build_known_method_ref): Likewise.
5760         (invoke_build_dtable, build_invokevirtual): Likewise.
5761         (build_invokeinterface, java_expand_expr): Likewise.
5762         (emit_init_test_initialization): Likewise.
5763         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
5764         * parse.y (make_qualifed_name, build_array_ref): Likewise.
5765
5766 2004-06-21  Andrew Haley  <aph@redhat.com>
5767
5768         * java-gimplify.c (java_gimplify_block): set TREE_USED on the new
5769         block.
5770
5771 2004-06-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5772
5773         * jcf.h (struct JCF): Change java_source, right_zip and finished
5774         to unsigned int.
5775         * lex.h (struct java_lexer): Change hit_eof, read_anything,
5776         byte_swap and use_fallback to unsigned int.
5777         * parse.h (struct _jdep): Change flag0 to unsigned int.
5778
5779 2004-06-17  Ranjit Mathew  <rmathew@hotmail.com>
5780
5781         Fixes PR java/13948
5782         * parse.y (java_layout_seen_class_methods): Ensure class is loaded
5783         before trying to lay out its methods.
5784         * jcf-parse.c (read_class): Track parsed files using canonical paths
5785         obtained via lrealpath from libiberty.
5786         (java_parse_file): Likewise.
5787         (parse_source_file_1): Rename formal parameter to reflect its
5788         modified purpose. Minor formatting fix.
5789
5790 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
5791
5792         * class.c (emit_register_classes): Make the function uninlinable,
5793         do not set current_function_cannot_inline.
5794         * resource.c (write_resource_constructor): Do not reset
5795         flag_inline_functions around rest_of_compilation.
5796
5797 2004-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
5798
5799         PR java/15769
5800         * expr.c (java_truthvalue_conversion): Handle
5801         UNEQ_EXPR, UNLE_EXPR, UNGE_EXPR, UNLT_EXPR, UNGT_EXPR,
5802         ORDERED_EXPR, and UNORDERED_EXPR as comparison operators,
5803         i.e. return the expression.
5804
5805 2004-06-03 Mark G. Adams  <mark.g.adams@sympatico.ca>
5806
5807         * gjavah.c: Include version.h
5808
5809 2004-05-31  Bryce McKinlay  <mckinlay@redhat.com>
5810
5811         * jcf-write.c (generate_bytecode_conditional): Correct handling
5812         of unordered conditionals. Add comment.
5813
5814 2004-05-29  Ranjit Mathew  <rmathew@hotmail.com>
5815             Per Bothner  <per@bothner.com>
5816
5817         * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a
5818         local variable was initialised upon declaration.
5819         * parse.y (declare_local_variables): Set DECL_LOCAL_FINAL_IUD if
5820         variable was final and initialised upon declaration.
5821         * check-init.c (check_final_reassigned): Give error only if a blank
5822         final is not definitely unassigned or if an initialised final is
5823         reassigned.
5824         (check_bool_init): Respect JLS2 16.1.7 requirements for boolean
5825         assignment expressions. Remove case MODIFY_EXPR, label do_default.
5826         (check_init): Perform initialised-variable-removing-optimisation
5827         only on non-final local variables.
5828
5829 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
5830
5831         * jcf-write.c (generate_bytecode_conditional): Handle binops
5832         UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR,
5833         and LTGT_EXPR.
5834         (generate_bytecode_insns): Likewise.
5835
5836 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
5837
5838         * check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
5839         UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.
5840
5841 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
5842
5843         * gcj.texi (Object allocation): Remove _Jv_AllocBytes.
5844         (Mixing with C++): Document JvAllocBytes and RawDataManaged.
5845
5846 2004-05-26  Bryce McKinlay  <mckinlay@redhat.com>
5847
5848         * decl.c (struct binding_level): Add GTY marker. Compile
5849         binding_depth unconditionally.
5850         (current_binding_level, free_binding_level, global_binding_level):
5851         Likewise.
5852         (clear_binding_level): Unconditionally set binding_depth.
5853         (make_binding_level): Use ggc_alloc_cleared, not xmalloc.
5854
5855 2004-05-26  Bryce McKinlay  <mckinlay@redhat.com>
5856
5857         * lex.c (java_new_lexer): Set 'encoding'.
5858         (java_read_char): Improve error message for unrecognized characters.
5859         * lex.h (struct java_lexer): New field 'encoding'.
5860
5861 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5862
5863         * Make-lang.in: Link in $(LIBCPP) instead of mkdeps.o.
5864
5865 2004-05-21  Mark Wielaard  <mark@klomp.org>
5866
5867         * gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not
5868         extern.
5869
5870 2004-05-19  Paolo Bonzini  <bonzini@gnu.org>
5871
5872         * typeck.c: Remove non-printable character 160.
5873
5874 2004-05-17  Ranjit Mathew  <rmathew@hotmail.com>
5875
5876         * check-init.c: Correct minor typos.
5877
5878 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5879
5880         * Make-lang.in, expr.c, java-gimplify.c: Rename
5881         tree-simple.[ch] to tree-gimple.[ch].
5882
5883 2004-05-14  Ranjit Mathew  <rmathew@hotmail.com>
5884
5885         * java-gimplify.c (java_gimplify_expr): Correct minor typos.
5886
5887 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5888
5889         Merge from tree-ssa-20020619-branch.  See
5890         ChangeLog.tree-ssa for details.
5891
5892         * Make-lang.in, builtins.c, check-init.c, class.c,
5893         constants.c, decl.c, except.c, expr.c, java-except.h,
5894         java-tree.def, java-tree.h, jcf-parse.c, jcf-write.c,
5895         lang.c, lang.opt, parse.y, resource.c: Merged.
5896         * java-gimplify.c: New file.
5897
5898 2004-05-10  Andrew Haley  <aph@redhat.com>
5899
5900         * parse.y (create_class): Set TYPE_VFIELD.
5901         * decl.c (java_init_decl_processing): Likewise.
5902
5903         * expr.c (build_invokevirtual): Remove DECL_VINDEX offset adjustment.
5904         * class.c (make_method_value): Replace DECL_VINDEX with call to
5905         get_method_index().
5906         (get_dispatch_vector): Likewise.
5907         (layout_class_method): Likewise.
5908         Replace set of DECL_VINDEX with call to set_method_index().
5909         (set_method_index): New function.
5910         (get_method_index): New function.
5911         * java-tree.h (set_method_index): New function decl.
5912         (get_method_index): New function decl.
5913
5914 2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>
5915
5916         * parse.y (check_pkg_class_access): Add new argument
5917         and use it when cl is NULL to call lookup_cl on it.
5918         (parser_check_super_interface): Do not call lookup_cl.
5919         Pass this_decl to check_pkg_class_access and NULL
5920         instead of lookup_cl.
5921         (parser_check_super): Update for change in
5922         check_pkg_class_access.
5923         (do_resolve_class): Likewise.
5924         (process_imports): Likewise.
5925         (find_in_imports_on_demand): Likewise.
5926         (resolve_qualified_expression_name): Likewise.
5927
5928 2004-05-06  Ranjit Mathew  <rmathew@hotmail.com>
5929
5930         Fixes PR java/9685, PR java/15073
5931         * parse.y (accessibility_string): New method.
5932         (not_accessible_field_error): Use accessibility_string()
5933         instead of java_accstring_lookup().
5934         (resolve_qualified_expression_name): Check with
5935         check_pkg_class_access() before allowing access using
5936         qualified names.
5937         Fix comment typo.
5938         Use check_pkg_class_access() instead of not_accessible_p()
5939         for unqualified types.
5940         (not_accessible_p): Use DECL_CONTEXT (member) instead of
5941         REFERENCE for package-private access checking.
5942         (patch_method_invocation): Use accessibility_string() instead
5943         of java_accstring_lookup().
5944
5945 2004-04-30  Ranjit Mathew  <rmathew@hotmail.com>
5946
5947         Fixes PR java/15133
5948         * gjavah.c (struct method_name): Add member is_native.
5949         (overloaded_jni_method_exists_p): Match candidate method only if
5950         it is native.
5951         (print_method_info): Initialise is_native flag from the method's
5952         access flags.
5953
5954 2004-04-30  Roger Sayle  <roger@eyesopen.com>
5955
5956         * builtins.c (java_builtins): Add acos, asin, ceil and floor.
5957         (initialize_builtins): Likewise, define acos, asin, ceil and floor.
5958
5959 2004-04-22  Roger Sayle  <roger@eyesopen.com>
5960
5961         * resource.c (write_resource_constructor): Guard call to possibly
5962         NULL targetm.asm_out.constructor with targetm.have_ctors_dtors.
5963
5964 2004-04-19  Bryce McKinlay  <mckinlay@redhat.com>
5965
5966         * class.c (make_class_data): Add new field aux_info.
5967         * decl.c (java_init_decl_processing): Push type and decl for
5968         `aux_info'.
5969
5970 2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>
5971
5972         * expr.c (expand_java_NEW): Don't use size argument for
5973         _Jv_AllocObject calls.
5974         * parse.y (patch_invoke): Likewise.
5975
5976 2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
5977
5978         * expr.c (build_invokeinterface): Remove unused variables to
5979         fix warnings.
5980
5981 2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
5982
5983         * class.c (get_interface_method_index): New function. Return dispatch
5984         index for interface method.
5985         (make_method_value): For interface methods, set index field to
5986         iface dispatch index, not DECL_VINDEX.
5987         * expr.c (build_invokeinterface): Use get_interface_method_index.
5988
5989 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5990
5991         * jcf-write.c (generate_bytecode_insns): Use TYPE_UNSIGNED.
5992
5993 2004-03-31  Andrew Haley  <aph@redhat.com>
5994
5995         PR java/14104
5996         * jcf-io.c (opendir_in_zip): Tidy up error handling.
5997
5998 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
5999
6000         * builtins.c, expr.c, jcf.h, parse.h: Use new shorter
6001         form of GTY markers.
6002
6003 2004-03-25  Marcus Meissner  <meissner@suse.de>
6004
6005         PR java/14689:
6006         * jcf-path.c (jcf_path_extdirs_arg): Add missing closedir.
6007
6008 2004-03-23  Tom Tromey  <tromey@redhat.com>
6009
6010         PR java/14315:
6011         * jcf-write.c (make_class_file_name): Don't report if mkdir
6012         failed with EEXIST.
6013
6014 2004-03-23  Tom Tromey  <tromey@redhat.com>
6015
6016         * gcj.texi (Extensions): Document GCJ_PROPERTIES.
6017
6018 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
6019
6020         * class.c, gjavah.c, lang.c: Fix comment typos.
6021         * gcj.texi: Fix typos.
6022
6023 2004-03-19  Per Bothner  <per@bothner.com>
6024
6025         * gcj.texi (Code Generation):  Document new flags and assert defaults.
6026
6027         * class.c (assume_compiled_node_struct):  Rename type to
6028         class_flag_node_struct, as it is now also used for enable_assertions.
6029         Rename assume_compiled_node typedef.  Rename excludep field to value.
6030         (find_assume_compiled_node):  Rename function to find_class_flag_node.
6031         Minor optimization - avoid needless strlen.
6032         (add_assume_compiled):  Some tweaking and optimization.
6033         Rename and generalize to add_class_flag takem an extra parameter.
6034         (add_assume_compled):  New just calls add_class_flag.
6035         (add_enable_assert, enable_assertions):  New functions.
6036         (enable_assert_tree):  New static.
6037         * java-tree.h (add_enable_assert, enable_assertions): New declarations.
6038         * lang.opt (fenable-assertions, fenable-assertions=,
6039         fdisable-assertions, fdisable-assertions=):  New options.
6040         * lang.c (java_handle_option):  Handle new options.
6041         * parse.y (build_incomplete_class_ref):  Handle class$ in an inner
6042         class in an interface - create helper class nested in outer interface.
6043         (build_assertion):  Short-circuit if enable_assertions is false.
6044
6045 2004-03-18  Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6046
6047         * java-tree.h: Changes throughout to add checking to macros
6048         and numerous whitespace changes.
6049         (VAR_OR_FIELD_CHECK): New macro.
6050         * jcf-write.c (get_access_flags): Use FIELD_PUBLIC, METHOD_PUBLIC,
6051         FIELD_FINAL, and METHOD_FINAL instead of CLASS_PUBLIC and CLASS_FINAL.
6052
6053 2004-03-16  Per Bothner  <per@bothner.com>
6054
6055         * jcf-jump.c (options):  New --print-constants option.
6056         * gcj.texi (Invoking jcf-dump):  Document --print-constants.
6057
6058         * jcf-dump.c (flag_print_constant_pool):  Default to off.
6059         (print_constant_terse_with_index):  New helper function.
6060         (various places):  Check flag_print_constant_pool where missing.
6061         (main):  If verbose set flag_print_constant_pool.
6062         (HANDLE_INNERCLASSES_ATTRIBUTE):  Null inner class name is anonymous.
6063
6064 2004-03-15  Andrew Haley  <aph@redhat.com>
6065
6066         PR java/14581
6067         * parse.y (java_complete_lhs): Check that final variable has an
6068         initializer.
6069
6070 2004-03-12  Andrew Haley  <aph@redhat.com>
6071
6072         PR java/14551
6073         * typeck.c (convert): Clear TREE_OVERFLOW after an integer
6074         conversion.
6075
6076 2004-02-29  Roger Sayle  <roger@eyesopen.com>
6077
6078         * jcf-parse.c (java_parse_file): Handle the case that input_filename
6079         is NULL.
6080
6081 2004-02-27  Per Bothner  <per@bothner.com>
6082
6083         * parse.y (build_assertion):  Re-do 02-25 change following Jeff Sturm
6084         suggestion:  Use build_incomplete_class_ref.
6085         This fixes PR java/13508, java/11714.
6086
6087 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
6088
6089         * java/parse.h: Update copyright.
6090
6091 2004-02-26  Andrew Haley  <aph@redhat.com>
6092
6093         PR java/14231:
6094         * parse.y (check_interface_throws_clauses): Check for
6095         !METHOD_INVISIBLE (iface_method).
6096         * class.c (layout_class_methods): Check for CLASS_INTERFACE as
6097         well as CLASS_ABSTRACT.
6098
6099 2004-02-25  Per Bothner  <per@bothner.com>
6100
6101         * parse.y (build_assertion):  If we're in an inner class, create the
6102         class$ helper routine in the outer class.
6103
6104 2004-02-19  Richard Henderson  <rth@redhat.com>
6105
6106         * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
6107
6108 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6109
6110         * Make-lang.in (java.install-man): Add extra dependencies.
6111
6112 2004-02-13  Geoffrey Keating  <geoffk@apple.com>
6113
6114         * Make-lang.in: Install man pages under the same names
6115         (possibly transformed) as the program they document.
6116
6117 2004-02-10  Joseph S. Myers  <jsm@polyomino.org.uk>
6118
6119         * gjavah.c: Include "intl.h".
6120         (error): New function.
6121         (main): Call gcc_init_libintl.
6122         (get_field_name, throwable_p, print_c_decl, print_full_cxx_name,
6123         print_stub_or_jni, process_file, main): Use error rather than
6124         fprintf.
6125         (print_method_info, usage, help, version, main): Mark strings for
6126         translation with _.  Avoid splitting up sentences.  Send
6127         information messages to stdout.
6128         * jcf-dump.c: Include "intl.h".
6129         (main): Call gcc_init_libintl.
6130         (process_class, usage, help, version, main, CHECK_PC_IN_RANGE):
6131         Mark error, usage and version messages for translation with _.
6132         Avoid splitting up sentences.
6133         * jv-scan.c: Include "intl.h".
6134         (fatal_error, warning): Change parameter s to msgid.  Translate
6135         messages.
6136         (main): Call gcc_init_libintl.
6137         (usage, help, version): Mark error, usage and version messages for
6138         translation with _.  Avoid splitting up sentences.
6139         * jvgenmain.c: Include "intl.h".
6140         (main): Call gcc_init_libintl.
6141         (usage, main): Mark error messages for translation with _.
6142         * Make-lang.in (GCJH_OBJS, JVSCAN_OBJS, JCFDUMP_OBJS,
6143         JVGENMAIN_OBJS): Add intl.o.
6144         (java/jcf-dump.o, java/gjavah.o, java/jv-scan.o,
6145         java/jvgenmain.o): Update dependencies.
6146
6147 2004-02-08  Per Bothner  <per@bothner.com>
6148
6149         * parse.y (resolve_qualified_expression_name):  In case of inaccessible
6150         class don't use not_accessible_field_error, which can get confused.
6151
6152 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6153
6154         Make-lang.in (po-generated):  Delete.
6155
6156 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6157
6158         * Make-lang.in (java/decl.o, java/expr.o, java/parse.o):
6159         Depend on target.h.
6160         * decl.c: Include target.h.
6161         (start_java_method): Replace PROMOTE_PROTOTYPES with
6162         targetm.calls.promote_prototypes.
6163         * expr.c: Include target.h.
6164         (pop_arguments): Replace PROMOTE_PROTOTYPES with
6165         targetm.calls.promote_prototypes.
6166         * parse.y: Include target.h.
6167         (start_complete_expand_method): Replace PROMOTE_PROTOTYPES
6168         with targetm.calls.promote_prototypes.
6169
6170 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6171
6172         * typeck.c: Update copyright.
6173
6174 2004-02-02  Tom Tromey  <tromey@redhat.com>
6175
6176         * decl.c (java_init_decl_processing): Remove duplicate
6177         gnu/gcj/RawData.
6178
6179 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
6180
6181         * Make-lang.in (doc/gcj.dvi): Use $(abs_docdir).
6182
6183 2004-01-28  Andrew Pinski  <pinskia@physics.uc.edu>
6184
6185         * expr.c (build_field_ref): Move variable
6186         definition up.
6187
6188 2004-01-28  Andrew Haley  <aph@redhat.com>
6189
6190         * expr.c (build_field_ref): Widen field offset.
6191
6192 2004-01-27  Andrew Haley  <aph@redhat.com>
6193
6194         java/13273
6195         * parse.y (check_interface_throws_clauses): Make sure class_decl
6196         has been loaded.
6197
6198 2004-01-22  Jeff Sturm  <jsturm@one-point.com>
6199
6200         PR java/13733
6201         * parse.y (patch_assignment): Don't modify lhs_type for
6202         reference assignments.
6203
6204 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
6205
6206         * Make-lang.in: Replace $(docdir) with doc.
6207         (java.info, java.srcinfo, java.man, java.srcman): New rules.
6208         (java.install-man): Revamp rule.
6209
6210 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
6211
6212         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_TARGET_INSTALL_NAME,
6213         GCJH_TARGET_INSTALL_NAME): Define via a immediate $(shell)
6214         instead of deferred backquote.
6215
6216 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
6217
6218         * typeck.c (find_method_in_interfaces): Move variable
6219         definition up.
6220
6221 2004-01-16  Andrew Haley  <aph@redhat.com>
6222
6223         PR java/13273:
6224         * typeck.c (shallow_find_method): New.
6225         (find_method_in_superclasses): New.
6226         (find_method_in_interfaces): New.
6227         (lookup_do): Rewrite.
6228         * java-tree.h (SEARCH_ONLY_INTERFACE): Delete.
6229
6230         * jcf-parse.c (read_class): Save and restore output_class.
6231         * decl.c (java_expand_body): Set output_class from fndecl.
6232
6233 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
6234
6235         * class.c (gen_indirect_dispatch_tables): Fix string length
6236         calculations.
6237
6238 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
6239
6240         * Make-lang.in (parse.c, parse-scan.c): Always build in doc directory.
6241         (java.srcextra): Copy above back to source directory if requested.
6242         (po-generated): Delete reference to $(parsedir).
6243         (java/parse.o, java/parse-scan.o): Delete reference to $(parsedir).
6244         Use implicit rule.
6245
6246 2004-01-14  Jan Hubicka  <jh@suse.cz>
6247
6248         * lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost
6249         estimation.
6250
6251 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
6252
6253         * java-tree.h (java_expand_expr): Change prototype.
6254         * expr.c (java_expand_expr): Add alt_rtl parameter.
6255
6256 2004-01-09  Andrew Haley  <aph@redhat.com>
6257
6258         PR java/12755:
6259         * parse.y (java_fix_constructors):  Set output_class.
6260         (java_reorder_fields): Likewise.
6261         (java_layout_classes): Likewise.
6262         (java_expand_classes): Generate indirect dispatch tables.
6263         (java_expand_classes): Set output_class.
6264         (java_finish_classes): Likewise.
6265         * lang.c (java_init): Turn on always_initialize_class_p if we're
6266         using indirect dis[atch.
6267         (java_decl_ok_for_sibcall): Use output_class, not current_class.
6268         (java_get_callee_fndecl): Use class local atable.
6269         * jcf-parse.c
6270         (always_initialize_class_p): Decl moved to java-tree.h.
6271         (HANDLE_CLASS_INFO): Set output_class.
6272         (read_class): Likewise.
6273         (parse_class_file): Call gen_indirect_dispatch_tables.
6274         (parse_zip_file_entries): Set output_class.
6275         (java_parse_file): Set output_class.  Don't emit symbol tables.
6276         * java-tree.h (output_class): New.
6277         Remove global declarations for otable, atable, and ctable.
6278         (always_initialize_class_p): moved here from decl.c.
6279         (DECL_OWNER): New.
6280         (TYPE_ATABLE_METHODS, TYPE_ATABLE_SYMS_DECL, TYPE_ATABLE_DECL,
6281         TYPE_OTABLE_METHODS, TYPE_OTABLE_SYMS_DECL, TYPE_OTABLE_DECL,
6282         TYPE_CTABLE_DECL, TYPE_CATCH_CLASSES): New.
6283         (struct lang_type): Add otable_methods, otable_decl,
6284         otable_syms_decl, atable_methods, atable_decl, atable_syms_decl,
6285         ctable_decl, catch_classes, type_to_runtime_map.
6286         * expr.c (build_field_ref): Make otable, atable, and ctable class
6287         local rather than global.
6288         (build_known_method_ref): Likewise.
6289         (build_invokeinterface): Likewise.
6290         (java_expand_expr): Pass runtime type (rather than actual type) to
6291         expand_start_catch.
6292         * except.c (prepare_eh_table_type): Create TYPE_TO_RUNTIME_MAP for
6293         this class.  Look up each class in that map to delete duplicates.
6294         (expand_end_java_handler): Pass runtime type (rather than actual
6295         type) to expand_start_catch.
6296         * decl.c: (always_initialize_class_p): Decl moved to java-tree.h.
6297         (do_nothing): New.
6298         (java_init_decl_processing): Rearrange things.  Remove global
6299         declarations of otable, atable, and ctable.
6300         (java_init_decl_processing): Make lang_eh_runtime_type do_nothing.
6301         (java_expand_body): Set output_class.
6302         * constants.c (build_constant_data_ref): Use output_class, not
6303         current_class.
6304         (alloc_name_constant): Likewise.
6305         * class.c (gen_indirect_dispatch_tables): New.
6306         (build_class_ref): Generate hard reference to superclass, even if
6307         using indirect dispatch.
6308         (build_static_field_ref): Use class local atable.
6309         (make_class_data): Generate hard reference to superclass, even if
6310         using indirect dispatch.
6311         Generate symbolic references to interfaces when using indirect
6312         dispatch.
6313         (make_class_data): Emit otable, atable, and ctable.
6314         Make otable, atable, and ctable class local rather than global.
6315         (emit_catch_table): Make otable, atable, and ctable class local
6316         rather than global.
6317
6318 2003-12-25  Andrew Pinski  <pinskia@physics.uc.edu>
6319
6320         * parse.y (catch_clause_parameter): Fix typo.
6321
6322         PR java/13404
6323         * parse.y: (catch_clause_parameter): Return early if $3, aka
6324         formal_parameter, is null.
6325
6326 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
6327
6328         * class.c: Remove uses of "register" specifier in
6329         declarations of arguments and local variables.
6330         * decl.c: Likewise.
6331         * expr.c: Likewise.
6332         * gjavah.c: Likewise.
6333         * jcf-dump.c: Likewise.
6334         * jcf-io.c: Likewise.
6335         * jcf-parse.c: Likewise.
6336         * jcf-write.c: Likewise.
6337         * keyword.h: Likewise.
6338         * parse.y: Likewise.
6339         * typeck.c: Likewise.
6340         * verify.c: Likewise.
6341
6342 2003-12-06  Kelley Cook  <kcook@gcc.gnu.org>
6343
6344         * Make-lang.in (GCJ_CROSS_NAME): Delete.
6345         (java.install_common, java.install-man): Adjust for above.
6346         (java.uninstall): Likewise.
6347
6348 2003-12-03  Michael Koch  <konqueror@gmx.de>
6349
6350         * class.c (make_class_data):
6351         Push field value to 'hack_signers' instead of 'signers'.
6352         * decl.c (java_init_decl_processing):
6353         Push field 'hack_signers' instead of 'signers'.
6354
6355 2003-12-03  Zack Weinberg  <zack@codesourcery.com>
6356
6357         * lex.h: Check both HAVE_ICONV and HAVE_ICONV_H before
6358         including iconv.h.
6359
6360 2003-12-03  Ralph Loader  <rcl@ihug.co.nz>
6361
6362         PR java/12374:
6363         * parse.y (qualify_ambiguous_name): Remove lots of broken
6364         field access processing - there's no need to do that here,
6365         because we have resolve_field_access.  Remove
6366         RESOLVE_EXPRESSION_NAME_P as it isn't used anywhere else.
6367         * java-tree.h: Remove RESOLVE_EXPRESSION_NAME_P as it isn't
6368         used.
6369
6370 2003-12-01  Jeff Sturm  <jsturm@one-point.com>
6371
6372         Fix PR java/13237
6373         * parse.y (java_complete_lhs): Save location prior to patching
6374         CALL_EXPR.
6375
6376 2003-11-25  Mohan Embar  <gnustuff@thisiscool.com>
6377
6378         PR java/12548
6379         * resource.c (write_resource_constructor): Append
6380         "_resource" to constructor identifier name.
6381
6382 2003-11-25  Jeff Sturm  <jsturm@one-point.com>
6383
6384         Fix PR java/13183.
6385         * constants.c (cpool_for_class): New function.
6386         (outgoing_cpool): Remove global variable.
6387         (alloc_name_constant): Use cpool_for_class.
6388         (build_constants_constructor): Likewise.
6389         * decl.c (java_expand_body): Set current_class.
6390         * java-tree.h (outgoing_cpool) Remove declaration.
6391         (init_outgoing_cpool): Likewise.
6392         * jcf-parse.c (init_outgoing_cpool): Remove function.
6393         (parse_class_file): Don't call init_outgoing_cpool.
6394         * parse.y (java_complete_expand_methods): Don't call
6395         init_outgoing_cpool.  Don't save outgoing_cpool.
6396         (java_expand_classes): Don't restore outgoing_cpool.
6397         (java_finish_classes): Likewise.
6398
6399 2003-11-24  Mohan Embar  <gnustuff@thisiscool.com>
6400
6401         * Make-lang.in: (java.install-common) Add
6402         symlink for $(target_noncanonical)-gcjh for
6403         native builds.
6404
6405 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6406
6407         * Make-lang.in (java.extraclean): Delete.
6408
6409 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6410
6411         * Make-lang.in (check-java): Add.
6412
6413 2003-11-19  Jeff Sturm  <jsturm@one-point.com>
6414
6415         Fix PR java/13024.
6416         * except.c (prepare_eh_table_type): Allocate variable-sized
6417         buffer `buf' with alloca.
6418
6419 2003-11-17  Jeff Sturm  <jsturm@one-point.com>
6420
6421         Fix PR java/12857.
6422
6423         decl.c (java_init_decl_processing): Don't initialize
6424         class_not_found_type_node, no_class_def_found_type_node.
6425
6426         java-tree.h (JTI_CLASS_NOT_FOUND_TYPE_NODE,
6427         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE): Remove from java_tree_index.
6428         (class_not_found_type_node, no_class_def_found_type_node):
6429         Don't define.
6430
6431         parse.y (build_dot_class_method_invocation): Add this_class
6432         argument.  Qualify method invocations to a different class.
6433         (create_new_parser_context): Initialize saved_data_ctx to 0.
6434         (java_parser_context_save_global): Initialize saved_data_ctx to 1.
6435         (build_dot_class_method): Don't load classes.  Register
6436         incomplete types.
6437         (build_incomplete_class_ref): Special cases for interfaces
6438         and inner classes.  Move build_dot_class_method call to here...
6439         (patch_incomplete_class_ref): ...from here.  Pass current_class
6440         to build_dot_class_method_invocation.
6441         (build_assertion): Pass class_type to
6442         build_dot_class_method_invocation.
6443         (encapsulate_with_try_catch): Handle EXPR_WITH_FILE_LOCATION node.
6444
6445 2003-11-17  Jeff Sturm  <jsturm@one-point.com>
6446
6447         Fix PR java/12739.
6448         * java-tree.h (BLOCK_EMPTY_P): Define.
6449         * parse.y (java_complete_lhs): Check for empty blocks
6450         in TRY_FINALLY_EXPR case.
6451
6452 2003-11-17  Andrew Haley  <aph@redhat.com>
6453
6454         * java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.
6455         (struct lang_decl_var:freed): New variable.
6456         * decl.c (poplevel): Mark local vars that have gone out of scope.
6457         (push_jvm_slot): Don't use the RTL of a var that has gone out of
6458         scope.
6459
6460 2003-11-16  Jason Merrill  <jason@redhat.com>
6461
6462         * Make-lang.in (java.tags): Create TAGS.sub files in each directory
6463         and TAGS files that include them for each front end.
6464
6465 2003-11-15  Tom Tromey  <tromey@redhat.com>
6466
6467         * gjavah.c (print_stub_or_jni): Pass `env' to FatalError.
6468
6469 2003-11-12  Jason Merrill  <jason@redhat.com>
6470
6471         PR optimization/12547
6472         * lang.c (java_tree_inlining_walk_subtrees): Just walk
6473         BLOCK_EXPR_BODY directly.
6474
6475 2003-11-12  Andrew Haley  <aph@redhat.com>
6476
6477         PR java/11045
6478         * parse.y (fold_constant_for_init): Check that we really do have a
6479         constant.
6480
6481         PR java/11533
6482         * lang.c (merge_init_test_initialization): Clear DECL_INITIAL for
6483         init_test_decls being inlined.
6484
6485         PR java/12890:
6486         * parse.y (do_resolve_class): Check return value from
6487         breakdown_qualified().
6488
6489 2003-11-11  Tom Tromey  <tromey@redhat.com>
6490
6491         PR java/12915:
6492         * parse.y (merge_string_cste): Handle case where we have a
6493         pointer that happens to be zero, not null_pointer_node.
6494
6495 2003-11-10  Tom Tromey  <tromey@redhat.com>
6496
6497         * jcf-parse.c (classify_zip_file): Correctly compare
6498         filename_length against length of manifest file's name.
6499
6500 2003-11-08  Tom Tromey  <tromey@redhat.com>
6501
6502         PR java/12894:
6503         * jcf-parse.c (classify_zip_file): Only skip MANIFEST.MF file.
6504
6505 2003-11-06  Andrew Haley  <aph@redhat.com>
6506
6507         * expr.c (java_stack_swap): Make sure destination stack slots are
6508         of the correct type.
6509
6510 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
6511
6512         * Make-lang.in (dvi): Move targets to $(docobjdir).
6513         (gcj.dvi): Simplify rule and adjust target.
6514         (gcj.info): Simplify rule.
6515         (gcj.pod): New intermediate rule.
6516         (gcjh.pod): Likewise.
6517         (jv-scan.pod): Likewise.
6518         (jcf-dump.pod): Likewise.
6519         (gij.pod): Likewise.
6520         (jv-convert.pod): Likewise.
6521         (rmic.pod): Likewise.
6522         (rmiregistry.pod): Likewise.
6523         (gcj.1): Delete.
6524         (gcjh.1): Delete.
6525         (jv-scan.1): Delete.
6526         (jcf-dump.1): Delete.
6527         (gij.1): Delete.
6528         (jv-convert.1): Delete.
6529         (rmic.1): Delete.
6530         (rmiregistry.1): Delete.
6531
6532 2003-11-02  Jeff Sturm  <jsturm@one-point.com>
6533
6534         Fixes PR java/12866.
6535         * parse.y (resolve_qualified_expression_name): Move test
6536         for outer field access methods from here...
6537         (check_thrown_exceptions) ...to here.
6538
6539 2003-11-01  Kelley Cook  <kcook@gcc.gnu.org>
6540
6541         * .cvsignore: Delete.
6542
6543 2003-10-28  Frank Ch. Eigler  <fche@redhat.com>
6544
6545         * verify.c (verify_jvm_instructions): Don't warn about legal
6546         eh binding regions generated for example by jdk 1.4.1.
6547
6548 2003-10-24  David S. Miller  <davem@redhat.com>
6549
6550         * jcf-parse.c (jcf_parse): Fix args to fatal_error().
6551
6552 2003-10-22  Andrew Haley  <aph@redhat.com>
6553
6554         * lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
6555         (java_get_callee_fndecl): New.
6556
6557         * jcf-parse.c (java_parse_file): Call emit_catch_table().
6558
6559         * java-tree.h (ctable_decl): New.
6560         (catch_classes):  New.
6561         (java_tree_index): Add JTI_CTABLE_DECL, JTI_CATCH_CLASSES.
6562
6563         * decl.c (java_init_decl_processing): Add catch_class_type.
6564         Add ctable_decl.
6565         Add catch_classes field.
6566
6567         * class.c (build_indirect_class_ref): Break out from
6568         build_class_ref.
6569         (make_field_value): Check flag_indirect_dispatch.
6570         (make_class_data): Ditto.
6571         Tidy uses of PUSH_FIELD_VALUE.
6572         Add field catch_classes.
6573         (make_catch_class_record): New.
6574
6575         * java-tree.h (PUSH_FIELD_VALUE): Tidy.
6576
6577 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
6578
6579         * jcf-write.c: Follow spelling conventions.
6580         * parse.y: Likewise.
6581
6582 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
6583
6584         * ChangeLog: Fix typos.
6585         * expr.c: Fix comment typos.
6586         * jcf-write.c: Likewise.
6587         * lang.c: Likewise.
6588         * lex.c: Likewise.
6589         * mangle.c: Likewise.
6590         * parse-scan.y: Likewise.
6591         * parse.y: Likewise.
6592
6593 2003-10-22  Tom Tromey  <tromey@redhat.com>
6594
6595         * expr.c (expand_byte_code): Only warn about dead bytecode when
6596         extra_warnings is set.
6597
6598 2003-10-22  Bryce McKinlay  <bryce@mckinlay.net.nz>
6599
6600         Fix for PR java/12586.
6601         * mangle.c (find_compression_record_match): Don't iterate through
6602         package namespace elements unless they all match compression_table
6603         entries.
6604
6605 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
6606
6607         * Make-lang.in (info): Honor $(parsedir) and $(docobjdir).
6608         (generate-manpages): Likewise.
6609         (java.maintainer-clean): Likewise.
6610         (gcj.info): Likewise.
6611         (gcj.1): Likewise.
6612         (gcjh.1): Likewise.
6613         (jv-scan.1): Likewise.
6614         (jcf-dump.1): Likewise.
6615         (gij.1): Likewise.
6616         (jv-convert.1): Likewise.
6617         (rmic.1): Likewise.
6618         (rmiregistry.1): Likewise.
6619         (java.install-man): Likewise.
6620         (parse-scan.o): Move and define complete compile line.
6621         (parse.o): Likewise.
6622         (jcf-tree-inline.o): Move.
6623
6624 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
6625
6626         * Make-lang.in (info): Update dependencies.
6627         (java.install-info): Remove.
6628         ($(srcdir)/java/gcj.info): Replace with ...
6629         ($(docobjdir)/gcj.info): ... this.
6630
6631 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
6632
6633         * Make-lang.in: Replace uses of $(target_alias) with
6634         $(target_noncanonical).
6635
6636 2003-10-09  Tom Tromey  <tromey@redhat.com>
6637
6638         * decl.c (java_init_decl_processing): Declare signers field.
6639         * class.c (make_class_data): Set signers field.
6640
6641 2003-10-09  Jason Merrill  <jason@redhat.com>
6642
6643         * parse.y (patch_assignment): Use make_node to create a BLOCK.
6644         * parse.h (BUILD_PTR_FROM_NAME): Use make_node to create a
6645         POINTER_TYPE.
6646
6647 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
6648
6649         * Make-lang.in (java.info): Replace with ...
6650         (info): ... this.
6651         (java.dvi): Replace with ...
6652         (dvi): ... this.
6653         (java.generated-manpages): Replace with ...
6654
6655 2003-10-03  Kelley Cook  <kelleycook@wideopenwest.com>
6656
6657         * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
6658
6659 2003-10-01  Andrew Haley  <aph@redhat.com>
6660
6661         * jcf-parse.c (java_parse_file): Write otable and atable.
6662         * java-tree.h (atable_methods): New.
6663         (atable_decl): New.
6664         (atable_syms_decl): New.
6665         (enum java_tree_index): Add JTI_ATABLE_METHODS, JTI_ATABLE_DECL,
6666         JTI_ATABLE_SYMS_DECL.  Rename JTI_METHOD_SYMBOL* to JTI_SYMBOL*.
6667         (symbol_*type): Rename method_symbol* to symbol*type.
6668         (emit_offset_symbol_table): Delete.
6669         (emit_symbol_table): New.
6670         (get_symbol_table_index): New.
6671         (atable_type): New.
6672         * expr.c (build_field_ref): Handle flag_indirect_dispatch.
6673         (build_known_method_ref): Likewise.
6674         (get_symbol_table_index): Rename from get_offset_table_index.
6675         Parameterize to allow re-use by differing types of symbol table.
6676         (build_invokevirtual): Pass table to get_offset_table_index.
6677         * decl.c (java_init_decl_processing): Push types and decls for
6678         atable and atable_syyms.
6679         * class.c (build_static_field_ref): Handle flag_indirect_dispatch.
6680         (make_class_data): Add new fields atable and atable_syms.
6681         (emit_symbol_table): Rename from emit_offset_symbol_table.
6682         Parameterize to allow re-use by different types of symbol table.
6683         (build_symbol_entry): Renamed from build_method_symbols_entry.
6684
6685 2003-09-30  Roger Sayle  <roger@eyesopen.com>
6686
6687         * jcf-write.c (generate_bytecode_insns): Implement evaluate-once
6688         semantics for SAVE_EXPR, by caching the result in a temporary.
6689
6690 2003-09-28  Richard Henderson  <rth@redhat.com>
6691
6692         * check-init.c (check_init): Save and restore input_location
6693         instead of file and line separately.
6694         * decl.c (java_expand_body): Likewise.
6695         * jcf-write.c (generate_bytecode_insns): Likewise.
6696         * parse.y (safe_layout_class): Likewise.
6697         * jcf-parse.c (read_class, parse_class_file): Likewise.
6698         (java_parse_file): Use %H for warning locator.
6699
6700 2003-09-28  Roger Sayle  <roger@eyesopen.com>
6701
6702         * expr.c (java_check_reference): Use the semantics of COND_EXPRs
6703         with void-type branches instead of using a COMPOUND_EXPR.
6704
6705 2003-09-28  Jeff Sturm  <jsturm@one-point.com>
6706
6707         * decl.c (java_optimize_inline, dump_function): Remove.
6708         * java-tree.h (java_optimize_inline): Remove declaration.
6709         * jcf-parse.c (java_parse_file): Assume flag_unit_at_a_time is set.
6710         * parse.y (source_end_java_method, java_expand_classes):
6711         Likewise.  Remove dead code.
6712
6713 2003-09-27  Roger Sayle  <roger@eyesopen.com>
6714
6715         * lang.c (java_init_options): Set flag_evaluation_order.
6716         * expr.c (force_evaluation_order): Don't attempt to force
6717         evaluation order of binary operations using save_expr.
6718         * parse.y (java_complete_lhs): No longer need to call
6719         force_evaluation_order when constructing binary operators.
6720
6721 2003-09-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
6722             Bryce McKinlay  <bryce@mckinlay.net.nz>
6723
6724         PR java/1333:
6725         * parse.y (not_accessible_field_error): New function.
6726         (resolve_expression_name): Check field access permissions.
6727         (resolve_qualified_expression_name): Use
6728         not_accessible_field_error.
6729         (resolve_qualified_expression_name): Likewise.
6730
6731 2003-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6732
6733         * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.
6734
6735 2003-09-23  Roger Sayle  <roger@eyesopen.com>
6736
6737         * jcf-write.c (generate_bytecode_insns): Optimize binary operations
6738         with equal operands without side-effects.
6739
6740 2003-09-22  Jeff Sturm  <jsturm@one-point.com>
6741
6742         * decl.c (java_init_decl_processing): Don't emit otable decls
6743         if flag_indirect_dispatch is not set.
6744
6745 2003-09-21  Richard Henderson  <rth@redhat.com>
6746
6747         * class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y,
6748         resource.c: Revert.
6749
6750 2003-09-21  Richard Henderson  <rth@redhat.com>
6751
6752         * class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y,
6753         resource.c: Update for DECL_SOURCE_LOCATION rename and change to const.
6754
6755 2003-09-20  Richard Henderson  <rth@redhat.com>
6756
6757         * check-init.c, class.c, decl.c, expr.c: Use %J in diagnostics.
6758
6759 2003-09-18  Roger Sayle  <roger@eyesopen.com>
6760
6761         * expr.c (java_truthvalue_conversion): Remove FFS_EXPR case.
6762         * check-init.c (check_init): Likewise.
6763
6764 2003-09-18  Roger Sayle  <roger@eyesopen.com>
6765
6766         * jcf-write.c (generate_bytecode_insns): Add support for fconst_2.
6767
6768 2003-09-16  Andrew Haley  <aph@redhat.com>
6769
6770         * jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.
6771
6772 2003-09-17  Ranjit Mathew  <rmathew@hotmail.com>
6773
6774         Fixes PR java/9577
6775         * mangle.c (find_compression_record_match): Skip
6776         over a "6JArray" (the array template mangled string)
6777         IDENTIFIER_NODE.
6778         (mangle_array_type): Correct minor typo.
6779         (atms): Move definition to the beginning.
6780
6781 2003-09-16  Bryce McKinlay  <bryce@mckinlay.net.nz>
6782
6783         * class.c (add_miranda_methods): Ensure super-interfaces are laid
6784         out. Fix for PR java/12254.
6785
6786 2003-09-11  Richard Henderson  <rth@redhat.com>
6787
6788         * parse.y (source_end_java_method): Update for new
6789         cgraph_finalize_function argument.
6790
6791 2003-09-09  Richard Henderson  <rth@redhat.com>
6792
6793         * parse.y (source_end_java_method): Update call to
6794         cgraph_finalize_function.
6795
6796 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
6797
6798         * decl.c (java_expand_body): New function.
6799         * expr.c (build_class_init): Set DECL_IGNORED_P.
6800         * java-tree.h (start_complete_expand_method,
6801         java_expand_body): Declare.
6802         * jcf-parse.c (cgraph.h): Include.
6803         (java_parse_file): Handle flag_unit_at_a_time.
6804         * lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING,
6805         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
6806         (java_estimate_num_insns): Use walk_tree_without_duplicates.
6807         (java_start_inlining): New function.
6808         * parse.h (java_finish_classes): Declare.
6809         * parse.y: Include cgraph.h.
6810         (block): Don't special-case empty block production.
6811         (craft_constructor): Set DECL_INLINE.
6812         (source_end_java_method): Handle flag_unit_at_a_time.
6813         Replace inline code with call to java_expand_body.
6814         (start_complete_expand_method): Remove static modifier.
6815         (java_expand_method_bodies): Patch function tree for
6816         class initialization and/or synchronization as needed.
6817         Don't begin RTL expansion yet.
6818         (java_expand_classes): Check flag_unit_at_a_time before
6819         calling finish_class.
6820         (java_finish_classes): New function.
6821         (java_complete_lhs): Ensure COMPOUND_EXPR has non-NULL type.
6822         (patch_assignment): Set DECL_CONTEXT on temporary variable.
6823         (emit_test_initialization): Set DECL_IGNORED_P.
6824
6825 2003-09-03  Roger Sayle  <roger@eyesopen.com>
6826
6827         * builtins.c (enum builtin_type): Delete unused enumeration.
6828         * Make-lang.in (java/builtins.o): Remove built-types.def dependency.
6829
6830 2003-08-28  Tom Tromey  <tromey@redhat.com>
6831
6832         * gcj.texi (Extensions): Document gcjlib URLs.
6833
6834 2003-08-20  Tom Tromey  <tromey@redhat.com>
6835
6836         * gcj.texi (Extensions): Added xref.
6837         (libgcj Runtime Properties): Document
6838         gnu.gcj.runtime.VMClassLoader.library_control.
6839
6840 2003-08-20  Andrew Haley  <aph@redhat.com>
6841
6842         * except.c (prepare_eh_table_type): Use new encoding for exception
6843         handlers when using -fno-assume-compiled.
6844
6845 2003-08-13  Tom Tromey  <tromey@redhat.com>
6846
6847         * gcj.texi (Invoking gij): Document -X and -?.
6848
6849 2003-08-13  Mohan Embar  <gnustuff@thisiscool.com>
6850
6851         * Make-lang.in: Added missing win32-host.o to JAVA_OBJS,
6852         GCJH_OBJS, JCFDUMP_OBJS
6853         * win32-host.c: Removed the unnecessary and broken dependency
6854         on jcf.h
6855
6856 2003-08-11  Tom Tromey  <tromey@redhat.com>
6857
6858         * parse.y (java_check_regular_methods): Typo fixes.  Call
6859         check_interface_throws_clauses.  Use
6860         check_concrete_throws_clauses.
6861         (check_interface_throws_clauses): New function.
6862         (check_concrete_throws_clauses): New function.
6863         (hack_is_accessible_p): New function.
6864         (find_most_specific_methods_list): Added FIXME.
6865         * typeck.c (lookup_do): Use `flags' argument to decide what to
6866         do.  Reimplemented.
6867         (lookup_argument_method_generic): New function.
6868         (lookup_argument_method2): Removed.
6869         * jcf.h (ACC_INVISIBLE): New define.
6870         * jcf-write.c (generate_classfile): Skip invisible methods.
6871         * class.c (add_miranda_methods): New function.
6872         (layout_class_methods): Use it.
6873         (get_access_flags_from_decl): Use ACC_INVISIBLE.
6874         * java-tree.h (METHOD_INVISIBLE): New define.
6875         (lang_decl_func) [invisible]: New field.
6876         (lookup_argument_method_generic): Declare.
6877         (SEARCH_INTERFACE): New define.
6878         (SEARCH_SUPER): Likewise.
6879         (SEARCH_ONLY_INTERFACE): Likewise.
6880         (SEARCH_VISIBLE): Likewise.
6881         (lookup_argument_method2): Removed declaration.
6882
6883 2003-08-05  Tom Tromey  <tromey@redhat.com>
6884
6885         Fix for PR java/11600:
6886         * parse.y (java_complete_lhs): See whether we're calling a method
6887         on an array.
6888         (check_thrown_exceptions): Added `is_array_call' argument;
6889         fixed `clone' checking; updated all callers.
6890
6891 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
6892
6893         * java-tree.h (DECL_ESTIMATED_INSNS): Remove (moved to tree.h).
6894
6895 2003-08-03  Tom Tromey  <tromey@redhat.com>
6896
6897         * java-tree.h (METHOD_TRANSIENT): Removed.
6898         * decl.c (pushdecl): Removed some dead code.
6899         * class.c (get_access_flags_from_decl): Can't have transient
6900         method.
6901         (add_method_1): Can't have a transient method.
6902
6903 2003-07-28  Andreas Jaeger  <aj@suse.de>
6904
6905         * jvspec.c: Convert to ISO C90 prototypes.
6906
6907 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6908
6909         * decl.c (force_poplevels): Fix warning call.
6910
6911 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6912
6913         * expr.c (expand_java_field_op): Don't use xxx_with_decl
6914         (expand_java_field_op): Likewise.
6915         * class.c (layout_class_method): Likewise
6916         (emit_register_classes): Likewise.
6917         * decl.c (pushdecl): Likewise.
6918         (poplevel): Likewise.
6919         (force_poplevels): Likewise.
6920         (give_name_to_locals): Likewise.
6921         * check-init.c (check_for_initialization): Likewise.
6922
6923 2003-07-24  Jason Merrill  <jason@redhat.com>
6924
6925         * java-tree.h: Move boolean_type_node et al to the back end.
6926
6927 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6928
6929         * class.c java-tree.h jcf-write.c jvspec.c: Remove unnecessary
6930         casts.
6931
6932 2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
6933
6934         * lang.opt: Don't show -MD_ and -MDD_.
6935
6936 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
6937
6938         * lang-options.h: Remove.
6939         * lang.opt: Add help text.
6940
6941 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
6942
6943         * expr.c: Remove the last argument to expand_assignment().
6944
6945 2003-07-09  Jan Hubicka  <jh@suse.cz>
6946
6947         * java-tree.h (DECL_NUM_STMTS): Rename to...
6948         (DECL_ESTIMATED_INSNS): ... this.
6949         * lang.c (java_estimate_num_insns, java_estimate_num_insns_1):
6950         New static functions.
6951         (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): Define.
6952         * parser.y (add_stmt_to_compound): Do not account statements.
6953
6954 2003-07-08  Mark Wielaard  <mark@klomp.org>
6955
6956         * gcj.texi: CNI now expands to Compiled Native Interface.
6957
6958 2003-07-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6959
6960         * Make-lang.in (java/gcj.dvi): Use PWD_COMMAND.
6961
6962 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
6963
6964         * expr.c (expand_byte_code): Adjist emit_line_note call.
6965
6966 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
6967
6968         * lang.c (java_handle_option): Don't handle filenames.
6969
6970 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
6971
6972         * jcf-path.c: Don't default-define PATH_SEPARATOR nor
6973         DIR_SEPARATOR.
6974         Use FILENAME_CMP.
6975         * jcf-write.c: Don't default-define DIR_SEPARATOR.
6976         * jcf.h: Delete COMPARE_FILENAMES definition.
6977
6978 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
6979
6980         * lang.c (java_init_options): Update prototype.
6981
6982 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
6983
6984         * decl.c (poplevel): Adjust define_label call.
6985
6986 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
6987
6988         * gjavah.c (flag_jni): Make non-static.
6989         * parse-scan.y (ctxp): Make non-static.
6990
6991         * class.c (build_method_symbols_entry)
6992         * expr.c (get_offset_table_index)
6993         * jcf-parse.c (jcf_parse):
6994         Mark the definition static, matching the forward declaration.
6995
6996 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
6997
6998         * lang.c (java_handle_option): Don't check for missing arguments.
6999
7000 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
7001
7002         * class.c (push_class): Use a location_t to save place.
7003         (emit_register_classes): Set input_location. Adjust
7004         expand_function_end call.
7005         * resource.c (write_resource_constructor): Likewise.
7006         * decl.c (end_java_method): Adjust expand_function_end call.
7007         * parse.y (source_end_java_method): Likewise.
7008
7009 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
7010
7011         * lang.c (java_handle_option): Likewise.
7012
7013 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
7014
7015         * lang.c (java_handle_option): Special-casing of optional
7016         joined arguments no longer needed.
7017         * lang.opt: Update switches that take optional argument.
7018
7019 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
7020
7021         * lang.opt: Declare Java.
7022         * lang.c (java_init_options): Update.
7023
7024 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
7025
7026         * lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h.
7027
7028 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
7029
7030         * lang-specs.h: Rewrite -MD and -MMD to append an underscore.
7031         * lang.c (java_handle_option): -MD and -MMD have an underscore.
7032         * lang.opt: -MD and -MMD have an underscore.
7033
7034 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
7035
7036         * class.c (emit_register_classes): Adjust init_function_start
7037         call.
7038         * decl.c (complete_start_java_method): Likewise.
7039         * resource.c (write_resource_constructor): Likewise.
7040
7041 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
7042
7043         * Make-lang.in: Update to use options.c and options.h.
7044         * lang.c: Include options.h not j-options.h.
7045         (java_handle_option): Abort on unrecognized option.
7046         (java_init_options): Request Java switches.
7047
7048 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
7049
7050         * Make-lang.in: Handle mostlyclean.
7051
7052 2003-06-11  Tom Tromey  <tromey@redhat.com>
7053
7054         * lang.c (java_handle_option): Update dependency_tracking for
7055         OPT_MF case.
7056
7057         * lang.c (java_handle_option): OPT_fbootclasspath_ can take an
7058         empty argument.
7059
7060 2003-06-10  Andrew Haley  <aph@redhat.com>
7061
7062         * resource.c (write_resource_constructor): Use expand_expr to
7063         generate the address of the label attached to a resource.
7064         * Make-lang.in (java/resource.o): Add expr.h
7065
7066 2003-06-10  Andrew Haley  <aph@redhat.com>
7067
7068         * lang.c (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
7069         (java_decl_ok_for_sibcall): New.
7070
7071 2003-06-09  Neil Booth  <neil@daikokuya.co.uk>
7072
7073         * Make-lang.in (JAVA_OBJS, java/lang.o): Update.
7074         (java/j-options.c, java/j-options.h): New.
7075         * java-tree.h (resource_name, compile_resource_file,
7076         compile_resource_data): Constify.
7077         * jcf-write.c (jcf_write_base_directory): Similarly.
7078         * jcf.h (jcf_write_base_directory): Similarly.
7079         * lang.c: Include j-options.h.
7080         (cl_options_count, cl_options, string_option, java_decode_option,
7081         lang_f_options, lang_W_options, LANG_HOOKS_DECODE_OPTION,
7082         process_option_with_no): Remove.
7083         (resource_name): Constify.
7084         (LANG_HOOKS_HANDLE_OPTION): Override.
7085         (java_handle_option): New.
7086         (java_init): Don't call jcf_path_init.
7087         (java_init_options): Call jcf_path_init.
7088         * lang.opt: New.
7089         * resource.c (compile_resource_data, compile_resource_file): Constify.
7090
7091 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
7092
7093         * java-tree.h (DECL_FUNCTION_LAST_LINE): New.
7094         (struct lang_decl_func): Add last_line field.
7095         * parse.h (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
7096         DECL_SOURCE_LINE_LAST): Remove.
7097         * parse.y (missing_return_error, finish_method_declaration,
7098         lookup_cl, start_artificial_method_body, source_end_java_method,
7099         start_complete_expand_method): Adjust.
7100
7101 2003-06-08  Tom Tromey  <tromey@redhat.com>
7102
7103         * jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and
7104         fno-assume-compiled.
7105
7106 2003-06-08  Roger Sayle  <roger@eyesopen.com>
7107
7108         * builtins.c (define_builtin_type, builtin_types): Delete.
7109         (define_builtin): Rewritten to take just the built-in code,
7110         the function's name, type and fallback library function name.
7111         All built-ins used by Java are implicit and BUILT_IN_NORMAL.
7112         (initialize_builtins): Overhaul to define the GCC builtins
7113         used by gcj manually, providing the Java run-time's
7114         implementations as the fallback library function.
7115
7116 2003-06-08  Anthony Green  <green@redhat.com>
7117
7118         * parse.y (patch_cast): Fix conversions from floating-point to
7119         integral types.
7120
7121 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
7122
7123         * Make-lang.in: Update.
7124         * lang.c: Include opts.h. Define cl_options_count and cl_options.
7125
7126 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
7127
7128         * lang.c (java_init_options): Update.
7129
7130 2003-06-05  Jan Hubicka  <jh@suse.cz>
7131
7132         * Make-lang.in:  Add support for stageprofile and stagefeedback
7133
7134 2003-05-31  Roger Sayle  <roger@eyesopen.com>
7135
7136         * lang.c (java_init_options): Prescribe wrap-around two's
7137         complement arithmetic overflow by setting flag_wrapv.
7138
7139 2003-05-29  Roger Sayle  <roger@eyesopen.com>
7140
7141         * builtins.c (cos_builtin, sin_builtin, sqrt_builtin): Delete.
7142         (builtin_record): Add an additional builtin_code field to
7143         record which GCC built-in corresponds to the Java function.
7144         (java_builtins):  Add new entries for atan, atan2, exp, log,
7145         pow and tan.
7146         (max_builtin, min_builtin, abs_builtin): Perform constant
7147         folding on the resulting tree.
7148         (java_build_function_call_expr): Likewise, perform constant
7149         folding on the resulting tree.
7150         (initialize_builtins): The NULL creators are now allowed in
7151         the java_builtins table, which is now terminated by an entry
7152         with builtin_code == END_BUILTINS.
7153         (check_for_builtin): Likewise.  If the matching creator is
7154         NULL, construct the call using java_build_function_call_expr
7155         directly with the decl for the corresponding builtin_code.
7156
7157 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7158
7159         * win32-host.c: Normalize copyright boilerplate.
7160
7161 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7162
7163         * parse.y (print_int_node): Use string concatentation on
7164         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7165         function calls into one.
7166
7167 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
7168
7169         * jcf-parse.c, jcf-write.c, lex.c: Replace all calls to
7170         fatal_io_error with calls to fatal_error; add ": %m" to the end of
7171         all the affected error messages.
7172
7173 2003-05-13  Richard Henderson  <rth@redhat.com>
7174
7175         * class.c (layout_class_method): Set DECL_EXTERNAL.
7176         * decl.c (java_mark_decl_local, java_mark_class_local): New.
7177         * java-tree.h (java_mark_class_local): Declare.
7178         * jcf-parse.c (parse_class_file): Use it.
7179         * parse.y (java_expand_classes): Likewise.
7180
7181 2003-05-04  Nathan Sidwell  <nathan@codesourcery.com>
7182
7183         * Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h.
7184         * lex.h: #include input.h.
7185         * jv-scan.c (input_filename): Remove.
7186
7187 2003-05-02  Tom Tromey  <tromey@redhat.com>
7188
7189         PR java/10491:
7190         * gjavah.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
7191         (handle_inner_classes): New function.
7192
7193 2003-05-01  Tom Tromey  <tromey@redhat.com>
7194
7195         PR java/10459:
7196         * parse.y (finish_for_loop): Do nothing if update expression is a
7197         EXPR_WFL_NODE wrapping nothing.
7198         (java_complete_lhs) <COMPOUND_EXPR>: Likewise.
7199
7200 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
7201
7202         * lex.h (input_lineno): Remove declaration.
7203         * parse-scan.y: #include input.h.
7204         (input_filename): Remove declaration.
7205         (input_location): Add definition.
7206         (input_line): Remove definition.
7207
7208 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
7209
7210         * lex.h (lineno): Rename to ...
7211         (input_line): ... here
7212         * parse-scan.y (lineno): Rename to ...
7213         (input_line): ... here.
7214         (reset_report): Rename lineno to input_line.
7215         * check-init.c (check_init): Likewise.
7216         * class.c (push_class): Likewise.
7217         * decl.c (complete_start_java_method, end_java_method): Likewise.
7218         * expr.c (expand_byte_code): Likewise.
7219         * jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
7220         * jcf-write.c (generate_bytecode_insns): Likewise.
7221         * lex.c (java_init_lex, java_allocate_new_line,
7222         do_java_lex): Likewise.
7223         * parse.h (YYNOT_TWICE): Likewise.
7224         * parse.y (empty_statement, expression_statement,
7225         java_pop_parser_context, java_parser_context_save_global,
7226         yyerror, register_fields, method_header, safe_layout_class,
7227         find_in_imports_on_demand, create_artificial_method,
7228         source_end_java_method, start_complete_expand_method,
7229         build_thisn_assign, java_complete_lhs,
7230         maybe_absorb_scoping_block): Likewise.
7231
7232 2003-04-20  Mohan Embar  <gnustuff@thisiscool.com>
7233
7234         * jcf-io.c (find_class): use DIR_SEPARATOR instead of
7235         '/' when computing java source filename
7236
7237 2003-04-13  Tom Tromey  <tromey@redhat.com>
7238
7239         * gjavah.c (print_c_decl): Indentation fix.
7240
7241 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7242
7243         * class.c (make_field_value, make_method_value, get_dispatch_table)
7244         (make_class_data, emit_offset_symbol_table)
7245         * constants.c (build_constants_constructor)
7246         * java-tree.h (START_RECORD_CONSTRUCTOR)
7247         * parse.y (maybe_build_array_element_wfl):
7248         Use build_constructor.
7249
7250 2003-04-10  Eric Blake  <ebb9@email.byu.edu>
7251
7252         PR java/10253:
7253         * parse.y (string_convert_int_cst): Always use at least one digit
7254         in string conversion. Remove ASCII dependence.
7255         (merge_string_cste): Fix merging of 3-byte UTF-8 characters.
7256
7257 2003-03-16  Mohan Embar  <gnustuff@thisiscool.com>
7258
7259         * Make-lang.in: added win32-host.c
7260         * jcf.h: defined macro JCF_OPEN_EXACT_CASE which
7261         resolves to open() on non-Win32 platforms and
7262         Win32-specific jcf_open_exact_case() on Win32
7263         * jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
7264         when trying .java and .class files
7265         * win32-host.c: added to repository. Defines
7266         Win32-specific jcf_open_exact_case()
7267
7268 2003-04-10  Andrew Haley  <aph@redhat.com>
7269
7270         * jcf-write.c (struct jcf_partial): num_jsrs: new field.
7271         (maybe_free_localvar): Renamed from localvar_free.
7272         Add new arg, really.
7273         (generate_bytecode_insns): Set new variable, jsrs.
7274         Only free local vars if no jsr insns have been emittted.
7275         Call maybe_free_localvar, not localvar_free.
7276
7277 2003-03-30  Joseph S. Myers  <jsm@polyomino.org.uk>
7278
7279         * gcj.texi: Remove @ at start of file.
7280
7281 2003-03-25  Tom Tromey  <tromey@redhat.com>
7282
7283         * parse.y (create_interface): Call CHECK_DEPRECATED.
7284
7285 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
7286
7287         * Make-lang.in: Link jcf-dump against $(LDEXP_LIB).
7288
7289 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
7290
7291         * javaop.h (jfloat, jdouble): Make them structures mirroring
7292         the bit fields of IEEE float and double respectively.
7293         (JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
7294         JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
7295         (union Word, union DWord): Delete.
7296         (WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.
7297
7298         * gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
7299         D_NAN_MASK): Delete.
7300         (jni_print_float, jni_print_double): New.  Generate
7301         hexadecimal floating constants.
7302         (print_field_info): Use jni_print_float/double.
7303
7304         * jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
7305         finite floating point numbers for output; special case
7306         non-finite floats.
7307
7308 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7309
7310         * lang.c (java_dump_tree): Change return type from 'int' to 'bool'.
7311         Replace 0 and 1 with true and false in return statements.
7312
7313 2003-03-19  Tom Tromey  <tromey@redhat.com>
7314
7315         * lex.c (do_java_lex): Renamed from java_lex.
7316         (java_lex): New function.
7317         Include timevar.h.
7318
7319 2003-03-13  Tom Tromey  <tromey@redhat.com>
7320
7321         * parse.y (resolve_inner_class): Error if qualifier is a primitive
7322         type.
7323
7324 2003-03-04  Andrew Haley  <aph@redhat.com>
7325
7326         * gjavah.c (is_first_data_member): New global variable.
7327         (print_c_decl): If it's the first data member, align it as the
7328         superclass.
7329         (process_file): Set is_first_data_member.
7330
7331 2003-03-11  Tom Tromey  <tromey@redhat.com>
7332
7333         * parse.y (resolve_field_access): Initialize class if field is
7334         found in another static field.
7335         * expr.c (build_class_init): Don't optimize out initialization of
7336         implemented interface.
7337
7338 2003-03-11  Andrew Haley  <aph@redhat.com>
7339
7340         * jcf-io.c (caching_stat): Initialize origsep to remove compiler
7341         warning.
7342
7343 2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>
7344
7345         * jcf-io.c (caching_stat): Account for both DIR_SEPARATOR
7346         and DIR_SEPARATOR_2 for a target.
7347         Correct minor typos.
7348
7349         * jcf-write.c (make_class_file_name): Take both DIR_SEPARATOR
7350         and DIR_SEPARATOR_2 for a target into account.
7351
7352 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
7353
7354         * lang.c (java_init): Update prototype, move code to java_post_options.
7355         (java_post_options): Similarly.
7356
7357 2003-03-05  Ranjit Mathew  <rmathew@hotmail.com>
7358
7359         * jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
7360         compare file name components depending on the case-sensitivity
7361         or otherwise of the host file system.
7362
7363         * jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
7364         "strcmp" to compare file name components.
7365         Use IS_DIR_SEPARATOR instead of comparing directly against
7366         DIR_SEPARATOR.
7367         (jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
7368         comparing directly against DIR_SEPARATOR.
7369
7370 2003-03-04  Tom Tromey  <tromey@redhat.com>
7371
7372         * Make-lang.in (java.tags): New target.
7373
7374 2003-03-01  Roger Sayle  <roger@eyesopen.com>
7375
7376         * java/builtins.c (builtin_type): Handle DEF_FUNCTION_TYPE_VAR_3.
7377         (initialize_builtins): Handle DEF_FUNCTION_TYPE_VAR_3.
7378
7379 2003-03-01  Tom Tromey  <tromey@redhat.com>
7380
7381         * parse.y (jdep_resolve_class): Only check deprecation if we found
7382         a decl.
7383
7384 2003-02-28  Tom Tromey  <tromey@redhat.com>
7385
7386         PR java/9695:
7387         * class.c (maybe_layout_super_class): Always pass a WFL to
7388         do_resolve_class.
7389         * parse.y (do_resolve_class): Updated comment to explain
7390         parameters.
7391
7392 2003-02-26  Tom Tromey  <tromey@redhat.com>
7393
7394         * jcf-write.c (generate_classfile): Check whether class is
7395         deprecated before writing attribute count.
7396
7397 2003-02-25  Roger Sayle  <roger@eyesopen.com>
7398
7399         * java/decl.c (java_init_decl_processing): Get soft_fmod_node from
7400         built_in_decls[BUILT_IN_FMOD] rather than define it ourselves.
7401
7402 2003-02-23  Tom Tromey  <tromey@redhat.com>
7403
7404         * lang-options.h: Added -Wdeprecated.
7405         * gcj.texi (Warnings): Document -Wdeprecated.
7406         * java-tree.h (flag_deprecated): Declare.
7407         * lang.c (lang_W_options): Added deprecated.
7408         (flag_deprecated): New global.
7409         * chartables.h: Rebuilt.
7410         * gen-table.pl (process_one): Look at whitespace.
7411         (print_tables): Define LETTER_SPACE, LETTER_MASK.
7412         * parse.h (CLEAR_DEPRECATED): New macro.
7413         (CHECK_DEPRECATED_NO_RESET): New macro.
7414         * jcf-parse.c (handle_deprecated): New function.
7415         (HANDLE_DEPRECATED_ATTRIBUTE): New define.
7416         * jcf-reader.c (get_attribute): Handle Deprecated attribute.
7417         * parse.y (resolve_type_during_patch): Check deprecation.
7418         (jdep_resolve_class): Likewise.
7419         (process_imports): Likewise.
7420         (resolve_expression_name): Likewise.
7421         (check_deprecation): Strip arrays from decl.  Check
7422         flag_deprecated.
7423         (patch_method_invocation): Also check the particular constructor
7424         for deprecation.
7425         (register_fields): Use CHECK_DEPRECATED_NO_RESET in loop.
7426         * jcf-write.c (append_deprecated_attribute): New function.
7427         (generate_classfile): Generate deprecated attribute when
7428         appropriate.
7429         * lex.c (java_parse_doc_section): Return type now void.  Rewrote.
7430         (java_lex) [case '*']: Simplify logic.
7431         (java_start_char_p): Use LETTER_MASK.
7432         (java_part_char_p): Likewise.
7433         (java_space_char_p): New function.
7434
7435 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
7436
7437         Change base class access representation.
7438         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
7439         (add_interface_do): Likewise.
7440
7441 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
7442
7443         * decl.c (java_init_decl_processing): Change
7444         soft_lookupjnimethod_node to reflect the change in
7445         signature of _Jv_LookupJNIMethod in libjava/jni.cc
7446         * expr.c (build_jni_stub): Calculate and pass the size
7447         on the stack of the arguments to a JNI function. Use
7448         new target macro MODIFY_JNI_METHOD_CALL to allow a
7449         target to modify the call to a JNI method.
7450
7451 2003-02-08  Roger Sayle  <roger@eyesopen.com>
7452
7453         * jcf-io.c (java_or_class_file): Use libiberty's lbasename
7454         instead of basename to avoid compiler warnings on Tru64.
7455
7456 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
7457
7458         * gcj.texi: Update to GFDL 1.2.
7459
7460 2003-01-31  Andrew Haley  <aph@redhat.com>
7461
7462         * parse.y (java_expand_classes): Scan the whole class list looking
7463         for access methods that haven't yet been expanded.
7464
7465 2003-01-31 Adrian Bunk <bunk@fs.tum.de>
7466
7467         Fix for java/4269:
7468
7469         * jv-scan.c: Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
7470         to fix bootstrap on sparc-unknown-netbsdelf1.5.
7471         * jcf-parse.c: Likewise.
7472
7473 2003-01-31  Mark Wielaard  <mark@klomp.org>
7474
7475         * gjavah.c (throwable_p): Allocate 1 more byte for string.
7476
7477 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
7478
7479         * class.c (make_class): Use BINFO_ELTS.
7480         (set_super_info): Likewse.
7481         (add_interface_do): Likewise.
7482
7483 2003-01-30  Tom Tromey  <tromey@redhat.com>
7484
7485         * jcf-parse.c (read_class): Update identifier's class value if it
7486         changed during parsing.
7487
7488 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
7489
7490         * Make-lang.in (po-generated): Find the targets in $(parsedir).
7491         Propagate change to all other rules as required.
7492         (java/parse-scan.o): Add explicit dependency on
7493         $(parsedir)/java/parse-scan.c .
7494
7495 2003-01-29  Tom Tromey  <tromey@redhat.com>
7496
7497         * parse.y (patch_assignment): Only transform the rhs of an
7498         assignment when compiling to native.
7499
7500 2003-01-28  Tom Tromey  <tromey@redhat.com>
7501
7502         * jcf-write.c (generate_bytecode_conditional): Typo fixes.
7503
7504 2003-01-28  Tom Tromey  <tromey@redhat.com>
7505
7506         * lex.c (java_lex): Don't include UEOF as part of token.
7507         (java_read_unicode): Error if \u sequence prematurely terminated.
7508
7509 2003-01-27  Tom Tromey  <tromey@redhat.com>
7510
7511         * parse.y (java_check_regular_methods): Check for construct after
7512         checking types in throws clause.
7513
7514 2003-01-24  Tom Tromey  <tromey@redhat.com>
7515
7516         * class.c (build_static_field_ref): Only a String or numeric field
7517         can fold to a constant.
7518
7519 2003-01-23  Tom Tromey  <tromey@redhat.com>
7520
7521         * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of
7522         file name in resource buffer.
7523
7524 2003-01-23  Tom Tromey  <tromey@redhat.com>
7525
7526         * expr.c (build_known_method_ref): Use method's context to find
7527         method table index.
7528
7529 2003-01-23  Tom Tromey  <tromey@redhat.com>
7530
7531         * constants.c (set_constant_entry): Allocated cleared memory.
7532
7533 2003-01-22  Tom Tromey  <tromey@redhat.com>
7534
7535         * java-tree.h: Don't use PARAMS.
7536         * resource.c: Add prototypes for all functions.
7537         (write_resource_constructor): Use `const char *' to avoid
7538         warning.
7539
7540 2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>
7541
7542         * jcf-parse.c (process_zip_dir): Remove unused variable.
7543
7544 2003-01-22  Tom Tromey  <tromey@redhat.com>
7545
7546         * expr.c (build_invokeinterface): Abort if method's context is not
7547         an interface.
7548
7549 2003-01-22  Tom Tromey  <tromey@redhat.com>
7550
7551         * gcj.texi (Input and output files): Mention non-class entries.
7552         * decl.c (java_init_decl_processing): Call
7553         init_resource_processing.
7554         * java-tree.h (compile_resource_data, write_resource_constructor,
7555         compile_resource_file, init_resource_processing): Declare.
7556         * config-lang.in (gtfiles): Added resource.c.
7557         * Make-lang.in (gt-java-resource.h): New target.
7558         (JAVA_OBJS): Added resource.o.
7559         (java/resource.o): New target.
7560         * resource.c: New file.
7561         * class.c (compile_resource_file): Moved to resource.c.
7562         (registerResource_libfunc): Likewise.
7563         (utf8_decl_list): Mark with GTY; now static.
7564         * jcf-parse.c (classify_zip_file): New function.
7565         (parse_zip_file_entries): Use it; compile .properties files.
7566         (process_zip_dir): Use classify_zip_file and compute_class_name.
7567         Don't write class name into zip directory.
7568         (java_parse_file): Call write_resource_constructor.
7569         (compute_class_name): New function.
7570         * jcf-io.c (read_zip_member): Reindented.
7571
7572 2003-01-21  Tom Tromey  <tromey@redhat.com>
7573
7574         * class.c (supers_all_compiled): New function.
7575         (make_class_data): Use it.
7576
7577 2003-01-21  Tom Tromey  <tromey@redhat.com>
7578
7579         * parse.y (method_header): Native method can't be strictfp.
7580         No method can be transient or volatile.
7581
7582 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7583
7584         Make-lang.in (jvspec.o-warn): Add -Wno-error.
7585
7586 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
7587
7588         * check-init.c: Fix comment typos.
7589         * class.c: Likewise.
7590         * constants.c: Likewise.
7591         * decl.c: Likewise.
7592         * except.c: Likewise.
7593         * expr.c: Likewise.
7594         * java-except.h: Likewise.
7595         * java-tree.h: Likewise.
7596         * javaop.h: Likewise.
7597         * jcf-dump.c: Likewise.
7598         * jcf-io.c: Likewise.
7599         * jcf-parse.c: Likewise.
7600         * jcf-write.c: Likewise.
7601         * lang.c: Likewise.
7602         * mangle.c: Likewise.
7603         * typeck.c: Likewise.
7604         * verify.c: Likewise.
7605
7606 2003-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7607
7608         * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
7609         * jcf-write.c: Include "tm_p.h".
7610
7611 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7612
7613         * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
7614
7615 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7616
7617         * builtins.c (java_build_function_call_expr): Renamed from
7618         build_function_call_expr.  All callers changed.
7619
7620         * Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
7621         * jcf-parse.c: Include tm_p.h.
7622
7623         * jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
7624         warning.
7625
7626 2003-01-14  Tom Tromey  <tromey@redhat.com>
7627
7628         * class.c (make_class_data): Check that super is compiled before
7629         building class reference to it.
7630
7631 2003-01-14  Andrew Haley  <aph@redhat.com>
7632
7633         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
7634         varargs function -- correct.
7635
7636 2003-01-14  Andrew Haley  <aph@redhat.com>
7637
7638         * decl.c (java_init_decl_processing): Temporarily back out previous patch.
7639
7640 2003-01-14  Andrew Haley  <aph@redhat.com>
7641
7642         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
7643         varargs function -- correct.
7644
7645         * parse.y (patch_assignment): Copy the rhs of an assignment into a
7646         temporary if the RHS is a reference.
7647
7648 2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7649
7650         * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
7651         * keyword.h: Regenerated.
7652
7653         * All Files: Convert to ISO C style function definitions.
7654
7655 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7656
7657         * parse.y (check_pkg_class_access): ANSIfy definition.
7658
7659 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7660
7661         * decl.c, parse-scan.y, parse.y: Don't cast return value of
7662         xmalloc et al.
7663
7664         * class.c, gjavah.c, parse.y, verify.c: Don't use PTR.
7665
7666 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
7667
7668         Merge from pch-branch:
7669
7670         2002-12-02  Geoffrey Keating  <geoffk@apple.com>
7671
7672         * Make-lang.in (java/gjavah.o): Update dependencies.
7673         * gjavah.c: Include ggc.h.
7674
7675         2002-08-16  Geoffrey Keating  <geoffk@redhat.com>
7676
7677         * Make-lang.in (GCJH_OBJS): Add ggc-none.o.
7678         (JCFDUMP_OBJS): Add ggc-none.o.
7679         (java/jcf-dump.o): Depend on GGC_H.
7680         * jcf-reader.c (jcf_parse_constant_pool): Use ggc_alloc to allocate
7681         CPool substructures.
7682         * jcf-parse.c (process_zip_dir): Use ggc_alloc to allocate JCFs.
7683         * jcf-dump.c: Include ggc.h.
7684
7685         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
7686
7687         * jcf.h (union cpool_entry): New.
7688         (struct CPool): Use gengtype to mark.  Change field 'data' to be
7689         an array of unions.
7690         (struct JCF): Use gengtype to mark.
7691         (CPOOL_UINT): Update for new cpool_entry type.
7692         (CPOOL_USHORT1): Likewise.
7693         (CPOOL_USHORT2): Likewise.
7694         (CPOOL_FINISH): Use GC to free cpool subfields.
7695         * parse.h (struct parser_ctxt): Mark field current_jcf.
7696         * lex.c (java_init_lex): Use GC to allocate struct JCF.
7697         * jcf-parse.c (HANDLE_CONSTANT_Utf8): Update for new cpool_entry type.
7698         (main_jcf): Use gengtype to mark.
7699         (ggc_mark_jcf): Delete.
7700         (get_constant): Update for new cpool_entry type.
7701         (give_name_to_class): Likewise.
7702         (get_class_constant): Likewise.
7703         (init_outgoing_cpool): Use GGC to allocate struct CPool.
7704         (java_parse_file): Use GGC to allocate struct JCF.
7705         (init_jcf_parse): Don't call ggc_add_root.
7706         * jcf-reader.c (jcf_parse_constant_pool): Update for new
7707         cpool_entry type.
7708         * java-tree.h (current_jcf): Use gengtype to mark.
7709         (CPOOL_UTF): Update for new cpool_entry type.
7710         (outgoing_cpool): Use gengtype to mark.
7711         (struct lang_type): GC struct JCF and struct CPool.
7712         * config-lang.in (gtfiles): Add jcf.h.
7713         * constants.c (find_tree_constant): New.
7714         (set_constant_entry): Allocate cpool subfields using GGC.  Update
7715         for new cpool_entry type.
7716         (find_constant1): Update for new cpool_entry type.
7717         (find_constant2): Likewise.
7718         (find_utf8_constant): Use find_tree_constant.
7719         (find_class_or_string_constant): Remove unnecessary cast to jword.
7720         Update for new cpool_entry type.
7721         (count_constant_pool_bytes): Update for new cpool_entry type.
7722         (write_constant_pool): Likewise.
7723         (alloc_name_constant): Use find_tree_constant.
7724         (build_constants_constructor): Update for new cpool_entry type.
7725
7726         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
7727
7728         * parse.y (mark_parser_ctxt): Delete.
7729         (goal): Don't use ggc_add_root.
7730         (create_new_parser_context): Use GC to allocate struct parser_ctxt.
7731         (java_pop_parser_context): Let GC free parser_ctxt.
7732         (java_parser_context_resume): Likewise.
7733         * parse.h (struct parser_ctxt): Use gengtype to mark.
7734         (ctxp): Likewise.
7735         (ctxp_for_generation): Likewise.
7736         * lex.h (struct java_lc_s): Mark for gengtype.
7737         (java_lexer): Rearrange for gengtype.
7738         * config-lang.in (gtfiles): Add lex.h, parse.h.
7739
7740 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7741
7742         * All Files: Remove PARAMS macro.
7743
7744         * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,
7745         jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or
7746         `__STDC__' macros.
7747
7748         * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and
7749         VA_CLOSE.
7750
7751 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
7752
7753         * Make-lang.in (java.install-common, java.uninstall,
7754         java.install-info, java.install-man): Prepend $(DESTDIR)
7755         to destination paths in all (un)installation commands.
7756         (java.install-common): Rewrite $(LN) command to support
7757         DESTDIR with "ln" as well as with "ln -s".
7758
7759 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
7760
7761         * java-tree.h: Protect against multiple inclusion.
7762
7763 2003-01-07  Tom Tromey  <tromey@redhat.com>
7764
7765         * class.c (add_assume_compiled): Don't adjust parent if we're
7766         already at the root of tree.
7767
7768 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7769
7770         * lang.c (dump_compound_expr): Prototype.
7771
7772 2003-01-03  Tom Tromey  <tromey@redhat.com>
7773
7774         Fix for PR java/8712:
7775         * expr.c (build_instanceof): Build an NE_EXPR, not a COND_EXPR,
7776         when simply checking against `null'.
7777
7778 2003-01-03  Tom Tromey  <tromey@redhat.com>
7779
7780         * gcj.texi (Standard Properties): Document http.proxyHost and
7781         http.proxyPort.
7782
7783         * gcj.texi (GNU Classpath Properties): Document new properties.
7784
7785 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
7786
7787         * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
7788         java/lang-options.h, java/mangle.c, java/mangle_name.c,
7789         java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
7790
7791 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
7792
7793         * Make-lang.in, boehm.c, buffer.c,
7794           buffer.h, builtins.c, class.c,
7795           config-lang.in, constants.c,
7796           convert.h, decl.c, except.c,
7797           expr.c, java-except.h,
7798           java-tree.h, javaop.def,
7799           jcf-parse.c, jcf-write.c,
7800           jv-scan.c, jvgenmain.c,
7801           jvspec.c, keyword.gperf,
7802           keyword.h, lang-options.h,
7803           lang-specs.h, lang.c, lex.c,
7804           lex.h, mangle.c, mangle_name.c,
7805           parse-scan.y, parse.h, parse.y,
7806           typeck.c, verify.c, xref.c,
7807           xref.h: Replace "GNU CC" with
7808           "GCC" in the copyright header.
7809
7810         * check-init.c, gjavah.c, javaop.h,
7811           jcf-depend.c, jcf-dump.c, jcf-io.c,
7812           jcf-path.c, jcf-reader.c, jcf.h,
7813           zextract.c, zipfile.h: These files are
7814           "part of GCC". Also say "GCC" not "GNU CC".
7815
7816 2002-12-30  DJ Delorie  <dj@redhat.com>
7817
7818         * Make-lang.in: Protect against texi2pod/pod2man failing.
7819
7820 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
7821
7822         * gcj.texi: Use @copying.
7823
7824 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7825
7826         * gjavah.c (print_name_for_stub_or_jni): Adjust call to
7827         print_cxx_classname.
7828         (print_cxx_classname): Add add_scope parameter.
7829         (print_class_decls): Do not emit a semicolon after the extern
7830         "Java" block.
7831         (process_file): Adjust calls to print_cxx_classname.
7832
7833 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
7834
7835         * gcj.texi: Include Cover Texts in man page.
7836
7837 2002-12-23  Jeff Sturm  <jsturm@one-point.com>
7838
7839         * class.c (build_static_field_ref): Check FIELD_FINAL.
7840
7841         * constants.c (alloc_class_constant): Use TYPE_CPOOL_DATA_REF
7842         instead of current_constant_pool_data_ref.
7843         * java-tree.h (current_constant_pool_data_ref): Undefine.
7844         (JTI_CURRENT_CONSTANT_POOL_DATA_REF): Remove.
7845         * jcf-parse.c (init_outgoing_cpool): Don't initialize
7846         current_constant_pool_data_ref.
7847
7848         * except.c (prepare_eh_table_type ): Use DECL_NAME of class type,
7849         not build_internal_class_name.
7850
7851         * parse.y (patch_incomplete_class_ref): Always emit `class$' method.
7852         Use it when class ref isn't certain to be compiled.
7853
7854 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
7855
7856         * gcj.texi: Include gcc-common.texi.
7857         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Depend on
7858         $(srcdir)/doc/include/gcc-common.texi.
7859
7860 2002-12-22  Anthony Green  <green@redhat.com>
7861
7862         * gcj.texi (Limitations): Add note about org.xml.sax and
7863         org.w3c.dom.
7864
7865 2002-12-20  Tom Tromey  <tromey@redhat.com>
7866
7867         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Handle case
7868         where minimum case value is Integer.MIN_VALUE.
7869         Fixes PR java/8955.
7870
7871 2002-12-18  Andrew Haley  <aph@redhat.com>
7872
7873         * parse.y (patch_invoke): Force evaluation order when `check' is
7874         set.  For PR libgcj/8945.
7875
7876 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
7877
7878         * gcj.texi: Change version number to 3.4.
7879
7880 2002-12-05  Ranjit Mathew <rmathew@hotmail.com>
7881         Andrew Haley <aph@redhat.com>
7882
7883         * parse.y (source_end_java_method): Remove custom encoding of line
7884         numbers for a function decl before passing it to the back end.
7885
7886 2002-12-03  Andrew Haley  <aph@redhat.com>
7887
7888         * class.c (make_class_data): New field, "chain".
7889         * decl.c (java_init_decl_processing): Likewise.
7890
7891 2002-12-02  Tom Tromey  <tromey@redhat.com>
7892
7893         For PR java/8740:
7894         * parse.y (do_resolve_class): Handle qualified name via
7895         recursion.
7896
7897 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
7898
7899         * boehm.c, buffer.c, builtins.c, check-init.c, class.c,
7900         constants.c, decl.c, except.c, expr.c, gjavah.c, jcf-depend.c,
7901         jcf-dump.c, jcf-io.c, jcf-parse.c, jcf-path.c, jcf-write.c,
7902         jv-scan.c, jvgenmain.c, jvspec.c, lang.c, mangle.c, mangle_name.c,
7903         parse-scan.y, parse.y, typeck.c, verify.c, xref.c, zextract.c:
7904         Include coretypes.h and tm.h.
7905         * Make-lang.in: Update dependencies.
7906
7907 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7908
7909         * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.
7910
7911 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
7912
7913         * jcf-reader.c: Don't expand JCF_readu4 inside the
7914         expansion of JCF_SKIP.
7915
7916 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
7917
7918         * jcf-reader.c: Don't expand JCF_readu4 inside the
7919         expansion of JCF_SKIP.
7920
7921 2002-11-22  Tom Tromey  <tromey@redhat.com>
7922
7923         * parse.y (patch_binop): Cast right hand side of shift expression
7924         to `int'.  Fixes PR java/8676.
7925
7926 2002-11-22  Ranjit Mathew <rmathew@hotmail.com>
7927             Andrew Haley <aph@redhat.com>
7928
7929         * gcc/java/jcf-write.c (write_classfile): Remove target
7930         class file, if it exists, before renaming the temporary
7931         class file to it.
7932
7933 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
7934
7935         * jvspec.c (lang_specific_spec_functions): New.
7936
7937 2002-11-18  Tom Tromey  <tromey@redhat.com>
7938
7939         Fix for PR java/7912:
7940         * expr.c (can_widen_reference_to): Allow cast of array to
7941         Cloneable or Serializable.
7942         * java-tree.h (java_lang_cloneable_identifier_node): Declare.
7943         (java_io_serializable_identifier_node): Likewise.
7944         * parse.y (java_lang_cloneable, java_io_serializable): Removed.
7945         (valid_ref_assignconv_cast_p): Use new identifier nodes.
7946         * lex.c (java_init_lex): Don't initialize java_lang_cloneable and
7947         java_io_serializable.
7948         * decl.c (java_init_decl_processing): Initialize
7949         java_lang_cloneable_identifier_node and
7950         java_io_serializable_identifier_node.
7951         (java_lang_cloneable_identifier_node): New global.
7952         (java_io_serializable_identifier_node): Likewise.
7953
7954 2002-11-14  Jens-Michael Hoffmann  <jensmh@gmx.de>
7955
7956         * buffer.c: Remove unnecessary casts.
7957         * check-init.c: Likewise.
7958         * class.c: Likewise.
7959         * constants.c: Likewise.
7960         * decl.c: Likewise.
7961         * except.c: Likewise.
7962         * gjavah.c: Likewise.
7963         * jcf-io.c: Likewise.
7964         * jcf-parse.c: Likewise.
7965         * jcf-path.c: Likewise.
7966         * jvspec.c: Likewise.
7967         * lang.c: Likewise.
7968         * lex.c: Likewise.
7969         * verify.c: Likewise.
7970
7971 2002-11-06  Tom Tromey  <tromey@redhat.com>
7972
7973         * gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in
7974         a JNI header.
7975
7976 2002-11-05  Tom Tromey  <tromey@redhat.com>
7977
7978         Fix for PR java/6388.
7979         * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
7980         * java-tree.h (enum java_tree_index): New values
7981         JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
7982         (decimal_int_max, decimal_long_max): New defines.
7983         * lex.c (yylex): Rewrote range checking.  Sign extend literals.
7984         (error_if_numeric_overflow): Rewrote range checking.
7985         * decl.c (java_init_decl_processing): Initialize decimal_int_max,
7986         decimal_long_max.
7987
7988 2002-11-02  Tom Tromey  <tromey@redhat.com>
7989
7990         * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
7991
7992         * class.c (make_method_value): Put class name, not signature, into
7993         `throws' field.  For PR java/8415.
7994
7995 2002-10-24  Tom Tromey  <tromey@redhat.com>
7996
7997         * gcj.texi (Invoking gij): Document --showversion.
7998         (Standard Properties): java.library.path now set.
7999
8000 2002-10-23  Tom Tromey  <tromey@redhat.com>
8001
8002         * gjavah.c (decode_signature_piece): In JNI mode, print
8003         `jobjectArray' when array depth is nonzero.
8004         Fixes PR java/8296.
8005
8006 2002-10-15  Andrew Haley  <aph@redhat.com>
8007
8008         * parse.y (patch_invoke): Call force_evaluation_order on a static
8009         arg list.
8010         (resolve_qualified_expression_name): Call force_evaluation_order
8011         on a arg list that is part of a Qualified Expression Name.
8012
8013         * lang.c (dump_compound_expr): New.
8014         (java_dump_tree): New.
8015
8016 2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
8017
8018         * gcj.texi: Added item describing the GCJ runtime property
8019         "gnu.gcj.progname".
8020
8021 2002-10-15  Richard Henderson  <rth@redhat.com>
8022
8023         * jcf-parse.c (get_constant): Fix type warning.
8024
8025 2002-10-15  Andrew Haley  <aph@redhat.com>
8026
8027         * java-tree.h (java_inlining_merge_static_initializers): Declare.
8028         (java_inlining_map_static_initializers): Declare.
8029
8030 2002-10-14  Andrew Haley  <aph@redhat.com>
8031
8032         * tree-inline.c (remap_block): All local class initialization
8033         flags go in the outermost scope.
8034         (expand_call_inline): Call java_inlining_map_static_initializers.
8035         (expand_call_inline): Call java_inlining_merge_static_initializers.
8036         * java/lang.c (merge_init_test_initialization): New.
8037         (java_inlining_merge_static_initializers): New.
8038         (inline_init_test_initialization): New.
8039         (java_inlining_map_static_initializers): New.
8040
8041 2002-10-11  Mark Wielaard  <mark@klomp.org>
8042
8043         * gcj.texi (Compatibility): Add Limitations and Extensions section.
8044
8045 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8046
8047         * class.c (JAVA_TREEHASHHASH_H): Use htab_hash_pointer.
8048
8049 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8050
8051         * parse.y (merge_string_cste): Add parentheses around & within |.
8052
8053 2002-10-08  Tom Tromey  <tromey@redhat.com>
8054
8055         * parse.y (variable_declarator_id): Simplify error path for
8056         array declarator error.  For PR java/8003.
8057
8058 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
8059
8060         * gjavah.c, jcf-dump.c, jv-scan.c: Globally replace GCCBUGURL with
8061         bug_report_url.
8062
8063 2002-10-08  Andrew Haley  <aph@redhat.com>
8064
8065         * parse.y (attach_init_test_initialization_flags): Check for
8066         error_mark_node.
8067
8068 2002-10-07  Anthony Green  <green@redhat.com>
8069
8070         * parse.y (merge_string_cste): Fix bug in string concatenation.
8071
8072 2002-10-03  Michael Koch  <konqueror@gmx.de>
8073
8074         * gcj.texi (Standard properties):
8075         Change default of java.awt.toolkit to gnu.awt.gtk.GtkToolkit.
8076
8077 2002-10-02  Roger Sayle  <roger@eyesopen.com>
8078
8079         PR optimization/6627
8080         * lang.c (java_init): If storing the vbit in function
8081         pointers, ensure that force_align_functions_log is atleast
8082         one to aid compatability with g++ vtables.
8083
8084 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8085
8086         * jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
8087         foul of type-based aliasing.
8088
8089 2002-09-30  Anthony Green  <green@redhat.com>
8090
8091         * gcj.texi (Invoking jv-scan): Fix texinfo.
8092
8093 2002-09-28  Anthony Green  <green@redhat.com>
8094
8095         * gcj.texi (Invoking jv-scan): Add --no-assert documentation.
8096         (Code Generation): Add -fno-assert documentation.
8097         * jv-scan.c (flag_assert): New global.
8098         (options): Add assert option.
8099         (help): Add --no-assert documentation.
8100         * parse-scan.y (flag_assert): New global.
8101         * lang.c (lang_f_options): Add -fassert/-fno-assert support.
8102         (flag_assert): New global.
8103         * java-tree.h (flag_assert): New global.
8104         * lex.c (java_lex): Obey flag_assert.
8105         * jvspec.c (jvgenmain_spec): Strip -fassert/-fno-assert when
8106         calling cc1.
8107
8108 2002-09-26  Andrew Haley  <aph@redhat.com>
8109
8110         * expr.c (build_java_array_length_access): Check for null pointer.
8111         * expr.c (expand_java_arrayload): Likewise.
8112
8113 2002-09-21  Richard Henderson  <rth@redhat.com>
8114
8115         * jcf-parse.c (get_constant): Decode from IEEE no matter
8116         what the target format.
8117
8118 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
8119
8120         * ChangeLog: Follow spelling conventions.
8121         * class.c: Likewise.
8122         * decl.c: Likewise.
8123         * expr.c: Likewise.
8124         * gjavah.c: Likewise.
8125         * java-tree.h: Likewise.
8126         * jcf-dump.c: Likewise.
8127         * jcf-parse.c: Likewise.
8128         * jvspec.c: Likewise.
8129         * lang.c: Likewise.
8130         * mangle.c: Likewise.
8131         * parse.y: Likewise.
8132
8133 2002-09-17  Tom Tromey  <tromey@redhat.com>
8134
8135         * lex.c (java_read_unicode_collapsing_terminators): Handle case
8136         where \r appears at EOF.  Fixes PR java/7950.
8137
8138 2002-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8139
8140         * jvspec.c (lang_specific_driver): Remove unused variable.
8141
8142 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
8143
8144         * java-tree.h (union lang_tree_node): Add chain_next option.
8145
8146 2002-09-16  Richard Henderson  <rth@redhat.com>
8147
8148         * jcf-parse.c (get_constant): Runtime check for IEEE format;
8149         use new real.h interface.
8150         * jcf-write.c (find_constant_index): Use new real.h interface.
8151         * lex.c (IS_ZERO): Use REAL_VALUES_EQUAL.
8152
8153 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8154
8155         * lang.c: Follow spelling conventions.
8156
8157 2002-09-11  Per Bothner  <per@bothner.com>
8158
8159         * parse.y (fold_constant_for_init):  If a VAR_DECL, convert numerical
8160         constant to the type of the field.
8161         (java_complete_tree):  Remove now-redundant code.
8162
8163         * parse.y (fold_constant_for_init):  'null' is not a constant expr.
8164
8165 2002-09-03  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
8166
8167         For PR java/5794:
8168         * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the
8169         return label if a ret instruction for the jsr has been reached.
8170
8171 2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>
8172
8173         * parse.y (DIR_SEPARATOR): Don't define.
8174         (check_class_interface_creation): Use IS_DIR_SEPARATOR.
8175
8176 2002-08-28  Andrew Haley  <aph@redhat.com>
8177
8178         * verify.c (verify_jvm_instructions): Allow exception handler
8179         inside code that is being protected, but generate a warning.
8180         * except.c (link_handler): Initialize `expanded' in new eh_range.
8181         (binding_depth, is_class_level, current_pc): Declare extern.
8182
8183 2002-09-01  Mark Wielaard <mark@klomp.org>
8184
8185         * gcj.texi: Add chapter about system properties.
8186         Fixed some typos.
8187
8188 2002-08-26  Tom Tromey  <tromey@redhat.com>
8189
8190         * parse.y (try_builtin_assignconv): Allow narrowing primitive
8191         conversion if RHS_TYPE is byte, short, or char.
8192
8193 2002-08-22  Tom Tromey  <tromey@redhat.com>
8194
8195         * gcj.texi (Invoking gij): Document -cp and -classpath.
8196
8197 2002-08-21  Tom Tromey  <tromey@redhat.com>
8198
8199         * Make-lang.in (java/jcf-path.o): Use $(datadir), not
8200         $(prefix)/share.  For PR libgcj/7633.
8201
8202         For PR java/6005 and PR java/7611:
8203         * lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
8204         (java_can_use_bit_fields_p): New function.
8205
8206 2002-08-16  Tom Tromey  <tromey@redhat.com>
8207
8208         * gcj.texi (Class Initialization): Mention class initialization of
8209         arrays.
8210
8211 2002-07-30  Andrew Haley  <aph@cambridge.redhat.com>
8212
8213         * Make-lang.in (java-tree-inline.o): New.
8214         (JAVA_OBJS): Add java-tree-inline.o.
8215         * parse.y (source_end_java_method): Call java_optimize_inline.
8216         (java_expand_method_bodies): Save method's tree in
8217         DECL_SAVED_TREE.
8218         (add_stmt_to_compound): Keep track of the number of statments.
8219         * lang.c (java_init): Enable flag_inline_trees.
8220         (java_post_options): If flag_inline_functions is on, enable
8221         flag_inline_trees instread.
8222         (decl_constant_value): New.
8223         (java_tree_inlining_walk_subtrees): New.
8224         * java-tree.h (DECL_NUM_STMTS): New macro.
8225         (java_optimize_inline): Declare.
8226         * expr.c (java_expand_expr): Allow a BLOCK to return a value.
8227         Handle a LABEL_EXPR.
8228         * decl.c (build_result_decl): If we already have a DECL_RESULT
8229         don't make another.
8230         (dump_function): New.
8231         (java_optimize_inline): New.
8232         (dump_function): New.
8233
8234 2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>
8235
8236         For PR java/7483:
8237         * parse.y (build_assertion): Invert return from
8238         desiredAssertionStatus.
8239
8240 2002-08-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8241
8242         * jcf-write.c (get_access_flags): Return correct access flags for
8243         private and protected inner classes.
8244
8245 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8246
8247         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
8248
8249 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
8250
8251         * mangle_name.c: Don't include obstack.h twice.
8252         * xref.c: Don't include obstack.h.
8253
8254 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
8255
8256         * class.c: (permanent_obstack): Delete declaration.
8257         * constants.c: (permanent_obstack): Delete declaration.
8258         * except.c: (permanent_obstack): Delete declaration.
8259         * expr.c: (permanent_obstack): Delete declaration.
8260         * jcf-parse.c: (permanent_obstack): Delete declaration.
8261         (saveable_obstack): Delete declaration.
8262         * parse.h: (permanent_obstack): Delete declaration.
8263         * typeck.c: (permanent_obstack): Delete declaration.
8264
8265 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
8266
8267         * gcj.texi (version-gcc): Increase to 3.3.
8268
8269 2002-07-22  Tom Tromey  <tromey@redhat.com>
8270
8271         * lex.c (java_lex): Check for `e' or `E' after 0.
8272
8273 2002-07-21  Richard Henderson  <rth@redhat.com>
8274
8275         * lang.c (java_unsafe_for_reeval): New.
8276         (LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
8277
8278 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
8279
8280         * jcf-path.c (GET_ENV_PATH_LIST): Remove.
8281         (jcf_path_init): Use GET_ENVIRONMENT.
8282
8283 2002-07-10  Roger Sayle  <roger@eyesopen.com>
8284             Zack Weinberg <zack@codesourcery.com>
8285
8286         * builtins.c (initialize_builtins): Remove defines that
8287         handled C/C++ specific junk hereby removed from builtins.def.
8288
8289 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
8290
8291         * lang.c (java_post_options): Update prototype.
8292
8293 2002-07-05  Roger Sayle  <roger@eyesopen.com>
8294
8295         * builtins.c (initialize_builtins): Ignore the additional
8296         parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
8297         the builtins.def file.
8298
8299 2002-07-01  Tom Tromey  <tromey@redhat.com>
8300
8301         For PR libgcj/7073:
8302         * parse.y (patch_incomplete_class_ref): Handle VOID_TYPE
8303         specially.
8304
8305 2002-07-01  Roger Sayle  <roger@eyesopen.com>
8306
8307         * java/decl.c (builtin_function): Accept additional parameter.
8308         (java_init_decl_processing): Pass an additional NULL_TREE
8309         argument to builtin_function.
8310
8311 2002-06-29  T.J. Mather  <tjmather@maxmind.com>
8312
8313         * gcj.texi: Fixed gcj invocation example so that it compiles.
8314
8315 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8316
8317         * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
8318         * parse.y (mark_parser_ctxt): Likewise.
8319         (check_modifiers, declare_local_variables): Avoid incorrect
8320         hardcoded constant 10.
8321
8322         * lex.c (java_read_char): Avoid "comparison is always true"
8323         warning.
8324
8325 2002-06-25  Andreas Schwab  <schwab@suse.de>
8326
8327         * expr.c (JSR): Avoid undefined operation on PC.
8328
8329 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8330
8331         * decl.c (clear_binding_level): Const-ify.
8332
8333 2002-06-13  Akim Demaille  <akim@epita.fr>
8334
8335         * parse.y (class_declaration, interface_declaration): Make sure
8336         all their rules have an action, in order to avoid meaningless `$$
8337         = $1' and their type clashes.
8338
8339 2002-06-11  Tom Tromey  <tromey@redhat.com>
8340
8341         * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
8342         * parse-scan.y (statement_without_trailing_substatement): Added
8343         assert_statement.
8344         (assert_statement): New rule.
8345         * java-tree.h (struct lang_type) [assertions]: New field.
8346         (TYPE_USES_ASSERTIONS): New macro.
8347         (CLASS_USES_ASSERTIONS): Likewise.
8348         (FIELD_SYNTHETIC): New define.
8349         * lex.c (java_lval;): Added ASSERT_TK.
8350         * parse.y (ASSERT_TK): Added.
8351         (statement_without_trailing_substatement): Added assert_statement.
8352         (assert_statement): New rule.
8353         (build_assertion): New function.
8354         (maybe_generate_pre_expand_clinit): Create and initialize
8355         $assertionsDisabled.
8356         (lookup_package_type): Removed decl.
8357         * keyword.h: Rebuilt.
8358         * keyword.gperf (assert): New token.
8359
8360 2002-06-10  Akim Demaille  <akim@epita.fr>
8361
8362         * parse.y (interface_type_list, class_member_declaration)
8363         (unary_expression_not_plus_minus): Remove duplicate %type.
8364         Whitespace changes.
8365
8366 2002-06-09  Tom Tromey  <tromey@redhat.com>
8367
8368         * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.
8369
8370         * parse.y (method_header): Give error message in all cases.
8371         Fixes PR java/6865.
8372
8373 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8374
8375         Don't use RTL inlining. Fix for PR java/6820.
8376         * lang.c (LANG_HOOKS_POST_OPTIONS): Define.
8377         (flag_really_inline): New.
8378         (java_decode_option): Set flag_really_inline if -finline-functions
8379         is seen.
8380         (java_post_options): New function. Turn off inlining unless
8381         flag_really_inline is set.
8382
8383 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8384
8385         * gjavah.c (throwable_p): Accept argument as either a classname or
8386         signature fragment. Create null-terminated classname string for super
8387         when calling itself recursively.
8388         (decode_signature_piece): Skip first character from class name
8389         signature when calling throwable_p.
8390
8391 2002-06-08  H.J. Lu  (hjl@gnu.org)
8392
8393         * jcf-path.c (jcf_path_init): Allocate 1 more byte for string.
8394
8395 2002-06-04  Tom Tromey  <tromey@redhat.com>
8396
8397         * jcf-write.c (perform_relocations): Optmize a goto to a goto.
8398
8399 2002-06-04  Michael Koch  <konqueror@gmx.de>
8400
8401         * gcj.texi (Input Options): Fixed typo.
8402
8403 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
8404
8405         * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
8406         typeck.c, verify.c: Remove all #if JAVA_USE_HANDLES blocks,
8407         all mention of CLASS_TO_HANDLE_TYPE or HANDLE_TO_CLASS_TYPE,
8408         and all now-pointless local variables.  Rename other local
8409         variables to reflect their not being handles.
8410
8411         * java-tree.h, jcf-dump.c, jcf-io.c: Remove all
8412         #if JCF_USE_STDIO blocks.
8413
8414         * parse.y: Add missing semicolon at end of rule.
8415
8416 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
8417
8418         * check-init.c (attach_initialized_static_class): Delete, unused.
8419         * parse.y: Use htab_t instead of struct hashtable, update
8420         all uses.
8421         * java-tree.h: Include hashtab.h instead of hash.h.
8422         (struct lang_decl_func): Use htab_t, set up for gengtype.
8423         (struct init_test_hash_entry): Delete.
8424         (struct treetreehash_entry): New.
8425         (java_treetreehash_find): New
8426         (java_treetreehash_new): New prototype.
8427         (java_treetreehash_create): New prototype.
8428         (java_mark_tree): Delete prototype.
8429         (java_hash_hash_tree_node): Delete prototype.
8430         (java_hash_compare_tree_node): Delete prototype.
8431         (attach_initialized_static_class): Delete prototype.
8432         * expr.c (build_class_init): Update to use java_treetreehash
8433         functions.
8434         (java_expand_expr): Update to use htab_t.
8435         (emit_init_test_initialization): Likewise.
8436         * decl.c (java_mark_tree): Delete.
8437         * class.c (init_test_hash_newfunc): Delete.
8438         (java_hash_hash_tree_node): Delete.
8439         (java_hash_compare_tree_node): Delete.
8440         (add_method_1): Update to use java_treetreehash functions.
8441         (JAVA_TREEHASHHASH_H): New macro.
8442         (java_treetreehash_hash): New function.
8443         (java_treetreehash_compare): New function.
8444         (java_treetreehash_find): New function.
8445         (java_treetreehash_new): New function.
8446         (java_treetreehash_create): New function.
8447         * Make-lang.in (JAVA_TREE_H): Replace hash.h by HASHTAB_H.
8448
8449         * Make-lang.in (java/parse.o): Depend on debug.h.
8450         * java-tree.h (struct lang_identifier): Use gengtype.
8451         (union lang_tree_node): New.
8452         (struct lang_decl_func): Use gengtype.
8453         (struct lang_decl_var): Likewise.
8454         (struct lang_decl): Likewise.
8455         * parse.y: Include debug.h.
8456         * lang.c (LANG_HOOKS_MARK_TREE): Delete.
8457
8458         * lang.c (struct language_function): New dummy structure.
8459
8460         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Set
8461         descriminator for DECL_LANG_SPECIFIC.
8462         (struct lang_decl_func): Rename from struct lang_decl.
8463         (enum lang_decl_desc): New.
8464         (struct lang_decl): Make it a union.  Update all the accessor macros.
8465         (struct lang_type): Use gengtype.
8466         * class.c (add_method_1): Set descriminator for DECL_LANG_SPECIFIC.
8467         * decl.c (java_dup_lang_specific_decl): All lang_decl structures
8468         are now the same size.
8469         (lang_mark_tree): Use gengtype to mark TYPE_LANG_SPECIFIC;
8470         use discriminator to mark DECL_LANG_SPECIFIC.
8471
8472         * Make-lang.in (gt-java-builtins.h): New rule.
8473         (java/builtins.o): Add dependency on gt-<filename>.h.
8474         * builtins.c: Use gengtype for roots.
8475         (union string_or_tree): Use gengtype.
8476         (struct builtin_record): Use gengtype.
8477         * config-lang.in (gtfiles): Add builtins.c.
8478
8479         * Make-lang.in (gt-java-class.h, gt-java-constants.h,
8480         gt-java-decl.h, gt-java-expr.h, gt-java-jcf-parse.h,
8481         gt-java-jcf-write.h, gt-java-lang.h, gt-java-mangle.h,
8482         gt-java-parse.h, gtype-java.h): Add rules to generate.
8483         (parse.o): Add dependency on gt-java-parse.h, gt-java.h.
8484         (class.o): Add dependency on gt-*.h.
8485         (constants.o): Likewise.
8486         (decl.o): Likewise.
8487         (expr.o): Likewise.
8488         (jcf-parse.o): Likewise.
8489         (jcf-write.o): Likewise.
8490         (lang.o): Likewise.
8491         * config-lang.in (gtfiles): New.
8492         * class.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
8493         * constants.c: Replace uses of ggc_add_* with GTY markers.
8494         Include gt-*.h.
8495         * decl.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
8496         * expr.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
8497         * java-tree.h: Replace uses of ggc_add_* with GTY markers.
8498         * jcf-parse.c: Replace uses of ggc_add_* with GTY markers.
8499         Include gt-*.h.
8500         * jcf-write.c: Replace uses of ggc_add_* with GTY markers.
8501         Include gt-*.h.
8502         * lang.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
8503         * mangle.c: Replace uses of ggc_add_* with GTY markers.  Include
8504         gt-*.h.
8505         * parse.y: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
8506         Include gtype-java.h.
8507
8508 2002-06-02  Tom Tromey  <tromey@redhat.com>
8509
8510         Fix for PR java/5913:
8511         * parse.y (patch_binop): Call patch_string on op1.
8512
8513 2002-06-02  Tom Tromey  <tromey@redhat.com>
8514
8515         Fix for PR java/1343, PR java/6336:
8516         * parse.y (make_nested_class_name): Remove extraneous `else'; fix
8517         formatting.  Changed return type.
8518         (anonymous_class_counter): Moved to top of file.
8519         (maybe_make_nested_class_name): Append number to class name for
8520         function-local classes.
8521
8522 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
8523
8524         * decl.c, jcf-parse.c, parse.y, typeck.c: Include real.h.
8525         * Make-lang.in: Update dependency lists.
8526
8527 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
8528
8529         * gjavah.c (throwable_p): Do not free the name of the class after
8530         passing it to find_class.
8531         * java-tree.h (CLASS_BEING_LAIDOUT): Remove duplicate definition.
8532         * jcf-io.c (dirent.h): Include it.
8533         (fnmatch.h): Likewise.
8534         (compare_path): New function.
8535         (java_or_class_file): Likewise.
8536         (memoized_dirlist_entry): New type.
8537         (memoized_dirlist_lookup_eq): New function.
8538         (memoized_dirlists): New variable.
8539         (caching_stat): New function.
8540         (memoized_class_lookup_eq): New function.
8541         (memoized_class_lookups): Likewise.
8542         (find_class): Use memoized_class_lookups and caching_stat.
8543         * jcf.h (JCF_USE_SCANDIR): Define.
8544         * parse.y (java_expand_classes): Write the class files in reverse
8545         order.
8546
8547 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8548
8549         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
8550
8551 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
8552
8553         * jcf-write.c (write_classfile): Unlink the temporary file if it
8554         cannot be renamed.  Use concat to build up the name of the
8555         temporary file.
8556
8557 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
8558
8559         * jcf-write.c (write_classfile): Write the file to a
8560         temporary file and then rename it.
8561
8562 2002-05-07  Tom Tromey  <tromey@redhat.com>
8563
8564         * gjavah.c (throwable_p): Use xstrdup, not strdup.
8565
8566         Fix for PR java/1200:
8567         * gjavah.c (throwable_p): New function.
8568         (decode_signature_piece): Use it.  A `WeakReference' isn't the
8569         same as a `jweak'.
8570         Include hashtab.h.
8571         (gcjh_streq): New function.
8572
8573 2002-05-07  Andreas Jaeger  <aj@suse.de>
8574
8575         * parse.y (finish_for_loop): Fix if statement.
8576
8577 2002-05-06  Tom Tromey  <tromey@redhat.com>
8578
8579         Fix for PR java/5941:
8580         * parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
8581         loop update expression.
8582         (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
8583         * java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
8584
8585 2002-05-04  Mark Wielaard  <mark@klomp.org>
8586
8587         For PR java/6519:
8588         * parse.y (build_string_concatenation): Return just op1 only when op2
8589         is null and op1 is a STRING_CST, otherwise always construct a
8590         StringBuffer.
8591
8592 2002-04-27  Tom Tromey  <tromey@redhat.com>
8593
8594         For PR java/6382:
8595         * parse.y (string_convert_int_cst): New function.
8596         (merge_string_cste): Use it.
8597
8598 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8599
8600         * java-tree.h (java_parse_file): Update.
8601         (java_set_yydebug): Remove.
8602         * jcf-parse.c (yydebug): Remove.
8603         (java_set_yydebug): Die.
8604         (java_parse_file): Update.
8605         * lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
8606
8607 2002-04-24  Tom Tromey  <tromey@redhat.com>
8608
8609         For PR java/6425:
8610         * parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
8611         EXPR_WFL_QUALIFICATION of qual_wfl.
8612
8613 2002-04-23  Per Bothner  <per@bothner.com>
8614
8615         * expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
8616         * java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
8617         (BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
8618
8619 2002-04-23  Tom Tromey  <tromey@redhat.com>
8620
8621         For PR java/6314:
8622         * jvspec.c (lang_specific_driver): Use --resource, not -R.  Also
8623         recognize `-fcompile-resource='.
8624         * gcj.texi (Invoking gcj): Use --resource, not -R.  Expanded text
8625         a bit.
8626
8627 2002-04-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
8628
8629         * jcf-parse.c: (yyparse): Don't prepend "./" to relative
8630         paths. Fixes PR java/2791.
8631
8632 2002-04-19  Andrew Haley  <aph@redhat.com>
8633
8634         * jcf-write.c (push_long_const): lo, hi: New variables.
8635         Use rshift_double to extract the high part of a 64-bit long.
8636         Use WORD_TO_INT to extract the low part.
8637
8638         * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
8639         HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
8640         CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.
8641
8642 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8643
8644         * typeck.c (incomplete_type_error): Remove.
8645
8646 2002-04-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8647
8648         * class.c (make_class_data): Set DECL_ALIGN on static class data,
8649         for hash synchronization.
8650         * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
8651         * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
8652         class_type_node.
8653
8654 2002-04-16  Mark Wielaard  <mark@klomp.org>
8655
8656         * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
8657         negative zero.
8658
8659 2002-04-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8660
8661         Fix for PR java/6294:
8662         * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
8663         interfaces.
8664
8665 2002-04-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8666
8667         Fix for PR java/6085:
8668         * parse.y (patch_method_invocation): Always use build_access_to_thisn
8669         to get enclosing "this" argument for inner-class constructor
8670         invocation. Pass correct arguments to build_access_to_thisn.
8671
8672 2002-04-10  Andreas Jaeger  <aj@suse.de>
8673
8674         * gcj.texi (Input Options): Fix extdirs patch.
8675
8676 2002-04-10  Anthony Green  <green@redhat.com>
8677
8678         * jcf-path.c (jcf_path_init) : Clean up local extdirs declaration.
8679
8680 2002-04-09  Anthony Green  <green@redhat.com>
8681
8682         * gcj.texi (Input Options): Add --extdirs documentation.
8683         * jcf-dump.c (OPT_extdirs): New macro.
8684         (options): Add extdirs option.
8685         (help): Describe --extdirs.
8686         (main): Handle OPT_extdirs.
8687         * gjavah.c (OPT_extdirs): New macro.
8688         (options): Add extdirs option.
8689         (help): Describe --extdirs.
8690         (main): Handle OPT_extdirs.
8691         * jcf-path.c (jcf_path_init): Add extdirs support.
8692         (jcf_path_extdirs_arg): New function.
8693         (extensions): New variable to hold extensions path entries.
8694         * jvspec.c: Remove -fextdirs= when compiling main().
8695         * lang.c (java_decode_option): Handle -fextdirs=.
8696         * jcf.h (jcf_path_extdirs_arg): Declare new function.
8697         * Make-lang.in: Compile jcf-path with version info for use in
8698         identifying the appropriate libgcj.jar.
8699
8700 2002-04-08  Tom Tromey  <tromey@redhat.com>
8701
8702         For PR libgcj/5303:
8703         * .cvsignore: Added rmic.1 and rmiregistry.1.
8704         * gcj.texi (Top): Link to new nodes.
8705         (Invoking rmic): New node.
8706         (Invoking rmiregistry): Likewise.
8707         * Make-lang.in (java.generated-manpages): Added rmic.1 and
8708         rmiregistry.1.
8709         (java.maintainer-clean): Likewise.
8710         ($(srcdir)/java/rmic.1): New target.
8711         ($(srcdir)/java/rmiregistry.1): Likewise.
8712         (java.install-man): Handle rmic.1 and rmiregistry.1.
8713
8714 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8715
8716         * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
8717         Add note about handling uncaught exceptions. Add an exception handler
8718         to example.
8719
8720 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8721
8722         * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
8723         after using it to patch CALL_EXPR.
8724
8725 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8726
8727         * gcj.texi (Invocation): Document CNI invocation API.
8728
8729 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
8730
8731         * expr.c (truthvalue_conversion): Rename.  Update.
8732         (expand_compare): Update.
8733         * java-tree.h (java_truthvalue_conversion): New.
8734         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
8735
8736 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8737
8738         * java-tree.h (java_mark_addressable): New.
8739         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
8740         * typeck.c (mark_addressable): Rename, update.
8741
8742 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8743
8744         * expr.c (build_java_binop): Update.
8745         * java-tree.h (java_signed_type, java_unsigned_type,
8746         java_signed_or_unsigned_type): Update.
8747         * lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
8748         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
8749         * parse.y (patch_binop): Update.
8750         * typeck.c (signed_or_unsigned_type, unsigned_type,
8751         signed_type): Update.
8752
8753 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
8754
8755         * lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
8756         (java_dummy_print): Remove.
8757         (lang_print_error): Rename.  Exit early if inhibiting output.
8758         (inhibit_error_printing_function): New.
8759         (java_init): Don't set hook.
8760         (lang_init_source): Use new boolean.
8761
8762 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
8763
8764         * parse.y (do_resolve_class): Fix infinite recursion.
8765
8766 2002-03-29  Tom Tromey  <tromey@redhat.com>
8767
8768         * parse.y (check_inner_circular_reference): Ignore incomplete
8769         types.
8770
8771 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8772
8773         * Make-lang.in (builtins.o): Update.
8774         * boehm.c (get_boehm_type_descriptor): Update.
8775         * builtins.c: Include langhooks.h.
8776         * decl.c (java_init_decl_processing): Update.
8777         * java-tree.h (java_type_for_mode, java_type_for_size): New.
8778         * lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
8779         Redefine.
8780         * typeck.c (type_for_mode, type_for_size): Update.
8781
8782 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
8783
8784         * lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
8785
8786 2002-03-28  Tom Tromey  <tromey@redhat.com>
8787
8788         * except.c (expand_end_java_handler): If the handler type is NULL,
8789         use java.lang.Throwable.  Fixes PR java/5986.
8790
8791 2002-03-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
8792
8793         Fix for PR java/4715:
8794         * jcf-parse.c (parse_source_file_3): New function.
8795         (read_class): Call it.
8796         (java_parse_file): Likewise.
8797
8798 2002-03-28  Jan Hubicka  <jh@suse.cz>
8799
8800         * java/lang.c (java_init_options): Set flag_trapping_math to 0.
8801
8802 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8803
8804         * parse.y (resolve_package): Initialize "decl".
8805         (lookup_package_type): Remove unused function.
8806
8807 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8808
8809         Fix for PR java/5993:
8810         * parse.y (resolve_package): Return the decl if resolution was
8811         successful. Don't special case "java.lang" and "java.lang.reflect"
8812         packages. Set type_name to the merged identifier.
8813         (resolved_qualified_expression_name): Print error using "name" if
8814         resolve_package returns NULL_TREE.
8815
8816 2002-03-27  Tom Tromey  <tromey@redhat.com>
8817
8818         * expr.c (expand_invoke): Don't generate null pointer check if
8819         we're calling <init>.
8820
8821 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8822
8823         * expr.c (java_lang_expand_expr): Rename java_expand_expr,
8824         fix prototype.
8825         * java-tree.h (java_lang_expand_expr): Similarly.
8826         * lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
8827         (java_init): Don't set hook.
8828
8829 2002-03-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8830
8831         Fix for PR java/5850:
8832         * parse.y (lookup_field_wrapper): Call itself recursively for enclosing
8833         context if field was not found in the current scope.
8834         * expr.c (lookup_field): Don't look in enclosing contexts.
8835
8836 2002-03-26  Tom Tromey  <tromey@redhat.com>
8837
8838         Fix for PR java/5942:
8839         * parse.y (init_src_parse): Added sanity check.
8840         * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12
8841         elements, not 11.
8842
8843 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
8844
8845         * decl.c (lang_mark_tree): Rename java_mark_tree.
8846         * java-tree.h (java_mark_tree): New.
8847         * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
8848
8849 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
8850
8851         * lex.c: Change java_perform_atof to take normal parameters
8852         instead of a pointer to a parameter block.  Call it directly
8853         from java_lex.
8854
8855 2002-03-22  Mark Wielaard  <mark@klomp.org>
8856
8857         Fix for PR java/5368:
8858         * parse.y (resolve_qualified_expression_name): Use decl not field_decl
8859         when printing error message.
8860
8861 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8862
8863         * decl.c (maybe_build_cleanup): Remove.
8864
8865 2002-03-22  Tom Tromey  <tromey@redhat.com>
8866
8867         Andrew Haley  <aph@cambridge.redhat.com>
8868
8869         * expr.c (build_field_ref): Don't build a check if the field is a
8870         member of `this'.
8871
8872 2002-03-21  Eric Blake  <ebb9@email.byu.edu>
8873
8874         Fix for PR java/6026:
8875         * lex.c (java_lex): Fix parsing of consecutive floats.
8876
8877 2002-03-21  Tom Tromey  <tromey@redhat.com>
8878
8879         * parse.y (build_access_to_thisn): Stop when FROM is not an inner
8880         class.
8881
8882 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
8883
8884         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
8885         insert_block, getdecls, kept_level_p, global_bindings_p): New.
8886
8887 2002-03-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
8888
8889         * gcj.texi: @code{gcj} becomes @command{gcj}.
8890         @code{gcc} becomes @command{gcc}.
8891         GcjRaw changed to gnu.gcc.RawData.
8892
8893 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8894
8895         * decl.c (start_java_method): Use new hook.
8896         * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
8897         (java_init): Remove old hook.
8898
8899 2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
8900
8901         * builtins.c (define_builtin): Do nothing if `type' is null.
8902         Fixes PR java/5876.
8903
8904 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8905
8906         * parse.y (parser_check_super_interface): Fix error message
8907         grammar/order.
8908
8909 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8910
8911         * jcf-parse.c (get_constant): Delete unused variables.
8912
8913 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
8914
8915         * java-tree.h (java_parse_file): New.
8916         * jcf-parse.c (yyparse): Rename java_parse_file.
8917         * lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
8918
8919 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8920
8921         * parse.y (craft_constructor): Return the constructor decl.
8922         (java_expand_classes): Update comments.
8923         (lookup_method_invoke): Call fix_constructors immediately for
8924         anonymous class. Fixes PR java/5935.
8925
8926 2002-03-15  Anthony Green  <green@redhat.com>
8927
8928         * jcf-parse.c (yyparse): Don't emit class registration
8929         constructor when compiling resource files.
8930
8931 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8932
8933         * lang.c (java_tree_code_type, java_tree_code_length,
8934         tree_code_name): Delete.
8935         (tree_code_type, tree_code_length, tree_code_name): Define.
8936         (java_init): Don't try to copy into the various tree_code
8937         arrays.
8938
8939 2002-03-12  Tom Tromey  <tromey@redhat.com>
8940
8941         * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
8942         UTF-8, not UCS-2.  Fixes PR java/5923.
8943
8944         * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
8945         a call_expr wrapped in a convert.  Fixes PR java/5848.
8946
8947 2002-03-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8948
8949         * jcf-write.c (write_classfile): Improve error strings.
8950
8951 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
8952
8953         * lex.c: Adjust comments to GNU standards.
8954
8955 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
8956
8957         Fix for PR java/5902:
8958         * lex.c (java_lex): Fix parsing of literals.
8959
8960 2002-03-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8961
8962         * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
8963         to prevent it getting evaluated twice in the store checking case.
8964         * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
8965         examining OBJECT.
8966
8967 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8968
8969         * decl.c (java_init_decl_processing): Make sure class_type_node
8970         alignment is not less than 64 bits if hash synchronization is enabled.
8971
8972 2002-03-08  Per Bothner  <per@bothner.com>
8973
8974         * parse.y (java_complete_lhs):  Check if patch_assignment
8975         returned an error-mark.
8976
8977         * parse.y (try_builtin_assignconv):  Don't special-case zero.
8978
8979 2002-03-08  Per Bothner  <per@bothner.com>
8980
8981         Fix for PR java/5812.
8982         * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
8983         here instead of in JSR macro.  Likewise with load_type_state call.
8984         Do the latter on if the return_pc has been verified (the jsr returns).
8985         (JSR):  Now just call build_java_jsr.
8986
8987 2002-03-07  Jeff Sturm  <jsturm@one-point.com>
8988
8989         * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
8990         (java.install-common): Link native driver to
8991         JAVA_TARGET_INSTALL_NAME.
8992
8993 2002-03-05  David Billinghurst <David.Billinghurst@riotinto.com>
8994
8995         * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
8996         * builtins.c(sin_builtin): Likewise
8997         * builtins.c(sqrt_builtin): Likewise
8998
8999 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
9000
9001         * java/expr.c, java/jcf-parse.c, java/lex.c:
9002         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
9003         REAL_ARITHMETIC blocks unconditional.  Delete some further
9004         #ifdef blocks predicated on REAL_ARITHMETIC.
9005
9006 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9007
9008         * class.c (init_class_processing): Use ARRAY_SIZE in lieu of
9009         explicit sizeof/sizeof.
9010         * decl.c (java_init_decl_processing): Likewise.
9011         * jcf-parse.c (init_jcf_parse): Likewise.
9012         * parse.y (init_src_parse): Likewise.
9013
9014 2002-03-02  Per Bothner  <per@bothner.com>
9015
9016         Make --CLASSPATH by a synonym for --classpath and -classpath.
9017         Implement --bootclasspath.
9018         * jcf-path.c (classpath_u):  Rename static variable to classpath_user.
9019         (classpath_l):  Remove.
9020         (jcf_path_CLASSPATH_arg):  Remove.
9021         (jcf_path_bootclasspath_arg):  New function.
9022         (jcf_path_seal):  Simplify accordingly.
9023
9024         * jcf.h (jcf_path_bootclasspath_arg):  New declarations.
9025         (jcf_path_CLASSPATH):  Remove declaration.
9026         * jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
9027         (lang_specific_driver):  Translate -bootclasspath.
9028         * lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
9029         * lang.c (decode_lang_options):  Do jcf_path_init first.
9030         Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
9031         * gjavah.c:  Also handle --bootclasspath.
9032         Handle --CLASSPATH as a synonum for --classpath.
9033         * jcf-dump.c: Likewise.
9034
9035         "." is not part of system path, but is the default for --classpath.
9036         * jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
9037         (jcf_path_seal):  Add "." if no CLASSPATH specified.
9038
9039         * gcj.texi:  Document changes.
9040
9041 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9042
9043         * expr.c (build_java_arraystore_check): Fix formatting.
9044
9045 2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
9046
9047         Fix for PR java/5758, java/5632:
9048         * jcf-parse.c (load_class): Renamed local variable, consider `.' an
9049         inner-class separator too.
9050         * parse.y (do_resolve_class): New local `decl_result.'
9051         Progressively build a name for what can have been loaded.
9052
9053 2002-02-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9054
9055         * expr.c (java_array_data_offset): Removed function.
9056         (JAVA_ARRAY_LENGTH_OFFSET): Removed macro.
9057         (build_java_array_length_access): Obtain "length" value using a
9058         COMPONENT_REF, instead of INDIRECT_REF and arithmetic.
9059         (build_java_arrayaccess): Correct comment. Access "data" using a
9060         COMPONENT_REF, and return an ARRAY_REF instead of an INDIRECT_REF.
9061         (build_java_arraystore_check): New function.
9062         (expand_java_arraystore): Use build_java_arraystore_check.
9063         * parse.y (patch_assignment): Simplify code to insert a store check
9064         when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
9065         * check-init.c (check_init): Update to reflect that an array length
9066         access is now a COMPONENT_REF.
9067         * gcj.texi (Code Generation): Improve documentation of
9068         -fno-bounds-check. Add documentation for -fno-store-check.
9069         * java-tree.h (flag_store_check): Declare.
9070         (build_java_arraystore_check): Declare.
9071         * lang.c (flag_store_check): Initialize to 1.
9072         (lang_f_options): Add store-check option.
9073         * jvspec.c: Don't pass store-check option to jvgenmain.
9074         * lang-options.h: Add help string for -fno-store-check.
9075
9076 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9077
9078         * decl.c (copy_lang_decl): Rename java_dup_lang_specific_decl.
9079         * java-tree.h (java_dup_lang_specific_decl): New.
9080         * lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
9081
9082 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
9083
9084         * builtins.c, decl.c: Delete traditional-mode-related code
9085         copied from the C front end but not used, or used only to
9086         permit the compiler to link.
9087
9088 2002-02-22  Tom Tromey  <tromey@redhat.com>
9089
9090         Fix for PR java/2369:
9091         * jvspec.c (verify_class_name): New function.
9092         (lang_specific_driver): Call it.
9093         (JAVA_START_CHAR_P): New macro.
9094         (JAVA_PART_CHAR_P): Likewise.
9095
9096 2002-02-22  Per Bothner  <per@bothner.com>
9097
9098         * class.c:  Change vtable to be more compatible with g++ v3 abi.
9099         (get_dispatch_table):  Prepend offset-to-top (always 0) and
9100         type_info pointer (currently unimplemented hence NULL) to vtable.
9101         Specifically, prepend offset-to-top and typeinfo ptr (currently null).
9102         (make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
9103         Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
9104         (build_dtable_decl):  Add declarations for new fields.
9105
9106 2002-02-20  Per Bothner  <per@bothner.com>
9107
9108         * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
9109         to finit$ (otherwise generate_bytecode_insns drops it). However, we
9110         don't need to set it on the COMPOUND_EXPR - the caller does that.
9111
9112 2002-02-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
9113
9114         * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
9115         `--CLASSPATH' becomes `--classpath.'
9116         * gjavah.c: Likewise.
9117         * jcf-dump.c: Likewise.
9118         * lang-options.h: Likewise.
9119         * lang.c: Likewise.
9120         * jcf-path.c: Updated comment.
9121         (jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
9122         (jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
9123         * jcf.h (jcf_path_CLASSPATH_arg): Ditto.
9124         (jcf_path_CLASSPATH_arg): Ditto.
9125         (classpath_u): Updated leading comment.
9126
9127 2002-02-20  Per Bothner  <per@bothner.com>
9128
9129         * builtins.c (check_for_builtin):  New function.
9130         (build_call_or_builtin):  Remove.
9131         * java-tree.h:  Update accordingly.
9132         * expr.c (expand_invoke):  Use build + check_for_builtin instead
9133         of build_call_or_builtin.
9134         * parse.y (patch_invoke):  Likewise.  This avoids needlessly creating
9135         a new CALL_EXPR node, which means we don't lose the CALL_USING_SUPER
9136         flag (which had caused jcf-write to incorrectly emit invokevirtual).
9137
9138 2002-02-17  Tom Tromey  <tromey@redhat.com>
9139
9140         * java-tree.h (TYPE_STRICTFP): New macro.
9141         (struct lang_type) [strictfp]: New field.
9142         (CLASS_STRICTFP): New macro.
9143         (METHOD_STRICTFP): New macro.
9144         (struct lang_decl) [strictfp]: New field.
9145         * parse.y (method_header): Disallow strictfp constructor or
9146         abstract method.
9147         (STRICT_TK): Move before MODIFIER_TK.
9148         * parse.h (CLASS_MODIFIERS): Added ACC_STRICT.
9149         (METHOD_MODIFIERS): Likewise.
9150         (INTERFACE_MODIFIERS): Likewise.
9151         * jcf-write.c (get_access_flags): Likewise.
9152         * class.c (set_class_decl_access_flags): Recognize ACC_STRICT.
9153         (add_method_1): Likewise.
9154         (get_access_flags_from_decl): Likewise.
9155         * jcf-dump.c (print_access_flags): Print in standard order.  Also,
9156         recognize strictfp flag.
9157         * jcf.h (ACC_STRICT): New define.
9158
9159 2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>
9160
9161         * class.c(build_utf8_ref): Move declaration of decl_size
9162
9163 2002-02-07  Tom Tromey  <tromey@redhat.com>
9164
9165         * gcj.texi (Input Options): --CLASSPATH does not suppress system
9166         path.
9167
9168 2002-02-04  Anthony Green  <green@redhat.com>
9169
9170         * class.c (build_utf8_ref): Put UTF-8 constants into merged
9171         sections if available.
9172
9173 2002-02-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9174
9175         * parse.y (java_expand_classes): Fix typo in static field loop.
9176
9177 2002-02-02  Richard Henderson  <rth@redhat.com>
9178
9179         * class.c (add_field): Mark static fields external.
9180         (build_class_ref): Remove redundant set.
9181         * parse.y (java_expand_classes): Mark static fields of classes
9182         to be compiled as local.
9183         * jcf-parse.c (parse_class_file): Likewise.
9184
9185 2002-02-02  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
9186
9187         * gcj.texi (About CNI): New node.
9188
9189 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9190
9191         PR java/5080
9192         * jcf-parse.c : Check for HAVE_LOCALE_H before using
9193         setlocale() with LC_CTYPE as a parameter.
9194         * jv-scan.c: Same.
9195
9196 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
9197
9198         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
9199         Follow GNU Coding Standards for --version.
9200
9201 2002-01-28  Tom Tromey  <tromey@redhat.com>
9202
9203         * expr.c (build_jni_stub): Ensure storage for `meth' is
9204         generated.
9205         * parse.y (java_complete_expand_methods): Set
9206         current_function_decl before building JNI stub.
9207
9208 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
9209
9210         * gcc/java/builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not
9211         BUILT_IN_SQRTF.
9212
9213 2002-01-22  Tom Tromey  <tromey@redhat.com>
9214
9215         * decl.c (java_init_decl_processing): Use add_predefined_file.
9216         Predefine RawData.java.
9217         (predef_filenames): Removed.
9218         (java_init_decl_processing): Don't register predef_filenames.
9219         * jcf-parse.c (add_predefined_file): New function.
9220         (predefined_filename_p): Rewrote.
9221         (predefined_filename_p): No longer static.
9222         * decl.c (java_init_decl_processing): Call initialize_builtins.
9223         * Make-lang.in (JAVA_OBJS): Added builtins.o.
9224         (java/builtins.o): New target.
9225         * builtins.c: New file.
9226         * parse.y (patch_invoke): Use build_call_or_builtin.
9227         * java-tree.h (build_call_or_builtin): Declare.
9228         (initialize_builtins): Declare.
9229         (java_set_exception_lang_code): Removed unused declaration.
9230         (PREDEF_FILENAMES_SIZE): Removed.
9231         (java_tree_index): Added JTI_PREDEF_FILENAMES.
9232         (predef_filenames): New define.
9233         (add_predefined_file): Declare.
9234         (predefined_filename_p): Declare.
9235         * expr.c (expand_invoke): Use build_call_or_builtin.
9236
9237 2002-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9238
9239         * parse.y (patch_switch_statement): Fix format specifier.
9240
9241 2002-01-16  Tom Tromey  <tromey@redhat.com>
9242
9243         More for PR java/5365:
9244         * gjavah.c (print_stub_or_jni): Cause exception to be thrown by
9245         default.
9246         (process_file): Generate include for
9247         java.lang.UnsupportedOperationExceptions.
9248
9249 2002-01-15  Andreas Jaeger  <aj@suse.de>
9250
9251         * .cvsignore: Add man pages.
9252
9253 2002-01-15  Tom Tromey  <tromey@redhat.com>
9254
9255         Fix for PR java/5365:
9256         * gjavah.c (process_file): Turn class name into a file name.
9257
9258 2002-01-14  Matthias Klose  <doko@debian.org>
9259
9260         * gcj.texi: Fix whitespace and formatting errors in the
9261         synopsis of the man pages. Update copyright.
9262
9263 2002-01-14  Tom Tromey  <tromey@redhat.com>
9264
9265         For PR libgcj/5303:
9266         * Make-lang.in (java.install-man): Handle jv-convert man page.
9267         (java.generated-manpages): Added jv-convert.1.
9268         (java.uninstall): Remove jv-convert.1.
9269         (java.maintainer-clean): Likewise.
9270         ($(srcdir)/java/jv-convert.1): New target.
9271         * gcj.texi (Top): Link to jv-convert node.
9272         (Individual utilities): Likewise.
9273         (Invoking jv-convert): New node.
9274
9275 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
9276             Martin Kahlert  <martin.kahlert@infineon.com>
9277
9278         * jcf-parse.c (get_constant): Don't swap lo/hi for big
9279         endian targets when HOST_BITS_PER_WIDE_INT >= 64.
9280
9281 2002-01-03  Graham Stott  <grahams@redhat.com>
9282
9283         * class.c (compile_resource_file): Update copyright date.
9284         Constify filename parameter.
9285         (java-tree.h): Update copyright date.
9286         (compile_resource_file): Constify filename parameter.
9287
9288 2002-01-03  Graham Stott  <grahams@redhat.com>
9289
9290         * gcc/jcf-parse.c: Update copyright date.
9291         (yyparse): Constify resource_filename.
9292
9293 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9294
9295         * parse.y (src_parse_roots): Don't needlessly zero init.
9296
9297 2001-12-31  Tom Tromey  <tromey@redhat.com>
9298
9299         * parse.y (dump_java_tree): New function.
9300         (source_end_java_method): Call it.
9301         (end_class_declaration): Likewise.
9302         * lang.c (java_decode_option): Call dump_switch_p.
9303
9304 2001-12-28  Tom Tromey  <tromey@redhat.com>
9305
9306         * gen-table.pl: Don't process characters after \uffff.  Added
9307         comment pointing to input file.
9308
9309 2001-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9310
9311         * gen-table.pl: Const-ify output.  Document the location of a
9312         suitable unicode input file.
9313
9314         * chartables.h: Regenerate.
9315
9316 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9317
9318         * chartables.h: Const-ify.
9319         * gjavah.c (options): Likewise.
9320         * jcf-dump.c (options): Likewise.
9321         * jv-scan.c (options): Likewise.
9322         * lex.c (java_start_char_p, java_part_char_p): Likewise.
9323         * parse.y (binop_lookup): Likewise.
9324
9325 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9326
9327         * Make-lang.in (keyword.h): Pass -C to gperf to const-ify
9328         the static arrays that are output.
9329         * jvspec.c (jvgenmain_spec): Make static.
9330         * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
9331         * keyword.h: Regenerate.
9332         * lang.c (string_option, process_option_with_no, lang_f_options,
9333         lang_W_options): Const-ify.
9334         * lex.c (java_lex): Likewise.
9335
9336 2001-12-21  Richard Henderson  <rth@redhat.com>
9337
9338         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..
9339         (get_boehm_type_descriptor): ... here.  Arrange for the
9340         TREE_TYPE to get set properly.
9341
9342 2001-12-21  Richard Henderson  <rth@redhat.com>
9343
9344         * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor
9345         only if the target requires collect2.
9346
9347         * class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
9348
9349 2001-12-20  Tom Tromey  <tromey@redhat.com>
9350
9351         For PR java/4509:
9352         * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
9353         CAN_COMPLETE_NORMALLY for the node.
9354         * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't
9355         generate code for second branch if first branch can't complete
9356         normally.
9357         (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to
9358         the loop head if the loop body can't complete normally.
9359
9360 2001-12-20  Tom Tromey  <tromey@redhat.com>
9361
9362         For PR java/4766:
9363         * jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle
9364         case where `finally' clause can't complete normally.
9365
9366 2001-12-20  Tom Tromey  <tromey@redhat.com>
9367
9368         Fixes PR java/5057:
9369         * parse.y (analyze_clinit_body): Added this_class parameter.
9370         Check for more cases where we must keep <clinit>.
9371         (maybe_yank_clinit): Cleaned up flow control.
9372
9373 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9374
9375         * decl.c (java_init_decl_processing): Don't initialize
9376         finit_leg_identifier_node.
9377         * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE.
9378         (finit_leg_identifier_node): Remove.
9379         (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE.
9380
9381 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9382
9383         * mangle.c (mangle_member_name): Don't special-case for
9384         NO_DOLLAR_IN_LABEL.
9385         * mangle_name.c (unicode_mangling_length): Likewise.
9386         (append_unicode_mangled_name): Likewise.
9387         * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL
9388         code.
9389
9390 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9391
9392         * expr.c (build_java_array_length_access): Don't force null pointer
9393         check unless flag_check_references is set.
9394
9395 2001-12-20  Tom Tromey  <tromey@redhat.com>
9396
9397         Fix for PR java/3417:
9398         * parse.y (patch_assignment): Added special processing for
9399         `return'.
9400         (patch_return): Don't convert booleans to integers, and don't
9401         special-case `null'.
9402
9403 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
9404
9405         * config-lang.in (diff_excludes): Remove.
9406
9407 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9408
9409         * gcj.texi: Update link to GCC manual.
9410
9411 2001-12-17  Tom Tromey  <tromey@redhat.com>
9412
9413         * parse.y (link_nested_class_to_enclosing): Removed useless
9414         statement.
9415
9416 2001-12-16  Tom Tromey  <tromey@redhat.com>
9417
9418         * mangle.c (mangle_method_decl): Never emit `C2' constructor.
9419         Fixes PR java/5088.
9420
9421 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
9422
9423         * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
9424         jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
9425         spelling errors.
9426
9427 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9428
9429         * lex.c (java_read_unicode, java_lex): Use hex_p/hex_value.
9430
9431 2001-12-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9432
9433         * decl.c (java_init_decl_processing): Build otable_type correctly.
9434         otable_decl is an otable_type.
9435
9436 2001-12-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9437
9438         * java-tree.h (otable_methods, otable_decl, otable_syms_decl,
9439         otable_type, otable_ptr_type, method_symbol_type,
9440         method_symbols_array_type, method_symbols_array_ptr_type): New
9441         field/global tree definitions.
9442         (flag_indirect_dispatch): New flag.
9443         * decl.c (java_init_decl_processing): Initialize new otable and
9444         otable_syms type nodes and decls. Add new field "index" to
9445         method_type_node.
9446         * class.c (build_method_symbols_entry): New function.
9447         (make_method_value): Set "index" to to method's vtable index for
9448         virtual methods when indirect-dispatch is not used.
9449         (make_class_data): For indirect-dispatch, don't emit the dtable_decl,
9450         and set vtable_method_count to -1. Set otable and otable_syms field
9451         if indirect-dispatch is used and there was something to put in them.
9452         (build_method_symbols_entry): New function.
9453         (emit_offset_symbol_table): New function.
9454         * expr.c (get_offset_table_index): New function.
9455         (build_invokevirtual): Build array reference to otable at the index
9456         returned by get_offset_table_index, and use the result as the vtable
9457         offset.
9458         (build_invokeinterface): Similar.
9459         * jcf-parse.c (yyparse): If indirect-dispatch, call
9460         emit_offset_symbol_table at the end of compilation, after all classes
9461         have been generated.
9462         * jvspec.c: Don't pass findirect-dispatch to jvgenmain.
9463         * lang.c (flag_indirect_dispatch): Define.
9464         (lang_f_options): Add indirect-dispatch flag.
9465
9466 2001-12-14  Matthias Klose  <doko@debian.org>
9467
9468         * gcj.texi: Markup for man page generation. Document missing
9469         options printed by <tool> --help.
9470         Terminate description of gij's -ms option with a dot.
9471         * Make-lang.in ($(srcdir)/java/*.1): New targets.
9472         (java.generated-manpages java.install-man, java.uninstall,
9473         java-maintainer-clean) Updated.
9474
9475 2001-12-14  Hans Boehm  <Hans_Boehm@hp.com>
9476
9477         * class.c (get_dispatch_table): Fix java vtable layout
9478         for TARGET_VTABLE_USES_DESCRIPTORS.
9479         * decl.c (java_init_decl_processing): Initialize
9480         alloc_no_finalizer_node, finalize_identifier_node.
9481         * expr.c (class_has_finalize_method): New function.
9482         (expand_java_NEW): Generate calls for finalizer-free allocation.
9483         (build_invokevirtual): Fix java vtable layout for
9484         TARGET_VTABLE_USES_DESCRIPTORS.
9485         * java-tree.h (enum java_tree_index): New entries:
9486         JTI_ALLOC_NO_FINALIZER_NODE, JTI_FINALIZE_IDENTIFIER_NODE.
9487         (alloc_no_finalizer_node, finalize_deintifier_node): New macros.
9488         (class_has_finalize_method): declare.
9489         (HAS_FINALIZER_P): New macro.
9490         * parse.y (patch_invoke): Generate calls for finalizer-free
9491         allocation.
9492
9493 2001-12-12  Matthias Klose  <doko@debian.org>
9494
9495         * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
9496         whitespace at end of line.
9497
9498 2001-12-11  Tom Tromey  <tromey@redhat.com>
9499
9500         * lex.c (java_init_lex): Define wfl_to_string as
9501         gnu.gcj.runtime.StringBuffer unless generating bytecode.
9502
9503 2001-12-11  Jeff Sturm  <jsturm@one-point.com>
9504
9505         * class.c (make_method_value): Use null_pointer_node to
9506         represent empty exception table.
9507
9508 2001-12-10  Tom Tromey  <tromey@redhat.com>
9509
9510         * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.
9511
9512 2001-12-10  Douglas B. Rupp  <rupp@gnat.com>
9513
9514         * Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION).
9515
9516 2001-12-09  Per Bothner  <per@bothner.com>
9517
9518         * check-init.c (current_switch_has_default):  New static field.
9519         (check_init):  Case DEFAULT_EXPR: Set current_switch_has_default.
9520         Case SWITCH_EXPR:  Save/restore current_switch_has_default.  If no
9521         DEFAULT_EXPR seen, simulate a default alternative that copies state.
9522
9523 2001-12-09  Tom Tromey  <tromey@redhat.com>
9524
9525         * check-init.c (check_init): Don't allow pre- or post- increment
9526         or decrement of final variable.
9527         (final_assign_error): Minor error message rewording.
9528
9529 2001-12-08  Tom Tromey  <tromey@redhat.com>
9530
9531         * java-tree.h: Fixed typo.
9532
9533         * gjavah.c (decompile_method): Don't decompile to `return this'
9534         for static methods.
9535
9536         * gjavah.c (cxx_keywords): Re-sorted.
9537         * lex.c (cxx_keywords): Re-sorted.
9538
9539         * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
9540         else.
9541
9542         * gjavah.c (print_namelet): Clear subnamelets.
9543         (HANDLE_METHOD): Set `method_printed' earlier.
9544
9545 2001-12-07  Tom Tromey  <tromey@redhat.com>
9546
9547         * lang.c (lang_f_options): Added
9548         optimize-static-class-initialization.
9549         (java_decode_option): Removed special case.
9550
9551 2001-12-07  Per Bothner  <per@bothner.com>
9552
9553         * check-init.c (check_init):  Fix typo freeing memory twice.
9554
9555 2001-12-05  Per Bothner  <per@bothner.com>
9556
9557         Restore support for static class initialization optimization.
9558         * java-tree.h (STATIC_CLASS_INIT_OPT_P): Re-enable.
9559         * check-init.c (check_int):  At end of BLOCK handle initialization
9560         blocks, which used to be done in java_complete_expand_method but did
9561         not handle the case where check_for_initialization might allocate
9562         more than a word of bits.
9563         * decl.c (lang_make_tree):  The smic field is now a tree.
9564         * expr.c (build_class_init):  Set DECL_FUNCTION_INIT_TEST_CLASS field.
9565         * java-tree.h (DECL_FUNCTION_INIT_TEST_TABLE):  New macro.
9566
9567         * parse.y (emit_test_initialization):  Combine hash_lookup calls.
9568
9569         * java-tree.h (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND):
9570         Change from a hash table to a list.
9571         (struct_lang_decl):  Change field 'smic' to match.
9572         * class.c (add_method_1):  Initialize
9573         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND to null list.
9574         * parse.y (adjust_init_test_initialization):  Removed - inlined into -
9575         (java_expand_method_bodies): -here, since 'smic' is now a list.
9576         (patch_invoke):  Add to 'smic' list, instead of hash_lookup.
9577
9578         * check-init.c (WORD_SIZE):  Use BITS_PER_UNIT.
9579
9580         * class.c (java_hash_compare_tree_node):  Fix casts.
9581
9582 2001-12-04  Per Bothner  <per@bothner.com>
9583
9584         * check-init.c:   Handle definite unassignment to finals in addition
9585         to definite assignment.
9586         (loop_current_locals):  New field.
9587         (num_current_locals, int start_current_locals, num_current_words):
9588         Make static.
9589         (SET_P, CLEAR_P, SET_BIT):  Add needed but missing parentheses.
9590         (ASSIGNED_P, UNASSIGNED_P, SET_ASSIGNED, SET_UNASSIGNED,
9591         CLEAR_ASSIGNED, CLEAR_UNASSIGNED):  New macros.
9592         (get_variable_decl, check_final_reassigned):  New functions.
9593         (check_init, check_bool_init):  Modify as needed for checking finals.
9594         (check_for_initialization):  Take extra parameter and return void.
9595         Do extra start-up logic to check final fields for assignment.
9596         * parse.y (check_static_final_variable_assignment_flag,
9597         reset_static_final_variable_assignment_flag, check_final_assignment,
9598         check_final_variable_local_assignment_flag,
9599         reset_final_variable_indirect_assignment_flag,
9600         reset_final_variable_global_assignment_flag):  Remove functions.
9601         (java_complete_expand_methods, outer_field_access_fix,
9602         patch_assignment): Remove no-longer used logic.
9603         * java-tree.h (DECL_FIELD_FINAL_IUD):  Change usage and comments.
9604         * parse.y (register_fields, java_complete_tree):  Update accordingly.
9605
9606         * check-init.c (ALLOC_WORDS/FREE_WORDS):  Use xmalloc/free, not alloca.
9607         (DECLARE_BUFFERS, RELEASE_BUFFERS, ALLOC_BUFFER, FREE_BUFFER):  New.
9608         (check_cond_init, check_bool2_init):  Use DECLARE_BUFFERS.
9609
9610         * java-tree.h (STATIC_CLASS_INIT_OPT_P):  Temporarily turn off.
9611
9612         * java-tree.h (DECL FINAL):  New bit-field.
9613         (METHOD_FINAL, FIELD_FINAL, CLASS_FINAL):  Define as DECL_FINAL.
9614         (LOCAL_FINAL_P):  Use DECL_FINAL rather than old LOCAL_FINAL.
9615         (DECL_INIT_CALLS_THIS):  New macro.
9616         (struct lang_decl):  New bit-field init_calls_this.
9617         (DECL_FUNCTION_ALL_FINAL_INITIALIZED, DECL_FIELD_FINAL_LIIC,
9618         DECL_FIELD_FINAL_IERR, LOCAL_FINAL, TYPE_HAS_FINAL_VARIABLE
9619         (DECL_BIT_INDEX):  Change to use pointer_alias_set since we now
9620         use it for both local variables and final fields.
9621         (struct lang_decl_var):  Remove bit-fields final_liic, final_ierr,
9622         and local_final.
9623         (struct lang_type):  Remove hfv bit-field.
9624         (check_for_initialization):  Change to return void.
9625
9626         * java-tree.h (IS_ARRAY_LENGTH_ACCESS):  New macros.
9627         * expr.c (build_java_array_length_access):  Set IS_ARRAY_LENGTH_ACCESS.
9628         * check-init.c (final_assign_error):  New helper function.
9629         (check_final_reassigned, check_init):  Use it.
9630         (check_init):  Also check IS_ARRAY_LENGTH_ACCESS for ARRAY.length.
9631
9632         * java-tree.h (struct lang_decl, struct lang_decl_var):  Change all
9633         bit-fields to unsigned.
9634
9635 2001-12-03  Per Bothner  <per@bothner.com>
9636
9637         * parse.y (patch_binop):  Minor constant folding.
9638
9639         * parse.y (build_current_thisn):  Shorter 'buffer'.
9640
9641 2001-12-03  Per Bothner  <per@bothner.com>
9642
9643         * decl.c (complete_start_java_method):  Now generate TRY_FINALLY_EXPR
9644         instead of CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR.
9645         * jcf-write.c (generate_bytecode_insns):  Remove support for
9646         CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR as they are no longer used.
9647         * check-init.c (check_init):  Likewise.
9648
9649 2001-12-03  Per Bothner  <per@bothner.com>
9650
9651         * verify.c (subroutine_nesting):  New function.
9652         (verify_jvm_instructions):  Use it to fix logic for checking that
9653         we're done with the current subroutine.
9654
9655         * verify.c (verify_jvm_instruction): For OPCODE_checkcast and
9656         OPCODE_instanceof use POP_TYPE macro for better diagnostics.
9657
9658 2001-12-03  Per Bothner  <per@bothner.com>
9659
9660         * jcf.h:  Fix obvious typo in comment.
9661         * typeck.c (build_null_signature):  Add comment.
9662
9663 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9664
9665         * expr.c: Remove leading capital from diagnostic messages, as
9666         per GNU coding standards.
9667         * jcf-io.c: Similarly.
9668         * jcf-parse.c: Similarly.
9669         * jv-scan.c: Similarly.
9670         * jvspec.c: Similarly.
9671         * mangle.c: Similarly.
9672
9673 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
9674             Alexandre Petit-Bianco  <apbianco@redhat.com>
9675
9676         * expr.c (build_java_arrayaccess): Call save_expr on array for
9677         correct evaluation order, modified comment, fixed indentation.
9678         * parse.y: (patch_assignment): Correctly extract the array base
9679         from the tree generate by build_java_arrayaccess, added comments.
9680         (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.
9681         Fixes PR java/3096, PR java/3803, PR java/3965.
9682
9683 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9684
9685         * expr.c (expand_byte_code): Remove trailing periods from messages.
9686         * jcf-parse.c (load_class, jcf_parse): Similarly.
9687         * jcf-write.c (generate_classfile): Similarly.
9688         * lex.c (java_lex): Similarly.
9689
9690 2001-11-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9691
9692         * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
9693
9694 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9695
9696         * Make-lang.in (java.generated-manpages): New dummy target.
9697
9698 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9699
9700         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
9701         ASM_FINAL_SPEC.
9702         (lang_specific_pre_link): Use set_input to set input_filename.
9703         Append `main' here.
9704         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
9705         (main): Fix definition.
9706         Strip `main' from classname.
9707         Fixes PR java/227.
9708
9709 2001-11-18  Roger Sayle <roger@eyesopen.com>
9710
9711         * parse.h (java_expand_switch): Remove old prototype.
9712
9713 2001-11-18  Tom Tromey  <tromey@redhat.com>
9714
9715         Fix for PR java/1401:
9716         * jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
9717         arg0 is null.
9718         (generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
9719         correctly.
9720
9721 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
9722
9723         * lang.c (finish_parse): Rename to java_finish.
9724         (LANG_HOOKS_FINISH, java_finish): New.
9725
9726 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
9727
9728         * decl.c (init_decl_processing): Rename java_init_decl_processing.
9729         * java-tree.h: New prototype.
9730         * lang.c (java_init): Update prototype.  Combine with old init_parse.
9731
9732 2001-11-13  Tom Tromey  <tromey@redhat.com>
9733
9734         * gjavah.c (method_signature): New global.
9735         (HANDLE_METHOD): Set it.
9736         (decompile_return_statement): New function.
9737         (decompile_method): Use it.
9738         (print_method_info): Removed `synth' argument.
9739
9740 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9741
9742         * java-tree.h (java_set_yydebug): New.
9743         * jcf-parse.c (set_yydebug): Rename java_set_yydebug.
9744         * lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
9745         (print_lang_decl, print_lang_type, print_lang_identifier,
9746         print_lang_statistics, lang_print_xnode): Remove.
9747
9748 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9749
9750         * jcf-parse.c (init_lex): Remove.
9751         * lang.c (language_string, lang_identify): Remove.
9752         (struct lang_hooks): Constify.
9753         (LANG_HOOKS_NAME): Override.
9754         (init_parse): Update.
9755
9756 2001-11-08  Andreas Franck  <afranck@gmx.de>
9757
9758         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_CROSS_NAME): Handle
9759         program_transform_name the way suggested by autoconf.
9760         (java.install-common): Also transform auxiliary program names with
9761         program_transform_name.
9762
9763 2001-11-08  Tom Tromey  <tromey@cygnus.com>
9764
9765         * parse.y (trap_overflow_corner_case): New rule.
9766         (unary_expression): Use it.
9767         * lex.c (java_init_lex): Don't set minus_seen.
9768         (yylex): Don't use minus_seen.  Communicate overflow to parser for
9769         it to handle.
9770         (error_if_numeric_overflow): New function.
9771         * parse.h (minus_seen): Removed field.
9772         (JAVA_RADIX10_FLAG): New define.
9773
9774 2001-11-07  Tom Tromey  <tromey@redhat.com>
9775
9776         Patch for PR java/1414:
9777         * parse.y (case_label_list): New global.
9778         (goal): Register case_label_list with GC.
9779         (java_complete_lhs): Save new case on case_label_list.
9780         (patch_switch_statement): Check for duplicate case labels.
9781
9782 2001-11-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
9783
9784         * parse.y (patch_assignment): Removed unused third argument.
9785         (java_complete_lhs): Removed unused third argument to patch_assignment.
9786
9787 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
9788
9789         * lang.c: Include langhooks-def.h.
9790         * Make-lang.in: Update.
9791
9792 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
9793
9794         * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
9795
9796 2001-10-29  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9797
9798         * mangle.c (find_compression_record_match): Don't match compression
9799         records for package name elements unless they occur at the start of
9800         the name. Fix for PR java/4717.
9801
9802 2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9803
9804         * expr.c (expand_java_field_op): Don't special-case references to
9805         java.lang.PRIMTYPE.TYPE.
9806         (build_primtype_type_ref): Removed.
9807         * java-tree.h (build_primtype_type_ref): Remove prototype.
9808         * parse.y (maybe_build_primttype_type_ref): Removed.
9809         (complete_function_arguments): Don't special-case references to
9810         java.lang.PRIMTYPE.TYPE.
9811         (patch_assignment): Likewise.
9812         (array_constructor_check_entry): Likewise.
9813
9814 2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
9815
9816         * mangle.c (static tree compression_table): Fixed leading comment.
9817         * parse.h (struct parser_ctxt): Fixed field comment.
9818         * parse.y (check_pkg_class_access): New prototype, fixed leading
9819         comment, new parameter used to emit error only if passed as true.
9820         (parse_check_super): Pass extra argument to check_pkg_class_access.
9821         (do_resolve_class): Likewise.
9822         (process_imports): Likewise.
9823         (read_import_dir): Fixed indentation.
9824         (find_in_imports_on_demand): New local class_type_name. Local
9825         node_to_use deleted. while loop changed into for loop. Report
9826         multiple definition only for accessible classes. Improved error
9827         message.
9828         (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
9829         assigned to parameter list, fixed indentation. while loop changed
9830         into for loop, restore TREE_CHAIN on local `tem' before the next
9831         iteration.
9832
9833 2001-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9834
9835         * lang.c (lang_get_alias_set): Deleted.
9836
9837 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9838
9839         * gjavah.c (jni_print_char): Fix thinko in last change.
9840
9841         * gjavah.c (jni_print_char, decode_signature_piece): Use
9842         safe-ctype macros and/or fold extra calls into fewer ones.
9843         * lex.c (java_read_unicode, java_lex): Likewise.
9844         * lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
9845         JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
9846         * mangle_name.c (append_unicode_mangled_name,
9847         unicode_mangling_length): Likewise.
9848
9849 2001-10-17  Richard Henderson  <rth@redhat.com>
9850
9851         * Make-lang.in (java/lang.o): Depend on langhooks.h.
9852
9853 2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
9854
9855         * lang.c (langhooks.h): Included.
9856         (LANG_HOOKS_INIT): Redefined.
9857         (LANG_HOOKS_INIT_OPTIONS): Likewise.
9858         (LANG_HOOKS_DECODE_OPTION): Likewise.
9859         (struct lang_hooks lang_hooks): New initialization.
9860
9861 2001-10-11  Per Bothner  <per@bothner.com>
9862
9863         * parse.y (patch_synchronized_statement):  Use a TRY_FINALLY_EXPR
9864         rather than a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR pair.
9865         The former is simpler, and jcf-write.c handles it better.
9866         (java_complete_lhs):  No longer need to handle CLEANUP_POINT_EXPR
9867         or WITH_CLEANUP_EXPR.
9868         * jcf-write.c:  Revert Alex's change from 2000-10-18.  It is no
9869         longer needed, as we already handle empty TRY_FINALLY_EXPR bodies fine.
9870
9871         * parse.y (patch_if_else_statement):  If the condition is constant,
9872         optimize away the test.
9873
9874 2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
9875
9876         * parse.y (patch_cast): Call patch_string on the first operand of
9877         the incoming node, update it if necessary. Fixes PR java/4510.
9878
9879 2001-10-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9880
9881         * parse.y (find_as_inner_class): Don't disregard the enclosing scope
9882         when name qualifier matches a package name.
9883
9884 2001-10-08  Tom Tromey  <tromey@redhat.com>
9885
9886         Fix for PR java/4489:
9887         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always
9888         force a new label when computing `body_block'.
9889
9890 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9891
9892         * jcf-io.c (format_uint): Const-ify.
9893         * lang.c (java_tree_code_type, java_tree_code_length): Likewise.
9894         * lex.c (java_get_line_col): Likewise.
9895         * parse.y (build_incdec): Likewise.
9896
9897 2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
9898
9899         * parse.y (register_incomplete_type): Set JDEP_SUPER to be given
9900         a NULL enclosing context if appropriate. Fixes PR java/4466.
9901
9902 2001-10-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
9903
9904         * parse.y (patch_assignment): Use lvalue's original TYPE when
9905         building the final COMPOUND_EXPR.
9906         (try_reference_assignconv): Fixed leading comment.
9907
9908 2001-09-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
9909
9910         * parse.y (check_final_variable_indirect_assignment): For
9911         COMPOUND_EXPR, return only if finals were found initialized
9912         properly, if not, keep on checking.
9913         (check_final_variable_global_assignment_flag): New local
9914         error_found, set when appropriate and used to decide whether to
9915         report uninitialized finals. Fixed typo in comment.
9916
9917 2001-09-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
9918
9919         * decl.c (init_decl_processing): Fixed typo in predef_filenames
9920         last three initializations. Fixes PR java/4360.
9921
9922 2001-09-21  Richard Henderson  <rth@redhat.com>
9923
9924         * class.c (get_dispatch_table): Handle function descriptors.
9925         (build_dtable_decl): Likewise.
9926         * expr.c (build_invokevirtual): Likewise.
9927
9928 2001-09-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
9929
9930         * parse.y (patch_method_invocation): Build class initialization
9931         when static finals are used to qualify method invocation.
9932         Fixes PR java/4366.
9933
9934 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
9935
9936         * parse.h: (WFL_STRIP_BRACKET): Re-written using
9937         build_type_name_from_array_name.
9938         (STRING_STRIP_BRACKETS): New macro.
9939         * parse.y (build_type_name_from_array_name): New function.
9940         (array_creation_expression:): Accumulate []s instead of [s.
9941         (cast_expression:): Accumulate []s instead of [s after cast type
9942         name.
9943         (build_array_from_name): Local string deleted, use
9944         build_type_name_from_array_name.
9945         (build_unresolved_array_type): Accumulate []s instead of [s after
9946         type name.
9947         (register_fields): Fixed comment.
9948         (resolve_class): Local name, base deleted, new locals tname and
9949         array_dims. Use build_type_name_from_array_name. Use array_dims to
9950         build array type.
9951         (purify_type_name): Use STRING_STRIP_BRACKETS.
9952
9953 2001-09-18  Andreas Jaeger  <aj@suse.de>
9954
9955         * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
9956         * jv-scan.c: Likewise.
9957
9958 2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
9959
9960         * parse.y (patch_method_invocation): Inner class creation context
9961         check not enforced within constructors. Fixes PR java/1873.
9962
9963 2001-09-16  Tom Tromey  <tromey@redhat.com>
9964
9965         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
9966         NOTE_PUSH for single-case push.  Fixes PR java/4189.
9967
9968 2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
9969
9970         * java-tree.h (TYPE_IMPORT_LIST): New macro.
9971         (TYPE_IMPORT_DEMAND_LIST): Likewise.
9972         (struct lang_type): New fields import_list and import_demand_list.
9973         * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
9974         TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
9975         (do_resolve_class): New local saved_enclosing_type, initialized,
9976         passed as parameter to find_in_imports and find_in_imports_on_demand.
9977         (find_in_imports): Added paramater enclosing_type, use its
9978         TYPE_IMPORT_LIST when applicable.
9979         (find_in_imports_on_demand): Added parameter enclosing_type, use
9980         its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
9981         declaration and initialization.
9982         (fold_constant_for_init): Switch/restore current_class to the
9983         appropriate context.
9984
9985 2001-09-13  Mark Mitchell  <mark@codesourcery.com>
9986
9987         * verify.c (verify_jvm_instructions): Fix typo.
9988
9989 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9990
9991         * expr.c (expand_invoke): Const-ification.
9992         * parse.y (patch_method_invocation): Likewise.
9993
9994 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9995
9996         * gjavah.c (cxx_keywords): Const-ification.
9997         * keyword.gperf (java_keyword): Likewise.
9998         * lang.c (java_tree_code_name): Likewise.
9999         * lex.c (cxx_keywords): Likewise.
10000         * parse.y (java_parser_context_suspend, merge_string_cste): Likewise.
10001
10002 2001-09-11  Richard Henderson  <rth@redhat.com>
10003
10004         * parse.h (ctxp_for_generation): Mark extern.
10005
10006 2001-09-10  Richard Henderson  <rth@redhat.com>
10007
10008         * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
10009
10010 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10011
10012         * typeck.c (java_array_type_length, build_prim_array_type):
10013         Represent empty arrays by NULL index.
10014
10015 2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
10016
10017         * java-tree.h (compile_resource_file): Grouped with other prototypes.
10018         * jvspec.c (lang_specific_driver): Removed unused local `ptr.'
10019
10020 2001-09-06  Anthony Green  <green@redhat.com>
10021
10022         * class.c (O_BINARY): Define if necessary.
10023         (registerResource_libfunc): Declare.
10024         (init_class_processing): Initilize registerResource_libfunc.
10025         (compile_resource_file): New function.
10026         * java-tree.h (resource_name): Declare.
10027         (compile_resource_file): Declare.
10028         * jcf-parse.c (yyparse): Handle compiling java resource files.
10029         * lang.c (java_decode_option): Handle -fcompile-resource option.
10030         * jvspec.c (lang_specific_driver): Handle -R flag for compiling
10031         resource files.
10032         * gcj.texi (Code Generation): Add documentation for -R flag.
10033
10034 2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>
10035
10036         * jcf-write.c (generate_classfile): Issue an error in case of
10037         field/initial value mismatch.
10038         * parse.y (analyze_clinit_body): Keep <clinit> if an array is
10039         being initialized and we're generating bytecode.
10040         (java_complete_lhs): In MODIFY_EXPR section: added comments,
10041         set DECL_INITIAL properly when appropriate.
10042         Fixes PR java/4230
10043         Fixes PR java/4204
10044
10045 2001-09-01  Per Bothner  <per@bothner.com>
10046
10047         * parse.y (maybe_yank_clinit):  A field without an initializer is not
10048         relevant.  All initializers except static final and constant require
10049         <clinit>, regardless of flag_emit_class_files.
10050
10051 2001-08-31  Per Bothner  <per@bothner.com>
10052
10053         * class.c (set_constant_value):  When not emitting class files, then a
10054         String ConstantValue is a utf8const_ptr_type.
10055
10056 2001-08-30  Per Bothner  <per@bothner.com>
10057
10058         * jcf-write.c (generate_classfile):  Check that field is primitive
10059         or string before emitting ConstantValue attribute.
10060
10061 2001-08-30  Per Bothner  <per@bothner.com>
10062
10063         * parse.y (resolve_qualified_expression_name):  If creating a
10064         COMPOUND_EXPR, set it's type correctly.
10065
10066 2001-08-30  Per Bothner  <per@bothner.com>
10067
10068         * jcf-io.c (open_class):  Set filename field.
10069
10070         * jcf-parse,c (parse_class_file):  Set current_function_decl
10071         for better error message when Code attribute is missing.
10072
10073         * lang.c (put_decl_node, lang_print_error):  Re-arrange for
10074         better diagnostics, especially for constructors.
10075
10076 2001-08-30  Per Bothner  <per@bothner.com>
10077
10078         * jcf-write.c (generate_classfile):  Don't write ConstantValue
10079         attribute if field is not final, for compatibility with jdk.
10080
10081         * jcf-write.c (generate_classfile):  Convert ConstantValue values
10082         to correct type.  Work-around for front-end bug.
10083         * class.c (set_constant_value):  Error if constant has wrong type.
10084
10085 2001-08-30  Per Bothner  <per@bothner.com>
10086
10087         * jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
10088         "Double" are printed at verbosity 1.
10089
10090         * jcf-dump.c (main):  Disable flag_print_attributes if --javap.
10091
10092         * jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
10093
10094 2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
10095
10096         * parse.y (patch_assignment): Don't verify final re-assignment here.
10097         (java_complete_lhs): Verify assignments to finals calling
10098         patch_assignment. Verify re-assignments to finals before calling
10099         patch_assignment.
10100
10101 2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
10102
10103         * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
10104         Fixes PR java/1413
10105
10106 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
10107
10108         * lex.c (java_lex): new local found_hex_digits. Set and then used
10109         in test to reject invalid hexadecimal numbers.
10110         * parse.y (java_complete_tree): Prevent unwanted cast with
10111         initialized floating point finals.
10112         (patch_binop): Emit a warning when detecting a division by zero,
10113         mark result not constant, don't simplify non integer division.
10114
10115 2001-08-28  Per Bothner  <per@bothner.com>
10116
10117         * jcf-write.c  (generate_bytecode_insns):  For increments and
10118         decrements just recurse to push constant.  Improvement on Mark's patch.
10119
10120 2001-08-28  Mark Mitchell  <mark@codesourcery.com>
10121
10122         * jcf-write.c (generate_bytecode_insns): Generate an integer to
10123         real conversion for increments and decrements of reals.
10124
10125 2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
10126
10127         * parse.y (resolve_qualified_expression_name): Handle unresolved
10128         qualified expressions, prevent numerical qualifiers, fixed typo.
10129         Fixes PR java/4141
10130
10131 2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
10132
10133         * parse.y (check_deprecation): Handle TYPE_DECL in a special case,
10134         don't report anything but deprecated class when marked so. Handle
10135         VAR_DECL.
10136         (patch_method_invocation): Check deprecation on methods and types.
10137         (patch_binop): code becomes an enum tree_code, added default: to
10138         switch to handle that. Detect division by zero, try to fold and
10139         return before using a subroutine.
10140
10141 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
10142
10143         * jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
10144         file smaller than 4 bytes.
10145         * parse.y (check_inner_circular_reference): New function.
10146         (check_circular_reference): Likewise.
10147         (array_initializer:): Accept {,}.
10148         (java_check_circular_reference): Rewritten using
10149         check_circular_reference and check_inner_circular_reference.
10150         (java_complete_expand_method): Unconditionally save and restore
10151         the unpurged exception list.
10152         (build_dot_class_method_invocation): Unmangle signature parameter.
10153
10154 2001-08-21  Tom Tromey  <tromey@redhat.com>
10155
10156         * decl.c (init_decl_processing): Add `throws' field to method
10157         descriptor.
10158         * class.c (make_method_value): Compute `throws' field for method.
10159
10160 2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
10161
10162         * parse.y (resolve_inner_class): Keep local_enclosing to NULL if
10163         circularity is detected.
10164         (ctors_unchecked_throws_clause_p): Fixed leading comment.
10165
10166 2001-08-17  Richard Henderson  <rth@redhat.com>
10167
10168         * class.c (emit_register_classes): Add align parameter to
10169         call to assemble_integer.
10170
10171 2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>
10172
10173         * jcf-parse.c (load_class): New locals saved and class_loaded. If
10174         loading a class_or_name fails, try considering an innerclass name
10175         and load the enclosing context.
10176         * parse.y (resolve_inner_class): New function.
10177         (find_as_inner_class): Added leading comment.
10178         (register_incomplete_type): Keep the current context as enclosing
10179         context for JDEP_FIELD dependencies.
10180         (do_resolve_class): Locals new_class_decl and super initialized to
10181         NULL. Call resolve_inner_class, explore the enclosing context
10182         superclass if necessary.
10183         Fixes PR java/4007
10184
10185 2001-08-16  Tom Tromey  <tromey@redhat.com>
10186
10187         * jcf-dump.c (main): Updated for change to jcf_path_seal.
10188         * gjavah.c (main): Updated for change to jcf_path_seal.
10189         * lang.c (version_flag): New global.
10190         (java_decode_option): Recognize `-version'.
10191         (java_init): Update for change to jcf_path_seal.
10192         * jcf.h (jcf_path_seal): Added `print' argument.
10193         * jcf-path.c (jcf_path_seal): Added `print' argument.
10194
10195 2001-08-13  Zack Weinberg  <zackw@panix.com>
10196
10197         * Make-lang.in (java/decl.o): Update dependencies.
10198         * decl.c: Include libfuncs.h, don't include toplev.h.
10199
10200 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
10201
10202         * decl.c (init_decl_processing): exception_type_node,
10203         class_not_found_type_node, and no_class_def_found_type_node
10204         initialized. predef_filenames augmented accordingly.
10205         instinit_identifier_node initialized.
10206         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
10207         * java-tree.h (enum java_tree_index): New entries
10208         JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
10209         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
10210         (exception_type_node): New macro.
10211         (class_not_found_type_node): Likewise.
10212         (no_class_def_found_type_node): Likewise.
10213         (instinit_identifier_node): Likewise.
10214         (PREDEF_FILENAMES_SIZE): Adjusted.
10215         (TYPE_HAS_FINAL_VARIABLE): Fixed typo.
10216         (struct lang_type): Fixed typo in bitfield name.
10217         (DECL_INSTINIT_P): New macro.
10218         (ID_INSTINIT_P): Likewise.
10219         * jcf-write.c (generate_classfile): instinit$ bears the Synthetic
10220         attribute.
10221         * parse.y (encapsulate_with_try_catch): New function.
10222         (generate_instinit): Likewise.
10223         (build_instinit_invocation): Likewise.
10224         (ctors_unchecked_throws_clause_p): Likewise.
10225         (add_instance_initializer): Deleted.
10226         (build_instance_initializer): Likewise.
10227         (in_instance_initializer): Likewise.
10228         (check_method_redefinition): instinit$ not to be verified.
10229         (java_complete_expand_methods): Generate instinit$, simplified code.
10230         (build_dot_class_method): Eliminated unnecessary locals. Use
10231         encapsulate_with_try_catch, removed unnecessary code.
10232         (fix_constructors): New local iii. Use build_instinit_invocation.
10233         (patch_method_invocation): Added comment.
10234         (maybe_use_access_method): Don't consider instinit$.
10235         (find_applicable_accessible_methods_list): Shorten the search for
10236         instinit$ too.
10237         (java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
10238         (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
10239         (patch_throw_statement): Likewise. Fixed typo.
10240
10241 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
10242
10243         Revert:
10244         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10245         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
10246         ASM_FINAL_SPEC.
10247         (lang_specific_pre_link): Use set_input to set input_filename.
10248         Append `main' here.
10249         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
10250         (main): Fix definition.
10251         Strip `main' from classname.
10252         Fixes PR java/227.
10253
10254 2001-08-11  Zack Weinberg  <zackw@panix.com>
10255
10256         * lex.h: Don't include setjmp.h.  Don't define
10257         SET_FLOAT_HANDLER or prototype set_float_handler.
10258
10259 2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10260
10261         * expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
10262         `poplevel' in the right order.
10263
10264 2001-08-09  Richard Henderson  <rth@redhat.com>
10265
10266         * Make-lang.in (class.o): Depend on TARGET_H.
10267         * class.c (emit_register_classes): Use target hooks instead of
10268         assemble_constructor and assemble_destructor.
10269
10270 2001-08-08  Alexandre Petit-Bianco  <apbianco@redhat.com>
10271
10272         * check-init.c (flags.h): Include
10273         (check_init): Don't report uninitialized static class
10274         initialization flags, don't free bit index when doing static class
10275         initialization optimization.
10276         (check_for_initialization): Return type changed to `unsigned int.'
10277         (attach_initialized_static_class): New function.
10278         * class.c (add_method_1): Create the initialized static class
10279         table if necessary.
10280         (finish_class): Always emit deferred inline methods.
10281         * decl.c (emit_init_test_initialization): Moved to expr.c
10282         (complete_start_java_method): Don't traverse
10283         DECL_FUNCTION_INIT_TEST_TABLE.
10284         (lang_mark_tree): Mark hash tables in function decls.
10285         * expr.c (emit_init_test_initialization): Moved from decl.c.
10286         (build_class_init): Create LAG_DECL_SPECIFIC for the static class
10287         initialization flag, set DECL_CONTEXT and
10288         LOCAL_CLASS_INITIALIZATION_FLAG.
10289         (java_lang_expand_expr): Emit initialization code for static class
10290         initialized flags when entering block, if necessary.
10291         * gcj.texi (-fno-optimize-static-class-initialization): Documented.
10292         * java-tree.h (flag_optimize_sci): New global variable declaration.
10293         (DECL_FUNCTION_INITIALIZED_CLASS_TABLE): New macro.
10294         (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND): Likewise.
10295         (LOCAL_FINAL_P): Fixed typo in comment.
10296         (FINAL_VARIABLE_P): Likewise.
10297         (LOCAL_CLASS_INITIALIZATIO_FLAG): New macro.
10298         (LOCAL_CLASS_INITIALIZATIO_FLAG_P): Likewise.
10299         (struct lang_decl): New fields `ict', `smic' and `cif.'
10300         (check_for_initialization): New returned value for global.
10301         (attach_initialized_static_class): New global function.
10302         (STATIC_CLASS_INIT_OPT_P): New macro.
10303         * lang-options.h (-fno-optimize-static-class-initialization): New flag.
10304         * lang.c (java_decode_option): Handle
10305         `-fno-optimize-static-class-initialization'
10306         * parse.y (start_complete_expand_method): New function.
10307         (java_expand_method_bodies): Likewise.
10308         (attach_init_test_initialization_flags): Likewise.
10309         (adjust_init_test_initialization): Likewise.
10310         (emit_test_initialization): Likewise.
10311         (java_complete_expand_methods): Nullify abstract and native method
10312         bodies.
10313         (java_complete_expand_method): New locals `fbody', `block_body'
10314         and `exception_copy.' Reorganized: directly return on empty method
10315         bodies, call `start_complete_expand_method', remember definitely
10316         initialized static class in function, don't expand method bodies.
10317         (java_expand_classes): Call `java_expand_method_bodies' before
10318         `finish_class' when compiling to native.
10319         (resolve_expression_name): Use `orig' after building outer class
10320         field access.
10321         (patch_invoke): Remember static method invocations.
10322
10323 2001-08-06  Richard Henderson  <rth@redhat.com>
10324
10325         * class.c (emit_register_classes): Pass a symbol_ref and priority
10326         to assemble_constructor.
10327
10328 2001-08-02  Alexandre Petit-Bianco  <apbianco@redhat.com>
10329
10330         * java-tree.h (all_class_filename): New macro.
10331         (enum java_tree_index): New enum `JTI_ALL_CLASS_FILENAME.'
10332         (BUILD_FILENAME_IDENTIFIER_NODE): Fixed leading comment. Link
10333         newly created IDENTIFIER_NODE to `all_class_filename.'
10334
10335 2001-08-01  Jeff Sturm  <jsturm@one-point.com>
10336
10337         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
10338         Use ggc_add_tree_root to register roots.
10339
10340 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
10341
10342         * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
10343         second operand calling check_init.
10344         * decl.c (complete_start_java_method): Swaped second and third
10345         arguments while creating WITH_CLEANUP_EXPR node.
10346         * jcf-write.c (generate_bytecode_insns): Use second operand
10347         instead of third when handling WITH_CLEANUP_EXPR.
10348         * parse.y (java_complete_lhs): Expand second operand of
10349         WITH_CLEANUP_EXPR nodes.
10350         (patch_synchronized_statement): Swaped second and third arguments
10351         while creating WITH_CLEANUP_EXPR node.
10352
10353 2001-07-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
10354
10355         * parse.y (create_interface): Avoid cyclic inheritance report when
10356         syntax error encountered during class definition.
10357         Fixes PR java/2956
10358
10359 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10360
10361         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
10362         ASM_FINAL_SPEC.
10363         (lang_specific_pre_link): Use set_input to set input_filename.
10364         Append `main' here.
10365         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
10366         (main): Fix definition.
10367         Strip `main' from classname.
10368         Fixes PR java/227.
10369
10370 2001-07-18  Tom Tromey  <tromey@redhat.com>
10371
10372         For PR java/2812:
10373         * lex.h: Use HAVE_ICONV, not HAVE_ICONV_H.
10374         * lex.c (java_new_lexer): Use ICONV_CONST.
10375         (java_read_char): Likewise.
10376         * Make-lang.in (jc1$(exeext)): Link against LIBICONV.
10377         (jv-scan$(exeext)): Likewise.
10378
10379 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
10380
10381         * parse.h (INTERFACE_INNER_MODIFIERS): Disallow `private.'
10382         * parse.y (check_class_interface_creation): Allow `private' if the
10383         enclosing is not an interface.
10384         (create_interface): Interface tagged public if the enclosing
10385         context is an interface.
10386         (create_class): Class tagged public if the enclosing context
10387         is an interface.
10388         Fixes PR java/2959
10389
10390 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
10391
10392         * class.c (push_class): Set DECL_SIZE to `integer_zero_node.'
10393         Fixes PR java/2665
10394
10395 2001-07-14  Tim Josling  <tej@melbpc.org.au>
10396
10397         * check-init.c (check_init): Remove references to EXPON_EXPR.
10398
10399 2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
10400
10401         * parse.y (java_complete_lsh): Set CAN_COMPLETE_NORMALLY and unset
10402         TREE_CONSTANT_OVERFLOW of CASE_EXPR value.
10403         Fixes PR java/3602
10404
10405 2001-07-13  Tom Tromey  <tromey@redhat.com>
10406
10407         * jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
10408         invocation.
10409
10410 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
10411
10412         * parse.y (patch_method_invocation): Don't override primary if one
10413         is already provided, but let this$<n> be built. Fixed comment.
10414
10415 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
10416
10417         * parse.y (empty_statement:): Report empty statement error only
10418         when found at class declaration level.
10419         Fixes PR java/3635
10420
10421 2001-07-12  Tom Tromey  <tromey@redhat.com>
10422
10423         * expr.c (expand_load_internal): New function.
10424         (LOAD_INTERNAL): Use it.
10425
10426 2001-07-11  Alexandre Petit-Bianco  <apbianco@redhat.com>
10427
10428         * parse.y (verify_constructor_super): Compare anonymous class ctor
10429         args with `valid_method_invocation_conversion_p.'
10430         Fixes PR java/3285
10431
10432 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
10433
10434         * lang-specs.h: Forbit the use if `-femit-class-file{s}' without
10435         `-fsyntax-only.' Fixes PR java/3248
10436
10437 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
10438
10439         * jcf-io.c (find_class): Clarified error message. Fixes PR java/2603
10440
10441 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
10442
10443         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): No `this' is fine if the
10444         current function is static. Fixes PR java/1970
10445
10446 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10447
10448         * parse.y (patch_method_invocation): Add enclosing context to ctor
10449         calls if necessary. Fixes PR java/2953
10450
10451 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10452
10453         * parse.y (resolve_package): Abort if qualified expression member
10454         isn't right.
10455         (qualify_ambiguous_name): Don't qualify as type if `this' in use.
10456         Fixes PR java/1391
10457
10458 2001-07-07  Zack Weinberg  <zackw@stanford.edu>
10459
10460         * verify.c: Don't use // comments.
10461
10462 2001-07-05  Tom Tromey  <tromey@redhat.com>
10463
10464         * lang.c (flag_assume_compiled): Removed.
10465         * java-tree.h (flag_assume_compiled): Removed.
10466         * lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
10467         -fhash-synchronization, -fuse-divide-subroutine,
10468         -fcheck-references, -femit-class-file, -femit-class-files,
10469         -fassume-compiled.  Updated --encoding information.  Changed
10470         -foutput-class-dir to `-d'.
10471
10472 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
10473
10474         * jcf-parse.c (parse_class_file): Add lineno parameter to
10475         debug_start_source_file call.
10476
10477 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10478
10479         * gcj.texi: Use gpl.texi.
10480         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Update
10481         dependencies and use doc/include in search path.
10482
10483 2001-07-03  Jeff Sturm  <jsturm@one-point.com>
10484
10485         * parse.y (fix_constructors): Test if a CALL_EXPR invokes
10486         `this'.  If so, don't build instance initializers.
10487
10488 2001-07-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
10489
10490         * parse.y (resolve_expression_name): Improved error message for
10491         inner class cases. Fixes PR java/1958
10492
10493 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
10494
10495         * lang.c: #include diagnostic.h
10496         (lang_print_error): Add a `diagnostic_context *' parameter.
10497         (java_dummy_print): Likewise.
10498         * Make-lang.in (JAVA_LEX_C): Depend on diagnostic.h
10499
10500 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
10501
10502         * jcf-parse.c (gcc_mark_jcf): Test for a finished JCF.
10503         * jcf.h (typedef struct JCF): New bitfield `finished.'
10504         (JCF_FINISH): Set `finished.'
10505         (JCF_ZERO): Reset `finished.'
10506         Fixes PR java/2633
10507
10508 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
10509
10510         * parse.y (class_body_declaration:): Don't install empty instance
10511         initializers.
10512         Fixes PR java/1314
10513
10514 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
10515
10516         * class.c (set_super_info): Call `set_class_decl_access_flags.'
10517         (set_class_decl_access_flags): New function.
10518         * java-tree.h (set_class_decl_access_flags): New prototype.
10519         * jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
10520         (parse_class_file): New local `decl_max_locals.' Take wide types
10521         into account to compute DECL_MAX_LOCALS.
10522         * parse.y (type_import_on_demand_declaration:): Ignore duplicate
10523         imports on demand.
10524
10525 2001-06-22  Jan van Male  <jan.vanmale@fenk.wau.nl>
10526
10527         * zipfile.h: Use GCC_JCF_H instead of JCF_H.
10528
10529 2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
10530
10531         * class.c (java_hash_tree_node): Fixed indentation in leading comment.
10532         * parse.y (do_resolve_class): Moved comments out to leading comment
10533         section. Removed local `start', New local `_ht' and
10534         `circularity_hash.'  Record `enclosing' in hash table and search
10535         it to detect circularity.  Use `enclosing' as an argument to
10536         `lookup_cl.' Free the hash table when done.
10537
10538 2001-06-19  Tom Tromey  <tromey@redhat.com>
10539
10540         * lex.c (java_read_char): Disallow invalid and overlong
10541         sequences.  Fixes PR java/2319.
10542
10543 2001-06-05  Jeff Sturm  <jsturm@one-point.com>
10544
10545         * decl.c (create_primitive_vtable): Don't call make_decl_rtl.
10546
10547 2001-06-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
10548
10549         * expr.c (force_evaluation_order): Match wrapped ctor calls, locate
10550         arguments accordingly.
10551
10552 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10553
10554         * gcj.texi: Move contents to just after title page.
10555
10556 2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>
10557
10558         * parse.y (type_literals:): Use `build_incomplete_class_ref' with
10559         builtin type.
10560         (patch_incomplete_class_ref): Build the class ref, build the class
10561         init if necessary, complete the tree.
10562         Fixes PR java/2605
10563
10564 2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
10565
10566         * parse.y (lookup_field_wrapper): Test `name' code.
10567         (resolve_qualified_expression_name): Test `qual_wfl' code.
10568         (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
10569         handle `qual_wfl' by code.
10570         (maybe_build_primttype_type_ref): Test `wfl' code.
10571
10572 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
10573
10574         * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
10575         fdl.texi.
10576         (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
10577         the dvi file in the java directory.
10578
10579 2001-05-25  Sam TH  <sam@uchicago.edu>
10580
10581         * gen-table.pl javaop.h jcf.h lex.h,
10582         parse.h: Fix header include guards.
10583
10584 2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10585
10586         * jv-scan.c (version): Update copyright year.
10587
10588 2001-05-21  Per Bothner  <per@bothner.com>
10589
10590         * jcf-parse.c (read_class):  If class is from .class or .zip file
10591         and it's already been read, don't push/pop parser context.
10592
10593 2001-05-18  Per Bothner  <per@bothner.com>
10594
10595         * jvspec.c (lang_specific_pre_link):  Re-arrange the linker
10596         command line so the jvgenmain-generated main program comes first.
10597
10598 2001-05-15  Tom Tromey  <tromey@redhat.com>
10599
10600         * class.c (build_utf8_ref): Don't generate identifier based on
10601         utf8const contents.
10602
10603 2001-05-12  Richard Henderson  <rth@redhat.com>
10604
10605         * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
10606         * expr.c (java_lang_expand_expr): Expand it.
10607         (process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
10608         calling build_exception_object_ref.
10609         * parse.y (catch_clause_parameter): Likewise.
10610         (build_dot_class_method): Likewise.
10611         (try_reference_assignconv): Likewise.
10612         * check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
10613         * jcf-write.c (generate_bytecode_insns): Likewise.
10614
10615 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
10616
10617         * parse.y (build_unresolved_array_type): Set
10618         EXPR_WFL_QUALIFICATION on the newly created wfl.
10619         Fixes PR java/2538. Fixes PR java/2535.
10620
10621 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
10622
10623         * parse.y (fix_constructors): Removed unnecessary assignment to
10624         local. Moved assignment to `this$<n>', fixed comments and
10625         indentation.
10626         (build_wfl_wrap): Fixed indentation.
10627         Fixes PR java/2598, java/2579 and java/2658.
10628
10629 2001-05-03  Mo DeJong  <mdejong@redhat.com>
10630
10631         * lex.c (java_new_lexer): Call iconv_close on temp handle used to
10632         check for byte swap.
10633
10634 2000-05-02  Jeff Sturm  <jsturm@one-point.com>
10635
10636         * expr.c (build_class_init): Move MODIFY_EXPR
10637         outside of COND_EXPR.  Remove variable `call'.
10638
10639 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10640
10641         * decl.c: NULL_PTR -> NULL.
10642         * jcf-write.c: Likewise.
10643
10644 2001-05-01  Tom Tromey  <tromey@redhat.com>
10645
10646         * Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
10647         (java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
10648         * gcj.texi: Updated copyright text.  Include fdl.texi.
10649         (Top): Link to new node.
10650
10651 2001-05-01  Per Bothner  <per@bothner.com>
10652
10653         * parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
10654
10655 2001-05-01  Per Bothner  <per@bothner.com>
10656
10657         * parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
10658         import_list contains the name, not the TREE_PURPOSE.
10659
10660 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10661
10662         * jcf-io.c (read_zip_member): Cast to long in comparison with
10663         signed value.
10664
10665         * jvspec.c (lang_specific_driver): Initialize variables.
10666
10667         * mangle.c (find_compression_record_match): Likewise.
10668
10669         * typeck.c (build_null_signature): Provide static prototype.  Mark
10670         parameter with ATTRIBUTE_UNUSED.
10671
10672         * verify.c (verify_jvm_instructions): Initialize variable.
10673
10674 2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10675
10676         * parse.y (do_resolve_class): Check for cyclic inheritance during
10677         inner class resolution.
10678
10679 2001-04-27  Per Bothner  <per@bothner.com>
10680
10681         * parse.y (java_expand_classes):  Don't change ctxp_for_generation
10682         while iterating, since that could cause gc to lose stuff.
10683
10684 2001-04-26  Per Bothner  <per@bothner.com>
10685
10686         Fix method search wrt scope of inner classes to match JLS2.
10687         * typeck.c (build_null_signature):  New static function.
10688         (has_method):  New function.  Uses build_null_signature and lookup_do.
10689         * java-tree.h (has_method):  New declaration.
10690         * parse.y (find_applicable_accessible_methods_list):  Do not search
10691         context of inner classes here.
10692         (patch_method_invocation):  Search scope, ie. current and outer clases,
10693         for method matching simple name, to find class.
10694
10695 2001-04-26  Per Bothner  <per@bothner.com>
10696
10697         * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
10698         Fix thinko:  If a single case, use if_icmpeq, not ifeq.
10699
10700         * constants.c (find_methodref_with_class_index):  New function.
10701         (find_methodref_index):  Use find_methodref_with_class_index.
10702         * java-tree.h (find_methodref_with_class_index):  New declaration.
10703         * jcf-write.c (generate_bytecode_insns case CALL_EXPR):  Don't change
10704         DECL_CONTEXT, instead use new find_methodref_with_class_index function.
10705         If context changed from interface to class, don't use invokeinterface.
10706
10707 2001-04-25  Per Bothner  <per@bothner.com>
10708
10709         * verify.c (verify_jvm_instructions):  For field instructions,
10710         check that field index is valid.  For invoke instructions, check that
10711         method index is valid.
10712
10713 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10714
10715         * config-lang.in (target_libs): Copy from $libgcj_saved.
10716
10717 2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10718
10719         * decl.c (init_decl_processing): Add new class "protectionDomain"
10720         field.
10721         * class.c (make_class_data): Set initial value for "protectionDomain".
10722
10723 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10724
10725         * jvspec.c (lang_specific_driver): Fix memory allocation
10726         deficit, by using concat in lieu of xmalloc/sprintf.
10727
10728 2001-04-20  Per Bothner  <per@bothner.com>
10729
10730         Fixes to compile multiple .class files at once.
10731         * decl.c (init_decl_processing):  Don't set CLASS_LOADED_P.
10732         * java-tree.h (CLASS_PARSED_P):  New macro.
10733         (CLASS_LOADED_P):  Re-define to use TYPE_SIZE and CLASS_PARSED_P.
10734         * jcf-parse.c (jcf_parse_source):  Inline into read_class.
10735         (read_class):  Avoid some code duplication.
10736         Don't call JCF_FINISH for a .class file - might be needed later.
10737         (jcf_parse):  Don't call layout_class here.  Check/set CLASS_PARSED_P
10738         rather than CLASS_LOADED_P, since latter implies class laid out.
10739         (yyparse):  Do layout_class and JCF_FINISh here instead, in pass 2.
10740         * parse.y:  Don't need to set CLASS_LOADED_P for array types.
10741
10742 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10743
10744         * Make-lang.in (java/boehm.o): Depend on toplev.h.
10745
10746         * boehm.c: Include toplev.h.
10747
10748 2001-04-06  Tom Tromey  <tromey@redhat.com>
10749             Alexandre Petit-Bianco  <apbianco@redhat.com>
10750
10751         Fix for PR gcj/1404 and PR gcj/2332:
10752         * parse.y (build_array_from_name): If we use the type_wfl then
10753         accumulate dimensions from the original type as well.
10754         (build_unresolved_array_type): Don't modify TYPE_OR_WFL in place.
10755
10756 2001-04-06  Tom Tromey  <tromey@redhat.com>
10757
10758         * parse.y (analyze_clinit_body): Return true if the second operand
10759         of a METHOD_EXPR is nonzero.
10760
10761 2001-04-06  Tom Tromey  <tromey@redhat.com>
10762
10763         * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build
10764         directory.
10765         ($(srcdir)/java/parse.c): Likewise.
10766
10767 2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
10768
10769         * gcj.texi: Use `which-gcj' instead of `which-g77.'
10770         (version-gcc): Initialized.
10771         (which-gcj): Likewise.
10772
10773 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
10774
10775         * java-tree.h (struct lang_decl): New macro
10776         `DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
10777         * parse.y (build_instance_initializer): New function.
10778         (add_instance_initializer): Use it.
10779         (java_fix_constructors): Set `current_class' before fix pass.
10780         (fix_constructors): Just return if already fixed. Move `super()'
10781         invocation ahead. Use `build_instance_initializer.'
10782         Fixes PR java/1315.
10783
10784 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
10785
10786         * parse.y (resolve_qualified_expression_name): Pass field's
10787         DECL_CONTEXT to `not_accessible_p.'
10788         (not_accessible_p): Changed parameters order in `inherits_from_p'
10789         invocation.
10790
10791 2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>
10792
10793         * lang-options.h: Add flag_check_references.
10794
10795 2001-04-04  Per Bothner  <per@bothner.com>
10796
10797         * java-tree.h (CONSTANT_VALUE_P):  New macro.
10798         * jcf-write.c (generate_classfile):  Use CONSTANT_VALUE_P.
10799         * parse.y (maybe_build_class_init_for_field):  New static function.
10800         (resolve_expression_name, resolve_field_access):  Use
10801         maybe_build_class_init_for_field instead of build_class_init
10802         This does not do the init if the field is compile-time-constant.
10803         (resolve_field_access):  Simplify.
10804
10805         * parse.y (fold_constant_for_init):  Merge test into switch.
10806
10807 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
10808
10809         * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
10810         on gansidecl.h.
10811         * buffer.c, jvgenmain.c: Don't include gansidecl.h.
10812
10813 2001-04-02  Zack Weinberg  <zackw@stanford.edu>
10814
10815         * expr.c (pop_type_0): Save the result of the first
10816         lang_printable_name call in a scratch buffer, so it
10817         won't be clobbered by the second call.
10818
10819 2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
10820
10821         * parse-scan.y (array_type:): Rewritten.
10822         (type_declaration:): `empty_statement' replaces `SC_TK.'
10823         (class_member_declaration:): `empty statement' added.
10824         (method_body:): Simplified.
10825         (static_initializer:): Likewise.
10826         (primary_no_new_array:): Use `type_literals.'
10827         (type_literals:): New rule.
10828         (dims:): Set and update `bracket_count.'
10829         Fixes PR java/1074. Fixes PR java/2412.
10830
10831 2001-03-28  Hans Boehm  <boehm@acm.org>
10832
10833         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'
10834         (get_boehm_type_descriptor): Set type on returned value to be a
10835         pointer length integer.
10836
10837 2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10838
10839         * expr.c (pop_type_0): Call `concat' rather than building the
10840         string manually.
10841         (pop_type): Add format specifier in call to `error'.
10842
10843         * parse.y (patch_method_invocation): Avoid casting away
10844         const-ness.
10845
10846 2001-03-28  Jeffrey Oldham  <oldham@codesourcery.com>
10847
10848         * jvgenmain.c (do_mangle_classname): End string constant with '\0'.
10849
10850 2001-03-28  Richard Henderson  <rth@redhat.com>
10851
10852         IA-64 ABI Exception Handling:
10853         * Make-lang.in (except.o): Don't depend on eh-common.h.
10854         * check-init.c (check_init): Handle EXC_PTR_EXPR.
10855         * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
10856         [soft_exceptioninfo_call_node]: Remove.
10857         [eh_personality_libfunc, lang_eh_runtime_type]: New.
10858         (end_java_method): No emit_handlers.
10859         * except.c (java_set_exception_lang_code): Remove.
10860         (method_init_exceptions): Don't call it.
10861         (prepare_eh_table_type): No CATCH_ALL_TYPE.
10862         (build_exception_object_ref): New.
10863         (expand_end_java_handler): Update for except.h name changes.
10864         (emit_handlers, expand_resume_after_catch): Remove.
10865         * expr.c (java_lang_expand_expr): Update for except.h name changes.
10866         (process_jvm_instruction): Use build_exception_object_ref.
10867         * java-tree.h (JTI_SOFT_EXCEPTIONINFO_CALL_NODE): Remove.
10868         (soft_exceptioninfo_call_node): Remove.
10869         (build_exception_object_ref): Declare.
10870         * jcf-write.c (generate_bytecode_insns) [CALL_EXPR]: No
10871         soft_exceptioninfo_call_node.  Move processing ...
10872         [EXC_PTR_EXPR]: ... here.
10873         * parse.h (BUILD_ASSIGN_EXCEPTION_INFO): Remove dead code.
10874         * parse.y (catch_clause_parameter): Use build_exception_object_ref.
10875         (source_end_java_method): No java_set_exception_lang_code or
10876         emit_handlers.
10877         (build_dot_class_method): Use build_exception_object_ref.
10878         (try_reference_assignconv): Check EXC_PTR_EXPR not
10879         soft_exceptioninfo_call_node.
10880
10881 2001-03-28  Richard Henderson  <rth@redhat.com>
10882
10883         * java-tree.h (throw_node): Define as a single member of
10884         java_global_trees instead of a separate array.
10885         (JTI_THROW_NODE): New.
10886         * decl.c (throw_node): Don't declare.
10887         (init_decl_processing): Init a scalar throw_node.
10888         Don't register it for gc.
10889         * check-init.c (check_init): Reference scalar throw_node.
10890         * expr.c (build_java_athrow): Likewise.
10891         * jcf-write.c (generate_bytecode_insns): Likewise.
10892         * parse.h (BUILD_THROW): Likewise.
10893
10894 2001-03-28  Richard Henderson  <rth@redhat.com>
10895
10896         * decl.c (end_java_method): Do not save and restore
10897         flag_non_call_exceptions.
10898         * parse.y (source_end_java_method): Likewise.
10899         * lang.c (flag_exceptions): Don't declare.
10900         (java_init_options): Set flag_non_call_exceptions.  Set
10901         flag_exceptions here ...
10902         (java_init): ... not here.
10903
10904 2001-03-27  Richard Henderson  <rth@redhat.com>
10905
10906         * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of
10907         exceptions_via_longjmp.
10908
10909         * lang.c (flag_new_exceptions): Don't declare it.
10910         (java_init_options): Or set it.
10911
10912 2001-03-27  Richard Henderson  <rth@redhat.com>
10913
10914         * decl.c (end_java_method): Rename asynchronous_exceptions to
10915         flag_non_call_exceptions.
10916         * parse.y (source_end_java_method): Likewise.
10917
10918 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10919
10920         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
10921
10922 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
10923
10924         * parse.h (DECL_END_SOURCE_LINE): Don't rely on DECL_FRAME_SIZE.
10925
10926 2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
10927
10928         * parse.y (find_as_inner_class): Follow current package
10929         indications not to mistakingly load an unrelated class.
10930
10931 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10932
10933         * constants.c (PUTN): Use memcpy, not bcopy.
10934
10935         * lex.c (java_read_char): Use memmove, not bcopy.
10936
10937         * parse.y (java_parser_context_resume): Use memcpy, not bcopy.
10938
10939 2001-03-23  Per Bothner  <per@bothner.com>
10940
10941         * verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
10942         macro for better error pin-pointing.
10943         * java-tree.h:  Fix typo in comment.
10944
10945         * jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
10946         Don't include jsr/goto in exception range.
10947         Check if start and end of exception range are the same (also TRY_EXPR).
10948         Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
10949         However, do emit the following goto even if try_block is empty.
10950         Defer freeing exception_decl until after the finalizer, to make
10951         sure the local isn't reused in the finalizer.  Fixes PR java/1208.
10952
10953         * parse.y (java_complete_lhs):  If the try-clause is empty, just
10954         return the finally-clause and vice versa.
10955
10956 2001-03-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
10957
10958         * gcj.texi (Input Options): documented the check for attribute
10959         `gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
10960         * java-tree.h (flag_force_classes_archive_check): Declared extern.
10961         * jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
10962         (jcf_parse): Check for the right classes archive if necessary.
10963         * jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
10964         (jcf_parse_fields): Fixed indentation.
10965         * jcf-write.c (append_gcj_attribute): New function.
10966         (generate_classfile): Compute the attribute count, invoke
10967         `append_gcj_attribute'.
10968         * jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
10969         turned into bit-fields. New bit-field `right_zip.'
10970         (JCF_ZERO): Set `right_zip' to zero.
10971         * lang-options.h (-fforce-classes-archive-check): Added flag.
10972         * lang.c (flag_force_classes_archive_check): New flag.
10973         (lang_f_options): New entry `force-classes-archive-check.'
10974         Fixes PR java/1213.
10975
10976 2001-02-07  Andrew Haley  <aph@redhat.com>
10977
10978         * gcj.texi (Configure-time Options): Add -fcheck-references.
10979         * expr.c (build_java_indirect_ref): New function.
10980         (java_check_reference): New function.
10981         (build_java_array_length_access): Use build_java_indirect_ref to
10982         check for null references.
10983         (build_java_arrayaccess): Likewise.
10984         (build_get_class): Likewise.
10985         (build_field_ref): Likewise.
10986         (invoke_build_dtable): Likewise.
10987         (build_invokeinterface): Likewise.
10988         * lang.c (lang_f_options): Add flag_check_references.
10989         * jvspec.c (jvgenmain_spec): Add flag_check_references.
10990         * java-tree.h (flag_check_references): New variable.
10991         * lang.c (flag_check_references): Likewise.
10992         * parse.y (patch_invoke): Use java_check_reference.
10993         (patch_assignment): Allow for extra nesting in
10994         _Jv_CheckArrayStore.
10995
10996 2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
10997
10998         * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.
10999         * lex.c (cxx_keywords): Likewise.
11000
11001 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
11002
11003         * parse.y (qualify_ambiguous_name): Broaden `length'
11004         recognition. Help MODIFY_EXPR be resolved as expression names.
11005         Fixes PR java/2066. Fixes PR java/2400.
11006
11007 2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
11008
11009         * gjavah.c (process_file): Mark interface definitions with
11010         "__attribute__ ((java_interface))".
11011
11012 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
11013
11014         * class.c (layout_class): Fixed push_super_field's second
11015         argument. Fixes PR java/2333.
11016         (jdep_resolve_class): Reset TYPE_SIZE if `error_mark_node', it's
11017         too early to lay innerclasses out.
11018
11019 2001-03-20  Tom Tromey  <tromey@redhat.com>
11020             Alexandre Petit-Bianco <apbianco@redhat.com>
11021
11022         * parse.y (patch_assignment): Handle the case of a SAVE_EXPR
11023         inside an array reference. Insertion of the array store check
11024         rewritten. Fixes PR java/2299.
11025
11026 2001-03-20  Tom Tromey  <tromey@redhat.com>
11027
11028         * lex.c (java_read_unicode): Only accept leading `u's.
11029
11030 2001-03-20  Tom Tromey  <tromey@redhat.com>
11031
11032         * jcf-parse.c (read_class): Initialize `class'.
11033
11034 2001-03-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11035
11036         * jcf_parse.c (jcf_parse): Eliminate unused variable.
11037
11038 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
11039
11040         * class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
11041         (layout_class): Likewise.
11042         (layout_class_method): Likewise.
11043         (emit_register_classes): Likewise.
11044         * decl.c (builtin_function): Likewise.
11045         (give_name_to_locals): Likewise.
11046
11047 2001-03-19  Per Bothner  <per@bothner.com>
11048
11049         * jcf-parse.c (load_inner_classes):  Check CLASS_LOADED_P
11050         before trying to load an inner class.
11051
11052         Fixes to process to command-line .class files in two passes.
11053         * java-tree.h (JAVA_FILE_P, CLASS_FILE_P, ZIP_FILE_P):  New flags.
11054         (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P):  Rename to ..
11055         (CLASS_FROM_CURRENTLY_COMPILED_P):  ... because it is more general now.
11056         * class.c (is_compiled_class):  Fix for renamed flag.
11057         * parse.y (maybe_create_class_interface_decl):  Likewise.
11058         * jcf-parse.c (yyparse):  Also set if compiling .class files.
11059         * jcf-parse.c (read_class);  Read current_class.
11060         (jcf_parse):  Make static.
11061         (load_inner_classes):  New function, with code moved from jcf_parse,
11062         because we need to inner classes after the command-line files are read.
11063         (yyparse):  Set finput to NULL when it doesn't need to be closed.
11064         Reduce use of main_jcf (basically only for archive) and
11065         use finput instead of main_jcf->read_state.
11066         Inline jcf_figure_file_type into yyparse.
11067         Set JAVA_FILE_P, CLASS_FILE_P, or ZIP_FILE_P on filename list name.
11068         Defer load_inner_classes and parse_class_file to a second pass,
11069         after we've correctly mapped command-line .clas fiels to classes.
11070         (jcf_figure_file_type):  Removed.
11071         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE):  Removed flags.
11072         (JCF_ZERO):  Also clear zipd field.
11073         * zipfile.h:  Conditionalize on JCF_H insread of JCF_ZIP.
11074
11075 2001-03-18  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11076
11077         * jcf-parse.c (yyparse): Change ch from char * to char.
11078
11079 2001-03-19  Per Bothner  <per@bothner.com>
11080
11081         * jvspec.c (lang_specific_driver):  Check for .zip and .jar files.
11082         Add constructed filelist-file at end, following -xjava.  Thus any .o
11083         and library files are not affected by the -xjava.  Also wrap
11084         explicit @FILE with -xjava and -xnone.
11085
11086 2001-03-19  Andrew Haley  <aph@cambridge.redhat.com>
11087
11088         * class.c (build_static_field_ref): Call make_decl_rtl() after
11089         setting the DECL_EXTERNAL flag.
11090
11091 2001-03-17  Per Bothner  <per@bothner.com>
11092
11093         * decl.c (clear_binding_level):  Fix initializer (broke 03-15).
11094
11095         * jcf-write.c (generate_bytecode_insns):  Handle emitting iinc
11096         when result is is needed (target is STACK_TARGET).
11097
11098         * parse.h (JDEP_SOLV):  Removed.
11099         * parse.y (register_incomplete_type):  Use JDEP_TO_RESOLVE instead.
11100
11101         * parse.y (incomplete_class_list): Removed.
11102         (obtain_incomplete_type): Don't use or set incomplete_class_list.
11103         It doesn't work if resolve_class changes the name of an array type
11104         that is on the list and then someone else looks for the modified name.
11105         Also, seems liable to break when compiling multiple source files at
11106         once.  So the simplest is to just remove incomplete_class_list -
11107         it is only a minor space win and it is not even clear it saves time.
11108
11109         * parse.y (resolve_class):  Remove unneeded promote_type.
11110
11111 2001-03-15  Per Bothner  <per@bothner.com>
11112
11113         * java-tree.h (BLOCK_IS_IMPLICIT):  New flag.
11114         * parse.h (BLOCK_EXPR_ORIGIN):  Removed macro.
11115         * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
11116         Use BLOCK_IS_IMPLICIT rather than BLOCK_EXPR_ORIGIN.
11117
11118         * jcf-parse.c (yyparse):  Set/reset input_filename for source file.
11119         * parse.y (java_expand_classes):  Likewise.
11120
11121         * parse.y (expand_start_java_method):  Was only called once and had a
11122         misleading name, so inline in caller java_complete_expand_method.
11123         (enter_a_block):  Likewise inline in enter_block and remove.
11124
11125         Remove junk from when gcc/java was created (by copying from C/C++).
11126         * decl.c (keep_next_level_flag, keep_next_if_subblocks):  Remove.
11127         (struct binding_level):  Remove fields keep, keep_if_subblocks,
11128         more_cleanups_ok, have_cleanups (which have never been used).
11129         (pushlevel, poplevel):  Remove related useless code.
11130
11131         * class.c (make_class_data):  The class_dtable_decl (i.e. the
11132         vtable for Class) should be external, except when compiling Class.
11133
11134         * jvspec.c (lang_specific_driver):  Fix -C handling.
11135         Check -save-temps to see if temp @FILE should be deleted.
11136         Follow-up to/fix for February 16 patch.
11137
11138         * verify.c (verify_jvm_instructions):  Better error msgs for dup.
11139         (type_stack_dup):  Remove no-longer neded error check.
11140
11141 2001-03-15  Bryce McKinlay  <bryce@albatross.co.nz>
11142
11143         * mangle.c (mangle_record_type): Rename 'from_pointer' argument
11144         to 'for_pointer'. If this type is for a pointer (argument) mangling,
11145         don't surround the element with 'N..E' if the type name is
11146         unqualified.
11147
11148 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
11149
11150         * class.c (build_static_field_ref): Use COPY_DECL_RTL,
11151         DECL_RTL_SET_P, etc.
11152         (make_method_value): Likewise.
11153         (get_dispatch_table): Likewise.
11154
11155         * decl.c (push_jvm_slot): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
11156
11157 2001-03-07  Tom Tromey  <tromey@redhat.com>
11158
11159         * config-lang.in (lang_requires): Define.
11160
11161 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
11162
11163         * typeck.c (convert): Check flag_unsafe_math_optimizations,
11164         not flag_fast_math.
11165
11166 2001-03-05  Per Bothner  <per@bothner.com>
11167
11168         Fix a problem where rest_of_decl_compilation applied to
11169         class_dtable_decl causes problems because it was done too early,
11170         before output file was opened.
11171         * decl.c (init_decl_processing):  Remove init of class_dtable_decl.
11172         * class.c (class_dtable_decl):  Add macro - element of class_roots.
11173         (make_class_data):  Define class_dtable_decl.
11174         * java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.
11175
11176 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
11177
11178         * java/class.c, java/decl.c, java/java-tree.h: Replace all
11179         uses of 'boolean' with 'bool'.
11180
11181 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
11182
11183         * lang-specs.h: Add zero initializer for cpp_spec field to all
11184         array elements.
11185
11186 2001-02-16  Per Bothner  <per@bothner.com>
11187
11188         Handle compiling multiple input files at once, and @FILE syntax.
11189         * gcj.texi:  Updated documentation to match.
11190         * java-tree.h (flag_filelist_file, init_src_parse):  New declarations.
11191         * jcf-parse.c (parse_source_file):  Split into ...
11192         (parse_source_file_1):  New function - and:
11193         (parse_source_file_2):  New function.
11194         (yyparse):  On -ffilelist-file, open and scan named file.
11195         On first pass over files, only do parse_source_file_1.
11196         A new second pass calls parse_source_file_2 for each file to compile.
11197         (init_jcf_parse):  Call init_src_parse.
11198         * jvspec.c (INDIRECT_FILE_ARG):  New flag.
11199         (lang_specific_driver):  Support @FILELIST-FILE syntax, as well
11200         as multiple input file combined in one compilation.
11201         * lang-options.h:  Add -ffilelist-file
11202         * lang.c (flag_filelist_file):  New flag variable.
11203         (lang_f_options):  Handle -ffilelist-file.
11204         * lex.c (java_init_lex): Don't clear ctxp->incomplete_class.
11205         * parse.h (struct parse_ctxt):  Remove fields incomplete_class and
11206         gclass_list - use global fields of src_parse_roots instead.
11207         * parse.y (src_parse_roots):  New array.
11208         (incomplete_class_list, gclass_list):  New macros.
11209         (push_parser_context, java_pop_parser_context,
11210         java_parser_context_resume):  Don't fiddle with deleted fields.
11211         (various):  Use incomplete_class gclass_list and global macros
11212         instead of parse_ctxt fields - the lists are global.
11213         (init_src_parse):  New function.
11214
11215 2001-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11216
11217         * decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
11218
11219 2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
11220
11221         * parse.y (check_inner_class_access): Moved declaration of local
11222         `enclosing_decl_type' to the right location.
11223
11224 2001-02-19  Bryce McKinlay  <bryce@albatross.co.nz>
11225
11226         * parse.y (parser_check_super_interface): Don't call
11227         check_pkg_class_access for an inner interface.
11228         (parser_check_super): Don't call check_pkg_class_access for inner
11229         class.
11230         (do_resolve_class): Simplify enclosing type loop. Don't call
11231         check_pkg_class_access if CL and DECL are not set.
11232         (find_in_imports_on_demand): Set DECL if class_type needed to be
11233         loaded. Don't call check_pkg_class_access for an inner class.
11234         (check_inner_class_access): Rewritten to implement member access
11235         rules as per spec 6.6.1.
11236         (check_pkg_class_access): Handle the empty package correctly.
11237         (in_same_package): New function. Determine if two classes are in the
11238         same package.
11239
11240 2001-02-18  Bryce McKinlay  <bryce@albatross.co.nz>
11241
11242         * typeck.c (build_java_array_type): Don't try to poke a public `clone'
11243         method into array types.
11244         * parse.y (patch_method_invocation): Bypass access check on clone call
11245         to array instance.
11246
11247 2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
11248
11249         * expr.c (build_instanceof): Check for arrays when trying fold to
11250         false.
11251
11252 2001-02-15  Jim Meyering  <meyering@lucent.com>
11253
11254         * Make-lang.in (java.install-common): Depend on `installdirs'.
11255         (java.install-info): Likewise.
11256
11257 2001-02-15  Bryce McKinlay  <bryce@albatross.co.nz>
11258
11259         * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
11260
11261 2001-02-14  Tom Tromey  <tromey@redhat.com>
11262             Alexandre Petit-Bianco  <apbianco@cygnus.com>
11263
11264         Fix for PR java/1261.
11265         * typeck.c (build_java_array_type): Add public `clone' method to
11266         arrays.
11267         * parse.y (resolve_qualified_expression_name): Use current_class
11268         when checking for inaccessibility.
11269         (patch_method_invocation): Fixed error message when accessibility
11270         denied.  Added `from_super' argument.
11271
11272 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
11273
11274         * parse.y (resolve_class): Don't build a fake decl. Use the one
11275         already built.
11276         * typeck.c (build_java_array_type): Build and assign decl to array
11277         type.
11278
11279 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
11280
11281         * parse.y (not_accessible_p): Changed leading comment. Added extra
11282         `where' argument. Use it to enforce protected access rules.
11283         (resolve_qualified_expression_name): Added extra argument to
11284         not_accessible_p.
11285         (patch_method_invocation): Use argument `primary' to provide
11286         not_accessible_p with an extra argument.
11287         (lookup_method_invoke): Added extra argument to not_accessible_p.
11288         (search_applicable_method_list): Likewise.
11289
11290 2001-02-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
11291
11292         * parse.y (resolve_qualified_expression_name): Try to resolve as
11293         an inner class access only if `decl' is a TYPE_DECL.
11294
11295 2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11296
11297         * decl.c (classdollar_identifier_node): Initialize.
11298         * java-tree.h (enum java_tree_index): New entry
11299         `JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
11300         (classdollar_identifier_node): New macro.
11301         (ID_CLASSDOLLAR_P): Likewise.
11302         * parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
11303         (build_dot_class_method_invocation): Likewise.
11304         (find_applicable_accessible_methods_list): `class$' can't be
11305         inherited.
11306
11307 2001-02-09  Raja R Harinath  <harinath@cs.umn.edu>
11308
11309         * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
11310
11311 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
11312
11313         * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
11314         * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
11315         gone.
11316
11317 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
11318
11319         * mangle_name (append_unicode_mangled_name): Emit `_' or `U'
11320         outside of the `__U' sequence too.
11321         (unicode_mangling_length): Count `_' or `U' outside of the `__U'
11322         sequence too.
11323
11324 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
11325
11326         * jvgenmain.c (error): Reversed 2001-02-01 deletion.
11327
11328 2001-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11329
11330         * Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
11331         (JVGENMAIN_OBJS): Likewise.
11332         * java-tree.h (append_gpp_mangled_name): New prototype.
11333         * jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
11334         Removed cast calling `gcc_add_root.'
11335         * jvgenmain.c (mangle_obstack): New global, initialized.
11336         (main): Use it.
11337         (do_mangle_class): Constify local `ptr.'
11338         Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
11339         append_gpp_mangle_name and update `count' if necessary.
11340         Use `mangle_obstack.'
11341         * mangle.c (append_unicode_mangled_name): Removed.
11342         (append_gpp_mangled_name): Likewise.
11343         (unicode_mangling_length): Likewise.
11344         (mangle_member_name): Return type set to `void.'
11345         (mangle_field_decl): Don't append `U' in escaped names.
11346         (mangle_method_decl): Likewise.
11347         (mangle_member_name): Just use `append_gpp_mangled_name.'
11348         * mangle_name.c: New file.
11349
11350 2001-02-07  Per Bothner  <per@bothner.com>
11351
11352         * check-init.c (check_init):  Fix TRY_FINALLY_EXPR logic.
11353
11354         * check-init.c (check_init):  Don't call done_alternative after
11355         processing loop code, as a LOOP_EXPR never terminates normally.
11356
11357 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11358
11359         * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
11360
11361 2001-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11362
11363         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
11364         DECLs.
11365
11366 2001-02-06  Tom Tromey  <tromey@redhat.com>
11367
11368         * lex.c (java_new_lexer): Longer error message.
11369
11370 2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
11371             Alexandre Petit-Bianco  <apbianco@cygnus.com>
11372
11373         * typeck.c (build_prim_array_type): Added leading comment.
11374         (build_java_array_type): Moved locals out of
11375         block. Always create the `data' field, fixed alignment to match
11376         C++.
11377
11378 2001-02-04  Tom Tromey  <tromey@redhat.com>
11379
11380         * expr.c (java_lang_expand_expr): Don't bother recomputing
11381         `length'.  Use rest_of_decl_compilation, not make_decl_rtl.
11382         Fixes PR java/1866.
11383
11384 2001-02-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11385
11386         * parse.y (process_imports): Save the original name of the import
11387         for better error report.
11388
11389 2001-02-04  Bryce McKinlay  <bryce@albatross.co.nz>
11390
11391         * Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
11392         of macros used when compiling jvspec.c.
11393         * jvspec.c (lang_specific_driver): Link with the shared
11394         libgcc by default.
11395
11396 2001-02-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11397
11398         * check-init.c (check_init): Call internal_error instead of fatal.
11399         * expr.c (java_lang_expand_expr): Likewise.
11400         * jcf-parse.c (get_constant): Likewise.
11401         * mangle.c (java_mangle_decl): Likewise.
11402         * parse.y (make_nested_class_name, java_complete_lhs): Likewise.
11403         (operator_string): Likewise.
11404         * check-init.c (check_init): Call abort instead of fatal.
11405         * class.c (build_class_ref): Likewise.
11406         * constants.c (write_constant_pool): Likewise.
11407         * decl.c (start_java_method): Likewise.
11408         * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise.
11409         (java_stack_dup, encode_newarray_type): Likewise.
11410         (build_java_array_length_access): Likewise.
11411         (build_java_check_indexed_type, expand_java_pushc): Likewise.
11412         (build_java_soft_divmod, build_invokeinterface): Likewise.
11413         * java-tree.h (INNER_CLASS_P): Likewise.
11414         * jcf-parse.c (parse_signature, get_name_constant): Likewise.
11415         (give_name_to_class, get_class_constant): Likewise.
11416         * jcf-write.c (CHECK_PUT, CHECK_OP, get_access_flags): Likewise.
11417         (find_constant_index, generate_bytecode_conditional): Likewise.
11418         (generate_bytecode_insns, perform_relocations): Likewise.
11419         * lex.c (java_unget_unicode, java_lex): Likewise.
11420         * mangle.c (mangle_type, mangle_record_type): Likewise.
11421         (mangle_pointer_type, mangle_array_type, init_mangling): Likewise.
11422         (finish_mangling): Likewise.
11423         * parse.h (MARK_FINAL_PARMS): Likewise.
11424         * parse.y (pop_current_osb, unreachable_stmt_error): Likewise.
11425         (obtain_incomplete_type, java_complete_class): Likewise.
11426         (java_check_regular_methods, java_complete_expand_method): Likewise.
11427         (cut_identifier_in_qualified, check_deprecation): Likewise.
11428         (patch_invoke, find_applicable_accessible_methods_list): Likewise.
11429         (java_complete_lhs, lookup_name_in_blocks): Likewise.
11430         (check_final_variable_indirect_assignment, build_unaryop): Likewise.
11431         * typeck.c (set_local_type, parse_signature_type): Likewise.
11432         (parse_signature_string, build_java_signature): Likewise;
11433         (set_java_signature): Likewise.
11434         * verify.c (type_stack_dup, CHECK_PC_IN_RANGE): Likewise.
11435         * class.c (add_method): Call fatal_error instead of fatal.
11436         (build_static_field_ref): Likewise.
11437         * expr.c (build_known_method_ref, expand_invoke): Likewise.
11438         * jcf-parse.c (get_constant, jcf_parse): Likewise.
11439         * lex.c (java_new_new_lexer): Likewise.
11440         * jv-scan.c (main): Likewise.
11441         (fatal_error): Renamed from fatal.
11442         * jcf-parse.c (yyparse): Call fatal_io_error instead of
11443         pfatal_with_name.
11444         * jcf-parse.c (jcf_parse_source): Call fatal_io_error, not fatal.
11445         (yyparse): Likewise.
11446         * jcf-write.c (make_class_file_name, write_classfile): Likewise.
11447         * lex.c (java_get_line_col): Likewise.
11448         * jcf-parse.c (load_class): Make errors non-fatal.
11449         * lex.c (byteswap_init, need_byteswap): Only #ifdef HAVE_ICONV.
11450
11451 2001-02-01  Bryce McKinlay  <bryce@albatross.co.nz>
11452
11453         * jvgenmain.c (class_mangling_suffix): Remove unused string.
11454         (error): Remove unused function.
11455         (main): Don't use "__attribute__ alias" on generated class symbol.
11456
11457 2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11458
11459         * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
11460         argument.
11461         * parse.y (finish_method_declaration): Code accounting for WFLed
11462         method DECL_NAMEs deleted.
11463         (check_abstract_method_definitions): Likewise.
11464         (resolve_type_during_patch): Layout resolved type.
11465         * typeck.c (lookup_do): Removed unused local.
11466
11467 2001-01-30  Bryce McKinlay  <bryce@albatross.co.nz>
11468
11469         * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
11470         * decl.c (init_decl_processing): Use integer_minus_one_node, not
11471         integer_negative_one_node.
11472         * expr.c (build_java_binop): Likewise.
11473
11474 2001-01-24  Jeff Sturm  <jeff.sturm@commerceone.com>
11475
11476         * zextract.c (read_zip_archive): Read file_offset before writing
11477         zipd and consequently clobbering the header contents.
11478
11479 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11480
11481         * Make-lang.in: Remove all dependencies on defaults.h.
11482         * decl.c: Don't include defaults.h.
11483         * expr.c: Likewise.
11484         * parse.y: Likewise.
11485
11486 2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11487
11488         * ChangeLog (2001-01-21): Fixed typo.
11489         * class.c (layout_class_method): Code accounting for WFLed
11490         method DECL_NAMEs deleted.
11491         * constant.c (find_methodref_index): Likewise.
11492         * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
11493         * java-tree.h (DECL_FUNCTION_WFL): New macro.
11494         (struct lang_decl): New field `wfl'.
11495         (java_get_real_method_name): Prototype deleted.
11496         * mangle.c (mangle_method_decl): Code accounting for WFLed
11497         method DECL_NAMEs deleted.
11498         * parse.h (GET_METHOD_NAME): Macro deleted.
11499         * parse.y (reset_method_name): Deleted.
11500         (method_header): Set DECL_FUNCTION_WFL.
11501         (check_abstract_method_header): Code accounting for WFLed method
11502         DECL_NAMEs deleted.
11503         (java_get_real_method_name): Deleted.
11504         (check_method_redefinition): Code accounting for WFLed method
11505         DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
11506         (java_check_regular_methods): Likewise.
11507         (java_check_abstract_methods): Likewise.
11508         (java_expand_classes): Don't call `reset_method_name.'
11509         (search_applicable_method_list): Use DECL_NAMEs instead of
11510         GET_METHOD_NAME.
11511         * typeck.c (lookup_do): Code accounting for WFLed method
11512         DECL_NAMEs deleted.
11513
11514 2001-01-25  Richard Earnshaw  <rearnsha@arm.com>
11515
11516         * lex.c (java_read_char): Check for EOF from getc first.
11517
11518 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11519
11520         * class.c (layout_class): Don't lay the superclass out if it's
11521         already being laid out.
11522         * jcf-parse.c (handle_innerclass_attribute): New function.
11523         (HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
11524         handle_innerclasses_attribute.
11525         (jcf_parse): Don't load an innerclasses if it's already being
11526         laid out.
11527         * jcf-write.c (append_innerclass_attribute_entry): Static
11528         `anonymous_name' and its initialization deleted. `ocii' and `ini'
11529         to be zero for anonymous classes.
11530
11531 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11532
11533         * class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
11534         necessary.
11535         * jcf-parse.c (set_source_filename): Use
11536         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
11537
11538 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11539
11540         * expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
11541         gets a unique asm name.
11542
11543 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11544
11545         * jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
11546         (HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
11547         if necessary.
11548         (HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
11549         * jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
11550         * parse.y (lookup_package_type_and_set_next): Deleted.
11551         (resolve_package): Removed unnecessary code.
11552         (find_applicable_accessible_methods_list): `finit$' can't be
11553         inherited.
11554         * verify.c (pop_argument_types): Added missing prototype.
11555
11556 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11557
11558         * config-lang.in: Disable java by default.
11559
11560 2001-01-23  Tom Tromey  <tromey@redhat.com>
11561
11562         * gcj.texi (Copying): New node.
11563         Added copyright information.
11564
11565 2001-01-21  Per Bothner  <per@bothner.com>
11566
11567         Various fixes to allow compiling a compressed .jar/.zip archive.
11568         * zipfile.h (struct ZipFileCache):  Replace by struct ZipFile.
11569         (struct ZipFile):  Add fields name and next (from  ZipFileCache).
11570         (struct ZipDirectory):  New field zipf points to owning ZipFile.
11571         * jcf.h (struct ZipDirectory):  Add forward declaration.
11572         (struct JCF):   Declare zipd field to have type struct ZipDirectory.
11573         Remove seen_in_zip and zip_offset fields.
11574         (JCF_SEEN_IN_ZIP):  New macro.
11575         * zextract.c (read_zip_archive):  Set ZipDirectory's zipf field.
11576         * jcf-io.c:  Change all ZipFileCache to ZipFile.
11577         (read_zip_member):  New function.
11578         (open_in_zip):  Call read_zip_member.
11579         * jcf-parse.c (find_in_current_zip):  Remove function.
11580         (read_class):  Merge in find_in_current_zip functionality.
11581         Call read_zip_member if needed.
11582         (parse_zip_file_entries):  Use read_zip_member.
11583         (process_zip_dir):  Update for removed and added JCF fields.
11584         (jcf_figure_file_type):  Re-use, don't copy initial ZipFile struct.
11585
11586 2001-01-21  Per Bothner  <per@bothner.com>
11587
11588         Minor optimization of static ggc roots.
11589         * jcf-parse.c (parse_roots):  New static field.
11590         (current_field, current_method, current_file_list):  Replace by macros
11591         naming fields of parse_roots.
11592         (init_jcf_parse):  Combine 3 ggc_add_tree_root calls to 1.
11593         * class.c (class_roots):  New static field.
11594         (registered_class, fields_ident, info_ident, class_list):
11595         New macros naming fields of parse_roots.
11596         (build_static_field_ref):  Don't register roots here.
11597         (layout_class):  Static field list replaced by macro class_list.
11598         (init_class_processing):  Call ggc_add_tree_root for 4 roots.
11599         Initialize fields_ident and info_ident here.
11600
11601 2001-01-21  Per Bothner  <per@bothner.com>
11602
11603         * jcf-parse.c (ggc_mark_jcf):  New function.
11604         (init_jcf_parse):  Register current_jcf as ggc root.
11605
11606 2001-01-21  Per Bothner  <per@bothner.com>
11607
11608         * lang.c (put_decl_node):  Print method's name.
11609
11610 2001-01-21  Per Bothner  <per@bothner.com>
11611
11612         * verify.c (VERIFICATION_ERROR_WITH_INDEX):  New macro.
11613         (verify_jvm_instructions):  Use it, for better error messages on loads.
11614
11615 2001-01-21  Per Bothner  <per@bothner.com>
11616
11617         * verify.c (merge_type_state):  Still may have to merge even if
11618         LABEL_VERIFIED (label).
11619
11620 2001-01-21  Per Bothner  <per@bothner.com>
11621
11622         * parse.y (method_header):  Don't set the DECL_NAME of a FUNCTION_DECL
11623         to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
11624
11625 2001-01-19  Per Bothner  <per@bothner.com>
11626
11627         * expr.c (pop_type_0):  Only return object_ptr_type_node on mismatch
11628         if expeting an interface type.  Refines Tom's change of 2000-09-12.
11629
11630 2001-01-18  Per Bothner  <per@bothner.com>
11631
11632         * gcj.texi (Input Options): Mention .java files.
11633
11634 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11635
11636         * lang-options.h (-Wunsupported-jdk11): Removed.
11637         * lang.c (flag_not_overriding): Deleted.
11638         (flag_static_local_jdk1_1): Likewise.
11639         (lang_W_options): Removed "unsupported-jdk11" entry.
11640         * parse.y (java_check_methods): Removed dead code.
11641
11642 2001-01-17  Tom Tromey  <tromey@redhat.com>
11643
11644         Changes suggested by Per Bothner:
11645         * gcj.texi (Input Options): Don't mention input files.
11646         (Code Generation): Updated --main information.
11647         (Invoking jcf-dump): Mention that --javap is incomplete.
11648         From Alexandre Petit-Bianco:
11649         (Warnings): Don't mention -Wunsupported-jdk11.
11650         My stuff:
11651         (Compatibility): Mention JDK 1.2-ness of libraries.
11652         (Resources): Mention resources used when writing gcj.
11653
11654 2001-01-17  Tom Tromey  <tromey@redhat.com>
11655
11656         * gcj.texi: New file.
11657         * Make-lang.in ($(srcdir)/java/gcj.info): New target.
11658         (java.info): Depend on gcj.info.
11659         (java/gcj.dvi): New target.
11660         (java.dvi): Depend on gcj.dvi.
11661         (java.install-info): Wrote.
11662
11663 2001-01-16  Jeff Sturm  <jeff.sturm@appnet.com>
11664
11665         * expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after
11666         having called make_decl_rtl.
11667
11668 2001-01-14  Per Bothner  <per@bothner.com>
11669
11670         Various patches to emit better messages on verification errors.
11671         * expr.c (push_type_0):  Return error indication on stack overflow,
11672         instead of callinfg fatal.
11673         (push_type):  Now just call push_type_0 (nd fatal on overflow).
11674         (pop_type_0):  Return detailed error message (in a char** argument).
11675         (pop_type):  If pop_type_0 fails, print error message.
11676         (pop_argument_types):  Moved to verify.c.
11677         * verify.c (pop_argument_types):  Moved from expr.c.
11678         Return a (possible) error message, rather than void.
11679         (POP_TYPE, POP_TYPE_CONV, PUSH_TYPE, PUSH_PENDING):  New macros.
11680         (verify_jvm_instruction):  Use new macros, improving error messages.
11681         For case OPCODE_astore use object_ptr_type_node.
11682         * java-tree.h (TYPE_UNDERFLOW, TYPE_UNEXPECTED):  New macros.
11683         (pop_type_0, push_type_0, pop_argument_types):  Update accordingly.
11684
11685         * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is
11686         constant, return body without wrapper.  (Improves constant folding.)
11687         * lex.c (build_wfl_node):  Clear TREE_TYPE from returned node.
11688
11689 2001-01-13  Per Bothner  <per@bothner.com>
11690
11691         * expr.c (expand_java_field_op):  Assigning to a final field outside
11692         an initializer does not violate JVM spec, so should be warning, not
11693         error.  (Sun's verifier does not complain - though MicroSoft's does.)
11694
11695 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11696
11697         * gjavah.c (version), jcf-dump.c (version): Update copyright year
11698         to 2001.
11699
11700 2001-01-11  Bryce McKinlay  <bryce@albatross.co.nz>
11701
11702         * parse.y (resolve_expression_name): Permit instance variables from
11703         enclosing context in super constructor call.
11704         (resolve_qualified_expression_name): Permit enclosing class's qualified
11705         "this" in super constructor call.
11706
11707 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
11708
11709         * class.c (build_utf8_ref): Remove last argument in call to
11710         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
11711         (build_class_ref): Likewise.
11712         (build_static_field_ref): Likewise.
11713         (get_dispatch_table): Likewise.
11714         (layout_class_method): Likewise.
11715         (emit_register_classes): Likewise.
11716         * constants.c (build_constant_data_ref): Likewise.
11717         * decl.c (builtin_function): Likewise.
11718         (create_primitive_vtable): Likewise.
11719         * expr.c (build_known_method_def): Likewise.
11720         (build_jni_stub): Likewise.
11721         (java_lang_expand_expr): Likewise.
11722
11723 2001-01-10  Tom Tromey  <tromey@redhat.com>
11724
11725         * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
11726
11727 2001-01-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11728
11729         * java-tree.h (lang_printable_name_wls): New prototype.
11730         * lang.c (put_decl_name): Removed dead code. Use DECL_CONTEXT
11731         rather than `current_class' to print type name. Don't prepend type
11732         names when printing constructor names.
11733         (lang_printable_name_wls): New function.
11734         * jcf-parse.c (jcf_parse_source): Pass NULL `file' argument to
11735         `build_expr_wfl', alway set EXPR_WFL_FILENAME_NODE.
11736         * parse.y (patch_method_invocation): Message tuned for constructors.
11737         (not_accessible_p): Grant `private' access from within
11738         enclosing contexts.
11739
11740 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11741
11742         All files with updated copyright when applicable.
11743         * Make-lang.in (JVGENMAIN_OBS): Removed java/mangle.o.
11744         * class.c (mangle_class_field): Function removed.
11745         (append_gpp_mangled_type, mangle_static_field, mangle_field): Likewise.
11746         (utf8_cmp, cxx_keyword_p): Moved to lex.c.
11747         (build_class_ref): Call `java_mangle_class_field' instead of
11748         `mangle_class_field.'
11749         (build_dtable_decl): Rewritten to call `java_mangle_vtable.'
11750         (layout_class): Call `java_mangle_decl' instead of
11751         `mangle_static_field.'
11752         (cxx_keywords): Initialized static array moved to `lex.c.'
11753         (layout_class_method): Changed leading comment. Simplified to
11754         call `java_mangle_decl.' Local `ptr' moved in for loop body.
11755         * decl.c (lang_mark_tree): Mark field `package_list.'
11756         * java-tree.h (TYPE_PACKAGE_LIST): New macro.
11757         (struct lang_type): New field `package_list.'
11758         (unicode_mangling_length): Prototype removed.
11759         (append_gpp_mangled_name, append_gpp_mangled_classtype,
11760         emit_unicode_mangled_name): Likewise.
11761         (cxx_keyword_p): New prototype.
11762         (java_mangle_decl, java_mangle_class_field,
11763         java_mangle_class_field_from_string, java_mangle_vtable): Likewise.
11764         * jcf-parse.c (jcf_parse_source): Constify `file' argument to
11765         `build_expr_wfl.'
11766         * jvgenmain.c (main_method_prefix): Global variable removed.
11767         (main_method_suffix): Likewise.
11768         (do_mangle_classname): New function.
11769         (main): Call it. Format changed to accommodate new mangling scheme.
11770         * lex.c: (utf8_cmp): Conditionally prototyped.
11771         (cxx_keywords): Moved from class.c, conditionally defined.
11772         (utf8_cmp, cxx_keyword_p): Likewise.
11773         * mangle.c (obstack.h, ggc.h): Included.
11774         (mangle_field_decl): New function.
11775         (mangle_method_decl, mangle_type, mangle_pointer_type,
11776         mangle_array_type, mangle_record_type,
11777         find_compression_pointer_match, find_compression_array_match,
11778         find_compression_record_match,
11779         find_compression_array_template_match, set_type_package_list,
11780         entry_match_pointer_p, emit_compression_string, init_mangling,
11781         finish_mangling, compression_table_add, mangle_member_name): Likewise.
11782         (mangle_obstack): New global.
11783         (MANGLE_RAW_STRING): New macro.
11784         (unicode_mangling_length): Turned static.
11785         (append_unicode_mangled_name): Renamed from
11786         `emit_unicode_mangled_name.'  Turned static. `mangle_obstack'
11787         replaces `obstack', removed from the parameter list.
11788         (append_gpp_mangled_name): Turned static. `mangle_obstack'
11789         replaces parameter `obstack', removed from the parameter list. Call
11790         `append_unicode_mangled_name' instead of `emit_unicode_mangled_name.
11791         (append_gpp_mangled_classtype): Removed.
11792         (compression_table, compression_next): New static variables.
11793         * parse.y (temporary_obstack): Extern declaration removed.
11794
11795 2001-01-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11796
11797         * parse.y (patch_binop): Compute missing type in error situations.
11798
11799 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
11800
11801         * class.c (make_class_data): Push initial value for "arrayclass".
11802         * decl.c (init_decl_processing): Add new class field "arrayclass".
11803
11804 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
11805
11806         From patha@softlab.ericsson.se:
11807         * parse.y (switch_label): Use build, not build1, to construct
11808         DEFAULT_EXPR.
11809
11810 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
11811
11812         * lang.c (lang_decode_option): Change -MA to -MP.
11813         * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target):
11814         Update to new prototype; do quote targets.
11815         (jcf_dependency_write): Update.
11816
11817 2000-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
11818
11819         Shorten primitive array allocation path:
11820         * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
11821         to create new primitive arrays.
11822         * expr.c (build_newarray): If generating native code, call
11823         soft_newarray_node with a reference to the primitive TYPE identifier
11824         instead of type_value.
11825
11826 2000-12-17  Bryce McKinlay  <bryce@albatross.co.nz>
11827
11828         Fix for PRs gcj/312 and gcj/253:
11829         * parse.y (valid_ref_assignconv_cast_p): Load classes for source and
11830         dest if they arn't already.
11831         * class.c (layout_class): Call maybe_layout_super_class on
11832         superinterfaces also, but only if compiling from bytecode.
11833
11834         Fix for PR gcj/373:
11835         * parse.y (create_class): Set ACC_STATIC if class is declared in an
11836         interface.
11837
11838 2000-12-15  Tom Tromey  <tromey@redhat.com>
11839
11840         * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
11841         set.
11842
11843 2000-12-14  Andrew Haley  <aph@redhat.com>
11844
11845         * boehm.c (mark_reference_fields): Change test to correctly detect
11846         bitmap overflow.
11847
11848 2000-12-15  Andreas Jaeger  <aj@suse.de>
11849
11850         * config-lang.in (lang_dirs): Added.
11851
11852 2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11853
11854         * parse.y (end_artificial_method_body): Fixed undefined behavior.
11855         Credits go to rth for finding it.
11856
11857 2000-12-13  Mike Stump  <mrs@wrs.com>
11858
11859         * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
11860
11861 2000-11-07  Tom Tromey  <tromey@cygnus.com>
11862
11863         * Make-lang.in (JAVA_LEX_C): Added chartables.h.
11864         * lex.c (java_ignorable_control_p): Removed.
11865         (java_letter_or_digit_p): Removed.
11866         (java_start_char_p): New function.
11867         (java_read_char): Return `int', not `unicode_t'.  Changed
11868         callers.
11869         (java_read_unicode): Likewise.
11870         (java_read_unicode_collapsing_terminators): Likewise.
11871         (java_get_unicode): Likewise.
11872         (java_new_lexer): Initialize hit_eof.
11873         (java_parse_end_comment): Take `int' argument.
11874         (java_parse_doc_section): Likewise.
11875         (java_parse_escape_sequence): Don't allow backlash-newline.
11876         Return `int'.
11877         * lex.h (JAVA_DIGIT_P): Removed.
11878         (_JAVA_LETTER_OR_DIGIT_P): Removed.
11879         (_JAVA_IDENTIFIER_IGNORABLE): Removed.
11880         (JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
11881         (JAVA_PART_CHAR_P): New macro.
11882         (UEOF): Now -1.
11883         (JAVA_CHAR_ERROR): Now -2.
11884         (java_lexer): New field `hit_eof'.
11885         * chartables.h: New file.
11886         * gen-table.pl: new file.
11887
11888 2000-11-20  Tom Tromey  <tromey@cygnus.com>
11889             Alexandre Petit-Bianco  <apbianco@cygnus.com>
11890
11891         * parse.y (java_complete_lhs): Only allow compound assignment of
11892         reference type if type is String.
11893
11894 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11895
11896         * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip.
11897         jcf-path.c: Likewise.
11898
11899 2000-12-09  Anthony Green  <green@redhat.com>
11900
11901         * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
11902         filestart and filename_length as int values.
11903
11904 2000-12-07  Mo DeJong  <mdejong@redhat.com>
11905
11906         * jcf-io.c (find_class): Correct the logic that tests to see if a
11907         .java file is newer than its .class file. The compiler was
11908         incorrectly printing a warning when file mod times were equal.
11909
11910 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
11911
11912         * jvgenmain.c: Use ISPRINT not isascii.
11913
11914 2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11915
11916         * parse.y (end_artificial_method_body): Fixed typo.
11917
11918 2000-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11919
11920         * parse.y (patch_method_invocation): Pick the correct enclosing
11921         context when creating inner class instances.
11922         Fixes gcj/332.
11923
11924 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
11925
11926         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
11927         Update copyright year to 2000.
11928
11929 2000-11-23  Anthony Green  <green@redhat.com>
11930
11931         * jcf-parse.c (init_jcf_parse): Register current_file_list root.
11932         Move current_file_list out of yyparse and make it static.
11933
11934         * expr.c: Declare quick_stack and tree_list_free_list as static
11935         (init_expr_processing): Register quick_stack and
11936         tree_list_free_list roots.
11937
11938 2000-11-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11939
11940         * parse.y (build_outer_field_access): New local `decl_ctx', use
11941         it. Check for field's context and current class immediate outer
11942         context inheritance.
11943         (outer_field_access_p): Consider fields inherited from the last
11944         enclosing context.
11945         (build_access_to_thisn): Stop at the last enclosing context if
11946         necessary.
11947         Fixes gcj/367.
11948
11949 2000-11-23  J"orn Rennecke <amylaar@redhat.com>
11950
11951         * Make-lang.in (jvspec.o): Depend on $(CONFIG_H).
11952
11953 2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
11954
11955         * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
11956         scratch buffer.
11957
11958 2000-11-20  Tom Tromey  <tromey@cygnus.com>
11959
11960         * jv-scan.c (help): Document --complexity.
11961         (options): Added --complexity.
11962         (flag_complexity): New global.
11963         (main): Call `report'.
11964         * parse-scan.y (complexity): New global.
11965         (if_then_statement, if_then_else_statement,
11966         if_then_else_statement_nsi, switch_block_statement_group,
11967         while_expression, do_statement, for_begin, continue_statement,
11968         throw_statement, catch_clause, finally, method_invocation,
11969         conditional_and_expression, conditional_or_expression,
11970         conditional_expression): Update complexity.
11971         (reset_report): Reset complexity.
11972         (report): New function.
11973
11974 2000-11-20  Tom Tromey  <tromey@cygnus.com>
11975
11976         * lex.c (yylex): Added STRICT_TK case.
11977         * parse.y (STRICT_TK): Added.
11978         * parse-scan.y (STRICT_TK): Added.
11979         * Make-lang.in ($(srcdir)/java/keyword.h): Added missing `\' and
11980         `;'.  Use 4, not 3, with -k option.  Correctly rename resulting
11981         file.
11982         * keyword.h: Rebuilt.
11983         * keyword.gperf (strictfp): Added.
11984
11985 2000-11-20  Tom Tromey  <tromey@cygnus.com>
11986
11987         * lex.c (yylex): Recognize floating point constants with leading
11988         0.
11989
11990 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11991
11992         * java-tree.h (cyclic_inheritance_report): Constify.
11993         * parse.y (cyclic_inheritance_report): Likewise.
11994
11995 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
11996
11997         * parse.y (goal): Remove call to ggc_add_string_root.
11998
11999 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
12000
12001         * jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
12002         Create string in scratch buffer, then pass to build_string.
12003
12004 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12005
12006         * parse.y (issue_warning_error_from_context): Add
12007         ATTRIBUTE_PRINTF.
12008
12009 2000-11-11  Anthony Green  <green@redhat.com>
12010
12011         * jcf-parse.c (process_zip_dir): Add finput parameter.
12012         (jcf_figure_file_type): Call process_zip_dir with appropriate
12013         argument.
12014
12015 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12016
12017         * decl.c (copy_lang_decl): Use memcpy, not bcopy.
12018         * jcf-parse.c (jcf_figure_file_type): Likewise.
12019
12020 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12021
12022         * parse.y (create_new_parser_context): Use memset () instead of
12023         bzero ().
12024
12025 2000-11-08  Tom Tromey  <tromey@cygnus.com>
12026
12027         * gjavah.c (process_file): Only include gcj/cni.h when generating
12028         CNI stubs.
12029
12030 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12031
12032         * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
12033         (init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
12034         instead of bzero ().
12035
12036 2000-11-05  Tom Tromey  <tromey@cygnus.com>
12037
12038         * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
12039         * lex.c (IS_ZERO): New define.
12040         (java_perform_atof): Error on floating point underflow.
12041
12042 2000-11-04  Tom Tromey  <tromey@cygnus.com>
12043
12044         * lex.c (java_parse_escape_sequence): Only read two octal
12045         characters if the first one is greater than 3.  Don't allow
12046         "octal" numbers to include the digits 8 or 9.
12047
12048 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12049
12050         * Make-lang.in (java.distdir): Remove.
12051
12052 2000-11-03  Tom Tromey  <tromey@cygnus.com>
12053
12054         * Make-lang.in (java.dvi): New target.
12055         Partial fix for PR other/567.
12056
12057         * lang-options.h: Mention -Wout-of-date.
12058         * jcf-dump.c (flag_newer): New global.
12059         * gjavah.c (flag_newer): New global.
12060         * jcf-io.c (find_class): Only warn when flag_newer set.
12061         * lang.c (flag_newer): New global.
12062         (struct string_option): New declaration.
12063         (lang_W_options): New global.
12064         (process_option_with_no): New function.
12065         (lang_decode_option): Use it.
12066
12067         * class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
12068         * gjavah.c (cxx_keyword_subst): Handle any number of trailing
12069         `$'.
12070
12071         * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
12072         (JAVA_ID_CHAR_P): Also try java_ignorable_control_p.
12073         * lex.c (java_read_unicode): Removed `term_context' argument.
12074         Recognize any number of `u' in `\u'.
12075         (java_read_unicode_collapsing_terminators): New function.
12076         (java_get_unicode): Use it.
12077         (java_lineterminator): Removed.
12078         (yylex): Produce error if character literal is newline or single
12079         quote.  Return if eof found in middle of `//' comment.  EOF in
12080         `//' comment is only an error if pedantic.
12081         (java_ignorable_control_p): New function.
12082         (java_parse_end_comment): Return if eof found in middle of
12083         comment.
12084         Include flags.h.
12085         * jv-scan.c (pedantic): New global.
12086
12087 2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12088
12089         * parse.y (outer_field_access_p): Inherited fields aren't
12090         consider outer fields.
12091         (maybe_build_thisn_access_method): Use
12092         PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
12093         (resolve_expression_name): Trigger an error if a static field
12094         is being accessed as an outer field.
12095
12096 2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12097
12098         * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
12099         Fixes gcj/365.
12100
12101 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
12102
12103         * Make-lang.in: Move all build rules here from Makefile.in,
12104         adapt to new context.  Wrap all rules that change the current
12105         directory in parentheses.  Expunge all references to $(P).
12106         When one command depends on another and they're run all at
12107         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
12108         all object-file generation rules.  Delete obsolete variables.
12109
12110         * Makefile.in: Delete.
12111         * config-lang.in: Delete outputs= line.
12112
12113 2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12114
12115         * parse.y (patch_method_invocation): NULLify this_arg when already
12116         inserted.
12117         (maybe_use_access_method): Handle call to methods unrelated to the
12118         current class. Fixed comment.
12119         Fixes gcj/361.
12120
12121 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12122
12123         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
12124         scope.
12125
12126 2000-10-24  Tom Tromey  <tromey@cygnus.com>
12127
12128         * lex.c (java_new_lexer): Initialize new fields.  Work around
12129         broken iconv() implementations.
12130         (java_read_char): Swap bytes if required.  Use fallback decoder if
12131         required.
12132         (byteswap_init, need_byteswap): New globals.
12133         (java_destroy_lexer): Only close iconv handle if it is in use.
12134         * lex.h (java_lexer): New fields read_anything, byte_swap,
12135         use_fallback.
12136         Made out_buffer unsigned.
12137
12138 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12139
12140         * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
12141         where an enclosing context can be set on the jdep.
12142         (do_resolve_class): Fixed identation.
12143
12144 2000-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12145
12146         * gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
12147
12148         * jcf-reader.c (peek_attribute, skip_attribute): Only define
12149         when requested.
12150
12151         * parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
12152
12153         * verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
12154
12155 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12156
12157         * jcf-write.c (OP1): Update `last_bc'.
12158         (struct jcf_block): Fixed indentation and typo in comments.  New
12159         field `last_bc'.
12160         (generate_bytecode_insns): Insert `nop' if `jsr' immediately
12161         follows `monitorenter'.
12162         * parse.y (patch_synchronized_statement): New local `tmp'. Call
12163         `patch_string'.
12164         Fixes gcj/232.
12165
12166 2000-10-16  Tom Tromey  <tromey@cygnus.com>
12167
12168         * jvspec.c (lang_specific_driver): Recognize -MF and -MT.
12169         * lang-specs.h: Added %{MA}, %{MF*}, %{MT*}.
12170         * lang-options.h: Added -MA, -MT, -MF..
12171         * lang.c (lang_decode_option): Recognize -MA, -MT, -MF.
12172         (DEPEND_TARGET_SET): New macro.
12173         (DEPEND_FILE_ALREADY_SET): Likewise.
12174         (init_parse): Handle new flags.
12175         * jcf.h (jcf_dependency_print_dummies): Declare.
12176         * Make-lang.in (s-java): Added mkdeps.o.
12177         * Makefile.in (BACKEND): Added mkdeps.o.
12178         (../gcjh$(exeext)): Added mkdeps.o.
12179         (../jcf-dump$(exeext)): Added mkdeps.o.
12180         * jcf-depend.c: Include mkdeps.h.
12181         (struct entry, dependencies, targets, MAX_OUTPUT_COLUMNS,
12182         add_entry): Removed.
12183         (jcf_dependency_reset): Rewrote.
12184         (dependencies): New global.
12185         (jcf_dependency_set_target): Rewrote.
12186         (jcf_dependency_add_target): Likewise.
12187         (jcf_dependency_add_file): Likewise.
12188         (munge): Removed.
12189         (print_ents): Removed.
12190         (jcf_dependency_write): Rewrote.
12191         (print_dummies): New global.
12192         (jcf_dependency_print_dummies): New function
12193         (jcf_dependency_write): Call deps_dummy_targets if required.
12194
12195 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12196
12197         * gjavah.c (add_class_decl): Removed unused variables `tname',
12198         `tlen' and `name_index'.
12199         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
12200         * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
12201         in `wfl_operator' with value.
12202         (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
12203         (jcf_figure_file_type): Fixed identation.
12204         * lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
12205         * parse.y (analyze_clinit_body): New function.
12206         (static_initializer:): Reset `current_static_block'.
12207         (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
12208         `wfl_operator' with new value.
12209         (lookup_cl): Use EXPR_WFL_FILENAME.
12210         (maybe_yank_clinit): Handle bogus <clinit> bodies, call
12211         analyze_clinit_body.
12212         (build_outer_field_access): Access to this$<n> built from
12213         current_class, not its outer context.
12214         (build_access_to_thisn): Fixed leading comment. Tidied things up.
12215         (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
12216         (patch_method_invocation): Use `is_static_flag' when already
12217         initialized.
12218         (patch_newarray): Removed assignment in ternary operator.
12219
12220 2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12221
12222         * except.c (free_eh_ranges): Don't free `whole_range'.
12223
12224 2000-10-15  Anthony Green  <green@redhat.com>
12225
12226         * decl.c (init_decl_processing): Call init_class_processing before
12227         anything else.
12228
12229 2000-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12230
12231         * check-init.c (check_init): Fixed leading comment. Use
12232         LOCAL_FINAL_P.
12233         * decl.c (push_jvm_slot): Use MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
12234         (give_name_to_locals): Likewise.
12235         (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl'
12236         fields in lang_decl_var.
12237         * java-tree.h (DECL_FUNCTION_SYNTHETIC_CTOR,
12238         DECL_FUNCTION_ALL_FINAL_INITIALIZED): New macros.
12239         (FIELD_INNER_ACCESS): Removed ugly cast, macro rewritten.
12240         (FIELD_INNER_ACCESS_P, DECL_FIELD_FINAL_IUD, DECL_FIELD_FINAL_LIIC,
12241         DECL_FIELD_FINAL_IERR, DECL_FIELD_FINAL_WFL): New macros.
12242         (LOCAL_FINAL): Rewritten.
12243         (LOCAL_FINAL_P, FINAL_VARIABLE_P, CLASS_FINAL_VARIABLE_P
12244         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): New macros.
12245         (struct lang_decl): Fixed comments. Added `synthetic_ctor' and
12246         `init_final' fields.
12247         (struct lang_decl_var): Fixed leading comment. Added `am', `wfl',
12248         `final_uid', `final_liic', `final_ierr' and `local_final' fields.
12249         (TYPE_HAS_FINAL_VARIABLE): New macro.
12250         (struct lang_type): Added `afv' field.
12251         * parse.y (check_static_final_variable_assignment_flag): New function.
12252         (reset_static_final_variable_assignment_flag): Likewise.
12253         (check_final_variable_local_assignment_flag): Likewise.
12254         (reset_final_variable_local_assignment_flag): Likewise.
12255         (check_final_variable_indirect_assignment): Likewise.
12256         (check_final_variable_global_assignment_flag): Likewise.
12257         (add_inner_class_fields): Use LOCAL_FINAL_P.
12258         (register_fields): Handle local finals and final variables.
12259         (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
12260         (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
12261         (source_start_java_method): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
12262         on local finals.
12263         (java_complete_expand_methods): Loop to set
12264         TYPE_HAS_FINAL_VARIABLE. Call
12265         `reset_final_variable_local_assignment_flag' and
12266         `check_final_variable_local_assignment_flag' accordingly before
12267         and after constructor expansion. Call
12268         `reset_static_final_variable_assignment_flag'
12269         before expanding <clinit> and after call
12270         `check_static_final_variable_assignment_flag' if the
12271         current_class isn't an interface. After all methods have been
12272         expanded, call `check_final_variable_global_assignment_flag' and
12273         `check_static_final_variable_assignment_flag' if the current class
12274         is an interface.
12275         (maybe_yank_clinit): Fixed typo in comment.
12276         (build_outer_field_access_methods): Removed old sanity check. Use
12277         FIELD_INNER_ACCESS_P. Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
12278         Don't create access methods for finals.
12279         (resolve_field_access): Use `CLASS_FINAL_VARIABLE_P'.
12280         (java_complete_tree): Likewise. Reset DECL_FIELD_FINAL_IUD if
12281         existing DECL_INIT has been processed.
12282         (java_complete_lhs): Likewise.
12283         (check_final_assignment): Filter input on `lvalue''s TREE_CODE.
12284         Test for COMPONENT_REF to get to the FIELD_DECL. Implemented new
12285         logic.
12286         (patch_assignment): Use LOCAL_FINAL_P.
12287         (fold_constant_for_init): Reset DECL_FIELD_FINAL_IUD if
12288         DECL_INITIAL is nullified.
12289         Fixes gcj/163.
12290
12291 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12292
12293         * Make-lang.in (parse.c, parse-scan.c): Create atomically.
12294
12295         * Makefile.in (parse.c, parse-scan.c): Likewise.
12296
12297 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
12298
12299         * class.c (temporary_obstack): Remove.
12300         (make_class): Don't mess with obstascks.
12301         (push_class): Likewise.
12302         (set_super_info): Likewise.
12303         (add_method_1): Likewise.
12304         (add_method): Likewise.
12305         (add_field): Likewise.
12306         (build_utf8_ref): Likewise.
12307         (build_class_ref): Likewise.
12308         (build_static_field_ref): Likewise.
12309         (finish_class): Likewise.
12310         (push_super_field): Likewise.
12311         (layout_class): Likewise.
12312         (layout_class_methods): Likewise.
12313         (init_class_processing): Likewise.
12314         * constants.c (get_tag_node): Likewise.
12315         (build_constant_data_ref): Likewise.
12316         * decl.c (ggc_p): Remove.
12317         (copy_lang_decl): Use ggc_alloc.
12318         (complete_start_java_method): Don't mess with obstacks.
12319         (start_java_method): Likewise.
12320         (end_java_method): Likewise.
12321         * except.c (link_handler): Use xmalloc.
12322         (free_eh_ranges): New function.
12323         (method_init_exceptions): Use it.
12324         (add_handler): Use xmalloc.
12325         (expand_start_java_handler): Don't mess with obstacks.
12326         (prepare_eh_table_type): Likewise.
12327         (expand_end_java_handler): Likewise.
12328         * expr.c (push_value): Likewise.
12329         (create_label_decl): Likewise.
12330         (build_jni_stub): Likewise.
12331         (java_lang_expand_expr): Likewise.
12332         (note_instructions): Use xrealloc.
12333         (java_push_constant_from_pool): Don't mess with obstacks.
12334         (process_jvm_instruction): Likewise.
12335         * java-tree.h (cyclic_inheritance_report): Remove duplicate
12336         declaration.
12337         * jcf-parse.c (get_constant): Don't mess with obstacks.
12338         (read_class): Likewise.
12339         (jcf_parse): Likewise.
12340         * lex.c (expression_obstack): Remove.
12341         (java_lex): Don't use obstack_free.
12342         * parse.h (exit_java_complete_class): Don't mess with obstacks.
12343         (MANGLE_OUTER_LOCAL_VARIABLE_NAME): Adjust.
12344         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): Likewise.
12345         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING): Likewise.
12346         * parse.y (gaol): Add more GC roots.
12347         (add_inner_class_fields): Adjust calls to MANGLE_* macros.
12348         (lookup_field_wrapper): Likewise.
12349         (obtain_incomplete_type): Don't mess with obstacks.
12350         (build_alias_initializer_parameter_list): Adjust calls to MANGLE_*
12351         macros.
12352         (craft_constructor): Don't mess with obstacks.
12353         (safe_layout_class): Likewise.
12354         (java_complete_class): Likewise.
12355         (source_end_java_method): Likewise.
12356         (build_outer_field_access_methods): Likewise.
12357         (build_outer_method_access_method): Likewise.
12358         (maybe_build_thisn_access_method): Likewise.
12359         (build_dot_class_method_invocation): Likewise.
12360         (java_complete_tree): Likewise.
12361         (java_complete_lhs): Likewise.
12362         (do_merge_string_cste): Likewise.
12363         (patch_string_cst): Likewise.
12364         (array_constructor_check_entry): Likewise.
12365         * typeck.c (build_java_array_type): Likewise.
12366         (parse_signature_string): Likewise.
12367         (build_java_signature): Likewise.
12368
12369 2000-10-12  Tom Tromey  <tromey@cygnus.com>
12370
12371         Fix for PR gcj/356:
12372         * gjavah.c (add_class_decl): Don't special-case inner classes.
12373         (add_namelet): Likewise.
12374
12375 2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>
12376
12377         * java-tree.h: Constify current_encoding.
12378         * lang.c: Constify current_encoding.
12379
12380 2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>
12381
12382         * jvgenmain.c (class_mangling_suffix): Omit `.'.
12383         (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.
12384
12385 2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12386
12387         * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
12388         patch. Fixes gcj/340.
12389
12390 2000-10-10  Tom Tromey  <tromey@cygnus.com>
12391
12392         * lex.c (java_new_lexer): Initialize out_first and out_last
12393         fields.
12394         * lex.h (java_lexer): Added out_buffer, out_first, out_last.
12395
12396 2000-10-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12397
12398         * parse.y (pop_current_osb): New function.
12399         (array_type:): Use `dims:', changed actions
12400         accordingly. Suggested by Anthony Green.
12401         (array_creation_expression:): Used pop_current_osb.
12402         (cast_expression:): Likewise.
12403         (search_applicable_method_list): Fixed indentation.
12404
12405 2000-10-08  Anthony Green  <green@redhat.com>
12406
12407         * parse.y (array_type_literal): Remove production.
12408         (type_literals): Refer to array_type, not array_type_literal.
12409
12410 2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12411
12412         Patch contributed by Corey Minyard.
12413         * decl.c (check_local_named_variable): New function.
12414         (tree check_local_unnamed_variable): Likewise.
12415         (find_local_variable): Splitted. Call check_local_{un}named_variable.
12416
12417 2000-10-07  Anthony Green  <green@redhat.com>
12418
12419         * class.c (layout_class): Handle case where superclass can't be
12420         layed out yet.
12421
12422 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12423
12424         * Makefile.in (keyword.h): Refer to GNU FTP site for updated
12425         gperf.
12426
12427 2000-10-05  Tom Tromey  <tromey@cygnus.com>
12428
12429         * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
12430         * jvgenmain.c (class_mangling_prefix): Removed.
12431         (class_mangling_suffix): New global.
12432         (main): Use it.
12433         * gjavah.c (cxx_keyword_subst): Mangle C++ keywords by appending
12434         `$'.
12435         (print_method_info): Handle overrides for static and final
12436         methods.
12437         (process_file): Generate declaration for class object field.
12438         * class.c (cxx_keywords): New array.
12439         (utf8_cmp): New function.
12440         (cxx_keyword_p): New function.
12441         (layout_class_method): Mangle C++ keywords by appending `$'.
12442         (mangle_field): New function.
12443         (mangle_class_field): Use mangle_field.  Mangle class name as
12444         `class$'.
12445         (mangle_static_field): Use mangle_field.
12446
12447 2000-10-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12448
12449         * decl.c (find_local_variable): Removed uncessary type check and
12450         fixed range check typo. From Corey Minyard.
12451
12452 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12453
12454         * decl.c (give_name_to_locals): New local `code_offset'. Call
12455         `maybe_adjust_start_pc'.
12456         * expr.c (note_instructions): New function.
12457         (expand_byte_code): Don't collect insn starts here.
12458         (peek_opcode_at_pc): New function.
12459         (maybe_adjust_start_pc): Likewise.
12460         * java-tree.h (maybe_adjust_start_pc): Declare.
12461         (note_instructions): Likewise.
12462         * jcf-parse.c (parse_class_file): Call `note_instructions'.
12463
12464 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12465
12466         * parse.y (field_access:): Fixed indentation.
12467         (qualify_ambiguous_name): Properly qualify `this.a[b].c'.
12468
12469 2000-09-07  Tom Tromey  <tromey@cygnus.com>
12470
12471         Fix for PR gcj/307:
12472         * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not
12473         JPRIMITIVE_TYPE_P, for arithmetic operators.
12474         (patch_method_invocation): Indentation fix.
12475         (try_builtin_assignconv): Handle boolean specially.  Fixed typo.
12476         (valid_builtin_assignconv_identity_widening_p): Handle boolean.
12477         (do_unary_numeric_promotion): Cleaned up code.
12478         (valid_cast_to_p): Handle boolean correctly.
12479
12480 2000-09-27  Tom Tromey  <tromey@cygnus.com>
12481
12482         * lex.c (java_read_unicode): Reset bs_count when finished with
12483         `\u' sequence.
12484
12485 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
12486
12487         Convert to GC.
12488         * Make-lang.in (s-java): Don't depend on ggc-callbacks.o.
12489         * Makefile.in (BACKEND): Don't include ggc-callbacks.o.
12490         (typeck.o): Depend on ggc.h.
12491         * class.c (add_method_1): Use GC functions for allocation.
12492         (init_class_processing): Register roots.
12493         * decl.c (ggc_p): Set to 1.
12494         (pending_local_decls): Make it static.
12495         (push_jvm_slot): Use GC functions for allocation.
12496         (init_decl_processing): Register roots.
12497         (give_name_to_locals): Use GC functions for allocation.
12498         (lang_mark_tree): New function.
12499         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use GC
12500         functions for allocation.
12501         * jcf-parse.c (jcf_parse_source): Use ggc_strdup.
12502         * lex.c (java_lex): Use build_string, rather than replicating it
12503         inline.
12504         * parse.y (goal): Add more roots.
12505         (mark_parser_ctxt): New function.
12506         * typeck.c: Include ggc.h.
12507
12508 2000-09-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12509
12510         * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
12511         contains something else than MODIFY_EXPR.
12512
12513 2000-09-23  Mark Mitchell  <mark@codesourcery.com>
12514
12515         * Make-lang.in (JAVA_SRCS): Include java-tree.h.
12516         * Makefile.in (parse.o): Depend on ggc.h.
12517         (class.o): Likewise.
12518         (constants.o): Likewise.
12519         (decl.o): Likewise.
12520         (expr.o): Likewise.
12521         (jcf-parse.o): Likewise.
12522         (jcf-write.o): Likewise.
12523         (mangle.o): Likewise.
12524         * class.c: Include ggc.h.
12525         (build_static_field_ref): Register GC roots.
12526         (layout_class): Likewise.
12527         (init_class_processing): Likewise.
12528         * constants.c: Include ggc.h.
12529         (current_constant_pool_data_ref): Remove.
12530         (tag_nodes): Move it to ...
12531         (get_tag_node): ... here.  Register GC roots.
12532         * decl.c: Include ggc.h.  Remove many global tree definitions.
12533         (throw_node): Define.
12534         (java_global_trees): Likewise.
12535         (predef_filenames): Make the size a constant.
12536         (init_decl_processing): Adjust accordingly.
12537         (init_decl_processing): Call init_jcf_parse.  Register GC roots.
12538         * expr.c: Include ggc.h.
12539         (init_expr_processing): Register GC roots.
12540         (build_invokeinterface): Likewise.
12541         * java-tree.h: Replace extern tree declarations with macros.
12542         (java_global_trees): New variable.
12543         (java_tree_index): New enumeration.
12544         (init_jcf_parse): Declare.
12545         * jcf-parse.c: Include ggc.h.
12546         (current_class): Remove declaration.
12547         (main_class): Likewise.
12548         (all_class_list): Likewise.
12549         (predefined_filename_p): Adjust for constant size of
12550         predef_filenames.
12551         (init_jcf_parse): New function.
12552         * jcf-write.c: Include ggc.h.
12553         (generate_classfile): Register GC roots.
12554         (append_synthetic_attribute): Likewise.
12555         (append_innerclass_attribute_entry): Likewise.
12556         * lang.c: Include ggc.h.
12557         (lang_print_error): Register GC roots.
12558         * parse.h (struct parser_ctxt): Rename fields to avoid conflicts
12559         with macros.
12560         * parse.y: Include ggc.h.
12561         (wfl_operator): Remove.
12562         (goal): Register GC roots.
12563         (java_pop_parser_context): Adjust for new field names.
12564         (java_parser_context_save_global): Likewse.
12565         (java_parser_context_restore_global): Likewise.
12566         (java_parser_context_suspend): Likewise.
12567         (java_parser_context_resume): Likewise.
12568         (verify_constructor_circularity): Register GC roots.
12569         (lookup_cl): Likewise.
12570         (java_reorder_fields): Likewise.
12571         (build_current_this): Likewise.
12572         (class_in_current_package): Likewise.
12573         (argument_types_convertible): Likewise.
12574         (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
12575
12576 2000-09-14  Tom Tromey  <tromey@cygnus.com>
12577
12578         * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
12579
12580 2000-09-13  Tom Tromey  <tromey@cygnus.com>
12581
12582         * jcf-parse.c: Include <locale.h>.
12583         * jv-scan.c: Include <locale.h>.
12584
12585 2000-09-12  Tom Tromey  <tromey@cygnus.com>
12586
12587         * expr.c (pop_type_0): Return `Object' if trying to merge two
12588         interface types.
12589         * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for
12590         interface types; `Object' is always a valid supertype.
12591
12592 2000-09-12  Tom Tromey  <tromey@cygnus.com>
12593
12594         Fix for PR gcj/33:
12595         * jv-scan.c (help): Document --encoding.
12596         (options): Added `encoding' entry.
12597         (OPT_ENCODING): New define.
12598         (main): Handle --encoding.
12599         Include <langinfo.h> if nl_langinfo exists.
12600         * lang-options.h: Document --classpath, --CLASSPATH, --main, and
12601         --encoding.
12602         * jcf-parse.c Include <langinfo.h> if we have nl_langinfo.
12603         (parse_source_file): Correctly call java_init_lex.  Added `finput'
12604         argument.  Use nl_langinfo to determine default encoding.
12605         * java-tree.h (current_encoding): Declare.
12606         * parse.y (java_parser_context_restore_global): Don't restore
12607         `finput'.
12608         (java_parser_context_save_global): Don't set `finput' field.
12609         (java_pop_parser_context): Don't restore `finput'.  Free old lexer
12610         if required.
12611         * lang.c (current_encoding): New global.
12612         (lang_decode_option): Recognize `-fencoding='.
12613         (finish_parse): Don't close finput.
12614         * parse.h (struct parser_ctxt): Removed `finput' and
12615         `unget_utf8_value' fields.  Added `lexer' field.
12616         (java_init_lex): Fixed declaration.
12617         * lex.c (java_new_lexer): New function.
12618         (java_destroy_lexer): Likewise.
12619         (java_read_char): Added `lex' argument.  Handle iconv case.
12620         (java_read_unicode): Added `lex' argument.  Count backslashes in
12621         lexer structure.
12622         (java_init_lex): Added `finput' and `encoding' arguments.  Set
12623         `lexer' field in ctxp.
12624         (BAD_UTF8_VALUE): Removed.
12625         (java_lex): Handle seeing UEOF in the middle of a string literal.
12626         * lex.h: Include <iconv.h> if HAVE_ICONV defined.
12627         (java_lexer): New structure.
12628         (UNGETC): Removed.
12629         (GETC): Removed.
12630         (DEFAULT_ENCODING): New define.
12631         (java_destroy_lexer): Declare.
12632
12633 2000-09-12  Tom Tromey  <tromey@cygnus.com>
12634
12635         Fix for PR gcj/343:
12636         * lex.c (java_init_lex): Initialize java_io_serializable.
12637         * parse.y (java_io_serializable): New global.
12638         (valid_ref_assignconv_cast_p): An array can be cast to
12639         serializable.
12640
12641 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
12642
12643         * decl.c, expr.c: Include defaults.h if not already included.
12644         Don't define the *_TYPE_SIZE macros.
12645
12646 2000-09-09  Geoffrey Keating  <geoffk@cygnus.com>
12647
12648         * typeck.c (build_java_array_type): Correct first parameter
12649         in ADJUST_FIELD_ALIGN invocation.
12650
12651 2000-09-06  Tom Tromey  <tromey@cygnus.com>
12652
12653         * lang-specs.h: Also recognize `-femit-class-files'.
12654
12655 2000-09-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12656
12657         * verify.c (merge_types): Load the types to merge if necessary.
12658
12659 2000-09-02  Anthony Green  <green@redhat.com>
12660
12661         * jcf-io.c: Include zlib.h.
12662         (open_in_zip): Read compressed class file archives.
12663         * zipfile.h (ZipDirectory): Add uncompressed_size and
12664         compression_method fields.
12665         * zextract.c (read_zip_archive): Collect file compression info.
12666
12667 2000-08-15  Bryce McKinlay  <bryce@albatross.co.nz>
12668
12669         * parse.y (do_resolve_class): Also explore superclasses of
12670         intermediate enclosing contexts when searching for inner classes.
12671
12672 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12673
12674         * parse.y (variable_declarator_id:): Better error message.
12675         (expression_statement:): Use YYNOT_TWICE.
12676         (cast_expression:): Likewise.
12677         (assignment:): Likewise.
12678
12679 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12680
12681         * parse.y (do_merge_string_cste): New locals. Create new
12682         STRING_CSTs each time, use memcpy. Fixes gcj/311.
12683
12684 2000-08-07  Hans Boehm  <boehm@acm.org>
12685
12686         * boehm.c (mark_reference_fields): Set marking bits for all words in
12687         a multiple-word record.
12688         (get_boehm_type_descriptor): Use the procedure marking descriptor for
12689         java.lang.Class.
12690
12691 2000-08-31  Mike Stump  <mrs@wrs.com>
12692
12693         * Make-lang.in (jc1$(exeext), gcjh$(exeext), jv-scan$(exeext),
12694         jcf-dump$(exeext)): Make parallel safe.
12695
12696 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
12697
12698         * jcf-parse.c (set_source_filename): Constify a char *.
12699         * jcf-write.c (append_innerclasses_attribute,
12700         make_class_file_name): Constify a char *.  Don't recycle a
12701         variable for an unrelated purpose.
12702         * parse.y: (build_alias_initializer_parameter_list): Constify a char *.
12703         (breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
12704
12705 2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12706
12707         * expr.c (can_widen_reference_to): Fixed indentation.
12708         * java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
12709         * parse.y: `finit$' replaces `$finit$' in comments.
12710         (try_builtin_assignconv): Fixed leading comment.
12711
12712 2000-08-25  Greg McGary  <greg@mcgary.org>
12713
12714         * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
12715
12716 2000-08-24  Greg McGary  <greg@mcgary.org>
12717
12718         * lang.c (lang_decode_option): Use ARRAY_SIZE.
12719         * parse.y (BINOP_LOOKUP): Likewise.
12720
12721 2000-08-22  Andrew Haley  <aph@cygnus.com>
12722
12723         * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
12724         sign extending. Fixes gcj/321.
12725         * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
12726         combining to make a jlong. Fixes gcj/321.
12727
12728 2000-08-21  Nix  <nix@esperi.demon.co.uk>
12729
12730         * lang-specs.h: Do not process -o or run the assembler if
12731         -fsyntax-only.
12732
12733 2000-08-16  Andrew Haley  <aph@cygnus.com>
12734
12735         * typeck.c (build_java_array_type): Rewrite code to do array
12736         alignment.  Take into account back-end macros when aligning array
12737         data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
12738         user to set alignment. Fixes gcj/252 and 160.
12739
12740 2000-08-09  Tom Tromey  <tromey@cygnus.com>
12741
12742         * parse.y (check_abstract_method_definitions): Now return `int'.
12743         Check implemented interfaces.  Fixes PR gcj/305.
12744
12745         * parse.y (patch_switch_statement): Disallow `long' in switch
12746         expressions.  Fixes PR gcj/310.
12747
12748 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12749
12750         * decl.c (finit_leg_identifier_node): New global.
12751         (init_decl_processing): Use `finit$' to initialize
12752         finit_identifier_node. Use `$finit$' to initialize
12753         finit_leg_identifier_node.
12754         * expr.c (expand_java_field_op): Use ID_FINIT_P.
12755         * java-tree.h (finit_identifier_node): Changed attached comment.
12756         (finit_leg_identifier_node): New declaration.
12757         (ID_FINIT_P): Take finit_identifier_node and
12758         finit_leg_identifier_node into account. This is a backward
12759         compatibility hack.
12760
12761 2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12762
12763         * jcf-write.c (generate_bytecode_conditional): Re-installed lost
12764         Jan 6 2000 patch.
12765         (generate_bytecode_insns): Check `nargs' before emitting it.
12766         * verify.c (merge_type_state): Fixed typo.
12767         * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
12768         generate_bytecode_{conditional,insns}.
12769
12770 2000-08-13  Anthony Green  <green@redhat.com>
12771
12772         * check-init.c (check_init): Add case for BIT_FIELD_REF (required
12773         for -pg builds).
12774
12775 2000-08-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12776
12777         * class.c (maybe_layout_super_class): Fixed indentation.
12778         * java-tree.h (CLASS_METHOD_CHECKED_P): New macro.
12779         (java_check_methods): New function declaration.
12780         * jcf-parse.c (get_constant): Let `char_len' go up to 3. Use `str'
12781         instead of `str_ptr'.
12782         * jcf-write.c (generate_bytecode_insns): Emit number the of args
12783         of a `invokeinterface' at the right time.
12784         * parse.h (WFL_STRIP_BRACKET): New macro.
12785         (SET_TYPE_FOR_RESOLUTION): Use it.
12786         * parse.y (build_unresolved_array_type): Reuse `type_or_wfl'.
12787         (check_class_interface_creation): Don't check for cross package
12788         innerclass name clashes.
12789         (method_header): Behave properly if MDECL is `error_mark_node'.
12790         (method_declarator): Return `error_mark_node' if bogus current
12791         class.
12792         (resolve_class): Apply WFL_STRIP_BRACKET on `cl' if necessary.
12793         (resolve_and_layout): New local `decl_type', set and used. Call
12794         java_check_methods.
12795         (java_check_methods): New method.
12796         (java_layout_classes): Use it.
12797         (resolve_qualified_expression_name): No EH check necessary in
12798         access$<n>.
12799         (java_complete_lhs): Use VAR_DECL's DECL_INITIAL when evaluating
12800         `case' statement.
12801         (patch_assignment): Set DECL_INITIAL on integral final local.
12802
12803 2000-08-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12804
12805         * java-tree.h (flag_extraneous_semicolon): New extern.
12806         * lang-options.h: (-Wextraneous-semicolon): New option.
12807         * lang.c (flag_redundant): Fixed typo in leading comment.
12808         (flag_extraneous_semicolon): New global.
12809         (lang_decode_option): Set `flag_extraneous_semicolon' when
12810         -Wall. Decode `-Wextraneous-semicolon'.
12811         * parse.y (type_declaration:): Removed `SC_TK' hack, added
12812         `empty_statement' rule.
12813         (class_body_declaration): Likewise.
12814         (method_body:): Accept `;' as a method body.
12815         (static_initializer:): Removed `SC_TK' hack.
12816         (constructor_block_end:): Likewise.
12817         (empty_statement:): Report deprecated empty declaration. Fixes
12818         gcj/295
12819
12820 2000-08-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12821
12822         * parse.y (build_dot_class_method_invocation): Changed parameter
12823         name to `type'. Build signature from `type' and convert it to a
12824         STRING_CST if it's an array.
12825         (patch_incomplete_class_ref): `build_dot_class_method_invocation'
12826         to use `ref_type' directly.
12827
12828 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12829
12830         * lang-options.h: Added a comma after the last element to avoid
12831         syntax errors when other languages define additional options.
12832
12833 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12834
12835         * Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
12836         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
12837         (jc1): Link with $(BACKEND).
12838         (jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
12839
12840 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12841
12842         * jvspec.c: Adjust type of second argument to
12843         lang_specific_driver, and update code as necessary.
12844
12845         * class.c (build_dtable_decl): Initialize dummy.
12846
12847 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12848
12849         * parse.y (maybe_yank_clinit): When generating bytecode: non empty
12850         method bodies not to rule out discarding `<clinit>'; don't use
12851         <clinit> to initialize static fields with constant initializers.
12852
12853 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12854
12855         * gjavah.c (print_method_info): Added `synth' parameter. Skip
12856         synthetic methods.
12857         (method_synthetic): New global.
12858         (HANDLE_METHOD): Recognize synthetic method and tell
12859         `print_method_info' about it.
12860         (HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
12861         processing a synthetic method.
12862         * jcf-reader.c (skip_attribute): New function.
12863         ( skip_attribute): Likewise.
12864
12865 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12866
12867         * parse.y (build_outer_field_access): Fixed comments.
12868         (fix_constructors): Emit the initialization of this$<n> before
12869         calling $finit$.
12870         (resolve_qualified_expression_name): Build an access to `decl' if
12871         necessary.
12872
12873 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12874
12875         * parse-scan.y (curent_class): Non longer const.
12876         (inner_qualifier, inner_qualifier_length): Deleted.
12877         (current_class_length): New global.
12878         (bracket_count): Fixed typo in leading comment.
12879         (anonymous_count): New global.
12880         (class_instance_creation_expression:): Handle anonymous classes.
12881         (anonymous_class_creation:): New rule.
12882         (push_class_context): Rewritten.
12883         (pop_class_context): Likewise.
12884         (INNER_QUALIFIER): Macro deleted.
12885         (report_class_declaration): call `push_class_context' when
12886         entering the function. `fprintf' format modified not to use
12887         INNER_QUALIFIER.
12888         (report_class_declaration): Assign `package_name' and
12889         `current_class' to NULL separately.
12890
12891 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12892
12893         * expr.c (build_invokeinterface): Call layout_class_methods on
12894         target interface.
12895
12896 2000-07-27  Tom Tromey  <tromey@cygnus.com>
12897             Anthony Green  <green@cygnus.com>
12898             Alexandre Petit-Bianco  <apbianco@cygnus.com>
12899
12900         * class.c (make_class_data): Create vtable for abstract classes.
12901         (get_dispatch_table): Changed to cope with abstract classes.
12902
12903 2000-07-27  Tom Tromey  <tromey@cygnus.com>
12904
12905         * parse.y (patch_method_invocation): Don't reverse the argument
12906         list when dealing with anonymous class constructors. Fixed typo in
12907         comment.
12908
12909 2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12910
12911         * parse.y (build_alias_initializer_parameter_list): Reverse
12912         crafted list when building aliases for anonymous class
12913         constructors.
12914
12915 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12916
12917         * parse.y (jdep_resolve_class): Don't bother checking potential
12918         innerclass access if `decl' is NULL.
12919         (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
12920         WFL.
12921
12922 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12923
12924         * parse.c: Remove (again.)
12925
12926 2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12927
12928         * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
12929         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
12930         outside the `if' statement, alias to innerclass removed, `decl'
12931         used to mark the class complete.
12932
12933 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12934
12935         * parse.y (simple_name:): Fixed typo in error message.
12936
12937 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12938
12939         * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
12940         or its first operand can be error marks.
12941
12942 2000-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12943
12944         * parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
12945         * parse.y (method_header): Likewise.
12946
12947 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12948
12949         * parse.y (process_imports): Consider that one might be trying to
12950         import an innerclass. Fixes gcj/254
12951
12952 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12953
12954         * parse.y (find_as_inner_class): Handle the case where the
12955         enclosing context of an innerclass has been loaded as bytecode.
12956
12957 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12958
12959         * parse.y (simple_name:): Reject `$' in type names.
12960         (resolve_type_during_patch): Use `type' as a second
12961         argument to resolve_no_layout. Fixes gcj/257.
12962
12963 2000-07-18  Bryce McKinlay  <bryce@albatross.co.nz>
12964
12965         * parse.y (find_most_specific_methods_list): Select the only
12966         non-abstract method even if max has been set.
12967         Fixes gcj/285, gcj/298.
12968
12969 2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>
12970
12971         * lang-specs.h: Added %(jc1) to java compiler options.
12972
12973 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
12974
12975         * .cvsignore: New file.
12976
12977 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12978
12979         * parse.y (not_accessible_p): Access granted to innerclasses
12980         (indirectly) extending the reference type. Fixes gcj/249.
12981
12982 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12983
12984         * parse.y (patch_method_invocation): Fixed comment.
12985         (maybe_use_access_method): Build this$<n>s to the context of the
12986         target method, or a type that extends it. Fixes gcj/242.
12987
12988 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
12989
12990         * parse.c: Remove.
12991
12992 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12993
12994         * parse.y (fold_constant_for_init): Avoid bullish conversion.
12995
12996 2000-07-13  Tom Tromey  <tromey@cygnus.com>
12997
12998         * lang-specs.h: Added %{I*}.
12999
13000 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
13001
13002         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
13003
13004 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
13005
13006         * parse-scan.c: Remove.
13007
13008 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13009
13010         * class.c (set_super_info): Handled protected inner classes.
13011         (common_enclosing_context_p): Bail early if arguments aren't both
13012         inner classes.
13013         (get_access_flags_from_decl): Handle private and protected inner
13014         classes.
13015         * java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
13016         (CLASS_PROTECTED): Likewise.
13017         (struct lang_type): New bitfield `poic'.
13018         * parse.y (jdep_resolve_class): Call check_inner_class_access on
13019         inner classes only.
13020         (check_inner_class_access): Renamed arguments, added
13021         comments. Handles protected inner classes (fixes gcj/225)
13022         (not_accessible_p): Fixed comments. Avoid handling inner classes.
13023
13024 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13025
13026         * parse.y (resolve_qualified_expression_name): Verify qualified
13027         access to `this'. Fixes gcj/239.
13028
13029 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13030
13031         * jcf-write.c (generate_classfile): Don't install ConstantValue
13032         for null pointers.
13033
13034 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13035
13036         * parse.y (resolve_qualified_expression_name): Handle inner class
13037         access. Fixes gcj/256.
13038
13039 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13040
13041         * jcf-write.c (generate_classfile): Properly install the
13042         ConstantValue attribute and the initial value constant pool index
13043         on string constants.
13044         * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
13045         class files.
13046
13047 2000-07-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13048
13049         * parse.h (BUILD_PTR_FROM_NAME): Surround with a do/while
13050         construct.
13051         * parse.y (find_as_inner_class): Fixed typo.
13052         (do_resolve_class): Explore enclosing contexts when searching for
13053         innerclasses. Removed curly brackets around BUILD_PTR_FROM_NAME.
13054         (check_inner_class_access): Check `decl' which can be null in case
13055         of previous errors.
13056
13057 2000-07-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13058
13059         * java-tree.h (java_debug_context): Declared `extern'.
13060         (safe_layout_class): Likewise.
13061         * parse.y (resolve_field_access): Field must be `static' in order
13062         to be replaced by its initial value. Added comments.
13063         (find_applicable_accessible_methods_list): Fixed typo.
13064         (find_most_specific_methods_list): Methods found in innerclasses
13065         take over methods founds in the enclosing contexts.
13066         (java_complete_tree): Loosen restrictions on the type of DECLs
13067         that can be replaced by their initialization values.
13068         (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'.
13069
13070 2000-07-05  Tom Tromey  <tromey@cygnus.com>
13071
13072         * Make-lang.in (PARSE_DIR): New macro.
13073         (PARSE_RELDIR): Likewise.
13074         (PARSE_C): Likewise.
13075         (PARSE_SCAN_C): Likewise.
13076         ($(PARSE_C)): New target.
13077         ($(PARSE_SCAN_C)): Likewise.
13078         (SET_BISON): New macro.
13079         (BISONFLAGS): Likewise.
13080         (JAVABISONFLAGS): Likewise.
13081
13082 2000-07-02  Bryce McKinlay  <bryce@albatross.co.nz>
13083
13084         * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream
13085         argument on the first pass for CNI as well as JNI.
13086         (print_method_info): Set up method name on the first pass only.
13087
13088 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13089
13090         * parse.y (parser_qualified_classname): Removed parameter
13091         `is_static'.
13092         (create_interface): Removed first passed parameter to
13093         parser_qualified_classname.
13094         (create_class): Likewise. Don't install alias on static
13095         innerclasses. Fixes gcj/275.
13096
13097 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13098
13099         * parse.y (maybe_generate_pre_expand_clinit): Don't build a
13100         debugable statement with empty_stmt_node. Fixes gcj/272
13101
13102 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13103
13104         * expr.c (build_instanceof): Layout type after it's loaded. Fixes
13105         gcj/271.
13106
13107 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13108
13109         * jcf-write.c (push_long_const): Appropriately cast short negative
13110         constant to jword.
13111
13112 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13113
13114         * parse.y (verify_constructor_super): Use loop variable
13115         `m_arg_type' initialized with `mdecl_arg_type'.
13116
13117 2000-06-29  Tom Tromey  <tromey@cygnus.com>
13118
13119         * parse.y (resolve_field_access): Handle case where `type_found'
13120         is NULL.
13121
13122 2000-06-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13123
13124         * expr.c (lookup_field): The same field can be found through two
13125         different interface. Don't declare it ambiguous in that case.
13126
13127 2000-06-27  Tom Tromey  <tromey@cygnus.com>
13128
13129         * lex.c (java_lineterminator): Don't recognize \r after \n.  If \r
13130         follows \r, then unget it at a lower level.
13131
13132 2000-06-26  Tom Tromey  <tromey@cygnus.com>
13133
13134         * parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to
13135         java_complete_tree.
13136
13137 2000-06-25  Tom Tromey  <tromey@cygnus.com>
13138
13139         * parse.y (for_statement): Wrap expression in a WFL if it is a
13140         constant.  For PR gcj/268.
13141
13142 2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13143
13144         * parse.y (do_resolve_class): Minor optimiztion in the package
13145         list search. Removed unnecessary test and return statement.
13146         (valid_ref_assignconv_cast_p): Order of arguments to
13147         enclosing_context_p fixed.
13148
13149 2000-06-24  Tom Tromey  <tromey@cygnus.com>
13150
13151         * expr.c (lookup_field): Print error and return error_mark_node if
13152         field reference is ambiguous.
13153
13154         * parse.y (check_abstract_method_definitions): Also check if
13155         `other_method' is abstract.
13156
13157 2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13158
13159         * class.c (set_super_info): Handle ACC_PRIVATE for (inner)
13160         classes.
13161         * java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
13162         (struct lang_type): New field `pic'.
13163         (CLASS_PRIVATE): New macro.
13164         * parse.y (check_inner_class_access): New function.
13165         (jdep_resolve_class): Call it.
13166
13167 2000-06-23  Tom Tromey  <tromey@cygnus.com>
13168
13169         * parse.y (patch_incomplete_class_ref): Initialize the returned
13170         class.  For PR gcj/260.
13171
13172 2000-06-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13173
13174         * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
13175
13176 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13177
13178         * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
13179         Java specific checks.
13180         * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
13181         screened by DECL_P.
13182         * java-tree.def (CASE_EXPR): Marked 'e'.
13183         (DEFAULT_EXPR): Likewise.
13184         * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage
13185         screened by DECL_P.
13186         * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
13187         Java specific checks.
13188         (generate_bytecode_insns): Test try_block for BLOCK before using
13189         BLOCK_EXPR_BODY.
13190         * parse.y (build_wfl_wrap): Added `location' argument. Set
13191         EXPR_WFL_LINECOL accordingly.
13192         (dim_expr:): Wrap constants with WFLs.
13193         (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC.
13194         (resolve_package): Check for `stmt' not being a BLOCK before
13195         building a debuggable statement with it.
13196         (make_qualified_primary): Added extra parameter to build_wfl_wrap
13197         invocation.
13198         (resolve_field_access): Make sure `decl' is a DECL before treating
13199         it as such.
13200         (maybe_build_primttype_type_ref): Make sure `wfl''s node is an
13201         IDENTIFIER_NODE before treating it as such.
13202         (patch_new_array_init): Make sure `elt' is a TREE_LIST before
13203         treating it as such.
13204         (find_applicable_accessible_methods_list): CLASS_INTERFACE macro
13205         to be applied only on non array types.
13206
13207 2000-06-16  Per Bothner  <per@bothner.com>
13208
13209         * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN):  Don't
13210         define in terms of DECL_RESULT, as that fails when --enable-checking.
13211
13212 2000-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13213
13214         * jcf-write.c (CHECK_PUT): Add static prototype.  Make pointer
13215         types the same in comparison.
13216         (CHECK_OP): Add static prototype.
13217
13218 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13219
13220         * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
13221         * parse.y (java_complete_class): Set DECL_USER_ALIGN.
13222         * parse.c: Rebuilt.
13223
13224 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13225
13226         * decl.c (create_primitive_vtable): Prototype.
13227
13228         * jcf-write.c (generate_bytecode_insns): Initialize variable
13229         `saved_context'.
13230
13231         * lang.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
13232
13233 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
13234
13235         * parse.y (find_applicable_accessible_methods_list): Use a hashtable
13236         to track searched classes, and do not search the same class more than
13237         once. Call find_applicable_accessible_methods_list on immediate
13238         superclass, instead of search_applicable_method_list on all ancestors.
13239         Fix for PR gcj/238.
13240
13241 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
13242
13243         * parse.y (register_fields): Permit static fields in inner classes
13244         if they are final. Fix for PR gcj/255.
13245
13246 2000-06-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13247
13248         * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries.
13249         * parse.y (find_in_imports): Returned type changed to void,
13250         leading comment fixed.
13251         (register_package): New function.
13252         (qualify_and_find): Likewise.
13253         (package_declaration:): Use `register_package'.
13254         (single_type_import_declaration:): Removed local variable
13255         `node'. Added missing `;' for consistency.
13256         (type_import_on_demand_declaration:): Use `chainon' to link new
13257         entries.
13258         (lookup_field_wrapper): Lookup local variables defined in outer
13259         contexts first.
13260         (java_complete_class): Don't reverse the list of imported on demand.
13261         (do_resolve_class): Reorganized. Removed local variable
13262         `original_name'. Call `qualify_and_find' with the current package
13263         name, invoke `find_in_imports_on_demand' right after. Call
13264         `qualify_and_find' with the packages we've seen so far. Fixed
13265         operations numbering in comments.
13266         (java_expand_class): Don't reverse `package_list'.
13267         (find_most_specific_methods_list): New local variables `abstract'
13268         and `candidates'. Use them to pick the right method.
13269
13270 2000-06-06  Tom Tromey  <tromey@ferrule.cygnus.com>
13271
13272         * parse.y (check_modifiers_consistency): Don't subtract out
13273         `PUBLIC_TK' from argument to THIS_MODIFIER_ONLY.
13274
13275 2000-06-04  Philipp Thomas  <pthomas@suse.de>
13276
13277         * Makefile.in (INTLLIBS): New.
13278         (LIBS): Add above.
13279         (DEPLIBS): Ditto.
13280
13281 2000-06-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13282
13283         * class.c (get_dispatch_table): Build the vtable dummy entry list
13284         element with a null purpose. Fixed leading comment.
13285         (build_dtable_decl): Build an accurate dtable type when appropriate
13286         and use it.
13287
13288 2000-06-02  Richard Henderson  <rth@cygnus.com>
13289
13290         * lang.c (lang_get_alias_set): New.
13291
13292 2000-05-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13293
13294         * parse.y (resolve_field_access): Complete the DECL_INITIAL tree
13295         before using it as the accessed field.
13296
13297 2000-05-31  Tom Tromey  <tromey@cygnus.com>
13298
13299         * java-tree.h (boolean_array_vtable, byte_array_vtable,
13300         char_array_vtable, short_array_vtable, int_array_vtable,
13301         long_array_vtable, float_array_vtable, double_array_vtable):
13302         Declare.
13303         * expr.c (get_primitive_array_vtable): New function.
13304         (create_primitive_vtable): New function.
13305         (java_lang_expand_expr): Enable code to statically generate
13306         arrays.
13307         * decl.c (init_decl_processing): Create primitive vtables.
13308         (boolean_array_vtable, byte_array_vtable, char_array_vtable,
13309         short_array_vtable, int_array_vtable, long_array_vtable,
13310         float_array_vtable, double_array_vtable): Define.
13311
13312 2000-05-26  Zack Weinberg  <zack@wolery.cumb.org>
13313
13314         * java/parse.y (find_applicable_accessible_methods_list):
13315         Don't add an uninitialized value to the list.
13316
13317 2000-05-25  Tom Tromey  <tromey@cygnus.com>
13318
13319         * parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
13320         when trying to see if field's class should be initialized.  Always
13321         initialize field's declaring class, not qualified class.
13322         For PR gcj/162.
13323
13324         * parse.y (array_constructor_check_entry): Pass `wfl_value', not
13325         `wfl_operator', to maybe_build_primttype_type_ref.
13326         Fixes PR gcj/235.
13327
13328 2000-05-23  Bryce McKinlay  <bryce@albatross.co.nz>
13329
13330         * parse.y (patch_method_invocation): Don't try to lookup methods
13331         in primitive types.
13332
13333 2000-05-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13334
13335         * parse.y (resolve_field_access): Call the appropriate <clinit>
13336         before accessing the length of a static array. Craft a decl for
13337         the field while its time. Fixes PR gcj/129.
13338
13339 2000-05-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13340
13341         * parse.y (resolve_package): Correctly set `*next' (was off by
13342         one.)
13343         (resolve_qualified_expression_name): Fixed comment.
13344
13345 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13346
13347         * jcf-parse.c (jcf_parse_source): Reset current_class and
13348         current_function_decl to NULL before parsing a new file.
13349
13350 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13351
13352         * parse.y (block_end:): If the collected block doesn't feature a
13353         statement, insert an empty statement.
13354
13355 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13356
13357         * parse.y (maybe_yank_clinit): New function.
13358         (maybe_generate_pre_expand_clinit): Always link <clinit> at the
13359         end of the list of methods belonging to a class.
13360         (java_complete_expand_method): Check whether <clinit> is really
13361         necessary and expand it accordingly.
13362
13363 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13364
13365         * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be
13366         processed by the method's switch statement.
13367
13368 2000-05-19  Tom Tromey  <tromey@cygnus.com>
13369
13370         * java-tree.h: Added init state enum.
13371         * decl.c (emit_init_test_initialization): Initialize class
13372         initialization check variable by looking at class' state.
13373
13374 2000-05-19  Tom Tromey  <tromey@cygnus.com>
13375
13376         * java-tree.h (build_instanceof): Declare.
13377         (build_get_class): Declare.
13378         * parse.y (patch_binop): Use build_instanceof.
13379         * expr.c (build_instanceof): New function.  If class is final,
13380         don't make a function call.
13381         (expand_java_INSTANCEOF): Use it.
13382         (build_get_class): New function.
13383
13384 2000-05-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13385
13386         * jcf-write.c (generate_classfile): Scan the source_file for
13387         slashes with the right pointer variable.
13388
13389 2000-05-17  Andrew Cagney  <cagney@b1.cygnus.com>
13390
13391         * lang.c (lang_decode_option): Update -Wunused flags by calling
13392         set_Wunused.
13393         * decl.c (poplevel): Replace warn_unused with warn_unused_label.
13394
13395 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
13396
13397         * check_init.c (check_init): Constify local char *.
13398         * class.c (push_class): Constify local char *.
13399         * java_tree.h: Update prototypes.
13400         * jcf-io.c (open_class): Constify filename parameter and
13401         return value.
13402         (find_class): Remove redundant string copy.  Cast return from
13403         open_class.
13404         * jcf-parse.c (read_class, parse_class_file, yyparse):
13405         Constify local char *.
13406         * jcf-write.c (generate_bytecode_insns, generate_classfile):
13407         Constify local char *.
13408         * jcf.h (JCF): Constify filename and classname.
13409         (JCF_FINISH): Cast args to FREE to char * when appropriate.
13410         * lang.c (init_parse): Constify parameter and return value.
13411         * lex.c (java_get_line_col): Constify filename parameter.
13412         * parse.h: Constify parser_ctxt.filename.  Update prototypes.
13413         * parse.y (java_parser_context_suspend,
13414         issue_warning_error_from_context, safe_layout_class): Constify
13415         local char *.
13416         * parse.c: Regenerate.
13417
13418 2000-05-08  Tom Tromey  <tromey@cygnus.com>
13419
13420         * expr.c (build_jni_stub): Cache the result of
13421         _Jv_LookupJNIMethod.
13422
13423 2000-05-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13424
13425         * decl.c (predef_filenames_size): Now 7.
13426         (predef_filenames): New seventh entry.
13427
13428 2000-05-04  Tom Tromey  <tromey@cygnus.com>
13429
13430         * boehm.c (mark_reference_fields): Don't mark RawData fields.
13431         Keep track of when we've seen a reference field after a
13432         non-reference field.
13433         (get_boehm_type_descriptor): Handle case where we see
13434         non-reference fields but no trailing reference field.
13435         * decl.c (rawdata_ptr_type_node): Define.
13436         (init_decl_processing): Initialize rawdata_ptr_type_node.
13437         * java-tree.h (rawdata_ptr_type_node): Declare.
13438
13439 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13440
13441         * jcf-dump.c (SPECIAL_IINC): Ensure arguments match format
13442         specifiers in calls to fprintf.
13443
13444 2000-05-03  Andrew Haley  <aph@cygnus.com>
13445
13446         * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
13447
13448         * javaop.h (WORD_TO_INT): New function.
13449         (IMMEDIATE_s4): Use WORD_TO_INT.
13450         * jcf.h (JPOOL_INT): Ditto.
13451
13452         * gjavah.c (decode_signature_piece): Don't treat `$' as namespace
13453         separator.
13454
13455 2000-04-19  Tom Tromey  <tromey@cygnus.com>
13456
13457         * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
13458         on native function.
13459         * jcf-parse.c (parse_class_file): Call build_jni_stub for native
13460         JNI methods.
13461         * expr.c (build_jni_stub): New function.
13462         * lang-specs.h: -fjni and -femit-class-file are incompatible.
13463         * parse.c: Rebuilt.
13464         * parse.y (java_complete_expand_methods): Expand a native method
13465         and call build_jni_stub if -fjni given.
13466         * lang-options.h: Document -fjni.
13467         * lang.c (flag_jni): New global.
13468         (lang_f_options): Added `jni' entry.
13469         * java-tree.h (soft_lookupjnimethod_node,
13470         soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
13471         Declare.
13472         (flag_jni): Declare.
13473         (build_jni_stub): Declare.
13474         (struct lang_decl): Added `native' flag.
13475         (METHOD_NATIVE): Redefined to use `native' field of lang specific
13476         structure.
13477         * decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
13478         soft_jnipopsystemframe_node): New globals.
13479         (init_decl_processing): Set them.  _Jv_InitClass only takes one
13480         argument.
13481
13482         * java-tree.def: Put into `C' mode.
13483
13484 2000-04-27  Tom Tromey  <tromey@cygnus.com>
13485
13486         Fix for PR gcj/2:
13487         * expr.c (expand_invoke): Generate check to see if object pointer
13488         is null in nonvirtual invocation case.
13489         * java-tree.h (soft_nullpointer_node): Declare.
13490         * decl.c (soft_nullpointer_node): New global.
13491         (init_decl_processing): Initialize soft_nullpointer_node.
13492         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
13493         or `private' methods.
13494         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
13495
13496 2000-04-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13497
13498         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
13499         from <clinit>
13500
13501 2000-04-26  Tom Tromey  <tromey@cygnus.com>
13502
13503         * zextract.c (find_zip_file_start): New function.
13504         (read_zip_archive): Use it.
13505
13506 2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13507
13508         * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.
13509
13510 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13511
13512         * class.c (common_enclosing_context_p): New function.
13513         * java-tree.h (common_enclosing_context_p): Added prototype.
13514         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Relaxed test to allow
13515         classes sharing an outer context with the current instance.
13516         * parse.y (build_access_to_thisn): Fixed leading comment.
13517         (verify_constructor_super): New local `supper_inner'. Skip
13518         enclosing context argument in the case of inner class constructors.
13519         (patch_method_invocation): Insert proper context as second
13520         parameter to pure inner class constructor super invocations.
13521
13522 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13523
13524         * parse.y (end_class_declaration): Reset the interface number
13525         counter.
13526
13527 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13528
13529         * parse.y (source_start_java_method): Deleted unnecessary code.
13530         (patch_method_invocation): Fixed comment.
13531
13532 2000-04-24  Robert Lipe <robertlipe@usa.net>
13533
13534         * parse.h (_jdep): Member `kind' now ENUM_BITFIELD.
13535
13536 2000-04-23  Tom Tromey  <tromey@cygnus.com>
13537
13538         * boehm.c (mark_reference_fields): Use int_byte_position.
13539
13540 2000-04-22  Tom Tromey  <tromey@cygnus.com>
13541
13542         * boehm.c (mark_reference_fields): Only call byte_position on
13543         non-static fields.
13544
13545 2000-04-22  Tom Tromey  <tromey@cygnus.com>
13546
13547         * boehm.c (mark_reference_fields): Added `last_view_index'
13548         argument.  Use DECL_FIELD_OFFSET to determine field's offset.
13549
13550 2000-04-20  Mo DeJong  <mdejong@cygnus.com>
13551
13552         * parse.h (INTERFACE_INNER_MODIFIERS): New macro.
13553         * parse.y (check_class_interface_creation): Fixed comments. Select
13554         permitted modifiers for (inner) interfaces. Changed error message
13555         to report rejected modifiers used with local classes.
13556
13557 2000-04-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13558
13559         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Immediate inner classes
13560         of directly inherited type considered in scope.
13561         * parse.y (do_resolve_class): Search inherited classes for inner
13562         classes.
13563
13564 2000-04-20  Tom Tromey  <tromey@cygnus.com>
13565
13566         * parse.y (not_accessible_p): Use member's class, not current
13567         class, when doing inheritance check for protected reference.
13568         Fixes PR gcj/124.
13569
13570 2000-04-20  Jason Schroeder  <shrode@subnature.com>
13571
13572         * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
13573
13574 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13575
13576         * parse.y (lookup_field_wrapper): Search for final local aliases.
13577         (resolve_expression_name): Let lookup_field_wrapper search for
13578         final local aliases. Force the value of `name' if one is found.
13579         (qualify_ambiguous_name): CONVERT_EXPR is enough to now we have
13580         an expression name. Fixed comments.
13581
13582 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13583
13584         * parse.y (yyerror): `msg' can be null, don't use it in that case.
13585
13586 2000-04-19  Tom Tromey  <tromey@cygnus.com>
13587
13588         * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.
13589
13590 2000-04-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13591
13592         * parse.y (maybe_make_nested_class_name): Use `obstack_grow0'.
13593
13594 2000-04-18  Tom Tromey  <tromey@cygnus.com>
13595
13596         PR gcj/211:
13597         * gjavah.c (utf8_cmp): Changed return value.
13598         (cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
13599         result.
13600         (cxx_keywords): New global.
13601         (get_field_name): Handle new result of cxx_keyword_subst.
13602         (print_method_info): Likewise.
13603
13604 2000-04-17  Bryce McKinlay  <bryce@albatross.co.nz>
13605
13606         * gjavah.c (print_name_for_stub_or_jni): Don't prefix method names
13607         with a newline, for CNI.
13608         (print_stub_or_jni): Print a space or newline before method name for
13609         CNI as well as JNI.
13610         (print_cxx_classname): Don't write leading "::" in CNI stub method.
13611         (process_file): Include gcj/cni.h if generating CNI stubs.
13612
13613 2000-04-16  Tom Tromey  <tromey@cygnus.com>
13614
13615         * gjavah.c (decompile_method): Use print_field_name.
13616         Fixes PR gcj/205.
13617
13618 2000-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13619
13620         * parse.y (java_expand_classes): Reverse the package list once.
13621         (java_complete_lhs): PLUS_EXPR: don't try rhs and lhs at string
13622         reduction.
13623         (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
13624         the `==' and `!=' operators.
13625
13626 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13627
13628         * jcf-write.c (generate_bytecode_insns): At invocation time,
13629         always relate an interface method to the type of its selector.
13630
13631 2000-04-05  Tom Tromey  <tromey@cygnus.com>
13632
13633         Fix for PR gcj/2:
13634         * expr.c (expand_invoke): Generate check to see if object pointer
13635         is null in nonvirtual invocation case.
13636         * java-tree.h (soft_nullpointer_node): Declare.
13637         * decl.c (soft_nullpointer_node): New global.
13638         (init_decl_processing): Initialize soft_nullpointer_node.
13639         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
13640         or `private' methods.
13641         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
13642
13643 2000-04-05  Tom Tromey  <tromey@cygnus.com>
13644
13645         Fix for PR gcj/140:
13646         * parse.y (check_final_assignment): Recognize assignments to the
13647         `length' field of an array when generating class files.
13648
13649 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13650
13651         * class.c (decl_hash): Prototype removed.
13652         (decl_compare): Likewise.
13653
13654 2000-04-05  Tom Tromey  <tromey@cygnus.com>
13655
13656         * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
13657         * parse.y (check_modifiers_consistency): Check for final/volatile
13658         clash.  Fixes PR gcj/164.
13659
13660 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13661
13662         * class.c: (java_hash_hash_tree_node): Renamed from `decl_hash',
13663         made global.
13664         (java_hash_compare_tree_node): Renamed from `decl_compare, made
13665         global.
13666         (add_method_1): Use `java_hash_hash_tree_node' and
13667         `java_hash_compare_tree_node'.
13668         * java-tree.h: (java_hash_hash_tree_node): Prototyped.
13669         (java_hash_compare_tree_node): Likewise.
13670         * parse.y (find_applicable_accessible_methods_list): Create,
13671         delete and use a hash table to remember already searched interfaces.
13672
13673 2000-04-03  Matt Welsh  <mdw@cs.berkeley.edu>
13674
13675         * jcf-depend.c (add_entry): Fixed bug where list was always replaced
13676         with latest entry.
13677
13678 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13679
13680         * boehm.c (mark_reference_fields, set_bit): Prototype.
13681         (set_bit): Un-ANSI-fy definition.
13682
13683         * class.c (init_test_hash_newfunc, decl_hash, decl_compare):
13684         Prototype.
13685
13686         * decl.c (emit_init_test_initialization): Likewise.
13687
13688         * gjavah.c (jni_print_char): Likewise.
13689
13690         * parse.y (create_new_parser_context): Likewise.
13691
13692 2000-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13693
13694         * expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000
13695         patch missing hunk. Fixed indentation.
13696
13697 2000-03-30  Tom Tromey  <tromey@cygnus.com>
13698
13699         * gjavah.c (D_NAN_MASK): Only define as word-reversed when
13700         HOST_FLOAT_WORDS_BIG_ENDIAN and HOST_WORDS_BIG_ENDIAN disagree.
13701
13702 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13703
13704         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
13705         when negative *before* using it as an array index.
13706         * ChangeLog: Fixed typo.
13707
13708 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13709
13710         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
13711         to 0 when it reaches -1.
13712
13713 2000-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13714
13715         * jcf-parse.c (get_constant): Properly cast `num' during the
13716         invocation of `add_double'.
13717         * jcf-write.c (push_long_const): Properly cast `lo' before
13718         comparing it to short bounds.
13719         * parse-scan.y (interface_declaration:): Rule re-arrange so that
13720         `interface_body:' is reduced after the current interface is
13721         pushed.
13722
13723 2000-03-26  Tom Tromey  <tromey@cygnus.com>
13724
13725         * jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each
13726         Java-specific `-f' option.
13727
13728 2000-03-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13729
13730         * decl.c (init_decl_processing): Only call initialize_sizetypes once.
13731         Adjust order of making types.
13732         Make bitsize_*_node values.
13733
13734 2000-03-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13735
13736         * class.c (make_field_value): Use byte_position.
13737         * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
13738         (java_array_data_offset): Likewise.
13739         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Add case to
13740         bzero call.
13741
13742 2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13743
13744         * parse.y (check_abstract_method_definitions): New local
13745         `end_type_reached'. Make sure we also consider `end_type'.
13746         (java_check_abstract_method_definitions): Make sure we eventually
13747         consider `java.lang.Object'.
13748         (maybe_use_access_method): Don't use access method if not in the
13749         context of a pure inner class or if the method's context is right.
13750         (find_applicable_accessible_methods_list): New static flag
13751         `object_done'. Don't search abstract classes as interfaces. Fixed
13752         indentation. Fixed the `java.lang.Object' only search. Search
13753         class interface(s) first, then fully search enclosing contexts.
13754         (find_most_specific_methods_list): Pick the closest candidate when
13755         they're all abstract.
13756
13757 2000-03-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13758
13759         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
13760         properly initialize `finished_label'. Don't emit gotos for empty
13761         try statements.
13762
13763 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13764
13765         * except.c (emit_handlers): Clear catch_clauses_last.
13766
13767 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13768
13769         * parse.y (check_method_types_complete): New function.
13770         (create_class): Reset anonymous class counter only when seeing an
13771         non inner classe.
13772         (java_complete_class): JDEP_METHOD: Don't recompute signature
13773         if incomplete.
13774
13775 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13776
13777         * class.c (build_static_ref): Fixed indentation in comment.
13778         * java-tree.def (TRY_EXPR): Fixed typo in name.
13779         (CLASS_LITERAL): Likewise.
13780         * java-tree.h: (TYPE_DOT_CLASS): New macro.
13781         (struct lang_type): New field `dot_class'.
13782         * jcf-write.c (generate_bytecode_insns): Fixed error message.
13783         (generate_classfile): Method `class$' is synthetic.
13784         * parse.y (build_do_class_method): New function.
13785         (build_dot_class_method_invocation): Likewise.
13786         (java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
13787         (resolve_qualified_expression_name): Handle CLASS_LITERAL.
13788         (qualify_ambiguous_name): Likewise.
13789         (patch_incomplete_class_ref): Invoke synthetic method if necessary.
13790         (build_try_statement): Fixed leading comment.
13791
13792 2000-03-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13793
13794         * class.c (make_field_value): Properly handle sizes.
13795         (get_dispatch_vector): Use tree_low_cst and host_integerp.
13796         (layout_class_method): Count using trees.
13797         * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
13798         * expr.c (java_array_data_offset): Use int_bit_position.
13799         (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
13800         (build_invokevirtual): Use tree_low_cst and do computations with trees.
13801
13802 2000-03-16  Tom Tromey  <tromey@cygnus.com>
13803
13804         * lang.c (flag_hash_synchronization): New global.
13805         (lang_f_options): Added `hash-synchronization'.
13806         * lang-options.h: Mention -fhash-synchronization.
13807         * java-tree.h (flag_hash_synchronization): Declare.
13808         * expr.c (java_lang_expand_expr): Only push `sync_info' value when
13809         hash table synchronization is disabled.
13810         * decl.c (init_decl_processing): Only push `sync_info' value when
13811         hash table synchronization is disabled.
13812         * class.c (make_class_data): Only push `sync_info' field when hash
13813         table synchronization is disabled.  Removed dead code.
13814
13815 2000-03-16  Tom Tromey  <tromey@cygnus.com>
13816
13817         * lang.c (lang_decode_option): Enable -Wunused when -Wall given.
13818
13819 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13820
13821         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
13822         classes.
13823         * parse.y (patch_method_invocation): Handle anonymous classes
13824         creation in static context.
13825
13826 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13827
13828         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
13829         * parse.y (resolve_qualified_expression_name): Use it.
13830         (patch_method_invocation): Likewise.
13831
13832 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13833
13834         * parse.y (register_incomplete_type): JDEP_ENCLOSING set
13835         depending on the type of dependency which dictates what the
13836         current class is.
13837         (unresolved_type_p): Resolved types limited to the current class.
13838
13839 2000-03-15  Tom Tromey  <tromey@cygnus.com>
13840
13841         * decl.c (init_decl_processing): Set type of `sync_info' to be
13842         pointer to Object.
13843
13844         * boehm.c (get_boehm_type_descriptor): Correctly compute `bits'.
13845         Correctly compute bit number for current slot.  Zero `high' and
13846         `low' in DS_LENGTH case.  Don't skip inherited fields.  Use
13847         mark_reference_fields.
13848         (mark_reference_fields): New function.
13849
13850 2000-03-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13851
13852         * parse.y (register_incomplete_type): Fixed initialization of
13853         JDEP_ENCLOSING.
13854
13855 2000-02-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13856
13857         * parse-scan.y (inner_qualifier, inner_qualifier_length): New
13858         static globals.
13859         (push_class_context, pop_class_context): New function.
13860         (class_body:): Call pop_class_context.
13861         (interface_body:): Likewise.
13862         (INNER_QUALIFIER): New macro.
13863         (report_class_declaration): Changed output format and use
13864         INNER_QUALIFIER. Call push_class_context.
13865
13866 2000-02-14  Andrew Haley  <aph@cygnus.com>
13867
13868         * check-init.c (check_init): Add new cases for unary and binary
13869         tree nodes.
13870
13871 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13872
13873         * parse.y (resolve_package): Set `next' once a type name has been
13874         progressively discovered.
13875         (resolve_qualified_expression_name): Propagate resolution only if
13876         there are remaining qualifiers. Take into account `q' might have
13877         been cleared after re-qualification.
13878         * parse.y (patch_method_invocation): New local `resolved'.
13879         Section dealing with qualified expression rewritten to use
13880         resolve_field_access.
13881
13882 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13883
13884         * parse.h (PUSH_CPC): Fixed indentation.
13885         (DEBUG_CPC): New macro.
13886         (SET_CPC_INITIALIZER_STMT, SET_CPC_STATIC_INITIALIZER_STMT,
13887         SET_CPC_INSTANCE_INITIALIZER_STMT): New macros.
13888         * parse.y (class_body_declaration:): Use
13889         SET_CPC_INSTANCE_INITIALIZER_STMT.
13890         (method_declaration:): Check for null current_function_decl.
13891         (static_initializer:): Use SET_CPC_STATIC_INITIALIZER_STMT.
13892         (java_parser_context_pop_initialized_field): Better handling of
13893         empty lists.
13894         (maybe_make_nested_class_name): Mark nested class name as
13895         qualified when necessary.
13896         (end_class_declaration): Don't call java_parse_context_resume when
13897         one or more error occurred.
13898         (add_inner_class_fields): Use SET_CPC_INITIALIZER_STMT.
13899         (register_fields): Use SET_CPC_STATIC_INITIALIZER_STMT and
13900         SET_CPC_INITIALIZER_STMT.
13901         (method_header): Check for inner classes declaring static methods.
13902         (resolve_qualified_expression_name): Handle situation where `this'
13903         is implied.
13904
13905 2000-03-13  Hans Boehm <boehm@acm.org>
13906
13907         * typeck.c (build_prim_array_type): Correctly set the high word too.
13908
13909 2000-03-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13910
13911         * parse.y (java_complete_expand_methods): Leave <clinit> out of
13912         ordinary methods.
13913         (maybe_generate_pre_expand_clinit): Put <clinit> at the end of the
13914         list of methods for interfaces.
13915
13916 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13917
13918         * parse.y (qualify_ambiguous_name): Properly handle expressions
13919         using `null'.
13920
13921 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13922
13923         * parse.y (check_final_assignment): Extended to process
13924         COMPOUND_EXPR.
13925         (patch_assignment): Have check_final_assignment called only once.
13926
13927 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13928
13929         * java-tree.h (IS_INIT_CHECKED): New flag.
13930         * check-init.c (check_init): Test and set IS_INIT_CHECKED.
13931         * parse.y (patch_string): Call force_evaluation_order on the
13932         completed string concatenation tree.
13933         * expr.c (force_evaluation_order): Call force_evaluation_order on
13934         function's arguments too.
13935
13936 2000-03-06  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13937
13938         * decl.c (emit_init_test_initialization): Mark KEY as unused.
13939         * expr.c (build_newarray): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
13940         (build_anewarray): Likewise.
13941         * parse.y (patch_newarray): Likewise.
13942         * parse.c: Regenerated.
13943
13944 2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
13945
13946         * decl.c (init_decl_processing): Added new class fields `depth',
13947         `ancestors', and `idt' to class_type_node. Use
13948         _Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
13949         * class.c (make_class_data): Push initial values for new fields.
13950         * java-tree.h: Updated prototype for `build_invokeinterface'.
13951         * expr.c (build_invokeinterface): Changed parameters to accept
13952         `method' tree. Calculate index of `method' in its declaring
13953         interface. Build call to _Jv_LookupInterfaceMethodIdx.
13954         (expand_invoke): Call `build_invokeinterface' with new parameters.
13955         * parse.y (patch_invoke): Call `build_invokeinterface' with new
13956         parameters.
13957
13958 2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
13959
13960         * typeck.c (lookup_do): Search superinterfaces first
13961         when looking up an interface method. From Godmar Back
13962         <gback@cs.utah.edu>
13963
13964 2000-03-06  Tom Tromey  <tromey@cygnus.com>
13965
13966         * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
13967
13968 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13969
13970         * java-tree.h (lookup_argument_method2): Declared.
13971         (safe_layout_class): Prototype moved from parse.h.
13972         * parse.h (safe_layout_class): Prototype moved to java-tree.h.
13973         * parse.y (java_check_regular_methods): Local `super_class' gone.
13974         Call lookup_argument_method2 instead of lookup_argument_method.
13975         Perform modifier match for methods found declared in implemented
13976         interfaces. Fixed indentation problem. Overriding/hiding error
13977         report to take place only for methods found in classes.
13978         * typeck.c (lookup_argument_method): Changed leading
13979         comment. Re-written by calling lookup_do.
13980         (lookup_argument_method2): New function.
13981         (lookup_java_method): Re-written by calling lookup_do.
13982         (lookup_do): New function.
13983
13984 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13985
13986         * check-init.c (check_init): Removed dead code. Handle (blank)
13987         final variables.
13988         * parse.y (declare_local_variables): New local `final_p', set it
13989         and use it to initialize LOCAL_FINAL.
13990         (check_final_assignment): Only check FIELD_DECLs.
13991
13992 2000-02-17  Tom Tromey  <tromey@cygnus.com>
13993
13994         * Makefile.in (JAVA_OBJS): Added boehm.o.
13995         (boehm.o): New target.
13996         * Make-lang.in (JAVA_SRCS): Added boehm.c.
13997         * java-tree.h (flag_use_boehm_gc): Declare.
13998         (get_boehm_type_descriptor): Declare.
13999         * lang.c (lang_f_options): Added `use-boehm-gc'.
14000         (flag_use_boehm_gc): New global.
14001         * lang-options.h: Added -fuse-boehm-gc.
14002         * boehm.c: New file.
14003         * class.c (get_dispatch_table): If class uses a Boehm type
14004         descriptor, put it in the vtable.
14005         (make_class_data): Removed dead code.
14006
14007 2000-03-03  Per Bothner  <per@bothner.com>
14008
14009         * decl.c (init_decl_processing):  Initialize sizetype properly.
14010
14011 2000-03-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14012
14013         * java-tree.h (LOCAL_CLASS_P): New flag usage and macro.
14014         (PURE_INNER_CLASS_DECL_P, PURE_INNER_CLASS_TYPE_P): New macros.
14015         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
14016         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Likewise.
14017         (jcf_parse): New local `current'. Load innerclasses seen in outer
14018         context being processed.
14019         * jcf-reader.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
14020         * jcf-write.c (append_innerclasses_attribute): New function.
14021         (append_innerclasses_attribute_entry): Likewise.
14022         (get_access_flags): Handle static classes. Set anonymous and local
14023         classes to be private.
14024         (generate_classfile): Attribute count adjusted. Call
14025         append_innerclasses_attribute.
14026         * parse.h (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use
14027         PURE_INNER_CLASS_TYPE_P.
14028         * parse.y (parser_qualified_classname): New parameter `is_static',
14029         produce non qualified name accordingly.
14030         (block_statement:): Set LOCAL_CLASS_P when declaring local class.
14031         (create_interface): Added argument to parser_qualified_classname.
14032         (create_class): Added argument to parser_qualified_classname. Setup
14033         alias for top level classes. Use PURE_INNER_CLASS_DECP_P.
14034         (add_inner_class_fields): Fixed indentation.
14035         (method_declarator): Use PURE_INNER_CLASS_DECP_P.
14036         (method_declarator): Fixed typo in comment.
14037         (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
14038         (build_current_thisn): Likewise.
14039         (patch_method_invocation): Likewise.
14040
14041 2000-03-01  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14042
14043         * decl.c (current_function_decl): Move to toplev.c.
14044
14045 2000-02-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14046
14047         * java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
14048         (DECL_BIT_INDEX): Use underlying representation.
14049         * parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
14050
14051 2000-02-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14052
14053         * expr.c (build_java_ret): Pass proper type to size_binop.
14054
14055 2000-02-25  Anthony Green  <green@cygnus.com>
14056
14057         * expr.c (build_class_init): Mark the decl to be ignored by
14058         check_init.
14059         * java-tree.h (DECL_BIT_INDEX): Move definition from check-init.c
14060         * check-init.c: Move DECL_BIT_INDEX to java-tree.h
14061         * class.c (init_test_hash_newfunc): New function.
14062         (decl_hash): New function.
14063         (decl_compare): New function.
14064         * decl.c (emit_init_test_initialization): New function.
14065         (complete_start_java_method): Traverse the init test hashtable,
14066         calling emit_init_test_initialization.
14067         (always_initialize_class_p): Define.
14068         * expr.c (build_class_init): Use initialization tests when
14069         emitting class initialization code.
14070         (always_initialize_class_p): Declare.
14071         * jcf-parse.c (parse_class_file): Set always_initialize_class_p to
14072         1.
14073         * java-tree.h: Include hash.h.
14074         (DECL_FUNCTION_INIT_TEST_TABLE): Define.
14075         (struct lang_decl): Add init_test_table field.
14076         (init_test_hash_entry): Define.
14077
14078 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14079
14080         * gjavah.c (main): Avoid using `argi' to report unimplemented
14081         options.
14082
14083 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14084
14085         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
14086         initialize locals to avoid warnings. Local `exception_type' moved
14087         into if statement.
14088
14089 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14090
14091         * parse.y (resolve_expression_name): Use `orig' as a second
14092         argument to resolve_field_access.
14093         (resolve_field_access): Removed unnecessary code when dealing with
14094         static fields.
14095
14096 2000-02-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14097
14098         * class.c (push_super_field): Don't push the field twice.
14099         * jcf-parse.c (parse_source_file): Call java_reorder_fields.
14100         * parse.h (java_reorder_fields): Prototyped.
14101         * parse.y (java_reorder_fields): New function.
14102         (java_layout_class): Simplified not to worry about re-ordering.
14103
14104 2000-02-23  Tom Tromey  <tromey@cygnus.com>
14105
14106         * gjavah.c (print_name): In JNI case, correctly quote string.
14107         (print_method_info): Don't handle overrides in JNI mode.
14108
14109 2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14110
14111         * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
14112         value type set to `boolean_type_node'.
14113
14114 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
14115
14116         * jcf-dump.c (main): Test for correct condition after
14117         output file creation.
14118
14119 2000-02-19  Anthony Green  <green@cygnus.com>
14120
14121         * jcf-depend.c (add_entry): Fix test for first list entry.
14122
14123 2000-02-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14124
14125         * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
14126         * constants.c (build_constants_constructor): Likewise.
14127
14128 2000-02-19  Anthony Green  <green@cygnus.com>
14129
14130         * jcf-depend.c (add_entry): Add entries to the end of the list.
14131
14132 1999-11-03  Pekka Nikander  <pekka.nikander@hut.fi>
14133
14134         * decl.c (INT_TYPE_SIZE): Define if necessary.
14135         (expand_java_return): Handle the case of a native integer smaller
14136         than a JVM integer.
14137
14138 2000-02-18  Martin von Löwis  <loewis@informatik.hu-berlin.de>
14139
14140         * gjavah.c (help): Use GCCBUGURL.
14141         * jv-scan.c (help): Likewise.
14142         * jcf-dump.c (help): Likewise.
14143
14144 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14145
14146         * jcf-write.c (generate_bytecode_insns): Don't generate empty
14147         `finally' clauses.
14148
14149 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14150
14151         * jcf-parse.c (load_class): Call `fatal' if no file containing
14152         the target class are found.
14153
14154 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
14155
14156         * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
14157         lex.c, lex.h, and PARSE_H to...
14158         (parse.o, parse-scan.o): ...here, respectively.
14159
14160         * lex.c: Split out code that may trigger SIGFPE from yylex()
14161         to its own function.
14162         * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value.
14163
14164 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14165
14166         * Make-lang.in (jvspec.o): Depend on $(GCC_H), not gcc.h.
14167
14168 2000-02-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14169
14170         * parse.y (outer_field_access_p): Stop in time when outer contexts
14171         are exhausted.
14172         (resolve_qualified_expression_name): Properly qualify *everything*
14173         after a package.type to be resoled as expression names.
14174         (find_applicable_accessible_methods_list): Save/restore `class' to
14175         isolate it from a possible outer context search.
14176
14177 2000-02-15  Tom Tromey  <tromey@cygnus.com>
14178
14179         * gjavah.c (jni_print_char): New function.
14180         (print_full_cxx_name): Use it.
14181         (decode_signature_piece): Likewise.
14182         (print_cxx_classname): Likewise.
14183
14184 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14185
14186         * Makefile.in (jv-scan, jcf-dump, gcjh): Depend on and link with
14187         version.o.
14188         (jcf-dump.o, gjavah.o, jv-scan.o): Depend on version.h.
14189
14190         * gjavah.c: Include version.h.
14191
14192         * jcf-dump.c: Likewise.
14193
14194         * jv-scan.c: Likewise.
14195
14196 2000-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14197
14198         * parse.y (outer_field_access_fix): First parameter now a tree
14199         node. Check for assignment to final. First argument to
14200         build_outer_field_access_fix modified to accommodate prototype.
14201         (build_outer_field_access): Don't check for assignment to final
14202         here.
14203         (java_complete_lhs): MODIFY_EXPR case: Check for `error_mark_node'
14204         possibly returned by outer_field_access_fix. Changed
14205         outer_field_access_fix's first argument.
14206         (check_final_assignment): $finit$'s context is OK.
14207         (patch_unaryop): Use node instead of its line/column value when
14208         calling outer_field_access_fix.
14209
14210 2000-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14211
14212         * parse.y (interface_declaration:): No longer tagged
14213         <node>. Re-installed default action.
14214         (class_member_declaration:): Handle inner interfaces.
14215         (interface_member_declaration): Handle inner interfaces and
14216         classes.
14217         (create_interface): Push error if one seen. Suspend parsing
14218         context when processing an inner interface.
14219         (register_fields): Inner class static field limitations not to
14220         apply to inner interfaces.
14221
14222 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14223
14224         * jcf-parse.c (load_class): Update `java_error_count' when a
14225         class' file can't be found.
14226         (parse.y): Avoid (byte)code generation when errors seen.
14227
14228 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14229
14230         * parse.y (java_complete_lhs): Handle TRUNC_DIV_EXPR. Ensure `fatal'
14231         decodes a valid node.
14232         (patch_binop): Handle TRUNC_DIV_EXPR.
14233
14234 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14235
14236         * parse.y (resolve_package): New local `acc'. Try to progressively
14237         build and guess a package and type name.
14238
14239 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14240
14241         * parse.y (find_applicable_accessible_methods_list): Load and
14242         layout the search class if necessary.
14243         (java_complete_tree): Keep to original type of the folded initial
14244         value.
14245
14246 2000-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14247
14248         * class.c (layout_class): Set and test CLASS_BEING_LAIDOUT.
14249         Generate error message if circularity is detected. New static
14250         local `list'.
14251         * java-tree.h (CLASS_BEING_LAIDOUT): New flag usage, new macro.  *
14252         * jcf-write.c (generate_bytecode_insns): Very simply handle
14253         SAVE_EXPR.
14254         * parse.y (java_check_circular_reference): Use
14255         `cyclic_inheritance_report' during report, if necessary.
14256         (java_complete_lhs): fixed comment with `THROW_EXPR:' case. Avoid
14257         walking NEW_ARRAY_INIT twice.
14258
14259 2000-02-09  Tom Tromey  <tromey@cygnus.com>
14260
14261         * parse.y (check_class_interface_creation): Allow inner classes to
14262         be `private' or `protected', check modifiers' consistency. Prevent
14263         block local classes from bearing any modifiers.
14264
14265 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14266
14267         * except.c (check_start_handlers): Re-add prototype lost in last
14268         patch.
14269         (maybe_start_try): Remove excess argument to `check_start_handlers'.
14270
14271 2000-02-09  Andrew Haley  <aph@cygnus.com>
14272
14273         * decl.c (clear_binding_level): Remove excess initializer.
14274         (maybe_poplevels): Remove unused variable.
14275         (force_poplevels): Ditto.
14276         (struct binding_level): Add comment.
14277
14278 2000-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14279
14280         * jcf-write.c (generate_classfile): Don't consider
14281         pre-initialization with reference value (use <clinit> instead.)
14282         * parse.y (java_fix_constructors): No generated constructor for
14283         interfaces.
14284         (build_outer_field_access): Removed debug message.
14285         (outer_field_expanded_access_p): Adapted to bytecode generation.
14286         (build_outer_field_access_method): Use fix_method_argument_names.
14287         (build_outer_method_access_method): Fixed indentation. Added
14288         comment. Handle access method generation for static and also void
14289         methods.
14290         (build_access_to_thisn): Inserted debug message.
14291         (maybe_build_thisn_access_method): Use fix_method_argument_names.
14292         (resolve_qualified_expression_name): Fixed comment.
14293         (not_accessible_p): Adapted to bytecode generation. Added comment.
14294         (patch_method_invocation): Added comment.
14295         (maybe_use_access_method): Fixed leading comment. Handle static
14296         methods.
14297         (java_complete_lhs): Don't shortcut handling of initialized upon
14298         declaration String type static fields when generating bytecode.
14299         (patch_unaryop): Handle outer field access when generating
14300         bytecode.
14301
14302 2000-02-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14303
14304         * java-tree.h (FIELD_THISN): New macro.
14305         * jcf-write.c (append_synthetic_attribute): New function.
14306         (generate_classfile): Set "Synthetic" attribute on this$<n>,
14307         val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
14308         * parse.y (add_inner_class_fields): Set FIELD_THISN for created
14309         this$<n> fields.
14310         (build_outer_field_access): Turned on access functions usage and
14311         generation when compiling to bytecode.
14312         (maybe_use_access_method): Likewise.
14313
14314 2000-01-25  Andrew Haley  <aph@cygnus.com>
14315
14316         * java-except.h (struct eh_range): Add `expanded' field.
14317         (maybe_start_try): Add end_pc arg.
14318         (maybe_end_try): Ditto.
14319         * java-tree.h (force_poplevels): new function.
14320         * expr.c (expand_byte_code): Don't call maybe_start_try or
14321         maybe_end_try.
14322         * except.c (add_handler): Reset expanded.
14323         (expand_start_java_handler): Set expanded.
14324         (check_start_handlers): Don't expand a start handler that's
14325         already been expanded.
14326         (maybe_start_try): Add end_pc arg.  Only expand a handler which
14327         ends after end_pc.
14328         (expand_end_java_handler): call force_poplevels.
14329         (force_poplevels): new function.
14330         * decl.c (binding_level): Add start_pc of binding level.
14331         (maybe_pushlevels): Call maybe_start_try when pushing binding
14332         levels.
14333         (maybe_poplevels): Call maybe_end_try when popping binding levels.
14334         (LARGEST_PC): Define.
14335         (clear_binding_level): Use LARGEST_PC.
14336
14337         * java-tree.h (DEBUG_JAVA_BINDING_LEVELS): new define.
14338         * decl.c (DEBUG_JAVA_BINDING_LEVELS): new define.
14339         (binding_depth, is_class_level, current_pc): new variables.
14340         (struct binding_level): ditto.
14341         (indent): new function.
14342         (push_jvm_slot): add debugging info.
14343         (maybe_pushlevels): ditto.
14344         (maybe_poplevels): ditto.
14345         (pushlevel): ditto.
14346         (poplevel): ditto.
14347         (start_java_method): ditto.
14348         (give_name_to_locals): comment only.
14349         * except.c (binding_depth, is_class_level, current_pc):
14350         new variables.
14351         (expand_start_java_handler): add debugging info.
14352         (expand_end_java_handler): ditto.
14353
14354 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14355
14356         * gjavah.c (overloaded_jni_method_exists_p): Add prototype.
14357         (print_name_for_stub_or_jni, process_file): Constify a char*.
14358
14359 2000-02-03  Tom Tromey  <tromey@cygnus.com>
14360
14361         * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
14362
14363 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
14364
14365         * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
14366         assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is
14367         defined to be 1.
14368
14369 2000-02-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14370
14371         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): New tree code.
14372         * java-tree.h (TYPE_II_STMT_LIST): New macro.
14373         (struct lang_type): New field `ii_block'.
14374         * lex.c (java_init_lex): Use CPC_INITIALIZER_LIST,
14375         CPC_STATIC_INITIALIZER_LIST and CPC_INSTANCE_INITIALIZER_LIST.
14376         * parse.h (struct parser_ctxt): New field `instance_initializers'.
14377         (CPC_INITIALIZER_LIST, CPC_STATIC_INITIALIZER_LIST,
14378         CPC_INSTANCE_INITIALIZER_LIST, CPC_INITIALIZER_STMT,
14379         CPC_STATIC_INITIALIZER_STMT, CPC_INSTANCE_INITIALIZER_STMT): New
14380         macros.
14381         * parse.y (add_instance_initializer): New function.
14382         (in_instance_initializer): New static global.
14383         (class_body_declaration:): Link instance initializer block.
14384         (static_initializer:): Use CPC_STATIC_INITIALIZER_STMT.
14385         (array_creation_expression:): Remove unused local.
14386         (java_parser_context_push_initialized_field): Fixed leading
14387         comment. Use CPC_STATIC_INITIALIZER_LIST, CPC_INITIALIZER_LIST and
14388         CPC_INSTANCE_INITIALIZER_LIST.
14389         (java_parser_context_pop_initialized_field): Likewise.
14390         (add_inner_class_fields): Use CPC_INITIALIZER_STMT.
14391         (register_fields): Use CPC_STATIC_INITIALIZER_STMT and
14392         CPC_INITIALIZER_STMT.
14393         (fix_constructors): New local `class_type'. Use it. Call
14394         add_instance_initializer.
14395         (java_complete_lhs): New case INSTANCE_INITIALIZERS_EXPR.
14396         (patch_return): Forbid return in instance initializers.
14397         (patch_throw_statement): Enforce exception handling in the context
14398         of instance initializers.
14399
14400 2000-02-03  Tom Tromey  <tromey@cygnus.com>
14401
14402         * Make-lang.in (java.mostlyclean): Remove executables in
14403         `mostlyclean'.
14404
14405 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
14406
14407         * gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
14408         HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
14409         (java_float_finite): Convert to use union Word from javaop.h.
14410         (java_double_finite): Convert to use union DWord from javaop.h.
14411
14412 2000-02-02  Tom Tromey  <tromey@cygnus.com>
14413
14414         * gjavah.c (options): Added `jni' entry.
14415         (help): Document -jni.
14416         (flag_jni): New global.
14417         (process_file): Handle JNI output.  Don't print text from
14418         -prepend, -add, etc, when generating stubs.  Only remove `.class'
14419         suffix if it actually exists.
14420         (main): Create a `.c' file when run with `--jni --stubs'.  Create
14421         correct output file name with `--jni'.
14422         (print_include): Mangle header name differently in JNI case.
14423         (HANDLE_METHOD): In JNI mode, call print_method_info to generate
14424         method list.
14425         (print_method_info): Handle JNI case.  Put signature info into
14426         method name.  Handle case when STREAM is NULL.
14427         (print_name_for_stub_or_jni): New function.
14428         (print_stub_or_jni): Renamed from `print_stub'.  Handle JNI.
14429         (print_cxx_classname): Handle JNI.
14430         (print_full_cxx_name): Likewise.
14431         (decode_signature_piece): Likewise.
14432         (overloaded_jni_method_exists_p): New function.
14433         (struct method_name): Added `signature' and `sig_length' fields.
14434         (HANDLE_END_FIELD): Do nothing in JNI mode.
14435
14436 2000-02-02  Tom Tromey  <tromey@cygnus.com>
14437
14438         * jv-scan.c: Include version.c, <getopt.h>.
14439         (LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
14440         (options): New array.
14441         (usage): New function.
14442         (version): New function.
14443         (main): Use getopt_long to parse command line.
14444         * jcf-dump.c: Include version.c, <getopt.h>.
14445         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
14446         OPT_JAVAP): New macros.
14447         (options): New array.
14448         (usage): Return `void'.  Changed message.
14449         (help): New function.
14450         (version): New function.
14451         (main): Use getopt_long_only to parse command line.
14452         * gjavah.c: Include <getopt.h>.
14453         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
14454         OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
14455         OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
14456         (options): New array.
14457         (java_no_argument): Removed.
14458         (help): Updated with missing options.
14459         (main): Use getopt_long_only to parse command line.
14460         (usage): Changed message.
14461
14462 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14463
14464         * java-tree.def (NEW_ANONYMOUS_ARRAY_EXPR): New tree code.
14465         * parse.h (ANONYMOUS_ARRAY_BASE_TYPE, ANONYMOUS_ARRAY_DIMS_SIG,
14466         ANONYMOUS_ARRAY_INITIALIZER): New access macros.
14467         * parse.y (array_creation_expression:): Handle anonymous arrays.
14468         (build_array_from_name): Don't set `ret_name' if null.
14469         (resolve_qualified_expression_name): New case NEW_ANONYMOUS_ARRAY_EXPR.
14470         (qualify_ambiguous_name): Likewise.
14471         (java_complete_expand_class): Likewise.
14472
14473 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14474
14475         * java-tree.def (SYNCHRONIZED_EXPR): Fixed typo.
14476         * parse.h (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): New macro.
14477         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STR): Likewise.
14478         (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use DECL_FINIT_P.
14479         (AIPL_FUNCTION_FINIT_INVOCATION): Replaces
14480         AIPL_FUNCTION_COMPLETED_INVOCATION.
14481         (AIPL_FUNCTION_CTOR_INVOCATION): Replaces
14482         AIPL_FUNCTION_INVOCATION_READY.
14483         (AIPL_FUNCTION_DECLARATION): New enum entry.
14484         * parse.y (reorder_static_initialized): New function.
14485         (java_parser_context_pop_initialized_field): Use it.
14486         (add_inner_class_fields): Use
14487         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID. Comment
14488         augmented. Install marker after last alias initializer, if any.
14489         (generate_finit): Fixed typo. Don't try to retain only the used
14490         fields.
14491         (method_header): Compute and set DECL_FUNCTION_NAP.
14492         (method_declarator): Fixed comment. Insert alias initializer in
14493         parameter list.
14494         (build_alias_initializer_parameter_list): Fixed leading
14495         comment. New case for AIPL_FUNCTION_DECLARATION. Old enum value
14496         replaced by new ones. Use MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID.
14497         (java_complete_expand_class): Code to retain only used aliases
14498         removed.
14499         (java_complete_expand_methods): New local `first_decl'. Generate
14500         $finit$ first, then expand the constructors, regular methods and
14501         <clinit>.
14502         (java_complete_expand_method): Don't report error on missing
14503         return statement if previously detected bogus.
14504         (fix_constructors): Don't patch constructor parameters list.
14505         (patch_method_invocation): Use new AIPL enum values. Reverse
14506         alias initializer list for anonymous classes.
14507
14508 2000-01-30  Anthony Green  <green@redhat.com>
14509
14510         * jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to
14511         determine how many stack slots to pop.
14512
14513 2000-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14514
14515         * parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
14516         error handling/recovery.
14517         * java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
14518
14519 2000-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14520
14521         * java-tree.h (ARG_FINAL_P, FIELD_LOCAL_ALIAS,
14522         FIELD_LOCAL_ALIAS_USED): New macros.
14523         (DECL_FUNCTION_NAP): New macro.
14524         (struct lang_decl): New field `nap'.
14525         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST): New macros.
14526         (struct lang_type): New fields `finit_stmt_list' and
14527         `clinit_stmt_list'.
14528         (CLASS_HAS_FINIT_P): Defined using TYPE_FINIT_STMT_LIST.
14529         * parse.h (MANGLE_OUTER_LOCAL_VARIABLE_NAME): New macro.
14530         (SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
14531         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP): New macros.
14532         (AIPL_FUNCTION_CREATION, AIPL_FUNCTION_COMPLETED_INVOCATION,
14533         AIPL_FUNCTION_INVOCATION_READY): New enum fields.
14534         (BUILD_THROW): Macro line separator re-indented.
14535         * parse.y (end_class_declaration): New function.
14536         (maybe_generate_pre_expand_clinit): New name for
14537         java_pre_expand_clinit. Create <clinit> off TYPE_CLINIT_STMT_LIST,
14538         pre-expand static fields.
14539         (maybe_generate_clinit): Function deleted.
14540         (check_for_static_method_reference): Prototype's parameter list
14541         indented.
14542         (generate_finit): New name for maybe_generate_finit. Changed
14543         leading comment. Function rewritten to use
14544         TYPE_FINIT_STMT_LIST. Call build_alias_initializer_parameter_list.
14545         (build_alias_initializer_parameter_list): New function.
14546         (java_parser_context_pop_initialized_field): Likewise.
14547         (add_inner_class_fields): Likewise.
14548         (type_declaration:): Call end_class_declaration.
14549         (class_member_declaration:): Likewise.
14550         (formal_parameter_list:): Fixed typos.
14551         (formal_parameter:): Use ARG_FINAL_P to mark created tree list
14552         element. Improved error handling.
14553         (block_statement:): Call end_class_declaration.
14554         (anonymous_class_creation:): Likewise.
14555         (create_anonymous_class): Fixed comments.
14556         (create_class): Call add_inner_class_fields.
14557         (register_fields): Set FIELD_LOCAL_ALIAS according to ARG_FINAL_P.
14558         (method_header): Use MARK_FINAL_PARMS.
14559         (finish_method_declaration): Use UNMARK_FINAL_PARMS.
14560         (method_declarator): Propagate final argument flag.
14561         (craft_constructor): New local `artificial'. Call
14562         build_alias_initializer_parameter_list. Use
14563         CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.
14564         (source_start_java_method): Mark parm decls with LOCAL_FINAL if
14565         necessary.
14566         (complete_expand_class): Get rid of unused outer context local
14567         alias fields.
14568         (java_complete_expand_methods): Fixed leading
14569         comment. Generate/pre-expand <clinit> first. Changed method
14570         expansion order to regular, $finit$, constructors, <clinit>.
14571         (java_complete_expand_method): Set current_function_decl.
14572         (fix_constructors): Fix constructor parameter list to account for
14573         outer context local alias initializers.
14574         (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
14575         (resolve_expression_name): Lookup outer context local aliases. New
14576         local `access', use it.
14577         (patch_method_invocation): Patch inner class ctor invocation with
14578         outer context local aliases initialization values. $finit$
14579         invocation patching now includes things generated with
14580         build_alias_initializer_parameter_list.
14581         (argument_types_convertible): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
14582         (build_super_invocation): Likewise.
14583         (patch_assignment): Changed comment.
14584
14585 2000-01-27  Andrew Haley  <aph@cygnus.com>
14586
14587         * jcf-write.c (emit_goto): RESERVE 3 bytes for insn.
14588         (emit_if): Ditto.
14589         (emit_jsr): Ditto.
14590
14591 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14592
14593         * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
14594         concatenation.
14595         (OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.
14596
14597         * parse.y (register_fields): Don't pass a format specifier to
14598         OBSOLETE_MODIFIER_WARNING.
14599         (check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
14600         instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
14601         specifier.
14602         (check_modifiers): Change function into a macro.
14603         (check_class_interface_creation): Pass a literal format string.
14604
14605 2000-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14606
14607         * buffer.h: PROTO -> PARAMS.
14608         * check-init.c: Likewise.
14609         * class.c: Likewise.
14610         * constants.c: Likewise.
14611         * convert.h: Likewise.
14612         * decl.c: Likewise.
14613         * except.c: Likewise.
14614         * expr.c: Likewise.
14615         * gjavah.c: Likewise.
14616         * java-except.h: Likewise.
14617         * java-tree.h: Likewise.
14618         * jcf-depend.c: Likewise.
14619         * jcf-dump.c: Likewise.
14620         * jcf-parse.c: Likewise.
14621         * jcf-path.c: Likewise.
14622         * jcf-reader.c: Likewise.
14623         * jcf-write.c: Likewise.
14624         * jcf.h: Likewise.
14625         * jv-scan.c: Likewise.
14626         * jvgenmain.c: Likewise.
14627         * jvspec.c: Likewise.
14628         * lang.c: Likewise.
14629         * lex.c: Likewise.
14630         * lex.h: Likewise.
14631         * parse-scan.y: Likewise.
14632         * parse.h: Likewise.
14633         * parse.y: Likewise.
14634         * typeck.c: Likewise.
14635         * verify.c: Likewise.
14636         * xref.c: Likewise.
14637         * xref.h: Likewise.
14638         * zextract.c: Likewise.
14639         * zipfile.h: Likewise.
14640
14641 2000-01-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14642
14643         * class.c (make_class): Use MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
14644         (is_compiled_class): Remove test on TYPE_LANG_SPECIFIC, use TYPE_JCF.
14645         * constants.c (build_constant_data_ref): Check for cached
14646         current_constant_pool_data_ref. Cache current_constant_pool_data_ref
14647         in TYPE_CPOOL_DATE_REF.
14648         * java-tree.h (TYPE_JCF, TYPE_CPOOL, TYPE_CPOOL_DATA_REF,
14649         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC:) New macros.
14650         (struct lang_type): New fields `cpool' and `cpool_data_ref'.
14651         (LOCAL_FINAL): New macro.
14652         * jcf-parse.c (init_outgoing_cpool): Always allocate new outgoing
14653         constant pool -- don't try to reuse.
14654         (parse_zip_file_entries): Use TYPE_JCF, don't lazily allocate
14655         TYPE_LANG_SPECIFIC.
14656         (find_in_current_zip): Use TYPE_JCF.
14657         * parse.h (java_check_final): Prototype removed.
14658         * parse.y (create_class): Reversed Jan 12, 2000 extra argument patch.
14659         (maybe_create_class_interface_decl,
14660         check_class_interface_creation): Likewise.
14661         (java_expand_finals): Function removed.
14662         (class_declaration:): Reversed Jan 12, 2000 extra argument patch.
14663         (block_statement:): Fixed comment.
14664         (anonymous_class_creation:): Likewise.
14665         (check_class_interface_creation): Reversed Jan 12, 2000 extra
14666         argument patch.
14667         (check_class_interface_creation): Loosened error report on (inner)
14668         public class declarations. CPC_INNER_P replaces GET_CPC_LIST.
14669         (link_nested_class_to_enclosing): Reversed Jan 12, 2000 patch.
14670         (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra
14671         argument patch.
14672         (create_interface): Likewise.
14673         (anonymous_class_counter): New static global.
14674         (create_anonymous_class): Reversed Jan 12, 2000 extra argument
14675         patch. Fixed comments.
14676         (create_class): Reversed Jan 12, 2000 extra argument patch. Reset
14677         anonymous_class_counter when declaring a toplevel class.
14678         (craft_constructor): Fixed constructor name when handling
14679         anonymous classes. Anonymous class constructors to feature hidden
14680         this$<n> parameter.
14681         (java_fix_constructors): Added comment.
14682         (java_check_final): Function removed.
14683         (java_complete_expand_methods): Fixed comment. Don't generate
14684         class data, save its outgoing constant pool instead.
14685         (verify_constructor_super): Skip anonymous class constructor
14686         hidden this$<n> parameter.
14687         (java_expand_classes): New local `saved_ctxp'. Removed call to
14688         java_expand_finals and java_check_final. Expand anonymous class
14689         constructors. Generate class data.
14690         (build_super_invocation): Skip anonymous class hidden this$<n>
14691         parameter.
14692         * typeck.c (build_java_signature): Use TYPE_SIGNATURE and
14693         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
14694         (set_java_signature): Likewise.
14695
14696 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
14697
14698         * gjavah.c: Delete ACC_VISIBILITY define.
14699         * jcf.h: Add ACC_VISIBILITY define.
14700         * parse.y: final: rule tagged <value>.
14701         (java_check_regular_methods): Use ACC_VISIBILITY define for
14702         default package access check.
14703         (local_variable_declaration_statement): Use final: rule.
14704
14705 2000-01-17  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
14706
14707         * parse.y (format_parameter:): Use final: rule instead of modifiers:.
14708         (final:): New rule.
14709
14710 2000-01-17  Tom Tromey  <tromey@cygnus.com>
14711
14712         * gjavah.c (print_field_info): Allow non-static final fields.
14713
14714 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14715
14716         * parse.h (enum jdep_code): New entry `JDEP_ANONYMOUS'.
14717         * parse.y (patch_anonymous_class): New function.
14718         (create_anonymous_class): Register incomplete type when the
14719         class/interface to extends/implement isn't known yet.
14720         (parser_check_super_interface): Simplify argument to CLASS_INTERFACE.
14721         (verify_constructor_super): Tuned error message.
14722
14723 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14724
14725         * java-tree.h (FOR_LOOP_P): Replaces IS_FOR_LOOP_P.
14726         (ANONYMOUS_CLASS_P): New macro.
14727         (TYPE_SIGNATURE, TYPE_JCF): New macros.
14728         (INNER_CLASS_TYPE_P): Fixed typo in leading comment.
14729         * parse.y (create_class): Added leading argument.
14730         (maybe_create_class_interface_decl,
14731         check_class_interface_creation): Likewise.
14732         (craft_constructor): New function.
14733         (verify_constructor_super): Added argument in prototype.
14734         (class_declaration:): Inserted leading argument.
14735         (for_begin:): Use FOR_LOOP_P.
14736         (anonymous_class_creation): Create WFL of the anonymous class to
14737         instantiate. Call build_new_invocation. Added comments.
14738         (check_class_interface_creation): Handle parameter `anonymous' in
14739         verbose mode class creation announce.
14740         (link_nested_class_to_enclosing): Exclude anonymous classes.
14741         (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on
14742         anonymous class, even though they appear to have an enclosing
14743         context.
14744         (create_interface): Pass extra argument to
14745         check_class_interface_creation.
14746         (create_anonymous_class): Set ANONYMOUS_CLASS_P to 1.
14747         (create_class): Call check_class_interface_creation and
14748         maybe_create_class_interface_decl with extra new argument. Don't
14749         add private this$<n> to anonymous classes.
14750         (method_declarator): Insert hidden this$<n> to anonymous class
14751         constructors.
14752         (java_fix_constructors): Deleted code creating default
14753         constructor. Call craft_constructor instead.
14754         (java_check_regular_methods): Set `saw_constructor' to 1 for
14755         anonymous classes.
14756         (fix_constructors): Pass extra argument to verify_constructor_super.
14757         (verify_constructor_super): New local `sdecl', use it. Search for
14758         matching constructor (possibly featuring arguments) in super
14759         class.
14760         (lookup_method_invoke): Craft constructor according to arguments
14761         list when dealing with anonymous class constructors.
14762         (build_super_invocation): Pass arguments to anonymous class super
14763         constructors.
14764         (search_loop): Use FOR_LOOP_P.
14765         (labeled_block_contains_loop_p): Likewise.
14766
14767 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14768
14769         * class.c (set_super_info): Set CLASS_STATIC when appropriate.
14770         (enclosing_context_p): New function.
14771         (get_access_flags_from_decl): Handle CLASS_STATIC.
14772         (maybe_layout_super_class): Extra first argument passed to
14773         do_resolve_class.
14774         (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
14775         ID_INIT_P.
14776         * decl.c (access0_identifier_node): New global.
14777         (init_decl_processing): access0_identifier_node initialized.
14778         (pushdecl): Set DECL_CONTEXT only on non type decls.
14779         * expr.c (lookup_field): Lookup inner class fields in enclosing
14780         contexts.
14781         (expand_invoke): Use ID_INIT_P.
14782         (expand_java_field_op): Use DECL_CLINIT_P.
14783         * java-tree.def (CLASS_LITERAL): New tree code.
14784         * java-tree.h (DECL_FUNCTION_ACCESS_DECL,
14785         DECL_FUNCTION_INNER_ACCESS, FIELD_INNER_ACCESS): New macros.
14786         (struct lang_decl): New field `inner_access'.
14787         (enclosing_context_p): Prototyped.
14788         (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
14789         ID_CLINIT_P): New macros.
14790         (CLASS_STATIC): New macro.
14791         (CLASS_ACCESS0_GENERATED_P): New macro.
14792         (OUTER_FIELD_ACCESS_IDENTIFIER_P, INNER_CLASS_DECL_P,
14793         TOPLEVEL_CLASS_DECL_P, INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
14794         INNER_CLASS_P): New macros.
14795         (DECL_INNER_CLASS_LIST): New macro.
14796         * jcf-parse.c (yyparse): Avoid the use of ANSI string
14797         concatenation.
14798         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
14799         the shift value to int. Fixed typo in comment.
14800         * lex.c (inst_id, wpv_id): Initialize.
14801         * mangle.c (unicode_mangling_length): Take `$' into account.
14802         * parse.h (DRECOVER, RECOVER): Terminate properly.
14803         (IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS): New macro.
14804         (typedef struct _jdep): New field `enclosing'.
14805         (JDEP_ENCLOSING): New macro.
14806         (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
14807         (struct parser_ctxt): New fields `marker_beginning', `marked_end'.
14808         (GET_CPC_LIST, CPC_INNER_P, GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE,
14809         GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
14810         GET_ENCLOSING_CPC_CONTEXT): New macros.
14811         (PUSH_CPC, PUSH_ERROR, POP_CPC): New macros.
14812         (do_resolve_class): Added extra argument in prototype.
14813         * parse.y (resolve_class): Added extra argument in prototype.
14814         (maybe_create_class_interface_decl): Likewise.
14815         (maybe_use_access_method, build_wfl_wrap): New functions.
14816         (java_complete_expand_classes, java_complete_expand_class):
14817         Likewise.
14818         (java_parser_context_push_initialized_field,
14819         java_parser_context_suspend, java_parser_context_resume):
14820         Likewise.
14821         (maybe_make_nested_class_name, make_nested_class_name,
14822         set_nested_class_simple_name_value,
14823         link_nested_class_to_enclosing, find_as_inner_class,
14824         find_as_inner_class_do, check_inner_class_redefinition,
14825         build_thisn_assign, build_current_thisn, build_access_to_thisn,
14826         maybe_build_thisn_access_method, build_outer_field_access,
14827         build_outer_field_access_methods, build_outer_field_access_expr,
14828         build_outer_method_access_method, build_new_access_id,
14829         build_outer_field_access_method, outer_field_access_p,
14830         outer_field_expanded_access_p, outer_field_access_fix,
14831         build_incomplete_class_ref, patch_incomplete_class_ref,
14832         create_anonymous_class): Likewise.
14833         (inst_id, wpv_id): New static global variables.
14834         (synchronized:): New rule, tagged <node>.
14835         (type_declaration:): No longer tagged <node>. Call POP_CPC in sub
14836         rules.
14837         (anonymous_class_creation:): New rule, tagged <node>.
14838         (NEW_TK): Tagged <node>.
14839         (type_literals, array_type_literal): New rules, tagged <node>.
14840         (class_declaration:): Removed action when reducing by class_body:
14841         (class_body:): Set DECL_END_SOURCE_LINE and rule's returned value
14842         using GET_CPC in sub-rules.
14843         (class_member_declaration): Handle inner classes.
14844         (method_declaration): When reducing method_header:, reset
14845         current_function_decl when appropriate.
14846         (method_declarator:): Set the number of formal parameter to 0 for
14847         method declared without arguments.
14848         (constructor_declarator:): Likewise.
14849         (static_initializer:): List of elements kept in a list.
14850         (static:): Rule modifiers: replaces MODIFIER_TK. Enforce correct
14851         use of the keyword `static' for type declarations.
14852         (block_statement:): Handle inner class declarations.
14853         (primary_no_new_array:): Use type_literals:. Fixed comment. Handle
14854         type qualified `this'.
14855         (class_instance_creation_expression): Use anonymous_class_creation:
14856         to handle inner class instances creation. Handle qualified `new'.
14857         (something_dot_new): Added appropriate actions.
14858         (create_new_parser_context): New function.
14859         (java_push_parser_context, java_parser_context_save_global,
14860         java_parser_context_suspend): Use create_new_parser_context.
14861         (check_modifiers): Changed leading comment.
14862         (check_class_interface_creation): Handle interclasses.
14863         (add_superinterfaces): Fixed comment.
14864         (create_interface): Build qualified name from the raw_name instead
14865         of its matching WFL. Push the initialized fields list. raw_name added
14866         as an extra argument to maybe_create_class_interface_decl.
14867         (create_class): Build qualified name from the raw_name instead of
14868         its matching WFL. Removed assignment to current_parsed_class_un.
14869         Call PUSH_ERROR before returning an error. Suspend the current
14870         parser context when processing an inner class. Push the
14871         initialized fields list. raw_name added as an extra argument to
14872         maybe_create_class_interface_decl. Add the private this$<n>
14873         field.
14874         (duplicate_declaration_error_p): Use GET_CPC when calling find_field.
14875         (register_fields): Get the class type from GET_CPC and handle
14876         previous errors.  Added code to handle the creation of static
14877         fields in inner classes. Initialized fields initialization
14878         statements kept in a list of lists.
14879         (maybe_generate_finit): Initialized fields initialization
14880         statements kept in a list of lists. Use GET_CPC.
14881         (maybe_generate_clinit): Likewise.
14882         (method_header): Use GET_CPC and GET_CPC_UN.
14883         (parser_qualified_classname): Handle inner classes.
14884         (register_incomplete_type): Set JDEP_ENCLOSING using GET_CPC.
14885         (java_fix_constructors): Hide pointer to enclosing context
14886         instance in constructor list when dealing with inner classes.
14887         (jdep_resolve_class): Call resolve_class with extra first argument
14888         JDEP_ENCLOSING.
14889         (resolve_class): Add enclosing context as a first extra argument
14890         to do_resolve_class.
14891         (do_resolve_class): Call find_as_inner_class. Handle WFLs
14892         properly.
14893         (resolve_no_layout): Extra argument added to resolve_class
14894         invocation.
14895         (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
14896         (java_get_real_method_name): Use GET_CPC_UN.
14897         (check_abstract_method_definitions): Use DECL_CLINIT_P.
14898         (java_check_abstract_methods): Handle static method declared in
14899         inner classes by an error.
14900         (java_check_regular_methods): Use DECL_CLINIT_P.
14901         (source_start_java_method): Also set DECL_MAX_LOCALS.
14902         (create_artificial_method): Call java_parser_context_save_global
14903         and java_parser_context_restore_global instead of saving/restoring
14904         the context by hand.
14905         (expand_start_java_method): Improved verbose mode message.
14906         (java_complete_expand_methods): Fixed leading comment. Use
14907         DECL_CLINIT_P.
14908         (fix_constructors): Added assignment to this$<n> if necessary.
14909         (java_expand_classes): Call java_complete_expand_classes instead
14910         of java_complete_expand_methods.
14911         (make_qualified_primary): Simplified.
14912         (merge_qualified_name): Optimized for missing left or right parts.
14913         (resolve_expression_name): Handle access to outer class fields from
14914         interclasses.
14915         (resolve_qualified_expression_name): New macro
14916         RESTORE_THIS_AND_CURRENT_CLASS, used. Handle creation of inner
14917         classes. Report error on non appropriate qualification of
14918         `new'. Handle qualified `this'.
14919         (not_accessible_p): Allow access to outer class private fields from
14920         inner classes.
14921         (patch_method_invocation): Handle method invocations through
14922         access methods and inner class constructor invocations.
14923         (find_applicable_accessible_methods_list): Search enclosing
14924         contexts of an inner class.
14925         (search_applicable_methods_list): Fixed typo.
14926         (argument_types_convertible): Handle inner class constructors'
14927         hidden outer context reference argument.
14928         (qualify_ambiguous_name): Handle qualified `this'.
14929         (java_complete_lhs): Handle use of field accessed through
14930         artificial access methods in various cases of assignments. Handle
14931         CLASS_LITERAL node.
14932         (check_final_assignment): Use DECL_CLINIT_P.
14933         (valid_ref_assignconv_cast_p): Handle the destination being an
14934         enclosing context of the source.
14935         (patch_unaryop): Handle use of field accessed through artificial
14936         access methods.
14937         (patch_return): Use DECL_CLINIT_P.
14938         (patch_throw_statement): Use DECL_CLINIT_P.
14939         (check_thrown_exceptions): Use DECL_FINIT_P and DECL_INIT_P.
14940         * verify.c (verify_jvm_instructions): Use ID_CLINIT_P and
14941         ID_INIT_P.
14942
14943 2000-01-16  Anthony Green  <green@cygnus.com>
14944
14945         * parse.y (build_string_concatenation): Only use
14946         StringBuffer(String) shortcut if String arg is constant.
14947
14948 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14949
14950         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
14951         the shift value to int. Fixed typo in comment.
14952
14953 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
14954
14955         * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
14956         * jcf-write.c: Likewise.
14957         * parse.y: Likewise.
14958         * parse.c: Regenerate.
14959
14960 2000-01-09  Anthony Green  <green@cygnus.com>
14961
14962         * jcf-write.c (generate_bytecode_insns): Emit invokeinterface
14963         bytecodes in the correct order.
14964
14965 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14966
14967         * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
14968
14969 2000-01-06  Anthony Green  <green@cygnus.com>
14970
14971         * expr.c (java_lang_expand_expr): Switch to permanent obstack
14972         before building constant array decl.
14973
14974 2000-01-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14975
14976         * jcf-write.c (generate_bytecode_conditional): Fixed indentation in
14977         method invocation and typo in conditional expression.
14978         (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
14979         the appropriate NOTE_POP.
14980         * parse.y (patch_binop): Shift value mask to feature the right
14981         type.
14982
14983 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14984
14985         * class.c (assume_compiled, assume_compiled_node): Add static
14986         prototype.
14987         (add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
14988
14989         * jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
14990
14991         * jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
14992
14993         * parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
14994         to `__modifier' to avoid stringifying it.
14995
14996         * parse.y (verify_constructor_circularity): Don't call a variadic
14997         function with a non-literal format string.
14998         (java_check_abstract_methods): Move unreachable code inside
14999         `continue' statement.
15000         (lookup_method_invoke): Call xstrdup, not strdup.
15001
15002         * expr.c (expand_java_field_op): Avoid the use of ANSI string
15003         concatenation.
15004
15005         * jcf-parse.c (yyparse): Likewise.
15006
15007         * jv-scan.c (main): Likewise.
15008
15009 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15010
15011         * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
15012         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
15013         ERROR_CAST_NEEDED_TO_INTEGRAL): Avoid the use of ANSI string
15014         concatenation.
15015
15016         * parse.y (synchronized, variable_redefinition_error,
15017         check_class_interface_creation, create_interface, create_class,
15018         method_header, finish_method_declaration,
15019         check_modifiers_consistency, method_declarator,
15020         complete_class_report_errors, check_abstract_method_definitions,
15021         java_check_regular_methods, check_throws_clauses,
15022         java_check_abstract_methods, read_import_dir,
15023         check_pkg_class_access, declare_local_variables, fix_constructors,
15024         cut_identifier_in_qualified, resolve_expression_name,
15025         resolve_qualified_expression_name, patch_method_invocation,
15026         java_complete_lhs, patch_assignment, try_builtin_assignconv,
15027         patch_binop, patch_array_ref, patch_newarray, build_labeled_block,
15028         patch_exit_expr, patch_exit_expr, patch_switch_statement,
15029         patch_try_statement, patch_synchronized_statement,
15030         patch_throw_statement, check_thrown_exceptions,
15031         patch_conditional_expr): Likewise.
15032
15033 1999-12-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15034
15035         * Makefile.in (LIBDEPS): Added gcc's errors.o
15036         (../jcf-dump$(exeext):): Link with gcc's errors.o
15037         (../gcjh$(exeext):): Likewise.
15038         * expr.c (expand_java_NEW): Layout the entire target type instead of
15039         laying out its methods only.
15040         (lookup_field): Layout the class after having loaded it.
15041         * java-tree.h (java_debug_context): Declared.
15042         * jcf-io.c (toplev.h): Included.
15043         (find_class): Removed assignment to jcf's outofsynch
15044         field. Force source file to be read if newer than its matching
15045         class file. Tweaked debug messages.
15046         * jcf-parse.c (jcf_out_of_synch): Deleted.
15047         (read_class): Call to jcf_out_of_synch removed.
15048         * jcf.h (typedef struct JCF): Field `outofsynch' deleted.
15049         (jcf_out_of_synch): Prototype deleted.
15050         * parse.h (struct parser_ctxt): `minus_seen', `java_error_flag',
15051         `deprecated' and `class_err': integer turned into bit-fields.
15052         New bit-fields `saved_data_ctx' and `saved_data'. Fixed comments.
15053         * parse.y (package_list): New global.
15054         (package_declaration:): Record newly parsed package name.
15055         (extra_ctxp_pushed_p): Static global deleted.
15056         (java_parser_context_save_global): Create buffer context for the
15057         purpose of saving globals, if necessary.
15058         (java_parser_context_restore_global): Pop context pushed for the
15059         purpose of saving globals, if necessary.
15060         (java_debug_context_do): New prototype and function.
15061         (java_debug_context): Likewise.
15062         (do_resolve_class): Use already parsed package names to qualify
15063         and lookup class candidate.
15064         (java_pre_expand_clinit): Removed unnecessary local variable.
15065
15066 1999-12-17  Tom Tromey  <tromey@cygnus.com>
15067
15068         * gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
15069         fixes PR gcj/119.
15070         (process_file): Use `\n\' at end of each line in string.
15071
15072 1999-12-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15073
15074         * expr.c (expand_invoke): Layout the loaded class before
15075         attempting to use it.
15076         (expand_java_field_op): Allow final field assignments to take
15077         place in $finit$.
15078         * typeck.c (convert): Return error_mark_node if expr is null.
15079
15080 1999-12-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15081
15082         * class.c (class_depth): Return -1 if the class doesn't load
15083         properly.
15084         * expr.c (can_widen_reference_to): Check for errors during depth
15085         computation and return 0 accordingly.
15086         * jcf-parse.c (parse_source_file): Call java_fix_constructors to
15087         create default constructors and add an other error check.
15088         * parse.h (java_fix_constructors): Prototyped.
15089         * parse.y (java_pre_expand_clinit): Likewise.
15090         (build_super_invocation): Re-prototyped to feature one argument.
15091         (java_check_circular_reference): Directly use `current'.
15092         (java_fix_constructors): New function.
15093         (java_check_regular_methods): Don't create default constructors
15094         here, but abort if none were found.
15095         (java_complete_expand_methods): Pre-process <clinit> calling
15096         java_pre_expand_clinit.
15097         (java_pre_expand_clinit): New function.
15098         (fix_constructors): build_super_invocation invoked with the
15099         current method declaration as an argument.
15100         (build_super_invocation): Use the context of the processed method
15101         decl argument instead of current_class.
15102         * typeck.c (lookup_java_method): Take WFLs in method names into
15103         account.
15104
15105 1999-12-14  Per Bothner  <per@bothner.com>
15106
15107         * class.c (make_class_data): flag_keep_inline_functions to keep
15108         private methods in the method array.
15109
15110 1999-12-15  Anthony Green  <green@cygnus.com>
15111
15112         * check-init.c (check_init): Take into account both types of
15113         `throw's when checking for uninitialized variables.
15114
15115 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15116
15117         * parse.y (java_complete_lhs): Force conversion of array
15118         dimensions to int_type_node, that's what runtime's ABI expects.
15119
15120 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15121
15122         * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
15123         operand of a WFL, until the Java front-end gets fixed with regard
15124         to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
15125
15126 1999-12-10  Andrew Haley  <aph@cygnus.com>
15127
15128         * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
15129         decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
15130         expr.c (build_java_athrow): Add support for sjlj-exceptions.
15131         java-tree.h: Ditto.
15132         jcf-write.c: Ditto.
15133
15134 1999-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15135
15136         * expr.c (java_lang_expand_expr): Switch to permanent obstack
15137         before calling expand_eh_region_start and expand_start_all_catch.
15138         * except.c (expand_start_java_handler): Switch to permanent
15139         obstack before calling expand_eh_region_start.
15140         (expand_end_java_handler): Switch to permanent obstack before
15141         calling expand_start_all_catch.
15142
15143 1999-12-5  Anthony Green  <green@cygnus.com>
15144
15145         * decl.c (init_decl_processing): Mark throw_node as a noreturn
15146         function with side effects.
15147         (init_decl_processing): Mark all memory allocating DECLs with
15148         DECL_IS_MALLOC.
15149
15150 1999-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15151
15152         * except.c (expand_end_java_handler): Call
15153         expand_resume_after_catch and end_catch_handler.
15154
15155 1999-11-30  Anthony Green  <green@cygnus.com>
15156
15157         * verify.c (verify_jvm_instructions): Create new return label
15158         chain if non existent (don't rely on the verified state of the jsr
15159         target.)
15160
15161 1999-11-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15162
15163         * jcf-write.c (generate_bytecode_insns): Fixed indentation for
15164         COMPOUND_EXPR and FIX_TRUNC_EXPR cases.
15165
15166         * parse.y (patch_assignment): Removed bogus final class test on
15167         lhs when checking on whether to emit an ArrayStoreException runtime
15168         check.
15169         * expr.c (expand_java_arraystore): Likewise.
15170
15171 1999-11-28 Anthony Green <green@cygnus.com>
15172
15173         * decl.c (find_local_variable): Reuse single slot decls when
15174           appropriate.
15175
15176 1999-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15177
15178         * jcf-parse.c (saw_java_source): Global variable removed.
15179         (read_class): Don't use `saw_java_source'. Added extra braces.
15180         (yyparse): Code setting `saw_java_source' removed.
15181
15182 1999-11-24  Mark Mitchell  <mark@codesourcery.com>
15183
15184         * except.c (emit_handlers): Zero catch_clauses after emitting them.
15185
15186 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15187
15188         * verify.c (merge_type_state): Non verified subroutines being
15189         considered more than once to trigger passive type merge.
15190
15191 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15192
15193         * parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE
15194         in case of error. Error message tuned.
15195
15196 1999-11-21  Anthony Green  <green@cygnus.com>
15197
15198         * constants.c (find_methodref_index): Unwrap method names before
15199         inserting them in the constant pool.
15200
15201         * jcf-parse.c (jcf_parse): Display `interface' when appropriate.
15202
15203         * class.c (assume_compiled_node): New typedef.
15204         (assume_compiled_tree): New static data.
15205         (find_assume_compiled_node): New function.
15206         (add_assume_compiled): New function.
15207         (assume_compiled): New function.
15208         * class.c (make_class_data): Use assume_compiled.
15209         (is_compiled_class): Use assume_compiled.
15210
15211         * java-tree.h (add_assume_compiled): Declare.
15212
15213         * lang.c (lang_decode_option): Parse new options.
15214
15215 1999-11-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15216
15217         * class.c (layout_class): Always convert TYPE_SIZE_UNIT to
15218         int_type_node: that's what `_Jv_AllocObject' expects.
15219
15220 1999-11-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15221
15222         * parse.y (lookup_method_invoke): Use lang_printable_name to
15223         reliably build the type name during error report. Fixes PR gcj/97.
15224
15225 1999-11-09  Tom Tromey  <tromey@cygnus.com>
15226
15227         * jcf-path.c: Include <sys/stat.h>.
15228         (jcf_path_init): Search for libjava.zip.  Fixes PR gcj/84.
15229         (DIR_UP): New macro.
15230
15231 1999-11-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15232
15233         * parse.y (source_end_java_method): Resume permanent allocation,
15234         reversing Apr 27 1998 patch.
15235         (patch_string_cst): Pop obstacks after having pushed the permanent
15236         ones.
15237
15238 1999-11-05  Tom Tromey  <tromey@cygnus.com>
15239
15240         * class.c (finish_class): Emit inlined methods if any native
15241         methods exist in the class.  Fixes PR gcj/85.
15242
15243 1999-11-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15244
15245         * parse.y (resolve_qualified_expression_name): Handle PLUS_EXPR.
15246         (qualify_ambiguous_name): Likewise.
15247
15248 1999-11-03  Godmar Back <gback@cs.utah.edu>
15249
15250         * typeck.c: (lookup_java_method):  search all inherited
15251         interfaces when looking up interface method.
15252
15253 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15254
15255         * parse.y (method_header:): Issue error message for rule `type
15256         error'.
15257         (synchronized:): Error report when not using synchronized.
15258
15259 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15260
15261         * parse.y (resolve_qualified_expression_name): Prevent `this' from
15262         being used before the superclass constructor has been called.
15263         (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
15264         instead of `CALL_THIS_CONSTRUCTOR_P'.
15265
15266 1999-10-30  Todd T. Fries <todd@lighthouse.fries.net>
15267
15268         * check-init.c: Fix typo in comment.
15269
15270 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15271
15272         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
15273         and final method.
15274
15275 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15276
15277         * parse.y (expression_statement:): Call function to report
15278         improper invocation of a constructor.
15279         (parse_ctor_invocation_error): New function.
15280
15281 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
15282
15283         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
15284         remember_end_note.
15285
15286 1999-10-21  Tom Tromey  <tromey@cygnus.com>
15287
15288         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
15289         in generated `main'.
15290
15291 1999-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15292
15293         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
15294         (qualify_ambiguous_name): Likewise.
15295
15296 1999-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15297
15298         * parse.y (java_complete_tree): fold_constant_for_init to work on
15299         permanent_obstack.
15300         (java_complete_lhs): Likewise.
15301         (array_constructor_check_entry): Complete an initializer element
15302         on permanent_obstack.
15303
15304 1999-10-19  Tom Tromey  <tromey@cygnus.com>
15305
15306         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
15307         From Mike Moreton <mike@pillim.demon.co.uk>.
15308
15309 1999-10-15  Greg McGary  <gkm@gnu.org>
15310
15311         * java-tree.h (flag_bounds_check): Remove extern decl.
15312         * lang.c (flag_bounds_check): Remove global variable.
15313         (lang_f_options): Remove "bounds-check" entry.
15314         (lang_init_options): Default flag_bounds_check to "on".
15315
15316 1999-10-14  Tom Tromey  <tromey@cygnus.com>
15317
15318         * jvgenmain.c (usage): New function.
15319         (main): Use it.  Also, handle `-D' options.
15320         * jvspec.c (lang_specific_driver): Recognize -D.
15321         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
15322
15323         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
15324
15325 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15326
15327         * jcf-dump.c (print_constant, disassemble_method): Don't call a
15328         variadic function with a non-literal format string.
15329
15330         * parse-scan.y (report_main_declaration): Likewise.
15331
15332         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
15333
15334         * parse.y (read_import_dir, patch_assignment, patch_binop,
15335         patch_array_ref): Likewise.
15336
15337         * typeck.c (build_java_array_type): Likewise.
15338
15339         * verify.c (verify_jvm_instructions): Likewise.
15340
15341 1999-10-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15342
15343         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
15344
15345 1999-10-07  Anthony Green  <green@cygnus.com>
15346
15347         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
15348         where CHECK_PUT may fail for valid reasons.
15349
15350         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
15351         UNSAFE_PUTN): New macros.
15352
15353 1999-10-04  Tom Tromey  <tromey@cygnus.com>
15354
15355         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
15356         well.  Fixes Java PR gcj/59.
15357         * parse-scan.y (yyerror): Report errors.
15358
15359 1999-09-24  Glenn Chambers  <GChambers@provsol.com>
15360
15361         * decl.c (insert_block): Remove unconditional `abort'.
15362
15363 1999-09-24  Bernd Schmidt  <bernds@cygnus.co.uk>
15364
15365         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
15366         FUNCTION_CODE now of type int.  All callers changed.
15367         Set the builtin's DECL_BUILT_IN_CLASS.
15368
15369 1999-09-23  Tom Tromey  <tromey@cygnus.com>
15370
15371         * jvspec.c (lang_specific_driver): Don't read spec file if
15372         -fsyntax-only given.
15373
15374 1999-09-22  Tom Tromey  <tromey@cygnus.com>
15375
15376         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
15377
15378         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
15379         (WORDS_TO_LONG): Likewise.
15380         (WORDS_TO_DOUBLE): Likewise.
15381
15382 1999-09-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15383
15384         * jcf-write.c (RELOCATION_VALUE_0): New macro.
15385         (RELOCATION_VALUE_1): Likewise.
15386         (emit_iinc, emit_reloc, push_constant1, push_constant2,
15387         push_in_const, push_long_const): Prototyped.
15388         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
15389         (push_constant2): Likewise.
15390         (push_int_const): Cast find_constant1's integer arguments to `jword'.
15391         (find_constant_wide): Cast find_constant2's integer arguments to
15392         `jword'.
15393         (find_constant_index): Cast find_constant2's and find_constant2's
15394         integer arguments to `jword'.
15395         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
15396         (emit_switch_reloc): Use RELOCATION_VALUE_0.
15397         (emit_if): Use RELOCATION_VALUE_1.
15398         (emit_goto): Likewise.
15399         (emit_jsr): Likewise.
15400         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
15401         argument to push_long_const to HOST_WIDE_INT.
15402
15403 1999-09-15  Andreas Schwab  <schwab@suse.de>
15404
15405         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
15406
15407 1999-09-20  Nick Clifton  <nickc@cygnus.com>
15408
15409         * lang.c (lang_decode_option): Extend comment.
15410
15411 1999-09-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15412
15413         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
15414         instead of fndecl.
15415
15416 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15417
15418         * gjavah.c (get_field_name, print_method_info, print_include,
15419         add_namelet): Use xmalloc, not malloc.
15420
15421         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
15422         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
15423         NULL pointer.
15424
15425         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
15426
15427         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
15428
15429         * jcf-path.c (add_entry): Likewise.
15430
15431         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
15432
15433         * jv-scan.c (xmalloc): Remove definition.
15434
15435         * jvgenmain.c (xmalloc): Likewise.
15436
15437         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
15438
15439         * lex.c (java_store_unicode): Use xrealloc, not realloc.
15440
15441         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
15442         concat, not xmalloc/sprintf.
15443         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
15444         (xstrdup): Remove definition.
15445
15446         * parse.y (duplicate_declaration_error_p,
15447         constructor_circularity_msg, verify_constructor_circularity,
15448         check_abstract_method_definitions, java_check_regular_methods,
15449         java_check_abstract_methods, patch_method_invocation,
15450         check_for_static_method_reference, patch_assignment, patch_binop,
15451         patch_cast, array_constructor_check_entry, patch_return,
15452         patch_conditional_expr): Use xstrdup, not strdup.
15453
15454         * zextract.c (ALLOC): Use xmalloc, not malloc.
15455
15456 1999-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15457
15458         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
15459
15460         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
15461         (do_spec, lang_specific_pre_link, lang_specific_driver,
15462         input_filename, input_filename_length): Don't declare.
15463         (main_class_name, jvgenmain_spec, lang_specific_driver):
15464         Constify a char*.
15465         (lang_specific_driver): All calls to the function pointer
15466         parameter now explicitly call `fatal'.
15467
15468 1999-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15469
15470         * parse.y (find_applicable_accessible_methods_list): Search
15471         abstract classes as interfaces.
15472
15473 1999-09-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15474
15475         * class.c (finish_class): We're now outside a valid method
15476         declaration. Tell the rest of gcc so.
15477
15478 1999-09-08  Bruce Korb  autogen@linuxbox.com
15479
15480         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
15481
15482 1999-09-07  Tom Tromey  <tromey@cygnus.com>
15483
15484         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
15485         java-array.h.
15486         (decode_signature_piece): Don't emit "::" in JArray<>.
15487         (print_namelet): Only print trailing `;' when printing a class.
15488
15489 1999-09-10  Bernd Schmidt  <bernds@cygnus.co.uk>
15490
15491         * java-tree.h: Delete declarations for all tree nodes now moved to
15492         global_trees.
15493         * decl.c: Delete their definitions.
15494
15495 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
15496
15497         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
15498         * Makefile.in (OBJS): Add ggc-callbacks.o.
15499         (OBJDEPS): Likewise.
15500
15501 1999-09-03  Tom Tromey  <tromey@cygnus.com>
15502
15503         * parse.y (strip_out_static_field_access_decl): Return operand if
15504         it satisfies JDECL_P.
15505
15506 1999-09-02  Tom Tromey  <tromey@cygnus.com>
15507
15508         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
15509         Handle nested arrays, like `[[I'.
15510
15511 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15512
15513         * class.c (finish_class): Remove unused parameter, all callers
15514         changed.
15515
15516         * expr.c (build_java_athrow): Change return type to void.
15517         (java_lang_expand_expr): Make sure each case in switch returns a
15518         value.
15519
15520         * java-tree.h (finish_class): Fix prototype to take void args.
15521
15522         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
15523         (main): Issue return from main, not exit.
15524
15525         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
15526
15527         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
15528
15529         * jv-scan.c (main): Issue return from main, not exit.
15530
15531         * parse.y (check_abstract_method_definitions,
15532         java_check_abstract_method_definitions): Add static prototypes.
15533         (java_complete_expand_methods): Fix call to `finish_class'.
15534
15535         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
15536         and `prevpc'.
15537
15538 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15539
15540         * lang.c (language_string): Constify.
15541
15542 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15543
15544         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
15545         Remove hacks for stuff which comes from libiberty.
15546
15547         * Make-lang.in: Likewise.
15548
15549 1999-08-30  Hans-Peter Nilsson  <hp@axis.se>
15550
15551         * Makefile.in (xref.o): Depend on xref.c explicitly.
15552
15553 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15554
15555         * java-tree.h (lang_printable_name): Constify a char*.
15556
15557         * lang.c (lang_printable_name): Likewise.
15558
15559 1999-08-27  Jeffrey A Law  (law@cygnus.com)
15560
15561         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
15562         comments in C code.
15563
15564 1999-08-26  Tom Tromey  <tromey@cygnus.com>
15565
15566         * gjavah.c (print_cxx_classname): Print "::" before qualified
15567         name.
15568
15569 1999-08-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15570
15571         * parse.y (lookup_cl): Changed leading comment. Now does its best
15572         to set the column number.
15573         (qualify_ambiguous_name): Take WFL wrappers into account.
15574
15575 1999-08-25  Gregg Townsend  <gmt@cs.arizona.edu>
15576
15577         * verify.c (verify_jvm_instructions): Don't check instruction
15578         validity beyond end of method.
15579
15580 1999-08-25  Tom Tromey  <tromey@cygnus.com>
15581
15582         * jvspec.c (lang_specific_driver): Correctly handle --help again.
15583
15584 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15585
15586         * gjavah.c (print_name, print_base_classname, utf8_cmp,
15587         cxx_keyword_subst, generate_access, name_is_method_p,
15588         get_field_name, print_field_name, super_class_name, print_include,
15589         decode_signature_piece, print_class_decls, usage, help,
15590         java_no_argument, version, add_namelet, print_namelet): Add static
15591         prototype.
15592         (print_base_classname, utf8_cmp, cxx_keyword_subst,
15593         name_is_method_p): Constify a char*.
15594         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
15595         Provide a final else clause in an if-else-if.
15596         (print_field_info): Add missing final arg in function call to
15597         `print_field_name'.
15598         (print_method_info, decompile_method, decode_signature_piece,
15599         print_c_decl, print_full_cxx_name, print_stub,
15600         print_mangled_classname, super_class_name, print_include,
15601         add_namelet, add_class_decl, print_class_decls, process_file,
15602         help): Constify a char*.
15603
15604         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
15605         push_int_const, find_constant_wide, find_constant_index,
15606         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
15607         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
15608         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
15609         emit_if, emit_goto, emit_jsr, call_cleanups,
15610         make_class_file_name): Add static prototypes.
15611         (generate_bytecode_return, generate_bytecode_insns): Pass a
15612         NULL_PTR, not a NULL_TREE.
15613
15614         * jv-scan.c: Include "jcf.h".
15615         (main): Declare using DEFUN macro.
15616
15617         * jvspec.c (find_spec_file, lang_specific_pre_link,
15618         lang_specific_driver): Add prototypes.
15619         (find_spec_file): Constify a char*.
15620
15621         * keyword.gperf (hash, java_keyword): Add prototypes.
15622
15623         * lang.c (lang_print_error): Add static prototype.
15624         (lang_init): Prefer memcpy over bcopy to avoid casts.
15625
15626         * lex.c (yylex): Add static prototype.
15627
15628         * parse-scan.y: Include "lex.c" earlier.
15629
15630         * parse.h: Remove redundant declaration for `yylex'.
15631
15632         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
15633         labeled_block_contains_loop_p): Add static prototypes.
15634         (not_accessible_p): Make static to match prototype.
15635
15636         * verify.c (start_pc_cmp): Don't needlessly cast away const.
15637
15638 1999-08-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15639
15640         * parse.y (check_method_redefinition): Changed leading comment.
15641         (check_abstract_method_definitions): New function.
15642         (java_check_abstract_method_definitions): New function.
15643         (java_check_regular_methods): Call it.
15644         (verify_constructor_super): Fixed indentation.
15645         (lookup_method_invoke): Likewise.
15646
15647 1999-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15648
15649         * parse.y (method_header): Return a null pointer if the current
15650         class node is null.
15651         (finish_method_declaration): Return if the current function decl
15652         is null.
15653         (source_start_java_method): Likewise.
15654         (java_method_add_stmt): Likewise.
15655
15656 1999-08-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15657
15658         * class.c (emit_register_class): Removed unnecessary call to
15659         start_sequence.
15660         * parse.y (labeled_block_contains_loop_p): Removed unused local
15661         variable.
15662
15663 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15664
15665         * parse.y (java_refold): Added prototype.
15666
15667 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15668
15669         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
15670         (java_stabilize_reference): Removed unnecessary `else'.
15671         (java_complete_lhs): Set flag to remember boolean. Call
15672         java_refold. Added comments.
15673         (java_decl_equiv): New function.
15674         (binop_compound_p): Likewise.
15675         (java_refold): Likewise.
15676         (patch_unaryop): Striped static field access assigned to decl and
15677         op. Changed promotion scheme for ++/-- operators.
15678         (search_loop): New function.
15679         (labeled_block_contains_loop_p): Likewise.
15680         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
15681         comment.
15682         (patch_bc_statement): Call search_loop. Fixed comment.
15683
15684 1999-08-14  Anthony Green  <green@cygnus.com>
15685
15686         * expr.c (java_lang_expand_expr): Mark static array data as
15687         referenced.
15688
15689 1999-08-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15690
15691         * jvgenmain.c (main): NUL-terminate name_obstack.
15692
15693 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15694
15695         * check-init.c (check_bool2_init, done_alternative): Add static
15696         prototypes.
15697
15698         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
15699         (add_method, build_utf8_ref, build_class_ref,
15700         append_gpp_mangled_type, layout_class_method): Constify a char*.
15701
15702         * decl.c (push_promoted_type, make_binding_level): Add static
15703         prototypes.
15704         (push_promoted_type, pushdecl): Constify a char*.
15705
15706         * except.c (find_handler_in_range, link_handler,
15707         check_start_handlers): Add static prototypes.
15708
15709         * expr.c (process_jvm_instruction): Constify a char*.
15710
15711         * gjavah.c (main): Constify a char*.
15712
15713         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
15714         Constify a char*.
15715
15716         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
15717         static prototypes.
15718         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
15719         munge, print_ents): Constify a char*.
15720
15721         * jcf-dump.c (disassemble_method): Constify a char*.
15722         (print_constant_pool, print_exception_table): Add static prototypes.
15723         (print_constant, print_exception_table, main, disassemble_method):
15724         Constify a char*.
15725
15726         * jcf-io.c (find_classfile, find_class): Likewise.
15727
15728         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
15729         (set_source_filename, predefined_filename_p): Add static prototypes.
15730         (set_source_filename, get_constant, get_class_constant,
15731         find_in_current_zip): Constify a char*.
15732
15733         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
15734         static prototypes.
15735         (add_entry, add_path, jcf_path_classpath_arg,
15736         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
15737
15738         * jcf-reader.c (get_attribute, jcf_parse_preamble,
15739         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
15740         jcf_parse_one_method, jcf_parse_methods,
15741         jcf_parse_final_attributes): Add static prototypes.
15742         (get_attribute): Constify a char*.
15743
15744         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
15745         jcf_dependency_add_target, jcf_path_classpath_arg,
15746         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
15747
15748         * jv-scan.c (main): Constify a char*.
15749         (gcc_obstack_init): Add prototype arguments.
15750
15751         * jvgenmain.c (gcc_obstack_init): Likewise.
15752         (main): Constify a char*.
15753
15754         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
15755         static prototypes.
15756         (put_decl_string, lang_print_error): Constify a char*.
15757         (lang_init): Remove redundant extern prototype.
15758
15759         * mangle.c (emit_unicode_mangled_name): Constify a char*.
15760
15761         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
15762         Add static prototypes.
15763         (get_type_from_signature): Constify a char*.
15764
15765         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
15766         Add static prototypes.
15767         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
15768         (verify_jvm_instructions): Constify a char*.
15769
15770         * xref.c (xref_flag_value): Likewise.
15771
15772         * xref.h (xref_flag_value): Likewise.
15773
15774         * zextract.c (makeword, makelong): Add static prototypes.
15775         (makeword, makelong): Constify a uch*.
15776
15777 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15778
15779         * lang.c (java_dummy_print): Constify a char*.
15780         (lang_print_error): Likewise.
15781         (lang_init): Remove redundant prototype for `print_error_function'.
15782         (lang_init_source): Likewise.
15783         (lang_identify): Constify a char*.
15784
15785 1999-08-09  Tom Tromey  <tromey@cygnus.com>
15786
15787         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
15788         (WORDS_TO_LONG): Likewise.
15789         (WORDS_TO_DOUBLE): Likewise.
15790
15791 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15792
15793         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
15794
15795         * expr.c (java_stack_pop, java_array_data_offset,
15796         build_java_throw_out_of_bounds_exception, case_identity,
15797         build_java_check_indexed_type): Add static prototypes.
15798         (linenumber_table, expand_invoke, expand_java_field_op,
15799         build_primtype_type_ref, expand_byte_code): Constify a char*.
15800
15801         * java-tree.h (build_primtype_type_ref, linenumber_table):
15802         Constify a char*.
15803         (java_lang_expand_expr): Add prototype.
15804
15805         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
15806         `java_lang_expand_expr'.
15807
15808         * lex.c (java_lex_error): Constify a char*.
15809         (java_get_unicode, java_read_char, java_allocate_new_line,
15810         java_unget_unicode, java_sneak_unicode): Prototype.
15811
15812         * parse-scan.y (current_class, package_name, method_declarator,
15813         report_class_declaration, yyerror): Constify a char*.
15814
15815         * parse.h (java_report_errors): Prototype.
15816         (yyerror): Constify a char*.
15817
15818         * parse.y (classitf_redefinition_error, check_modifiers,
15819         parse_jdk1_1_error, lookup_package_type,
15820         lookup_package_type_and_set_next, get_printable_method_name,
15821         purify_type_name): Constify a char*.
15822         (build_super_invocation, maybe_generate_finit,
15823         verify_constructor_super, parser_add_interface,
15824         add_superinterfaces, jdep_resolve_class, note_possible_classname,
15825         java_complete_expand_methods, java_expand_finals,
15826         cut_identifier_in_qualified, java_stabilize_reference,
15827         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
15828         merge_string_cste): Prototype.
15829         (single_type_import_declaration, yyerror,
15830         variable_redefinition_error, build_array_from_name,
15831         build_unresolved_array_type, check_class_interface_creation,
15832         resolve_class, complete_class_report_errors,
15833         note_possible_classname, read_import_dir,
15834         find_in_imports_on_demand, resolve_package, fix_constructors,
15835         check_deprecation, lookup_method_invoke,
15836         maybe_build_primttype_type_ref, array_constructor_check_entry):
15837         Constify a char*.
15838         (java_complete_expand_methods, java_expand_finals): Make static.
15839         (convert_narrow): Remove static prototype.
15840
15841 1999-08-03  J"orn Rennecke <amylaar@cygnus.co.uk>
15842
15843         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
15844
15845 1999-08-02  Richard Henderson  <rth@cygnus.com>
15846
15847         * decl.c: Include defaults.h instead of expr.h.
15848         * parse.y: Likewise.
15849
15850 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
15851
15852         * java/decl.c (start_java_method): Change all uses of
15853         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
15854         Ensure expr.h is included.
15855         * java/expr.c (pop_arguments): Ditto.
15856         * java/parse.y (expand_start_java_method): Ditto.
15857
15858 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15859
15860         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
15861
15862 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
15863
15864         * decl.c: Include "function.h".
15865         * except.c: Likewise.
15866         * parse.y: Likewise.
15867         * Makefile.in: Update dependencies.
15868
15869 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15870
15871         * expr.c (build_java_soft_divmod): Provide a default case in switch.
15872         (java_lang_expand_expr): Mark parameters `target', `tmode' and
15873         `modifier' with ATTRIBUTE_UNUSED.
15874
15875         * gjavah.c (process_file): Add braces around ambiguous `else'.
15876
15877         * jcf-dump.c (print_access_flags, localvar_free): Change return
15878         type to void.
15879
15880         * parse.y (java_complete_expand_method): Initialize variable
15881         `exception_copy'.
15882         (resolve_qualified_expression_name): Likewise for `field_decl'.
15883         (patch_method_invocation): Likewise for `class_to_search'.
15884         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
15885         (patch_assignment): Likewise for `lhs_type'.
15886
15887         * verify.c (verify_jvm_instructions): Remove unused variable
15888         `caller'.
15889
15890 1999-07-25  Richard Henderson  <rth@cygnus.com>
15891
15892         * decl.c (va_list_type_node): New.
15893
15894 1999-07-25  Anthony Green  <green@cygnus.com>
15895
15896         * gjavah.c (print_stub): New function.
15897         (METHOD_IS_NATIVE): New macro.
15898         (print_mangled_classname): Make static.
15899         (HANDLE_END_FIELD): Don't emit fields during stub generation.
15900         (process_file): Perform stub generation.
15901         (HANDLE_METHOD): Don't emit class decls during stub
15902         generation.
15903         (HANDLE_END_METHOD): Take into account stub generation.
15904         (print_method_info): Handle stub generation.
15905         (print_stub): New function.
15906         (print_cxx_classname): Make signature consistant with others.
15907         (help): Describe -stubs option.
15908         (main): Create stub file.
15909         (version): Use version.c.
15910         (print_full_cxx_name): New function.
15911         (print_c_decl): Use print_full_cxx_name.
15912
15913 1999-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15914
15915         * check-init.c (check_init): Handle MAX_EXPR.
15916
15917 1999-07-15  Andrew Haley  <aph@cygnus.com>
15918
15919         * lang.c (flag_use_divide_subroutine): New variable.
15920         * typeck.c: (convert_ieee_real_to_integer): Bounds check
15921         fp-to-integer conversion.
15922         (convert): Call convert_ieee_real_to_integer when flag_fast_math
15923         is not set.
15924
15925         * expr.c (build_java_soft_divmod): New function.
15926         (build_java_binop): Call build_java_soft_divmod if
15927         flag_use_divide_subroutine is set.
15928         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
15929         soft_lrem_node: new builtin functions.
15930         (init_decl_processing) Initialize the new builtins.
15931         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
15932         soft_lrem_node: new builtin functions.
15933         (build_java_soft_divmod): New function.
15934         * parse.y: Call build_java_soft_divmod if
15935         flag_use_divide_subroutine is set.
15936         * parse.c: Rebuilt.
15937
15938         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
15939         a --specs= arg) even if not linking.
15940         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
15941         -fuse-divide-subroutine
15942
15943 1999-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15944
15945         * parse.y (resolve_and_layout): Check methods only once.
15946         (resolve_qualified_expression_name): Verify thrown exceptions
15947         compatibility.
15948         (check_thrown_exceptions): Reject exceptions thrown in
15949         initializer. Error message tuned.
15950
15951 1999-07-14  Andrew Haley  <aph@cygnus.com>
15952
15953         * expr.c (expand_expr): Do not return the last statement in a
15954         block as the block's value.
15955
15956 1999-07-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15957
15958         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
15959         CALL_EXPR, to avoid order of evaluation changes.
15960
15961 1999-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15962
15963         * parse.y (qualify_ambiguous_name): Do not use
15964         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
15965
15966 1999-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15967
15968         * check-init.c (check_init): Handle MAX_EXPR.
15969         * expr.c (force_evaluation_order): Force method call arguments to
15970         be evaluated in left-to-right order.
15971         * parse.y (qualify_ambiguous_name): Loop again to qualify
15972         NEW_ARRAY_EXPR properly.
15973
15974 1999-06-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15975
15976         * parse.y (patch_invoke): Resolve unresolved invoked method
15977         returned type.
15978         (qualify_ambiguous_name): STRING_CST to qualify expression for
15979         type name resolution.
15980
15981 1999-06-24  Andrew Haley  <aph@cygnus.com>
15982
15983         * class.c (finish_class): Whenever a deferred method is
15984         output, rescan the list of methods to see if a new candidate for
15985         output can be found.
15986
15987 1999-06-28  Tom Tromey  <tromey@cygnus.com>
15988
15989         * jvspec.c (lang_specific_driver): Recognize --help.
15990
15991 1999-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15992
15993         * parse.y (resolve_package): Fixed bogus return statement.
15994         (patch_method_invocation): Resolve method invocation beginning with
15995         a package name qualifier.
15996
15997 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15998
15999         * Make-lang.in (java.stage1): Depend on stage1-start.
16000         (java.stage2): Likewise for stage2-start.
16001         (java.stage3): Likewise for stage3-start.
16002         (java.stage4): Likewise for stage4-start.
16003
16004 1999-06-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16005
16006         * parse.y (java_complete_lhs): When doing cross referencing, don't
16007         try to keep file location on a WFL expanded as a CALL_EXPR.
16008
16009 1999-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16010
16011         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
16012         compiling to class file a void method with an empty method body.
16013         As a side effect, the bytecode backend will generate the
16014         appropriate `return' instruction.
16015
16016 1999-06-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16017
16018         * parse.y (lookup_package_type_and_set_next): New function prototype.
16019         (resolve_package): Search current and imported packages.
16020         (lookup_package_type_and_set_next): New function.
16021
16022 1999-06-22  Andrew Haley  <aph@cygnus.com>
16023
16024         * verify.c (verify_jvm_instructions): Check for pending blocks
16025         before invalid PC test and opcode switch, not after.
16026
16027 1999-06-21  Andrew Haley  <aph@cygnus.com>
16028
16029         * except.c (find_handler_in_range): The upper limit for exception
16030         ranges is exclusive, not inclusive: (start <= pc < end).
16031         (link_handler): find child pointer which points to outer by
16032         searching sibling list: previous code incorrectly assumed that
16033         outer->outer->first_child must point to outer.
16034         * verify.c (verify_jvm_instructions): FIXME added to code for
16035         `athrow'.
16036         (verify_jvm_instructions): Do not assume that the last block
16037         processed in a subroutine is a block which ends with a `ret'
16038         instruction.  With some control flows it is possible that the last
16039         block ends with an `athrow'.
16040
16041 1999-06-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16042
16043         * parse.y (qualify_ambiguous_name): Reorganized the post
16044         evaluation of non WFL leading expression nodes.
16045
16046 1999-06-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16047
16048         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
16049         CONVERT_EXPR.
16050
16051 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16052
16053         * parse.y (qualify_ambiguous_name): Handle qualified expression
16054         beginning with a STRING_CST.
16055
16056 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16057
16058         * parse.y (register_fields): Set DECL_INITIAL on both
16059         pre-initialized static and public fields.
16060         (resolve_field_access): Static field access expressions to always
16061         use pointer types.
16062         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
16063         qualification. CONVERT_EXPR to be resolved as an expression name.
16064         (java_complete_lhs): Identify and access qualified final
16065         initialized field in switch statement case expression.
16066         (fold_constant_for_init): Pre-initialized field decl constant to
16067         be folded.
16068
16069 1999-06-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16070
16071         * parse.y (note_possible_classname): Mark returned node with
16072         QUALIFIED_P only if the original class name contained a '/'.
16073
16074 1999-06-05  Anthony Green  <green@cygnus.com>
16075
16076         * Make-lang.in (gcjh): More parallel build fixes.
16077
16078 1999-06-03  Mike Stump  <mrs@wrs.com>
16079
16080         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
16081
16082 1999-06-02  Anthony Green  <green@cygnus.com>
16083
16084         * except.c (link_handler): Chain exception handlers in order.
16085
16086 1999-06-02  Anthony Green  <green@cygnus.com>
16087
16088         * expr.c (expand_byte_code): Fill unreachable bytecode regions
16089         with nops and process as usual in order to always set correct EH
16090         ranges.  Emit detailed warnings about unreachable bytecodes.
16091
16092 1999-06-02  Anthony Green  <green@cygnus.com>
16093
16094         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
16095         constant.
16096
16097 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16098
16099         * parse.y (lookup_field_wrapper): Unified returned value to NULL
16100           or the searched field decl.
16101
16102 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16103
16104         * parse.y (fold_constant_for_init): Convert numerical constant
16105         values to the type of the assigned field.
16106
16107 1999-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16108
16109         * expr.c (lookup_field): Relaxed the test on class loading error
16110         detection.
16111         * parse.y (fold_constant_for_init): Enabeled old code.
16112
16113 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16114
16115         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
16116         decide the validity of the cast of a java.lang.Cloneable reference
16117         to an array.
16118         (patch_conditional_expr): Fixed first argument passed to
16119         binary_numeric_promotion.
16120
16121 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16122
16123         * parse.y (qualify_ambiguous_name): Take into account that a
16124         CONVERT_EXPR might specify a type as a WFL.
16125
16126 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16127
16128         * parse.y (patch_assignment): Save the rhs before using it as an
16129         argument to _Jv_CheckArrayStore.
16130
16131 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16132
16133         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
16134
16135 1999-05-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16136
16137         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
16138         floating point literal only when the exponent indicator has been
16139         parsed.
16140
16141 1999-05-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16142
16143         * parse.y (formal_parameter:): Construct argument tree list
16144         element even if a yet unsupported final parameter was encountered.
16145
16146 1999-05-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16147
16148         * parse.y (finish_method_declaration): Issue errors for native or
16149         abstract methods declared with a method body, as well as for non
16150         native or non abstract methods with no method body.
16151
16152 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16153
16154         * class.c (build_utf8_ref): Initialize variable `field'.
16155
16156         * decl.c (init_decl_processing): Initialize variable `field'.
16157
16158         * expr.c (build_known_method_ref): Mark parameters `method_type',
16159         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
16160         (process_jvm_instruction): Likewise for parameter `length'.
16161
16162         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
16163         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
16164         ATTRIBUTE_UNUSED.
16165
16166         * parse.y (maybe_generate_clinit): Remove unused variable
16167         `has_non_primitive_fields'.
16168         (find_in_imports_on_demand): Initialize variables `node_to_use'
16169         and `cl'.
16170         (patch_binop): Likewise for variable `prom_type'.
16171         (patch_unaryop): Likewise for variable `prom_type'.
16172
16173         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
16174
16175         * xref.c (xref_table): Add missing initializer.
16176
16177 1999-05-14  Tom Tromey  <tromey@cygnus.com>
16178
16179         * java-except.h (struct eh_range): Removed unused `next' member.
16180         * verify.c (verify_jvm_instructions): Call check_nested_ranges
16181         after adding all exception handlers.  Sort exception ranges in
16182         order of start PC.
16183         (struct pc_index): New structure.
16184         (start_pc_cmp): New function.
16185         * except.c (add_handler): Return `void'.  Don't call link_handler;
16186         instead construct an ordinary linked list and do range
16187         coalescing.
16188         (check_nested_ranges): New function.
16189         (link_handler): Changed interface to allow merging of eh_ranges.
16190         Split overlapping ranges.  Return `void'.
16191
16192 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16193
16194         * parse.y (constructor_block_end:): New rule, tagged <node>.
16195         (constructor_body:): Use `constructor_block_end' instead of
16196         `block_end'.
16197
16198 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16199
16200         * parse.y (statement_nsi:): Pop `for' statement block.
16201         (java_complete_lhs): Labeled blocks containing no statement are
16202         marked as completing normally.
16203
16204 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16205
16206         * xref.c (xref_set_current_fp): New function, defined.
16207         * xref.h (xref_set_current_fp): New function, prototyped.
16208
16209 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16210
16211         * check-init.c (check_init): Take into account that
16212         LABELED_BLOCK_STMT can be empty.
16213
16214 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16215
16216         * parse.y (java_check_regular_methods): Warning check on not
16217         overriding methods with default access in other packages does not
16218         apply to `<clinit>'.
16219         (java_complete_lhs): If block body is an empty_stmt_node, replace
16220         it by NULL_TREE. This prevents gcc from generating an irrelevant
16221         warning.
16222
16223 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16224
16225         * check-init.c (check_init): Removed code accepting to see things
16226         falling through default:, when doing xrefs.
16227         * java-tree.h (do_not_fold): New global variable, declared.
16228         * parse.y (do_not_fold): New global variable, defined.
16229         (java_complete_expand_method): Set `do_not_fold' to the value of
16230         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
16231         and reinstall them after them have been purged; do not check for
16232         initializations; do not issue missing return errors.
16233         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
16234         when doing xrefs.
16235         (patch_binop): Skip the fold part when doing xrefs.
16236         (build_string_concatenation): Skip the concatenation part when
16237         doing xrefs.
16238         (patch_synchronized_statement): Do not generate a try-finally when
16239         doing xrefs.
16240         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
16241         and keep the location where the throw was seen.
16242         * typeck.c (convert): When `do_not_fold' is set, do not attempt
16243         any treatment on the converted node an simply return a NOP_EXPR of
16244         the targeted type.
16245         * xref.c (xref_get_data): New function, defined.
16246         * xref.h (xref_get_data): New function, declared.
16247         (XREF_GET_DATA): Use xref_get_data.
16248
16249 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16250
16251         * gjavah.c (print_include): Cast the result of `strlen' to int
16252         when comparing against a signed value.
16253         (add_namelet): Likewise.
16254
16255 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16256
16257         * expr.c (expand_invoke): Mark parameter `nargs' with
16258         ATTRIBUTE_UNUSED.
16259         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
16260
16261         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
16262         ATTRIBUTE_UNUSED.
16263
16264         * jcf-reader.c (get_attribute): Cast a value to long
16265         when comparing against a signed expression.  Likewise.
16266
16267         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
16268         HOST_BITS_PER_CHAR.
16269
16270 1999-05-11  Andrew Haley  <aph@cygnus.com>
16271
16272         * parse.y (source_end_java_method): If the current method contains
16273         any exception handlers, force asynchronous_exceptions: this is
16274         necessary because signal handlers in libjava may throw exceptions.
16275         * decl.c (end_java_method): Ditto.
16276
16277 1999-05-11  Tom Tromey  <tromey@cygnus.com>
16278
16279         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
16280         flags.
16281         * jvspec.c (THREAD_NAME): Removed.
16282         (GC_NAME): Likewise.
16283         (MATHLIB): Likewise.
16284         (WITHLIBC): Likewise.
16285         (GCLIB): Likewise.
16286         (THREADLIB): Likewise.
16287         (MATH_LIBRARY): Likewise.
16288         (lang_specific_driver): Don't add `-l' options to command line.
16289         Instead, add a single --specs option.  Recognize `-L' options and
16290         use them to search for spec file.
16291         (find_spec_file): New function.
16292         (SPEC_FILE): New define.
16293
16294 1999-05-11  Dave Brolley  <brolley@cygnus.com>
16295
16296         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
16297         cpplib-enabled build.
16298
16299 1999-05-05  Per Bothner  <bothner@cygnus.com>
16300
16301         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
16302         temporarily zero it while calling rest_of_decl_compilation.
16303
16304         * java-tree.h (string_ptr_type_node):  Add declaration.
16305         * decl.c:  Define and initialize string_ptr_type_node.
16306         * parse.y (patch_string_cst):  Use string_ptr_type_node.
16307
16308         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
16309         * parse.y (for_statement):  Now unconditionally exit_block.
16310         (finish_labeled_statement):  No longer exit_block if for-loop.
16311         (patch_loop_statement):  Check harder if the loop is already labeled.
16312
16313         * parse.y (patch_initialized_static_field):  Removed function.
16314         (maybe_generate_clinit):  Removed special handling for interfaces.
16315         (java_complete_expand_methods):  Do a preliminary java_complete_tree
16316         on <clinit> to determine if it can be removed.
16317         (java_complete_expand_method):  Remove special handling for <clinit>.
16318         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
16319         optimize if we get back empty_stmt_node.
16320         For MODIFY_EXPR, re-do checking of static initializers.
16321         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
16322         For VAR_DECL, pass correct context.
16323
16324         * verify.c (verify_jvm_instructions):  Better error messages.
16325
16326 1999-05-03  Tom Tromey  <tromey@cygnus.com>
16327
16328         * parse-scan.y (interface_declaration): Call
16329         report_class_declaration for interfaces.
16330
16331 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
16332
16333         * Makefile.in: Remove -v from bison command lines.
16334
16335 1999-04-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16336
16337         * check-init.c (check_init): Exclude a case of error when doing
16338         xrefs.
16339         * class.c (layout_class_method): Don't generate the error message
16340         twice when compiling from source.
16341         * lang-options.h: Added `-Wredundant-modifers' and
16342         `-Wunusupported-jdk11' flags and help text.
16343         * lang.c (lang_decode_option): Added support for
16344         `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
16345         flag_static_local_jdk11 and flag_redundant set accordingly.
16346         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
16347         * parse.h (EXPR_WFL_ADD_COL): New macro.
16348         (DECL_END_SOURCE_LINE): Likewise.
16349         (DECL_INHERITED_SOURCE_LINE): Likewise.
16350         * parse.y (static_ref_err): New function, prototyped.
16351         (CCB_TK): Now tagged <operator>.
16352         (class_body:): Remember the location of the closing '}' of a class
16353         definition when doing xrefs.
16354         (block:): Likewise.
16355         (block_end:): Likewise.
16356         (create_class): Remember the location of the inherited class
16357         identifier when doing xrefs.
16358         (register_fields): Added test on first operand of `init' before
16359         testing it TREE_CODE.
16360         (method_header): Store the location of the class identifier in the
16361         class decl when doing xrefs.
16362         (finish_method_declaration): Don't combine first/last method line
16363         when doing xref.
16364         (java_check_regular_methods): Warning check on not overriding
16365         methods with default access on other packages move before check on
16366         static methods. Initialization of `aflags' also moved up.
16367         (resolve_expression_name): Call static_ref_err to report the error.
16368         (static_ref_err): New function, implemented.
16369         (resolve_field_access): Returned simplified static field access
16370         when doing xrefs.
16371         (resolve_qualified_expression_name): Check for illegal use of
16372         static fields in a non static context. Call static_ref_err to
16373         report error in various places.
16374         (java_complete_tree): Do not fold initialized static fields when
16375         doing xrefs.
16376         (java_complete_lhs): Likewise.
16377
16378 1999-04-29  Anthony Green  <green@cygnus.com>
16379
16380         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
16381         create internal labels.
16382         (lookup_label): Ditto.
16383
16384 1999-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16385
16386         * class.c (layout_class_method): Generate <clinit>'s rtl for
16387         interfaces.
16388         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
16389         for interfaces' <clinit>.
16390         * expr.c (lookup_field): Search for fields in interfaces.
16391         (expand_invoke): Fixed indentation.
16392         (expand_java_field_op): Likewise. Use IS_CLINIT.
16393         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
16394         (IS_CLINIT): New macro.
16395         * parse.y (type_declaration:): Call maybe_generate_clinit after an
16396         interface was parsed.
16397         (maybe_generate_clinit): Don't generate if the current class is an
16398         interface with only fields of primitive types.
16399         (reset_method_name): Use IS_CLINIT.
16400         (java_complete_expand_method): Expand <clinit> when it exists for
16401         interfaces. Use IS_CLINIT.
16402         (resolve_expression_name): Use DECL_CONTEXT instead of
16403         current_class to build static field references.
16404         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
16405         ARRAY_REF when doing xreferencing.
16406         (check_final_assignment): Fixed typo in leading comment. Use
16407         IS_CLINIT.
16408         (patch_array_ref): Don't fully expand array references when
16409         xreferencing.
16410         (patch_return): Use IS_CLINIT.
16411         (patch_throw_statement): Likewise.
16412
16413 1999-04-22  Tom Tromey  <tromey@cygnus.com>
16414
16415         * Make-lang.in (JAVA_SRCS): Added check-init.c.
16416
16417 1999-04-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16418
16419         * decl.c (predef_filenames, predef_filenames_size): New globals
16420         (init_decl_processing): predef_filenames and predef_filenames_size
16421         initialized.
16422         * java-tree.h (predef_filenames, predef_filenames_size): Declared
16423         extern.
16424         * jcf-parse.c (predefined_filename_p): New function.
16425         (yyparse): Check that files on the command line are specified only
16426         once and issue a warning otherwise.
16427         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
16428         * parse.y (source_end_java_method): Nullify NOP method bodies, to
16429         avoid a gcc warning with -W -Wall turned on.
16430         (java_expand_classes): Abort if errors were encountered.
16431         (java_complete_lhs): If the cross reference flag is set, wrap
16432         field DECL node around a WFL when resolving expression name.
16433
16434 1999-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16435
16436         * lang.c (lang_decode_option): Fixed returned value when parsing
16437         `-fxref=...' and `-Wall'.
16438         * parse.y (source_end_java_method): Do not generate code when
16439         flag_emit_xref is set.
16440         (resolve_expression_name): Do not build static field access when
16441         flag_emit_xref is set.
16442         (resolve_field_access): No special treatment on `length' when
16443         flag_emit_xref is set. Do not build qualified static field access
16444         when flag_emit_xref is set.
16445         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
16446         when flag_emit_xref is set.
16447         (patch_assignment): Do not generate array store runtime check when
16448         flag_emit_xref is set.
16449         * xref.c (xref_flag_value): Fixed function declaration
16450         indentation.
16451         (xset_set_data): New function.
16452         * xref.h (xref_set_data): Added prototype for new function.
16453         (typedef struct xref_flag_table): New field data.
16454         (XREF_GET_DATA): New macro.
16455
16456 1999-04-19  Tom Tromey  <tromey@cygnus.com>
16457
16458         * xref.h (enum): Removed trailing comma.
16459
16460         * parse.y (resolve_qualified_expression_name): Added missing
16461         `break'.
16462
16463 1999-04-15  Anthony Green  <green@cygnus.com>
16464
16465         * gjavah.c: New prototypes for java_float_finite and
16466         java_double_finite.
16467
16468 1999-04-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16469
16470         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
16471         references.
16472
16473 1999-04-06  Jeffrey A Law  (law@cygnus.com)
16474
16475         * Makefile.in (TREE_H): Add tree-check.h.
16476         (RTL_H): Add genrtl.h.
16477
16478 1999-04-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16479
16480         * parse.y (patch_assignment): Added ArrayStoreException runtime
16481         check.
16482
16483 1999-04-06  Per Bothner  <bothner@cygnus.com>
16484
16485         * expr.c (pop_type_0):  New function.
16486         (pop_type):  Use pop_type_0.
16487         * java-tree.h (pop_type_0):  New declaration.
16488         * verify.c (verify_jvm_instructions):  Check return instructions.
16489
16490         * parse.y (patch_binop):  Don't fold if non-constant and emiting
16491         class files.
16492
16493 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16494
16495         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
16496
16497         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
16498         (main_jcf): Don't define.
16499         (process_file): Don't set `main_jcf'.
16500
16501         * java-tree.h (main_jcf): Don't declare.
16502
16503         * jcf-parse.c (main_jcf): Add static definition.
16504
16505         * lang.c (main_jcf): Don't define.
16506
16507 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16508
16509         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
16510
16511         * decl.c (copy_lang_decl): Likewise for `bcopy'.
16512
16513         * jcf-depend.c: Include "config.h", not <config.h>.
16514
16515         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
16516         `bcopy' to PTR.
16517
16518         * jcf-path.c: Include "config.h", not <config.h>.
16519
16520         * lex.c: Don't include various system header files.
16521         (java_init_lex): Cast the argument of `bzero' to PTR
16522
16523         * parse-scan.y (java_push_parser_context): Likewise.
16524
16525         * parse.y (java_push_parser_context): Likewise.
16526         (patch_bc_statement): Match format specifier to variable argument.
16527
16528         * xref.c: Don't include <stdio.h>.
16529
16530 1999-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16531
16532         * parse.y (struct parser_ctxt *ctxp): Now global.
16533         (declare_local_variables): Use WFL compound value for the
16534         declaration source line value, when doing cross-referencing.
16535
16536 1999-03-31  Tom Tromey  <tromey@cygnus.com>
16537
16538         * gjavah.c (print_field_info): Allow constants of other types.
16539         (print_include): Generate include when new name is proper prefix
16540         of already printed name.
16541         (add_namelet): Likewise.
16542         (cxx_keyword_subst): New function.
16543         (print_method_info): Use it.
16544         (print_field_name): New function.
16545         (get_field_name): New function.
16546         (print_field_info): Use get_field_name and print_field_name.
16547
16548 1999-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16549
16550         * Makefile.in (keyword.h): Generate using gperf language 'C', not
16551         'KR-C', so gperf uses the `const' keyword on strings.
16552
16553         * keyword.gperf (java_keyword): Const-ify a char*.
16554
16555 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16556
16557         * parse.y (patch_bc_statement): Fixed identation and a bogus
16558         `printf' format.
16559
16560 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16561
16562         * parse.y (patch_assignment): Allow static variables in other
16563         classes to be assigned.
16564
16565 1999-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16566
16567         * class.c (maybe_add_interface): Remove unused variable
16568         `interface_binfo'.
16569         (make_class_data): Use = for assignment, not ==.  Likewise.
16570         (emit_register_classes): Remove unused variable `decl'.
16571
16572         * lex.c: Fix comment so as not to contain an embedded `/*'.
16573
16574         * verify.c (verify_jvm_instructions): Remove unused variable
16575         `self_type'.
16576
16577 1999-03-27  Per Bothner  <bothner@cygnus.com>
16578
16579         * parse.y (complete_loop_body):  Rename to finish_loop_body.
16580         (complete_labeled_statement):  Rename to finish_labeled_statement.
16581         (complete_for_loop):  Rename to finish_for_loop.
16582         (complete_method_declaration):  Rename to finish_method_declaration.
16583
16584         * java-tree.h (continue_identifier_node):  New global node.
16585         * decl.c:  Define and initialize continue_identifier_node.
16586         * parse.y (generate_labeled_block):  Remove - no longer needed.
16587         (build_loop_body):  Use continue_identifier_node for continue block.
16588         (finish_labeled_statement):  Also do pop_labeled_block actions.
16589         (java_complete_lhs):  POP_LOOP even if error.
16590         (build_labeled_block):  Special handling for continue_identifier_node.
16591         (patch_loop_statement):  Re-organize.
16592         (patch_bc_statement):  Re-write.
16593
16594 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16595
16596         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
16597         using a WFL compound value.
16598         * parse.y (xref.h): Include.
16599         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
16600         WFL compound value.
16601         (register_fields): Set WFL compound value to lineno if doing
16602         xrefs.
16603         (java_complete_expand_method): Call expand_xref if flag_emit_xref
16604         is set.
16605         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
16606         * xref.h (expand_xref): Prototype renamed from xref_generate.
16607
16608 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16609
16610         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
16611         (GET_CURRENT_BLOCK): New macro.
16612         * parse.y (current_static_block): New global variable.
16613         (method_body:): Define action.
16614         (complete_method_declaration): Set current_function_decl to NULL
16615         when work on the current method is done.
16616         (declare_local_variables): Use GET_CURRENT_BLOCK.
16617         (java_method_add_stmt): Likewise.
16618         (java_complete_expand_method): Disable the use of `this' when
16619         expanding <clinit>.
16620         (enter_a_block): If no current method exist, use
16621         current_static_block to link static initializer blocks.
16622         (exit_block): Rewritten to use current_static_block when no current
16623         method decl exists.
16624         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
16625         (patch_return): Forbid the use of `return' in static initializers.
16626         (patch_throw_statement): Fixed indentation. Issue specific error
16627         for uncaught thrown checked exception in static initializer
16628         blocks. Removed FIXME.
16629
16630 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
16631
16632         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
16633         Link gcj from gcc.o.
16634
16635 1999-03-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16636
16637         * parse.y (find_applicable_accessible_methods_list): When dealing
16638         with interface: ensure that a given interface or java.lang.Object
16639         are searched only once.
16640
16641 1999-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16642
16643         * gjavah.c (print_c_decl): Remove unused argument `flags'.
16644
16645         * jcf-dump.c (print_access_flags): Add braces around if-else.
16646
16647         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
16648         COMBINE_INPUTS.
16649
16650         * lex.c (build_wfl_node): Add static prototype.
16651
16652         * lex.h (build_wfl_node): Remove static prototype.
16653
16654         * parse.y: Include lex.c early enough to declare everything needed.
16655         Ensure calls to `build_wfl_node' pass the proper arguments.
16656         (create_class): Remove unused variable `super_decl'.
16657         (get_printable_method_name): Initialize variable `name'.
16658
16659 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16660
16661         * Changelog: Fixed 1999-03-22 typos.
16662         * lang.c (lang_decode_option): Fixed typo in error string in the
16663         XARG section.
16664
16665 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16666
16667         * Makefile.in (JAVA_OBJS): Added entry xref.o.
16668         (xref.o): New rule.
16669         * java-tree.h (flag_emit_xref): Declared extern.
16670         * lang.c (xref.h): Included.
16671         (flag_emit_xref): New global variable.
16672         (lang_decode_option): Added support for -fxref.
16673         * xref.c: Created.
16674         * xref.h: Likewise.
16675
16676 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
16677
16678         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
16679         linked with.
16680
16681 1999-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16682
16683         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
16684         $(srcdir)/../system.h and $(JAVA_TREE_H).
16685         (jcf-io.o): Depend on $(JAVA_TREE_H).
16686         (mangle.o): Likewise.
16687
16688         * check-init.c (check_cond_init): Add static prototype.
16689
16690         * class.c (build_java_method_type, hashUtf8String,
16691         make_field_value, get_dispatch_vector, get_dispatch_table,
16692         append_gpp_mangled_type, mangle_static_field): Likewise.
16693         (strLengthUtf8): Hide unused definition.
16694         (hashUtf8String): Const-ify.
16695         (make_field_value): Un-ANSI-fy.
16696
16697         * constants.c: Move inclusion of jcf.h above java-tree.h.
16698         (set_constant_entry, find_class_or_string_constant,
16699         find_name_and_type_constant, get_tag_node,
16700         build_constant_data_ref): Add static prototype.
16701
16702         * decl.c (push_jvm_slot, builtin_function,
16703         lookup_name_current_level): Likewise.
16704         (builtin_function): Const-ify.
16705
16706         * except.c (expand_start_java_handler, expand_end_java_handler):
16707         Add static prototype.
16708
16709         * expr.c (flush_quick_stack, push_value, pop_value,
16710         java_stack_swap, java_stack_dup, build_java_athrow,
16711         build_java_jsr, build_java_ret, expand_java_multianewarray,
16712         expand_java_arraystore, expand_java_arrayload,
16713         expand_java_array_length, build_java_monitor, expand_java_pushc,
16714         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
16715         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
16716         expand_compare, expand_test, expand_cond, expand_java_goto,
16717         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
16718         expand_java_field_op, java_push_constant_from_pool): Likewise.
16719
16720         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
16721         (build_java_arraynull_check): Mark parameters `node' and `type'
16722         with ATTRIBUTE_UNUSED.
16723         (note_label): Likewise for parameter `current_pc'.
16724         (expand_java_call, expand_java_ret): Hide unused definition.
16725
16726         * java-tree.h (make_class, build_constants_constructor,
16727         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
16728         init_outgoing_cpool, register_class, emit_register_classes,
16729         java_layout_seen_class_methods): Prototype.
16730         (unicode_mangling_length): Const-ify.
16731         (append_gpp_mangled_name, append_gpp_mangled_classtype,
16732         emit_unicode_mangled_name, format_int, format_uint,
16733         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
16734         jcf_print_utf8_replace, open_class): Prototype.
16735
16736         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
16737         <stdio.h>.  Include tree.h/java-tree.h.
16738         (utf8_equal_string usage, process_class): Add static prototype.
16739         (open_class): Don't prototype this here.
16740         (utf8_equal_string): Match arguments to format specifiers.
16741         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
16742         TABLE_SWITCH, disassemble_method): Likewise.
16743
16744         * jcf-io.c: Include tree.h/java-tree.h.
16745         (open_class, find_classfile, jcf_print_utf8,
16746         jcf_print_utf8_replace): Const-ify.
16747
16748         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
16749         parse_class_file): Add static prototype.
16750         (find_in_current_zip): Match definition to existing static
16751         prototype.
16752
16753         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
16754         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
16755         finish_jcf_block, define_jcf_label, get_jcf_label_here,
16756         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
16757         write_chunks, adjust_typed_op, generate_bytecode_conditional,
16758         generate_bytecode_return, perform_relocations, init_jcf_state,
16759         init_jcf_method, release_jcf_state, generate_classfile):
16760         Add static prototype.
16761         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
16762         (make_class_file_name): Const-ify.
16763
16764         * jcf.h (find_classfile): Const-ify.
16765
16766         * jv-scan.c (reset_report): Remove prototype.
16767
16768         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
16769         (error): Rewrite to allow varargs.
16770
16771         * lang.c (lang_f_options): Const-ify.
16772
16773         * lex.c (java_parse_escape_sequence): Add static prototype.
16774         (java_allocate_new_line): Match definition to existing static
16775         prototype.
16776
16777         * mangle.c Include tree.h/java-tree.h.
16778         (unicode_mangling_length, emit_unicode_mangled_name,
16779         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
16780
16781         * parse.h (jdep_code): Remove trailing comma in enumeration.
16782         (java_get_line_col): Move prototype outside of !JC1_LITE test.
16783         (reset_report): Add prototype.
16784
16785         * verify.c (push_pending_label, merge_types): Add static
16786         prototypes.
16787
16788         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
16789
16790 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16791
16792         * parse.y (find_applicable_accessible_methods_list): Extend the
16793         search to superinterfaces when relevant.
16794         (search_applicable_methods_list): New function.
16795
16796 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16797
16798         * class.c (unmangle_classname): Implemented stricter testing
16799         before setting the QUALIFIED_P flag on an identifier.
16800
16801 1999-03-16  Per Bothner  <bothner@cygnus.com>
16802
16803         * parse.y (java_complete_lhs):  Call force_evaluation_order
16804         after patch_newarray.
16805         (patch_binop):  Don't call fold if there are side effects.
16806
16807 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16808
16809         * parse.y (java_stabilize_reference): Use save_expr instead of
16810         building a SAVE_EXPR node.
16811         (java_complete_lhs): Patch the resulting string of the `+='
16812         operator (if necessary) and complete the RHS after having built
16813         the cast.
16814
16815 1999-03-15  Per Bothner  <bothner@cygnus.com>
16816
16817         * class.c (make_class):  Don't set CLASS_P here (because
16818         this function is also called by build_java_array_type).
16819         (push_class):  Set CLASS_P here instead.
16820         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
16821
16822         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
16823         context.  If the context is class, perfer "super" over "synchronized".
16824         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
16825
16826         * parse.y (create_class):  Don't call parser_check_super here;
16827         it is not robust.  Always wait until later.
16828
16829         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
16830         match what JDK 1.2 does), but don't set ACC_PUBLIC.
16831
16832 1999-03-13  Per Bothner  <bothner@cygnus.com>
16833
16834         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
16835         * lex.h (UNGETC):  Change misleading macro.
16836
16837 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16838
16839         * parse.y (java_stabilize_reference): Return NODE when patching a
16840         COMPOUND_EXPR.
16841         (java_complete_lhs): Put parenthesis around truth values.
16842
16843 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16844
16845         * class.c (layout_class_method): Don't make rtl for interface
16846         methods.
16847         * parse.h (GET_TYPE_NAME): New macro.
16848         * parse.y (if_then_statement:): Fixed indentation.
16849         (if_then_else_statement:): Likewise.
16850         (for_statement:): Fixed spacing.
16851         (try_statement:): Fixed indentation.
16852         (create_interface): Don't force interfaces to be abstract.
16853         (method_header): Abstract methods are OK in interfaces.
16854         (declare_local_variables): Fixed typo in comment.
16855         (java_complete_expand_method): Fixed indentation.
16856         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
16857         non accessible fields.
16858         (java_stabilize_reference): New function.
16859         (java_complete_lhs): Fixed indentation. Use
16860         java_stabilize_reference in compound assignment. Insert the
16861         cast. If not processing `+' fix string constants before processing
16862         binop.
16863
16864 1999-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16865
16866         * constants.c (find_class_or_string_constant): Cast variable `j'
16867         to a `jword' when comparing against one.
16868
16869         * expr.c (java_lang_expand_expr): Remove unused variables
16870         `has_finally_p' and `op0'.
16871
16872         * gjavah.c (print_field_info): Cast a value to jint when comparing
16873         against one.  Likewise for a jlong.
16874         (add_namelet): Likewise cast a `sizeof' to an int when comparing
16875         against a signed quantity.
16876
16877         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
16878         (print_signature): Don't needlessly dereference variable `str'
16879
16880         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
16881         `max_locals' with ATTRIBUTE_UNUSED.
16882         (jcf_parse_class): Likewise for variable `index'.
16883
16884         * parse.h (reverse_jdep_list): Remove static prototype.
16885
16886         * parse.y (build_jump_to_finally): Remove prototype and definition.
16887         (reverse_jdep_list): Add static prototype.
16888
16889         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
16890         `assignment' and `expr_decl'.
16891
16892         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
16893
16894 1999-03-12  Andrew Haley  <aph@cygnus.com>
16895
16896         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
16897         we'll need a directory separator and a null character.
16898
16899 1999-03-10  Per Bothner  <bothner@cygnus.com>
16900
16901         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
16902
16903 Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16904
16905         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
16906         interfaces.
16907
16908 1999-03-05  Per Bothner  <bothner@cygnus.com>
16909
16910         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
16911
16912         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
16913
16914         * class.c (layout_class_method):  A static method in a base class
16915         is never overridden, so treat it like it doesn't exist.
16916         However, do complain about private non-static method overriding
16917         public static method.
16918
16919         * parse.y:  Don't set unused INITIALIZED_P flag.
16920         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
16921
16922         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
16923         (build_array_from_name):  Re-order &index[string] to &string[index].
16924
16925         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
16926         error_mark (it might catch more errors, but it is more likely to lose).
16927
16928 1999-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16929
16930         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
16931         (parse-scan.o): Depend on toplev.h.
16932
16933         * class.c (make_method_value): Add prototype.  Make it static.
16934         Remove unused second argument, caller changed.
16935
16936         * expr.c (java_lang_expand_expr): Remove unused variable
16937         `return_label'.
16938
16939         * java-tree.h: Don't prototype find_in_current_zip.
16940         Add prototypes for verify_constant_pool, start_java_method,
16941         end_java_method, give_name_to_locals, expand_byte_code,
16942         open_in_zip, set_constant_value, find_constant1, find_constant2,
16943         find_utf8_constant, find_string_constant, find_class_constant,
16944         find_fieldref_index, find_methodref_index, write_constant_pool,
16945         count_constant_pool_bytes and encode_newarray_type.
16946
16947         * jcf-dump.c: Remove unused variable `LONG_temp'.
16948
16949         * jcf-parse.c: Include parse.h.
16950         (jcf_parse_source): Remove unused parameter, all callers changed.
16951         (jcf_figure_file_type): Add static prototype.
16952         (find_in_current_zip): Likewise.  Also remove unused parameter,
16953         all callers changed.
16954         (read_class): Initialize variable `saved_pos'.
16955
16956         * jcf-reader.c (jcf_parse_preamble): Mark variables
16957         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
16958
16959         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
16960         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
16961         (java_parse_doc_section): Initialize variable `seen_star'.
16962         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
16963         (java_lex_error): Mark parameters `msg' and `forward' with
16964         ATTRIBUTE_UNUSED.
16965         (java_get_line_col): Mark parameters `filename' and `line' with
16966         ATTRIBUTE_UNUSED.
16967
16968         * parse-scan.y: Include toplev.h.
16969         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
16970
16971         * parse.h: use `struct JCF', not plain `JCF'.
16972         (java_parser_context_save_global, java_expand_classes
16973         java_parser_context_restore_global, java_parse): Add prototypes.
16974
16975         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
16976         `node'.
16977
16978 1999-02-24  Per Bothner  <bothner@deneb.cygnus.com>
16979
16980         *  check-init.c (check_init):  COPYN takes word count, not bit count.
16981
16982 1999-02-26  Per Bothner  <bothner@cygnus.com>
16983
16984         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
16985         explicit build_decl.  (Avoids crash in reload when optimizing.)
16986
16987 1999-02-25  Per Bothner  <bothner@cygnus.com>
16988
16989         * decl.c (complete_start_java_method):  Handle synchronized method
16990         even when compiling from bytecode.
16991
16992 1999-02-26  Tom Tromey  <tromey@cygnus.com>
16993
16994         * gjavah.c (add_class_decl): Only generate `#include' if outer
16995         class is not the name of the class we are processing.  Correctly
16996         append `.h' in #include.
16997         (process_file): Clean up newlines around generated `#include's.
16998         (decode_signature_piece): Correctly handle inner classes.
16999         (struct include): New structure.
17000         (all_includes): New global.
17001         (print_include): New function.
17002         (add_class_decl): Use it.
17003         (process_file): Likewise.
17004         (add_class_decl): Generate include for java-array.h if array
17005         seen.
17006         (process_file): Don't generate java-array.h include.
17007
17008         * gjavah.c (add_namelet): Check for standard package names here.
17009         (add_class_decl): Don't check for standard package names here.
17010
17011 1999-02-25  Tom Tromey  <tromey@cygnus.com>
17012
17013         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
17014         When reading a zip file, only use strncmp if both strings are
17015         bigger than the buffer length.  Initialize `k' when looping
17016         through zip file.
17017
17018 1999-02-24  Tom Tromey  <tromey@cygnus.com>
17019
17020         * gjavah.c (struct namelet): New structure.
17021         (add_namelet): New function.
17022         (print_namelet): New function.
17023         (print_class_decls): Use add_namelet and print_namelet to generate
17024         namespaces and not classes.
17025         (method_printed): New global.
17026         (HANDLE_END_METHOD): Examine method_printed.
17027         (print_method_info): Set method_printed when required.  Print
17028         error if function to be ignored is marked virtual.  Handle $finit$
17029         method.
17030         (METHOD_IS_FINAL): New macro.
17031         (print_field_info): Use it.
17032         (HANDLE_METHOD): Clear method_printed.
17033         (method_pass): New global.
17034         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
17035         (process_file): Do two passes over both fields and methods.
17036         (HANDLE_METHOD): Examine method_pass.
17037         (root): New global.
17038         (add_class_decl): New function.
17039         (print_class_decls): Don't scan over entire constant pool.
17040
17041 1999-02-23  Tom Tromey  <tromey@cygnus.com>
17042
17043         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
17044         disable linking in that case.
17045
17046 1999-02-20  Tom Tromey  <tromey@cygnus.com>
17047
17048         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
17049         not 0x1f.
17050
17051 1999-02-21  Per Bothner  <bothner@cygnus.com>
17052
17053         * decl.c (build_result_decl), java-tree.h:  New method.
17054         (complete_start_java_method):  Handle synchronized methods.
17055         Don't build DECL_RESULT here.  (Ordering dependency problem.)
17056         (start_java_method):  Call build_result_decl here instead  ...
17057         * parse.y (java_complete_expand_method):  ... and here.
17058         (expand_start_java_method): Don't call complete_start_java_method here.
17059         (java_complete_expand_method):  Call it here instead.
17060         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
17061         * java-tree.h:  ... here.
17062
17063         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
17064         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
17065         for ARRAY_REF - it doesn't work when array bounds are checked.
17066         (patch_array_ref):  Handle it here instead.
17067
17068         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
17069
17070 1999-02-19  Per Bothner  <bothner@cygnus.com>
17071
17072         Force left-to-right evaluation of binary operations etc.
17073         * expr.c (force_evaluation_order), java-tree.h:  New function.
17074         * parse.y (java_complete_lhs):  Pass binary operations, procedure
17075         calls, and ARRAY_REFs to force_evaluation_order.
17076         (various):  Set TREE_SIDE_EFFECTS more carefully.
17077
17078         Tolerate random (non-UTF8) encoding in comments without complaining.
17079         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
17080         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
17081
17082         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
17083         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
17084
17085         * parse.y (java_complete_lhs):  Ignore an empty statement in a
17086         COMPOUND_EXPR.  Don't complain about empty statement after return.
17087
17088 1999-02-19  Per Bothner  <bothner@cygnus.com>
17089
17090         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
17091         in TREE_LIST - just chain the POINTER_TYPEs together.
17092         (resolve_class):  If type already resolved, return decl.
17093         After resolving, update TREE_TYPE(class_type), and name (if array).
17094         * parse.h (do_resolve_class), parse.y:  Make non-static.
17095         * class.c (maybe_layout_super_class):  Take this_class argument.
17096         Do do_resolve_class if necessary.
17097         (layout_class, layout_class_methods): Adjust calls appropriately.
17098         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
17099         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
17100         * typeck.c (build_java_array_type):  Don't call layout_class.
17101
17102 1999-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17103
17104         * parse.y (check_pkg_class_access): Allow private class access
17105         within the same package.
17106         (strip_out_static_field_access_decl): New function.
17107         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
17108         operator argument before testing its nature.
17109
17110 1999-02-03  Per Bothner  <bothner@cygnus.com>
17111
17112         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
17113         (TRY_EXPR):  Simplify - it no longer has a finally clause.
17114         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
17115         Simpler handling of TRY_EXPR, which no longer has a finally clause.
17116         * expr.c (java_lang_expand_expr):  Likewise.
17117         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
17118         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
17119         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
17120         (build_try_statement):  Remove finally parameter and handling.
17121         (build_try_finally_statement):  New function.
17122         (patch_try_statement):   No longer need to support finally clause.
17123         (try_statement):  Update grammar action rules.
17124         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
17125         Simpler handling of TRY_EXPR, which no longer has a finally clause.
17126
17127 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
17128
17129         * jcf-parse.c (get_constant): Add braces around computation of 'd'
17130         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
17131
17132 1999-02-17  Andrew Haley  <aph@cygnus.com>
17133
17134         * class.c (build_utf8_ref): Back out broken patch which was
17135         intended to to output signatures using '.' as a separator.
17136
17137         * class.c (make_class_data): Output signatures using '.' as a
17138         separator, rather than '/'.
17139         (mangled_classname): Likewise.
17140         (make_field_value): Likewise.
17141         (make_method_value): Likewise.
17142         * constants.c (alloc_class_constant): Likewise.
17143         * expr.c (build_invokeinterface): Likewise.
17144
17145 1999-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17146
17147         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
17148         of an ancient workaround.
17149
17150 1999-02-10  Jeffrey A Law  (law@cygnus.com)
17151
17152         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
17153         here anymore.
17154
17155 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17156
17157         * lex.c (yylex): Encode \0 as UTF8.
17158
17159 1999-02-10  Tom Tromey  <tromey@cygnus.com>
17160
17161         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
17162         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
17163         (libgcj_zip): Renamed.
17164         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
17165         LIBJAVA_ZIP_FILE.
17166         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
17167
17168         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
17169         (GC_NAME): Renamed -lgc to -lgcjgc.
17170
17171 1999-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17172
17173         * lex.c (java_lang_cloneable): Initialize.
17174         * parse.y (java_lang_cloneable): New static variable.
17175         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
17176         doing one more qualification round.
17177         (valid_ref_assignconv_cast_p): Reject null source or
17178         destination. Allow an array to be cast into java.lang.Cloneable.
17179         (patch_cast): Swapped two first arguments to first call to
17180         valid_ref_assignconv_cast_p.
17181
17182 1999-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17183
17184         * parse.h: DECL_P renamed JDECL_P.
17185         * parse.y: DECL_P replaced by JDECL_P.
17186         (build_array_from_name): Always use pointer's type.
17187         (patch_bc_statement): Extra code to search continue target in a
17188         for loop. Fixed comments. Continue target is current loop when
17189         unlabeled.
17190
17191 1999-02-05  Andrew Haley  <aph@cygnus.com>
17192
17193         * class.c (make_class_data): The superclass of an interface should
17194         be null, not class Object.
17195
17196         * lex.c (java_lex): Sign extend hex literals.
17197
17198 1999-02-04  Andrew Haley  <aph@cygnus.com>
17199
17200         * class.c (build_utf8_ref): Output signatures using '.' as a
17201         separator, rather than '/'.
17202         (make_class_data): Likewise.
17203
17204 1999-02-03  Marc Espie <Marc.Espie@liafa.jussieu.fr>
17205
17206         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
17207         mkstemp.o.  Get them from libiberty now.
17208
17209 1999-02-02  Jeffrey A Law  (law@cygnus.com)
17210
17211         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
17212
17213 1999-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17214
17215         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
17216         from libiberty.h
17217
17218 1999-02-02  Per Bothner  <bothner@cygnus.com>
17219
17220         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
17221         * jcf-write.c (generate_bytecode_return):  New function.
17222         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
17223
17224         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
17225         generate special [fd]const_[01] instructions.
17226
17227         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
17228
17229         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
17230         handling OPCODE_lookupswitch or OPCODE_tableswitch.
17231
17232 1999-02-01  Per Bothner  <bothner@cygnus.com>
17233
17234         * parse.y (patch_method_invocation):  Handle calling static methods,
17235         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
17236
17237         * parse.y (java_complete_lhs):  Don't complain about unreachable
17238         exit condition in a do-while statement.
17239
17240 1999-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17241
17242         * lex.c (java_read_char): Fixed utf8 decoding.
17243         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
17244         range.
17245         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
17246         comments. Local variable `all_primitive' is gone. Broadened
17247         acceptance of `0' to floating point targets. `long' can now be
17248         widened to `double' or `float'.
17249         (valid_method_invocation_conversion_p): Added leading
17250         comment. Fixed tabulation.
17251         (build_string_concatenation): Optimize out left or right empty
17252         string constants.
17253
17254 1999-01-28  Per Bothner  <bothner@cygnus.com>
17255
17256         * jcf-write.c (localvar_alloc):  Only emit entry for
17257         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
17258         (generate_bytecode_insns):  Only call put_linenumber if
17259         debug_info_level > DINFO_LEVEL_NONE.
17260         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
17261         is specified, add -g1 (for compatibility wih javac).
17262
17263 1999-01-28  Hans-Peter Nilsson  <hp@axis.se>
17264
17265         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
17266         gjavah.o, check-init.o, jv-scan.o
17267
17268 1999-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17269
17270         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
17271
17272         * gjavah.c: Include config.h and system.h.
17273
17274         * javaop.h (inline): Don't define, its handled by system.h.
17275         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
17276         from `inline' to `static inline'.
17277
17278         * jcf.h (inline): Don't define, its handled by system.h.
17279
17280         * lex.c (inline): Likewise.
17281
17282 1999-01-31  Zack Weinberg  <zack@rabi.columbia.edu>
17283
17284         * lang-specs.h: Map -Qn to -fno-ident.
17285
17286 1999-01-29  Richard Henderson  <rth@cygnus.com>
17287
17288         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
17289
17290 1999-01-29  Tom Tromey  <tromey@cygnus.com>
17291
17292         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
17293         then cast it to Object before calling `append' method.
17294
17295 1999-01-28  Per Bothner  <bothner@cygnus.com>
17296
17297         * check-init.c (check_bool2_init, check_bool_init, check_init):
17298         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
17299         * jcf-write.c (generate_bytecode_insns):  Likewise.
17300
17301 1999-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17302
17303         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
17304         * parse.y (patch_cast): Allow a boolean to be cast into a
17305         boolean.
17306
17307 1999-01-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17308
17309         * parse.y: (class_declaration:): Fixed indentation.
17310         (class_member_declaration:): Extra `;' after field declaration now
17311         accepted.
17312         (interface_declaration:): Removed debug messages in error reports.
17313         (patch_binop): Nodes created and returned inherit the orignal
17314         node's COMPOUND_ASSIGN_P flag value.
17315         (patch_cast): Fix cast from char to floating point.
17316
17317 1999-01-25  Andrew Haley  <aph@cygnus.com>
17318
17319         * except.c, java-except.h (expand_resume_after_catch): new
17320         function.
17321         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
17322         to branch back to main flow of control after a catch block.
17323
17324 1999-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17325
17326         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
17327         $(srcdir)/../system.h.
17328         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
17329         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
17330         (jcf-write.o): Likewise.
17331         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
17332         (mangle.o): Depend on $(srcdir)/../toplev.h.
17333         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
17334         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
17335
17336         * class.c: Include output.h and parse.h.
17337         (mangled_classname): Add the `const' keyword to a char*.
17338         (find_named_method): Hide unused function definition.
17339         (build_utf8_ref): Change type of variable `c' to unsigned char.
17340         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
17341         (build_class_ref): Add the `const' keyword to a char*.
17342         (layout_class_method): Remove unused variable `buf'.
17343
17344         * decl.c (find_local_variable): Remove unused variable `rtl'.
17345         (pushdecl): Likewise for variables `different_binding_level' and
17346         `oldglobal'.
17347         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
17348         (maybe_build_cleanup): Likewise for parameter `decl'.
17349
17350         * except.c (expand_start_java_handler): Mark parameter `range'
17351         with ATTRIBUTE_UNUSED.
17352
17353         * expr.c: Include except.h.
17354         (pop_type): Remove unused variable `i'.
17355         (pop_value): Likewise for variables `n_words' and `i'.
17356         (expand_java_arrayload): Likewise for variable `convert'.
17357         (java_lang_expand_expr): Likewise for variables `op0', `type',
17358         `mode', `unsignedp', `node' and `elements'.
17359         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
17360         `eh_ranges'.
17361         (process_jvm_instruction): Add a `const' qualifier to a char*.
17362
17363         * gjavah.c (output_directory): Add the `const' keyword to a char*.
17364         (temp_directory): Likewise.
17365         (print_c_decl): Likewise.
17366         (print_method_info): Likewise.
17367         (decode_signature_piece): Likewise.
17368         (print_mangled_classname): Likewise.
17369
17370         * java-except.h: Provide prototypes for maybe_start_try,
17371         maybe_end_try and add_handler.
17372
17373         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
17374         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
17375         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
17376         init_expr_processing, push_super_field, init_class_processing,
17377         can_widen_reference_to, class_depth, verify_jvm_instructions,
17378         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
17379         set_local_type, merge_type_state, push_type, load_type_state,
17380         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
17381         emit_unicode_mangled_name): Add prototypes.
17382
17383         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
17384         (print_signature_type): Use ISDIGIT, not isdigit.
17385         (print_signature): Remove unused variable `j'.
17386
17387         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
17388         int when comparing against one.
17389
17390         * jcf-parse.c: Include toplev.h.
17391
17392         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
17393         (localvar_free): Remove unused variable `i'.
17394         (generate_bytecode_conditional): Likewise for variable `kind'.
17395
17396         * jv-scan.c: Include config.h and system.h.  Remove redundant
17397         OS header and gansidecl.h includes.
17398         (warning): Add the `const' keyword to a char*.  Also add
17399         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
17400         __STDC__, when determining whether to use ANSI-isms.
17401         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
17402         (xmalloc): Don't redundantly prototype here.
17403         (main): Remove unused parameter `envp'.  Also fix the arguments
17404         passed to function `fatal' to match the format specifier.
17405
17406         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
17407
17408         * mangle.c: Include toplev.h.
17409         (emit_unicode_mangled_name): Declare parameter `len'.
17410
17411         * parse.y (parse_warning_context): Add the `const' keyword to a
17412         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
17413         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
17414         (issue_warning_error_from_context): Add the `const' keyword to
17415         a char*.
17416         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
17417         not `__STDC__' for whether to use ANSI-isms.
17418
17419         * typeck.c (incomplete_type_error): Mark parameters `value' and
17420         `type' with ATTRIBUTE_UNUSED.
17421         (parse_signature_type): Use ISDIGIT, not isdigit.
17422
17423         * verify.c (check_pending_block): Add the `const' keyword to a char*.
17424         (verify_jvm_instructions): Likewise.  Remove unused variables
17425         `field_name' and `default_val'.
17426
17427         * zextract.c: Include config.h and system.h.  Remove redundant
17428         OS header includes.
17429
17430         * zipfile.h: Prototype `read_zip_archive'.
17431
17432 1999-01-21  Andrew Haley  <aph@cygnus.com>
17433
17434         * typeck.c (convert): Allow conversions to void type: some
17435         optimizations in gcc do this.
17436
17437 1999-01-21  Andrew Haley  <aph@cygnus.com>
17438
17439         * typeck.c (convert_ieee_real_to_integer): New function.
17440         (convert): When not using fast-math and using hardware fp, convert
17441         an IEEE NaN to zero.
17442
17443 1999-01-18  Andrew Haley  <aph@cygnus.com>
17444
17445         * parse.y (patch_binop): Do a type conversion from signed to
17446         unsigned and then back to signed when a ">>>" is found.
17447
17448 1999-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17449
17450         * java-tree.h: (check_for_initialization): Added prototype.
17451         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
17452         * parse.y (do_resolve_class): Removed unused locals.
17453         (read_import_dir): Likewise.
17454         (resolve_qualified_expression_name): Array creation
17455         expressions are valid primary expressions.
17456         (qualify_ambiguous_name): Likewise.
17457         (patch_synchronized_statement): Removed unused local.
17458
17459 1999-01-17  Jeffrey A Law  (law@cygnus.com)
17460
17461         * Makefile.in (zextract.o): Add dependencies.
17462
17463         * Makefile.in: Do not put ^Ls at the start of a line.
17464
17465 1999-01-15  Per Bothner  <bothner@cygnus.com>
17466
17467         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
17468         sub-type the result of the call that gets the exception value.
17469
17470         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
17471         don't call finish_class.
17472
17473         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
17474         clear found before continuing.
17475
17476         * verify.c (verify_jvm_instructions):  On an array load, allow
17477         and handle top of stack to be TYPE_NULL.
17478
17479         * gjavah.c (generate_access):  Translate Java package private or
17480         protected access to C++ public, but with a comment.
17481
17482 1999-01-13  Andrew Haley  <aph@cygnus.com>
17483
17484         * expr.c (generate_name): Name prefix changed to avoid clashes
17485         with assembler temp labels.
17486
17487         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
17488         MODIFY_EXPR.  Without this, code for the assignment may not be
17489         generated at all and the synchronized statement will read an
17490         uninitialized variable.
17491
17492 1999-01-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17493
17494         * class.c (maybe_layout_super_class): Fixed returned value.
17495         * lex.c: Added 1999 to the copyright.
17496         (java_init_lex): Initialize java_lang_imported.
17497         * lex.h: Added 1999 to the copyright.
17498         * parse.h: Added 1999 to the copyright.
17499         (REGISTER_IMPORT): Fixed typo in trailing macro.
17500         (CURRENT_OSB): New macro.
17501         (struct parser_ctxt): New fields osb_depth, osb_limit.
17502         * parse.y (java_lang_id): New global variable.
17503         (type_import_on_demand_declaration): Don't import java.lang.* twice.
17504         (array_creation_expression:): Use CURRENT_OSB.
17505         (dims:): Uses a stack to keep track of array dimensions.
17506         (cast_expression:): Use CURRENT_OSB.
17507         (find_expr_with_wfl): Return NULL if node found doesn't meet the
17508         conditions.
17509         (register_fields): Fixed typos in comment.
17510         (check_method_redefinition): Fixed comment indentation.
17511         (java_check_regular_methods): Set saved found wfl to NULL after
17512         having reinstalled it in the previously found DECL_NAME.
17513
17514 1999-01-10  Richard Henderson  <rth@cygnus.com>
17515
17516         * gjavah.c (java_float_finite): Use a union to do type punning.
17517         (java_double_finite): Likewise.
17518
17519 1999-01-09  Per Bothner  <bothner@cygnus.com>
17520
17521         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
17522         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
17523         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
17524         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
17525         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
17526         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
17527
17528 1999-01-08  Per Bothner  <bothner@cygnus.com>
17529
17530         * check-init.c (check_init):  If compiling to native, we don't
17531         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
17532
17533 1999-01-08  Tom Tromey  <tromey@cygnus.com>
17534
17535         * parse-scan.y (variable_declarator_id): Set or increment
17536         bracket_count.
17537         (bracket_count): New global.
17538         (formal_parameter): Handle case where bracket pairs trail variable
17539         declarator id.
17540
17541 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
17542
17543         * jcf-parse.c (yyparse): variable len changed from a char to an
17544         int to prevent overflow.
17545
17546 1999-01-06  Per Bothner  <bothner@cygnus.com>
17547
17548         * java-tree.h:  Declare read_class.
17549         * jcf-parse.c (read_class):  New function.
17550         (load_class):  Now just call read_class.
17551
17552         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
17553         * jcf-parse.c (parse_source_file):  Declare save_error_count,
17554         which is needed by java_parse_abort_on_error macro,
17555         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
17556
17557         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
17558         constructor, if initializing a static field.
17559         (patch_new_array_init):  Set TREE_CONSTANT if it is.
17560         * expr.c (java_lang_expand_expr):  For a static array constructor
17561         of primitive elements, allocate the array itself statically.
17562         Disabled until we can set the vtable field statically.
17563
17564         * check-init.c:  New file.  Checks for definite assignment.
17565         * Makefile.in (JAVA_OBJS):  Add check-init.o.
17566         * parse.y (java_complete_expand_method): Call check_for_initialization.
17567         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
17568
17569 1999-01-06  Graham <grahams@rcp.co.uk>
17570
17571         * parse.y : include system.h instead of including
17572         standard headers directly with the exception of <dirent.h>.
17573
17574 1999-01-06  Per Bothner  <bothner@cygnus.com>
17575
17576         * lex.h:  Moved static function declarations to lex.c,
17577         to shut up some -Wall warnings.
17578         * lex.c:  Static function declarations moved here.
17579         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
17580
17581 1999-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17582
17583         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
17584
17585 1998-12-22  Per Bothner  <bothner@cygnus.com>
17586
17587         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
17588         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
17589
17590         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
17591         (localvar_alloc):  Change return type to void,
17592         (emit_unop):  Remove unused variable size.
17593
17594         * jcf-write.c (struct jcf_block):  Add new union.
17595         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
17596         (call_cleanups):  New functions.
17597         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
17598         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
17599         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
17600         * lang.c (lang_init):  Call using_eh_for_cleanups.
17601         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
17602         completing operands to patch_synchronized_statement.
17603         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
17604         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
17605         WITH_CLEANUP_EXPR instead of TRY_EXPR.
17606
17607 1998-12-20  John F. Carr  <jfc@mit.edu>
17608
17609         * Make-lang.in: Comment out control-Ls; they upset some makes.
17610
17611 1998-12-18  Tom Tromey  <tromey@cygnus.com>
17612
17613         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
17614         consistently.
17615
17616 1998-12-17  Tom Tromey  <tromey@cygnus.com>
17617
17618         * parse.y (DIR_SEPARATOR): New define.
17619         (check_class_interface_creation): Use it.
17620
17621         * parse-scan.y (report_main_declaration): Recognize
17622         `java.lang.String' in argument to main.
17623
17624 1998-12-16  Per Bothner  <bothner@cygnus.com>
17625
17626         * parse.y (create_interface):  Remove bogus test.
17627
17628 1998-12-16  Per Bothner  <bothner@cygnus.com>
17629
17630         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
17631         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
17632
17633 1998-12-16  Tom Tromey  <tromey@cygnus.com>
17634
17635         * parse-scan.y (qualified_name): Use correct sprintf format.
17636
17637 1998-12-15  Tom Tromey  <tromey@cygnus.com>
17638
17639         * gjavah.c (print_field_info): Changed how most negative number is
17640         printed.
17641
17642 1998-12-14  Per Bothner  <bothner@cygnus.com>
17643
17644         * parse.y (fold_constant_for_init):  New function.
17645         (resolve_expression_name):  Don't replace static final
17646         constant-initialized fields by its value.
17647         (java_complete_lhs):  New.  Same as java_complete_tree, except does
17648         not replace static final constant-initialized fields by their values.
17649         (register_fields):  If there is an initializer, set DECL_INITIAL and
17650         MODIFY_EXPR_FROM_INITIALIZATION_P.
17651         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
17652         Only call patch_initialized_static_field if
17653         MODIFY_EXPR_FROM_INITIALIZATION_P.
17654         (patch_initialized_static_field):  If not valid constant, clear
17655         DECL_INITIAL.
17656
17657         * parse.y (lookup_field_wrapper):  Fix thinko.
17658
17659         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
17660         set and restore global lineno.
17661
17662 1998-12-14  Tom Tromey  <tromey@cygnus.com>
17663
17664         * gjavah.c (print_field_info): If value to print is the smallest
17665         value of its size, then print as hex to avoid later warnings from
17666         C++ compiler.
17667
17668 1998-12-14  Tom Tromey  <tromey@cygnus.com>
17669
17670         * gjavah.c (decompile_method): Decompile `return null'.
17671         (process_file): Generate `#pragma interface'.
17672         (method_declared): New global.
17673         (print_method_info): Set it.
17674         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
17675         (print_method_info): Handle abstract methods.
17676
17677 1998-12-13  Per Bothner  <bothner@cygnus.com>
17678
17679         * parse.y (patch_method_invocation):  If class_decl is null
17680         (e.g. an array type), use original type.
17681
17682         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
17683         errors about uncaught exception from clone (of array, specifically).
17684
17685 1998-12-13  Tom Tromey  <tromey@cygnus.com>
17686
17687         * gjavah.c (decompile_method): Handle all types of `return'
17688         opcode.  Decompile `return this' and `return'.
17689         (method_access): New global.
17690         (print_method_info): Set it.
17691         (decompile_method): Don't decompile a synchronized method.
17692
17693 1998-12-13  Tom Tromey  <tromey@cygnus.com>
17694
17695         * jcf-reader.c (jcf_parse_one_method): Recognize
17696         HANDLE_END_METHOD.
17697         * gjavah.c (HANDLE_END_METHOD): New macro.
17698         (HANDLE_CODE_ATTRIBUTE): New macro.
17699         (decompile_method): New function.
17700         (print_method_info): Don't print `;\n' at end of function decl.
17701         Include java-opcodes.h.
17702         (decompiled): New global.
17703
17704 1998-12-12  Per Bothner  <bothner@cygnus.com>
17705
17706         * class.c (build_class_ref):  Handle PRIMTYPE.class if
17707         flag_emit_class_files.
17708         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
17709         if flag_emit_class_files.
17710         * parse.y (java_complete_tree):  Pre-liminary support for
17711         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
17712
17713         * parse.y (patch_synchronized_statement):   Don't call monitorexit
17714         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
17715
17716         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
17717
17718         * zipfile.h (opendir_in_zip):  New declaration.
17719         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
17720         (opendir_in_zip):  New function, using code from open_in_zip.
17721         (open_in_zip):  Call opendir_in_zip.
17722         (find_class):  Remove no-longer-used do_class_file parameter,
17723         but add source_ok parameter.  Change logic so if we find a .java file,
17724         we don't look for .class in later classpath emtries.
17725         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
17726         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
17727         * gjavah.c: Update call to find_class.
17728         * jcf-dump.c:  Likewise.
17729
17730         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
17731         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
17732         nothing if body is empty_stmt_node.
17733         Various little fixes so SP gets correctly adjusted.
17734         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
17735         For CALL_EXPR, test if static first.
17736         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
17737         such as the ones we create for Object and Class.
17738         Set and restore current_function_decl.
17739         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
17740         (note_possible_classname):  New function.
17741         (read_import_entry):  Removed.  Merged with read_import_dir.
17742         (read_import_dir):  Don't call find_class - that only gives us
17743         the first classpath entry having the needed package.
17744         Use the struct buffer data structure from buffer.h.
17745         (read_import_dir, find_in_imports_on_demand):  The remembered
17746         class names now use '.' (not '/') as package separator.
17747
17748         * parse.y (java_complete_expand_methods):  Call write_classfile
17749         here, and not in java_expand_classes (which only gets first class).
17750
17751 1998-12-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17752
17753         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
17754         (register_fields):  If a static fields has an initializer, just
17755         chain it on ctxp->static_initialized, and handle later.
17756         (java_complete_expand_methods):  Force <clinit> first.
17757         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
17758         - it's already been completed.
17759         (patch_initialized_static_field):  New function.
17760         (java_complete_field):  Call it.
17761
17762 1998-12-12  Per Bothner  <bothner@cygnus.com>
17763
17764         * expr.c (encode_newarray_type, build_new_array):  New functions.
17765         * java-tree.h:  Declare build_new_array.
17766         * jcf-write.c (patch_newarray):  Use build_new_array.
17767
17768         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
17769         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
17770
17771         * parse.y (patch_new_array_init):  Re-organize.
17772         Now is passed the actual array (pointer) type of the value.
17773         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
17774         (patch_array_constructor):  Removed - merged into patch_new_array_init.
17775         (java_complete_tree):  Update patch_new_array_init.
17776
17777         * jcf-write.c (find_constant_index):  New function.
17778         (generate_bytecode_insns):  Use find_constant_index.
17779         (generate_classfile):  Use find_constant_index for ConstantValue.
17780
17781 1998-12-11  Tom Tromey  <tromey@cygnus.com>
17782
17783         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
17784         * decl.c (init_decl_processing): Renamed dtable -> vtable.
17785         * class.c (make_class_data): Renamed dtable -> vtable, and
17786         dtable_method_count -> vtable_method_count.
17787
17788 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17789
17790         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
17791         global variables, initialized.
17792         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
17793         Declared new global variables.
17794         * lex.c (java_lex): Return long_zero_node, float_zero_node,
17795         double_zero_node, integer_zero_node upon direct matching.
17796         * parse.y (purify_type_name): Added function prototype.
17797         (duplicate_declaration_error_p): Consider new_type as potentially
17798         being a incomplete type. Use purify_type_name on type string.
17799         (method_header): saved_type: unused variable removed. Don't figure
17800         return type if method name is invalid.
17801         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
17802         processed by patch_unaryop.
17803         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
17804         increment/decrement node into its original type after binary
17805         numeric promotion on its operands.
17806
17807 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17808
17809         * parse.y (array_initializer:): Array init operand is NULL_TREE
17810         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
17811         now an error. Fixed indentation problems.
17812         (patch_string): Handle error_mark_node as an argument.
17813         (patch_new_array_init): Fixed indentation problems.
17814         (array_constructor_check_entry): Removed check on null wfl_value.
17815         Return an error if wfl_value's walk returns an error.
17816
17817 1998-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17818
17819         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
17820         * lex.c (java_lex): Remember column position before advancing one
17821         token. Retain location information on OCB_TK.
17822         * lex.h (typedef struct java_lc): Added new field.
17823         * parse.h (GET_SKIP_TYPE): New macro.
17824         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
17825         * parse.y (build_new_array_init, patch_new_array_init,
17826         patch_array_constructor, maybe_build_array_element_wfl,
17827         array_constructor_check_entry): New function prototypes.
17828         (switch_block:): Tagged <node>.
17829         (OCB_TK): Tagged <operator>.
17830         (array_initializer:): Installed actions.
17831         (variable_initializer): Build location information on element if
17832         necessary.
17833         (switch_statement:): Fixed indentation typo.
17834         (switch_block:): Redefined default action.
17835         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
17836         (patch_assignment): Removed duplicate code.
17837         (maybe_build_array_element_wfl, build_new_array_init,
17838         patch_new_array_init, patch_array_constructor,
17839         array_constructor_check_entry): New functions.
17840
17841 1998-12-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17842
17843         * parse.y (array_initializer): Tagged <node>.
17844         (variable_initializer:): Use default rule.
17845         (array_initializer:): Defined actions.
17846         (variable_initializers:): Likewise.
17847         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
17848         non-static field accesses.
17849         (patch_invoke): Fixed indentation typo.
17850         (java_complete_tree): Likewise.
17851         (build_labeled_block): Changed leading comment. Generate an error
17852         in case of duplicate loop labels.
17853         (patch_conditional_expr): Patch results of string concatenation
17854         operations.
17855
17856 1998-12-06  Per Bothner  <bothner@cygnus.com>
17857
17858         * constants.c (find_methodref_index):  When the class is an interface,
17859         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
17860
17861         * decl.c (finit_identifier_node):  Use "$finit$", rather than
17862         "<finit>" (which Sun's verifier rejects).
17863         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
17864         (generate_field_initialization_code):  Removed.
17865         (fix_constructors)  Don't add call to $finit$ here (wrong order).
17866         (patch_method_invocation):  Add $finit$ call here.
17867
17868         * java-tree.h (CALL_USING_SUPER):  New macro.
17869         * parse.y (patch_invoke):  Remove im local variable.
17870         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
17871         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter.
17872         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
17873
17874         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
17875
17876         * parse.y (java_complete_tree):  Don't complain about unreachable
17877         statement if it is empty_stmt_node.
17878
17879         * jcf-write.c (find_constant_wide):  New function.
17880         (push_long_const):  Use find_constant_wide.
17881
17882         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
17883         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
17884         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
17885         Emit invokeinterface when calling an interface method.
17886         Emit invokespecial also when calling super or private methods.
17887
17888         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
17889
17890 1998-12-06  Per Bothner  <bothner@cygnus.com>
17891
17892         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
17893
17894 1998-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17895
17896         * java-tree.h (java_layout_seen_class_methods): New function
17897         prototype.
17898         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
17899         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
17900         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
17901         * parse.y (method_declarator:): Defined action.
17902         (issue_warning_error_from_context): input_filename saved, set to
17903         the appropriate value and restored after java_error is called.
17904         (build_unresolved_array_type): Fixed comment.
17905         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
17906         (method_header): Deal with return type the same way type are
17907         handled for fields and method's parameters and local variables
17908         types are handled.
17909         (check_method_redefinition): Removed extra CR.
17910         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
17911         (java_layout_seen_class_methods): New function.
17912         (java_layout_classes): Call java_layout_seen_class_methods.
17913
17914 1998-12-03  Per Bothner  <bothner@cygnus.com>
17915
17916         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
17917
17918 1998-12-03  Per Bothner  <bothner@cygnus.com>
17919
17920         * jcf-dump.c (main):  Fix error message.
17921         * jcf-path.c (add_entry):  Style fix.
17922
17923 1998-12-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17924
17925         * class.c (layout_class_method): Call build_java_argument_signature
17926         on constructors too.
17927         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
17928         (patch_method_invocation): Define a primary when resolving an
17929         expression name. Augmented comment on code checking illegal `this'
17930         usage. Loosened it test by accepting NEW_CLASS_EXPR.
17931
17932 1998-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17933
17934         * class.c (layout_class_method): Don't report error on non-static
17935         overriding static if the method is private.
17936         * java-tree.h (finish_class): Prototype added.
17937         * lex.c (java_get_line_col): Handle col argument -2 value.
17938         * parse.h: All static method declarations moved to parse.y.
17939         * parse.y: Now contains all static method declarations previously
17940         found in parse.h.
17941         (find_expr_with_wfl, missing_return_error,
17942         unreachable_stmt_error): New functions.
17943         (java_get_real_method_name): Identify constructors bearing class
17944         names in source code compiled classes only.
17945         (java_complete_expand_methods): Call missing_return_error.
17946         (invocation_mode): Private methods invoked as static methods.
17947         (java_complete_tree): Call unreachable_stmt_error.
17948
17949 1998-12-01  Tom Tromey  <tromey@cygnus.com>
17950
17951         * Makefile.in (+target): Removed.
17952         (+xmake_file): Likewise.
17953         (+tmake_file): Likewise.
17954         (.NOEXPORT): Removed duplicate.
17955
17956 1998-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17957
17958         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
17959
17960         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
17961
17962         * jvgenmain.c: Remove the xmalloc prototype, we get it from
17963         libiberty.h.  Provide an xmalloc definition.
17964
17965         * jvspec.c: Remove the xmalloc prototype.
17966
17967         * parse-scan.y: Include config.h and system.h.  Don't include
17968         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
17969         Provide an xstrdup definition.
17970
17971 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
17972
17973         * jcf-path.c (add_entry): Recognize ".jar" too.
17974         * lang-specs.h: Likewise.
17975
17976 1998-11-26  Per Bothner  <bothner@cygnus.com>
17977
17978         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
17979         soft_monitorenter_node, soft_monitorexit_node, throw_node.
17980
17981         * jcf-write.c (generate_bytecode_insns):
17982         Handle pre/post-increment/decrement of long.
17983
17984         * jcf-write.c (generate_bytecode_insns):
17985         Handle missing exception handler (finally for synchronized).
17986
17987 1998-11-25  Per Bothner  <bothner@cygnus.com>
17988
17989         * java-tree.h (end_params_node):  Declare global.
17990         * decl.c (end_params_node):  New global.
17991         (init_decl_processing, start_java_method):  Use end_params_node for
17992         end of list of parameter types.  Follows correct gcc conventions.
17993         * expr.c (pop_argument_types, pop_arguments):  Likewise.
17994         * lang.c (put_decl_node):  Likewise.
17995         * typeck.c (various places):  Likewise.
17996         * class.y (various places):  Likewise.
17997         * parse.y (various places):  Likewise.
17998
17999         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
18000         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
18001
18002         * class.c:  Add #include flags.h, remove no-longer needed declaration.
18003
18004         * class.c (layout_class_method):  Remove commented-out code, re-format.
18005         Don't add vtable entry (or index) for private methods.
18006         * expr.c (expand_invoke):  A private method is implicitly final.
18007         * class.c (make_class_data):  If inlining or optimizing,
18008         skip private methods.
18009
18010         * class.c (finish_class):  New function.  Calls existing methods,
18011         but alls emits deferred inline functions.
18012         * jcf-parse.c (parse_class_file):  Call finish_class.
18013         * parse.y (java_complete_expand_methods):  Likewise.
18014
18015         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
18016
18017         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
18018
18019 1998-11-25  Marc Espie <espie@quatramaran.ens.fr>
18020
18021         * jcf-write.c (generate_bytecode_conditional): Fix typo.
18022
18023 1998-11-24  Per Bothner  <bothner@cygnus.com>
18024
18025         * (generate_classfile): Always write class access flag with
18026         ACC_SUPER set.
18027
18028 1998-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18029
18030         * class.c (maybe_layout_super_class): New function.
18031         (layout_class): Reorganized. Loop on class methods dispatched into
18032         a new function. Call maybe_layout_super_class.
18033         (layout_class_methods, layout_class_method): New functions.
18034         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
18035         class.
18036         (expand_invoke): Likewise.
18037         * java-tree.h (all_class_list): New global variable declared.
18038         (layout_class_methods, layout_class_method): New function
18039         prototypes.
18040         (LAYOUT_SEEN_CLASS_METHODS): New macro.
18041         * jcf-parse.c (all_class_list): New global variable.
18042         (load_class): Extended what class_or_name can be. Use parser
18043         context mechanism to save globals before calling jcf_parse.
18044         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
18045         is set on the file name.
18046         (jcf_parse): Layout class methods when Object is loaded, otherwise
18047         record class in all_class_list for delayed method layout.
18048         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
18049         * lang.c (put_decl_node): Decode <init> into the decl context
18050         class name.
18051         * lex.c (java_allocate_new_line): Use xmalloc.
18052         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
18053         pointers, not TREE_LIST elements.
18054         (struct parser_ctxt): Fixed comment indentations, added comments
18055         and reordered some fields.
18056         (java_check_methods): Function prototype removed.
18057         * parse.y (java_push_parser_context): Use xmalloc.
18058         (java_parser_context_restore_global): Pop extra pushed ctxp only
18059         when there's nothing next.
18060         (maybe_create_class_interface_decl): Fixed comment, add new
18061         created class decl to all_class_list.
18062         (method_header): Use GET_REAL_TYPE on argument's types.
18063         (method_declarator): Use GET_REAL_TYPE, change type to the real
18064         type in TREE_LIST dependency node. Build argument list with the
18065         real type.
18066         (create_jdep_list): Use xmalloc. Removed allocation error message.
18067         (obtain_incomplete_type): Fixed leading comment. Broadened
18068         incoming argument meaning.
18069         (register_incomplete_type): Use xmalloc. Removed allocation error
18070         message.
18071         (safe_layout_class): Fixed leading comment.
18072         (jdep_resolve_class): Reversed if statement condition and switch
18073         if and else bodies.
18074         (resolve_and_layout): Fixed leading comment. Broadened incoming
18075         argument meaning.
18076         (complete_class_report_errors): New local variable name, for
18077         clarity. purify_type_name used for all error cases.
18078         (java_get_real_method_name): Stricter check on constructors.
18079         (java_check_regular_methods): Reverse methods list only if not
18080         already laid out. Layout artificial constructor.
18081         (java_check_methods): Deleted.
18082         (source_start_java_method): Obtain incomplete type for patchable
18083         method arguments.
18084         (java_layout_classes): Fixed leading comment. Use
18085         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
18086         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
18087         before returning. Fixed comments.
18088         (java_expand_classes): Check for errors up front.
18089         (patch_method_invocation): Class to search is resolved and laid
18090         out.
18091
18092 1998-11-24  Per Bothner  <bothner@cygnus.com>
18093
18094         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
18095
18096         * javaop.h (int8):  Removed - not used.
18097         (jbyte):  Redefine portably with correct signedness.
18098
18099         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
18100
18101         * jcf-write.c (generate_bytecode_insns):  Fix typo
18102         OPCODE_getstatic to OPCODE_getfield.
18103
18104         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
18105         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
18106         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
18107
18108 1998-11-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18109
18110         * jcf-parse.c (jcf_parse_source): Function returned type is
18111         void. Added prototype.
18112         (jcf_parse): Function returned type is void.
18113         (yyparse): Remove call to fclose on the last parsed file.
18114
18115         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
18116
18117 1998-11-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18118
18119         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
18120         (layout_class): Cope with methods featuring WFL in decl names.
18121         * decl.c (unqualified_object_id_node): New global variable,
18122         initialized.
18123         (build_decl_no_layout): Removed.
18124         * expr.c (build_primtype_type_ref): Handle Double.
18125         (java_lang_expand_expr): Fixed indentations.
18126         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
18127         (flag_wall, flag_redundant, flag_not_overriding,
18128         flag_static_local_jdk1_1, unqualified_object_id_node): Global
18129         variable declarations.
18130         (build_decl_no_layout): Removed prototype.
18131         (java_get_real_method_name): Added prototype.
18132         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
18133         (java_parse_abort_on_error): Macro now just returns.
18134         * jcf-parse.c (jcf_parse_source): Check fclose returned
18135         value. Call emit_register_classes if java_report_errors returns
18136         zero.
18137         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
18138         flag_static_local_jdk1_1): New integer flags.
18139         (lang_decode_option): New flags set here.
18140         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
18141         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
18142         the flag_redundant variable.
18143         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
18144         when parsing java.lang.Object class.
18145         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
18146         NULL_TREE to build.
18147         (resolve_qualified_expression_name): Fixed indentation.
18148         (patch_array_ref): Changed prototype.
18149         (not_initialized_as_it_should_p): Prototype removed.
18150         (java_report_errors): Added function prototype.
18151         * parse.y (formal_parameter:): Changed error message for not yet
18152         supported final parameters.
18153         (class_type_list:): Set both PURPOSE and VALUE of created
18154         TREE_LIST to be class_type.
18155         (primary_no_new_array:): Handle class literals on primitive types.
18156         (parse_warning_context): Reinstalled correct force_error and
18157         do_warning flags setups.
18158         (java_report_errors): Changed prototype. Return java_error_count
18159         value.
18160         (variable_redefinition_error): Consider treating variable type as
18161         a fake pointer.
18162         (create_interface): Warn about redundant abstract modifier if
18163         flag_redundant is set. Changed error message.
18164         (lookup_field_wrapper): Save/restore globals before/after looking
18165         up field.
18166         (duplicate_declaration_error_p): Consider treating declaration
18167         type as a fake pointer.
18168         (register_fields): Extract real type from dependency node. Check
18169         for duplicate field declaration after type adjustment. Use
18170         DECL_INITIAL to store static final initialized values.
18171         (method_header): Extract real function type from dependency node.
18172         (check_abstract_method_header): Use GET_METHOD_NAME.
18173         (obtain_incomplete_type): Layout fake pointer type.
18174         (safe_layout_class): Don't try to check for methods before layout.
18175         (java_complete_class): Don't check for correct throws clause
18176         elements inheritance here.
18177         (resolve_and_layout): Broadened name parameter meaning.
18178         (reset_method_name): Use GET_METHOD_NAME.
18179         (java_get_real_method_name): New function.
18180         (java_check_regular_methods): Don't check methods in
18181         java.lang.Object.  Verify lineage of throws clause elements. Use
18182         flag_no_overriding in warning report.
18183         (check_throws_clauses): Don't check if class was from
18184         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
18185         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
18186         (declare_local_variables): Use flag_static_local_jdk1_1 to report
18187         warning on unsupported final local variables. Use build_decl
18188         instead of build_decl_no_layout. Get real local variable type from
18189         dependency node.
18190         (source_start_java_method): Get real parameter type from
18191         dependency node. Call build_decl instead of build_decl_no_layout.
18192         (java_layout_classes): Reverse tree and layout type and class as
18193         required. Mark class as loaded when done.
18194         (resolve_field_access): Fixed indentation. Restricted condition
18195         leading to static field access code generation. Set field_type
18196         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
18197         (resolve_qualified_expression_name): Initialize type_found to
18198         null. Handle static field resolved during qualification. Fixed
18199         layout on non primitive field decl types.
18200         (not_accessible_p): Fixed typo in comment.
18201         (patch_method_invocation): Resolve and layout class to search from
18202         type.
18203         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
18204         layout non primitive type, if necessary. Make method node only to
18205         report errors.
18206         (find_applicable_accessible_methods_list): Consider WFL'ed method
18207         decl names. Fixed indentation.
18208         (argument_types_convertible): Resolve and layout target type if
18209         necessary.
18210         (java_complete_tree): Fixed indentation problems. Rewrote
18211         CALL_EXPR thrown exceptions check. Re-installed further processing
18212         of the assignment in certain cases.
18213         (patch_assignment): Call maybe_build_primttype_type_ref to perform
18214         inlining on class literals.
18215         (valid_builtin_assignconv_identity_widening_p): Cope with constant
18216         0 literal.
18217         (valid_method_invocation_conversion_p): Likewise.
18218         (patch_string): Temporary disable forbidden use of `this' in
18219         explicit constructor invocations when doing string concatenation
18220         within their scope.
18221         (patch_unaryop): Added comment. Reinstalled code to disable
18222         further check on assignment operation with cast expression RHS.
18223         (patch_switch_statement): Fixed indentation.
18224         (build_try_statement): Call build_decl instead of
18225         build_decl_no_layout.
18226         (patch_synchronized_statement): Likewise.
18227         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
18228         IS_UNCHECKED_EXPRESSION_P.
18229         (check_thrown_exceptions_do): Changed leading comment. Resolve and
18230         layout argument exception type.
18231         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
18232         of IS_UNCHECKED_EXPRESSION_P.
18233
18234 1998-11-18  Anthony Green  <green@cygnus.com>
18235
18236         * jcf-parse.c (yyparse): Open class file in binary mode.
18237
18238 1998-11-15  Per Bothner  <bothner@cygnus.com>
18239
18240         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
18241
18242         * jcf-write.c (perform_relocations):  Move check out one loop.
18243
18244 1998-11-15  Anthony Green  <green@hoser.cygnus.com>
18245
18246         * Make-lang.in: Fix reference to srcdir.
18247         * jv-scan.c: Add missing xmalloc prototype.
18248         * jvgenmain.c: Ditto.
18249
18250 1998-11-15  Per Bothner  <bothner@cygnus.com>
18251
18252         * decl.c (error_mark_node), java-tree.h:  New global.
18253         * parse.y:  Use empty_stmt_node instead of size_zero_node.
18254         (build_if_else_statement):  If missing else, use empty_stmt_node.
18255
18256         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
18257         (java_complete_expand_method):  Complain if return is missing.
18258         (java_check_regular_methods):  Comment out incorrect error check.
18259         (not_accessible_p):  Fix incorrect handling of protected methods.
18260         (patch_method_invocation):  Pass correct context to not_accessible_p.
18261         (find_applicable_accessible_methods_list):  Likewise.
18262         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
18263         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
18264         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
18265         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
18266
18267         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
18268         (push_int_const):  Remove reundant NOTE_PUSH.
18269         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
18270         (- case SWITCH_EXPR):  Fix code generation bug.
18271         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
18272         (generate_classfile):  More robust for abstract methods.
18273
18274 1998-11-15  Anthony Green  <green@cygnus.com>
18275
18276         * Makefile.in: jv-scan and jvgenmain all require libiberty.
18277         * Make-lang.in: Ditto.
18278
18279         * jv-scan.c: Remove xmalloc and xstrdup definitions.
18280         * jvgenmain: Ditto.
18281
18282 1998-11-15  Per Bothner  <bothner@cygnus.com>
18283
18284         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
18285
18286         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
18287
18288 1998-11-14  Per Bothner  <bothner@cygnus.com>
18289
18290         Allow uses of interface types to verify.  This is not really
18291         type-safe, but it matches what Sun does, and is OK as long as
18292         there are appropriate run-time checks.
18293         * verify.c (merge_types):  If merging two interface types,
18294         just set the result to java.lang.Object.
18295         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
18296
18297 1998-11-13  Tom Tromey  <tromey@cygnus.com>
18298
18299         * gjavah.c (main): Handle --output-class-directory argument.
18300         * jvspec.c (lang_specific_driver): Translate `-d' into
18301         -foutput-class-dir.
18302         * jcf.h (jcf_write_base_directory): Declare.
18303         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
18304         * lang-options.h: Mention -foutput-class-dir.
18305         * jcf-write.c (jcf_write_base_directory): New global.
18306         (make_class_file_name): Put generated .class file into `-d'
18307         directory, or into source directory if -d not given.  Function now
18308         static.
18309         (write_classfile): Free class file name.  Handle case where class
18310         file name is NULL.
18311         (DIR_SEPARATOR): New macro.
18312         Include <sys/stat.h>
18313
18314         * Makefile.in (prefix): New macro.
18315
18316 1998-11-12  Per Bothner  <bothner@cygnus.com>
18317
18318         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
18319         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
18320         here (done in patch_invoke instead).
18321         (case_identity):  Moved here from parse.y.
18322
18323         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
18324         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
18325         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
18326         so they can be efficiently scanned without recursion.
18327         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
18328         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
18329         in BLOCK iteratively, rather than recursively.
18330
18331         * parse.y (do_unary_numeric_promotion):  New function.
18332         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
18333
18334         * parse.y (patch_newarray):  Various fixes.
18335
18336         Re-do handling of switch statements (for proper block scoping).
18337         * parse.y:  Add just a single block for the enture switch block,
18338         but don't create any "case blocks".
18339         (group_of_labels):  Rmeoved unneeded non-terminal.
18340         CASE_EXPR and DEFAULT_EXPR are added to current block.
18341         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
18342         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
18343         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
18344         * parse.y (wfl_operator, print_int_node): Make non-static.
18345         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
18346         as part of recursive scan of block.
18347         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
18348         (patch_switch_statement):  Most tests move dinto java_complete_tree.
18349
18350         * parse.y:  Make various production be non-typed (void).
18351         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
18352         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
18353         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
18354
18355         * jcf-write.c (struct jcf_handler):  New type.
18356         (struct jcf_switch_state):  New type.
18357         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
18358         (alloc_handler, emit_unop, emit_reloc):  New functions.
18359         (adjust_typed_op):  Add extra parameter ("max type" offset).
18360         (emit_switch_reloc, emit_case-reloc):  New function.
18361         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
18362         (generate_bytecode_insns):  Support REAL_CST, switch statements,
18363         exception handling, method calls, object/array creation, and more.
18364
18365         * class.c:  Remove some unused variables.
18366         * constants.c (find_string_constant):  New function.
18367         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
18368         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
18369         if flag_emit_class_files.
18370
18371 1998-11-12  Tom Tromey  <tromey@cygnus.com>
18372
18373         * jcf-io.c (find_class): Added explanatory comment.
18374
18375         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
18376         trailing slash to `.zip' entries.
18377
18378         * jvspec.c (lang_specific_driver): Correctly handle case where
18379         GC_NAME not defined.
18380
18381 1998-11-11  Tom Tromey  <tromey@cygnus.com>
18382
18383         * jvspec.c (GC_NAME): New define.
18384         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
18385         if required.
18386         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
18387
18388 1998-11-11  Per Bothner  <bothner@cygnus.com>
18389
18390         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
18391
18392 1998-11-11  Tom Tromey  <tromey@cygnus.com>
18393
18394         * jcf-dump.c (main): Correctly recognize `--'-style long options.
18395
18396 1998-11-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18397
18398         * class.c (is_compiled_class): Call safe_layout_class for class
18399         compiled from source.
18400         * conver.h (convert_to_integer, convert_to_real,
18401         convert_to_pointer): Added prototypes.
18402         * decl.c (init_decl_processing): Non longer push the decls of
18403         `methodtable', `constants', `Class', `Field', `dispatchTable'
18404         `jexception' and `Method'.
18405         * expr.c (build_invokeinterface): New function.
18406         (expand_invoke): static variable CLASS_IDENT now in
18407         build_invokeinterface. Use build_invokeinterface.
18408         (expand_java_field_op): Moved code to inline
18409         java.lang.PRIMTYPE.TYPE into a function.
18410         (build_primtype_type_ref): New function.
18411         * java-tree.def (INSTANCEOF_EXPR): New tree code.
18412         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
18413         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
18414         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
18415         (DECL_LOCAL_STATIC_VALUE): New macro.
18416         (build_invokeinterface, build_primtype_type_ref): New function
18417         prototypes.
18418         (java_parse_abort_on_error): Macro rewritten.
18419         * jcf-parse.c (current_method): Add comment to declaration.
18420         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
18421         Function prototypes fixed.
18422         (jcf_parse_source): push/pop parser context. save/restore global.
18423         (parse_source_file): Fixed leading comment. Now take a
18424         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
18425         classes and pop the parser context anymore.
18426         (yyparse): Push parser context, save globals, parse the source
18427         file, restore globals and pop the parser context when processing a
18428         source file.
18429         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
18430         * lex.c (java_parse_doc_section): New function.
18431         (java_lex): Call java_parse_doc_section when appropriate. Build an
18432         operator around INSTANCEOF_TK.
18433         * lex.h (java_lineterminator, java_sprint_unicode,
18434         java_unicode_2_utf8, java_lex_error, java_store_unicode):
18435         Prototypes rewritten.
18436         (java_parse_escape_sequence, java_letter_or_digit_p,
18437         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
18438         java_read_unicode, java_store_unicode, java_read_char,
18439         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
18440         Added function prototypes.
18441         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
18442         define.
18443         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
18444         New macros
18445         (struct parser_ctxt): New fields: deprecated,
18446         current_parsed_class_un, gclass_list.
18447         (fix_method_argument_names, issue_warning_error_from_context,
18448         resolve_package, lookup_package_type): New function prototypes.
18449         (resolve_expression_name): Fixed function prototype.
18450         (find_applicable_accessible_methods_list): Fixed indentation, added
18451         extra argument in prototype.
18452         (check_final_assignment, build_null_of_type, check_deprecation,
18453         check_method_redefinition, reset_method_name,
18454         java_check_regular_methods, java_check_abstract_methods,
18455         maybe_build_primttype_type_ref): New function prototype.
18456         * parse.y (conver.h): Include.
18457         (INSTANCEOF_TK): Tagged <operator>.
18458         (single_type_import_declaration): Use REGISTER_IMPORT macro.
18459         (relational_expression:): Build binop for instanceof.
18460         (java_push_parser_context): Remember ctxp->gclass_list across
18461         contexts.
18462         (java_pop_parser_context): Simply return if no context
18463         exists. Remember gclass_list across contexts.
18464         (issue_warning_error_from_context): New function.
18465         (parse_error_context): Don't setup ctxp->elc here. Call
18466         issue_warning_error_from_context instead.
18467         (parse_warning_context): Likewise.
18468         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
18469         setup. Link new class/interface to ctxp->gclass_list.
18470         (add_superinterfaces): Register interface as incomplete if not
18471         loaded.
18472         (create_class): Remember class unqualified name in
18473         ctxp->current_parsed_class_un. Check class deprecation.
18474         (register_fields): Check field deprecation. Remember static final
18475         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
18476         processing INIT.
18477         (method_header): New local variable ORIG_ARG. Use unqualified
18478         current class name for check on constructor errors. Promote return
18479         type if of record type. Argument list fix moved in
18480         fix_method_argument_names, called here. Check method deprecation.
18481         (fix_method_argument_names): New function.
18482         (method_declarator): Promote record typed arguments.
18483         (safe_layout_class): Check class methods before layout.
18484         (java_complete_class): Compute field layout when patched.
18485         (do_resolve_class): Try to load class after having it renamed
18486         after the package name.
18487         (get_printable_method_name): Use DECL_CONTEXT.
18488         (reset_method_name): New function.
18489         (check_method_redefinition): Use reset_method_name.
18490         (java_check_regular_methods): New local variable
18491         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
18492         names for error report. Check for compile-time error when method
18493         found has default (package) access.
18494         (java_check_abstract_methods): Now takes an interface DECL node as
18495         an argument. Also reinstall real name on unchecked
18496         overriding/hiding methods for error report.
18497         (java_check_methods): Fixed leading comment. Get classes to verify
18498         from ctxp->gclass_list. Use CHECK_METHODS macro and set
18499         CLASS_METHOD_CHECKED_P on class verification.
18500         (lookup_java_method2): Get real method name if necessary.
18501         (find_in_imports): Don't check package class access here.
18502         (resolve_package, lookup_package_type): New functions.
18503         (java_layout_classes): Fixed leading comment. Take classes to be
18504         laid out from ctxp->gclass_list.
18505         (java_complete_expand_methods): Don't expand native and abstract
18506         methods.
18507         (java_expand_classes): New function.
18508         (resolve_expression_name): Use additional argument ORIG.  Retrieve
18509         values of static final field of primitive types.
18510         (resolve_field_access): Handles static final field of promotive
18511         type.
18512         (resolve_qualified_expression_name): Handle STRING_CST as
18513         primaries and package name resolution. Check deprecation on found
18514         decls. Set where_found and type_found on non static field resolved
18515         during qualification. Layout non primitive field decl types.
18516         (check_deprecation): New function.
18517         (maybe_access_field): Simplified.
18518         (patch_method_invocation_stmt): Local variable CLASS_TYPE
18519         removed. Reverse method's argument when primary is a type. Don't
18520         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
18521         instead. Include abstract class in the list of class searchable
18522         for constructors. Use DECL_CONTEXT of found method for access
18523         checks. Check method deprecation.
18524         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
18525         converting arguments. Handle INVOKE_INTERFACE.
18526         (lookup_method_invoke): Search constructor using existing
18527         infrastructure (don't rely on lookup_java_constructor anymore).
18528         (find_applicable_accessible_methods_list): Extra argument flag
18529         LC. Now include constructor in the search.
18530         (qualify_ambiguous_name): Conditional expression are primaries.
18531         (not_initialized_as_it_should_p): static final are always
18532         initialized.
18533         (java_complete_tree): Pass extra NULL argument to
18534         resolve_expression_name. Stricter test to carry on patching
18535         assignments. New case for INSTANCEOF_EXPR.
18536         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
18537         (check_final_assignment, maybe_build_primttype_type_ref): New
18538         functions.
18539         (patch_assignment): Detect resolved static finals and carry normal
18540         assignment error check on them. Inline PRIMTYPE.TYPE read access.
18541         (try_builtin_assignconv): Access constant 0 on all primitive
18542         types.
18543         (valid_builtin_assignconv_identity_widening_p): Accept identical
18544         types. Accept all promoted type on int type.
18545         (valid_ref_assignconv_cast_p): Accept a null pointer to be
18546         assigned to a reference.
18547         (valid_method_invocation_conversion_p): Accept to check null
18548         pointers.
18549         (build_binop): Merge declaration and initialization of local
18550         variable BINOP.
18551         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
18552         numeric types. Improved validity test for qualify operators on
18553         references.
18554         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
18555         and PREINCREMENT_EXPR. Also detect resolved static finals of a
18556         primitive type and issue the appropriate error message.
18557         (resolve_type_during_patch): Mark class loaded when resolved.
18558         (patch_cast): Allow null to be cased to reference types.
18559         (build_null_of_type): New function.
18560         (patch_array_ref): Handle array on references correctly.
18561         (patch_return): Removed unused local variable MODIFY. Force
18562         boolean to be returned as integers. Allows null to be returned by
18563         a function returning a reference.
18564         * typeck.c (convert_to_integer, convert_to_real,
18565         convert_to_pointer): Prototypes moved to convert.h
18566         (lookup_argument_method): Use method real name, if necessary.
18567
18568 1998-10-30  Tom Tromey  <tromey@cygnus.com>
18569
18570         * class.c (build_class_ref): Changed name of primitive classes to
18571         start with `_Jv_'.
18572
18573         * class.c (make_class_data): Renamed fields: nmethods to
18574         method_count, method_count to dtable_method_count.  Always set
18575         `state' field to 0.
18576         * decl.c (init_decl_processing): Likewise.
18577
18578 1998-10-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18579
18580         * class.c (layout_class): Don't mangle <finit>, produce
18581         __finit<class> instead. Don't verify artificial methods.
18582         * decl.c (finit_identifier_node): New declared global.
18583         (init_decl_processing): finit_identifier_node initialized.
18584         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
18585         * java-tree.h (finit_identifier_node): Declared as extern.
18586         (struct lang_decl): New field called_constructor.
18587         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
18588         (CLASS_HAS_FINIT_P): New macro.
18589         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
18590         explicit constructor invocation.
18591         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
18592         CALL_SUPER_CONSTRUCTOR_P): New macros.
18593         (write_classfile): Added prototype.
18594         * jcf-parse.c (jcf_parse_source): Parse and remember for
18595         generation if the file was seen on the command line.
18596         (parse_source_file): Don't write the class file here.
18597         (yyparse): Loop on files rewritten. Set current_jcf.
18598         (parse_zip_file_entries): Parse class file only if it was found.
18599         * lang.c (init_parse): Don't open command line provided filename
18600         here.
18601         (lang_parse): Don't set main_jcf anymore.
18602         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
18603         (JCONSTRUCTOR_CHECK): New macro.
18604         (JBSC_TYPE_P): New macro.
18605         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
18606         (COMPLETE_CHECK_OP_2): New macro.
18607         (struct parse_ctxt): New field explicit_constructor_p.
18608         (check_class_interface_creation): Fixed prototype indentation.
18609         (patch_method_invocation_stmt): Prototype reflects added argument.
18610         (patch_invoke): Likewise.
18611         (complete_method_declaration, build_super_invocation,
18612         verify_constructor_circularity,
18613         build_this_super_qualified_invocation, get_printable_method_name,
18614         patch_conditional_expr, maybe_generate_finit, fix_constructors,
18615         verify_constructor_super, create_artificial_method,
18616         start_artificial_method_body, end_artificial_method_body,
18617         generate_field_initialization_code): New function prototypes.
18618         * parse.y: Fixed leading comment
18619         (constructor_header:, constructor_body:, block_end:): Rules tagged
18620         <node>.
18621         (type_declaration:): Call maybe_generate_finit.
18622         (method_declaration:): Action for method_body: placed in new
18623         function complete_method_declaration, called here.
18624         (constructor_declaration:): Defined actions. Removed leading
18625         FIXME.
18626         (constructor_header:): New rule with action.
18627         (constructor_body:): Rule rewritten using block_begin: and
18628         block_end:. Defined actions.
18629         (constructor_declarator:, explicit_constructor_invocation:):
18630         Defined actions.
18631         (block:): Use new rules block_begin: block_end:.
18632         (block_begin:, block_end:): New rules and actions.
18633         (block_statements:): Fixed error message for explicit
18634         constructors.
18635         (method_invocation:): Call build_this_super_qualified_invocation
18636         if primary is `this' or `super' was seen.
18637         (conditional_expression:): Action defined.
18638         (extra_ctxp_pushed_p): New static global flag.
18639         (java_parser_context_save_global): Create parser context if
18640         necessary. Use extra_ctxp_pushed_p to remember it.
18641         (java_parser_context_restore_global): Pop extra parser context if
18642         one exists.
18643         (build_array_from_name): Array on primitive types are marked
18644         loaded.
18645         (register_fields): Restore new name in field initializer
18646         expression if type was altered. Non static fields initialized upon
18647         declaration marked initialized.
18648         (maybe_generate_finit): New function.
18649         (maybe_generate_clinit): Use create_artificial_method,
18650         start_artificial_method_body, end_artificial_method_body. Generate
18651         debug info for enclosed initialization statements.
18652         (method_header): Fixed leading comment. Check constructor
18653         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
18654         accordingly.
18655         (complete_method_declaration, constructor_circularity_msg,
18656         verify_constructor_circularity): New functions.
18657         (get_printable_method_name): New function.
18658         (check_method_redefinition): Don't rename <finit> methods. Fix
18659         declared constructor names. Error message for
18660         constructors modified.
18661         (java_check_regular_methods): Local variable seen_constructor
18662         renamed saw_constructor. Skip verification on constructors. Create
18663         default constructor with create_artificial_method.
18664         (java_check_methods): Removed unnecessary empty line.
18665         (create_artificial_method, start_artificial_method_body,
18666         end_artificial_method_body): New functions.
18667         (java_layout_classes): Changed leading comment. Reverse fields
18668         list if necessary. Always layout java.lang.Object if being
18669         defined.
18670         (java_complete_expand_methods): Verify constructor circularity.
18671         (java_complete_expand_method): Call fix_constructor on
18672         constructors.  Local variable no_ac_found removed. Restore
18673         bindings if method body expansion failed.
18674         (fix_constructors, verify_constructor_super,
18675         generate_field_initialization_code): New function.
18676         (java_expand_classes): Fixed leading comment. Write class file
18677         here.
18678         (resolve_expression_name): Check for illegal instance variable
18679         usage within the argument scope of an explicit constructor
18680         invocation.
18681         (resolve_qualified_expression_name): Pass extra from_super flag
18682         when invoking patch_method_invocation_stmt. New case for
18683         conditional expression when used as a primary. Check for error
18684         when acquiring super.
18685         (patch_method_invocation_stmt): Added extra argument super. New
18686         local variable is_static_flag. Set class_to_search according to
18687         the nature of the constructor invocation. Don't add `this'
18688         argument when expanding NEW_CLASS_EXPR. Check for illegal method
18689         invocation within the argument scope of explicit constructor
18690         invocation. Set is_static according to is_static_flag. Provide
18691         extra `super' argument to patch_invoke invocation.
18692         (patch_invoke): New argument from_super. Loop on arguments
18693         indentation fixed. Pass from_super to invocation_mode. New switch
18694         case INVOKE_SUPER. Fixed error message in switch default case.
18695         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
18696         value.
18697         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
18698         (lookup_method_invoke): Fixed prototypes in candidates list. Error
18699         message takes constructors into account.
18700         (find_applicable_accessible_methods_list): Fixed indentation.
18701         (qualify_ambiguous_name): Take explicit constructor invocation
18702         into account. Deal with a conditional expression as a primary to
18703         a method call.
18704         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
18705         case. Added extra argument to patch_method_invocation_stmt.
18706         Register calls made to explicit constructor `this'. Don't call
18707         save_expr in ARRAY_REF case when emitting class files. Check for
18708         illegal use of this when expanding explicit constructor invocation
18709         arguments.
18710         (complete_function_arguments): Set and reset parser context
18711         explicit_constructor_p field value when appropriate.
18712         (build_super_invocation, build_this_super_qualified_invocation):
18713         New functions.
18714         (patch_assignment): Fixed typo.
18715         (patch_unaryop): Check on final fields occurs only when a decl
18716         exits.
18717         (patch_return): Take constructors into account.
18718         (patch_conditional_expr): New function.
18719         * typeck.c (build_java_signature): Removed unnecessary empty line.
18720
18721 1998-10-28  Jeffrey A Law  (law@cygnus.com)
18722
18723         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
18724
18725 1998-10-28  Tom Tromey  <tromey@cygnus.com>
18726
18727         * decl.c (init_decl_processing): Renamed fields.
18728         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
18729         interface_len, msize fields.
18730
18731         * class.c (make_class_data): Removed subclass_head and
18732         subclass_next fields.
18733         * decl.c (init_decl_processing): Removed subclass_head and
18734         subclass_next fields.
18735
18736 1998-10-28  Jeffrey A Law  (law@cygnus.com)
18737
18738         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
18739         * mangle.c (emit_unicode_mangled_name): Similarly.
18740
18741 1998-10-26  Nick Clifton  <nickc@cygnus.com>
18742
18743         * jcf-parse.c (get_constant): Place braces around code to compute
18744         'd' when REAL_ARITHMETIC is not defined.
18745
18746 1998-10-25  H.J. Lu  (hjl@gnu.org)
18747
18748         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
18749         dependency.
18750
18751 1998-10-23  Tom Tromey  <tromey@cygnus.com>
18752
18753         * lang-specs.h: `.zip' files are input to jc1.
18754
18755 1998-10-22  Per Bothner  <bothner@cygnus.com>
18756
18757         * jvspecs.c:  Add (but don't enable) support for combining multiple
18758         .class and .java input filenames to a single jc1 invocation.
18759         Add support for -C flag (copile to .class files).
18760         Translate -classpath and -CLASSPATH arguments.
18761         * lang-specs.h:  Don't set %2 spec.
18762
18763 1998-10-22  Tom Tromey  <tromey@cygnus.com>
18764
18765         * jcf-path.c (add_entry): Don't add trailing separator if entry is
18766         a .zip file.
18767         (add_path): Don't add trailing separator to non-empty path
18768         elements.
18769
18770         * lang.c (lang_decode_option): Check for -fclasspath and
18771         -fCLASSPATH before examining other `-f' options.
18772
18773         * java-tree.h (finalize_identifier_node): Don't declare.
18774         * class.c (make_class_data): Don't push "final" field.
18775         * decl.c (init_decl_processing): Don't push "final" field.
18776         (finalize_identifier_node): Removed.
18777         (init_decl_processing): Don't set finalize_identifier_node.
18778
18779         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
18780
18781 1998-10-11  Anthony Green  <green@cygnus.com>
18782
18783         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
18784         (JV_SCAN_SOURCES): New macro.
18785         (JCF_DUMP_SOURCES): Likewise.
18786         (jcf-dump$(exeext)): New target.
18787         (jv-scan$(exeext)): New target.
18788
18789 1998-10-22  Tom Tromey  <tromey@cygnus.com>
18790
18791         * Makefile.in (LEX): Removed.
18792         (LEXFLAGS): Likewise.
18793         (SET_BISON): New macro.
18794         (BISON): Removed.
18795         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
18796         spurious diffs in parse.c.
18797         ($(PARSE_SCAN_C)): Likewise.
18798         (PARSE_DIR): New macro.
18799         (PARSE_C): Use it.
18800         (PARSE_SCAN_C): Likewise.
18801         (PARSE_RELDIR): New macro.
18802
18803         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
18804
18805         * jcf-io.c (find_class): Use saw_java_source to determine when to
18806         look for `.java' file.
18807         * jcf-parse.c (saw_java_source): New global.
18808         (yyparse): Set it if `.java' file seen.
18809
18810         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
18811         (GCJH_SOURCES): Likewise.
18812         * Makefile.in (datadir): New macro.
18813         (libjava_zip): Likewise.
18814         (JAVA_OBJS): Added jcf-path.o.
18815         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
18816         (../gcjh$(exeext)): Likewise.
18817         (jcf-path.o): New target.
18818         * java-tree.h (fix_classpath): Removed decl.
18819         * jcf-parse.c (fix_classpath): Removed.
18820         (load_class): Don't call fix_classpath.
18821         * parse.y (read_import_dir): Don't call fix_classpath.
18822         * lex.h: Don't mention classpath.
18823         * lex.c (java_init_lex): Don't initialize classpath.
18824         * jcf-io.c (classpath): Removed global.
18825         (find_class): Use jcf_path iteration functions.  Correctly search
18826         class path for .java file.
18827         (open_in_zip): New argument `is_system'.
18828         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
18829         classpath-related options.
18830         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
18831         and -I.
18832         (lang_init): Call jcf_path_init.
18833         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
18834         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
18835         Correctly put braces around second string in each entry.
18836         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
18837         classpath-related options.
18838         (help): Updated for new options.
18839         * jcf.h: Declare functions from jcf-path.c.  Don't mention
18840         `classpath' global.
18841         * jcf-path.c: New file.
18842
18843         * jcf-depend.c: Include jcf.h.
18844
18845         * jcf-write.c (localvar_alloc): Returns `void'.
18846         (localvar_free): Removed unused variable.
18847
18848         * lang.c (OBJECT_SUFFIX): Define if not already defined.
18849         (init_parse): Use OBJECT_SUFFIX, not ".o".
18850
18851 1998-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18852
18853         * class.c (emit_register_classes): Renamed from
18854         emit_register_class.
18855         * java-tree.h (emit_register_classes): Prototype renamed from
18856         emit_register_class.
18857         * jcf-parse.c (yyparse): Call emit_register_classes once before
18858         returning.
18859         * parse.y (java_expand_classes): No longer register classes.
18860
18861 1998-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18862
18863         * class.c (is_compiled_class): New local variable
18864         seen_in_zip. Identify classes found in currently compiled source
18865         file(s).
18866         * decl.c (complete_start_java_method): Fixed typo.
18867         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
18868         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
18869         (CLASS_P): Moved around.
18870         (java_parse_abort_on_error): Macro moved from jcf-parse.c
18871         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
18872         java-tree.h
18873         (jcf_parse_source): Changed leading comment. Removed unnecessary
18874         fclose and CLASS_FROM_SOURCE_P marking.
18875         (parse_source_file): New local variables remember_for_generation
18876         and filename. Mark parsed file name identifier node. Removed block
18877         executed when parse_only was null. Set remember_for_generation.
18878         Use it as an argument to java_pop_parser_context.
18879         (yyparse): New local variables several_files, list, next node and
18880         current_file_list. Split ampersand separated file names into
18881         current_file_list. Iterate through the list and parse accordingly.
18882         * parse.h (java_pop_parser_context): New function prototype.
18883         * parse.y (ctxp_for_generation): New static global variable.
18884         (java_pop_parser_context): New argument generate. Link popped ctxp
18885         to ctxp_for_generation list accordingly.
18886         (java_complete_expand_methods): Fixed indentation.
18887         (java_expand_classes): New function.
18888
18889 1998-10-17  Per Bothner  <bothner@cygnus.com>
18890
18891         * Makefile.in:  Link with libiberty.a instead of memmove.o.
18892
18893 1998-10-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18894
18895         * lex.c (setjmp.h): No longer included.
18896         * lex.h (setjmp.h): Included.
18897         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
18898         (duplicate_declaration_error_p): Renamed from
18899         duplicate_declaration_error.
18900         (build_array_from_name): New function prototype.
18901         * parse.y (setjmp.h): No longer included.
18902         (variable_declarator_id): Define action.
18903         (build_array_from_name): New function.
18904         (duplicate_declaration_error_p): Renamed from
18905         duplicate_declaration_error.  Fixed leading comment.
18906         (register_fields): Main `for' loop reorganized. Uses
18907         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
18908         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
18909         build_array_from_name.
18910         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
18911         types.
18912         (read_import_dir): Don't try to skip `.' and `..'.
18913         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
18914         build_array_from_name. Main `for' loop reorganized.
18915         (resolve_qualified_expression_name): When building access to a
18916         field, use the type where the field was found, not its own type.
18917         (maybe_access_field): Use field DECL_CONTEXT if the type where the
18918         field was found is null.
18919         (qualify_ambiguous_name): Sweep through all successive array
18920         dimensions.
18921
18922 1998-10-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18923
18924         * java-tree.h (pop_labeled_block, lang_printable_name,
18925         maybe_add_interface, set_super_info, get_access_flags_from_decl,
18926         interface_of_p, inherits_from_p, fix_classpath,
18927         complete_start_java_method, emit_handlers, init_outgoing_cpool,
18928         make_class_data, register_class, alloc_name_constant): New
18929         function prototypes.
18930         * lang.c (lang_decode_option): Set argc argument unused. Fixed
18931         indentation. Added cast to remove warning.
18932         (lang_printable_name): Set v argument unused.
18933         (lang_print_error): Added argument to lang_printable_name call.
18934         (java_dummy_print, print_lang_decl, print_lang_type,
18935         print_lang_identifier, lang_print_xnode): All argument marked
18936         unused.
18937         * lex.c (java_unget_unicode): Removed unnecessary argument.
18938         (java_allocate_new_line): Unused local variable is gone.
18939         (java_read_char): Added parenthesis in expressions to remove
18940         warnings.  Added final return statement.
18941         (java_read_unicode): Added parenthesis in expression to remove
18942         warning.
18943         (java_parse_end_comment): Fixed java_unget_unicode invocation.
18944         (java_parse_escape_sequence): Likewise.
18945         (java_lex): Unused local variables are gone. Fixed
18946         java_unget_unicode invocation.
18947         * lex.h (set_float_handler): Prototype added when JC1_LITE not
18948         defined.
18949         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
18950         lang_printable_name invocation in macro.
18951         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
18952         Likewise.
18953         (duplicate_declaration_error): Suppressed unused argument in
18954         prototype.
18955         (identical_subpath_p): Function declaration is gone.
18956         (patch_invoke): Suppressed unused argument in prototype.
18957         (patch_cast, build_labeled_block, check_thrown_exceptions):
18958         Likewise.
18959         * parse.y (setjmp.h): Included
18960         (toplev.h): Likewise.
18961         (field_declaration:): Suppressed unused local
18962         (label_decl:): Fixed build_labeled_block invocation.
18963         (java_pop_parser_context): Put extra parenthesis around assignment
18964         in if.
18965         (yyerror): Suppressed unused local variables.
18966         (variable_redefinition_error): Fixed lang_printable_name
18967         invocation.
18968         (create_interface): Suppressed unused local variables.
18969         (create_class): Likewise.
18970         (duplicate_declaration_error): Suppressed unused argument. Fixed
18971         lang_printable_name invocation.
18972         (register_fields): Suppressed unused local variable. Fixed
18973         duplicate_declaration_error invocation.
18974         (method_header): Suppressed unused local variable.
18975         (method_declarator, parser_check_super): Likewise.
18976         (java_complete_class): Suppressed unused local variable. Fixed
18977         fatal error message.
18978         (complete_class_report_errors): Added default: in switch.
18979         (java_check_regular_methods): Fixed lang_printable_name
18980         invocations.
18981         (check_throws_clauses): Likewise.
18982         (java_check_abstract_methods): Suppressed unused local
18983         variable. Fixed lang_printable_name invocation.
18984         (read_import_entry): Added supplemental return statement.
18985         (read_import_dir): Suppressed unused local variables.
18986         (check_pkg_class_access, declare_local_variables): Likewise.
18987         (source_start_java_method): Suppressed unused extern variable
18988         declarations
18989         (expand_start_java_method): Suppressed unused extern and local
18990         variable declarations.
18991         (java_complete_expand_methods): Likewise.
18992         (java_complete_expand_method): Suppressed unused local variables.
18993         (make_qualified_name): Likewise.
18994         (resolve_qualified_expression_name): Added default: in
18995         switch. Fixed lang_printable_name invocation.
18996         (class_instance_creation_expression): Added parenthesis around
18997         expressions.
18998         (patch_method_invocation_stmt): Fixed lang_printable_name and
18999         patch_invoke invocations.
19000         (check_for_static_method_reference): Fixed lang_printable_name
19001         invocation.
19002         (patch_invoke): Suppressed unused arguments and local variables.
19003         (lookup_method_invoke): Suppressed unused local variables.
19004         (qualify_ambiguous_name): Added default: in switch.
19005         (identical_subpath_p): Function removed.
19006         (patch_assignment): Suppressed unused local variables. Suppressed
19007         unnecessary if statement. Fixed lang_printable_name invocations.
19008         (try_builtin_assignconv): Fixed lang_printable_name invocations.
19009         (valid_ref_assignconv_cast_p): Parenthesis around
19010         expression. Suppressed unused local variables.
19011         (build_binop): Suppressed unused local variables. fixed
19012         lang_printable_name invocations.
19013         (string_constant_concatenation): Suppressed unused local
19014         variables.
19015         (patch_unaryop): Fixed lang_printable_name invocation.
19016         (patch_cast): Suppressed unnecessary argument. Fixed
19017         lang_printable_name invocation.
19018         (patch_array_ref): Fixed lang_printable_name invocation.
19019         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
19020         (build_labeled_block): Suppressed unused argument.
19021         (generate_labeled_block): Fixed build_labeled_block invocation.
19022         (build_loop_body): Suppressed unused local variables.
19023         (patch_loop_statement): Likewise.
19024         (patch_exit): Fixed lang_printable_name invocation.
19025         (patch_switch_statement): Likewise.
19026         (case_identity): First argument marked unused.
19027         (patch_try_statement): Fixed lang_printable_name invocations.
19028         (patch_synchronized_statement, patch_throw_statement): Likewise.
19029         (check_thrown_exceptions): Fixed check_thrown_exceptions and
19030         lang_printable_name invocations.
19031         (check_thrown_exceptions_do): Suppressed unused argument.
19032
19033 1998-10-14  Tom Tromey  <tromey@cygnus.com>
19034
19035         * jcf-write.c (write_classfile): Add output class file as target.
19036         * lang-options.h: Added -MD, -MMD, -M, and -MM.
19037         * jcf.h: Added declarations for dependency-tracking functions.
19038         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
19039         * lang.c (lang_decode_option): Recognize -MD and -MMD.
19040         (finish_parse): Call jcf_dependency_write.
19041         (dependency_tracking): New global.
19042         (DEPEND_SET_FILE): New define.
19043         (DEPEND_ENABLE): New define.
19044         (init_parse): Enable dependency tracking if required.
19045         Include "flags.h".
19046         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
19047         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
19048         (../gcjh$(exeext)): Likewise.
19049         (jcf-depend.o): New target.
19050         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
19051         (GCJH_SOURCES): Likewise.
19052         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
19053         dep_name argument.
19054         (find_classfile): Added dep_name argument.
19055         (find_class): Compute name of dependency.
19056         (open_in_zip): Call jcf_dependency_add_file.
19057         * gjavah.c (output_file): No longer global.
19058         (usage): Don't mention "gjavah".
19059         (help): Likewise.
19060         (java_no_argument): Likewise.
19061         (version): Likewise.
19062         (main): Recognize and handle -M family of options.
19063         (print_mangled_classname): Return is void.
19064         (process_file): Handle case where output is suppressed.
19065         (HANDLE_END_FIELD): Likewise.
19066         (HANDLE_METHOD): Likewise.
19067         * jcf-depend.c: New file.
19068
19069 1998-10-13  Jeffrey A Law  (law@cygnus.com)
19070
19071         * java-tree.def: Add missing newline at EOF.
19072
19073 1998-10-13  Tom Tromey  <tromey@cygnus.com>
19074
19075         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
19076         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
19077         function.
19078         Include <config.h> and "system.h".
19079         (disassemble_method): Undefine RET to avoid clash with
19080         config/i386/i386.h.
19081
19082 1998-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19083
19084         * decl.c (runtime_exception_type_node, error_exception_type_node):
19085         New global variables.
19086         (init_decl_processing): Initialized.
19087         * expr.c (java_lang_expand_expr): Set caught exception type to
19088         null if catch handler argument doesn't exit.
19089         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
19090         tree codes.
19091         * java-tree.h (runtime_exception_type_node,
19092         error_exception_type_node): Global variables declared.
19093         (DECL_FUNCTION_THROWS): New macro.
19094         (DECL_FUNCTION_BODY): Modified comment.
19095         (DECL_SPECIFIC_COUNT): Likewise.
19096         (struct lang_decl): New field throws_list.
19097         (IS_UNCHECKED_EXPRESSION_P): New macro.
19098         * lex.c (java_lex): Generate location information for THROW_TK.
19099         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
19100         EXCEPTIONS_P): New macros.
19101         (enum jdep_code): New value JDEP_EXCEPTION.
19102         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
19103         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
19104         PATCH_METHOD_RETURN_ERROR): New macros.
19105         (patch_method_invocation_stmt): Added new argument to prototype.
19106         (patch_synchronized_statement, patch_throw_statement,
19107         check_thrown_exceptions, check_thrown_exceptions_do,
19108         purge_unchecked_exceptions, check_throws_clauses): New function
19109         prototypes.
19110         * parse.y Fixed typo in keyword section.
19111         (throw:): Rule tagged <node>.
19112         (THROW_TK): Keyword tagged <operator>.
19113         (method_header:): Last argument to call to method_header passed
19114         from throws: rule.
19115         (throws:, class_type_list:, throw_statement:,
19116         synchronized_statement:, synchronized:): Defined actions.
19117         (method_header): New local variable current. Register exceptions
19118         from throws clause.
19119         (java_complete_tree): Complete and verify exceptions from throws
19120         clause.
19121         (complete_class_report_errors): Error message on exceptions not
19122         found
19123         (java_check_regular_methods): Fixed typo. Shortcut on private
19124         overriding methods. Changed error message on method
19125         redefinition. Check for throws clause compatibility.
19126         (check_throws_clauses): New function.
19127         (java_check_abstract_methods): Use DECL_NAME for wfl or current
19128         method. Changed error message on method redefinition.
19129         (currently_caught_type_list): New static variable.
19130         (java_complete_expand_methods): Purge unchecked exceptions from
19131         throws clause list. Call PUSH_EXCEPTIONS before walk and
19132         POP_EXCEPTIONS after.
19133         (resolve_qualified_expression_name): Pass new argument as NULL to
19134         patch_method_invocation_stmt.
19135         (patch_method_invocation_stmt): New argument ref_decl. Invoke
19136         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
19137         argument list when appropriate. Use new argument if non null to
19138         store selected method decl.
19139         (patch_invoke): Convert if necessary args of builtin types before
19140         forming CALL_EXPR. Argument list no longer reversed here.
19141         (invocation_mode): Treat final methods as static methods.
19142         (java_complete_tree): New cases for THROW_EXPR: and
19143         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
19144         function call.
19145         (complete_function_arguments): No more RECORD_TYPE
19146         conversion. Function parameter nodes no longer saved.
19147         (valid_ref_assignconv_cast_p): Avoid handling null type.
19148         (patch_binop): Fixed null constant reference handling.
19149         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
19150         BUILD_THROW macros.
19151         (patch_try_statement): Fixed comments. Record caught types in
19152         list, push the list, expand try block and pop the list.
19153         (patch_synchronized_statement, patch_throw_statement,
19154         check_thrown_exceptions, check_thrown_exceptions_do,
19155         purge_unchecked_exceptions): New functions.
19156         * typeck.c (lookup_argument_method): Allow WFL in place of method
19157         DECL_NAME during method definition check
19158
19159 1998-10-09  Tom Tromey  <tromey@cygnus.com>
19160
19161         * gjavah.c (decode_signature_piece): New function.
19162         (print_c_decl): Use it.  Added `name_override' argument.
19163         (print_method_info): Use name_override argument to print_c_decl.
19164         (seen_fields): Removed.
19165         (print_field_info): Don't update seen_fields.
19166         (struct method_name): New structure.
19167         (method_name_list): New global.
19168         (print_method_info): Add new method to list of methods.
19169         (name_is_method_p): New function.
19170         (print_field_info): If field name has same name as method, then
19171         change field name.
19172         (process_file): Parse methods before fields.
19173         (field_pass): New global.
19174         (HANDLE_END_FIELD): Take field_pass into account.
19175
19176 1998-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19177
19178         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
19179         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
19180
19181 1998-10-03  Anthony Green  <green@cygnus.com>
19182
19183         * jvspec.c: Fix bug in jvgenmain_spec patch.
19184
19185 1998-10-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19186
19187         * Makefile.in (lang.o:): Install dependency on java-tree.def.
19188         * decl.c (soft_exceptioninfo_call_node): New global variable.
19189         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
19190         takes extra integer argument. soft_exceptioninfo_call_node
19191         initialized.
19192         * except.c (java_set_exception_lang_code): New function
19193         (method_init_exceptions): Called here.
19194         (prepare_eh_table_type): New function.
19195         (expand_end_java_handler): Called here.
19196         * expr.c (build_java_throw_out_of_bounds_exception): Now features
19197         one argument. Modified generation of call to
19198         soft_badarrayindex_node to use new argument.
19199         (build_java_arrayaccess): Pass faulty index value to
19200         build_java_throw_out_of_bounds_exception.
19201         (generate_name): New function.
19202         (java_lang_expand_expr): New local variables node, current,
19203         has_finally_p. Expand TRY_EXPR node.
19204         (process_jvm_instruction): Replace top of the stack with thrown
19205         object reference when entering exception handler.
19206         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
19207         specific tree codes.
19208         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
19209         global.
19210         (DECL_SPECIFIC_COUNT): New macro.
19211         (prepare_eh_table_type, java_set_exception_lang_code,
19212         generate_name): New function declarations.
19213         (match_java_method): Declaration deleted.
19214         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
19215         macros.
19216         * lex.c (TRY_TK, CATCH_TK): Generate location information.
19217         * parse.h (redefinition_error, refine_accessible_methods_list,
19218         can_cast_to_p): Function declaration removed.
19219         (classitf_redefinition_error, variable_redefinition_error,
19220         parse_jdk1_1_error, find_applicable_accessible_methods_list,
19221         find_most_specific_methods_list, argument_types_convertible,
19222         enter_a_block, valid_builtin_assignconv_identity_widening_p,
19223         valid_cast_to_p, valid_method_invocation_conversion_p,
19224         try_reference_assignconv, add_stmt_to_compound,
19225         build_jump_to_finally, build_tree_list, patch_try_statement,
19226         java_get_catch_block): New function declarations.
19227         * parse.y (string_buffer_type): Global variable deleted.
19228         (group_of_labels, catches, catch_clause, catch_clause_parameter,
19229         finally): Rules tagged <node>.
19230         (TRY_TK, CATCH_TK): Token tagged <operator>.
19231         (class_body_declaration:, class_member_declaration:,
19232         formal_parameter:, explicit_constructor_invocation:,
19233         interface_member_declaration:, constant_declaration:,
19234         primary_no_new_array:, class_instance_creation_expression:,
19235         array_creation_expression:): Issue error on unsuported JDK1.1
19236         features.
19237         (try_statement:, catches:, finally:): Define actions.
19238         (catch_clause_parameter): New rule.
19239         (catch_clause:): Use new rule catch_clause_parameter.
19240         (parse_jdk1_1_error): New function.
19241         (redefinition_error): Renamed classitf_redefinition_error.
19242         (variable_redefinition_error): New function.
19243         (check_class_interface_creation): Call
19244         classitf_redefinition_error.
19245         (java_complete_tree): Added error message on JDEP_TYPE: case.
19246         (complete_class_report_errors): Fixed indentation.
19247         (declare_local_variables): Call variable_redefinition_error.
19248         (source_end_java_method): Call java_set_exception_lang_code and
19249         emit_handlers where appropriate.
19250         (java_method_add_stmt): Call add_stmt_to_block.
19251         (add_stmt_to_block): New function.
19252         (lookup_method_invoke): Fixed outside comment. new local variable
19253         candicates.  Call find_applicable_accessible_methods_list and
19254         find_most_specific_methods_list when searching for a
19255         method. Modified error report to list possible candidates when
19256         applicable.
19257         (find_applicable_accessible_methods_list,
19258         find_most_specific_methods_list, argument_types_convertible): New
19259         function.
19260         (refine_accessible_methods_list): Function deleted.
19261         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
19262         expr (if applicable) before calling patch_array_ref.
19263         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
19264         (enter_block): Fixed comment.
19265         (enter_a_block): New function.
19266         (patch_assignment): Reorganized. Call try_reference_assignconv for
19267         references. Call valid_cast_to_p instead of can_cast_to_p.
19268         (try_reference_assignconv,
19269         valid_builtin_assignconv_identity_widening_p): New functions.
19270         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
19271         (valid_cast_to_p, valid_method_invocation_conversion_p): New
19272         functions.
19273         (build_string_concatenation): Don't resolve StringBuffer.
19274         (patch_cast): Fixed inverted arguments.
19275         (patch_array_ref): Code to save array expr deleted. Call
19276         valid_cast_to_p instead of can_cast_to_p.
19277         (generate_labeled_block): Call generate_name.
19278         (build_jump_to_finally, build_try_statement, java_get_catch_block,
19279         patch_try_statement): New functions.
19280         * typeck.c (match_java_method): Function deleted.
19281
19282 1998-10-02  Anthony Green  <green@cygnus.com>
19283
19284         * jvspec.c: jvgenmain_spec uses different temporary file names.
19285
19286 1998-10-02  Anthony Green  <green@cygnus.com>
19287
19288         * jvspec.c (lang_specific_driver): Fail if user specifies
19289         --main= when not linking.
19290
19291 1998-09-28  Tom Tromey  <tromey@cygnus.com>
19292
19293         * class.c (make_class_data): Push value for `thread' field.
19294         * decl.c (init_decl_processing): Added `thread' field to class.
19295
19296         * class.c (add_field): Always make static fields externally
19297         visible.
19298
19299 1998-09-26  Anthony Green  <green@cygnus.com>
19300
19301         * expr.c (build_java_athrow,
19302         build_java_throw_out_of_bounds_exception, expand_invoke,
19303         build_newarray, expand_java_multianewarray, build_java_monitor):
19304         Update comments to reflect _Jv_* function names.
19305
19306 1998-09-25  Per Bothner  <bothner@cygnus.com>
19307
19308         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
19309         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
19310         * parse.y (expand_start_java_method):  Likewise.
19311
19312 1998-09-24  Per Bothner  <bothner@cygnus.com>
19313
19314         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
19315
19316         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
19317         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
19318         * expr.c:  Remove no-longer-needed calls to promote_type.
19319         * decl.c (give_name_to_locals):  Liekwise.
19320         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
19321         * parse.y:  Add/remove promote_type calls as appropriate.
19322         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
19323         (parse_signature_string):  Likewise.
19324         (build_java_array_type):  Fix for now signature convenions.
19325
19326         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
19327
19328 1998-09-23  Tom Tromey  <tromey@cygnus.com>
19329
19330         * class.c (init_class_processing): libjava function renamed to
19331         _Jv_RegisterClass.
19332
19333 1998-09-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19334
19335         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
19336         * java-tree.def: Fixed DEFTREECODE third argument.
19337         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
19338         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
19339         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
19340         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
19341         JAVA_THIS_EXPR): Now replaced by tree code definitions.
19342         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
19343         * lang.c (java_tree_code_type, java_tree_code_length,
19344         java_tree_code_name): New arrays.
19345         (lang_init): Append Java tree node definitions to Gcc ones.
19346         * lex.c (expression_obstack): Declared as extern when JC1_LITE
19347         defined.
19348         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
19349         wfl_to_string.
19350         (java_lex): Allow declaration of empty string constants. Retain
19351         location information on CASE_TK and DEFAULT_TK.
19352         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
19353         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
19354         Modified to be more robust.
19355         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
19356         (build_new_invocation, try_builtin_assignconv,
19357         patch_switch_statement, string_constant_concatenation,
19358         build_string_concatenation, patch_string_cst, patch_string,
19359         java_expand_switch): New function declarations.
19360         * parse.y: Rules related to switch and EH tagged <node>.
19361         (label_id): Set to NULL_TREE
19362         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
19363         tree nodes.
19364         (this_or_super:): Fixed indentation.
19365         (statement:, statement_nsi:, statement_without_trailing_substatement:,
19366         statement_expression:): Removed call to RULE on all sub-rules.
19367         (switch_expression:, switch_labels:): New rules.
19368         (switch_statement:, switch_block:, switch_block_statement_groups:,
19369         switch_block_statement_group:, switch_labels:, switch_label:):
19370         Defined actions.
19371         (throw_statement:, synchronized_statement:, try_statement:):
19372         Defined temporary actions.
19373         (class_instance_creation_expression:): Call
19374         build_new_invocation. Fixed indentation.
19375         (field_access): Fixed indentation.
19376         (method_invocation): Likewise.
19377         (make_qualified_primary): Use THIS_EXPR.
19378         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
19379         resolving from SUPER, set *type_found.
19380         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
19381         (java_complete_tree): Removed unused local variable `location'. Case
19382         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
19383         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
19384         on MODIFY_EXPR: and all binary operator tree code cases. Removed
19385         STRING_CST: case. default: checks for patchable strings.
19386         (complete_function_arguments): Transform string constant or
19387         crafted StringBuffer if necessary.
19388         (build_method_invocation): Fixed comments.
19389         (build_new_invocation): New function.
19390         (patch_assignment): Call try_builtin_assignconv to figure a valid
19391         assignment conversion between builtin types.
19392         (try_builtin_assignconv): New function.
19393         (build_binop): Use URSHIFT_EXPR directly to call build.
19394         (operator_string): Use UNARY_PLUS_EXPR.
19395         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
19396         operator.
19397         (do_merge_string_cste, merge_string_cste,
19398         string_constant_concatenation, build_string_concatenation,
19399         patch_string, patch_string_cst): New function.
19400         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
19401         (patch_unaryop): Likewise. New test of valid ++/-- operands.
19402         (build_newarray_node): Use NEW_ARRAY_EXPR.
19403         (build_this): Use THIS_EXPR.
19404         (build_return): Enable debug information on return statement.
19405         (build_if_else_statement): Likewise.
19406         (complete_labeled_statement): Fixed related comment.
19407         (build_loop_body): Fixed comment.
19408         (build_bc_statement): Enable debug information on break/continue
19409         statements.
19410         (patch_bc_statement): Fixed typos. Handle SWITCH statement
19411         context.
19412         (patch_switch_statement, case_identity, java_expand_switch): New
19413         functions.
19414
19415 1998-09-21  Per Bothner  <bothner@cygnus.com>
19416
19417         * buffer.h (BUFFER_INIT):  New macro.
19418         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
19419         Pass (struct jcf_partial *state) to most functions.
19420         (jcf_block, jcf_relocation):  New types.
19421         Support labels, branches, conditionals, loops.
19422
19423 1998-09-21  Tom Tromey  <tromey@cygnus.com>
19424
19425         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
19426
19427 1998-09-21  Per Bothner  <bothner@cygnus.com>
19428
19429         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
19430         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
19431         not integer_type_node (INT_TYPE_SIZ bits).
19432
19433         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
19434
19435         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
19436         * jcf-dump.c (print_exception_table):  New function.
19437         (disassemble_method):  Better handling of wide instructions.
19438         Make more robust for bad input.
19439
19440 1998-09-30  Jeffrey A Law  (law@cygnus.com)
19441
19442         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
19443         FreeBSD.
19444
19445 1998-09-17  Jeffrey A Law  (law@cygnus.com)
19446
19447         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
19448
19449 1998-09-17  Tom Tromey  <tromey@cygnus.com>
19450
19451         * Makefile.in ($(PARSE_H)): Removed target.
19452
19453 1998-09-17  Jeffrey A Law  (law@cygnus.com)
19454
19455         * Makefile.in (JAVA_OBJS): Add memmove.o
19456         (memmove.o): New target & rules.
19457
19458 1998-09-15  Tom Tromey  <tromey@cygnus.com>
19459
19460         * expr.c (expand_invoke): Don't generate a call to the class init
19461         code.
19462
19463 1998-09-14  Jeffrey A Law  (law@cygnus.com)
19464
19465         * Makefile.in: Add many missing dependencies.
19466         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
19467         as appropriate.
19468         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
19469         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
19470
19471 1998-09-11  Per Bothner  <bothner@cygnus.com>
19472
19473         * decl.c (complete_start_java_method):  If method is static (and
19474         not private) call _Jv_InitClass.
19475         * expr.c (expand_invoke):  Don't call build_class_init.
19476
19477         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
19478
19479 1998-09-10  Jeffrey A Law  (law@cygnus.com)
19480
19481         * Make-lang.in (GCJ): Define before using.
19482
19483 1998-09-09  Jeffrey A Law  (law@cygnus.com)
19484
19485         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
19486         losing due to namespace pollution in GNU getopt.h
19487
19488 1998-09-09  Tom Tromey  <tromey@cygnus.com>
19489
19490         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
19491         (java.all.cross): Likewise.
19492         (java.rest.encap): Likewise.
19493
19494 1998-09-08  Jeffrey A Law  (law@cygnus.com)
19495
19496         * gjavah.c (print_class_decls): Fix thinko in arglist
19497         * jcv-io.c (find_classfile): Similarly.
19498
19499 1998-09-07  Jeffrey A Law  (law@cygnus.com)
19500
19501         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
19502
19503 1998-09-05  Tom Tromey  <tromey@cygnus.com>
19504
19505         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
19506         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
19507         * Makefile.in (PARSE_C): New macro.
19508         (PARSE_H): Likewise.
19509         (PARSE_SCAN_C): Likewise.
19510         ($(PARSE_C)): Target renamed from parse.c.
19511         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
19512         (clean): Remove parse-scan.c as well.
19513         (parse.o): Depend on $(PARSE_C).
19514
19515 1998-09-05  Anthony Green  <green@cygnus.com>
19516
19517         * README, license.terms: Removed.
19518
19519         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
19520         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
19521         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
19522         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
19523         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
19524         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
19525         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
19526         and Java trademark attribution.
19527
19528 1998-09-04  Tom Tromey  <tromey@cygnus.com>
19529
19530         * Makefile.in: Use gcjh, not gjavah.
19531         * config-lang.in (stagestuff): Use gcjh, not gjavah.
19532         * Make-lang.in: Changed gjavah to gcjh everywhere.
19533
19534 1998-09-03  Per Bothner  <bothner@cygnus.com>
19535
19536         * gjavah.c:  Support new -prepend -add -append flags.
19537         (print_method_info):  Method is not virtual if class is final.
19538
19539 1998-09-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19540
19541         * jv-scan.c: Fixed copyright assignment.
19542         * keyword.gperf: Likewise.
19543         * keyword.h: Likewise.
19544         * lex.c: Fixed copyright assignment.
19545         (java_lex): Push unicode back when parsing '<'.
19546         * lex.h: Fixed copyright assignment.
19547         * parse-scan.y: Likewise.
19548         * parse.h: Fixed copyright assignment.
19549         (build_debugable_stmt, complete_for_loop): New function prototypes.
19550         * parse.y: Fixed copyright assignment.
19551         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
19552         size_zero_node when completing a loop with no exit condition.
19553         (for_statement_nsi:): Define action.
19554         (for_init:, for_update:): Return size_zero_node when empty.
19555         (declare_local_variables): Call build_debugable_stmt.
19556         (build_debugable_stmt): New function.
19557         (build_loop_body): Build debugable statement around loop
19558         condition part.
19559         (complete_loop_body): Take into account the debugable statement
19560         around the EXIT_EXPR.
19561         (complete_loop_body): New function.
19562         (patch_exit_expr): Fixed condition inversion.
19563
19564 1998-09-02  Tom Tromey  <tromey@cygnus.com>
19565
19566         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
19567         name of thread define.
19568         * jvspec.c (THREAD_NAME): New macro.
19569         (GCLIB): Likewise.
19570         (THREADLIB): Likewise.
19571         (lang_specific_driver): Recognize attempt to link with thread
19572         library or gc library.  Recognize -ljava on command line so it
19573         isn't linked against more than once.
19574
19575 1998-09-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19576
19577         * parse-scan.y (report_main_declaration): Name of the class
19578         containing `main' can be a qualified name.
19579
19580 1998-08-31  Tom Tromey  <tromey@cygnus.com>
19581
19582         * config-lang.in: Changed gjavac to gjc everywhere.
19583         * Make-lang.in: Changed gjavac to gjc everywhere.
19584
19585 1998-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19586
19587         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
19588         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
19589         and install the files.
19590         * Makefile.in (JAVA_OBJS_LITE): New variable.
19591         (compiler:): Now include jv-scan as a dependency.
19592         (../jv-scan$(exeext), parse-scan.c): New targets.
19593         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
19594         * config-lang.in (compilers): Removed gcj, gjavah from the list.
19595         * jcf-parse.c (parse_source_file): Call java_layout_classes and
19596         check for errors even if parse_only.
19597         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
19598         defined.
19599         (yylex): New function. Uses java_lex body.
19600         (java_lex): Removed commented out statement. Remove local variable
19601         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
19602         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
19603         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
19604         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
19605         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
19606         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
19607         where appropriate.
19608         (java_lex_error): Empty if JC1_LITE is defined.
19609         (java_get_line_col): Return 0 if JC1_LITE is defined.
19610         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
19611         SET_MODIFIER_CTX): Moved into the section containing the macros
19612         conditionally defined by JC1_LITE.
19613         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
19614         argument if JC1_LITE is defined.
19615         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
19616         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
19617         is defined.
19618         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
19619         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
19620         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
19621         to different values according to JC1_LITE.
19622         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
19623         declared if JC1_LITE set.
19624         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
19625         defined if JC1_LITE not set.
19626         (struct parser_ctx): Reorganized and skip the jc1 front end part
19627         if JC1_LITE set.
19628         (java_layout_classes): New function definition.
19629         (java_push_parser_context, java_init_lex, yyparse, yylex,
19630         yyerror): Prototype always declared. All other static function
19631         prototypes declared only if JC1_LITE is not set.
19632         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
19633         declared in parse.h.
19634         (java_layout_classes): New function.
19635         (java_complete_expand_methods): No longer layout the class here.
19636         * parse-scan.y: New file.
19637         * jv-scan.c: New file.
19638
19639 1998-08-25  Tom Tromey  <tromey@cygnus.com>
19640
19641         * gjavah.c (main): Handle -friend option.
19642         (friend_specs): New global.
19643         (generate_access): Handle friend_specs.
19644         (process_file): Likewise.
19645         (MAX_FRIENDS): New macro.
19646         (friend_count): New global.
19647         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
19648         Changed all callers.
19649
19650 1998-08-24  Per Bothner  <bothner@cygnus.com>
19651
19652         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
19653         (main):  Handle processing all the entries of a named .zip archive.
19654         * jcf-io.c (jcf_trim_old_input):  New function.
19655         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
19656
19657 1998-08-24  Per Bothner  <bothner@cygnus.com>
19658
19659         * lang.c (flag_assume_compiled):  Make default be on.
19660
19661 1998-08-21  Per Bothner  <bothner@cygnus.com>
19662
19663         * jcf-dump.c:  Add bunches of flags to control output more.
19664         (process_class):  New function;  support printing more than one class.
19665         (main): Support new --print-main and --javap flags.
19666         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
19667         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
19668
19669 1998-08-20  Per Bothner  <bothner@cygnus.com>
19670
19671         Change mangling of dispatch table to match C++ vtable (w/thunks).
19672         * class.c (build_dtable_decl), java-tree.h:  New function.
19673         (make_class_data):  Call it.
19674         * decl.c (init_decl_processing):  Likewise.
19675
19676 1998-08-19  Warren Levy  <warrenl@cygnus.com>
19677
19678         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
19679         soft_anewarray; adjust args passed.
19680         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
19681         match _Jv_NewObjectArray.
19682
19683 1998-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19684
19685         * decl.c (push_labeled_block, pop_labeled_block): New functions.
19686         * expr.c (loopup_label): Call create_label_decl.
19687         (create_label_decl): New function.
19688         (java_lang_expand_expr): Call expand_start_bindings with argument
19689         set to zero.
19690         * java-tree.h Added space after PROTO in function declarations
19691         when necessary.
19692         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
19693         (create_label_decl, push_labeled_block): New function
19694         declarations.
19695         * lex.c (label_id): Initialize.
19696         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
19697         switch.
19698         * parse.h Added space after PROTO in function declarations when
19699         necessary.
19700         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
19701         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
19702         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
19703         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
19704         macros.
19705         (struct parser_ctxt): New fields current_loop,
19706         current_labeled_block.
19707         (build_if_else_statement, patch_if_else_statement,
19708         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
19709         generate_labeled_block, complete_labeled_statement,
19710         build_bc_statement, patch_bc_statement, patch_loop_statement,
19711         build_new_loop, build_loop_body, complete_loop_body): New function
19712         declarations.
19713         * parse.y (java_warning_count): New global variable.
19714         (label_id): New static variable.
19715         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
19716         (block:): Return size_zero_node when block is empty.
19717         (empty_statement:): Return size_zero_node.
19718         (statement:): Implement supplemental action when for_statement: is
19719         reduced.
19720         (label_decl:): New rule.
19721         (labeled_statement:): Rewritten using label_decl. Actions
19722         implemented.
19723         (labeled_statement_nsi:): Likewise.
19724         (if_then_statement): Actions implemented.
19725         (while_expression): New rule.
19726         (while_statement:): Rewritten using while_expression. Actions
19727         implemented.
19728         (while_statement_nsi:): Likewise.
19729         (do_statement_begin:): New rule.
19730         (do_statement:): Rewritten using do_statement_begin. Actions
19731         implemented.
19732         (for_statement:): Rewritten using for_begin. Actions implemented.
19733         (for_statement_nsi:): Likewise.
19734         (for_header:, for_begin:): New rules.
19735         (for_init:): Actions implemented.
19736         (statement_expression_list:, break_statement:,
19737         continue_statement:): Likewise.
19738         (yyerror): Count number of issued warning(s).
19739         (java_report_errors): Report error(s) and/or warning(s).
19740         (java_complete_class): Use build_java_argument_signature to
19741         recompute completed method signature.
19742         (java_check_regular_methods): New locals method_wfl and aflags.
19743         Use method_wfl instead of lookup_cl during error reports. Fixed
19744         indentation and modified some error messages. Use
19745         lang_printable_name in method instead of the DECL_NAME. New code
19746         to issue warnings on methods not overriding corresponding methods
19747         private to a different package.
19748         (java_method_add_stmt): Call add_stmt_to_compound.
19749         (add_stmt_to_compound): New function.
19750         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
19751         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
19752         (build_if_else_statement, patch_if_else_statement,
19753         build_labeled_block, generate_labeled_block,
19754         complete_labeled_statement, build_new_loop, build_loop_body,
19755         complete_loop_body, patch_loop_statement, build_bc_statement,
19756         patch_bc_statement, patch_exit_expr): New functions.
19757         * typeck.c (build_java_signature): Build argument signature before
19758         enclosing it in between parenthesis.
19759
19760 1998-08-17  Warren Levy  <warrenl@cygnus.com>
19761
19762         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
19763         (JAVA_OBJS): Added reminder comment
19764
19765 1998-08-13  Nick Clifton  <nickc@cygnus.com>
19766
19767         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
19768         be interpreted as a long long.
19769
19770 1998-08-13  Warren Levy  <warrenl@cygnus.com>
19771
19772         * decl.c (init_decl_processing): Use _Jv_InitClass, not
19773         soft_initialise_class.  Use _Jv_NewMultiArray, not
19774         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
19775         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
19776         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
19777         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
19778
19779 1998-08-12  Per Bothner  <bothner@cygnus.com>
19780
19781         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
19782         length_identifier_node):  New global tree node constants.
19783         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
19784         Replace uses by super_identifier_node etc.
19785         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
19786
19787         * parse.y (resolve_field_access):  Don't special-case ".length" if
19788         flag_emit_class_files.
19789         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
19790         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
19791         and ARRAY.length.
19792
19793 1998-08-11  Per Bothner  <bothner@cygnus.com>
19794
19795         * decl.c (init_decl_processing): Remove unused method_type_node fields.
19796         * class.c (make_method_value):  Remove init for removed fields.
19797
19798         * class.c (layout_class):  Use build_java_argument_signature.
19799         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
19800
19801         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
19802         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
19803         (build_java_signature):  Don't use push_java_argument_signature.
19804
19805         * typeck.c (lookup_argument_method):  New function.
19806         * parse.y (java_check_regular_methods):  Use lookup_argument_method
19807         instead of lookup_java_method2 followed by lookup_java_method.
19808
19809         * parse.y (check_method_redefinition):  Minor optimization.
19810
19811         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
19812         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
19813
19814 1998-08-10  Tom Tromey  <tromey@cygnus.com>
19815
19816         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
19817         c-pragma.o.
19818
19819         * gjavah.c (java_float_finite): Use K&R-style definition.
19820         (java_double_finite): Likewise.
19821         (generate_access): Now returns void.  Changed all callers.
19822         (last_access_generated): Removed.
19823         (process_file): Only make a single pass over the .class file.
19824
19825 1998-07-29  Per Bothner  <bothner@cygnus.com>
19826
19827         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
19828         for compatibility for G++ (with -fvtable-thunks).
19829         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
19830
19831         * gjavah.c (process_file):  Use public inheritance for super-class.
19832
19833 1998-07-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19834
19835         * lex.c (java_init_lex): Initialize ctxp->package.
19836         * parse.h (struct parser_ctxt): package and package_len replaced
19837         by tree package, an identifier node. Field method_decl_list is
19838         gone. Fixed comments.
19839         (lookup_field_wrapper, merge_qualified_name, not_accessible,
19840         class_in_current_package): New function prototypes.
19841         * parse.y (array_type:): Set class loaded flag on primitive type
19842         arrays.
19843         (package_declaration:): Assign ctxp->package to the
19844         identifier node.
19845         (method_invocation:): Handle invocation of method qualified by
19846         `super'.
19847         (single_type_import_declaration:): Removed ambiguity check.
19848         (java_pop_parser_context): New local variable `next'. Reset and
19849         set IMPORT_CLASSFILE_NAME flags on current and previous import
19850         list.
19851         (java_accstring_lookup): Use new local macro COPY_RETURN.
19852         (lookup_field_wrapper): New function.
19853         (parser_qualified_classname): Use merge_qualified_name.
19854         (parser_check_super_interface): Broaden error message.
19855         (do_resolve_class): Check for qualified class name in the current
19856         compilation unit if appropriate.
19857         (process_imports): Check for already defined classes.
19858         (check_pkg_class_access): Got rid of call to
19859         get_access_flags_from_decl.
19860         (java_complete_expand_methods): Call safe_layout_class based on
19861         the current class size.
19862         (make_qualified_primary): Build a WFL qualification on primary if
19863         none exists.
19864         (merge_qualified_name): New function.
19865         (make_qualified_name): Use merge_qualified_name.
19866         (resolve_expression_name): Use safe_lookup_field.
19867         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
19868         (resolve_qualified_expression_name): Likewise. Check on resolved
19869         element accessibility.
19870         (not_accessible_p, class_in_current_package): New functions.
19871         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
19872         (patch_method_invocation_stmt): Merged common pieces. Check
19873         accessibility of invoked method.
19874         (check_for_static_method_reference): Add returned type in error
19875         message.
19876         (invocation_mode): Get rid of bogus check on PRIVATE methods.
19877         (refine_accessible_methods_list): Merged two conditions in test.
19878         (java_complete_class): Sanity check on stabilize_ref gone.
19879         * zextract.c (read_zip_archive): Cast lseek second argument to long.
19880
19881 1998-07-28  Per Bothner  <bothner@cygnus.com>
19882
19883         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
19884
19885 1998-07-24  Tom Tromey  <tromey@cygnus.com>
19886
19887         * gjavah.c (F_NAN): Removed.
19888         (F_NAN_MASK): New macro.
19889         (F_POSITIVE_INFINITY): Removed.
19890         (F_NEGATIVE_INFINITY): Likewise.
19891         (java_float_finite): Rewrote.
19892         (D_NAN_MASK): Renamed.
19893         (java_double_finite): Rewrote.
19894         (D_POSITIVE_INFINITY): Removed.
19895         (D_NEGATIVE_INFINITY): Likewise.
19896
19897         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
19898         If verbose, print underlying representation of value in hex.
19899
19900 1998-07-24  Per Bothner  <bothner@cygnus.com>
19901
19902         * buffer.h, buffer.c:  New files.
19903         * Makefile.in (JAVA_OBJS):  Add buffer.o.
19904
19905         Support locals variables and writing their debug entries to .class.
19906         * jcf-write.c:  Simplify some by user new buffer type.
19907         (vode_buffer_grow):  Removed.
19908         (struct localvar_info):  New type.
19909         (localsvars, localvartable):  New buffers.
19910         (localvar_alloc, localvar_free):  New functions.
19911         (generate_bytecode_insns):  Handle local variables.
19912         (generate_classfile):  Write LocalVariableTable attribute.
19913
19914 1998-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19915
19916         * jcf-io.c (open_in_zip): Check the zipfile magic number.
19917         * zipfile.h (ZIPMAGIC): New macro.
19918
19919 1998-07-24  Tom Tromey  <tromey@cygnus.com>
19920
19921         * Makefile.in (gjavah.o): Updated dependencies.
19922         (jcf-dump.o): Likewise.
19923         (all.indirect): Use ../gjavah.
19924         (../gjavah$(exeext)): Likewise.
19925         (clean): Don't remove gjavah.
19926         (clean): Remove parse.c, not java/parse.c.
19927         * Make-lang.in (java): Added gjavah.
19928         (gjavah$(exeext)): New target.
19929         (GJAVAH_SOURCES): New macro.
19930         (java.all.build): Added gjavah.
19931         (java.all.cross): Likewise.
19932         (java.rest.encap): Likewise.
19933         * config-lang.in (compilers, stagestuff): Added gjavah.
19934
19935 1998-07-23  Tom Tromey  <tromey@cygnus.com>
19936
19937         * gjavah.c (java_float_finite): New function.
19938         (java_double_finite): Likewise.
19939         (F_POSITIVE_INFINITY): New macro.
19940         (F_NEGATIVE_INFINITY): Likewise.
19941         (F_NAN): Likewise.
19942         (D_POSITIVE_INFINITY): Likewise.
19943         (D_NEGATIVE_INFINITY): Likewise.
19944         (D_NAN): Likewise.
19945         (print_field_info): Use java_float_finite and java_double_finite.
19946
19947 1998-07-23  Per Bothner  <bothner@cygnus.com>
19948
19949         * parse.y (method_header):  Name "this" implicit argument.
19950
19951 1998-07-22  Per Bothner  <bothner@cygnus.com>
19952
19953         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
19954         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
19955         (put_linenumber):  New function.
19956         (generate_bytecode_insns, generate_classfile):  Write line numbers.
19957
19958 1998-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19959
19960         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
19961         (lookup_name, build_known_method_ref, build_class_init,
19962         build_invokevirtual, invoke_build_dtable, match_java_method,
19963         build_field_ref, pushdecl_force_head, build_java_binop,
19964         binary_numeric_promotion, build_decl_no_layout,
19965         build_java_arrayaccess, build_newarray, build_anewarray,
19966         build_java_array_length_access, build_java_arraynull_check): New
19967         extern function prototypes.
19968         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
19969         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
19970         java-tree.h.
19971         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
19972         to NULL
19973         * jcf.h (jcf_out_of_synch): New extern function prototype.
19974         * parse.h: Static/global function implemented in parse.y
19975         prototyped and declarations moved at the end of the file.
19976         (DECL_P): Check that the argument isn't null.
19977         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
19978         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
19979         (QUAL_DECL_TYPE): New macro.
19980         (PARAMS): Macro definition removed.
19981         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
19982         (return_statement:): Call build_return.
19983         (field_access:): Call make_qualified_primary in sub rule.
19984         (method_invocation:): Build method invocation and call
19985         make_qualified_primary when processing primaries.
19986         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
19987         get_type_from_signature.
19988         (java_check_regular_method): Extra integer 0 argument when calling
19989         lookup_java_method2.
19990         (lookup_java_interface_method2): Extra method DECL argument when
19991         calling lookup_java_interface_method2.
19992         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
19993         COMPOUND_EXPR node.
19994         (java_complete_expand_method): Layout current class iff not
19995         already done. Don't process interface's methods.
19996         (java_complete_expand_method): Use super class only if it
19997         exists. Use current class otherwise.
19998         (make_qualified_primary): New function.
19999         (resolve_expression_name): Process qualified expression or
20000         expression from primary the same way.
20001         (resolve_expression_name): Two last arguments to
20002         resolve_field_access are now NULL_TREEs.
20003         (resolve_field_access): New variable is_static. Local field must
20004         be DECLs. is_static computed on field DECLs only. Append code in
20005         where_found to the field access if necessary. Use QUAL_DECL_TYPE
20006         to initialize field_type.
20007         (resolve_qualified_expression_name): New local variable,
20008         previous_call_static and is_static. Handle primaries with function
20009         calls, casts, array references and `this'. `super' now handled as
20010         `(super_class)this'. Use is_static to clarify boolean expressions.
20011         Added code to handle case where a proper handle is required to
20012         access a field. Use QUAL_DECL_TYPE where applicable.
20013         (maybe_access_field): New function.
20014         (patch_method_invocation_stmt): New arguments primary, where,
20015         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
20016         deleted. Use `where' as a type to search from if specified. Check
20017         for static method reference where forbidden. Append primary or
20018         current_this to the argument list if not calling constructor nor
20019         static methods.
20020         (check_for_static_method_reference): New function.
20021         (patch_invoke): Layout the class on which new is done if
20022         necessary.
20023         (lookup_method_invoke): Changed format to report errors on
20024         methods.
20025         (qualify_ambiguous_name): New local variable this_found. Now
20026         handle things from primaries. Method call are considered
20027         expression names.
20028         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
20029         changed into NULLs.
20030         (not_initialized_as_it_should_p): Comply with the new DECL_P.
20031         (java_complete_tree): New case fo RETURN_EXPR. Process function
20032         call arguments in separate function.
20033         (complete_function_arguments): New function.
20034         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
20035         anymore.
20036         (patch_assignment): Take the return function slot into account as
20037         a RHS. Distinguish assignment from a return.
20038         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
20039         when checking methods in interfaces.
20040         (resolve_type_during_patch): NULL argument to unresolve_type_p
20041         instead of NULL_TREE.
20042         (patch_newarray): Fixed typo in comment.
20043         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
20044         (build_return, patch_return): New functions.
20045         * typeck.c (lookup_java_constructor): Fixed typo in comment.
20046
20047 1998-07-21  Per Bothner  <bothner@cygnus.com>
20048
20049         * constants.c (find_name_and_type_constant, find_fieldref_index,
20050         find_methodref_index):  New methods.
20051         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
20052         just return given method.  Also, rename to build_known_method_ref.
20053         (expand_invoke):  Rename call to build_invoke_non_interface.
20054         * java-tree.h, parse.h:  Update prototype.
20055         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
20056         (such as expand_expr_stmt) if flag_emit_class_files.
20057         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
20058         STACK_TARGET, IGNORE_TARGET):  New macros.
20059         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
20060         (generate_bytecode_insn):  New function to generate method's bytecode.
20061         (generate_classfile):  Node generate Code attribute for a method.
20062         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
20063         push_long_const, field_op, adjust_typed_op, maybe_wide):
20064         New functions used by generate_bytecode_insn.
20065
20066         * typeck.c (signature_include_return):  Remove variable.
20067         (push_java_argument_signature, build_java_argument_signature):  New.
20068         (build_java_signature):  Use push_java_argument_signature.
20069         * parse.y:  Use build_java_argument_signature instead of fiddling
20070         with signature_include_return.
20071
20072 1998-07-17  Tom Tromey  <tromey@cygnus.com>
20073
20074         * gjavah.c (print_c_decl): Always generate JArray<>* for array
20075         types.
20076
20077         * Makefile.in (all.indirect): Added gjavah$(exeext).
20078         (gjavah$(exeext)): Added $(exeext).
20079         (clean): Likewise.
20080
20081 1998-07-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20082
20083         * class.c (layout_class): Call to java_layout_parsed_class replace
20084         by safe_layout_class.
20085         * expr.c (build_java_array_length_access): Removed static storage
20086         class in the function definition.
20087         (build_java_arraynull_check): Likewise.
20088         Also fixed typos in two comments.
20089         * lex.c (java_init_lex): Initialize static global kw_length.
20090         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
20091         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
20092         java_lex_error.
20093         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
20094         * parse.h (resolve_no_layout): New static function declaration.
20095         (get_identifier_in_static): Declaration removed.
20096         (java_layout_parsed_class): Function name declaration changed to
20097         safe_layout_class.
20098         (build_newarray_node, patch_newarray, resolve_type_during_patch,
20099         not_initialized_as_it_should_p, build_this): New static function
20100         declarations.
20101         (pushdecl_force_head, build_java_binop, int_fits_type_p,
20102         binary_numeric_promotion, stabilize_reference,
20103         build_decl_no_layout, build_java_arrayaccess): Extern function
20104         declarations moved into their own section.
20105         (build_newarray, build_anewarray, build_java_array_length_access,
20106         build_java_arraynull_check): New extern function declarations.
20107         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
20108         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
20109         fake tree codes.
20110         (CALL_CONSTRUCTOR_P): New macro.
20111         * parse.y (kw_length): New static global tree node.
20112         (return_statement): Tagged <node>.
20113         (RETURN_TK): Tagged <operator>.
20114         (variable_declarator_id:): Build variable declaration with an
20115         empty initialization value if a syntax error was found in the
20116         initialization part of the variable declaration.
20117         (statement_without_trailing_substatement:): return_statement: now
20118         uses the default rule.
20119         (return_statement:): Temporarily fixed to return NULL_TREE.
20120         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
20121         (class_instance_creation_expression:): Class creation rules now
20122         call build_method_invocation upon reduction.
20123         (array_creation_expression:): Rules call build_newarray_node upon
20124         reduction.
20125         (dim_exprs:): Build a list of dimension expressions.
20126         (dim_expr:): Store location of the OSB_TK in the dimension
20127         expression node.
20128         (method_invocation:): Added a new error rule.
20129         (build_unresolved_array_type): WFL argument may also be an array
20130         on a primitive type. Name of the argument changed to reflect this.
20131         (method_declarator): Insert argument type at the beginning of the
20132         argument type list and later reverse the list.
20133         (unresolved_type_p): Argument 'returned' may be optionally
20134         NULL_TREE.
20135         (java_layout_class_from_source): Function renamed
20136         safe_layout_class.
20137         (resolve_and_layout): Now call resolve_no_layout and
20138         safe_layout_class.
20139         (resolve_no_layout): New function.
20140         (purify_type_name): New function.
20141         (complete_class_report_errors): Call purify_type_name during error
20142         report on a type not found.
20143         (process_imports): error_found local variable doesn't need to be
20144         initialized to zero.
20145         (declare_local_variables): New local type_wfl. Fixed typo in error
20146         message. type_wfl assigned to unresolved type and used to register
20147         incomplete type. Build a WFL around the variable initialization
20148         statement so that debug info can be generated on it.
20149         (source_start_java_method): Reverse argument list after they've
20150         been processed.
20151         (current_this): New static global variable.
20152         (java_complete_expand_methods): Set current_this when appropriate.
20153         (resolve_expression_name): Build correct static and non static
20154         field access bearing a simple name.
20155         (resolve_field_access): Resolve the length field of arrays. Handle
20156         f.m() cases.
20157         (patch_method_invocation_stmt): Set the type of the method
20158         invocation to error_mark_node. This value is later overridden by a
20159         valid type, if any. Don't handle qualified constructor invocation
20160         as qualified method invocation. Call lookup_method_invoke with its
20161         new flag. It's no longer necessary to access the selected method
20162         as the value of a tree list. Handle constructor invocation.
20163         (patch_invoke): Reverse argument list when invoking non interface
20164         methods. Insert call to new as the first argument of the
20165         constructor.
20166         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
20167         defined within a final class. Return INVOKE_STATIC if the invoked
20168         method is a constructor.
20169         (lookup_method_invoke): New lc argument is a flag to indicate a
20170         constructor lookup. Now handle constructor lookup. Choose the most
20171         specific method in case several were matching the invocation
20172         requirements. Return a method decl instead of a tree list featuring
20173         one single method decl element.
20174         (refine_accessible_methods_list): New lc flag argument to
20175         indicate that a constructor is being looked up.
20176         (not_initialized_as_it_should_p): New function.
20177         (java_complete_tree): Now process fake tree codes
20178         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
20179         save_expr on resolved function call arguments. Case on
20180         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
20181         (patch_assignment): LHS can be a field access expression. When
20182         dealing with reference, lhs_type is the promoted type of the
20183         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
20184         applicable.
20185         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
20186         (patch_binop): Use not_initialized_as_it_should_p where
20187         applicable.
20188         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
20189         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
20190         where applicable.
20191         (resolve_type_during_patch): New function.
20192         (patch_cast): Call resolve_type_during_patch to resolve type and
20193         report error accordingly.
20194         (patch_array_ref): Use not_initialized_as_it_should_p where
20195         applicable. Array base expression is saved before being
20196         used. Promote the type of an array elements if it contains non
20197         builtin types.
20198         (build_newarray_node, patch_newarray, build_this): New functions.
20199
20200 1998-07-16  Tom Tromey  <tromey@cygnus.com>
20201
20202         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
20203         increment it in `for' statement.
20204         (print_field_info): If number is inf or nan, don't print it.
20205         (print_method_info): If method name is `delete', just ignore it.
20206         (print_c_decl): Special-case jstringArray.
20207
20208         * gjavah.c (help): New function.
20209         (no_argument): New function.
20210         (usage): Changed text.
20211         (main): Rewrote argument handling.  Now handles -v, --help,
20212         --version.
20213         (version): New function.
20214         (found_error): New global.
20215         (main): Return found_error.
20216         (generate_access): Set found_error.
20217         (print_c_decl): Likewise.
20218
20219 1998-07-15  Tom Tromey  <tromey@cygnus.com>
20220
20221         * gjavah.c (print_c_decl): Don't print "," when examining field.
20222         Skip type name when looking at "[L" types.
20223         (process_file): Now static.
20224         (generate_access): Now returns int.
20225         (last_access_generated): New global.
20226         (process_file): Clear last_access_generated; make multiple passes
20227         over the class.
20228         (print_field_info): Just return if generate_access returns true.
20229         (print_method_info): Likewise.  Also, allow <init> functions to
20230         pass through.
20231         (print_c_decl): Added is_init argument.  Print constructors
20232         properly.
20233         (print_cxx_classname): Use UTF8_GET to extract characters from
20234         string.
20235         (print_base_classname): New function.
20236         (print_class_decls): New function.
20237         (process_file): Use it.
20238         (utf8_cmp): New function.
20239
20240 1998-07-13  Nick Clifton  <nickc@cygnus.com>
20241
20242         * lang-options.h: Format changed to match changes in gcc/toplev.c
20243         to implement a --help option.
20244
20245 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
20246
20247         * decl.c (init_decl_processing): Revert change to dtable_type.
20248
20249 1998-07-09  Per Bothner  <bothner@cygnus.com>
20250
20251         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
20252
20253 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
20254
20255         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
20256
20257         * lang.c (lang_init): Default flag_exceptions to 1, without
20258         checking to see if it's 2 first.
20259
20260 1998-07-08  Jeffrey A Law  (law@cygnus.com)
20261
20262         * constants.c: Include "system.h".
20263         * decl.c: Likewise.
20264         * lang.c (flag_new_exceptions): Get via extern now.
20265         (lang_init_options): New functions.  Turn on flag_new_exceptions.
20266
20267 1998-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20268
20269         * lex.c (java_lex): Return 0 when we see an invalid character in
20270         the input.
20271
20272         * lex.c (java_read_char): Specify extra argument when calling
20273         java_lex_error.
20274         (java_read_unicode, java_parse_end_comment,
20275         java_parse_escape_sequence): Likewise,
20276         (java_lex): Specify extra argument when calling
20277         java_lex_error. Test that IDs are beginning with a legal character
20278         for IDs. Handle invalid characters with an error message and a
20279         call to java_lex_error.
20280         (java_lex_error): Adjust column position by new argument
20281         `forward'. Issue an error even if in the middle of reporting an
20282         other error.
20283
20284 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
20285
20286         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
20287         we don't explicitly put a null pointer when we're copying it.
20288
20289 1998-07-07  Tom Tromey  <tromey@cygnus.com>
20290
20291         * gjavah.c (print_cxx_classname): New function.
20292         (super_class_name): Likewise.
20293         (print_super_fields): Removed.
20294         (in_super): Removed.
20295         (print_field_info): Never generate #defines.
20296         (print_c_decl): Changed generated types to match JNI.  No longer
20297         print class name before method name.
20298         (print_method_info): Print "static" before static methods.
20299         Print "virtual" before non-final methods.
20300         (usage): Use exit(1), not exit(-1).
20301         (main): Likewise.
20302         (print_field_info): Use %.17g to print a double.
20303         (last_access): New globals.
20304         (process_file): Initialize last_access.
20305         (usage): Now static.
20306         (ACC_VISIBILITY): New define.
20307         (generate_access): New function.
20308         (print_field_info): Call it.
20309         (print_method_info): Likewise.  Also, generate information for all
20310         methods, not just native methods.  Return void.
20311         (print_c_decl): Return void.
20312         (print_field_info): Return void.
20313
20314 1998-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20315
20316         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
20317         processing the jc1 grammar file. Prefix bison functions and
20318         variables with java_.
20319         (parse.c): Dependencies on parse.h and lex.h
20320         * expr.c (build_java_arrayaccess): Function now global.
20321         * java-tree.h: Comment reorganized to carry on previous
20322         classification effort.
20323         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
20324         RESOLVE_TYPE_NAME_P): New flags on WFLs.
20325         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
20326         java_parse (new prefix java_ generated by bison).
20327         (java_layout_parsed_class, java_register_parsed_class): Function
20328         call removed.
20329         (yyparse): Removed unnecessary call to init_outgoing_cpool.
20330         * lex.c (static tree wfl_op): Variable deleted.
20331         (java_init_lex): Initialize kw_super and kw_this. Initialize more
20332         ctxp fields to NULL_TREE.
20333         (java_lex): No longer create WFL for operators. Filename caching
20334         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
20335         created as STRING_CST and later expanded. Removed extra argument
20336         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
20337         and SUPER.
20338         (build_wfl_node): Removed code in comments.
20339         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
20340         store token and location data in the current bison token.
20341         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
20342         static/extern function declaration at the beginning of the file.
20343         (struct qualification): Data structure definition deleted.
20344         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
20345         (qualify_ambiguous_name): Function declaration modified. Function
20346         now returns nothing.
20347         (build_array_ref, patch_array_ref, make_qualified_name,
20348         resolve_qualified_expression_name, maybe_generate_clinit,
20349         resolve_field_access): New static function declarations.
20350         (build_java_arrayaccess): New extern function declaration.
20351         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
20352         (CALL_EXPR_PRIMARY): Macro deleted.
20353         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
20354         (struct parser_ctxt): Field initialized_final
20355         removed. non_static_initialized, static_initialized: New fields.
20356         * parse.y (static tree kw_super, static tree kw_this): New global
20357         static.
20358         (%union): tree wfl field of operator member replaced by int
20359         location. WFLs are non longer created for operators.
20360         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
20361         (qualified_name:): Now calls make_qualified_name to build the
20362         identifier.
20363         (type_declaration:): Consider generating <clinit> when class
20364         parsing completed.
20365         (variable_declarator:): Directly build an assignment node when the
20366         variable is initialized when declared.
20367         (this_or_super:): Build a WFL and set current location when THIS
20368         or SUPER are parsed.
20369         (expression_statement:): Wrap statement around a WFL.
20370         (primary_no_new_array:): Fixed typo. Changed value returned by
20371         THIS_TK because of its new type (temporary).
20372         (dim_exprs:): Temporary fix because of OSB_TK's new type.
20373         (field_access:): Build qualified name with SUPER.
20374         (method_invocation:): Fixed returned value because of SUPER's new
20375         type.
20376         (array_access:): Use OSB_TK location information.
20377         (post_increment_expression:, post_decrement_expression:,
20378         unary_expression:, pre_increment_expression:,
20379         pre_decrement_expression:, unary_expression_not_plus_minus:,
20380         cast_expression:, multiplicative_expression:,
20381         additive_expression:, shift_expression:, relational_expression:,
20382         equality_expression:, and_expression:, exclusive_or_expression:,
20383         inclusive_or_expression:, conditional_and_expression:,
20384         conditional_or_expression:, assignment:): Use new location/token
20385         information available on operators.
20386         (create_class): Set super_decl_type to NULL_TREE when processing
20387         java.lang.Object.
20388         (register_fields): Field initialization is now a MODIFY_EXPR
20389         node. Chain initialization code to the matching lists (according
20390         to the field declaration modifiers).
20391         (maybe_generate_clinit): New function.
20392         (method_header): Don't set method's DECL_NAME to a WFL when adding
20393         methods to java.lang.Object.
20394         (resolve_and_layout): Now can return NULL_TREE if the type
20395         resolution fails. Otherwise, return the class DECL instead of its
20396         TYPE.
20397         (check_method_redefinition): Don't patch method DECL_NAME if it
20398         belongs to java.lang.Object.
20399         (process_imports): Simply assign error_found to the value returned
20400         by check_pkg_class_access.
20401         (declare_local_variables): Don't use their init statements (if
20402         any) when parsing error were previously found. Reuse MODIFY_EXPR
20403         build during parsing as an init statement.
20404         (java_method_add_stmt): Now return the current method body.
20405         (java_layout_parsed_class, java_register_parsed_class): Functions
20406         removed.
20407         (java_complete_expand_methods): Initialize the constant pool on a
20408         per class basis. Layout the classes before expanding their method
20409         bodies. Don't try expand artificial constructor code if error were
20410         found. Make the classes data and register them if no error were
20411         found.
20412         (java_complete_expand_method): Retrieve an artificial constructor
20413         argument list before entering its body. Assign the top block to
20414         the artificial constructor function body and set types of declared
20415         blocks and compound statements to void. Walk method body if not an
20416         artificial constructor.
20417         (make_qualified_name, cut_identifier_in_qualified): New functions.
20418         (resolve_expression_name): Fixed comments. Save/restore the
20419         current class CLASS_LOADED_P flag value. Build non qualified
20420         static field access and handle qualified expression names.
20421         (resolve_field_access, resolve_qualified_expression_name): New
20422         functions.
20423         (patch_method_invocation_stmt): Use the new expression resolution
20424         scheme, calling resolve_field_access when the function call is
20425         resolved as an expression.
20426         (qualify_ambiguous_name): Function rewritten to work on qualified
20427         expression produced by make_qualified_name.
20428         (java_complete_tree): Promote type when function's argument are
20429         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
20430         the assignment to discover further errors if RHS is a expression
20431         name that fails to evaluate. Declare LHS initialized even though
20432         the assignment failed. Don't use the location variable and removed
20433         extra argument in patch function calls. Now handle the ARRAY_REF
20434         case and build internal string representation when STRING_CSTs are
20435         walked.
20436         (build_method_invocation): Don't wrap function call around a WFL.
20437         (build_assignment): Likewise. Use the operator location
20438         information.
20439         (patch_assignment): Handle array access LHSs. Handle error
20440         provenance, resulting in a better error report.
20441         (build_binop): Use op_location from operator as binop location
20442         information.
20443         (build_unaryop, build_incdec, build_cast): Likewise.
20444         (patch_binop): Extract location information from the node. Fixed
20445         typo in error message.
20446         (patch_unary_op): Extract location information from the node.
20447         (build_array_ref, patch_array_ref): New functions.
20448
20449 1998-07-01  Tom Tromey  <tromey@cygnus.com>
20450
20451         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
20452         match _Jv_IsInstanceOf.
20453         * decl.c (init_decl_processing): Use _Jv_NewArray, not
20454         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
20455
20456 1998-06-30  Tom Tromey  <tromey@cygnus.com>
20457
20458         * decl.c (init_decl_processing): Functions are now named
20459         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
20460
20461 1998-06-29  Per Bothner  <bothner@cygnus.com>
20462
20463         * java-tree.h (load_class):  Add prototype.
20464         * class.c (is_compiled_class):  Add missing arg to load_class.
20465         * expr.c (expand_java_NEW):  Call load_class.
20466         * parse.y (process_import):  Removed bogus use of void return value.
20467
20468 1998-06-25  Per Bothner  <bothner@cygnus.com>
20469
20470         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
20471         Function name is "_Jv_Throw" instead of "soft_athrow".
20472         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
20473         Function name is "_Jv_AllocObject" instead of "soft_new".
20474         Takes an extra parameter (object size).
20475         * expr.c:  Update calls.
20476
20477 1998-06-24  Per Bothner  <bothner@cygnus.com>
20478
20479         * lex.c (java_get_line_col):  Handle end-of-file.
20480         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
20481
20482 1998-06-24  Andrew MacLeod  <amacleod@cygnus.com>
20483
20484         * lang.c (lang_init): Make -fexceptions the default.
20485         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
20486         exception handling is not turned on.
20487
20488 1998-06-23  Andrew MacLeod  <amacleod@cygnus.com>
20489
20490         * lang.c (flag_new_exceptions): Make this this default.
20491         * decl.c (end_java_method): Call emit_handlers.
20492         * except.c (method_init_exceptions): Set language code and version.
20493         (expand_start_java_handler): Enable exception, and call
20494         expand_eh_region_start.
20495         (expand_end_java_handler): Enable exception, and set up catch blocks.
20496         (emit_handlers): New routine to generate the saved handlers.
20497         * java-except.h (emit_handlers): Add prototype.
20498
20499 1998-06-12  Per Bothner  <bothner@cygnus.com>
20500
20501         We used to have three different representations of the constant pool:
20502         the CPool structure, the tree_constant_pool, and the constructures
20503         used to build the Class object (which may need class and string
20504         constants) in compiled code.  None were appropriate for compiling
20505         to .class files, so I did a major overhaul.
20506
20507         First, the tree_constant_pool array was removed.  Things were
20508         modified to the CPool structure in the JCF could be used.
20509         Second, a "capacity" field was added to the CPool, and functions
20510         written to search for a matching constant, adding one if not found.
20511         The code that generated the Class object was changed to use a CPool.
20512         The actual TREE_LISTs used to build the CONSTRUCTORs used for
20513         the static Class object are now only in build_constants_constructor.
20514         Finally, I wrote code which can generate a .class file (including its
20515         constant pool) from the RECORD_TYPE of a class.  This is a big step
20516         on the way to compiling Java source into .class files.
20517
20518         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
20519         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
20520
20521         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
20522         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
20523         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
20524         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
20525         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
20526         (lang_type):  Removed constant_pool field.
20527         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
20528         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
20529         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
20530         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
20531
20532         * constants.c (current_constant_pool_tags, current_constant_pool_data,
20533         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
20534         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
20535         (set_constant_entry, find_constant1, find_constant2,
20536         find_class_constant, count_constant_pool_bytes, write_constant_pool,
20537         find_utf8_constant, find_class_or_string_constant):  New functions.
20538
20539         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
20540         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
20541         (give_name_to_class, get_class_constant):  Likewise.
20542         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
20543         (get_name_and_type_constant, get_ref_constant):  Removed.
20544         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
20545         * parse.y:  Don't save/restore tree_constant_pool.
20546         * verify.c (verify_jvm_instructions):  Update for new approach.
20547         * expr.c (expand_invoke, expand_java_field_op): Likewise.
20548
20549         * lang-options.h:  Added -femit-class-file, -femit-class-files.
20550         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
20551         (lang_f_options):  Added "emit-class-file(s)".
20552
20553         * expr.c (build_java_arrayaccess):  Generate more efficient array
20554         bounds checking, by using unsigned compare.
20555
20556         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
20557
20558 1998-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20559
20560         * parse.h: New comment on the handling of unresolved type
20561         identifiers. JDEPs are now part of the jdep_code enum.
20562         (typedef struct jdep): Now use enum jdep_code or int, depending on
20563         availability. Both are narrowed down to an 8 bits bitfield.
20564         (CALL_EXPR_PRIMARY): Fixed comment.
20565
20566 1998-06-10  Tom Tromey  <tromey@cygnus.com>
20567
20568         * Make-lang.in (java): Added gjavac and jvgenmain.
20569         (java.start.encap): Depend on gjavac.
20570         (java.rest.encap): Depend on jvgenmain.
20571
20572         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
20573         (JAVA_CROSS_NAME): Likewise.
20574         (java.all.build): Depend on jvgenmain and gjavac.
20575         (java.all.cross): Depend on jvgenmain and gjavac-cross.
20576         (jvgenmain$(exeext)): New target.
20577         (java.install-common): Wrote.
20578         * config-lang.in (compilers, stagestuff): Added gjavac and
20579         jvgenmain.
20580
20581 1998-06-10  Dave Brolley  <brolley@cygnus.com>
20582
20583         * lang.c (lang_decode_option): New argc/argv interface.
20584
20585 1998-06-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20586
20587         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
20588         * decl.c (build_decl_no_layout): New function.
20589         * expr.c (java_lang_expand_expr): Layout declarations found in
20590         blocks before they're pushed.
20591         * jcf-parse.c (load_class): Save current line when parsing class
20592         file.
20593         (parse_source_file): Register class before expanding their
20594         methods.
20595         * lang.c (put_decl_node): Produce `null' when `void *' is
20596         processed.
20597         * lex.c (static tree wfl_op): New static global, for error report
20598         on casts.
20599         (java_init_lex): wfl_operator and wfl_op initialized
20600         here. Filename caching added for wfl_op. Return wfl_op when `(' is
20601         parsed.
20602         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
20603         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
20604         build_unresolved_array_type): New static function definitions.
20605         (build_decl_no_layout): New extern function declared.
20606         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
20607         faulty modifier exists.
20608         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
20609         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
20610         (UNARY_PLUS_EXPR): New fake operator.
20611         (struct parser_ctxt): New field osb_number.
20612         * parse.y (static tree wfl_operator): New static WFL for operator
20613         bound error messages.
20614         (DECR_TK, INCR_TK): Moved.
20615         (OP_TK): Tagged <operator>.
20616         (array_type:): Now call build_unresolved_array_type.
20617         (dim_expr:): Count the number of '[' seen.
20618         (post_increment_expression, post_decrement_expression,
20619         pre_increment_expression, pre_decrement_expression,
20620         unary_expression_not_plus_minus, unary_expression:): Actions are
20621         now building the corresponding unary expressions.
20622         (cast_expression:): Actions are now building cast expressions.
20623         (build_unresolved_array_type): New function.
20624         (create_interface): Reset the number of declared interfaces.
20625         (create_class): Likewise.
20626         (method_header): Methods declared within the scope of an interface
20627         are now implicitly set public and abstract.
20628         (java_complete_class): Variable's and parameter's type are patched
20629         with a promoted type.
20630         (declare_local_variables): Resolved non builtin types are promoted
20631         before being used to build a variable decl. Removed type patch
20632         posted on variable initialization statement.
20633         (source_start_java_method): Use build_decl_no_layout to build the
20634         decl of a parameter of incomplete type.
20635         (java_register_parsed_class): Process interfaces too. Call
20636         rest_of_decl_compilation on each processed class declarations.
20637         (java_complete_expand_methods): Don't attempt to expand things in
20638         interfaces.
20639         (java_complete_tree): Process CONVERT_EXPR, even though it always
20640         has a type. Propagate error_mark_node to node's type too. Promote
20641         method's call argument type and return error_mark_node if
20642         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
20643         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
20644         handle unary operator nodes.
20645         (build_assignment): Added comment.
20646         (print_int_node): New function.
20647         (patch_assignment): New second argument. New error handling. Use
20648         print_int_node. Handle references. Use can_cast_to_p to issue
20649         different error message according to the context and check upon
20650         the initialization of the RHS.
20651         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
20652         (operator_string): Handle more operators.
20653         (patch_binop): No longer use a function static
20654         wfl_operator. Improved error message on shift distance.
20655         (build_unaryop, build_incdec, build_cast, patch_unaryop,
20656         patch_cast): New functions.
20657
20658 1998-06-05  Per Bothner  <bothner@cygnus.com>
20659
20660         * jvspec.c:  New file.
20661         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
20662
20663         * java-tree.h (identifier_subst):  Add declaration.
20664
20665 1998-06-04  Tom Tromey  <tromey@cygnus.com>
20666
20667         * jvgenmain.c (main): Generate call to JvRunMain.
20668
20669         * class.c (make_class_data): Push value for "sync_info" field.
20670         * decl.c (init_decl_processing): Push "sync_info" field.
20671
20672 1998-06-03  Per Bothner  <bothner@cygnus.com>
20673
20674         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
20675         Java (source) name, not signature.
20676         Set TYPE_ALIGN to (at least) that of element_type.
20677
20678 1998-06-02  Per Bothner  <bothner@cygnus.com>
20679
20680         * class.c:  Moved classname-mangling-rekated code to ...
20681         * mangle.c:  ... this new file.
20682         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
20683         * Makefile.in:  Update for above changes.
20684
20685 1998-06-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20686
20687         * expr.c (truthvalue_conversion): Convert integer and floating
20688         point value to their truth value.
20689         * lex.c (java_lex): Handle the `null' literal.
20690         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
20691         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
20692         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
20693         New macros.
20694
20695         * parse.y: Reorganization/documentation on token declaration.
20696         (binop_lookup[]): New added new tree codes.
20697         (relational_expression): Build corresponding binary operators.
20698         (equality_expression, conditional_and_expression,
20699         conditional_or_expression): Likewise.
20700         (java_complete_class): Fix crash in debug message.
20701         (java_complete_tree): Check initialization of method call
20702         arguments. Further bogus node evaluation to detect more error
20703         during assignments. Handles more binary operators.
20704         (patch_assignment): Use DECL_P.
20705         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
20706         code.
20707         (operator_string): Handle more case. Compacted source.
20708         (patch_binop): Changed function comment. Checking for
20709         uninitialized first operand takes the compound assignment into
20710         account and uses DECL_P. Checking for uninitialized second operand
20711         delayed to routine's end. Use macros to issue type bound error
20712         messages and issue messages on both operands if their types are
20713         different. Force fixed type into node. Handle all binary
20714         operators.
20715
20716 1998-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20717
20718         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
20719         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
20720         build operator node and return tokens.
20721         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
20722         * parse.h (java_complete_tree): Changed returned type in prototype.
20723         (build_method_invocation, build_assignment, patch_assignment,
20724         patch_binop): New static function declarations.
20725         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
20726         BUILD_EXPR_WFL): New macros.
20727         * parse.y (enum tree_code binop_lookup[]): New static for token to
20728         TREE_CODE lookup.
20729         (%union): Parser union has new sub-structure `operator'.
20730         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
20731         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
20732         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
20733         ASSIGN_ANY_TK): Tokens tagged `operator'.
20734         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
20735         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
20736         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
20737         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
20738         (assignment_operator:): Rule tagged `operator'.
20739         (expression_statement:): Re-installed default rule.
20740         (method_invocation:): Sub rules call build_method_invocation.
20741         (postfix_expression:): Don't attempt to resolve name here. Just
20742         return an ID.
20743         (multiplicative_expression:): Sub-rules build corresponding binop
20744         expression node.
20745         (additive_expression:, shift_expression:, and_expression:,
20746         exclusive_or_expression:, inclusive_or_expression:): Likewise.
20747         (assignment:): Sub rule invoke build_assignment.
20748         (assignment_operator:): Default rules on sub rules.
20749         (force_error): Added documentation on this variable.
20750         (declare_local_variables): Build initialization calling
20751         build_assignment.
20752         (expand_start_java_method): Removed unused rtx declaration. Mark
20753         arguments as already initialized.
20754         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
20755         (java_complete_expand_methods): Don't process next method if
20756         completion of the previous one triggered errors.
20757         (java_complete_expand_method): Call source_end_java_method if no
20758         error were found during completion.
20759         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
20760         locals declaratilon. Handle names found within a class. Return
20761         error_mark_node when things aren't found.
20762         (patch_method_invocation_stmt): Return error_mark_node on failures.
20763         (patch_invoke): Removed unused local. Return the correct node.
20764         (java_complete_tree): Now returns a value. The BLOCK section binds
20765         local identifiers and the type of a BLOCK is now void. Assign the
20766         result of operand completion on COMPOUND_EXPR. Assign the
20767         encapsulated node of a WFL to the result of its completion, except
20768         when the node is an identifier. Now handle MODIFY_EXPR and several
20769         binary operators. Return error_mark_node on errors.
20770         (build_method_invocation, build_assignment, patch_assignment,
20771         build_binop, operator_string, patch_binop): New functions.
20772         * typeck.c (binary_numeric_promotion): New function.
20773
20774 1998-05-21  Per Bothner  <bothner@cygnus.com>
20775
20776         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
20777         Replace most uses of ident_subst by identifier_subst.
20778
20779         * class.c (push_class_static_dummy_field):  Removed function.
20780         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
20781         instead of looking got "class" static field.  Create that decl here.
20782         (class_identifier_node):  Removed;  no longer needed.
20783         (init_class_processing):  Don't init class_identifier_node.
20784         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
20785         Do nreverse 0 times (instead of twice) for Object and Class.
20786         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
20787
20788 1998-05-20  Per Bothner  <bothner@cygnus.com>
20789
20790         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
20791         while initializing linenumber_count and linenumber_table.
20792         Do it before init_function_start (which calls emit_line_note).
20793         * expr.c (expand_byte_code):  Don't need to clear lineno here.
20794
20795 1998-05-18  Tom Tromey  <tromey@cygnus.com>
20796
20797         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
20798         then mangle number as _N_.
20799
20800         * class.c (mangle_class_field): New function.
20801         (build_class_ref): Set assembler name of class reference using
20802         mangle_class_field.
20803         (push_class_static_dummy_field): Likewise.
20804
20805 1998-05-17  Michael Tiemann <tiemann@cygnus.com>
20806
20807         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
20808         of assigning to TREE_CODE.  The latter method exploits a feature
20809         of GCC that is not ANSI compliant.
20810
20811 1998-05-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20812
20813         * decl.c (pushdecl_force_head): New function.
20814         (pushlevel): Removed conditional printf.
20815         (complete_start_java_method): Don't enter local variable scope if
20816         function is compiled from source code.
20817         * expr.c: parse.h now included
20818         (java_lang_expand_expr): New function.
20819         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
20820         printf. Terminate buffer when doing directories.
20821         * jcf-parse.c (parse_source_file): Call lang_init_source before
20822         parsing and before code generation.
20823         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
20824         use printf if the macro is defined.
20825         * lang.c (lang_init): Install lang_expand_expr hook on
20826         java_lang_expand_expr.
20827         (java_dummy_print): New function.
20828         (lang_init_source): New function.
20829         * lex.c (java_lex): Remember location of an opening brace at the
20830         second nesting level.
20831         (java_is_eol): Unget character seen after a CR if it is EOF.
20832         * parse.h: Now includes lex.h
20833         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
20834         printf if the macro is defined.
20835         (expand_start_java_method, build_expr_block, enter_block,
20836         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
20837         New static function declarations.
20838         (pushdecl_force_head): New extern function declaration.
20839         (INCOMPLETE_TYPE_P): New macro.
20840         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
20841         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
20842         BLOCK_EXPR_ORIGIN): New macros.
20843         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
20844         DECL_SOURCE_LINE_LAST): New macros.
20845         (struct parser_ctxt): Removed field current_method_decl, redundant
20846         with the field current_function_decl. Added fields
20847         first_ccb_indent1 and pending_block.
20848         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
20849         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
20850         tagged <node>
20851         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
20852         (compilation_unit:): Cosmetic on sub rule.
20853         (type_declaration:): Cosmetic on sub rules. Added an error rule.
20854         (variable_initializer:): Installed default rule on expression:.
20855         (method_declaration:): method_header: starts a new
20856         method. method_body: installs the function body, absorbs blocks
20857         emitted for temporary variable scopings, pops function's body block
20858         and merges function's last statement lineno in DECL_SOURCE_LINE.
20859         (method_body:): Installed default rules.
20860         (block:): Call enter_block when an opening brace is seen.  Absorb
20861         scoping blocks and call exit_block when a closing brace is seen.
20862         (block_statement:): Cosmetic changes.
20863         (method_invocation:): Create WFL around CALL_EXPR node.
20864         (patch_stage): Added comment around definition.
20865         (method_header): Try to use first_ccb_indent1 as the first line of
20866         the method, so BP debug info are emitted at the first opening
20867         brace of the function. If the function has no body, use the
20868         location of the function's name. Override currently defined method
20869         name with the matching WFL so we can point redefinition errors
20870         using the location where the function's name was declared.
20871         (check_abstract_method_header): Interprets DECL_NAME as an
20872         identifier or as a WFL, accordingly.
20873         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
20874         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
20875         location and name information out of it and reinstall DECL_NAME to
20876         its original identifier node value.
20877         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
20878         function's source code).
20879         (read_import_dir): Test the value returned by find_class and issue
20880         a fatal accordingly.
20881         (declare_local_variables): Push a new block for the scope of the
20882         new variable(s) if code has been already generated at that nesting
20883         level. Pinpoint redefinition errors using the variable id
20884         WFLs. Generate initialization code if necessary. If the variable
20885         type is incomplete, register a patch on its decl.
20886         (source_start_java_method): Rewritten. Define a new block for the
20887         function's parameters. Build parameter decl out of function's
20888         arguments and register them for a patch if their types are
20889         incomplete.
20890         (expand_start_java_method): Includes the part of
20891         source_start_java_method that was pushing the parameter decls and
20892         completing the method start code.
20893         (source_end_java_method): Removed call the expand_end_bindings and
20894         poplevel (already taken care of). Reinstall function's arguments
20895         and get function's last line of code before calling
20896         expand_function_end.
20897         (java_method_add_stmt): New comment before the function's
20898         code. Complement the second operand of the current COMPOUND_EXPR
20899         if necessary.
20900         (java_complete_expand_methods): Don't generate debug info on line
20901         zero when expanding a generated constructor.
20902         (java_complete_expand_method): Set start and end line numbers for
20903         a artificially generated constructor to one and manually call
20904         enter_block and exit_block when defining it. For all methods:
20905         expand function's start calling the new expand_start_java_method
20906         and invoke java_complete_tree on the effective method's body, if
20907         any.
20908         (resolve_expression_name): Now use lookup_name_in_blocks to search
20909         local variable decls and print out an error when variables are
20910         undefined.
20911         (patch_method_invocation_stmt): Inserted comment before the
20912         function's code.
20913         (lookup_method_invoke): Chain method's arguments using chainon
20914         with the current arg list as a second argument. Inserted missing
20915         IDENTIFIER_POINTER when reporting an error on methods not found.
20916         (refine_accessible_methods_list): Don't retain constructors.
20917         (patch_arguments): Function removed.
20918         (java_complete_tree): Inserted comment before the function's
20919         code. New case for BLOCKs. Moved the WFL case a bit
20920         further. Complete function's arguments.
20921         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
20922         maybe_absorb_scoping_blocks): New functions.
20923
20924 1998-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20925
20926         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
20927         previously set.
20928         * jcf-parse.c (parse_source_file, java_error_count): New forward
20929         and extern declarations.
20930         (java_parse_abort_on_error): Macro moved.
20931         (jcf_parse_source): fatal called if fopen fails. Now calls
20932         parse_source_file.
20933         (parse_source_file): New parse_only parameter. Reflects the
20934         elimination of the second pass.
20935         (yyparse): parse_source_file called with argument set to 0.
20936         * jcf.h (JCF_ZERO): Sets java_source to zero.
20937         * lex.c (java_init_lex): pass argument is gone. Function modified
20938         to be called once during the analysis of a file.
20939         (java_unget_unicode): Fixed typo in fatal message.
20940         (java_get_line_col): Likewise.
20941         (java_lval): Likewise. String literals no longer built during
20942         second pass.
20943         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
20944         account.
20945         * parse.h (MODIFIER_WFL): New macro.
20946         (parse_check_super, parser_check_super_interface): Now return int.
20947         (parser_chain_incomplete_item, not_builtin_p,
20948         complete_method_decl): Declarations removed.
20949         (build_method_invocation_stmt, build_invoke): Renamed using the
20950         `patch' instead of `build'
20951         (register-incomplete_type, obtain_incomplete_type,
20952         java_complete_tree, java_complete_expand_method,
20953         unresolved_type_p, create_jdep_list): New function declarations.
20954         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
20955         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
20956         (jdep): New typedef on new struct _jdep.
20957         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
20958         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
20959         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
20960         JDEP_RESOLVED_P): New macros.
20961         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
20962         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
20963         JDEP_VARIABLE): New enum values and jdep kinds.
20964         (jdeplist): New typedef on struct _jdeplist.
20965         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
20966         macros.
20967         (CALL_EXPR_PRIMARY): New macro.
20968         (struct parser_ctxt): Fields java_pass, current_method_decl,
20969         method_decl_list deleted. New field jdeplist.
20970         (INCOMPLETE_P): Macro deleted.
20971         * parse.y (single_type_import_declaration:): Removed pass switch.
20972         (type_import_on_demand_declaration): Likewise.
20973         (field_declaration:): Removed pass switch on all sub rules.
20974         (class_declaration:): Call the complete_class_decl removed on
20975         class_body rules.
20976         (method_declaration:): Removed second pass switch. No longer chain
20977         methods decl when method_header reduced.
20978         (method_header:): Sub rules no longer depend on pass switch.
20979         (method_declarator:): Likewise.
20980         (method_body:): Likewise.
20981         (abstract_method_declaration:): Likewise.
20982         (block_statement:): Likewise.
20983         (local_variable_declaration:): Likewise.
20984         (argument_list:): Likewise.
20985         (method_invocation:): Likewise. Call to build_method_invocation_stmt
20986         removed. Partial CLASS_EXPR tree node built instead.
20987         (postfix_expression:): Removed pass switch on all sub rules.
20988         (java_pop_parser_context): Free classd_list content.
20989         (yyerror): Call obstrack_grow0 to finalize error message.
20990         (check_class_interface_creation): Comment modified to reflect new
20991         returned value meaning. Removed second pass switch. Return 1 if an
20992         error was found, 0 otherwise. Adjust pointer on filename if a
20993         leading path separator was found.
20994         (maybe_create_class_interface_decl): Removed first pass switch
20995         when linking the class decl to the class_list. Install a new
20996         jdep_list for the class.
20997         (add_superinterfaces): List of unresolved interfaces is
20998         gone. Unresolved interfaces are directly added to the current
20999         dependencies list.
21000         (create_interface): Second pass shortcut removed.
21001         ctpx->modifier_ctx access through MODIFIER_WFL.
21002         (create_class): Second pass shortcut removed. Call to
21003         register_incomplete_type replaces the call to
21004         parser_chain_incomplete_item.
21005         (complete_class_decl): Function removed.
21006         (duplicate_declaration_error): New way of retrieving redeclared
21007         item type.
21008         (register_fields): Call to lookup_modifier_cl replaced by
21009         MODIFIER_WFL. New way of handling unresolved type, using
21010         unresolved_type_p and obtain_incomplete_type.
21011         register_incomplete_type replaces call to parser_chain_incomplete_item.
21012         (patch_stage): New static global variable.
21013         (method_header): New way of handling unresolved type, using
21014         unresolved_type_p and obtain_incomplete_type. patch_stage used to
21015         indicates that the method decl needs to be patched.
21016         (check_abstract_method_header): Call to lookup_modifier_cl
21017         replaced by MODIFIER_WFL.
21018         (method_declarator): Incomplete argument type are registered
21019         calling register_incomplete_type. Patch on the declared method is
21020         issued in that case.
21021         (unresolved_type_p): New function.
21022         (parser_check_super_interface): New comment to reflect function's
21023         modified returned type (int). Function and has a new argument
21024         this_wfl. Call to parse_error_context uses this_wfl instead of
21025         relying on lookup_cl.
21026         (parser_check_super): Comment reflects function's new returned
21027         type (int). Function returns nonzero value on error.
21028         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
21029         register_incomplete_type, jdep_resolve_class): New functions to
21030         handle incomplete types in declarations.
21031         (java_complete_class): Rewritten to work with the new incomplete
21032         type handling scheme.
21033         (complete_class_report_errors): Likewise.
21034         (complete_method_decl): Removed: it jobs is now handled by
21035         java_complete_class.
21036         (do_resolve_class): Class loaded in not already loaded and not
21037         found in Java source code.
21038         (java_check_regular_methods, java_check_abstract_methods): Don't
21039         call complete_method_decl anymore.
21040         (lookup_modifier_cl, not_builtin_p): Functions deleted.
21041         (read_import_dir): Got rid of the pass number dependency.
21042         (declare_local_variables): New handling of unresolved types (patch
21043         issued).
21044         (source_start_java_method): New parameter level. Function called
21045         with level set to 1 when argument types are potentially
21046         unresolved.  Called to complete the job with level set to 2 once
21047         types are complete.
21048         (source_end_java_method): Call to permanent_allocation
21049         removed. Waiting to be replaced by a more suitable obstack
21050         management.
21051         (java_complete_expand_methods, java_complete_expand_method,
21052         java_expand_finals): New functions.
21053         (build_method_invocation_stmt): Renamed
21054         patch_method_invocation_stmt. Extracts function call expression
21055         (wfl) and arguments (args) from CALL_EXPR tree operands.
21056         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
21057         call. Patch the function and argument operand of the CALL_EXPR
21058         tree argument.
21059         (patch_argument, java_complete_tree): New functions.
21060
21061 1998-04-20  Per Bothner  <bothner@cygnus.com>
21062
21063         Recover from missing fields and methods (i.e. error instead of fatal).
21064         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
21065         * expr.c (expand_invoke):  Recover from missing method.
21066         (expand_java_field_op):  Recover from missing field.
21067         Inline references to java.lang.{Integer,Char,...}.TYPE.
21068         * typeck.c (get_type_from_signature), java-tree.h:  New function.
21069         * class.c (add_method):  Use get_type_from_signature.
21070         (build_class_ref):  Handle a class that was not found.
21071         * typeck.c (convert):  Handle conversion to pointers (for convenience).
21072         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
21073         instead of lookup_field to handle missing fields.
21074
21075         * jcf-parse.c (process_zip_dir):  Set java_source.
21076
21077 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
21078
21079         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
21080
21081 1998-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21082
21083         * jcf-parse.c (load_class): Don't change input_filename before
21084         calling jcf_parse_source (but still do it before calling
21085         jcf_parse).
21086         (jcf_parse_source): Assign input_filename after having saved the
21087         parser context.
21088         * lex.c (java_init_lex): Chain a WFL node to the import on demand
21089         list. ctxp->modifier_ctx zeroed according to its new
21090         definition. ctxp->filename initialized. Removed
21091         JAVA_MODIFIER_CTX_UNMARK.
21092         (java_unget_unicode): Update the character based column position.
21093         (java_allocate_new_line): ref_count not used anymore. Always free
21094         ctxp->p_line. Initialize c_line->char_col to 0.
21095         (java_get_unicode): Update the character based column position.
21096         (java_lex): Use ctxp->elc to store current position in source
21097         file, at the beginning of the parsed token. Set modifier_ctx entry
21098         corresponding to the parse modifier to a WFL node. Return a WFL
21099         node when an identifier is parsed.
21100         (java_lex_error): Now uses ctxp->elc to store current position in
21101         source.
21102         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
21103         * lex.h (build_wfl_node): New function definitions.
21104         (struct java_line): ref_count and next fields are gone. New field
21105         char_col.
21106         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
21107         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
21108         (JAVA_COLUMN_DELTA): New macro.
21109         (java_lc): New typedef on new struct _java_lc.
21110         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
21111         (parse_error_context, parse_warning_context): Changed prototypes.
21112         (java_get_line_col): Added as an available global function.
21113         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
21114         (IC_DECL): Replaced by macro IC_TYPE
21115         (DEPEND_WFL): New macro.
21116         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
21117         wrong modifier.
21118         (exit_java_complete_class): Removed a commented out statement.
21119         (struct parser_ctxt): Added comments on fields. modifier_ctx is
21120         now an array of tree nodes. Deleted fields line_list and
21121         e_line. New field elc, to replace e_line.
21122         * parse.y (array_type:): Build WFL node.
21123         (qualified_name:): Build a single WFL node out of two. Retain
21124         the location information of the first node in the resulting node.
21125         (package_declaration:): Use package name as a WFL node
21126         (single_type_import_declaration:): Use imported name as a WFL node.
21127         (type_import_on_demand_declaration:): Use root of the imported
21128         packages as a WFL node.
21129         (field_declaration:): Removed unused local variable cl.
21130         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
21131         (yyerror): New static elc. Removed static error_line, error_pos.
21132         New local code_from_source. Save ctxp->elc into elc at the first
21133         pass. Call java_get_line_col to get a string of the line where
21134         the error occurred.
21135         (debug_line): Removed static function.
21136         (parse_error_context, parse_warning_context): Parameter cl is now
21137         a WFL node. Use its value to initialize ctxp->elc.
21138         (redefinition_error): Parameter cl is now a WFL node.
21139         (parse_add_interface): New parameter wfl. No longer call
21140         lookup_cl, use wfl instead.
21141         (check_class_interface_creation): Parameter cl is now a WFL node.
21142         (maybe_create_class_interface_decl): Likewise.
21143         (add_superinterfaces): New function.
21144         (create_interface): Removed local cl, node, super_decl,
21145         super_decl_type.  Function now uses id as a WFL node. Better
21146         warning/error report on obsolete or forbidden mix of
21147         modifiers. Now calls add_superinterfaces to register interfaces.
21148         (create_class): Removed local cl, node. Local variable id is used
21149         as a WFL node. Better error report on forbidden modifier
21150         mix. Uses add_superinterfaces to register interfaces.
21151         (find_field): Argument cl is now a WFL node. Now store the WFL
21152         node of a fields that needs to be checked for their
21153         initialization.
21154         (method_header): Local variable node non longer used. Local
21155         variable id replaces cl.
21156         (check_modifiers_consistency): Local variable cl is now a WFL
21157         node.
21158         (method_declarator): Local variable cl replaced by parameter id.
21159         (parser_qualified_name): Now uses parameter name as a WFL node.
21160         (parser_check_super_interface): New parameter wfl, for achieve
21161         greater accuracy during error reports.
21162         (parser_chain_incomplete_item): New parameter named location. Used,
21163         along the decl, to construct the incomplete item node.
21164         (java_complete_class): resolve_class now uses WFL node extracted
21165         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
21166         where appropriate.
21167         (complete_method_decl): Unresolved function's argument types are WFL.
21168         (resolve_class): Parameter cl is now a WFL node.
21169         (resolve_and_layout): Likewise.
21170         (do_resolve_class): Likewise. Try first to use cl and then do the
21171         lookup on the decl when calling check_pkg_class_access.
21172         (complete_class_report_errors): Use IC_TYPE in place of
21173         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
21174         instead of doing a lookup over the decl.
21175         (java_check_final): Use WFL info from field tree list.
21176         (lookup_cl): Rewritten and returns a statically defined WFL node.
21177         (lookup_modifier_cl): Now uses information from WFL nodes.
21178         (process_imports): Likewise.
21179         (read_import_dir): name and cl arguments replaced by a single WFL
21180         node. Function modified accordingly.
21181         (find_in_imports_on_demand): Now uses WFL node.
21182         (check_pkg_class_access): cl argument is now a WFL node.
21183         (declare_local_variables): Fixed to use WFL nodes.
21184         (resolve_expression_name): Likewise.
21185         (build_method_invocation_stmt): name_combo argument renamed
21186         wfl. Function modified to use WFL nodes.
21187         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
21188         (lookup_method_invoke): cl is now a WFL node. Added missing
21189         IDENTIFIER_POINTER to class type decl name.
21190
21191 1998-04-14  Dave Brolley  <brolley@cygnus.com>
21192
21193         * lang.c (init_parse): Now returns char* containing the filename.
21194
21195 1998-04-10  Per Bothner  <bothner@cygnus.com>
21196
21197         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
21198
21199         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
21200         * class.c (make_class_data):  If flag_assume_compiled, initial class
21201         state is CSTATE_PREPARED; make superclass and interfaces direct
21202         references, rather than constant pool indexes.
21203
21204 1998-04-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21205
21206         * parser.y: Include flags.h. Removed debug variable pl.
21207         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
21208         (block:): Likewise.
21209         (labeled_statement_nsi:): Generate debug info when reducing
21210         expression_statement:.
21211         (check_pkg_class_access): get_access_flags_from_decl invocation
21212         fixed for new CLASS_* flags location.
21213         (source_end_java_method): Save/restore parser context when
21214         entering/leaving this routine. Restore lineno to its right value
21215         before calling expand_end_bindings.
21216         (build_method_invocation_stmt): build_invoke called with the
21217         current line information.
21218         (build_invoke): New argument cl. Wrap the function call around a
21219         wfl node.
21220         (refine_accessible_methods_list): Changed comment, removed
21221         unnecessary code.
21222         * parse.h: Fixed typo in comments.
21223         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
21224         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
21225         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
21226         parser_ccb_indent.
21227         * lex.c (java_lex): Record the last closing curly bracket of a
21228         function.
21229         * jcf-parse.c (jcf_parse_source): Now calls
21230         java_check_methods. Clarified comment, fixed typo.
21231
21232 1998-04-09  Dave Brolley  <brolley@cygnus.com>
21233
21234         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
21235         (finish_parse): Expose for non USE_CPPLIB builds.
21236
21237 1998-04-08  Jeffrey A Law  (law@cygnus.com)
21238
21239         * lang.c (lang_print_xnode): New function.
21240
21241 1998-04-03  Per Bothner  <bothner@cygnus.com>
21242
21243         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
21244         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
21245         used to build a class's dispatch table.
21246         (make_class_data):  Generate dispatch table if flag_assume_compiled.
21247         Set dtable of class object to address of class_dtable_decl.
21248
21249         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
21250         be volatile and have side effects - generates better code.
21251
21252         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
21253         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
21254
21255         * expr.c (expand_invoke):  If class is final, method is
21256         effectively final, so can call it directly.
21257
21258         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
21259
21260         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
21261
21262 1998-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21263
21264         * parse.y (build_method_invocation_stmt): Removed extra argument
21265         to build_invoke.
21266
21267 1998-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21268
21269         * expr.c (dtable_indent): Now static global.
21270         (expand_invoke): Now call invoke_build_dtable and
21271         build_invokevirtual.
21272         (invoke_build_dtable, build_invokevirtual): New functions.
21273         * jcf-io.c (find_class): Defer issuing a warning by setting
21274         jcf->outofsynch to 1.
21275         * jcf-parse.c (jcf_out_of_synch): New function.
21276         (load_class): Test this_jcf.outofsynch flag and call
21277         jcf_out_of_synch accordingly.
21278         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
21279         comment indentation.
21280         * lex.c (java_get_unicode): Fixed code indentation.
21281         (java_lex): Create string literal. Fixed typo. Removed several
21282         premature obstack_free.
21283         * parse.h: New enums for name resolution and invocation mode.
21284         (struct qualification): New data structure.
21285         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
21286         (do_resolve_class, build_method_invocation_stmt,
21287         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
21288         debug_line, identical_subpath_p, invocation_mode,
21289         refine_accessible_methods_list, build_invoke,
21290         lookup_method_invoke): New functions declared.
21291         (build_invokevirtual, invoke_build_dtable, match_java_method,
21292         build_field_ref, jcf_out_of_synch): New references to external
21293         functions.
21294         (struct parse_ctxt): Removed artificial_constructor field.
21295         * parse.y: (array_type:): Type defined for this rule.
21296         (class_type:): Installed default rule for interface_type:.
21297         (array_type:): Now build Java array type.
21298         (qualified_name:): Now use obstack_grow0.
21299         (method_declaration:): Skip the artificial constructor added to
21300         the list, if any.
21301         (abstract_method_declaration:): Execute the code only during pass 1.
21302         (block:): Installed default rule in block_statements:.
21303         (block_statement:): Add the statement to the method during pass 2.
21304         (statement_expression): Installed default rule for
21305         method_invocation:.
21306         (argument_list:): Added code to build the argument list.
21307         (method_invocation:): Added call to create the method invocation
21308         node.
21309         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
21310         (debug_line): New function for debug.
21311         (complete_class_decl): No longer do something during pass 1.
21312         (method_header): Use BUILD_PTR_FROM_NAME.
21313         (parser_qualified_classname): Use obstack_grow0. Removed bogus
21314         obstack_free.
21315         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
21316         function's main comment.
21317         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
21318         classes.
21319         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
21320         (resolve_class): Now works with arrays.
21321         (do_resolve_class, resolve_and_layout): New functions.
21322         (java_check_regular_methods): Reverse method list before and after
21323         having processed it. No longer set ctxp->artificial_constructor.
21324         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
21325         accordingly. Fixed typo in issued error message. Now use
21326         obstack_grow0.
21327         (find_in_imports_on_demand): Now use obstack_grow0.
21328         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
21329         (source_end_java_method): Call expand_expr_stmt instead of
21330         expand_expr. Calls it before calling expand_function_end.
21331         (java_method_add_stmt): Do nothing if errors were found during
21332         parsing.
21333         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
21334         (build_method_invocation_stmt, build_invoke, invocation_mode,
21335         lookup_method_invoke, refine_accessible_methods_list,
21336         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
21337         New functions.
21338         * typeck.c (build_java_signature): Properly end method signature
21339         if return type skipped.
21340         (match_java_method): New function.
21341
21342 1998-03-16  Per Bothner  <bothner@cygnus.com>
21343
21344         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
21345
21346 1998-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21347
21348         * expr.c (build_invoke_non_interface): New function.
21349         (methods_ident, ncode_ident): Now static globals.
21350         (expand_invoke): Use build_invoke_non_interface.
21351         * java-tree.h (struct lang_decl): New field function_decl_body.
21352         (DECL_FUNCTION_BODY): New macro.
21353         * jcf-parse.c (jcf_parse_source): Deeper check before setting
21354         CLASS_FROM_SOURCE_P.
21355         (parse_source_file): Fixed typos. Call java_layout_parsed_class
21356         before starting pass 2. Call to java_generate_parsed_class replaced
21357         by java_register_parsed_class.
21358         * lex.c: Fixed typo in header. Some line width related formating.
21359         * lex.h: Some line width related formating.
21360         * parse.h (source_end_java_method, resolve_expression_name,
21361         complete_class_decl, maybe_create_class_interface_decl,
21362         check_class_interface_creation): New static function declarations.
21363         (java_layout_parsed_class, java_method_add_stmt): New function
21364         declarations.
21365         (struct parser_ctxt): Field mark_class_generate removed. New
21366         fields class_list and artificial_constructor.
21367         * parse.y: Fixed typo in header.
21368         (class_declaration:): Call complete_class_decl when class body
21369         parsed.
21370         (method_declaration:): Call source_end_java_method in pass 2 when
21371         the method body is defined.
21372         (postfix_expression:): Do expression name resolution on sub-rule
21373         name during pass 2.
21374         (create_class, create_interface): Merged common pieces.
21375         (check_class_interface_creation, maybe_create_class_interface_decl):
21376         New functions.
21377         (complete_class_decl): New function.
21378         (register_fields): Fixed line width related typo.
21379         (method_header): Correctly skip first argument when fixing
21380         argument line. Changed the loop.
21381         (java_check_circular_reference): Now use ctxp->class_list.
21382         (java_complete_class): Removed start/stop marking.
21383         (java_check_regular_methods): Now takes a class decl as an
21384         argument.  Add default constructor if none were encountered.
21385         (java_check_methods): Now use ctxp->class_list. Changed call to
21386         java_check_regular_methods.
21387         (source_start_java_method): Set DECL_ARG_TYPE for each function
21388         arguments.
21389         (source_end_java_method, java_method_add_stmt): New functions.
21390         (java_generate_parsed_class): No longer exists.
21391         (java_layout_parsed_class, java_register_parsed_class): New functions.
21392         (resolve_expression_name): New function.
21393
21394 1998-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21395
21396         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
21397         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
21398         until pass initializations are done. Call read_import_dir with
21399         pass set to 0.
21400         * parse.h: (lookup_modifier_cl): New function declared.
21401         (INTERFACE_FIELD_MODIFIERS): New macro.
21402         (OBSOLETE_MODIFIER_WARNING): New macro.
21403         * parse.y: (register_fields): Class type and current field name in
21404         local variables. Check modifier(s) if adding field(s) to an interface.
21405         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
21406         and report errors using the faulty modifier line context.
21407         (lookup_modifier_cl): New function.
21408         (read_import_dir): Detect and report default import processing
21409         failure.
21410
21411 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
21412
21413         Add a pair of -fassume-compiled/-fno-assume-compiled options.
21414         * class.c (is_compiled_class): Return 1 after making sure it
21415         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
21416         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
21417         * java-tree.h (flag_assume_compiled): Add decl.
21418         * lang.c (lang_f_options): Add the flag.
21419         (flag_assume_compiled): Add decl, default to 0.
21420
21421 1998-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21422
21423         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
21424         (is_compiled_class): Likewise.
21425         (layout_class): Likewise.
21426         (layout_class): Detect and lay out classes defined in source code.
21427         (interface_of_p, add_interface_do, may_add_interface): New
21428         function.
21429         (add_interface): Now use add_interface_do.
21430         (add_method_1): New function.
21431         (add_method): Now use add_method_1.
21432         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
21433         (complete_start_java_method): New function.
21434         (start_java_mehod): Now call complete_start_java_method.
21435         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
21436         (expand_invoke): Likewise and fixed typo.
21437         *gjava.c: (print_super_field): Use new argument to find_class
21438         DO_CLASS_FILE.
21439         (main): Likewise.
21440         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
21441         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
21442         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
21443         IDENTIFIER_NODE.
21444         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
21445         (add_method_1, push_class): New prototypes.
21446         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
21447         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
21448         directory where the class was found.
21449         (find_class): New argument DO_CLASS_FILE. Function find_class
21450         modified accordingly.
21451         *jcf-parse.c: (fix_class_path): New function.
21452         (load_class): Use new VERBOSE argument. load_class now finds and
21453         loads/parses .class/.java files. Save read_state of current_jcf
21454         if necessary.
21455         (java_parser_abort_on_error): New macro.
21456         (jcf_parse_source, parse_source_file): New function.
21457         (jcf_parse): Fixed typo.
21458         (yyparse): Call parse_source_file () only.
21459         (process_zip_dir): Fixed typo, fix zdir->filename_length when
21460         writing the real class name back in the zip directory entry.
21461         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
21462         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
21463         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
21464         (find_class): Prototype fixed.
21465         *lex.c: Added 1998 time stamp.
21466         Removed all static global variables, moved into the parser
21467         context data structure.. Now include unistd.h if SEEK_SET not
21468         defined.
21469         (java_init_lex): Rewritten.
21470         (java_sneak_unicode): Modified current unicode access in current line.
21471         (java_unget_unicode): Likewise.
21472         (java_allocate_new_line): New allocation management.
21473         (java_read_char): Modified access and storage of unget_utf8_value.
21474         New way of processing current unicode.
21475         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
21476         (java_get_unicode): Now use the parser context.
21477         (java_lineterminator): Likewise.
21478         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
21479         of the reentrant parser implementation. Function now use the
21480         parser context data structure and java_lval. Fixed production of
21481         the float and double constant "out of range" error message. Fixed
21482         obstack use. Return integer value when hitting a modifier. Now
21483         return type for TRUE, FALSE and other predefined types. Return
21484         identifier as a TREE_LIST list containing the current line context
21485         as the TREE_VALUE sub-node.
21486         (java_unicode_2_utf8): Fixed typo in declaration.
21487         (java_lex_error): Now use the parser context data structure.
21488         *lex.h: Added 1998 time stamp.
21489         (struct java_line): New fields ref_count and next.
21490         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
21491         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
21492         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
21493         *parse.h: Added 1998 time stamp.
21494         (java_parse_source_file): Renamed from parse_source_file.
21495         (YYERROR_NOW, YYNOT_TWICE): Fixed.
21496         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
21497         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
21498         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
21499         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
21500         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
21501         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
21502         (struct parser_ctxt): New data structure to keep the parser context.
21503         *parse.y: Added 1998 time stamp, got rid of static global variables.
21504         (java_error_count, ctxp): New global variables.
21505         (%union): New value field.
21506         (numeric_type, integral_type): Rules removed.
21507         (primitive_type): Rule defined to handle integral, float, double and
21508         boolean types.
21509         (qualified_name, package_declaration,
21510         single_type_import_declaration, type_import_on_demand_declaration,
21511         modifiers, class_declaration, super, interfaces,
21512         interface_type_list, class_body, field_declaration,
21513         field_declaration, variable_declarators, variable_declarator,
21514         variable_declarator_id, method_declaration, method_header,
21515         formal_parameter_list, formal_parameter, method_body, block,
21516         static, interface_declaration, extends_interfaces,
21517         abstract_method_declaration, local_variable_declarators): Rules now
21518         define actions.
21519         (force_error, do_warning): New global statics.
21520         (push_parser_context, parser_context_save_global,
21521         parser_context_restore_global, pop_parser_context): New functions.
21522         (yyerror): Now uses the global parser context. Fixed use of obstack.
21523         (parse_error, parse_error_context, parse_warning_context,
21524         java_accstring_lookup, redefinition_error, check_modifiers,
21525         parser_add_interface, create_interface, create_class, find_field,
21526         duplicate_declaration_error, register_fields, method_header,
21527         check_modifiers_consistency, check_abstract_method_header,
21528         method_declarator, parser_qualified_classname,
21529         parser_check_super_interface, parser_check_super,
21530         parser_chain_incomplete_item, java_check_circular_reference,
21531         layout_class_from_source, java_complete_class,
21532         complete_method_decl, resolve_class, complete_class_report_errors,
21533         java_check_final, check_method_redefinition,
21534         java_check_regular_methods, java_check_abstract_methods,
21535         java_check_methods, lookup_java_interface_method2,
21536         lookup_java_method2, lookup_cl, find_name_in_single_imports,
21537         process_imports, find_in_imports, read_import_entry,
21538         read_import_dir, find_in_imports_on_demand,
21539         check_pkg_class_access, not_builtin_p, declare_local_variables,
21540         source_start_java_method, java_generate_parsed_class): New
21541         functions.
21542         *typeck.c: (signature_include_return): New global variable.
21543         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
21544         to add the function returned type in the signature.
21545
21546 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
21547
21548         * jcf-io.c (open_in_zip): Use strncmp and LEN.
21549
21550 1998-01-29  Dave Brolley  <brolley@cygnus.com>
21551
21552         * Make-lang.in (java.info): Added.
21553         (java.install-info): Added
21554
21555 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
21556
21557         * Makefile.in (clean): Also remove java/parse.c.
21558
21559 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
21560
21561         Add a pair of -fbounds-check/-fno-bounds-check options.
21562         * lang.c (lang_decode_option): Add code to grok arguments.
21563         (flag_bounds_check): Add decl.
21564         (lang_f_options): New array w/ the option in it.
21565         * java-tree.h (flag_bounds_check): Add decl.
21566         * lang-options.h: New file.
21567         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
21568         of a static macro value.
21569         (JAVA_ARRAY_EXCEPTION): Delete macro.
21570
21571 1998-01-23  Per Bothner  <bothner@cygnus.com>
21572
21573         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
21574         * expr.c (build_anewarray):  Add missing promote_type.
21575
21576 1998-01-22  Per Bothner  <bothner@cygnus.com>
21577
21578         Add array types with known length to optimize bounds checking.
21579         * typeck.c (build_java_array_type):  Take length parameter.
21580         (java_array_type_length, build_prim_array_type):  New functions.
21581         * java-tree.h:  Update for new functions.
21582         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
21583         * class.c:  Use build_prim_array_type.
21584         * expr.c (can_widen_reference_to):  Handle known-length array types.
21585         (verify_jvm_instructions):  Keep track of integer push instructions
21586         followed by newarray/anewarray, so we can build known-length arrays.
21587         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
21588         (java_array_data_offset):  New function.
21589         (build_java_array_length_access):  New function.  Optimize if constant.
21590         (build_java_arrayaccess):  Constant fold bounds check.
21591         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
21592         (build_newarray, build_anewarray):  New functions.
21593         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
21594         * verify.c (merge_types):  Handle known-lengh array types.
21595
21596 1998-01-19  Per Bothner  <bothner@cygnus.com>
21597
21598         * expr.c (expand_byte_code):  Fix performace bug, which caused
21599         searching linenumber_table to be linear rather than constant.
21600
21601 1997-12-12  Per Bothner  <bothner@cygnus.com>
21602
21603         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
21604
21605         * decl.c, java-tree.h (soft_fmod_node):  New global.
21606         * decl.c (init_decl_processing):  Define __builtin_fmod.
21607         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
21608         using __builtin_fmod.
21609
21610 1997-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21611
21612         * keyword.h: New file, output of keyword.gperf as processed by
21613         gperf.
21614         * lex.c (java_lex_init): Initialize java_error_flag.
21615         * parse.c (YYERROR_NOW): Uses java_error_flag.
21616         * parse.y: New static java_error_flag. Useless definition of
21617         buffer_error gone.
21618         * parse.y (java_error): Portable error recovery using
21619         java_error_flag (not yet completely tuned).
21620
21621 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
21622
21623         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
21624
21625 1997-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21626
21627         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
21628         (parse.c, lex.c, keyword.h): New rules for Java source code
21629         front-end.
21630         * parse.c: Renamed into jcf-parse.c.
21631         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
21632         * keyword.gperf: New file, Java keywords.
21633         * parse.y: New file, Java language grammar.
21634         * parse.h: New file, Java language grammar definitions.
21635         * lex.c: New file, Java language lexer.
21636         * lex.h: New file, Java language lexer definitions.
21637
21638 1997-12-03  Per Bothner  <bothner@cygnus.com>
21639
21640         * decl.c (clinit_identifier_node), java-tree.h:  New global.
21641         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
21642         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
21643         * expr.c (expand_java_field_op):  Check for invalid assignment
21644         to final field.
21645
21646         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
21647
21648 1997-10-27  Per Bothner  <bothner@cygnus.com>
21649
21650         * verify.c (verify_jvm_instructions):  When processing a handler,
21651         attempt to set the current_subr to the right value.
21652         (More complicated code combines Sep 17 and Oct 22 versions.)
21653
21654 1997-10-24  Per Bothner  <bothner@cygnus.com>
21655
21656         * class.c (push_class):  Figure out (guess) name of source file.
21657         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
21658         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
21659         (parse_class_file):  Change return type from int to void.
21660         Call debug_start_source_file/debug_end_source_file.
21661
21662         * expr.c (build_java_binop):  Fix masking 2nd operand.
21663         * decl.c (init_decl_processing):  Set sizetype first.
21664
21665 1997-10-22  Per Bothner  <bothner@cygnus.com>
21666
21667         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
21668         (Revert Sep 17 change.)
21669
21670 1997-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21671
21672         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
21673         .class extension in their name and fix thing so we don't process
21674         them parse_zip_file_entries().
21675         (parse_zip_file_entries): Cleaned unused local variables.
21676
21677 1997-10-20  Per Bothner  <bothner@cygnus.com>
21678
21679         * expr.c (can_widen_reference_to):  Allows equal array element types.
21680         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
21681         * jcf-dump.c (RET):  Get (and print) index.
21682
21683         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
21684         Promote element type to POINTER_TYPE.
21685
21686 1997-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21687
21688         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
21689         find_in_current_zip, jcf_figure_file_type): Moved from
21690         jcf-reader.c to parse.c.
21691         * zextract.c: (read_zip_archive): takes file_comment_length possible
21692         field into account.
21693
21694 1997-10-20  Per Bothner  <bothner@cygnus.com>
21695
21696         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
21697
21698         * verify.c (merge_types):  Handle array types even better ...
21699
21700 1997-10-17  Per Bothner  <bothner@cygnus.com>
21701
21702         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
21703
21704         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
21705         * class.c (make_class_data):  Don't build fields_decl if no fields.
21706         When building fields_decl, skip if DECL_ARTIFICIAL.
21707
21708         * expr.c (java_stack_swap):  Update stack_type_map.
21709         * verify.c (merge_types):  Handle array types better.
21710
21711 1997-10-15  Per Bothner  <bothner@cygnus.com>
21712
21713         * class.c (add_field):  Don't promote short integral fields to
21714         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
21715         * expr.c (push_value):  Promote and convert short integral values.
21716
21717         * decl.c, java-tree.h (integer_two_node):  New constant node.
21718         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
21719
21720 1997-10-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21721
21722         * class.c (append_gpp_mangled_type): Use function argument
21723         unpromoted type to generate mangled name.
21724
21725 1997-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21726
21727         * constants.c (build_constant_data_ref): Now uses current_class
21728         instead of main_class.
21729         (build_constants_constructor): Now uses current_class instead of
21730         main_class.
21731         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
21732         of the global variable SeepZipFiles done here.
21733         * zextract.c (read_zip_archive): extra_field optional field taken
21734         into account while computing the position of the class file in the
21735         archive.
21736         * verify.c (verify_jvm_instructions): Use current_jcf to search
21737         the constant pool.
21738         * parse.c (load_class): First search for the class to load in the
21739         current zip file. Saves current_jcf (restored before returning
21740         from that function). Don't call JCF_FINISH in the class was found
21741         in the current ZIP file.
21742         (jcf_parse): If the class was found in the current ZIP file, save
21743         its tree_constant_pool (for later reuse).
21744         (parse_class_file): New function. Process each method defined in
21745         the current class and record the class as to be later registered.
21746         (yyparse): Rewritten. Figure the type of the current file and switch
21747         accordingly.
21748         * lang.c: New global variable current_jcf.
21749         (lang_init): Removed compiling_from_source test (done later, in
21750         yyparse). Removed call the jcf_parse ().
21751         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
21752         (typedef struct JCF): New fields seen_in_zip (to mark a class found
21753         in the current ZIP file) and zip_offset (offset to the class data in
21754         the current zip file).
21755         * jcf-reader.c: zipfile.h included.
21756         localToFile: New ZipFileCache static global variable
21757         (parse_zip_file_entries): New function. Browse the current ZIP
21758         file directory and process each class found.
21759         (process_zip_dir): New function. Register each class found in the
21760         ZIP file directory. The class aren't parsed but a valid JCF is
21761         link to each of them.
21762         (find_in_current_zip): New function. Search for a class in the
21763         current ZIP file directory. If found, prepare the class so that it
21764         can be loaded.
21765         (jcf_figure_file_type): New function. Examine the file structure
21766         to figure a class file, a ZIP file. If none of these categories are
21767         matched, a source file is assumed.
21768         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
21769         SeenZipFile: New global variable.
21770         (open_in_zip): Use zipmember's length to accelerate the search for
21771         a member. If zipmember was NULL and zip file successfully read,
21772         return 0.
21773         * java-tree.h: New global variable current_jcf declared.  Added
21774         declaration for current_constant_pool_tags, current_constant_pool_data,
21775         current_constant_pool_length, current_constant_pool_data_ref.
21776         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
21777         store the JCF of classes seen in a zip file) and tree *constant_pool
21778         (to save a loaded class constant pool). current_class declared here.
21779         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
21780         retrieve method_ref_constant.
21781         (PUSHC): java_push_constant_from_pool now uses current_jcf.
21782         (OBJECT): get_class_constant now uses current_jcf.
21783         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
21784         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
21785         (expand_invoke): Now uses current_class instead of main_class
21786         (build_class_init): Now uses current_class instead of main_class
21787         * class.c: New static global variable registered_class.
21788         (register_class): New function.
21789         (emit_register_class): Modified to use registered_class instead of
21790         main_class
21791         (is_compiled_class): Now take into account class seen in the archive.
21792
21793 1997-10-06  Per Bothner  <bothner@cygnus.com>
21794
21795         * except.h:  Renamed to: java-except.h.
21796         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
21797         * except.c:  Add semi-working (commented out) implementation.
21798
21799         * expr.c (expand_iinc):  Add needed flush_quick_stack.
21800         * parse.c (set_source_filename):  New function.
21801         (give_name_to_class):  Set input_filename from package.classname.java.
21802
21803         * jcf-io.c (find_class):  Don't look first in ".".
21804
21805 1997-10-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21806
21807         * zextract.c (read_zip_archive): Now takes into account the
21808         extra_field field.
21809         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
21810
21811 1997-09-20  Per Bothner  <bothner@cygnus.com>
21812
21813         * constants.c, java-tree.h (build_internal_class_name):  New function.
21814         (alloc_class_constant):  Re-implement using build_internal_class_name.
21815         * class.c (make_class_data):  Likewise.
21816         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
21817
21818 1997-09-17  Per Bothner  <bothner@cygnus.com>
21819
21820         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
21821         to NULL before pushing an exception handler target.
21822
21823         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
21824         (java_stack_swap, java_stack_dup):  Re-write to be safe from
21825         clobbering registers.
21826         (build_class_init):  New function.
21827
21828 1997-09-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21829
21830         * typeck.c (build_java_array_type): Temporary use
21831         permanent_obstack to create the array 'length' field.
21832         * expr.c (lookup_label): Temporay use permanent_obstack to create
21833         label if not found.
21834         * class.c (push_super_field): Tempory use permanent_obstack.
21835
21836 1997-09-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21837
21838         * typeck.c (type_for_mode): Now handles double_type_node and
21839         float_type_node.
21840         * verify.c (verify_jvm_instructions): The instruction following
21841         the wide bytecode is checked. OPCODE_ret added to the list of
21842         wide.
21843
21844 1997-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21845
21846         * class.c (make_class): Temporary use permanent_obstack. Set the
21847         class CLASS_P field to 1.
21848         (push_class): Temporary use permanent_obstack.
21849         (set_super_info): Temporary use permanent_obstack.
21850         (add_method): Temporary use permanent_obstack, set
21851         METHOD_TRANSIENT().
21852         (add_field): Temporary use permanent_obstack. Sets
21853         FIELD_VOLATILE() and FIELD_TRANSIENT().
21854         (build_class_ref): Temporary use permanent_obstack if the class
21855         isn't compiled.
21856         (build_static_field_ref): Temporary use permanent_obstack when
21857         creating field's rtl.
21858         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
21859         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
21860         and fields. Function finalized, as far as flag handling.
21861         (push_class_static_dummy_field): Temporary use permanent_obstack.
21862         (emit_register_class): Force generation of class registration at
21863         -O3 or deeper.
21864         * decl.c (end_java_method): Call permanent_allocation() before
21865         returning.
21866         * expr.c (can_widen_reference_to): Added comment to interface
21867         handling, fixed typo.
21868         (lookup_field): Now uses CLASS_P() to correct FIXME
21869         (expand_invoke): Verification on public && !static &&
21870         !abstract moved into soft_lookupinterfacemethod (kaffe).
21871         Use Object class dtable if objectref is an array when expanding
21872         invokeinterface.
21873         (java_push_constant_from_pool): Temporary use permanent_obstack
21874         for CONSTANT_string
21875         * parse.c (get_ref_constant): Temporary use permanent_obstack to
21876         create constant references.
21877         (get_constant): Temporary use permanent_obstack to create constant.
21878         (load_class): Temporary use permanent_obstack to load class.
21879         (jcf_parse): Temporary use permanent_obstack to perform class
21880         layout.
21881         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
21882         (build_java_signature): Temporary use permanent_obstack.
21883         * verify.c: (verify_jvm_instruction): removed unnecessary verification
21884         on ACC_SUPER flag.
21885         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
21886         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
21887         (CLASS_P): Defined
21888
21889 1997-09-11  Per Bothner  <bothner@cygnus.com>
21890
21891         * class.c (append_gpp_mangled_type):  Fix typo.
21892         (emit_register_class):  Use main_class to get class object, rather
21893         than looking for no-longer-existing static decl starting with _CL.
21894         * typeck.c (parse_signature_type):  Promote array element type
21895         if it is a RECORD_TYPE.
21896
21897 1997-09-10  Per Bothner  <bothner@cygnus.com>
21898
21899         * class.c (push_class_static_dummy_field):  New function.
21900         (mangle_static_field):  New. Do G++-style mangling of static fields.
21901         (layout_class):  Mandle static fields here, not in add_field.
21902         (build_class_ref):  The class object is now a dummy static field.
21903         * decl.c (find_local_variable):  Look for best, instead of first match.
21904         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
21905         (build_java_athrow):  Don't check here if exception is Throwable.
21906         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
21907         (TYPE_USED):  Removed.  No longer used ...
21908         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
21909         * verify.c (push_pending_label):  New function.
21910         (push_pending_block):  Renamed to check_pending_block.
21911         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
21912         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
21913         re-checking possible handlers) after a store (less wasted work).
21914         Check for null handler (finally) before calling add_handler.
21915         Various changes to (finally?) correctly handle try/finally.
21916
21917 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
21918
21919         * class.c: Include stdio.h.
21920
21921 1997-09-04  Per Bothner  <bothner@cygnus.com>
21922
21923         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
21924         to make sure class is initialized before static/special invoke.
21925
21926         * verify.c (verify_jvm_instructions):  On a store instruction,
21927         call find_local_variable to force pre-allocation of decl and rtx.
21928         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
21929
21930 1997-09-03  Per Bothner  <bothner@cygnus.com>
21931
21932         * class.c (build_class_ref):   Strip off "promoted_" if need be.
21933         (make_field_value): Call build_java_signature when needed.
21934         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
21935         * expr.c (build_java_athrow):  Don't push_value of exception.
21936         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
21937         match specification of [fd]cmp[lg] for NaNs.
21938         (expand_byte_code):  Add support for exception handler ranges.
21939         * except.c:  Add skeleton for EH code-generation.
21940         * verify.c (merge_types):  Treat all promoted integral types as equal.
21941         * constants.c (build_constants_constructor):  To force creation of
21942         current_constant_pool_data_ref, call build_constant_data_ref.
21943
21944         * javaop.def (lload):  Fix typo.
21945         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
21946
21947 1997-09-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
21948
21949         * parse.c: Don't include function.h.
21950
21951 1997-08-27  Per Bothner  <bothner@cygnus.com>
21952
21953         * except.[ch]:  New files.
21954         * Makefile.in (JAVA_OBJS):  Add except.o
21955         * expr.c:  Temporary warning about unimplemented exceptions.
21956         * verify.c:  Verify exception handlers.
21957
21958         * jcf-dump.c (disassemble_method):  Print exception table.
21959
21960 1997-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
21961
21962         * expr.c (verify_jvm_instructions): Started a thorough
21963         verification of invoke* bytecodes.
21964         (expand_byte_code): flush quick stack if PC is the target of a
21965         branch.  and undef RET (conflicting with config/i386/i386.h).
21966         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
21967         used.
21968         (expand_invoke): Now handles invokeinterface and do more
21969         verification according to the bytecode.
21970         (lookup_field): Don't try to load the class if processing
21971         dtable_type.
21972         (can_widen_reference_to): Now handles interfaces.
21973         * decl.c (init_decl_processing): New global variable
21974         soft_lookupinterfacemethod_node, declared in java-tree.h.
21975         Call set_super_info on string_type_node.
21976         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
21977         defined.
21978         * class.c (set_super_info): Fills the CLASS_* flags according to
21979         access_flags.
21980         (get_access_flags_from_decl): Handles all class flags.
21981
21982 1997-08-26  Per Bothner  <bothner@cygnus.com>
21983
21984         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
21985         * parse.c (yyparse):  Check for abstract method, and missing code.
21986         * expr.c (expand_byte_code):  Change interface.
21987         * lang.c (put_decl_node):  Print promoted types prettier.
21988         * verify.c (verify_jvm_instruction):  Change interface.
21989         Partial support for scanning exception table.
21990         For load instructions, handle promoted integral types.
21991
21992 1997-08-21  Per Bothner  <bothner@cygnus.com>
21993
21994         * verify.c:  New file, with contents moved from expr.c.
21995         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
21996         * typeck.c (is_array_type_p):  Moved here from expr.c.
21997         * java-tree.h:  Add some now-needed function declarations.
21998         * Makefile.in (JAVA_OBJS): Added verify.o.
21999
22000 1997-08-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
22001
22002         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
22003         METHOD_ABSTRACT flag.
22004
22005         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
22006         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
22007         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
22008
22009         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
22010         variables.
22011         (start_java_method): Hook for SYNCHRONIZED methods.
22012
22013         * expr.c (build_java_jsr, build_java_ret): New functions
22014         (JSR,PRE): New macros
22015         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
22016         (verify_jvm_instructions): tableswitch, lookupswitch,
22017         monitorenter, monitorexit, goto_w: verified.
22018         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
22019         (build_java_monitor): New function.
22020         (MONITOR_OPERATION): Modified to call build_java_monitor()
22021         (verify_jvm_instructions): Started a thorough verification of
22022         invoke* bytecodes.
22023
22024 1997-08-19  Per Bothner  <bothner@cygnus.com>
22025
22026         Support verification of jsr/ret subroutines (used for try/finally).
22027         * decl.c (return_address_type_node):  New type node.
22028         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
22029         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
22030         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
22031         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
22032         TYPE_USED):  New macros for special types in type_map.
22033
22034         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
22035         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
22036         BCODE_JUMP_TARGET.
22037         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
22038
22039         * expr.c (can_widen_reference_to):  New function.
22040         (pop_type):  Use it.
22041         (merge_type_state):  Support handling start of subroutine.
22042         (push_pending_block):  Return char* error message, instead of calling
22043         fatal on an error.  Also handle subroutines.
22044         (verify_jvm_instructions):  Handle errors from push_poending_block.
22045         Support jsr and ret instructions.
22046
22047 1997-08-19  Per Bothner  <bothner@cygnus.com>
22048
22049         * jcf-io.c (find_classfile):  Fix thinko.
22050         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
22051
22052 1997-08-12  Jason Merrill  <jason@yorick.cygnus.com>
22053
22054         * Makefile.in (BISON): Remove.
22055
22056 1997-08-07  Per Bothner  <bothner@cygnus.com>
22057
22058         * Makefile.in:  Convert to autoconf.
22059         * config-lang.in (outputs):  Added java/Makefile.
22060
22061         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
22062         Rename cc1java to jc1.
22063
22064         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
22065         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
22066
22067         * class.c (class_depth):  Do load_class if needed.
22068
22069         Mostly better verification.
22070         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
22071         (init_decl_processing):  Change return type of soft_checkcast.
22072         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
22073         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
22074         lang_print_error):  New functions.
22075         (lang_init):  Set global hook print_error_function to lang_print_error.
22076         * expr.c:  In the type_map ptr_type_node is only used for null now.
22077         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
22078         (merge_types):  Dererence pointer to record types before comparing.
22079         (decode_newarray_type, merge_types):  On error just return NULL.
22080         (build_java_binop):  Add preliminary implementation (with warning)
22081         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
22082         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
22083         (expand_compare, expand_java_goto, expand_java_call):  Don't
22084         push_pending_block, since that only makes sense when verifying.
22085         (merge_type_state):  Different return codes.
22086         (push_pending_block):  A block may need to be verified more than once.
22087         (expand_byte_code):  Warn about unused code at code generation time.
22088         (verify_jvm_instruction):  Changed logic, since code may need to be
22089         re-verified if type-state has changed.  Also, better error handling.
22090         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
22091         Improve newarray, anewarray, ?aload, athrow,
22092         * java-tree.h (LABEL_CHANGED):  New macro.
22093
22094 1997-08-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
22095
22096         * decl.c (soft_athrow_node): New global variable initialized.
22097         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
22098         * typeck.c (convert): Added support for REAL_TYPE.
22099         (convert_to_char): New function.
22100         (convert): Handle CHAR_TYPE.
22101         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
22102         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
22103         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
22104         promoted type.
22105         (verify_jvm_instructions): Added break a the end of bogus unop: label.
22106         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
22107         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
22108         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
22109         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
22110         to Use The Right Things.
22111         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
22112         compatible with INT. BOOLEAN is made equivalent to BYTE.
22113         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull,
22114         OPCODE_ifnonnull): Now supported.
22115         (build_java_athrow): New function.
22116
22117 1997-08-04  Per Bothner  <bothner@cygnus.com>
22118
22119         Rename method name <init> to match G++ (and fix mangling).
22120         * class.c (layout_class):  Replace method name of <init> by class name.
22121         (make_method_value):  Do inverse renaming of constructor from <init>.
22122         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
22123         * typeck.c (lookup_java_constructor):  New function.
22124         * expr.c (expand_invoke):  If method_name is <init>, call
22125         lookup_java_constructor to find constructor.
22126
22127         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
22128
22129 1997-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
22130
22131         * parse.c (get_class_constant): Modified to handle array "classes"
22132         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
22133         wide type.
22134         (convert): Modified to handle real type.
22135         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
22136         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
22137         variables declared.
22138         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
22139         soft_multianewarray, soft_newarray_node, soft_throw_node): New
22140         global variables initialized.
22141         (find_local_variable): Handles the case of a pointer
22142         (end_java_method): Restore the use of one more scope
22143         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
22144         build_java_array_length_access, expand_java_arrayload,
22145         expand_java_arraystore, expand_java_array_length,
22146         expand_java_multianewarray, expand_java_anewarray,
22147         build_java_check_indexed_type, is_array_type_p,
22148         build_java_throw_out_of_bound_exception): New functions.
22149         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
22150         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
22151         OPCODE_<t>aload): Implemented code for verification.
22152         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
22153         ARRAY_NEW_MULTI): Macro defined.
22154         (CONVERT): Modified to invoke convert().
22155         (case OPCODE_aload2): Fixed index typo from 2 to 1.
22156
22157 1997-07-31  Per Bothner  <bothner@cygnus.com>
22158
22159         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
22160         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
22161         (make_class_data):  Field name needs '/' as package prefix.
22162         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
22163
22164 1997-07-25  Per Bothner  <bothner@cygnus.com>
22165
22166         Implement debug information for local variables.
22167         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
22168         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
22169         DECL_LOCAL_SLOT_CHAIN):  New macros.
22170         (struct lang_decl_var):  New type.
22171         * parse.c (give_name_to_locals):  Move to decl.c.
22172         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
22173         (start_java_method):  Re-write parameter handling.
22174         (pending_local_decls):  New global variable.
22175         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
22176         (find_local_variable):  Accept pc so we can skips decls not in range.
22177         (struct binding_level):  Add end_pc field.
22178         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
22179         (various):  Change so current pc gets passed to find_local_variable.
22180
22181         * decl.c (init_decl_processing):  Re-arrange fields in
22182         class_type_node and and method_type_node to match kaffe 0.9.1.
22183         * class.c (make_method_value, make_class_data):  Update
22184         initializations to match.
22185
22186 1997-07-16  Per Bothner  <bothner@cygnus.com>
22187
22188         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
22189         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
22190         (push_super_field):  New function.
22191         (make_class_data):  Handle inheritance of class static initializer.
22192         (layout_class):  New name mangling.
22193         * constants.c (build_constant_data_ref):  Init type of data array
22194         to a one-element array.
22195         (build_constants_constructor):  Set DECL_SIZE from complete array type.
22196         * decl.c:  Rename class_type, object_type etc to class_type_node,
22197         object_type_node etc.  Make former inherit from latter.
22198         * expr.c (expand_invoke):  Add cast of function address.
22199         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
22200         * parse.c (yyparse):  Don't call layout_class here.
22201         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
22202
22203 1997-06-14  Per Bothner  <bothner@cygnus.com>
22204
22205         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
22206         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
22207         (alloc_class_constant):  New.
22208         * expr.c (expand_invoke):  Make sure method's class is initialized.
22209         * class.c (interits_from_p, emit_register_class):  New functions.
22210         * parse.c (yyparse):  Call emit_register_class.
22211
22212 1997-06-09  Per Bothner  <bothner@cygnus.com>
22213
22214         * constants.c:  New file, to handle constant pool.
22215         * Makefile.in (JAVA_OBJS):  Add constants.o.
22216         * decl.c (init_decl_processing):  Update, fix, finish various structs.
22217         (pushdecl_top_level):  New.
22218         * parse.c (layout_class):  Moved to class.c.
22219         * expr.c (java_push_constant_from_pool):  New function.
22220         * class.c (build_class_ref):  Make work fully
22221         (make_class_data):  Emit super-class, constant pool, interface vector.
22222
22223 1997-06-03  Per Bothner  <bothner@cygnus.com>
22224
22225         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
22226         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
22227         * class.c (class_depth):  New function.
22228         (lookup_named_class):  Replaced by new function lookup_class.
22229         * decl.c (object_type_node, string_type_node):  New.
22230         Remove various types that we no longer need.
22231         * expr.c (verify_jvm_instructions):  New separate verifier pass.
22232         (push_type, pop_type):  New functions for verifier.
22233         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
22234         (expand_byte_code):  Simplify, since we assume already verified.
22235         (expand_invoke):  Now mostly works.
22236         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
22237         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
22238         * parse.c:  Wait to allocate class object until we know its name.
22239         (layout_class):  Calculate DECL_VINDEX for each virtual method.
22240         * typeck.c (get_array_type):  Rename to ...
22241         (build_java_array_type):  ... and provide working implementation.
22242         (build_java_signature):  New function - build Java signature of type.
22243         (set_java_signature):  New function - cache signature with type.
22244         (lookup_java_method):  New function.
22245
22246 1997-05-06  Per Bothner  <bothner@deneb.cygnus.com>
22247
22248         * class.c (ident_subst):  Take extra SUFFIX parameter.
22249         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
22250         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
22251         (build_class_ref):  Actually implement.
22252         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
22253         * decl.c (builtin_function):  New.
22254         (init_decl_processing):  Update for current Kaffe.  Declare some
22255         builtin Kaffe functions.
22256         * expr.c (build_address_of):  New.
22257         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
22258         Renamed (from expand_java_new etc), and added working implementations.
22259         (build_field_ref):  Now also handle static fields.
22260         (expand_invoke):  Implement invokestatic, and start implement rest.
22261         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
22262         * javaop.def:  Rename invokevirt -> invokevirtual.
22263         * lang.c (use_handles):  Removed.
22264         * parse.c:  Add support for ConstantValue attribute.
22265         Handle nested loading of a class.  (JPOOL_UTF):  New.
22266
22267 1997-03-11  Per Bothner  <bothner@deneb.cygnus.com>
22268
22269         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
22270
22271 1997-02-27  Per Bothner  <bothner@deneb.cygnus.com>
22272
22273         * Make-lang.in (java.install-man):  New empty rule.
22274         * typeck.c (set_local_type):  New function.
22275         * expr.c (STORE_INTERNAL):  Call find_local_variable,
22276         not find_stack_slot.  Call set_local_type.
22277
22278 1997-02-12  Per Bothner  <bothner@kalessin.cygnus.com>
22279
22280         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
22281         and building RECORD_TYPE CONSTRUCTORs.
22282         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
22283
22284         * lang.c (use_handles):  Change the default to 0.
22285         * decl.c:  Define and build class_type, field_type, utf8const_type.
22286         * class.c (make_class_data, make_field_value,
22287         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
22288         hashUtf8String, strLengthUtf8, mangled_classname:
22289         Functions to build reflective data structures.
22290         * parse.c (yyparse):  Call make_class_data.
22291
22292         * jcf-io.c (open_class, find_classfile):  New functions.
22293         * jcf-dump.c:  Support reading classfile from explicitly-named
22294         class file (without CLASSPATH searching).
22295
22296 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
22297
22298         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
22299         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
22300         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
22301         (get_constant):  Now trivial for CONSTANT_Utf8.
22302
22303         * jcf.h:  Make NEW_CPOOL the default.
22304         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
22305
22306 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
22307
22308         New directory.
22309
22310 \f
22311 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
22312 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
22313
22314 Copying and distribution of this file, with or without modification,
22315 are permitted in any medium without royalty provided the copyright
22316 notice and this notice are preserved.