OSDN Git Service

6cc295f33c71ff7e48f84a96dec8ba4165a862da
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog
1 2007-09-11  Jan Hubicka <jh@suse.cz>
2
3         * decl.c (java_expand_body): Kill.
4         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
5
6 2007-09-06  Tom Tromey  <tromey@redhat.com>
7
8         * jcf-parse.c (parse_class_file): Re-enter the current file.
9
10 2007-09-07  Roman Zippel  <zippel@linux-m68k.org>
11
12         boehm.c (mark_reference_fields): Move misaligned pointer check
13         after JREFERENCE_TYPE_P test
14
15 2007-09-06  Roman Zippel  <zippel@linux-m68k.org>
16
17         * boehm.c (mark_reference_fields): Don't use bitmap as gc_descr
18         if pointer is misaligned.
19
20 2007-09-06  Tom Tromey  <tromey@redhat.com>
21
22         * lang.c (java_post_options): Update.
23         * jcf-parse.c (set_source_filename): Update.
24         (give_name_to_class): Update.
25         (jcf_parse): Update.
26         (duplicate_class_warning): Update.
27         (parse_class_file): Update.
28         (java_parse_file): Update.
29         * expr.c (expand_byte_code): Update.
30
31 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
32
33         * decl.c (finish_method): Use set_cfun.
34
35 2007-09-04  Andrew Haley  <aph@redhat.com>
36
37         * decl.c (java_init_decl_processing): Call "__cxa_end_cleanup"
38         when using the ARM EABI.
39
40 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
41
42         * Make-lang.in (jvspec.o): Remove SHLIB_MULTILIB.
43
44 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
45
46         * jcf-parse.c (read_class, java_parse_file): Supply a TYPE for
47         CONST_CAST.
48         * jcf.h (JCF_FINISH): Likewise.
49
50 2007-08-28  Tom Tromey  <tromey@redhat.com>
51
52         * Make-lang.in (java.tags): Don't tag '*.y' files.
53
54 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
55
56         * lang.c (java_decl_ok_for_sibcall): Likewise.
57
58 2007-08-21  Paul Brook  <paul@codesourcery.com>
59             Nathan Sidwell  <nathan@codesourcery.com>
60             Mark Mitchell  <mark@codesourcery.com>
61             Joseph Myers  <joseph@codesourcery.com>
62
63         * jcf-dump.c (version): Use pkgversion_string.  Update copyright
64         date.
65
66 2007-08-20  Richard Guenther  <rguenther@suse.de>
67
68         * lang.c (java_tree_inlining_walk_subtrees): Remove.
69         (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES): Remove.
70
71 2007-08-17  Tom Tromey  <tromey@redhat.com>
72
73         * typeck.c (find_method_in_interfaces): Update.
74         * jcf-parse.c (load_class): Update.
75         * java-gimplify.c (java_gimplify_component_ref): Removed.
76         (java_gimplify_modify_expr): Update.  Removed pre_p and post_p
77         arguments.
78         (java_gimplify_expr): Update.
79         * decl.c (java_init_decl_processing): Update.
80         * class.c (set_constant_value): Update.
81         (make_class_data): Update.
82         (finish_class): Update.
83         (build_static_field_ref): Update.
84         (is_compiled_class): Update.
85         (maybe_layout_super_class): Update.
86         (layout_class): Update.
87         (layout_class_method): Update.
88         * java-tree.h (CAN_COMPLETE_NORMALLY): Removed.
89         (lang_decl_var) <am, final_iud, cif>: Removed fields.
90         (lang_decl_func) <init_calls_this>: Removed field.
91         (lang_type) <dot_class, verify_method>: Removed fields.
92         (FIELD_NESTED_ACCESS): Removed.
93         (FIELD_NESTED_ACCESS_P): Removed.
94         (DECL_FIELD_FINAL_IUD): Removed.
95         (DECL_LOCAL_FINAL_IUD): Removed
96         (LOCAL_FINAL_P): Removed.
97         (FINAL_VARIABLE_P): Removed.
98         (CLASS_FINAL_VARIABLE_P): Removed.
99         (DECL_BIT_INDEX): Removed.
100         (DECL_INIT_CALLS_THIS): Removed.
101         (FIELD_LOCAL_ALIAS): Removed.
102         (FIELD_LOCAL_ALIAS_USED): Removed.
103         (FIELD_THISN): Removed.
104         (DECL_FUNCTION_INIT_TEST_CLASS): Removed.
105         (LOCAL_CLASS_INITIALIZATION_FLAG): Removed.
106         (LOCAL_CLASS_INITIALIZATION_FLAG_P): Removed.
107         (TYPE_DOT_CLASS): Removed.
108         (TYPE_VERIFY_METHOD): Removed.
109         (ID_CLASSDOLLAR_P): Removed.
110         (enum java_tree_index) <JTI_CLASSDOLLAR_IDENTIFIER_NODE>:
111         Removed.
112         (classdollar_identifier_node): Removed.
113         (TYPE_UNKNOWN): Removed.
114         (CLASS_FROM_SOURCE_P): Removed.
115         * expr.c (build_jni_stub): Update.
116         (force_evaluation_order): Update.
117         (build_java_empty_stmt): Update.
118         (build_class_init): Update.
119         (java_stack_swap): Update.
120         (build_jni_stub): Update.
121
122 2007-08-17  Tom Tromey  <tromey@redhat.com>
123
124         * java-tree.h (LABEL_TYPE_STATE): Removed.
125         (load_type_state): Removed.
126         (LABEL_PC): Removed.
127         (LABEL_VERIFIED): Removed.
128         (type_states): Declare.
129         * expr.c (type_states): New global.
130         (load_type_state): Now static.  Use type_states.  Changed
131         argument.
132         (lookup_label): Don't set LABEL_PC.
133         (expand_byte_code): Don't use LABEL_VERIFIED.
134         (note_instructions): Initialize type_states.
135         * verify-glue.c (vfy_note_stack_depth): Rewrote.
136         (vfy_note_stack_type): Use type_states.
137         (vfy_note_local_type): Likewise.
138
139 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
140
141         * jcf-parse.c (read_class, java_parse_file): Use CONST_CAST.
142         * jcf.h (JCF_FINISH): Likewise.
143
144 2007-07-31  Nick Clifton  <nickc@redhat.com>
145
146         * java-gimplify.c: Change copyright header to refer to version 3
147         of the GNU General Public License and to point readers at the
148         COPYING3 file and the FSF's license web page.
149         * typeck.c, lang-specs.h, mangle_name.c, jcf-dump.c, class.c,
150         decl.c, config-lang.in, jcf-parse.c, constants.c, Make-lang.in,
151         resource.c, except.c, builtins.c, jvspec.c, java-tree.def,
152         javaop.def, jcf-path.c, verify-glue.c, jcf-depend.c, lang.opt,
153         jcf-reader.c, mangle.c, zextract.c, jcf-io.c, jcf.h, zipfile.h,
154         verify.h, java-except.h, win32-host.c, expr.c, jvgenmain.c,
155         parse.h, lang.c, java-tree.h, javaop.h, boehm.c: Likewise.
156
157 2007-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
158
159         * jcf-io.c (find_class): Fix -Wcast-qual warnings.
160
161 2007-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
162
163         * lang.c (java_get_callee_fndecl): Constify.
164
165 2007-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
166
167         * mangle.c (set_type_package_list): Constify.
168         * verify-glue.c (vfy_make_string): Delete.
169         * verify.h (vfy_make_string): Likewise.
170
171 2007-07-26  Tom Tromey  <tromey@redhat.com>
172
173         * java-tree.h (push_labeled_block, pop_labeled_block): Remove.
174         (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
175         EXIT_BLOCK_LABELED_BLOCK): Likewise.
176         * lang.c (java_tree_inlining_walk_subtrees): Update.
177         (java_dump_tree): Likewise.
178         * java-tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRY_EXPR):
179         Remove.
180         * decl.c (push_labeled_block, pop_labeled_block): Remove.
181         * java-gimplify.c (java_gimplify_labeled_block_expr,
182         java_gimplify_exit_block_expr, java_gimplify_try_expr): Remove.
183         (java_gimplify_expr): Update.
184
185 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
186
187         * class.c (java_treetreehash_hash, java_treetreehash_compare):
188         Constify. 
189         * expr.c (type_assertion_eq): Likewise.
190         * jcf-io.c (compare_path): Likewise.
191         * jcf-parse.c (cmpstringp): Likewise.
192         * verify-impl.c (get_one_type, compute_argument_types,
193         compute_return_type): Likewise. 
194
195 2007-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
196
197         PR target/32462
198         PR libgcj/32465
199         * class.c (hide): Wrap in HAVE_GAS_HIDDEN.
200
201 2007-07-12  Richard Guenther  <rguenther@suse.de>
202
203         * expr.c (expand_java_return): RETURN_EXPR has void type.
204         (build_jni_stub): Likewise.  Use a comparison against zero
205         for null-pointer test in COND_EXPR.
206         (build_field_ref): Build POINTER_PLUS_EXPR with correct
207         type.  Convert result instead.
208         (build_invokevirtual): Likewise.
209
210 2007-07-09  Geoffrey Keating  <geoffk@apple.com>
211
212         PR 32617
213         * lang.c (java_init): Remove setting of force_align_functions_log.
214         * class.c (add_method_1): Set DECL_ALIGN of non-static method
215         to cope with ptrmemfunc_vbit_in_pfn.
216
217 2007-07-03  David Daney  <ddaney@avtrex.com>
218
219         * java/Make-lang.in (doc/gcj.info): Add $(gcc_docdir) to 
220         include path.
221         (doc/gcj.dvi): Same.
222         (doc/gcj.pdf): Same.
223         (java/index.html): Same.
224
225 2007-06-15 Andrew Pinski  <andrew_pinski@playstation.sony.com>
226
227         * class.c (make_class_data): Build the index in sizetype.
228         Use POINTER_PLUS_EXPR instead of PLUS_EXPR when
229         adding to a pointer type.
230         (build_symbol_entry): Likewise.
231         * expr.c (build_java_arrayaccess): Likewise.
232         (build_field_ref): Likewise.
233         (build_known_method_ref): Likewise.
234         (build_invokevirtual): Likewise.
235         * except.c (build_exception_object_ref): Do a
236         NEGATIVE and then a POINTER_PLUS_EXPR instead
237         of a MINUS_EXPR.
238
239 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
240
241         * typeck.c (java_signed_type): Remove.
242         * lang.c (LANG_HOOKS_SIGNED_TYPE): Remove.
243         * java-tree.h (java_signed_type): Remove.
244
245 2007-05-18  Geoffrey Keating  <geoffk@apple.com>
246
247         * jcf-dump.c (HANDLE_MAGIC): Use 'unsigned long' for %lx.
248         (print_constant): Likewise.
249
250 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
251
252         * expr.c (build_java_binop): Use unsigned_type_for instead of
253         java_unsigned_type.
254         * java-tree.h (java_unsigned_type): Remove.
255         * lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
256         * typeck.c (java_unsigned_type): Remove.
257
258 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
259
260         * java-tree.h (lang_tree_node): Use GENERIC_NEXT
261         instead of checking GIMPLE_STMT_P in chain_next.
262
263 2007-04-06  Colin Walters  <walters@redhat.com>
264
265         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=161701
266         * jcf-io.c (open_class): Copy 'filename'.
267
268 2007-04-03  Andrew Haley  <aph@redhat.com>
269
270         * jvgenmain.c (main): Change main to use class$, not class$$.
271         (do_mangle_classname): Likewise.
272         * class.c (hide): New function.
273         (add_field): Hide everything that shouldn't be visible outside a
274         DSO.
275         (build_static_class_ref): Likewise.
276         (build_classdollar_field): Likewise.
277         (make_class_data): Likewise.
278         (layout_class_method): Likewise.
279         * expr.c (special_method_p): New function.
280
281         * class.c (push_class): Don't bogusly guess the source filename.
282         * jcf-parse.c (give_name_to_class): Don't set input_location from
283         DECL_ARTIFICIAL decls.
284
285 2007-03-30  Rafael Avila de Espindola  <espindola@google.com>
286
287         * typeck.c (java_signed_or_unsigned_type): Removed.
288         (java_signed_type): use get_signed_or_unsigned_type instead of
289         java_signed_or_unsigned_type.
290         (java_unsigned_type): Ditto.
291         * lang.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Removed.
292         * java-tree.h (java_signed_or_unsigned_type): Removed.
293
294 2007-03-26  Tom Tromey  <tromey@redhat.com>
295
296         * Make-lang.in (JAVA_MANFILES): Removed grmiregistry.1.
297         (java.maintainer-clean): Likewise.
298         (java.install-man): Likewise.
299         (.INTERMEDIATE): Removed grmiregistry.pod.
300         (grmiregistry.pod): Removed.
301         * gcj.texi (Invoking gcjh): Removed.
302         (Invoking gjnih): Likewise.
303         (Invoking grmiregistry): Likewise.
304         (direntry): Updated.
305         (Top): Likewise.
306         (which-gcj): Removed.
307
308 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
309
310         * Make-lang.in: Add install-pdf target as copied from
311         automake v1.10 rules.
312
313 2007-02-27  Brooks Moses  <brooks.moses@codesourcery.com>
314
315         * gcj.texi: Standardize title page.
316
317 2007-02-18  Kazu Hirata  <kazu@codesourcery.com>
318
319         * class.c: Fix a comment typo.
320
321 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
322             Brooks Moses  <brooks.moses@codesourcery.com>
323             Lee Millward  <lee.millward@codesourcery.com>
324
325         * java-tree.h (BUILD_MONITOR_ENTER): Use build_call_nary instead
326         of build3.
327         (BUILD_MONITOR_EXIT): Likewise.
328
329         * java-gimplify.c (java_gimplify_component_ref): Use build_call_expr.
330         (java_gimplify_modify_expr): Likewise.
331
332         * class.c (cache_this_class_ref): Use build_call_expr.
333         (build_static_field_ref): Likewise.
334         (emit_indirect_register_classes): Likewise.
335         (emit_register_classes): Likewise.
336
337         * resource.c (write_resource_constructor): Use build_call_expr.
338
339         * builtins.c (builtin_creator_function): Change interpretation of
340         the second parameter to be the whole CALL_EXPR instead of the arglist.
341         (max_builtin): Tweak parameter list.  Use new CALL_EXPR accessors.
342         (min_builtin): Likewise.
343         (abs_builtin): Likewise.
344         (java_build_function_call_expr): Likewise.
345         (convert_real): Likewise.
346         (UNMARSHAL3): Likewise.
347         (UNMARSHAL4): Likewise.
348         (UNMARSHAL5): Likewise.
349         (build_arglist_for_builtin): Delete.  Fix callers to use
350         build_call_expr instead.
351         (putObject_builtin): Tweak parameter list.  Use new CALL_EXPR
352         accessors.
353         (compareAndSwapInt_builtin): Likewise.
354         (compareAndSwapLong_builtin): Likewise.
355         (compareAndSwapObject_builtin): Likewise.
356         (putVolatile_builtin): Likewise.
357         (getVolatile_builtin): Likewise.
358         (VMSupportsCS8_builtin): Likewise.
359         (check_for_builtin): Pass entire CALL_EXPR to builtin expander
360         instead of arglist.
361
362         * expr.c (build_java_athrow): Use build_call_nary instead of build3.
363         (build_java_throw_out_of_bounds_exception): Likewise.
364         (java_check_reference): Likewise.
365         (build_java_arraystore_check): Likewise.
366         (build_newarray): Likewise.
367         (build_anewarray): Likewise.
368         (expand_java_multinewarray): Use build_call_list instead of build3.
369         (build_java_monitor): Use build_call_nary instead of build3.
370         (java_create_object): Likewise.
371         (expand_java_NEW): Likewise.
372         (build_instanceof): Likewise.
373         (expand_java_CHECKCAST): Likewise.
374         (build_java_soft_divmod): Likewise.
375         (build_java_binop): Likewise.
376         (build_field_ref): Likewise.
377         (build_class_init): Likewise.
378         (rewrite_arglist_getcaller): Use build_call_expr.
379         (build_invokeinterface):  Use build_call_nary instead of build3.
380         (expand_invoke): Use build_call_list instead of build3.
381         (build_jni_stub): Use build_call_nary, build_call_list, or
382         build_call_expr instead of build3.
383         (expand_java_field_op): Use build_call_expr instead of build3.
384         (force_evaluation_order): Use new CALL_EXPR accessors.
385
386         * lang.c (java_get_callee_fndecl): Use new CALL_EXPR accessors.
387
388 2007-02-15  David Daney  <ddaney@avtrex.com>
389
390         * Make-lang.in (JAVA_MANFILES): Add doc/gc-analyze.1.
391         (java.maintainer-clean):Add gc-analyze.1.
392         (.INTERMEDIATE): Add gc-analyze.pod.
393         (gc-analyze.pod): New rule.
394         (java.install-man): Install gc-analyze.1
395         * gcj.texi: Add new section for the gc-analyze program.
396
397 2007-02-07  Andrew Haley  <aph@redhat.com>
398
399         * class.c (uncache_this_class_ref): New.
400         * expr.c (build_jni_stub): Initialize the class.
401         (expand_byte_code): Call uncache_this_class_ref after generating
402         code.
403
404 2007-02-06  Tom Tromey  <tromey@redhat.com>
405
406         PR java/30714:
407         * jvspec.c (lang_specific_driver): Check for the '-' in '-I'.
408
409 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
410
411         * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
412
413 2007-02-02  Andrew Haley  <aph@redhat.com>
414
415         * expr.c (expand_byte_code): Call cache_this_class_ref() and
416         cache_cpool_data_ref().
417         Set TYPE_CPOOL_DATA_REF.
418         (cache_cpool_data_ref): New function.
419         * constants.c (build_ref_from_constant_pool): Remove special-case
420         code for flag_indirect_classes.
421         (build_constant_data_ref): Move special-case code for
422         flag_indirect_classes here from build_ref_from_constant_pool.
423         * decl.c (finish_method): Move class initialization from here to
424         cache_this_class_ref.
425         * class.c (cache_this_class_ref): New function.
426         (build_class_ref): Use this_classdollar for the ouput class.
427
428 2007-02-02  David Daney  <ddaney@avtrex.com>
429
430         * class.c (is_compiled_class): Move check to avoid reloading
431         current class.
432         (layout_class_method): Don't calculate DECL_EXTERNAL if it is
433         already set.
434
435 2007-02-01  Andrew Haley  <aph@redhat.com>
436
437         PR java/30641
438         * jcf-parse.c (jcf_parse): Clear the field_offsets bitmap.
439
440 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
441
442         * class.c, jcf-parse.c: Fix comment typos.
443
444 2007-01-30  Tom Tromey  <tromey@redhat.com>
445
446         * gcj.texi (Strings): Fix documentation for JvNewString.
447
448 2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
449
450         * gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
451         typos.
452
453 2007-01-30  Ben Elliston  <bje@au.ibm.com>
454
455         * jvspec.c (lang_specific_driver): Remove unused classpath_args.
456
457 2007-01-29  Tom Tromey  <tromey@redhat.com>
458
459         PR java/30607:
460         * jvspec.c (lang_specific_driver): Handle separate -I argument.
461         * lang.opt (-I): Add 'Separate'.
462
463 2007-01-29  Andrew Haley  <aph@redhat.com>
464
465         * class.c (add_method_1): Mark fndecl as external unless we are
466         compiling it into this object file.
467
468 2007-01-24  Andrew Haley  <aph@redhat.com>
469
470         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): current_class is a
471         type node, not a decl, so use TYPE_SYNTHETIC not CLASS_SYNTHETIC.
472
473 2007-01-22  Andrew Haley  <aph@redhat.com>
474
475         * builtins.c (VMSupportsCS8_builtin): New function.
476
477 2007-01-23  Andrew Pinski  <pinskia@gmail.com>
478
479         PR java/30454
480         * jcf-io.c (opendir_in_zip): Close the file
481         and free zipf before returning after an error.
482
483 2007-01-16  Tom Tromey  <tromey@redhat.com>
484
485         * java-tree.def: Added copyright header.
486
487 2007-01-15  Tom Tromey  <tromey@redhat.com>
488
489         * lang.c (dump_compound_expr) <EXPR_WITH_FILE_LOCATION>: Removed
490         case.
491         * java-gimplify.c (java_gimplify_expr) <EXPR_WITH_FILE_LOCATION>:
492         Removed case.
493         * java-tree.h (EXPR_WFL_EMIT_LINE_NOTE): Removed.
494         (EXPR_WFL_NODE): Likewise.
495         (EXPR_WFL_LINECOL): Likewise.
496         (EXPR_WFL_FILENAME): Likewise.
497         (EXPR_WFL_LINENO): Likewise.
498         (build_expr_wfl, expr_add_location): Don't declare.
499         (build_unknown_wfl): Removed.
500         (EXPR_WFL_FILENAME_NODE): Removed.
501         (EXPR_WFL_COLNO): Removed.
502         (EXPR_WFL_SET_LINECOL): Removed.
503         (DECL_FUNCTION_WFL): Removed.
504         (DECL_FIELD_FINAL_WFL): Removed.
505         (struct lang_decl_func) <wfl>: Removed field.
506         <called_constructor>: Likewise.
507         <inner_access>: Likewise.
508         (struct lang_decl_var) <wfl>: Removed field.
509         (DECL_CONSTRUCTOR_CALLS): Removed.
510         (DECL_FUNCTION_ACCESS_DECL): Likewise.
511         (DECL_FUNCTION_INNER_ACCESS): Likewise.
512         (DECL_SPECIFIC_COUNT): Likewise.
513         * java-tree.def (EXPR_WITH_FILE_LOCATION): Removed.
514         * expr.c (build_expr_wfl): Removed.
515         (expr_add_location): Likewise.
516
517 2007-01-12  Tom Tromey  <tromey@redhat.com>
518
519         * jcf-dump.c (main): Updated call to find_class.
520         * lang.c (java_init): Removed dead code.
521         * jcf-parse.c (read_class): Don't use java_source field.  Removed
522         dead code.
523         (parse_zip_file_entries): Don't use java_source field.
524         (process_zip_dir): Likewise.
525         (jcf_parse): Removed dead code.
526         (java_parse_file): Likewise.
527         (read_class): Updated call to find_class.
528         * jcf-io.c (find_class): Don't use java_source field.  Removed
529         'source_ok' argument, .java logic.
530         * jcf.h (JCF) <java_source>: Removed field.
531         (JCF_ZERO): Updated.    (find_class): Updated.
532         * decl.c: Removed dead code.
533         * class.c: Removed dead code.
534
535 2007-01-11  Tom Tromey  <tromey@redhat.com>
536
537         * typeck.c (convert): Don't use flag_emit_class_files.
538         * lang.c (java_post_options): Don't use flag_emit_class_files.
539         (java_handle_option): Don't use flag_extraneous_semicolon or
540         flag_redundant.
541         * jcf-parse.c (HANDLE_CONSTANTVALUE): Don't use
542         flag_emit_class_files.
543         (load_class): Likewise.
544         * java-tree.h (flag_emit_class_files): Don't declare.
545         (STATIC_CLASS_INIT_OPT_P): Don't use flag_emit_class_files.
546         (flag_extraneous_semicolon): Don't declare.
547         (flag_not_overriding): Likewise.
548         (flag_static_local_jdk1_1): Likewise.
549         (flag_redundant): Likewise.
550         * expr.c (build_newarray): Don't use flag_emit_class_files.
551         * class.c (DEFAULT_ENABLE_ASSERT): Don't use
552         flag_emit_class_files.
553         (build_class_ref): Likewise.
554         * builtins.c (check_for_builtin): Don't use
555         flag_emit_class_files.
556
557 2007-01-10  Tom Tromey  <tromey@redhat.com>
558
559         * lang.c (java_can_use_bit_fields_p): Removed.
560         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): Removed.
561
562 2007-01-09  Andrew Haley  <aph@redhat.com>
563
564         * expr.c (build_java_arrayaccess): Rewrite to generate array
565         access in canonical form.
566         (expand_java_arraystore): Use build_fold_addr_expr() on address of
567         array access.
568
569 2007-01-03  Andrew Haley  <aph@redhat.com>
570
571         PR java/28754
572         * expr.c (expand_java_field_op): If we're initializing a field's
573         declaring interface we should not also initialize the class
574         context in which it was referenced.
575
576 2007-01-02  Tom Tromey  <tromey@redhat.com>
577
578         * java-tree.h (compiling_from_source, current_encoding,
579         JTI_FINIT_IDENTIFIER_NODE, JTI_INSTINIT_IDENTIFIER_NODE,
580         JTI_LENGTH_IDENTIFIER_NODE, JTI_SUPER_IDENTIFIER_NODE,
581         JTI_CONTINUE_IDENTIFIER_NODE, JTI_ACCESS0_IDENTIFIER_NODE,
582         JTI_WFL_OPERATOR): Removed
583         (finit_identifier_node, instinit_identifier_node,
584         length_identifier_node, super_identifier_node,
585         continue_identifier_node, access0_identifier_node, wfl_operator):
586         Removed.
587         (cyclic_inheritance_report,
588         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND,
589         DECL_FUNCTION_NAP, DECL_FUNCTION_SYNTHETIC_CTOR,
590         DECL_FIXED_CONSTRUCTOR_P): Removed.
591         (struct lang_decl_func) <smic, nap, synthetic_ctor, fixed_ctor>:
592         Removed.
593         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST, TYPE_II_STMT_LIST,
594         TYPE_IMPORT_LIST, TYPE_IMPORT_DEMAND_LIST): Removed.
595         (struct lang_type) <finit_stmt_list, clinit_stmt_list, ii_block,
596         import_list, import_demand_list>: Removed.
597         (java_layout_seen_class_methods, init_jcf_parse, init_src_parse,
598         cxx_keyword_p): Removed.
599         (DECL_FINIT_P, DECL_INSTINIT_P, ID_FINIT_P, ID_INSTINIT_P,
600         TYPE_UNUSED, TYPE_UNDERFLOW, TYPE_UNEXPECTED,
601         CLASS_ACCESS0_GENERATED_P, CLASS_HAS_FINIT_P,
602         IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
603         IS_AN_IMPORT_ON_DEMAND_P, COMPOUND_ASSIGN_P, SWITCH_HAS_DEFAULT,
604         PRIMARY_P, MODIFY_EXPR_FROM_INITIALIZATION_P,
605         CLASS_METHOD_CHECKED_P, FOR_LOOP_P, ANONYMOUS_CLASS_P,
606         LOCAL_CLASS_P, ARG_FINAL_P, SUPPRESS_UNREACHABLE_ERROR,
607         RESOLVE_PACKAGE_NAME_P, RESOLVE_TYPE_NAME_P, IS_BREAK_STMT_P,
608         IS_CRAFTED_STRING_BUFFER_P, IS_INIT_CHECKED, CALL_USING_SUPER,
609         NESTED_FIELD_ACCESS_IDENTIFIER_P, TOPLEVEL_CLASS_DECL_P,
610         PURE_INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
611         CALL_CONSTRUCTOR_P, CALL_EXPLICIT_CONSTRUCTOR_P,
612         CALL_THIS_CONSTRUCTOR_P, CALL_SUPER_CONSTRUCTOR_P,
613         FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, BLOCK_IS_IMPLICIT,
614         BLOCK_EMPTY_P, IS_UNCHECKED_EXCEPTION_P, java_error_count,
615         java_parse_abort_on_error, extract_field_decl): Removed.
616         (finput): Declare.
617         * lang.c: (compiling_from_source, current_encoding): Removed.
618         (java_handle_option): Ignore -fencoding.
619         * parse.h: Don't include lex.h.
620         (java_error_count, int_fits_type_p, stabilize_reference, RULE,
621         RECOVERED, DRECOVERED, RECOVER, DRECOVER, YYERROR_NOW,
622         YYNOT_TWICE, CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
623         INTERFACE_MODIFIERS, INTERFACE_INNER_MODIFIERS,
624         INTERFACE_METHOD_MODIFIERS, INTERFACE_FIELD_MODIFIERS,
625         MODIFIER_WFL, THIS_MODIFIER_ONLY, parse_error_context,
626         ABSTRACT_CHECK, JCONSTRUCTOR_CHECK, exit_java_complete_class,
627         CLASS_OR_INTERFACE, GET_REAL_TYPE, GET_TYPE_NAME,
628         OBSOLETE_MODIFIER_WARNING, OBSOLETE_MODIFIER_WARNING2,
629         BUILD_PTR_FROM_NAME, INCOMPLETE_TYPE_P,
630         JAVA_MAYBE_GENERATE_DEBUG_INFO, JBSC_TYPE_P, JSTRING_P,
631         JNULLP_TYPE_P, JDECL_P, TYPE_INTERFACE_P, TYPE_CLASS_P,
632         IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS,
633         MANGLE_OUTER_LOCAL_VARIABLE_NAME,
634         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID,
635         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING,
636         SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
637         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP,
638         AIPL_FUNCTION_CREATION, AIPL_FUNCTION_DECLARATION,
639         AIPL_FUNCTION_CTOR_INVOCATION, AIPL_FUNCTION_FINIT_INVOCATION,
640         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
641         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED,
642         LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
643         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
644         LOOP_EXPR_BODY_BODY_EXPR, PUSH_LABELED_BLOCK, POP_LABELED_BLOCK,
645         PUSH_LOOP, POP_LOOP, PUSH_EXCEPTIONS, POP_EXCEPTIONS,
646         IN_TRY_BLOCK_P, EXCEPTIONS_P, ANONYMOUS_ARRAY_BASE_TYPE,
647         ANONYMOUS_ARRAY_DIMS_SIG, ANONYMOUS_ARRAY_INITIALIZER,
648         INVOKE_STATIC, INVOKE_NONVIRTUAL, INVOKE_SUPER, INVOKE_INTERFACE,
649         INVOKE_VIRTUAL, jdep_code, struct _jdep, JDEP_DECL, JDEP_DECL_WFL,
650         JDEP_KIND, JDEP_WFL, JDEP_MISC, JDEP_ENCLOSING, JDEP_CLASS,
651         JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN, JDEP_TO_RESOLVE,
652         JDEP_RESOLVED_DECL, JDEP_RESOLVED, JDEP_RESOLVED_P, struct
653         jdeplist_s, jdeplists, CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN,
654         JDEP_INSERT, SET_TYPE_FOR_RESOLUTION, WFL_STRIP_BRACKET,
655         STRING_STRIP_BRACKETS, PROMOTE_RECORD_IF_COMPLETE,
656         BLOCK_CHAIN_DECL, GET_CURRENT_BLOCK, EXPR_WFL_GET_LINECOL,
657         EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION, QUAL_DECL_TYPE,
658         GET_SKIP_TYPE, COMPLETE_CHECK_OP, COMPLETE_CHECK_OP_0,
659         COMPLETE_CHECK_OP_1, COMPLETE_CHECK_OP_2, BUILD_APPEND,
660         BUILD_STRING_BUFFER, BUILD_THROW, SET_WFL_OPERATOR,
661         PATCH_METHOD_RETURN_ERROR, CHECK_METHODS, CLEAR_DEPRECATED,
662         CHECK_DEPRECATED_NO_RESET, CHECK_DEPRECATED, REGISTER_IMPORT,
663         CURRENT_OSB, struct parser_ctxt, GET_CPC_LIST, CPC_INNER_P,
664         GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE, GET_CPC_DECL_NODE,
665         GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
666         GET_ENCLOSING_CPC_CONTEXT, INNER_ENCLOSING_SCOPE_CHECK, PUSH_CPC,
667         PUSH_ERROR, POP_CPC, DEBUG_CPC, CPC_INITIALIZER_LIST,
668         CPC_STATIC_INITIALIZER_LIST, CPC_INSTANCE_INITIALIZER_LIST,
669         CPC_INITIALIZER_STMT, CPC_STATIC_INITIALIZER_STMT,
670         CPC_INSTANCE_INITIALIZER_STMT, SET_CPC_INITIALIZER_STMT,
671         SET_CPC_STATIC_INITIALIZER_STMT,
672         SET_CPC_INSTANCE_INITIALIZER_STMT, JAVA_NOT_RADIX10_FLAG,
673         java_complete_class, java_check_circular_reference,
674         java_fix_constructors, java_layout_classes, java_reorder_fields,
675         java_method_add_stmt, java_get_line_col, reset_report,
676         java_init_lex, yyparse, java_parse, yyerror, java_expand_classes,
677         java_finish_classes, ctxp, ctxp_for_generation,
678         ctxp_for_generation_last): Removed.
679         * expr.c (force_evaluation_order): Don't mention NEW_CLASS_EXPR.
680         * mangle.c (utf8_cmp): New function.
681         (cxx_keywords): New global.
682         (cxx_keyword_p): New function.
683         * jvspec.c (JAVA_START_CHAR): Removed obsolete comment.
684         * java-tree.def (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR,
685         NEW_ANONYMOUS_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
686         CASE_EXPR, DEFAULT_EXPR, JAVA_CATCH_EXPR, SYNCHRONIZED_EXPR,
687         THROW_EXPR, CONDITIONAL_EXPR, INSTANCEOF_EXPR, NEW_ARRAY_INIT,
688         CLASS_LITERAL, JAVA_EXC_OBJ_EXPR): Removed.
689         * Make-lang.in (java.srcextra): Do nothing.
690         (parse.c, keyword.h, gt-java-parse.h): Removed targets.
691         (JAVA_OBJS): Don't mention deleted files.
692         (java.mostlyclean): Likewise.
693         (java.clean): Likewise.
694         (JAVA_LEX_C): Removed.
695         (buffer.o, check-init.o, parse.o): Remove unused targets.
696         (typeck.o): Updated.
697         * jcf-parse.c (read_class): Comment out unused code.
698         (java_layout_seen_class_methods): New function.
699         (parse_source_file_1, parse_source_file_2, parse_source_file_3):
700         Removed.
701         (java_parse_file): Comment out unused code.  Don't use 'ctxp'.
702         (init_jcf_parse): Removed.
703         * config-lang.in (gtfiles): Remove deleted files.
704         * decl.c (java_init_decl_processing): Don't initialize
705         finit_identifier_node, instinit_identifier_node,
706         length_identifier_node, super_identifier_node,
707         continue_identifier_node, access0_identifier_node.  Don't call
708         init_jcf_parse.
709         * class.c (cyclic_inheritance_report): New global.
710         (add_method_1): Don't use
711         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND.
712         (maybe_layout_super_class): Comment out code.
713         (safe_layout_class): New function.
714         * java-gimplify.c (java_gimplify_expr): Removed CASE_EXPR,
715         DEFAULT_EXPR, NEW_ARRAY_INIT, JAVA_CATCH_EXPR, JAVA_EXC_OBJ_EXPR,
716         UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_ANONYMOUS_ARRAY_EXPR,
717         NEW_CLASS_EXPR, SYNCHRONIZED_EXPR, CONDITIONAL_EXPR,
718         INSTANCEOF_EXPR, CLASS_LITERAL, THIS_EXPR.
719         (java_gimplify_case_expr): Removed.
720         (java_gimplify_default_expr): Likewise.
721         (java_gimplify_new_array_init): Likewise.
722         * parse.y: Removed.
723         * keyword.gperf, keyword.h: Removed.
724         * chartables.h: Removed.
725         * check-init.c: Removed.
726         * buffer.c, buffer.h: Removed.
727         * convert.h: Removed.
728         * gen-table.pl: Removed.
729         * lex.c, lex.h: Removed.
730
731 2007-01-02  Andrew Haley  <aph@redhat.com>
732
733         * expr.c (expand_java_arraystore): Make sure we perform a bounds
734         check at runtime before we perform a type check.
735
736 2006-12-19  Andrew Haley  <aph@redhat.com>
737
738         * decl.c: Bump minor BC ABI version.
739
740 2006-12-13  Gary Benson  <gbenson@redhat.com>
741
742         * jcf-depend.c (jcf_dependency_add_file): Mark filename unused.
743
744 2006-12-12  Tom Tromey  <tromey@redhat.com>
745
746         * lang-specs.h: Pass -M options to jc1.
747         * jcf-depend.c (jcf_dependency_add_file): Don't emit
748         dependencies.
749
750 2006-12-07  Mohan Embar  <gnustuff@thisiscool.com>
751
752         * jcf-path.c (jcf_path_compute): Use platform PATH_SEPARATOR.
753
754 2006-12-06  Mohan Embar  <gnustuff@thisiscool.com>
755
756         * lang-specs.h: Pass '%U'-based options as separate arguments.
757
758 2006-12-05  Tom Tromey  <tromey@redhat.com>
759
760         PR java/29495:
761         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Mark fields and
762         classes as well.
763         * class.c (add_field): Handle ACC_SYNTHETIC.
764         (add_method_1): Likewise.  Handle bridge and varargs.
765         (get_access_flags_from_decl): Handle synthetic, bridge, varargs,
766         annotation.
767         (set_class_decl_access_flags): Handle synthetic and annotation.
768         * java-tree.h (METHOD_BRIDGE): New macro.
769         (METHOD_VARARGS): Likewise.
770         (TYPE_SYNTHETIC): Likewise.
771         (TYPE_ANNOTATION): Likewise.
772         (lang_type): New fields 'synthetic' and 'annotation'.
773         (lang_decl_func): New fields 'varargs' and 'bridge'.
774
775 2006-12-04  Andrew Haley  <aph@redhat.com>
776
777         * jcf-parse.c (rewrite_reflection_indexes): Don't do anything if
778         there's no map.
779
780 2006-11-29  Gary Benson  <gbenson@redhat.com>
781
782         * expr.c (rewrite_arglist_getcaller): Reorder.
783
784 2006-11-29  Andrew Haley  <aph@redhat.com>
785
786         * expr.c (rewrite_arglist_getcaller): Remove DECL_INLINE.
787         * lang.c (java_decl_ok_for_sibcall): Check for DECL_INLINE.
788
789 2006-11-23  Andrew Haley  <aph@redhat.com>
790
791         * expr.c (rewrite_arglist_getcaller): New.
792         (rewrite_arglist_getclass): Fix indentation.
793         (rules): Add gnu.classpath.VMStackWalker.getCallingClass() and 
794         gnu.classpath.VMStackWalker.getCallingClassLoader().
795         * builtins.c (initialize_builtins): Remove duplicate def'n of
796         __sync_synchronize.
797         Add __builtin_return_address.
798
799 2006-11-22  Andrew Haley  <aph@redhat.com>
800
801         * jcf-reader.c (get_attribute): Mark attr_type unused.
802
803         * builtins.c (compareAndSwapObject_builtin): Fix declaration.
804
805 2007-01-08  Richard Guenther  <rguenther@suse.de>
806
807         * lex.c (do_java_lex): Use build_int_cst_wide_type.
808         * jcf-parse.c (get_constant): Likewise.
809
810 2006-11-12  Jan Hubicka  <jh@suse.cz>
811
812         * resource.c (compile_resource_data): Update for new varpool names.
813         * java/class.c (build_utf8_ref): Likewise.
814
815 2006-11-12  David Daney  <ddaney@avtrex.com>
816
817         PR java/29805
818         * typeck.c (build_java_array_type): Increase buffer sizes.
819
820 2006-11-11  Richard Guenther  <rguenther@suse.de>
821
822         * check-init.c (check_init): Remove handling of FIX_CEIL_EXPR,
823         FIX_FLOOR_EXPR and FIX_ROUND_EXPR.
824
825 2006-11-06  Andrew Haley  <aph@redhat.com>
826
827         * java-tree.h (CONSTANT_LazyFlag): New.
828         * constants.c (build_constants_constructor): Mask CONSTANT_LazyFlag.
829         * jcf-parse.c (handle_innerclass_attribute): Write attribute to
830         reflection_data.
831         (handle_constant): Return 0 for dummy cpool entries.
832         Handle constants of kind Class.
833         Handle constants of kind NameAndType.
834         (handle_enclosingmethod_attribute): New.
835         (handle_signature_attribute): New.
836         (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): New.
837         (HANDLE_SIGNATURE_ATTRIBUTE): New.
838         (handle_constant): Use unmangle_classname()rather than calling
839         identifier_subst() directly.
840
841 2006-11-02  Andrew Haley  <aph@redhat.com>
842
843         * java-tree.h (FIELD_ENUM): New.
844         (lang_decl_var.field_enum): New.
845         (lang_type.enum_class): New.
846         (CLASS_ENUM): New.
847         * class.c (set_class_decl_access_flags): Handle enum types.
848         (add_field): Handle enum fields.
849         (get_access_flags_from_decl): Likewise.
850
851         * class.c (make_class_data): Put reflection_data into rodata.
852
853 2006-11-01  Andrew Haley  <aph@redhat.com>
854
855         * jcf-parse.c (field_offsets, bit_obstack): New variables.
856         (jcf_parse): Write end marker to annotation_data.
857         (java_parse_file): Create field_offsets bitmap.  Destroy it.
858         (annotation_grow, annotation_rewrite_byte) 
859         (annotation_rewrite_short, annotation_rewrite_int) 
860         (annotation_read_short, annotation_write_byte) 
861         (annotation_write_short, annotation_write_int) 
862         (handle_long_constant, handle_constant, handle_element_value) 
863         (handle_annotation, handle_annotations) 
864         (handle_annotation_attribute, rewrite_reflection_indexes) 
865         (handle_member_annotations, handle_parameter_annotations) 
866         (handle_default_annotation): New functions.
867         (HANDLE_RUNTIMEVISIBLEANNOTATIONS_ATTRIBUTE) 
868         (HANDLE_RUNTIMEINVISIBLEANNOTATIONS_ATTRIBUTE) 
869         (HANDLE_RUNTIMEVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE) 
870         (HANDLE_RUNTIMEINVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE) 
871         (HANDLE_ANNOTATIONDEFAULT_ATTRIBUTE): New definitions.
872         * java-tree.h (enum jv_attr_type, enum jv_attr_kind): New. 
873         (TYPE_REFLECTION_DATA): New.
874         (TYPE_REFLECTION_DATASIZE): New.
875         * jcf.h (enum cpool_tag): Convert a bunch of #define constants to
876         an enum.
877         * jcf-reader.c (get_attribute): Pass field/method index and
878         attribute type to get_attribute().
879         * constants.c (find_class_or_string_constant): Make nonstatic.
880         (cpool_for_class): Likewise.
881         (build_constants_constructor): Separate string and scalar types.
882         * class.c (make_class_data): Generate field_indexes permutation.
883         Pass it to rewrite_reflection_indexes().
884         (make_class_data): Generate constructor for reflection_data field.
885
886 2006-10-20  Tom Tromey  <tromey@redhat.com>
887
888         * gcj.texi (Top): Don't mention jv-scan.
889         (Invoking gcj): Likewise.
890         (Invoking gcjh): Likewise.
891         (Invoking gjnih): Likewise.
892         (Invoking gij): Likewise.
893         (Invoking gcj-dbtool): Likewise.
894         (Invoking jv-scan): Removed.
895         * parse-scan.y: Removed.
896         * jv-scan.c: Removed.
897         * config-lang.in (stagestuff): Don't mention jv-scan.
898         * Make-lang.in (java): Removed jv-scan.
899         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
900         (JVSCAN_OBJS): Removed.
901         (jv-scan$(exeext)): Likewise.
902         (JAVA_MANFILES): Removed jv-scan.1.
903         (java.uninstall): Don't mention jv-scan.
904         (java.mostlyclean): Likewise.
905         (java.maintainer-clean): Likewise.
906         (.INTERMEDIATE): Likewise.
907         (java/jv-scan.o): Removed.
908         (jv-scan.pod): Likewise.
909         (java.srcextra): Don't mention parse-scan.c.
910         (java.mostlyclean): Likewise.
911         (java/parse-scan.c): Removed.
912         (java/parse-scan.o-warn): Removed.
913         (java/parse-scan.o): Removed.
914
915 2006-10-20  Tom Tromey  <tromey@redhat.com>
916
917         * lang.c (java_handle_option): Don't use
918         jcf_write_base_directory.
919         * jcf.h (jcf_write_base_directory): Removed.
920         * parse.y (java_expand_classes): Don't call write_classfile.
921         * config-lang.in (gtfiles): Removed jcf-write.c.
922         * Make-lang.in (JAVA_OBJS): Removed jcf-write.o.
923         (java/jcf-write.o): Removed.
924         * jcf-parse.c (parse_class_file): Don't call write_classfile.
925         * java-tree.h (write_classfile): Removed declaration.
926         * jcf-write.c: Removed.
927
928 2006-10-20  Tom Tromey  <tromey@redhat.com>
929
930         * Make-lang.in (java): Removed gjnih, gcjh.
931         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
932         (GCJH_OBJS): Removed.
933         (GJNIH_OBJS): Likewise.
934         (gjnih$(exeext)): Likewise.
935         (gcjh$(exeext)): Likewise.
936         (JAVA_MANFILES): Removed gcjh.1, gjnih.1.
937         (java.install-common): Don't special case gcjh.
938         (java.uninstall): Don't mention gcjh, gjnih.
939         (java.mostlyclean): Likewise.
940         (java.maintainer-clean): Likewise.
941         (.INTERMEDIATE): Likewise.
942         (gcjh.pod): Removed.
943         (gjnih.pod): Likewise.
944         (GCJH_TARGET_INSTALL_NAME): Removed.
945         (java/gjavah-jni.o): Removed.
946         (java/gjavah.o): Likewise.
947         * config-lang.in (stagestuff): Removed gjnih, gcjh.
948         * gjavah.c: Removed.
949
950 2006-10-17  Tom Tromey  <tromey@redhat.com>
951
952         * jcf-dump.c (print_element_value): Expect a utf8 constant in the
953         "string" case.
954
955 2006-10-17  Tom Tromey  <tromey@redhat.com>
956
957         * jvgenmain.c (main): Handle -findirect-dispatch.
958         * jvspec.c (jvgenmain_spec): Pass -findirect-dispatch to
959         jvgenmain.
960
961 2006-10-06  Andrew Haley  <aph@redhat.com>
962
963         * builtins.c (compareAndSwapInt_builtin): Check that we really do
964         have a compare_and_swap builtin.
965         (compareAndSwapLong_builtin): Likewise.
966         (compareAndSwapObject_builtin): Likewise.
967
968 2006-10-04  Andrew Haley  <aph@redhat.com>
969
970         * builtins.c (java_builtins): Add compareAndSwapInt,
971         compareAndSwapLong, compareAndSwapObject, putOrderedInt,
972         putOrderedLong, putOrderedObject, putIntVolatile, putLongVolatile,
973         putObjectVolatile, getObjectVolatile, getIntVolatile,
974         getLongVolatile, getLong.
975         (UNMARSHAL3): New macro.
976         (UNMARSHAL4): Likewise.
977         (UNMARSHAL5): Likewise.
978         (build_arglist_for_builtin): New function.
979         (build_addr_sum, build_check_this): New functions.
980         (putObject_builtin. compareAndSwapInt_builtin,
981         compareAndSwapLong_builtin, compareAndSwapObject_builtin,
982         putVolatile_builtin, getVolatile_builtin): New builtins.
983
984 2006-06-08  Andrew Haley  <aph@redhat.com>
985  
986         * expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to
987         get_symbol_table_index().
988         (maybe_rewrite_invocation): Set SPECIAL if we need to access a
989         private method.
990         (build_known_method_ref): New arg: special.  Pass it to
991         get_symbol_table_index.
992         (get_symbol_table_index): Put SPECIAL in the TREE_PURPOSE field of
993         the method list.
994         (build_invokevirtual): New arg: special.  Pass it to
995         get_symbol_table_index.
996         (expand_invoke): New variable: special.
997         Pass it to maybe_rewrite_invocation().
998         Pass it to build_known_method_ref().
999         * class.c (build_symbol_entry): Add new arg: special.  Use it to
1000         build the symbol table conbstructor.
1001         (emit_symbol_table): Extract SPECIAL from the method list and pass
1002         it to build_symbol_entry().
1003         * parse.y (patch_invoke): Call maybe_rewrite_invocation() and set
1004         special accordingly.
1005  
1006 2006-09-08  Andrew Haley  <aph@redhat.com>
1007
1008         * class.c (layout_class_method): Use build_java_signature, not
1009         build_java_argument_signature.  Use lookup_java_method, not
1010         lookup_argument_method.
1011
1012 2006-08-16  Jakub Jelinek  <jakub@redhat.com>
1013             Bryce McKinlay  <bryce@mckinlay.net.nz>
1014
1015         * jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
1016
1017 2006-07-18  Tom Tromey  <tromey@redhat.com>
1018
1019         * lang.opt: Added missing -W options.
1020
1021 2006-07-12  Tom Tromey  <tromey@redhat.com>
1022
1023         PR java/28329:
1024         * lang-specs.h: Pass '%U'-based options as separate arguments.
1025         Use -faux-classpath.
1026         * lang.c (java_handle_option): Handle OPT_faux_classpath.
1027         * lang.opt (faux-classpath): New option.
1028
1029 2006-07-07  Tom Tromey  <tromey@redhat.com>
1030
1031         * class.c (make_class_data): Set value for reflection_data field.
1032         * decl.c (java_init_decl_processing): Add reflection_data field.
1033
1034 2006-07-07  Tom Tromey  <tromey@redhat.com>
1035
1036         * jcf-dump.c (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): Declare locals
1037         earlier.
1038         (HANDLE_SIGNATURE_ATTRIBUTE): Likewise.
1039
1040 2006-07-07  Andrew Haley  <aph@redhat.com>
1041
1042         * jcf-parse.c (set_source_filename): Don't check for
1043         CLASS_FROM_CURRENTLY_COMPILED_P.
1044         Remove // comments.
1045
1046 2006-07-07  Andrew Haley  <aph@redhat.com>
1047
1048         * java-tree.h (java_read_sourcefilenames): Declare.
1049         * lang.c (java_handle_option): Call java_read_sourcefilenames().
1050         * lang.opt (fsource-filename): New opt.
1051         * lang-specs.h: Add -fsource-filename.
1052         * jcf-parse.c (num_files, filenames): New variables.
1053         (reverse, cmpstringp, java_read_sourcefilenames,
1054         find_sourcefile): New.
1055         (set_source_filename): Call find_sourcefile to find the real name
1056         of a source file.
1057
1058 2006-06-27  Tom Tromey  <tromey@redhat.com>
1059
1060         * jcf-reader.c (get_attribute): Handle EnclosingMethod,
1061         Signature, LocalVariableTypeTable, annotation attributes.
1062         * jcf-dump.c (HANDLE_ENCLOSINGMETHOD_ATTRIBUTE): New macro.
1063         (HANDLE_SIGNATURE_ATTRIBUTE): Likewise.
1064         (HANDLE_START_FIELD): Mention 'descriptor', not 'signature'.
1065         (HANDLE_METHOD): Likewise.
1066         (HANDLE_LOCALVARIABLETYPETABLE_ATTRIBUTE): New macro.
1067         (print_annotation): New function.
1068         (print_element_value): Likewise.
1069         (indent): Likewise.
1070         (HANDLE_RUNTIMEVISIBLEANNOTATIONS_ATTRIBUTE): New macro.
1071         (HANDLE_RUNTIMEINVISIBLEANNOTATIONS_ATTRIBUTE): Likewise.
1072         (print_parameter_annotations): New function.
1073         (HANDLE_RUNTIMEVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE): New macro.
1074         (HANDLE_RUNTIMEINVISIBLEPARAMETERANNOTATIONS_ATTRIBUTE):
1075         Likewise.
1076         (HANDLE_ANNOTATIONDEFAULT_ATTRIBUTE): Likewise.
1077         (print_annotations): New function.
1078
1079 2006-06-23  Tom Tromey  <tromey@redhat.com>
1080
1081         * lang-specs.h: Default -fsource and -ftarget to 1.5.  If
1082         emitting class files, always use 1.5.
1083         * gcj.texi (Input Options): Document -fsource.
1084         (Code Generation): Document -ftarget.
1085
1086 2006-06-21  Tom Tromey  <tromey@redhat.com>
1087
1088         PR java/28089:
1089         * expr.c (expand_java_field_op): Initialize field's declaring
1090         class.
1091
1092 2006-06-20  Tom Tromey  <tromey@redhat.com>
1093
1094         * expr.c (push_value): Always flush quick stack.
1095
1096 2006-06-19  Tom Tromey  <tromey@redhat.com>
1097
1098         * expr.c (push_value): Also flush quick stack if value is a
1099         component_ref.
1100
1101 2006-06-19  Tom Tromey  <tromey@redhat.com>
1102
1103         * expr.c (push_value): Flush quick stack if value has side
1104         effects.
1105
1106 2006-06-13  Tom Tromey  <tromey@redhat.com>
1107
1108         * class.c (is_compiled_class): Explicitly check for current
1109         class.
1110
1111 2006-06-09  Tom Tromey  <tromey@redhat.com>
1112
1113         * gjavah.c (decompile_method): Don't decompile a static field
1114         accessor method.
1115
1116 2006-06-06  Tom Tromey  <tromey@redhat.com>
1117
1118         * lang-specs.h <jc1>: Add .jar file to command line if
1119         -fsaw-java-file.  Also, remove -ffilelist-file in this case.
1120
1121 2006-06-05  Tom Tromey  <tromey@redhat.com>
1122
1123         * jcf-dump.c (print_access_flags): Handle varargs, bridge,
1124         synthetic, enum, annotation.
1125         * jcf.h (ACC_BRIDGE): New macro.
1126         (ACC_VARARGS): Likewise.
1127         (ACC_SYNTHETIC): Likewise.
1128         (ACC_ENUM): Likewise.
1129         (ACC_ANNOTATION): Likewise.
1130
1131 2006-06-04  Tom Tromey  <tromey@redhat.com>
1132
1133         * lang.opt (-fsaw-java-file, -fsource, -ftarget): New options.
1134         * jvspec.c (jvgenmain_spec): Remove -fsaw-java-file, -fsource,
1135         and -ftarget.
1136         (lang_specific_driver): Removed dead code.  Add -fsaw-java-file
1137         when needed.  Handle classpath-setting.
1138         * Make-lang.in ($(GCJ)$(exeext)): Link in jcf-path.o.
1139         * lang-specs.h: Rewrote.
1140
1141 2006-06-04  Tom Tromey  <tromey@redhat.com>
1142
1143         * jcf-io.c (find_class): Set source_ok to 0.
1144         * jcf-parse.c (jcf_parse): Disable gnu.gcj.gcj-compiled warning.
1145         (parse_class_file): Don't call java_mark_class_local.
1146         (java_parse_file): Skip .java files.  Call java_mark_class_local
1147         before lowering any code.
1148         (parse_zip_file_entries): Don't call duplicate_class_warning
1149         here.
1150         (process_zip_dir): ... call it here.
1151         * class.c (add_field): Don't mark field external if it is being
1152         compiled into this object.
1153         (make_class_data): Handle situation where class_dtable_decl is
1154         created before Class is compiled.
1155         (is_compiled_class): Don't assume files in zip are compiled into
1156         this object.
1157         (layout_class_method): Don't mark method external if it is being
1158         compiled into this object.
1159
1160 2006-06-04  Tom Tromey  <tromey@redhat.com>
1161
1162         * jcf-path.c (jcf_path_compute): New function.
1163         * jcf.h (jcf_path_compute): Declare.
1164
1165 2006-10-23 Rafael Avila de Espindola  <rafael.espindola@gmail.com>
1166
1167         * decl.c: Include langhooks.h.
1168         (builtin_function): Remove.
1169         (java_init_decl_processing): Replace calls to builtin_function
1170         with add_builtin_function.
1171         * Make-lang.in (jc1$(exeext)): Depend on and link with attribs.o.
1172         (java/decl.o): Depend on langhooks.h.
1173         * java-tree.h (builtin_function): Remove.
1174
1175 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1176
1177         * Make-lang.in: Added "java.pdf", "gcj.pdf" target support.
1178
1179 2006-09-12  Tom Tromey  <tromey@redhat.com>
1180
1181         * expr.c (push_value): Always flush quick stack.
1182
1183 2006-09-12  Tom Tromey  <tromey@redhat.com>
1184
1185         PR java/29013:
1186         * jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Always note
1187         the push of the called method's return result.
1188
1189 2006-09-12  Tom Tromey  <tromey@redhat.com>
1190
1191         * jvspec.c (lang_specific_driver): Read spec file even if
1192         -fsyntax-only.
1193
1194 2006-09-12  Tom Tromey  <tromey@redhat.com>
1195
1196         PR java/28754:
1197         * expr.c (expand_java_field_op): Initialize field's declaring
1198         interface if necessary.
1199
1200 2006-09-12  Tom Tromey  <tromey@redhat.com>
1201
1202         PR java/28892:
1203         * expr.c (expand_java_field_op): No error for assignments not in
1204         class initializer or constructor.
1205
1206 2006-08-22  Andrew Haley  <aph@redhat.com>
1207
1208         * decl.c (java_add_stmt): Give the statement list a type.
1209
1210 2006-08-16  Jakub Jelinek  <jakub@redhat.com>
1211             Bryce McKinlay  <bryce@mckinlay.net.nz>
1212
1213         * jvspec.c (lang_specific_driver): Add -s-bc-abi when needed.
1214
1215 2006-08-10  Simon Martin  <simartin@users.sourceforge.net>
1216
1217         PR java/8923
1218         * parse.y (build_incdec): Emit an error instead of an ICE if '++'
1219         or '--' is used with a constant operand.
1220         (java_complete_lhs): When processing a '++' or '--' expression,
1221         don't call java_complete_tree but java_complete_lhs, so that a
1222         static final variable operand is never replaced by its value. This
1223         avoids an ICE later on.
1224         (patch_unaryop): Fixed typo in comment.
1225
1226 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1227
1228         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
1229
1230 2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>
1231
1232         * builtins.c (check_for_builtin): If a builtin could result in a
1233         direct call being generated, don't use it if flag_indirect_dispatch
1234         is set.
1235
1236 2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>
1237
1238         * gcj.texi (Invocation): Corrections for Invocation API example.
1239
1240 2006-07-04  Andrew Haley  <aph@redhat.com>
1241
1242         * class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the
1243         entry.
1244
1245 2006-06-21  Andrew Haley  <aph@redhat.com>
1246
1247         * java-tree.h (update_aliases): Remove
1248         * expr.c (expand_iinc): Remove call to update_aliases().
1249         (STORE_INTERNAL): Likewise.
1250         * decl.c (update_aliases, initialize_local_variable) 
1251         (maybe_pushlevels): Set DECL_VALUE_EXPR for debugging decls.
1252
1253 2006-06-19  Andrew Haley  <aph@redhat.com>
1254
1255         PR java/1305
1256         PR java/27908
1257         * expr.c (java_modify_addr_for_volatile): New function.
1258         (expand_java_field_op): Handle volatile fields.
1259         * java-gimplify.c (java_gimplify_component_ref): Call
1260         java_modify_addr_for_volatile to give the field_ref the correct
1261         volatile type.
1262         (java_gimplify_modify_expr): Likewise.
1263         * java-tree.h (java_modify_addr_for_volatile): New decl.
1264
1265 2006-06-17  Karl Berry  <karl@gnu.org>
1266
1267         * gcj.texi (@dircategory): Use "Software development" instead
1268         of "Programming", following the Free Software Directory.
1269
1270 2006-06-16  Andrew Haley  <aph@redhat.com>
1271
1272         * class.c (make_class_data): When using flag_indirect_classes,
1273         don't initialize the vtable of Class instances.
1274
1275 2006-06-09  Andrew Haley  <aph@redhat.com>
1276
1277         PR java/1305
1278         PR java/27908
1279         * builtins.c (initialize_builtins): Add __sync_synchronize().
1280         * class.c (add_field): Mark volatile fields.
1281         * java-gimplify.c (java_gimplify_expr): Call new functions to
1282         handle self-modifying exprs and COMPONENT_REFs.
1283         (java_gimplify_component_ref): New.
1284         (java_gimplify_modify_expr): Add handling for volatiles.
1285
1286 2006-06-08  Tom Tromey  <tromey@redhat.com>
1287
1288         * gcj.texi (libgcj Runtime Properties): Document
1289         gnu.gcj.user.realname.
1290
1291 2006-06-08  Andrew Haley  <aph@redhat.com>
1292
1293         * expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to
1294         get_symbol_table_index().
1295         (maybe_rewrite_invocation): Set SPECIAL if we need to access a
1296         private method.
1297         (build_known_method_ref): New arg: special.  Pass it to
1298         get_symbol_table_index.
1299         (get_symbol_table_index): Put SPECIAL in the TREE_PURPOSE field of
1300         the method list.
1301         (build_invokevirtual): New arg: special.  Pass it to
1302         get_symbol_table_index.
1303         (expand_invoke): New variable: special.
1304         Pass it to maybe_rewrite_invocation().
1305         Pass it to build_known_method_ref().
1306         * class.c (build_symbol_entry): Add new arg: special.  Use it to
1307         build the symbol table conbstructor.
1308         (emit_symbol_table): Extract SPECIAL from the method list and pass
1309         it to build_symbol_entry().
1310         * parse.y (patch_invoke): Call maybe_rewrite_invocation() and set
1311         special accordingly.
1312
1313 2006-06-06  David Daney  <ddaney@avtrex.com>
1314
1315         * gcj.texi (libgcj Runtime Properties): Document
1316         gnu.gcj.runtime.NameFinder.show_raw and
1317         gnu.gcj.runtime.NameFinder.remove_unknown.
1318
1319 2006-06-06  Tom Tromey  <tromey@redhat.com>
1320
1321         * jcf-dump.c (print_access_flags): Handle varargs, bridge,
1322         synthetic, enum, annotation.
1323         * jcf.h (ACC_BRIDGE): New macro.
1324         (ACC_VARARGS): Likewise.
1325         (ACC_SYNTHETIC): Likewise.
1326         (ACC_ENUM): Likewise.
1327         (ACC_ANNOTATION): Likewise.
1328
1329 2006-06-06  Mike Stump  <mrs@apple.com>
1330
1331         * Make-lang.in: Rename to htmldir to build_htmldir to avoid
1332         installing during build.
1333
1334 2006-05-31  Thomas Fitzsimmons  <fitzsim@redhat.com>
1335
1336         * gcj.texi (Extensions): Document the new gcj-dbtool-based
1337         classname-to-library resolution mechanism.
1338         Declare the old gnu.gcj.runtime.VMClassLoader.library_control
1339         mechanism deprecated.
1340         (libgcj Runtime Properties): Document
1341         gnu.gcj.runtime.VMClassLoader.library_control's new default.
1342
1343 2006-05-29  Jakub Jelinek  <jakub@redhat.com>
1344
1345         * javaop.h (int16, int32, int64): Define to exactly 16 (resp. 32, 64)
1346         bit wide type.
1347         (jword): Define to uint64 on 64-bit arches.
1348         * jcf-dump.c (print_constant): Cast JPOOL_UINT to long.
1349
1350 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
1351
1352         * class.c, except.c, expr.c, java-gimplify.c: Fix comment
1353         typos.
1354
1355 2006-05-26  Tom Tromey  <tromey@redhat.com>
1356
1357         * expr.c (java_push_constant_from_pool): Handle 'ldc class'.
1358         * verify-glue.c (vfy_class_type): New function.
1359         * verify-impl.c (check_constant): Allow 'ldc class'.
1360         * verify.h (vfy_class_type): Declare.
1361
1362 2006-05-25  Andrew Haley  <aph@redhat.com>
1363
1364         PR java/27756
1365         * decl.c (maybe_pushlevels): When variable ranges are non-nested
1366         update all lifetimes, not just the first one.
1367
1368 2006-05-24  Tom Tromey  <tromey@redhat.com>
1369
1370         * java-tree.h: Fixed flag documentation.
1371
1372 2006-05-24  Tom Tromey  <tromey@redhat.com>
1373
1374         PR libgcj/27729:
1375         * jcf.h (ACC_INVISIBLE): Changed value.
1376
1377 2006-05-24  Andrew Haley  <aph@redhat.com>
1378
1379         PR java/27754
1380         * decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a
1381         COMPOUND_EXPR.
1382
1383 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1384
1385         * lang.opt (femit-class-file): Remove VarExists.
1386
1387 2006-05-16  Tom Tromey  <tromey@redhat.com>
1388
1389         * verify-impl.c (verify_instructions_0) <op_return>: Special case
1390         for Object.<init>.
1391
1392 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
1393
1394         PR driver/26885
1395         * Make-lang.in ($(GCJ)$(exeext)): Replace gcc.o with
1396         $(GCC_OBJS).
1397
1398 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
1399
1400         * Make-lang.in (java/decl.o): Add dependency on $(TARGET_H).
1401         (java/expr.o): Replace target.h with $(TARGET_H).
1402         (java/parse.o): Likewise.
1403
1404 2006-05-10  Andrew Haley  <aph@redhat.com>
1405
1406         * class.c (emit_indirect_register_classes): Fix comment.
1407
1408 2006-05-04  Tom Tromey  <tromey@redhat.com>
1409
1410         * java-tree.h (uses_jv_markobj_p): Declare.
1411         * class.c (uses_jv_markobj_p): Removed.
1412         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): New define.
1413         (get_boehm_type_descriptor): Use it.
1414         (uses_jv_markobj_p): Moved from class.c.  Return bool.
1415
1416 2006-05-04  Tom Tromey  <tromey@redhat.com>
1417
1418         * java-tree.def (THIS_EXPR): Now a tcc_expression.
1419
1420 2006-05-04  Andrew Haley  <aph@redhat.com>
1421
1422         * class.c (make_field_value): Always build_address_of fdecl if
1423         there is an initializer.
1424
1425 2006-05-03  Andrew Haley  <aph@redhat.com>
1426
1427         PR libgcj/27352
1428         * expr.c (maybe_rewrite_invocation): New function.
1429         (rewrite_arglist_getclass): Likewise.
1430         (rules): New.
1431         (expand_invoke): Call maybe_rewrite_invocation.
1432         * parse.y (patch_invoke): Likewise.
1433         * java-tree.h: (maybe_rewrite_invocation): New function.
1434
1435 2006-04-21  Andrew Haley  <aph@redhat.com>
1436
1437         * lang.c (java_init): Handle flag_indirect_classes.
1438         * jvgenmain.c: Use "class$$" instead of "class$".
1439         * mangle.c (java_mangle_decl): Accept RECORD_TYPEs sw well as
1440         DECLs.
1441         (mangle_class_field): Special case "class$$" as well as "class$".
1442         * constants.c (build_ref_from_constant_pool): If
1443         flag_indirect_classes, generate a ref into the heap.
1444         * decl.c (constants_field_decl_node,
1445         constants_data_field_decl_node): New.
1446         * class.c (build_static_class_ref): New.
1447         (build_classdollar_field): Factor out from build_class_ref().
1448         (make_field_value): Handle static fields in heap.
1449         (make_class_data): Make sure we get a static ref to class.
1450         Make class initializer const if flag_indirect_classes.
1451         (register_class): Build a class_ref for initialization if
1452         flag_indirect_classes.
1453         (emit_indirect_register_classes): New.
1454
1455 2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
1456
1457         * expr.c, gjavah.c: Fix comment typos.
1458
1459 2006-04-03  Andrew Haley  <aph@redhat.com>
1460
1461         PR java/26858
1462         * expr.c (build_field_ref): Don't check the field offset if
1463         flag_syntax_only.
1464
1465 2006-03-30  Andrew Haley  <aph@redhat.com>
1466
1467         PR java/26858
1468         * lang.c (java_attribute_table): New.
1469         (LANG_HOOKS_ATTRIBUTE_TABLE): Define.
1470         * expr.c (build_field_ref): Add a null pointer check for all
1471         fields of offset > 4k.  Don't do so for accesses via the this
1472         pointer, which we know can never be null.
1473         * class.c (build_java_method_type): Mark arg 1 of all nonstatic
1474         methods nonnull.
1475
1476 2006-03-30  Carlos O'Donell  <carlos@codesourcery.com>
1477
1478         * Make-lang.in: Rename docdir to gcc_docdir.
1479
1480 2006-03-30  Tom Tromey  <tromey@redhat.com>
1481
1482         PR java/26042:
1483         * parse.y (java_reorder_fields): Reset superclass field's size as
1484         well.
1485
1486 2006-03-28  Tom Tromey  <tromey@redhat.com>
1487
1488         PR java/26390:
1489         * parse.y (find_most_specific_methods_list): Added 'class'
1490         argument.
1491         (lookup_method_invoke): Updated.
1492
1493 2006-03-15  Tom Tromey  <tromey@redhat.com>
1494
1495         * jcf-write.c (generate_bytecode_insns): Use qualifying type for
1496         non-static method calls.
1497
1498 2006-03-15  David Daney  <ddaney@avtrex.com>
1499
1500         * java-tree.h : Moved comment for TYPE_DOT_CLASS adjacent to its
1501         declaration.
1502
1503 2006-03-15  David Daney  <ddaney@avtrex.com>
1504
1505         * lang.opt (-freduced-reflection): New option.
1506         * lang.c (java_post_options): Generate an error if
1507         -freduced-reflection used with -fjni or -findirect-dispatch.
1508         * java-tree.h (flag_reduced_reflection): Declare new variable.
1509         * boehm.c (get_boehm_type_descriptor): Indicate all pointers
1510         if bitmap overflows and flag_reduced_reflection set.
1511         * class.c (uses_jv_markobj_p): New function.
1512         (make_class_data): Moved generation of vtable to before
1513         reflection data, generate less reflection data if
1514         flag_reduced_reflection set.
1515         * gcj.texi: Document -freduced-reflection.
1516
1517 2006-03-15  Tom Tromey  <tromey@redhat.com>
1518
1519         PR java/26638:
1520         * class.c (get_interface_method_index): Don't put <clinit> into
1521         interface table.
1522
1523 2006-03-15  Tom Tromey  <tromey@redhat.com>
1524
1525         * parse.y (analyze_clinit_body): Ignore empty statements.
1526
1527 2006-03-08  David Daney  <ddaney@avtrex.com>
1528
1529         * gcj.texi: Document -static-libgcj option.
1530
1531 2006-02-20  Andrew Haley  <aph@redhat.com>
1532
1533         * jcf-parse.c (parse_class_file): Set input_location from
1534         current_class.
1535
1536 2006-02-15  Andrew Haley  <aph@redhat.com>
1537
1538         * class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.
1539         (make_class_data): pushdecl_top_level TYPE_OTABLE_SYMS_DECL,
1540         TYPE_ATABLE_SYMS_DECL, TYPE_ITABLE_SYMS_DECL here.
1541
1542 2006-02-09  Andrew Haley  <aph@redhat.com>
1543
1544         PR java/26192
1545         * expr.c (expand_invoke): Allow methods in arrays to be resolved
1546         in their superclass.
1547
1548         * typeck.c (build_java_array_type): Generate TYPE_STUB_DECLs for
1549         array types.
1550         
1551 2006-02-08  Tom Tromey  <tromey@redhat.com>
1552
1553         PR java/22578:
1554         * check-init.c (check_init): Handle VIEW_CONVERT_EXPR.
1555         * builtins.c (convert_real): New function.
1556         (java_builtins): Handle Float.intBitsToFloat,
1557         Float.floatToRawIntBits, Double.longBitsToDouble,
1558         Double.doubleToRawLongBits.
1559
1560 2006-02-07  Andrew Haley  <aph@redhat.com>
1561
1562         * expr.c (expand_invoke): (BC mode.)  If we find a method in a
1563         class other than the one in which we expected to find it, ignore
1564         the result.
1565
1566         PR java/25535
1567         * constants.c (build_constants_constructor): move initializer into
1568         first halfword on a 64-bit big-endian machine.
1569
1570 2006-02-04  Tom Tromey  <tromey@redhat.com>
1571
1572         PR java/25676:
1573         * builtins.c (max_builtin): Skip floating point 'max'.
1574         (min_builtin): Skip floating point 'min'.
1575         (check_for_builtin): Never return NULL_TREE.
1576
1577 2006-02-04  Tom Tromey  <tromey@redhat.com>
1578
1579         PR java/26097:
1580         * expr.c (push_type): Avoid side effect in gcc_assert.
1581
1582 2006-02-04  Roger Sayle  <roger@eyesopen.com>
1583
1584         * decl.c (java_init_decl_processing): Create char_type_node as a
1585         regular INTEGER_TYPE node.
1586         (push_promoted_type): Preserve TYPE_STRING_FLAG on types.
1587         * typeck.c (convert): No longer check for CHAR_TYPEs but instead
1588         test for char_type_node and promoted_char_type_node as special
1589         instances of INTEGER_TYPE tree codes.
1590         (promote_type,build_java_signature): Likewise.
1591         * jcf-write.c (adjust_typed_op): Likewise.
1592         * mangle.c (mangle_type): Likewise.
1593         * parse.y (do_unary_numeric_promotion): No longer handle CHAR_TYPE.
1594         * parse.h (JINTEGRAL_TYPE_P): Likewise.
1595
1596 2006-02-04  Andreas Tobler  <a.tobler@schweiz.ch>
1597
1598         * expr.c (java_stack_swap): Revert gcc_assert patch.
1599
1600 2006-02-03  Ben Elliston  <bje@au.ibm.com>
1601
1602         * java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.
1603         * typeck.c: Likewise.
1604         * verify-impl.c: Likewise.
1605         * class.c: Likewise.
1606         * decl.c: Likewise.
1607         * jcf-parse.c: Likewise.
1608         * constants.c: Likewise.
1609         * check-init.c: Likewise.
1610         * jcf-write.c: Likewise.
1611         * verify-glue.c: Likewise.
1612         * mangle.c: Likewise.
1613         * expr.c: Likewise.
1614         * lang.c: Likewise.
1615         * boehm.c: Likewise.
1616
1617 2006-02-01  Jan Hubicka  <jh@suse.cz>
1618
1619         * decl.c (end_java_method): Kill hack disabling unit-at-a-time.
1620         * lang.c (java_init_options): Set no_unit_at_a_time_default.
1621
1622 2006-01-30  Andrew Haley  <aph@redhat.com>
1623
1624         PR java/21428
1625         * parse.y: (source_start_java_method): Mark DECL_ARTIFICIAL("this").
1626
1627 2006-01-21  Joseph S. Myers  <joseph@codesourcery.com>
1628
1629         * jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
1630         Update copyright notice dates.
1631
1632 2006-01-16  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
1633
1634         * jvspec.c (lang_specific_spec_functions): Remove.
1635
1636 2006-01-06  Tom Tromey  <tromey@redhat.com>
1637
1638         * gcj.texi (Arrays): Added more documentation for
1639         JvNewObjectArray.
1640         (Primitive types): Correct information about primitive classes.
1641         (Reference types): New node.
1642         (Index): New node.
1643
1644 2005-12-16  Alexandre Oliva  <aoliva@redhat.com>
1645
1646         * jcf-parse.c (set_source_filename): Set the decl source location
1647         even when returning early.
1648
1649 2005-12-15  Tom Tromey  <tromey@redhat.com>
1650             Andrew Haley  <aph@redhat.com>
1651
1652         PR java/25429
1653         * parse.y (resolve_expression_name): Don't generate accessor
1654         methods for constant fields.
1655
1656 2005-12-13  Andrew Haley  <aph@redhat.com>
1657
1658         PR java/25366
1659         PR java/25368
1660         * class.c (maybe_layout_super_class): Update current_class before
1661         calling do_resolve_class.
1662
1663 2005-12-12  H.J. Lu  <hongjiu.lu@intel.com>
1664
1665         PR java/25330
1666         * jcf-write.c (write_classfile): Use PID in temporary class
1667         file. Save/restore errno when reporting error.
1668
1669 2005-12-10  Terry Laurenzo  <tlaurenzo@gmail.com>
1670
1671         PR java/9861
1672         * mangle.c (mangle_method_decl): Mangle Java methods by prepending 'J'
1673         to bare_function_type and including the return type
1674         * builtins.c (initialize_builtins) : Change builtin mangled name
1675         constants to conform to new mangling scheme
1676
1677 2005-12-08  Andrew Haley  <aph@redhat.com>
1678
1679         PR libgcj/25265
1680         * java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE.
1681         (soft_abstractmethod_node): New.
1682         * expr.c (build_field_ref): Add in-line check for missing field.
1683         * decl.c (java_init_decl_processing): Add soft_nosuchfield_node.
1684
1685 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
1686
1687         * Make-lang.in (java.all.build, java.install-normal): Remove.
1688
1689 2005-12-07  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
1690
1691         * Make-lang.in: Remove all dependencies on s-gtype, except for
1692         gt-java-parse.h.
1693
1694 2005-12-07  Richard Sandiford  <richard@codesourcery.com>
1695
1696         * class.c (build_utf8_ref, emit_register_classes): Use
1697         switch_to_section and get_section.
1698
1699 2005-12-06  Tom Tromey  <tromey@redhat.com>
1700
1701         PR java/25283:
1702         * parse.y (patch_new_array_init): Revert previous patch.
1703         (lookup_method_invoke): Use size-less array type when creating an
1704         anonymous constructor.
1705
1706 2005-12-05  Tom Tromey  <tromey@redhat.com>
1707
1708         * parse.y (patch_new_array_init): Don't set length on array.
1709
1710 2005-12-02  Richard Guenther  <rguenther@suse.de>
1711
1712         * java-gimplify.c (java_gimplify_labeled_block_expr): Use
1713         buildN instead of build.
1714         * class.c (finish_class): Likewise.
1715         * expr.c (java_create_object): Likewise.
1716
1717 2005-11-28  Tom Tromey  <tromey@redhat.com>
1718
1719         PR java/18278:
1720         * expr.c (build_jni_stub): Unwrap the return value.
1721         * java-tree.h (soft_unwrapjni_node): New define.
1722         (enum java_tree_index): Added JTI_SOFT_UNWRAPJNI_NODE.
1723         * decl.c (java_init_decl_processing): Initialize
1724         soft_unwrapjni_node.
1725
1726 2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
1727
1728         * gcj.texi (gij options): Add -Xss documentation.
1729
1730 2005-11-08  Wil Mahan  <wmahan@gmail.com>
1731
1732         PR java/23617
1733         * zextract.c (read_zip_archive): Fix out of memory error when
1734         reading jar files with zip-style comments.
1735
1736 2005-11-07   Terry Laurenzo   <tlaurenzo@gmail.com>
1737
1738         * gjavah.c (HANDLE_CODE_ATTRIBUTE): Only define for ELF Object
1739         formats.
1740         * gjavah.c (decompile_method): Add ATTRIBUTE_UNUSED
1741
1742 2005-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1743             Wil Mahan <wmahan@gmail.com>
1744
1745         PR java/23620
1746         * class.c (make_class): Create empty binfo here.
1747         (set_super_info): Only create binfo if we have superclasses.
1748
1749 2005-10-03  Ranjit Mathew  <rmathew@gcc.gnu.org>
1750
1751         PR java/24127
1752         * parse.y (method_header): Make the result of the rule a NULL_TREE
1753         when a parsing error occurs.
1754
1755 2005-09-29  Tom Tromey  <tromey@redhat.com>
1756
1757         PR java/24120:
1758         * jcf-io.c (memoized_dirlist_hash): New function.
1759         (caching_stat): Use it.
1760
1761 2005-09-21  Ranjit Mathew  <rmathew@gcc.gnu.org>
1762
1763         PR java/21418
1764         * class.c (inherits_from_p): Try to lay out super class
1765         if it is not already laid out.
1766         (maybe_layout_super_class): Handle the case where SUPER_CLASS
1767         is a NULL_TREE.
1768
1769 2005-09-18  James A. Morrison  <phython@gcc.gnu.org>
1770
1771         * builtins.c (max_builtin, min_builtin, abs_builtin,
1772         java_build_function_call_expr): Use fold_buildN.
1773         * class.c (layout_class_method): Likewise.
1774         * expr.c (java_truthvalue_conversion, build_java_jsr,
1775         build_java_arrayaccess, expand_java_arrayload, expand_iinc,
1776         build_java_binop, build_field_ref, expand_compare,
1777         build_known_method_ref, build_invokevirtual,
1778         process_jvm_instruction): Likewise.
1779         * parse.y (patch_binop, patch_exit_expr): Likewise.
1780         * typeck.c (convert_ieee_real_to_integer): Likewise.
1781         (convert): Don't call fold after convert_ieee_real_to_integer.
1782
1783 2005-09-14  Bryce McKinlay  <mckinlay@redhat.com>
1784
1785         PR java/23891
1786         * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for
1787         the newly created type. Set import lists here, not in create_class.
1788         (jdep_resolve_class): Set current_class.
1789         (do_resolve_class): Use current_class's TYPE_PACKAGE to determine 
1790         the current package context, not ctxp->package.
1791         (cicp_cache): Removed.
1792         (class_in_current_package): Simplify implementation using TYPE_PACKAGE.
1793         * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE.
1794         * java-tree.h (TYPE_PACKAGE): New macro.
1795         (struct lang_type): New member 'package'.
1796
1797 2005-09-09  Andrew Haley  <aph@redhat.com>
1798
1799         PR libgcj/23182 
1800         * expr.c (pop_type_0): If the expected type is object or ptr
1801         (i.e. void*), return the type of the object we just popped from
1802         the stack.
1803
1804 2005-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
1805
1806         * java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's
1807         BLOCK_EXPR_BODY before returning the new BIND_EXPR.
1808
1809 2005-09-06  Kazu Hirata  <kazu@codesourcery.com>
1810
1811         * check-init.c, decl.c, expr.c, gcj.texi, java-tree.h,
1812         jcf-parse.c, jcf.h, parse.h, parse.y, typeck.c: Fix comment
1813         typos.  Follow spelling conventions.
1814
1815 2005-09-05  Ranjit Mathew  <rmathew@hotmail.com>
1816
1817         PR java/23431
1818         * typeck.c (lookup_do): Look up interfaces for the original class,
1819         not the base class.
1820         * parse.y (java_check_regular_methods): Fix diagnostic message for
1821         more restrictive overriding of a method from an interface.
1822
1823 2005-08-16  Tom Tromey  <tromey@redhat.com>
1824
1825         * class.c (make_class_data): Always emit JV_STATE_PRELOADING for
1826         class' initial state.
1827
1828 2005-08-16  Ranjit Mathew  <rmathew@hotmail.com>
1829
1830         PR java/22113
1831         * lex.c (do_java_lex): Define MAX_TOKEN_LEN. Avoid overflowing
1832         `literal_token' for large numeric input tokens.
1833
1834 2005-08-16  Ranjit Mathew  <rmathew@hotmail.com>
1835
1836         PR java/19870
1837         * parse.y (nested_field_access_p): Rename to nested_member_access_p
1838         and expand to handle method accesses across nested classes.
1839         (build_outer_method_access_method): Rename to
1840         build_nested_method_access_method.  Minor adjustments to comments.
1841         (resolve_expression_name): Use the newly-renamed
1842         nested_member_access_p method.
1843         (resolve_qualified_expression_name): Likewise.
1844         (patch_method_invocation): Also consider static methods for access
1845         method generation.  Minor adjustments to comments.
1846         (maybe_use_access_method): Use the more general
1847         nested_memeber_access_p to determine access across nested class
1848         boundaries.  Allow THIS_ARG to be NULL (for static methods).
1849
1850 2005-08-15  Tom Tromey  <tromey@redhat.com>
1851
1852         PR java/23300.
1853         * expr.c (build_field_ref): Don't generate otable reference when
1854         DECL_FIELD_OFFSET is 0.
1855         * class.c (maybe_layout_super_class): Pass outer class to
1856         do_resolve_class.
1857
1858 2005-08-15  Tom Tromey  <tromey@redhat.com>
1859
1860         * java-tree.h (LABEL_IN_SUBR): Removed.
1861         (LABEL_IN_SUBR): Likewise.
1862         (LABEL_IS_SUBR_START): Likewise.
1863         (LABEL_SUBR_START): Likewise.
1864         (LABEL_SUBR_CONTEXT): Likewise.
1865         (LABEL_CHANGED): Likewise.
1866         (LABEL_RETURN_LABEL): Likewise.
1867         (LABEL_RETURN_TYPE_STATE): Likewise.
1868         (LABEL_RETURN_LABELS): Likewise.
1869         (RETURN_MAP_ADJUSTED): Likewise.
1870         (LABEL_PENDING_CHAIN): Likewise.
1871
1872 2005-08-15  Tom Tromey  <tromey@redhat.com>
1873
1874         * Make-lang.in (JAVA_OBJS): Removed verify.o
1875         (java/verify.o): Removed.
1876         * verify.c: Removed.
1877         * lang.c (flag_new_verifier): Removed.
1878         (java_post_options): Updated.
1879         * java-tree.h (flag_new_verifier): Removed.
1880         (verify_jvm_instructions): Removed.
1881         * expr.c (pop_type_0): Assume flag_new_verifier is true.
1882         (build_java_check_indexed_type): Likewise.
1883         (expand_java_arraystore): Likewise.
1884         (expand_java_arrayload): Likewise.
1885         (pop_arguments): Likewise.
1886         (expand_byte_code): Likewise.
1887         (process_jvm_instruction): Likewise.
1888
1889 2005-08-10  Andrew Haley  <aph@redhat.com>
1890
1891         * java-gimplify.c (java_gimplify_modify_expr): Fix any pointer
1892         type mismatches to make legal GIMPLE.
1893
1894 2005-08-10  Robin Green <greenrd@greenrd.org>
1895
1896         PR java/23230:
1897         * parse.y (maybe_use_access_method): Generalize check from
1898         java.lang.Object to any superclass of current_class
1899
1900 2005-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1901
1902         * class.c (build_class_ref): Wrap the primary class type in a
1903         NOP_EXPR.
1904         * parse.y (java_complete_lhs) <COMPONENT_REF case>: Extract the
1905         primary class type from the NOP_EXPR in which it was placed.
1906
1907 2005-07-28  Diego Novillo  <dnovillo@redhat.com>
1908
1909         * expr.c (expand_load_internal): Fix missing parens in
1910         predicate.
1911
1912 2005-07-28  Andrew Haley  <aph@redhat.com>
1913
1914         * expr.c (expand_load_internal): Convert to destination type.
1915
1916 2005-07-22  Manfred Hollstein  <mh@suse.com>
1917
1918         * verify-impl.c (check_class_constant): Fix uninitialised warnings.
1919         (check_constant): Likewise.
1920         (check_wide_constant): Likewise.
1921
1922 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
1923
1924         Make CONSTRUCTOR use VEC to store initializers.
1925         * check-init.c (check_init): Update to cope with VEC in
1926         CONSTRUCTOR_ELTS.
1927         * class.c (make_field_value, make_method_value, get_dispatch_table,
1928         make_class_data, emit_symbol_table, emit_catch_table,
1929         emit_assertion_table): Use build_constructor_from_list instead of
1930         build_constructor.
1931         * constants.c (build_constants_constructor): Likewise.
1932         * java-gimplify.c (java_gimplify_new_array_init): Update to cope with
1933         VEC in CONSTRUCTOR_ELTS.
1934         * java-tree.h (START_RECORD_CONSTRUCTOR, PUSH_SUPER_VALUE,
1935         PUSH_FIELD_VALUE, FINISH_RECORD_CONSTRUCTOR): Create a VEC instead
1936         of a TREE_LIST.
1937         * jcf-write.c (generate_bytecode_insns): Update to cope with VEC in
1938         CONSTRUCTOR_ELTS.
1939         * parse.y (build_new_array_init): Use build_constructor_from_list
1940         instead of build_constructor.
1941         (patch_new_array_init): Update to cope with VEC in
1942         CONSTRUCTOR_ELTS.
1943         (array_constructor_check_entry): Likewise.
1944
1945 2005-07-12  Tom Tromey  <tromey@redhat.com>
1946
1947         * jvspec.c (lang_specific_driver): Put filelist_filename first on
1948         command line.
1949
1950 2005-07-12  Tom Tromey  <tromey@redhat.com>
1951
1952         PR java/19674:
1953         * parse-scan.y (interface_member_declaration): Added
1954         empty_statement.
1955
1956 2005-07-08  Daniel Berlin  <dberlin@dberlin.org>
1957         
1958         * java-tree.h (LABEL_RETURN_LABELS): Use decl_non_common.
1959         (LABEL_PENDING_CHAIN): Ditto.
1960         (LABEL_PC): Ditto.
1961         (DECL_BIT_INDEX): Ditto.        
1962
1963 2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>
1964
1965         PR java/18119
1966         * parse.y (inner_class_accessible): New function. Logic moved from
1967         check_inner_class_access.
1968         (check_inner_class_access): Use inner_class_accessible.
1969         (resolve_inner_class): Simplify arguments. Create circularity hash
1970         here. Keep looking for classes if we found one that was inaccessible. 
1971         Return the inaccessible class only if there is no other match.
1972         (do_resolve_class): Update for new resolve_inner_class arguments.
1973         Don't create circularity_hash here.
1974
1975 2005-07-07  Bryce McKinlay  <mckinlay@redhat.com>
1976
1977         PR java/21045
1978         * parse.y (add_exception_to_throws): New function.
1979         (purge_unchecked_exceptions): Removed.
1980         (get_constructor_super): Renamed from verify_constructor_super. Now
1981         returns the super constructor after verification.
1982         (java_complete_expand_method): Don't use purge_unchecked_exceptions
1983         or save/restore the exception list.
1984         (check_thrown_exceptions): Add uncaught exceptions in anonymous
1985         class initializers and constructors to the throws clause of the method. 
1986
1987 2005-07-05  Bryce McKinlay  <mckinlay@redhat.com>
1988
1989         PR java/19674
1990         * parse.y (interface_member_declaration): Allow empty statements in
1991         interface declarations.
1992
1993 2005-07-05  Paolo Bonzini  <bonzini@gnu.org>
1994
1995         * Makefile.in (parse.o): Adjust dependencies.
1996         * parse.y: Include tree-dump.h.
1997
1998 2005-07-02  Joseph S. Myers  <joseph@codesourcery.com>
1999
2000         * class.c, decl.c, expr.c: Use '+' flag instead of %J.  Use 'q'
2001         flag for quoting.
2002
2003 2005-07-01  Andrew Pinski  <pinskia@physics.uc.edu>
2004
2005         * parse.y (issue_warning_error_from_context): Call
2006         pp_output_formatted_text to be able to get the buffer.
2007
2008 2005-06-30  Andrew Pinski  <pinskia@physics.uc.edu>
2009
2010         * parse.y (issue_warning_error_from_context): Update for the
2011         renaming of pp_format_text to pp_format.
2012
2013 2005-06-28  Paul Brook  <paul@codesourcery.com>
2014
2015         * decl.c (java_init_decl_processing): Call
2016         default_init_unwind_resume_libfunc.
2017
2018 2005-06-27  Tom Tromey  <tromey@redhat.com>
2019
2020         PR java/21540, PR java/13788:
2021         * parse.y (java_complete_lhs) <CASE_EXPR>: Use
2022         fold_constant_for_init.
2023         (patch_binop): Added 'folding' argument.  Updated all callers.
2024         (patch_unaryop) <NOP_EXPR>: New case.
2025         (fold_constant_for_init) <NOP_EXPR>: Likewise.
2026         (fold_constant_for_init) <COND_EXPR>: Fix sense of test.
2027
2028 2005-06-25  Jan Hubicka  <jh@suse.cz>
2029
2030         * builtins.c (define_builtin): Accept new flags parameter.
2031         (initialize_builtins): Mark the builtins const and nothrow accordingly.
2032
2033 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
2034
2035         * all files: Update FSF address in copyright headers.
2036
2037 2005-06-24  Tom Tromey  <tromey@redhat.com>
2038
2039         * verify-impl.c (verify_instructions_0): Correctly handle
2040         situation where PC falls off end.
2041
2042 2005-06-23  Bryce McKinlay  <mckinlay@redhat.com>
2043
2044         PR java/20697
2045         * parse.y (find_most_specific_methods_list): Remove special case for
2046         inner classes.
2047
2048 2005-06-15  Tom Tromey  <tromey@redhat.com>
2049
2050         PR libgcj/21906:
2051         * class.c (make_method_value): Use soft_abstractmethod_node for
2052         abstract method.
2053         * java-tree.h (soft_abstractmethod_node): New define.
2054         (JTI_SOFT_ABSTRACTMETHOD_NODE): New enum constant.
2055         * decl.c (java_init_decl_processing): Initialize
2056         soft_abstractmethod_node.
2057
2058 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
2059
2060         * Make-lang.in (rule for installing gcj.1): Depends on installdirs.
2061
2062 2005-06-13  Per Bothner  <per@bothner.com>
2063
2064         * expr.c (int highest_label_pc_this_method,
2065         start_label_pc_this_method): New globals.
2066         (lookup_label): Add start_label_pc_this_method to pc for label, and
2067         update highest_label_pc_this_method.  This prevents conflicts between
2068         labels from different methods.
2069         * java-tree.h: Declare new globals.
2070         * jcf-parse.c (parse_class_file): If needed bump
2071         start_label_pc_this_method and reset highest_label_pc_this_method.
2072
2073 2005-06-13  Tom Tromey  <tromey@redhat.com>
2074
2075         PR java/21844:
2076         * parse.y (nested_field_access_p): Handle case where outer field
2077         is inherited by enclosing class.
2078
2079 2005-06-12  Per Bothner  <per@bothner.com>
2080
2081         * class.c (inherits_from_p): Do load_class if needed.
2082
2083 2005-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2084
2085         * gjavah.c (error): Add ATTRIBUTE_PRINTF_1.
2086         * java-tree.h (parse_error_context): Move...
2087         * parse.h (parse_error_context): ... here, add ATTRIBUTE_GCC_DIAG.
2088         * parse.y (parse_warning_context): Add ATTRIBUTE_GCC_DIAG.
2089         * verify-impl.c (debug_print): Add ATTRIBUTE_PRINTF_1.
2090
2091 2005-06-08  Roger Sayle  <roger@eyesopen.com>
2092
2093         * typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.
2094
2095 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
2096
2097         * jv-scan.c (fatal_error, warning, warning0): Use gmsgid instead of
2098         msgid for argument name.
2099         * gjavah.c (error): Likewise.
2100         * java-tree.h (parse_error_context): Likewise.
2101         * parse.y (parse_error_context, parse_warning_context,
2102         issue_warning_error_from_context): Likewise.
2103
2104 2005-06-01  Tom Tromey  <tromey@redhat.com>
2105
2106         PR java/21722:
2107         * class.c (build_static_field_ref): Don't fold constant fields if
2108         current class is from a .class file and we're using indirect
2109         dispatch.
2110
2111 2005-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2112
2113         * java/verify-glue.c: Don't include errors.h and include toplev.h.
2114         * java/Make-lang.in: Updates dependencies.
2115
2116 2005-05-26  Ranjit Mathew  <rmathew@hotmail.com>
2117
2118         PR java/19870.
2119         * java-tree.h (OUTER_FIELD_ACCESS_IDENTIFIER_P): Rename to
2120         NESTED_FIELD_ACCESS_IDENTIFIER_P.
2121         (FIELD_INNER_ACCESS): Rename to FIELD_NESTED_ACCESS.
2122         (FIELD_INNER_ACCESS_P): Rename to FIELD_NESTED_ACCESS_P.
2123         * jcf-write.c (generate_classfile): Use
2124         NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
2125         OUTER_FIELD_ACCESS_IDENTIFIER_P.
2126         * parse.y (build_outer_field_access): Rename to
2127         build_nested_field_access. Support static fields and outer-to-inner
2128         class accesses.
2129         (outer_field_access_p): Rename to nested_field_access_p. Support
2130         static fields and generalise to outer-to-inner class and sibling
2131         inner class accesses.
2132         (outer_field_expanded_access_p): Rename to
2133         nested_field_expanded_access_p and support static fields.
2134         (outer_field_access_fix): Rename to nested_field_access_fix and
2135         support static fields.
2136         (build_outer_field_access_expr): Rename to
2137         build_nested_field_access_expr and support static fields.
2138         (build_outer_field_access_methods): Rename to
2139         build_nested_field_access_methods and support static fields. For
2140         static fields, generate accessors without class instance parameters.
2141         (build_outer_field_access_method): Rename to
2142         build_nested_field_access_method and support static fields.
2143         (build_outer_method_access_method): Use
2144         NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
2145         OUTER_FIELD_ACCESS_IDENTIFIER_P.
2146         (resolve_expression_name): Consider static field accesses across
2147         nested classes.
2148         (resolve_qualified_expression_name): Likewise.
2149         (java_complete_lhs): Use nested_field_access_fix instead of
2150         outer_field_access_fix.
2151         (patch_unary_op): Rename outer_field_flag to nested_field_flag.
2152         Use nested_field_expanded_access_p instead of
2153         outer_field_expanded_access_p. Use nested_field_access_fix instead
2154         of outer_field_access_fix.
2155         (check_thrown_exceptions): Use NESTED_FIELD_ACCESS_IDENTIFIER_P
2156         instead of OUTER_FIELD_ACCESS_IDENTIFIER_P.
2157
2158 2005-05-26  Bryce McKinlay  <mckinlay@redhat.com>
2159
2160         * decl.c (GCJ_BINARYCOMPAT_ADDITION, 
2161         GCJ_BOOTSTRAP_LOADER_ADDITION): Removed.
2162         (FLAG_BINARYCOMPAT_ABI, FLAG_BOOTSTRAP_LOADER,
2163         MINOR_BINARYCOMPAT_ABI_VERSION): New.
2164         (GCJ_CURRENT_BC_ABI_VERSION): Use new method to calculate version ID.
2165         (parse_version): Calculate version ID using new method. Use bit-flags
2166         for flag_indirect_dispatch and flag_bootstrap_classes.
2167
2168 2005-05-25  Richard Henderson  <rth@redhat.com>
2169
2170         PR libgcj/21692
2171         * Make-lang.in (java/mangle.o): Depend on LANGHOOKS_DEF_H.
2172         * class.c (build_class_ref): Set DECL_CLASS_FIELD_P and
2173         DECL_CONTEXT; avoid pushdecl_top_level.
2174         (build_dtable_decl): Set DECL_VTABLE_P and DECL_CONTEXT.
2175         (layout_class): Don't SET_DECL_ASSEMBLER_NAME.
2176         (layout_class_method): Likewise.
2177         * decl.c (java_mark_cni_decl_local): New.
2178         (java_mark_class_local): Use it.
2179         * java-tree.h (DECL_LOCAL_CNI_METHOD_P): New.
2180         (DECL_CLASS_FIELD_P, DECL_VTABLE_P): New.
2181         (struct lang_decl_func): Add local_cni;
2182         (struct lang_decl_var): Add class_field, vtable.
2183         (java_mangle_decl): Declare.
2184         * lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
2185         * mangle.c: Remove dup obstack.h; include langhooks-def.h.
2186         (mangle_obstack_1): New.
2187         (java_mangle_decl): Remove obstack argument.  Call mangle_class_field,
2188         mangle_vtable, and mangle_local_cni_method_decl.  Fall back to
2189         lhd_set_decl_assembler_name for things that don't need mangling.
2190         (mangle_class_field): Rename from java_mangle_class_field, make
2191         static, don't call init_mangling or finish_mangling.
2192         (mangle_vtable): Similarly.
2193         (mangle_local_cni_method_decl): New.
2194         (init_mangling): Remove obstack argument.  Use &mangle_obstack_1,
2195         gcc_assert, and MANGLE_RAW_STRING.
2196         (finish_mangling): Use gcc_assert, remove if 0 debugging code.
2197
2198 2005-05-25  DJ Delorie  <dj@redhat.com>
2199
2200         * class.c (set_constant_value): Move warning control from if() to
2201         warning(OPT_*).
2202
2203 2005-05-24  Richard Henderson  <rth@redhat.com>
2204
2205         * builtins.c (define_builtin): Don't call make_decl_rtl.
2206         * constants.c (build_constant_data_ref): Likewise.
2207         * class.c (build_utf8_ref): Likewise.
2208         (build_fieldref_cache_entry, build_static_field_ref): Likewise.
2209         (get_dispatch_table, layout_class_method): Likewise.
2210         (build_class_ref): Likewise. Don't set DECL_SIZE or DECL_SIZE_UNIT
2211         by hand.
2212         (make_local_function_alias): Don't SET_DECL_ASSEMBLER_NAME.
2213         (make_method_value): Use METHOD_ABSTRACT instead of DECL_RTL_SET_P
2214         to determine if we need a non-zero address.
2215         * decl.c (builtin_function): Don't call make_decl_rtl.
2216         (give_name_to_locals): Don't SET_DECL_ASSEMBLER_NAME.
2217         * expr.c (build_known_method_ref): Don't call make_decl_rtl.
2218         * resource.c (compile_resource_data): Likewise.
2219         * parse.y (resolve_field_access): Re-word comment to avoid
2220         building DECL_RTL.
2221
2222 2005-05-24  Richard Henderson  <rth@redhat.com>
2223
2224         * class.c (registered_class): Take it out of class_roots; turn into
2225         a vec of trees.
2226         (register_class): Make static.  Don't duplicate decl node.  Use
2227         VEC_safe_push.
2228         (emit_register_classes): Use VEC_iterate.  Use output_constant
2229         instead of assemble_integer.  Don't call mark_decl_referenced
2230         directly.
2231         * java-tree.h (register_class): Remove decl.
2232
2233 2005-05-19  Paolo Bonzini  <bonzini@gnu.org>
2234
2235         PR java/17845
2236
2237         * parse.y (register_package, package_list): Remove.
2238         (package_declaration): Do not call register_package.
2239         (do_resolve_class): Do not use package_list.
2240
2241 2005-05-15  Gerald Pfeifer  <gerald@pfeifer.com>
2242
2243         * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Remove
2244         unused variable.
2245
2246 2005-05-15  Tom Tromey  <tromey@redhat.com>
2247
2248         PR java/21519:
2249         * jcf-write.c (generate_bytecode_insns) <SAVE_EXPR>: Don't call
2250         NOTE_PUSH.
2251
2252 2005-05-12  Aaron Luchko <aluchko@redhat.com>
2253
2254         * gcj.texi: Add '-verify', '-noverify', and '-verifyremote'.
2255
2256 2005-05-11  Tom Tromey  <tromey@redhat.com>
2257
2258         * gcj.texi (Code Generation): Document -fbootstrap-classes.
2259         * decl.c (GCJ_BOOTSTRAP_LOADER_ADDITION): New macro.
2260         (parse_version): Use it.
2261         * lang.opt (-fbootstrap-classes): New option.
2262
2263 2005-05-10  Paolo Bonzini  <bonzini@gnu.org>
2264
2265         PR java/21436
2266         * class.c (maybe_layout_super_class): Look for imports in this_class.
2267         * parse.h (ctxp_for_generation_last): New.
2268         (do_resolve_class): Add a parameter.
2269         * parse.y (ctxp_for_generation_last): New.
2270         (java_pop_parser_context): Add at end of list.
2271         (find_in_imports, find_in_imports_on_demand): Look in ctxp
2272         if the TYPE_IMPORT_LIST or respectively the TYPE_IMPORT_DEMAND_LIST of
2273         the given type are NULL.
2274         (do_resolve_class): Look into the imports of the new second parameter.
2275         Adjust recursive calls.
2276         (resolve_class, resolve_inner_class, find_as_inner_class): Adjust
2277         calls to do_resolve_class.
2278         (create_class): Set the TYPE_IMPORT_LIST and TYPE_IMPORT_DEMAND_LIST.
2279         (java_complete_class): Do not do that here.
2280
2281 2005-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
2282
2283         PR java/20309
2284         * Make-lang.in (java): Add gjnih.
2285         (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): Likewise.
2286         (GJNIH_OBJS): New variable.
2287         (gjnih$(exeext)): New target.
2288         (JAVA_MANFILES): Add gjnih.1.
2289         (java.uninstall): Add gjnih.1.
2290         (java.mostlyclean): Add gjnih.
2291         (java.maintainer-clean): Add gjnih.1.
2292         (java/gjavah-jni.o): New target.
2293         (.INTERMEDIATE): Add gjnih.pod.
2294         (gjnih.pod): New target.
2295         * config-lang.in (stagestuff): Add gjnih.
2296         * gcj.texi (Top): Add gjnih node.
2297         (Invoking gcjh): Add descriptions of -force, -old, -trace, -J and
2298         -bootclasspath options.
2299         (Invoking gjnih): New node.
2300         * gjavah.c Initialize flag_jni to 1 if JNI_DEFAULT is defined.
2301         (TOOLNAME): New macro.
2302         (error): Replace hard-coded gcjh with TOOLNAME.
2303         (process_file): Likewise.
2304         (usage): Likewise.
2305         (version): Likewise.
2306         (help): Likewise.  Add help output for -force, -old, -trace and -J
2307         options.
2308         (OPT_FORCE, OPT_OLD, OPT_TRACE): New macros.
2309         (options): Add force, old, trace and J fields.
2310         (main): Handle -force, -old, -trace and -J options.
2311
2312 2005-05-03  Tom Tromey  <tromey@redhat.com>
2313
2314         PR java/21245:
2315         * gjavah.c (main): Unlink output file on error.
2316
2317 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
2318
2319         * constants.c, jvgenmain.c, lang.opt, resource.c: Update
2320         copyright.
2321
2322 2005-04-29  Tom Tromey  <tromey@redhat.com>
2323
2324         * expr.c (build_jni_stub): Updated for change to build_block.
2325
2326 2005-04-29  Andrew Pinski  <pinskia@gcc.gnu.org>
2327
2328         * expr.c (force_evaluation_order): Declare 'saved' earlier.
2329
2330 2005-04-28  Andrew Haley  <aph@redhat.com>
2331
2332         PR java/19285
2333         * java-tree.h (soft_resolvepoolentry_node): New.
2334         (alloc_constant_fieldref): Declare.
2335         * expr.c (expand_java_field_op): Don't call class_init for
2336         accesses to static fields with indirect dispatch.
2337         * builtins.c (initialize_builtins): Add "__builtin_expect".
2338         * decl.c (soft_resolvepoolentry_node): New variable.
2339         (java_init_decl_processing): Create a decl for
2340         "_Jv_ResolvePoolEntry".
2341         * class.c (build_fieldref_cache_entry): New function.
2342         (build_static_field_ref): Rewrite for indirect dispatch.
2343         * constants.c (find_name_and_type_constant_tree): New function.
2344         (alloc_constant_fieldref): Likewise.
2345         (build_constants_constructor): Handle CONSTANT_Fieldref and
2346         CONSTANT_NameAndType.
2347
2348         PR java/21115
2349         * expr.c (force_evaluation_order): Convert outgoing args smaller
2350         than integer.
2351
2352 2005-04-27  Bryce McKinlay  <mckinlay@redhat.com>
2353
2354         * gcj.texi (libgcj Runtime Properties): Remove obsolete
2355         gnu.gcj.runtime.NameFinder.* system properties. Update documentation 
2356         for gnu.gcj.runtime.NameFinder.use_addr2line and gnu.gcj.progname.
2357
2358 2005-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2359
2360         * gjavah.c, jcf-dump.c, jv-scan.c, jvgenmain.c: Replace calls
2361         to `unlock_stream' with `unlock_std_streams'.
2362
2363 2005-04-25  Jakub Jelinek  <jakub@redhat.com>
2364
2365         * Make-lang.in (java/decl.o, java/resource.o): Depend on $(EXPR_H)
2366         instead of just expr.h.
2367
2368 2005-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2369
2370         * gjavah.c (main): Unlock the stdio streams.
2371         * jcf-dump.c (main): Likewise.
2372         * jv-scan.c (main): Likewise.
2373         * jvgenmain.c (main): Likewise.
2374
2375 2005-04-23  DJ Delorie  <dj@redhat.com>
2376
2377         * class.c, decl.c, expr.c, jcf-io.c, jcf-parse.c, jv-scan.c,
2378         parse.y: Adjust warning() callers.
2379
2380 2005-04-21  Bryce McKinlay  <mckinlay@redhat.com>
2381
2382         * gcj.texi (Object fields): Change "Integer" to "Int" in example
2383         contructor.
2384
2385 2005-04-20  Bryce McKinlay  <mckinlay@redhat.com>
2386
2387         * gcj.texi: Fix typos and bogus example.
2388
2389 2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
2390
2391         * except.c: Fix a comment typo.
2392
2393 2005-04-19  Julian Brown  <julian@codesourcery.com>
2394
2395         * decl.c (finish_method): Revert patch from 2005-04-13 for breaking
2396         indirect dispatch with PIC.
2397
2398 2005-04-18  Andrew Haley  <aph@redhat.com>
2399
2400         * java-except.h (struct eh_range.handler): Remove unused field.
2401         (handle_nested_ranges): Remove function declaration.
2402         (sanity_check_exception_range): Add function declaration.       
2403         * verify.c (verify_jvm_instructions): Remove call to
2404         handle_nested_ranges.
2405         * verify-glue.c (verify_jvm_instructions_new): Call
2406         sanity_check_exception_range.
2407         * except.c (link_handler, eh_range_freelist, link_handler,
2408         handle_nested_ranges): Remove.
2409         (add_handler): Rewrite.
2410         (sanity_check_exception_range): New function.
2411         (print_ranges): New function.
2412
2413 2005-04-13  Julian Brown  <julian@codesourcery.com>
2414
2415         * decl.c (finish_method): Give methods once-only linkage.
2416
2417 2005-04-11  Richard Sandiford  <rsandifo@redhat.com>
2418
2419         * lang.opt: Refer to the GCC internals documentation instead of c.opt.
2420
2421 2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2422
2423         * java-tree.h: Don't use PARAMS().
2424
2425 2005-04-07  Per Bothner  <per@bothner.com>
2426
2427         * class.c (push_class): By default, suppress debug output.
2428         (finish_class): Enable debug output for classes we're emitting.
2429
2430 2005-04-07  Andrew Haley  <aph@redhat.com>
2431
2432         * gcj.texi: Correct gcj-dbtool instructions.
2433
2434 2005-04-04  Kazu Hirata  <kazu@cs.umass.edu>
2435
2436         * gcj.texi: Fix a typo.
2437         * lang.c: Fix a comment typo.
2438
2439 2005-04-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
2440
2441         * gcj.texi (Invoking gij): Add descriptions of new -X options.
2442         Mention recognized-and-ignored compatibility options.
2443         (Memory allocation): Add descriptions of JvMalloc, JvRealloc and
2444         JvFree.
2445         (About CNI): Add Memory allocation section.
2446
2447 2005-04-01  Tom Tromey  <tromey@redhat.com>
2448
2449         * decl.c (java_init_decl_processing): Fix types of
2450         _Jv_MonitorEnter, _Jv_MonitorExit, _Jv_AllocObject,
2451         _Jv_AllocObjectNoFinalizer, _Jv_Throw, _Jv_NewPrimArray,
2452         _Jv_JNI_PopSystemFrame, _Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ.
2453
2454 2005-03-31  Jan Hubicka  <jh@suse.cz>
2455
2456         * Make-lang.in (class.o, decl.o): Depend on cgraph.h.
2457         * class.c: Include cgraph.h
2458         (make_local_functoin_alias): Mark aslias as needed.
2459         * resource.c: Include cgraph.h
2460         (compile_resource_data): Go via cgraph interface.
2461
2462 2005-03-30  Ian Lance Taylor  <ian@airs.com>
2463
2464         * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.
2465
2466 2005-03-30  Tom Tromey  <tromey@redhat.com>
2467
2468         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where
2469         inner_class_info_index==0 or outer_class_info_index==0.
2470
2471 2005-03-29  Tom Tromey  <tromey@redhat.com>
2472
2473         * gcj.texi (libgcj Runtime Properties): Document
2474         gnu.gcj.runtime.endorsed.dirs.
2475
2476 2005-03-24  Anthony Green  <green@redhat.com>
2477
2478         * gcj.texi (Invoking gcj-dbtool): Document new LIBDIR option to
2479         'gcj-dbtool -p'.
2480
2481 2005-03-23  Tom Tromey  <tromey@redhat.com>
2482
2483         * decl.c (GCJ_CURRENT_BC_ABI_VERSION): New define.
2484         (parse_version): Use it.
2485
2486 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
2487
2488         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
2489
2490 2005-03-18  Andrew Haley  <aph@redhat.com>
2491
2492         PR java/20522
2493         * decl.c (update_aliases): Don't update variables that are about
2494         to die.
2495         (maybe_poplevels): Add comment.
2496
2497 2005-03-17  Bryce McKinlay  <mckinlay@redhat.com>
2498
2499         PR java/20502
2500         * jcf-parse.c (duplicate_class_warning): New function.
2501         (java_parse_file): Call duplicate_class_warning if 
2502         CLASS_FROM_CURRENTLY_COMPILED_P is already set.
2503         (parse_zip_file_entries): Likewise. Also set
2504         CLASS_FROM_CURRENTLY_COMPILED_P.
2505
2506 2005-03-16  Andrew Haley  <aph@redhat.com>
2507
2508         * expr.c (expand_java_arrayload): Don't generate a
2509         NullPointerException based on the type of the node.
2510         (build_java_array_length_access): Likewise.
2511
2512 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
2513
2514         * Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi.
2515
2516 2005-03-11  Tom Tromey  <tromey@redhat.com>
2517
2518         * gcj.texi (Invoking gcj-dbtool): Document 'gcj-dbtool -p'.
2519         (libgcj Runtime Properties): Document the default .db.
2520
2521 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
2522
2523         PR java/20312
2524         * parse.y (checks_throws_clauses): Check exceptions list even when
2525         the base class does not come from a source file being compiled.
2526         (java_complete_lhs): Remove unused variable 'wfl'.
2527
2528 2005-03-09  Ranjit Mathew  <rmathew@hotmail.com>
2529
2530         PR java/20338
2531         * decl.c (finish_method): Emit _Jv_InitClass for private static
2532         methods inside inner classes as well.
2533
2534 2005-03-08  Julian Brown  <julian@codesourcery.com>
2535         * Revert patch from 2005-03-08 for causing bootstrap failure on
2536         ppc-darwin.
2537
2538 2005-03-08  Julian Brown  <julian@codesourcery.com>
2539
2540         * decl.c (finish_method): Give methods once-only linkage.
2541
2542 2005-03-07  Ranjit Mathew  <rmathew@hotmail.com>
2543
2544         * lang.c (flag_new_verifier): Enable by default, regardless of ABI.
2545
2546 2005-03-07  Bryce McKinlay  <mckinlay@redhat.com>
2547
2548         * verify-glue.c (vfy_is_assignable_from): Perform static check using
2549         can_widen_reference_to if the C++ ABI is in use.
2550         (vfy_get_interface_count, vfy_get_interface): Remove unused functions.
2551         * verify-impl.c (debug_print, make_utf8_const, init_type, copy_type,
2552         type_isresolved, init_state, set_pc, state_get_pc,
2553         _Jv_BytecodeVerifier): Clean up unused and disabled functions.
2554         (verify_fail): Report the current PC from the verifier context.
2555         (free_state): Remove #if 0 block to enable this function.
2556         (free_verifier_context): Call free_state on state_list iterator
2557         values before freeing them.
2558         * expr.c (pop_type_0): Pop correct type for error message when stack
2559         contains a multi-word type.
2560
2561 2005-03-07  Ranjit Mathew  <rmathew@hotmail.com>
2562
2563         * expr.c (build_java_array_length_access): Remove !flag_new_verifier
2564         for known NULL array length access.
2565
2566 2005-03-07  Tom Tromey  <tromey@redhat.com>
2567
2568         * gcj.texi (Invoking gcj-dbtool): Document '-f'.
2569
2570 2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2571
2572         * jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,
2573         typeck.c: Update copyright.
2574
2575 2005-03-06  Ranjit Mathew  <rmathew@hotmail.com>
2576
2577         Remove xref code.
2578         * xref.c, xref.h: Remove file.
2579         * Make-lang.in (java/xref.o): Remove.
2580         * java-tree.h (flag_emit_xref, do_not_fold): Remove declaration.
2581         * lang.c (flag_emit_xref): Remove definition.
2582         * parse.h (DECL_END_SOURCE_LINE, DECL_INHERITED_SOURCE_LINE): Remove.
2583         * typeck.c (convert): Remove use of do_not_fold.
2584         * parse.y (do_not_fold): Remove definition.
2585         (parser grammar): Remove xref code.
2586         (maybe_create_class_interface_decl, create_class): Likewise.
2587         (register_fields, method_header, finish_method_declaration): Likewise.
2588         (declare_local_variables, source_end_java_method): Likewise.
2589         (java_complete_expand_classes): Do not set do_not_fold.
2590         (java_complete_expand_method): Remove xref code.
2591         (java_expand_classes, resolve_field_access, patch_invoke): Likewise.
2592         (java_complete_tree, java_complete_lhs, patch_assignment): Likewise.
2593         (patch_binop, build_string_concatenation, patch_array_ref): Likewise.
2594         (patch_synchronized_statement, patch_throw_statement): Likewise.
2595         (maybe_build_class_init_for_field): Likewise.
2596
2597 2005-03-05  Kazu Hirata  <kazu@cs.umass.edu>
2598
2599         * expr.c (build_expr_wfl, expr_add_location): Use TYPE_P
2600         instead of IS_NON_TYPE_CODE_CLASS.
2601
2602 2005-03-04  Andrew Haley  <aph@redhat.com>
2603
2604         PR java/18362
2605         * class.c (set_method_index): Don't set method_index if it is
2606         NULL_TREE.
2607         (layout_class_method): Don't complain about "non-static method foo
2608         overrides static method" in the case of indirect dispatch.
2609
2610 2005-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2611
2612         * jcf-io.c (caching_stat): Use __extension__ to avoid pedantic
2613         warning.
2614         * Make-lang.in: Don't elide warnings in jcf-io.c.
2615
2616 2005-03-01  Per Bothner  <per@bothner.com>
2617
2618         PR java/8608
2619         * check-init.c (wfl): Remove static.
2620         (final_assign_error, check_init): Replace calls to parse_error_context
2621         by plain error.
2622         (check_init): Save, set, and restore input_location for each exp.
2623
2624 2005-03-01  Per Bothner  <per@bothner.com>
2625
2626         * jcf-reader.c (get_attribute): Handle SourceDebugExtension (JSR 45)
2627         if HANDLE_SOURCEDEBUGEXTENSION_ATTRIBUTE is defined.
2628         * jcf-dump.c (HANDLE_SOURCEDEBUGEXTENSION_ATTRIBUTE): Print contents.
2629
2630 2005-03-01  Per Bothner  <per@bothner.com>
2631
2632         * java-tree.h (IDENTIFIER_HANDLECLASS_VALUE): Remove ancient macro.
2633
2634 2005-02-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
2635
2636         PR libgcj/16923
2637         * gcj.texi (Invocation): Add descriptions of JvVMInitArgs and
2638         JvVMOption.
2639
2640 2005-02-22  Tom Tromey  <tromey@redhat.com>
2641
2642         PR java/20056:
2643         * verify-impl.c (EITHER): New define.
2644         (types_compatible): Handle it.
2645         (check_field_constant): Use it.
2646
2647 2005-02-18  Tom Tromey  <tromey@redhat.com>
2648
2649         PR java/20056:
2650         * verify-impl.c (types_equal): Fixed test.
2651
2652         PR java/20056:
2653         * verify-glue.c (vfy_class_has_field): New function.
2654         * verify.h (vfy_class_has_field): Declare.
2655         * verify-impl.c (check_field_constant): Added 'putfield'
2656         argument.
2657         (verify_instructions_0): Updated.
2658         (types_equal): New function.
2659
2660 2005-02-14  Tom Tromey  <tromey@redhat.com>
2661
2662         PR java/19921:
2663         * jcf-write.c (generate_bytecode_insns) <CALL_EXPR>: Note the
2664         stack effect of multianewarray.
2665
2666 2005-02-14  Andrew Haley  <aph@redhat.com>
2667
2668         PR java/19907
2669         * expr.c (expand_byte_code): Call promote_arguments().
2670         (promote_arguments): New function.
2671         * decl.c (check_local_unnamed_variable): Remove special case for
2672         new verifier.
2673         (find_local_variable): Promote all boolean types to int
2674         when searching for local variable decls.
2675
2676 2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2677
2678         * builtins.c, java-except.h, jcf-parse.c, jv-scan.c, lex.c,
2679         parse-scan.y: Update copyright.
2680
2681 2005-02-11  Per Bothner  <per@bothner.com>
2682
2683         PR java/15543
2684         * parse-scan.y (input_location): Remove variable.
2685         (main_input_filename): New - replaces input_filename, which isn't
2686         settable if USE_MAPPED_LOCATION.
2687         * lex.c (java_init_lex): Wrap some more places in #ifndef JC1-LITE,
2688         so we don't reference input_location or wfl_operator in that case.
2689         * jv-scan.c (expand_location): Remove - no longer used.
2690         (main): Set main_input_filename rather than input_filename.
2691
2692 2005-02-09  Richard Henderson  <rth@redhat.com>
2693
2694         * builtins.c (initialize_builtins): Call build_common_builtin_nodes.
2695         * decl.c (java_init_decl_processing): Initialize const_ptr_type_node.
2696
2697 2005-02-08  Marcin Dalecki  <martin@dalecki.de>
2698
2699         * expr.c (add_type_assertion): Use the proper enumeration type,
2700         since this is what htab_find_slot() is expecting.
2701
2702 2005-02-06  Joseph S. Myers  <joseph@codesourcery.com>
2703
2704         * gcj.texi: Update copyright dates.
2705
2706 2005-02-02  Tom Tromey  <tromey@redhat.com>
2707
2708         * gcj.texi (libgcj Runtime Properties): Default library_control
2709         to 'cache'.
2710
2711 2005-02-02  Ranjit Mathew  <rmathew@hotmail.com>
2712
2713         PR java/15543
2714         * parse-scan.y (formal_parameter): Use $2 (type) instead of $$
2715         (modifiers) when square brackets are present in a declaration for
2716         a final paramter.
2717         * jv-scan.c (main): Set input_filename and input_line.
2718
2719 2005-02-01  Tom Tromey  <tromey@redhat.com>
2720
2721         PR java/19742:
2722         * gjavah.c (get_field_name): Don't override name for JNI header.
2723
2724 2005-02-01  Roger Sayle  <roger@eyesopen.com>
2725
2726         * jcf-write.c (generate_bytecode_insns): Implement RSHIFT_EXPR
2727         of unsigned types using iushr and lushr JVM bytecodes.
2728
2729 2005-02-01  Ranjit Mathew  <rmathew@hotmail.com>
2730
2731         PR java/19738
2732         * gjavah.c (jni_print_float): Do not emit floating-point
2733         initialiser for a static final field.
2734         (jni_print_double): Likewise.
2735
2736 2005-02-01  Mark Mitchell  <mark@codesourcery.com>
2737
2738         Revert:
2739         2005-01-31  Mark Mitchell  <mark@codesourcery.com>
2740         * gjavah.c (print_field_info): Mark static data members of
2741         floating-point type with "__extension__".
2742
2743 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
2744
2745         * gjavah.c (print_field_info): Mark static data members of
2746         floating-point type with "__extension__".
2747
2748 2005-02-01  Ranjit Mathew  <rmathew@hotmail.com>
2749
2750         PR java/9157
2751         * parse.y (build_string_concatenation): Remove redundant if.
2752         (patch_conditional_expr): Attempt to patch_string() the condition
2753         of a ?: as well, in addition to its other operands.
2754
2755 2005-01-25  Tom Tromey  <tromey@redhat.com>
2756
2757         * Make-lang.in (java/java-tree-inline.o): Removed.
2758
2759 2005-01-25  Ranjit Mathew  <rmathew@hotmail.com>
2760
2761         PR java/19070
2762         * parse.y (patch_binop): Allow comparisons against NULL only
2763         if the other operand is of a reference type.
2764
2765 2005-01-24  Tom Tromey  <tromey@redhat.com>
2766
2767         * java-tree.h (gcj_abi_version): Declare.
2768         * class.c (make_class_data): Push gcj_abi_version into "next"
2769         field.  Renamed field.
2770         * decl.c (gcj_abi_version): New global.
2771         (parse_version): New function.
2772         (java_init_decl_processing): Call it.  Renamed 'next' field.
2773         Include version.h.
2774         (GCJ_BINARYCOMPAT_ADDITION): New define.
2775
2776 2005-01-24  Roger Sayle  <roger@eyesopen.com>
2777
2778         PR java/19295
2779         * jcf-write.c (generate_bytecode_insns): Conversions between
2780         integer types of the same precision shouldn't generate widening
2781         or narrowing conversion bytecodes.
2782
2783 2005-01-22  Kazu Hirata  <kazu@cs.umass.edu>
2784
2785         * java-except.h, java-tree.h: Remove unused prototypes.
2786
2787 2005-01-20  Andrew Pinski  <pinskia@gcc.gnu.org>
2788
2789         PR java/18091:
2790         * jcf-write.c (perform_relocations): Don't call memcpy if source
2791         and destination are the same.
2792
2793 2005-01-17  Tom Tromey  <tromey@redhat.com>
2794
2795         * verify-impl.c (get_short): Sign extend.
2796         (get_int): Likewise.
2797
2798 2005-01-12  Ranjit Mathew  <rmathew@hotmail.com>
2799
2800         * expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT
2801         with TYPE_SIZE.
2802
2803 2005-01-10  Ranjit Mathew  <rmathew@hotmail.com>
2804
2805         * verify.c: Revert to the version before the BC-ABI merge.
2806
2807 2005-01-10  Ranjit Mathew  <rmathew@hotmail.com>
2808
2809         PR java/19277
2810         * check-init.c (check_init): Take care of references that do not
2811         have an explicit final variable declaration (e.g. array length
2812         access) for pre/post in/de-crement operators.
2813
2814 2005-01-08  Mark Wielaard  <mark@klomp.org>
2815
2816         * parse.y (process_imports): Allocate (and free) original_name only
2817         when not already defined.
2818         * jcf-parse.c (read_class): Free results of find_class() and
2819         lrealpath().
2820         (java_parse_file): Keep pointer to head of file_list and free when
2821         done. Free result of lrealpath().
2822
2823 2005-01-05  Tom Tromey  <tromey@redhat.com>
2824
2825         * gcj.texi (Standard Properties): java.ext.dirs is now used.
2826
2827 2004-12-20  Andrew Haley  <aph@redhat.com>
2828
2829         * typeck.c: Use fold_convert for ints and booleans.
2830
2831 2004-12-17  Andrew Haley  <aph@redhat.com>
2832
2833         PR java/18931
2834         * typeck.c (convert): Use a CONVERT_EXPR when converting to
2835         BOOLEAN_TYPE or CHAR_TYPE.
2836         (convert_to_boolean, convert_to_char) : Remove.
2837         * convert.h (convert_to_boolean, convert_to_char) : Remove.
2838         * expr.c (expand_load_internal): Do type conversion if type is not
2839         as required.
2840
2841 2004-12-13  Danny Smith  <dannysmith@users.sourceforge.net>
2842
2843         PR target/18459
2844         * class.c (emit_register_classes): Use TARGET_USE_JCR_SECTION.
2845         Update comment.
2846
2847 2004-12-07  Andrew Haley  <aph@redhat.com>
2848
2849         PR java/18811:
2850         * jcf-parse.c (load_class): Remove sanity test for missing inner
2851         class file.
2852
2853 2004-12-06  Tom Tromey  <tromey@redhat.com>
2854
2855         * Make-lang.in (JAVA_MANFILES): Added gcj-dbtool.
2856         (java.uninstall): Likewise.
2857         (java.maintainer-clean): Likewise.
2858         (.INTERMEDIATE): Likewise.
2859         (java.install-man): Likewise.
2860         (gcj-dbtool.pod): New target.
2861         * gcj.texi (Code Generation): Document -findirect-dispatch.
2862         (libgcj Runtime Properties): Document
2863         gnu.gcj.precompiled.db.path.
2864         (Top): Link to "Invoking gcj-dbtool".
2865
2866 2004-12-06  Tom Tromey  <tromey@redhat.com>
2867
2868         PR java/14853:
2869         * java-tree.h (extract_field_decl): Declare.
2870         * parse.y (extract_field_decl): Renamed from
2871         strip_out_static_field_access_decl.  No longer static.
2872         * check-init.c (get_variable_decl): Unwrap COMPOUND_EXPRs.
2873
2874 2004-12-03  Tom Tromey  <tromey@redhat.com>
2875
2876         * lang.c (flag_new_verifier): Define.
2877         (java_post_options): Set flag_new_verifier if indirect dispatch
2878         is being used.
2879         * lang.opt (fnew-verifier): Removed.
2880
2881 2004-12-03  Tom Tromey  <tromey@redhat.com>
2882
2883         PR bootstrap/14614:
2884         * Make-lang.in (java.install-common): Only install transformed
2885         gcjh if gcj-cross exists.
2886
2887 2004-12-03  Andrew Haley  <aph@redhat.com>
2888
2889         PR java/18812
2890         * except.c (link_handler): Patch 'outer' field of siblings of the
2891         range we're demoting.
2892
2893 2004-12-03  Andrew Haley  <aph@redhat.com>
2894
2895         PR java/18697
2896         * class.c (layout_class_method): Don't fail to override a method
2897         simply because it has DECL_ARTIFICIAL set.
2898
2899 2004-12-02  Tom Tromey  <tromey@redhat.com>
2900
2901         PR java/16675:
2902         * parse.y (craft_constructor): Special case null_pointer_node.
2903
2904 2004-12-02  Tom Tromey  <tromey@redhat.com>
2905
2906         PR java/18741:
2907         * java-gimplify.c (java_gimplify_expr): Don't call
2908         SET_EXPR_LOCATION unless wrapped tree is an expression.
2909
2910 2004-11-27  Per Bothner  <per@bothner.com>
2911
2912         * jcf-parse.c (set_source_filename):  Improvement to Andrew's fix:
2913         Fix fencepost error in 'i', which got executed one too many times.
2914         Also, fold memcpy into explicit loop, as originally intended.
2915         Also, free temporary 'buf' which otherwise leaks.
2916
2917 2004-11-27  Per Bothner  <per@bothner.com>
2918
2919         * expr.c (build_expr_wfl): Only declare last_file and last_filenode
2920         local static variables if not USE_MAPPED_LOCATION.
2921
2922 2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
2923
2924         * class.c, decl.c, expr.c: Fix comment typos.
2925
2926 2004-11-26  Andrew Pinski  <pinskia@physics.uc.edu>
2927
2928         PR java/18305
2929         * decl.c (end_java_method): Call
2930         attach_init_test_initialization_flags on all the init_decls.
2931         * parse.y (attach_init_test_initialization_flags): Move to ...
2932         * expr.c (attach_init_test_initialization_flags): here and
2933         support BIND_EXPR also.
2934         * java-tree.h (attach_init_test_initialization_flags): Prototype.
2935         * jcf-parse.c (parse_class_file): Don't disable class init
2936         optimization.
2937
2938 2004-11-25  Joseph S. Myers  <joseph@codesourcery.com>
2939
2940         * gjavah.c, jcf-dump.c, jv-scan.c, jvspec.c: Avoid ` as left quote
2941         in diagnostics.
2942
2943 2004-11-24  Richard Henderson  <rth@redhat.com>
2944
2945         * verify-glue.c (vfy_init_name, vfy_clinit_name, vfy_object_type,
2946         vfy_string_type, vfy_throwable_type): Use ANSI declaration form.
2947
2948 2004-11-24  Tom Tromey  <tromey@redhat.com>
2949
2950         * verify.c (defer_merging): Don't use C++-style comment.
2951         * verify.h (java_opcode): Added java_opcode_end.
2952         * class.c (build_class_ref): Remove C++ comment and old FIXME.
2953
2954         * verify-impl.c (vfy_push_type): Removed bogus "return".
2955         (initialize_stack): Use vfy_alloc and vfy_free.
2956         (verify_instructions_0): Likewise.
2957
2958         * Merged gcj-abi-2-dev-branch to trunk.
2959
2960 2004-11-24  Andrew Haley  <aph@redhat.com>
2961
2962         * jcf-parse.c (parse_class_file): Set file_start_location.
2963
2964 2004-11-10  Tom Tromey  <tromey@redhat.com>
2965
2966         * class.c (make_field_value): Don't call build_static_field_ref.
2967         (build_static_field_ref): Don't emit direct references when using
2968         indirect dispatch.
2969
2970         * gcj.texi (Invoking gij): Document -verbose.  Put -verbose and
2971         -verbose:class into man page synopsis.
2972
2973 2004-11-09  Tom Tromey  <tromey@redhat.com>
2974
2975         * expr.c (build_java_arraystore_check): Still generate check if
2976         element type is itself an array.
2977
2978 2004-11-08  Tom Tromey  <tromey@redhat.com>
2979
2980         * java-tree.h (soft_check_assignment_node): Removed.
2981         (enum java_tree_index): Removed JTI_SOFT_CHECK_ASSIGNMENT_NODE.
2982         * decl.c (java_init_decl_processing): Don't initialize
2983         soft_check_assignment_node.
2984
2985 2004-11-05  Tom Tromey  <tromey@redhat.com>
2986
2987         * class.c (layout_class_methods): Don't add Miranda methods when
2988         using indirect dispatch.
2989
2990 2004-11-05  Bryce McKinlay  <mckinlay@redhat.com>
2991
2992         * class.c (make_class_data): Call emit_assertion_table to set the
2993         'assertion_table' field.
2994         (build_signature_for_libgcj): Move here from expr.c.
2995         (add_assertion_table_entry): New function. Callback for assertion
2996         hashtable traversal.
2997         (emit_assertion_table): New. Take class argument, and generate
2998         assertion table DECL based on the TYPE_ASSERTIONS hashtable.
2999         * decl.c (init_decl_processing): Define assertion_entry_type record.
3000         Push 'assertion_table' class field instead of 'verify'.
3001         * expr.c (type_assertion_eq): Compare 'assertion_code' field.
3002         (type_assertion_hash): Include 'assertion_code' in hash.
3003         (add_type_assertion): Rewritten. Take class and assertion_code
3004         arguments. Add assertions to the TYPE_ASSERTIONS hashtable.
3005         (can_widen_reference_to): Use new add_type_assertion() arguments.
3006         * java-tree.h (java_tree_index): Add JTI_ASSERTION_ENTRY_TYPE,
3007         JTI_ASSERTION_TABLE_TYPE. Remove JTI_VERIFY_IDENTIFIER_NODE.
3008         (verify_identifier_node): Removed.
3009         (assertion_entry_type, assertion_table_type): New.
3010         (ASSERTION_TYPES_COMPATIBLE, ASSERTION_IS_INSTANTIABLE): New. Type
3011         assertion code definitions.
3012         (struct type_assertion): Add assertion_code. Rename 'source_type' and
3013         'target_type' to 'op1' and 'op2'.
3014         (add_type_assertion): Declare.
3015         (lang_printable_name_wls): Remove unused definition.
3016         * verify-glue.c: (vfy_is_assignable_from): New. Call add_type_assertion
3017         to emit runtime assertion.
3018         (vfy_note_stack_type): Clean up non-C90 declarations.
3019         (vfy_note_local_type): Likewise.
3020         * verify.h (vfy_is_assignable_from): Declare.
3021         * verify-impl.c (is_assignable_from_slow): Remove unused function.
3022         (ref_compatible): Rename arguments. Call vfy_is_assignable_from()
3023         instead of is_assignable_from_slow().
3024         (types_compatible): Reinstate ref_compatible() call.
3025
3026 2004-11-04  Tom Tromey  <tromey@redhat.com>
3027
3028         * class.c (build_static_field_ref): Reverted previous patch.
3029
3030         * class.c (build_static_field_ref): Don't emit direct references
3031         when using indirect dispatch.
3032
3033 2004-11-03  Tom Tromey  <tromey@redhat.com>
3034
3035         * expr.c (expand_java_arrayload): Set lhs_type_node.
3036         (expand_java_arraystore): Set rhs_type_node.
3037
3038 2004-11-02  Tom Tromey  <tromey@redhat.com>
3039
3040         * jcf-parse.c (compute_class_name): Use filename length from zip
3041         directory, not strlen.
3042
3043         * expr.c (expand_invoke): Mark new interface methods as abstract.
3044
3045 2004-11-01  Tom Tromey  <tromey@redhat.com>
3046
3047         * verify-impl.c (push_jump): Removed check for uninitialized
3048         objects.
3049         (push_exception_jump): Likewise.
3050         (handle_ret_insn): Likewise.
3051         (handle_jsr_insn): Likewise.
3052         (state_check_no_uninitialized_objects): Removed.
3053
3054         * decl.c (check_local_unnamed_variable): Recognize
3055         promoted-to-int parameters when using the new verifier.
3056         * expr.c (expand_java_arraystore): Explicitly request array type
3057         when using new verifier.
3058         (expand_java_arrayload): Likewise.
3059         (invoke_build_dtable): Don't pass object_type_node as
3060         expression argument to build_java_indirect_ref.
3061         (build_java_check_indexed_type): Do nothing.
3062         (build_java_arraystore_check): Handle case where array doesn't
3063         have array type.
3064         (build_java_array_length_access): Likewise.
3065         (expand_invoke): Handle case where interface overrides a method
3066         from Object.
3067         (pop_type_0): Always succeed for reference types.
3068         (process_jvm_instruction): Don't pop a value in a dead
3069         exception handler.
3070         (pop_arguments): Convert arguments to correct types.
3071
3072 2004-10-29  Andrew Haley  <aph@redhat.com>
3073
3074         * jcf-parse.c (give_name_to_class): Remove line that was
3075         incorrectly merged.
3076
3077 2004-10-29  Andrew Haley  <aph@redhat.com>
3078
3079         * jcf-parse.c (set_source_filename): Add code to build new sfname.
3080
3081 2004-10-20  Andrew Haley  <aph@redhat.com>
3082
3083         * decl.c (end_java_method): Don't expand if flag_syntax_only.
3084
3085 2004-10-26  Tom Tromey  <tromey@redhat.com>
3086
3087         * verify.h (vfy_notify_verified): Removed.
3088         * verify-glue.c (vfy_notify_verified): Removed.
3089
3090 2004-10-26  Tom Tromey  <tromey@redhat.com>
3091
3092         * verify-impl.c (debug_print_state): Declare `i' before code.
3093         (merge_types): Modify `t' when it is null_type.
3094
3095 2004-10-26  Tom Tromey  <tromey@redhat.com>
3096
3097         * verify-impl.c (type_print): Renamed from print.  Now static and
3098         takes an argument.
3099         (debug_print_state): Use type_print.
3100
3101 2004-10-25  Tom Tromey  <tromey@redhat.com>
3102
3103         * expr.c (build_invokeinterface): Compute correct offset for
3104         index into interface methods.
3105
3106 2004-10-20  Tom Tromey  <tromey@redhat.com>
3107
3108         * java-tree.h (verify_jvm_instructions_new): Declare.
3109
3110         * jvspec.c (jvgenmain_spec): Remove -fnew-verifier from cc1
3111         command line.
3112
3113         * verify-impl.c (verify_instructions): Correctly handle wide
3114         types on the stack.
3115         * verify-glue.c (vfy_get_class_name): Use DECL_NAME.
3116         (vfy_get_component_type): Strip pointer types.
3117         (vfy_find_class): Use get_type_from_signature.  Strip pointer
3118         types.
3119         Include java-except.h.
3120
3121 2004-10-20  Bryce McKinlay  <mckinlay@redhat.com>
3122
3123         * verify-impl.c (type_array_elementpop_raw, vfy_pop_type_t,
3124         vfy_push_type_t, set_variable, add_new_state, merge_into,
3125         handle_jsr_insn, branch_prepass, check_class_constant,
3126         check_wide_constant, get_one_type, compute_static_types,
3127         verify_instructions_0): Clean up C99 declarations after statements.
3128
3129 2004-10-20  Tom Tromey  <tromey@redhat.com>
3130
3131         * verify-impl.c (merge_refs): Compare reference against iterator,
3132         not ref2.
3133
3134         * verify-glue.c (vfy_tag): Mask off resolved flag.
3135
3136 2004-10-19  Tom Tromey  <tromey@redhat.com>
3137
3138         * verify-impl.c (verify_instructions): Call vfy_note_local_type.
3139         (init_state_with_stack): Initialize `this_type' in state.
3140         (verify_method): Use debug_print.
3141         * verify-glue.c (vfy_is_primitive): Removed debugging print.
3142         (vfy_note_stack_depth): Reverted last patch.
3143         (vfy_note_stack_type): Note pointer to Object, not Object.
3144         (vfy_note_local_type): Likewise.
3145
3146         * verify.h (vfy_note_instruction_seen): Declare.
3147         * verify-glue.c (verify_jvm_instructions_new): Set
3148         BCODE_EXCEPTION_TARGET on target instruction.
3149         (vfy_note_instruction_seen): New function.
3150         * verify-impl.c (FLAG_INSN_SEEN): New define.
3151         (verify_instructions_0): Set flag on instruction.  Save state for
3152         PC=0 later.
3153         (verify_instructions): Call vfy_note_instruction_seen.
3154
3155         * verify-glue.c (vfy_note_stack_depth): Fix off-by-one error.
3156         (verify_jvm_instructions_new): Call method_init_exceptions,
3157         add_handler, and handle_nested_ranges.
3158         * verify-impl.c (verify_method): Return 1 on success.
3159         (verify_instructions_0): Save the state at PC=0.
3160
3161         * verify-impl.c (init_type_from_class): Set is_resolved and
3162         ref_next on new ref_intersection.
3163         (init_type_from_string): Likewise.
3164
3165 2004-10-15  Bryce McKinlay  <mckinlay@redhat.com>
3166
3167         * expr.c (expand_bytecode): Use verify_jvm_instructions_new
3168         if flag_new_verifier is set.
3169         * java-tree.h (flag_new_verifier): Declare.
3170         * lang.opt (fnew-verifier): New option.
3171         * verify-impl.c: Work around namespace pollution by undef'ing
3172         'current_class'.
3173         (struct verifier_context): Make 'bytecode' const.
3174         (verify_fail_pc): Pass -1 PC argument to vfy_fail.
3175         (types_compatible): For the BC-ABI, always consider reference types
3176         compatible.
3177         (check_class_constant): Use vfr->current_class.
3178         (check_constant): Likewise.
3179         (check_wide_constant): Likewise.
3180         (check_field_constant): Check for 'L' at start of type name.
3181         (get_one_type): Return pointer instead of type. Set type result in
3182         caller via passed type pointer.
3183         (compute_argument_types): Update to use new get_one_type arguments.
3184         (compute_return_type): Likewise.
3185         (make_verifier_context): New. Allocate and initialize 'vfr'.
3186         (free_verifier_context): New. Free 'vfr' and its contents.
3187         (verify_method): Remove ATTRIBUTE_UNUSED. Call make_verifier_context
3188         and free_verifier_context.
3189
3190 2004-10-15  Tom Tromey  <tromey@redhat.com>
3191
3192         * verify-glue.c (vfy_note_local_type): Mark argument as unused.
3193         * verify.h (vfy_fail): Fixed formatting.
3194
3195         * verify-impl.c (vfr): Fixed comment formatting.
3196         (collapse_type): New function.
3197         (verify_instructions): Notify compiler about type map.
3198         * verify.h (vfy_note_stack_depth): Updated.
3199         (vfy_note_stack_type): Likewise.
3200         (vfy_note_local_type): Likewise.
3201         (vfy_unsuitable_type, vfy_return_address_type, vfy_null_type):
3202         Declare.
3203         * verify-glue.c (vfy_note_stack_depth): Correctly size type
3204         state.  Added `method' argument.
3205         (vfy_note_stack_type): Renamed from vfy_note_type.  Added `method'
3206         argument.
3207         (vfy_note_local_type): New function.
3208         (vfy_unsuitable_type): Likewise.
3209         (vfy_return_address_type): Likewise.
3210         (vfy_null_type): Likewise.
3211
3212         * verify.h (VFY_IN_GCC): Removed.
3213         (VFY_WANT_TYPEMAP): Removed.
3214         * verify-impl.c (verify_instructions_0): Removed useless "\".
3215         (struct state) <next>: Uncomment.
3216
3217 2004-10-13  Bryce McKinlay  <mckinlay@redhat.com>
3218
3219         * verify-impl.c: Formatting fixes. Reformat C++-style comments to
3220         C-style.
3221
3222 2004-10-06  Bryce McKinlay  <mckinlay@redhat.com>
3223
3224         * Make-lang.in (verify.o): Re-enabled this target.
3225         * verify-glue.c (vfy_get_interface_count): Add ATTRIBUTE_UNUSED.
3226         (vfy_get_interface): Likewise.
3227         (verify_jvm_instructions_new): Renamed from verify_jvm_instructions.
3228         * verify.h (verify_jvm_instructions_new): Declare.
3229         * verify-impl.c (free_state): Temporarily comment out unused
3230         function.
3231
3232 2004-10-06  Tom Tromey  <tromey@redhat.com>
3233
3234         * java-tree.h (JV_STATE_READ): New enum value.
3235
3236 2004-10-06  Bryce McKinlay  <mckinlay@redhat.com>
3237
3238         * verify.h: New file.
3239
3240 2004-10-05  Bryce McKinlay  <mckinlay@redhat.com>
3241
3242         * verify-impl.c, verify-glue.c, verify.h: New files.
3243         * Make-lang.in: Add rules for verify-impl.o and verify-glue.o.
3244
3245 2004-09-24  Andrew Haley  <aph@redhat.com>
3246
3247         * decl.c (check_local_unnamed_variable): Always use the PARM_DECL
3248         for a slot if it's of pointer type.
3249
3250 2004-09-14  Tom Tromey  <tromey@redhat.com>
3251
3252         * class.c (make_class_data): Correctly initialize "state" field.
3253         Initialize "engine" field.
3254         * decl.c (java_init_decl_processing): Add "engine" field.
3255
3256 2004-09-10  Andrew Haley  <aph@redhat.com>
3257
3258         PR java/12760
3259         * expr.c (build_invokeinterface): Use fast method for interface
3260         dispatch.
3261         * java-tree.h (enum java_tree_index): Add JTI_ITABLE_TYPE,
3262         JTI_ITABLE_PTR_TYPE.
3263         (struct lang_type): Add  itable_methods, itable_decl, itable_syms_decl.
3264         (emit_symbol_table): Add new arg, element_size.
3265         * decl.c (java_init_decl_processing): Initialize Class.itable.
3266         * class.c (GEN_TABLE): New macro.
3267         (gen_indirect_dispatch_tables): Use it.  Add itable.
3268         (make_class_data): Add new arg for emit_symbol_table().
3269         Emit itable.
3270         (add_miranda_methods): Make sure search_class has been parsed.
3271         (emit_symbol_table): Add new arg, element_size.
3272
3273 2004-09-06  Andrew Haley  <aph@redhat.com>
3274
3275         * verify.c (merge_types): Return Object for all merges of
3276         interfaces.
3277         * expr.c (add_type_assertion): Don't generate assertions when
3278         source type is array of Object.
3279
3280 2004-09-03  Andrew Haley  <aph@redhat.com>
3281
3282         * class.c (finish_class): Nullify TYPE_VERIFY_METHOD.
3283
3284         * lang.c (java_post_options): Force flag_verify_invocations if
3285         we're not using indirect dispatch.
3286
3287         * expr.c (pop_type_0): Move test for interfaces before call to
3288         can_widen_reference_to().
3289         (build_signature_for_libgcj): Remove generation of canonical array
3290         type.
3291         (add_type_assertion): Canonicalize both arrays.
3292         Don't assert that type X can be assigned to Object.
3293         Don't assert that type X an be assigned to type X.
3294         Don't assert that Object can be assigned to type X.
3295         (can_widen_reference_to): Warn whenever we generate an assertion.
3296         (process_jvm_instruction): Use throwable_type_node for the type of
3297         an exception class.
3298
3299 2004-09-01  Andrew Haley  <aph@redhat.com>
3300
3301         * decl.c (java_init_decl_processing): Change
3302         verify_identifier_node to "__verify".
3303         * expr.c (add_type_assertion): Use verify_identifier_node for name.
3304         * java-tree.h (verify_identifier_node): Change to "__verify".
3305
3306         * expr.c (build_signature_for_libgcj): New function.
3307         (add_type_assertion): Use it to construct signatures for
3308         source_type and target_type.
3309
3310 2004-08-27  Andrew Haley  <aph@redhat.com>
3311
3312         * java-tree.h (enum java_tree_index): Add JTI_VERIFY_IDENTIFIER_NODE.
3313         (verify_identifier_node): New.
3314         (TYPE_VERIFY_METHOD): New.
3315         (struct type_assertion): New type.
3316         * expr.c (type_assertion_eq): New function.
3317         (type_assertion_hash): New function.
3318         (add_type_assertion): New function.
3319         (can_widen_reference_to): Call add_type_assertion().
3320         * decl.c (java_init_decl_processing): Add verify_identifier_node.
3321         * class.c (make_class_data): Initialize TYPE_VERIFY_METHOD (type).
3322         (finish_class): Output TYPE_VERIFY_METHOD (type).
3323
3324         * decl.c (end_java_method): Nullify unused fields.
3325
3326 2004-08-17  Andrew Haley  <aph@redhat.com>
3327
3328         * verify.c (defer_merging): Quieten.
3329         * jcf-parse.c (load_class): Only try to open a class file if it's
3330         java.lang.Object or if it's part of the current compilation.
3331         Check that the class we just tried to load is the class we just
3332         loaded.  Quieten.
3333         (java_parse_file): Set flag_verify_invocations off if we're
3334         compiling from .class.
3335         (parse_zip_file_entries): Abort if we try to read a dummy class.
3336         * expr.c (can_widen_reference_to): Quieten.
3337         (build_invokevirtual): Abort if we try to invokevirtual an
3338         interface.
3339         (expand_invoke): Don't build a non-interface call to an interface.
3340         (build_instanceof): Don't do premature optimization if
3341         flag_verify_invocations is not set.
3342         * class.c (set_super_info): Disable code that inherits TYPE_DUMMY
3343         from superclass.
3344         (build_static_field_ref): Add correct type conversion for
3345         field_address.
3346         (add_miranda_methods): Disable generation of Miranda methods for
3347         dummy classes.
3348         (layout_class_method): Don't complain about non-static method
3349         overrides static method with dummy classes.
3350
3351 2004-08-13  Tom Tromey  <tromey@redhat.com>
3352
3353         * class.c (build_static_field_ref): Re-enable atable lookups for
3354         static fields.
3355
3356         * parse.y (strip_out_static_field_access_decl): Indentation fix.
3357
3358 2004-08-11  Tom Tromey  <tromey@redhat.com>
3359
3360         * gcj.texi (libgcj Runtime Properties): Document new properties.
3361
3362 2004-08-06  Andrew Haley  <aph@redhat.com>
3363
3364         * jcf-parse.c (load_class): Check that we really have loaded the
3365         class we're looking for.
3366
3367 2004-07-19  Andrew Haley  <aph@redhat.com>
3368
3369         * verify.c (verify_jvm_instructions): Comment change only.
3370
3371         * typeck.c (build_java_array_type): Add size field to array name.
3372
3373         * java-tree.h (LOCAL_SLOT_P): New.
3374         (update_aliases): Add PC argument.
3375         (pushdecl_function_level): New function.
3376
3377         * java-gimplify.c (java_gimplify_expr): Handle VAR_DECL,
3378         MODIFY_EXPR, and SAVE_EXPR.
3379         (java_gimplify_modify_expr): New function.
3380
3381         * expr.c (push_type_0): Call find_stack_slot() to create temporary.
3382         (expand_iinc): Pass PC to update_aliases().
3383         (STORE_INTERNAL): Likewise.
3384         (process_jvm_instruction): Likewise.
3385
3386         * decl.c (base_decl_map): New variable.
3387         (uniq): New variable.
3388         (update_aliases): Rewrite with more thorough checking.
3389         (debug_variable_p): New function.
3390         (push_jvm_slot): Don't initialize local variable.  Don't pushdecl.
3391         (check_local_named_variable): Delete whole function.
3392         (initialize_local_variable): New function.
3393         (check_local_unnamed_variable): Add checks and comments.
3394         (find_local_variable): Rewrite.
3395         (java_replace_reference): New function.
3396         (function_binding_level): New variable.
3397         (pushdecl_function_level): New function.
3398         (maybe_pushlevels): Set DECL_LOCAL_END_PC.
3399         (maybe_pushlevels): Call pushdecl() on each of the new decls.
3400         (start_java_method): Reset uniq.  Create base_decl_map.  Set
3401         function_binding_level.
3402         (end_java_method): Null unused fields to save memory.
3403
3404 2004-06-29  Andrew Haley  <aph@redhat.com>
3405
3406         * except.c (expand_start_java_handler): Push a new binding level.
3407         Don't build a TRY_CATCH_EXPR now, we'll do it later.  Call
3408         register_exception_range() to register where we'll do it.
3409         (expand_end_java_handler): Remove old bogus code.  Replace with
3410         new logic that simply builds TRY_CATCH_EXPRs and inserts them at
3411         the top of the expression we're curently building.
3412         (maybe_end_try): Delete.
3413         * decl.c (binding_level.exception_range): New field.
3414         (clear_binding_level): Add field exception_range.  Reformat.
3415         (poplevel): Call expand_end_java_handler().
3416         (poplevel): Call java_add_stmt only if functionbody is false.
3417         (maybe_poplevels): Don't call maybe_end_try() from here.
3418         (end_java_method): Clear no longer used trees in function decl.
3419         (register_exception_range): New function.
3420         * java-tree.h (register_exception_range, struct eh_range): Declare.
3421
3422 2004-06-22  Andrew Haley  <aph@redhat.com>
3423
3424         * class.c (gen_indirect_dispatch_tables): Set the DECL_OWNER of
3425         the otable.
3426         * check-init.c (get_variable_decl): Teach check-init about
3427         FIELD_DECLs addressed via the otable.
3428         * jcf-parse.c (load_class): Check CLASS_LOADED_P, not
3429         CLASS_PARSED_P.
3430
3431 2004-05-28  Andrew Haley  <aph@redhat.com>
3432
3433         * jcf-parse.c (load_class): Don't try to read a class that we've
3434         already read.
3435
3436         * expr.c (build_invokeinterface): Use the old-fashioned way of
3437         doing indirect dispatch: look up interfaces by name.
3438         * java-tree.h (enum java_tree_index): Add
3439         JTI_SOFT_LOOKUPINTERFACEMETHODBYNAME_NODE
3440         * decl.c (java_init_decl_processing): Add
3441         soft_lookupinterfacemethodbyname_node.
3442
3443         * gjavah.c (print_method_info): Final methods have vtable entries,
3444         so gjavah needs to output them.
3445         * class.c (layout_class_method): Generate vtable entries for final
3446         methods.
3447         * parse.y (invocation_mode): Use INVOKE_VIRTUAL for indirect
3448         dispatch, even if a method is final.
3449
3450 2004-05-25  Andrew Haley  <aph@redhat.com>
3451
3452         * class.c (build_symbol_entry): Convert the names of constructors
3453         to init_identifier_node when generating an entry for the indirect
3454         dispatch table.
3455
3456         * expr.c (build_known_method_ref): Generate indirect calls for
3457         all methods marked DECL_EXTERNAL or TREE_PUBLIC.
3458
3459 2004-05-24  Andrew Haley  <aph@redhat.com>
3460
3461         * expr.c (build_known_method_ref): Make sure ARRAY_REF access to
3462         atable element is of the right type.
3463
3464         * class.c (build_static_field_ref): Cast pointer to correct type
3465         for field.
3466
3467 2004-04-20  Bryce McKinlay  <mckinlay@redhat.com>
3468
3469         * Merged with HEAD as of 20040514. Diff against
3470         gcj-abi-2-merge-20040514.
3471
3472 2004-04-16  Andrew Haley  <aph@redhat.com>
3473
3474         * verify.c (check_pending_block): Disable subroutine checks.
3475         (defer_merging): New function.
3476         (merge_types): If types are dummy, use defer_merging to combine them.
3477         (verify_jvm_instructions): If invocation is invokeinterface and
3478         target is dummy, assume target really is an interface.
3479
3480         * parse.y (patch_invoke): Break out call to java_create_object.
3481
3482         * lang.c (flag_verify_invocations): New.
3483
3484         * jcf-parse.c (load_class): If we've already failed to load a
3485         class, don't try again.
3486         (load_class): If we can't find a .class file, don't fail, but emit
3487         a warning.
3488         (parse_class_file): Don't act on dummy methods.
3489
3490         * java-tree.h (flag_verify_invocations): New.
3491         (TYPE_DUMMY): New.
3492         (lang_type.dummy_class): New field.
3493         (java_create_object): New function.
3494         (METHOD_DUMMY): New.
3495
3496         * expr.c (build_field_ref): Widen field offset.
3497         (pop_type_0): If the type in stack_type_map is a TREE_LIST, check
3498         that each of its elements is compatible with the one we're
3499         popping.
3500         (pop_type_0): Issue a warning to say that we need to generate a
3501         runtime check.
3502         (java_create_object): New function.
3503         (build_field_ref): Only generate hard refs if we're not using
3504         indirect dispatch.
3505         (expand_java_field_op): If we're using !verify_invocations and we
3506         see a missing field, generate a decl for it.
3507
3508         (expand_invoke): If a class doesn't have the method we seek and
3509         we're using !flag_verify_invocations, generate a decl for the
3510         method now.
3511
3512         (build_known_method_ref): Always use indirect dispatch via the
3513         atable for static methods.
3514
3515         (expand_java_NEW): Break out object creation into new function,
3516         java_create_object.
3517
3518         (can_widen_reference_to): Issue a warning to say that we need to
3519         generate a runtime check.
3520
3521         * class.c (set_super_info): Inherit TYPE_DUMMY from sureclass.
3522         (make_method_value): Also use index for interfaces.
3523         (make_class_data): Skip dummy field for inherited data.
3524         Don't build method array for dummy methods.
3525         Set size_in_byte to -1 when using inirect dispatch
3526         Don't build a hard class ref if we don't have a hard ref to our
3527         superclass, or if we're using inirect dispatch.
3528         Null out dispatch tables.
3529
3530         (layout_class_method): Don't complain about non-static method
3531         overrides static method is method is artificial.
3532
3533         (build_static_field_ref): Disable atable references to static
3534         fields for the time being.
3535
3536         (layout_class_methods): Check for CLASS_INTERFACE as
3537         well as CLASS_ABSTRACT.
3538
3539 2004-11-24  Steven Bosscher  <stevenb@suse.de>
3540
3541         * class.c (make_class_data): Don't check flag_inline_functions.
3542         * lang.c (flag_really_inline): Remove unused flag.
3543         (java_handle_option): Don't set it here.  Remove special handling
3544         of flag_inline_functions for Java.
3545         (java_init): Don't set flag_inline_trees here.  Already done...
3546         (java_post_options): ...here.  Don't clear flag_inline_functions.
3547
3548 2004-11-24  Steven Bosscher  <stevenb@suse.de>
3549
3550         * java-gimplify.c (java_gimplify_labeled_block_expr): New function.
3551         (java_gimplify_exit_block_expr): New function.
3552         (java_gimplify_expr): Use them to gimplify EXIT_BLOCK_EXPR and
3553         LABELED_BLOCK_EXPR.
3554         * java-tree.def (LABELED_BLOCK_EXPR): Moved from tree.def.
3555         (EXIT_BLOCK_EXPR): Likewise.
3556         * java-tree.h (LABELED_BLOCK_LABEL): Moved from tree.h.
3557         (LABELED_BLOCK_BODY): Likewise.
3558         (EXIT_BLOCK_LABELED_BLOCK): Likewise.
3559         * jcf-write.c (generate_bytecode_insns): Don't handle the unused
3560         EXIT_BLOCK_RETURN operand.  Use EXIT_BLOCK_LABELED_BLOCK instead of
3561         TREE_OPERAND.
3562         * lang.c (java_tree_inlining_walk_subtrees): Handle EXIT_BLOCK_EXPR.
3563         (java_dump_tree): Use LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY, and
3564         EXIT_BLOCK_LABELED_BLOCK instead of TREE_OPERAND.  Don't handle the
3565         second operand of EXIT_BLOCK_EXPR.
3566         * parse.y (find_expr_with_wfl): Use LABELED_BLOCK_BODY instead of
3567         TREE_OPERAND.
3568         (build_bc_statement): Use build1 to build EXIT_BLOCK_EXPR nodes.
3569
3570 2004-11-23  Ben Elliston  <bje@au.ibm.com>
3571
3572         * xref.h (xref_flag_value): Remove.
3573         (xref_set_data, xref_get_data): Likewise.
3574         (xref_set_current_fp): Likewise.
3575         (XREF_NONE): Likewise.
3576         (XREF_GET_DATA): Likewise.
3577         * xref.c (xref_flag_value): Remove.
3578         (xref_set_data, xref_get_data): Likewise.
3579         (xref_set_current_fp): Likewise.
3580
3581 2004-11-23  Ben Elliston  <bje@au.ibm.com>
3582
3583         * gjavah.c (output_directory): Make static.
3584         (temp_directory): Likewise.
3585
3586 2004-11-15  Tom Tromey  <tromey@redhat.com>
3587
3588         * decl.c (instn_ptr_type_node): Removed.
3589         (lineNumbers_ptr_type_node): Removed.
3590         (jint_type): Removed.
3591         (jint_ptr_type): Removed.
3592
3593 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
3594
3595         PR java/15576
3596         * check-init.c (check_init): Ignore DECL_EXPR.
3597         * expr.c (always_initialize_class_p): Reenable.
3598         (build_class_init): Use a variable to store the decl.  Also use
3599         boolean_false_node instead of integer_zero_node.
3600         * parse.y (attach_init_test_initialization_flags): Add a decl_expr
3601         to the block.
3602
3603 2004-11-08  Tom Tromey  <tromey@redhat.com>
3604
3605         PR java/16843:
3606         * gjavah.c (HANDLE_END_FIELD): Call print_field_info when
3607         generating a JNI header.
3608         (print_field_info): Handle JNI headers.
3609         (jni_print_float): Likewise.
3610         (jni_print_double): Likewise.
3611
3612 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
3613
3614         * decl.c (end_java_method): Remove duplicated code.
3615
3616 2004-11-06  Zack Weinberg  <zack@codesourcery.com>
3617             Gerald Pfeifer  <gerald@pfeifer.com>
3618
3619         * lex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H
3620         as well.
3621
3622 2004-11-02  Bryce McKinlay  <mckinlay@redhat.com>
3623
3624         PR java/17265
3625         * class.c: Reinstate 2004-08-18 patch.
3626         (make_local_function_alias): Don't create an alias for extern (native)
3627         functions.
3628
3629 2004-10-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3630
3631         PR java/17265
3632         * class.c (make_local_function_alias): Revert 2004-08-18 change.
3633         (make_method_value): Likewise.
3634
3635 2004-10-21  Andrew Haley  <aph@redhat.com>
3636
3637         PR java/18091:
3638         * jcf-parse.c (set_source_filename): Add code to build new sfname.
3639
3640 2004-10-20  Andrew Haley  <aph@redhat.com>
3641
3642         * decl.c (end_java_method): Don't expand if flag_syntax_only.
3643         Remove duplicated code block.
3644
3645 2004-10-18  Steven Bosscher  <stevenb@suse.de>
3646
3647         * Make-lang.in (java/parse.o-warn, java/parse-scan.o-warn):
3648         New rules to work around old Bison warnings.
3649
3650 2004-10-17  Steven Bosscher  <stevenb@suse.de>
3651
3652         * class.c (ident_subst): Always alloca buffer.
3653         * java-opcodes.h (LAST_AND_UNUSED_JAVA_OPCODE): Add this dummy
3654         opcode after including javaop.def.
3655         * jcf-dump.c (CHECK_PC_IN_RANGE): Return 0 from the arm of the
3656         conditional expression that exits, to avoid warnings.
3657         * verify.c (CHECK_PC_IN_RANGE): Mark the __GNUC__ definition as
3658         a user of an extension.
3659         * win32-host.c: Move check down to have non-empty file when
3660         WIN32 is not defined.
3661
3662         * Make-lang.in (java-warn): Add STRICT_WARN.
3663         (java/jcf-io.o-warn): Don't have Werror for this file.
3664         * jcf-io.c (caching_stat): Add FIXME for non-POSIX scandir use.
3665
3666 2004-10-16  Hans-Peter Nilsson  <hp@bitrange.com>
3667
3668         * expr.c (expr_add_location): Move declaration to before all
3669         statements.
3670         * parse.y (java_expand_classes): Ditto.
3671         * lex.c (java_peek_unicode): Ditto.
3672
3673 2004-10-16  Ranjit Mathew  <rmathew@hotmail.com>
3674
3675         * check-init.c: Use %<, %> and %q for quoting in diagnostics,
3676         if possible, else convert `foo' to 'foo'.
3677         * class.c: Likewise.
3678         * decl.c: Likewise.
3679         * expr.c: Likewise.
3680         * jcf-io.c: Likewise.
3681         * jcf-parse.c: Likewise.
3682         * lang.c: Likewise.
3683         * lex.c: Likewise.
3684         * parse.h: Likewise.
3685
3686 2004-10-16  Ranjit Mathew  <rmathew@hotmail.com>
3687
3688         * parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and
3689         rename parameter 'msg' to 'msgid' in function declaration.
3690         (issue_warning_error_from_context): Likewise.
3691         (yyerror): Rename parameter 'msg' to 'msgid'.
3692         (all over): Use new quoting style for diagnostics.
3693
3694 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
3695
3696         * boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
3697         jcf.h, lang-specs.h, lex.c, lex.h, resource.c, win32-host.c:
3698         Update copyright.
3699
3700 2004-10-14  Matt Austern  <austern@apple.com>
3701
3702         * lang.c (java_tree_inlining_walk_subtrees): Last arg is struct
3703         pointer_set_t* now.
3704
3705 2004-10-13  Tom Tromey  <tromey@redhat.com>
3706
3707         PR java/15578:
3708         * lang.opt (--extdirs): Document.
3709         * jvspec.c (lang_specific_driver): Recognize -encoding and
3710         -extdirs.
3711
3712 2004-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
3713
3714         * parse.y (issue_warning_error_from_context): Use va_list *
3715         instead of va_list parameter.
3716         (parse_error_context): Update call.
3717         (parse_warning_context): Likewise.
3718
3719 2004-10-05  Zack Weinberg  <zack@codesourcery.com>
3720
3721         * parse.y, parse-scan.y: Add list of diagnostic messages to
3722         insulate translation template from version of yacc/bison used
3723         to compile the grammar.
3724
3725 2004-10-05  Ranjit Mathew  <rmathew@hotmail.com>
3726
3727         Prepare for %q, %< and %> in diagnostic message strings.
3728         * java-tree.h (parse_error_context): remove ATTRIBUTE_PRINTF_2.
3729         Name second parameter 'msgid'.
3730         * parse.y: Additionally include pretty-print.h and diagnostic.h.
3731         (issue_warning_error_from_context): Use pretty-printer functions
3732         instead of vsprintf for constructing formatted messages. Rename
3733         parameter 'msg' to 'msgid'.
3734         (parse_error_context): Rename parameter 'msg' to 'msgid'.
3735         (parse_warning_context): Likewise.
3736
3737 2004-10-05  Andrew Haley  <aph@redhat.com>
3738
3739         PR java/17779
3740         * jcf-parse.c (parse_zip_file_entries): If a class has a
3741         superclass and a TYPE_SIZE of zero, lay it out.
3742
3743 2004-09-30  Andrew Haley  <aph@redhat.com>
3744
3745         PR java/17733
3746         * jcf-parse.c (compute_class_name): Rewrite.
3747
3748 2004-10-01  Jan Hubicka  <jh@suse.cz>
3749
3750         * java.c (java_expand_body): Update call of tree_rest_of_compilation.
3751
3752 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
3753
3754         * lex.c: Fix a comment typo.
3755
3756 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
3757
3758         * java-tree.h: Fix a comment typo.
3759
3760 2004-09-30  Per Bothner  <per@bothner.com>
3761
3762         Simplify lexer.  Implement --enable-mapped-location support.
3763         * jcf-parse.c (parse_class_file):  Use linemap_line_start.
3764         (parse_source_file_1): Pass filename as extra parameter, so we can call
3765         linemap_add and set input_location here, rather than in both callers.
3766         (read_class): Pass copied filename to parse_source_file_1.
3767         Don't initialize wfl_operator - only needed for source compilation.
3768         (read_class, jcf_parse):  Call linemap_add with LC_LEAVE.
3769         * lex.h:  Remove a bunch of debugging macros.
3770         * lex.h (struct_java_line, struct java_error):  Remove types.
3771         (JAVA_COLUMN_DELTA):  Remove - use java_lexer.next_colums instead.
3772         (struct java_lc_s):  Remove prev_col field.
3773         (struct java_lexer):  New fields next_unicode, next_columns, and
3774         avail_unicode.  New position field, and maybe token_start field.
3775         Don't need hit_eof field - use next_unicode == -1 instead.
3776         (JAVA_INTEGERAL_RANGE_ERROR):  Rename to JAVA_RANGE_ERROR.
3777         (JAVA_RANGE_ERROR, JAVA_FLOAT_ANGE_ERROR):  Update accordingly.
3778         * parse.h:  Various changes for USE_MAPPED_LOCATION.
3779         (EXPR_WFL_EMIT_LINE_NOTE): XXX
3780         (BUILD_EXPR_WFL, EXPR_WFL_ADD_COL): Remove no-longer-used macros.
3781         (struct parser_ctxt):  New file_start_location field.
3782         Remove p_line, c_line fields since we no longer save lines.
3783         Remove elc, lineno, and current_jcf fields - no longer used.
3784         * parse.y:  Updates for USE_MAPPED_LOCATION and new lexer.
3785         Don't use EXPR_WFL_ADD_COL since that isn't trivial with
3786         source_location and is probably not needed anymore anyway.
3787         Use new expr_add_Location function.
3788         (SET_EXPR_LOCATION_FROM_TOKEN):  New convenience macro.
3789         (java_pop_parser_context):  Minor cleanup.
3790         (java_parser_context_save_global, java_parser_context_restore_global,
3791         java_pop_parser_context):  Save/restore input_location as a unit.
3792         (issue_warning_error_from_context):  If USE_MAPPED_LOCATION take
3793         a source_location instead of a wfl context node.
3794         (check_class_interface_creation):  input_filename is not addressable.
3795         (create_artificial_method):  Calling java_parser_context_save_global
3796         and java_parser_context_restore_global is overkill.  Instead,
3797         temporarily set input_location from class decl.
3798         (java_layout_seen_class_methods): Set input_location from method decl.
3799         (fix_constructors): Make more robust if no EXPR_WITH_FILE_LOCATION.
3800         (finish_loop_body):  Likewise.
3801         * lex.c: Updates for USE_MAPPED_LOCATION.  Use build_unknwon_wfl.
3802         (java_sprint_unicode):  Take a character, not index in line.
3803         (java_sneak_uncode):  Replaced by java_peek_unicode.
3804         (java_unget_unicode):  No longer used.
3805         (java_allocate_new_line. java_store_unicode):  Removed, since we
3806         no longer remember "lines".
3807         (java_new_lexer):  Update for new data structures.
3808         (java_read_char):  Move unget_value checking to java_read_unicode.
3809         (java_get_unicode, java_peek_unicode, java_next_unicode): New more
3810         efficient functions that are used directly when lexing.
3811         (java_read_unicode_collapsing_terminators):  No longer needed.
3812         (java_parse_end_comment, java_parse_escape_sequence, do_java_lex):
3813         Re-organize to use java_peek_unicode to avoid java_unget_unicode.
3814         (java_parse_escape_sequence):  Rewrite to be simpler / more efficient.
3815         (do_java_lex):  Lots of movings around to avoid java_unget_unicode,
3816         combine switch branches, and test for common token kinds earlier.
3817         (java_lex_error):  Rewrite.
3818         * jv-scan.c (expand_location): New function, copied from tree.c.
3819         (main): Set ctxp->filename instead of setting input_filename directly.
3820
3821 2004-09-30  Per Bothner  <per@bothner.com>
3822
3823         More cleanup for --enable-mapped-location.
3824         * class.c (push_class):  If USE_MAPPED_LOCATION don't set
3825         input_location here.  Instead do it in give_name_to_class.
3826         (build_class_ref):  Set DECL_ARTIFICIAL, for the sake of dwarf2out.
3827         * expr.c (expand_byte_code): Call linemap_line_start.
3828         * expr.c (build_expr_wfl):  If USE_MAPPED_LOCATION, change final
3829         parameters to a source_location.  Don't need EXPR_WFL_FILENAME_NODE.
3830         (expr_add_location):  New function, if USE_MAPPED_LOCATION.
3831         * class.c (maybe_layout_super_class):  Adjust build_expr_wfl call
3832         to USE_MAPPED_LOCATION case.
3833
3834         * java-tree.h (JAVA_FILE_P, ZIP_FILE_P):  Remove unused macros.
3835         * jcf-parse.c (java_parse_file): Don't set input_filename.
3836         Use IS_A_COMMAND_LINE_FILENAME_P to check for duplicate filenames.
3837         Create a list of TRANSLATION_UNIT_DECL.
3838         (current_file_list):  Is now a TRANSLATION_UNIT_DECL chain.  The
3839         reason is so we can set a DECL_SOURCE_LOCATION for each file.
3840         (java_parse_file):  Don't set unused ZIP_FILE_P, JAVA_FILE_P..
3841         Create line-map LC_ENTER/LC_LEAVE entries for archive itself.
3842         (file_start_location):  New static.
3843         (set_source_filename):  Avoid extra access to input_filename macro.
3844         Concatenate new name with class's package prefix.
3845         (set_source_filename, give_name_to_class): Update.
3846         (give_name_to_class):  Set class's "line 0" input_location here.
3847         (parse_class_file):  Set input_location as a unit.
3848
3849         * jcf-parse.c (load_class): Sanity test if missing inner class file.
3850
3851 2004-09-29  Per Bothner  <per@bothner.com>
3852
3853         * java-tree.h:  Redefine some macros and add some declaration
3854         to handle the USE_MAPPED_LOCATION case.
3855         * parse.h (EXPR_WFL_QUALIFICATION):  Use operand 1, not 2.
3856         * java-tree.h (EXPR_WFL_FILENAME_NODE):  Use operand 2, not 1.
3857         * java-tree.def (EXPR_WITH_FILE_LOCATION): Only need two operands in
3858         USE_MAPPED_LOCATION case, since EXPR_WFL_FILENAME_NODE is gone.
3859
3860         * check-init.c (check_init): Handle USE_MAPPED_LOCATION case.
3861         * decl.c (finish_method, java_add_stmt): Likewise.
3862         * java-gimplify.c (java-gimplify.c):  Likewise.
3863         * jcf-write.c (generate_bytecode_insns):  Likewise.
3864         * lang.c (java_post_options): Likewise - call linemap_add.
3865
3866 2004-09-29  Andrew Haley  <aph@redhat.com>
3867
3868         PR java/17007
3869         * parse.y (patch_binop): Don't mess with the TREE_SIDE_EFFECTS of the
3870         result of TRUNC_MOD_EXPR.
3871         (patch_unaryop): Likewise for CONVERT_EXPR, which may throw.
3872         * decl.c (java_init_decl_processing): Mark
3873         soft_lookupinterfacemethod_node and soft_instanceof_node pure.
3874
3875 2004-09-28  Tom Tromey  <tromey@redhat.com>
3876
3877         PR java/15710:
3878         * class.c (add_miranda_methods): Load superinterface if not
3879         already loaded.
3880
3881 2004-09-28  Andrew Haley  <aph@redhat.com>
3882
3883         PR java/17586
3884         * jcf-parse.c (load_class): Don't try to read a class that we've
3885         already read.
3886
3887 2004-09-28  Andrew Haley  <aph@redhat.com>
3888
3889         * jcf-parse.c (load_class): Back out previous broken patch.
3890
3891 2004-09-28  Andrew Haley  <aph@redhat.com>
3892
3893         PR java/17586
3894         * jcf-parse.c (load_class): Don't try to read a class that we've
3895         already read.
3896         Check that we really did read the right class.
3897
3898 2004-09-25  Tom Tromey  <tromey@redhat.com>
3899
3900         PR java/17500:
3901         * parse.y (create_artificial_method): Use add_method_1.
3902
3903 2004-09-25  Kazu Hirata  <kazu@cs.umass.edu>
3904
3905         * expr.c, jcf-dump.c, parse-scan.y, parse.y: Fix
3906         comment typos.
3907         * gcj.texi: Fix typos.
3908
3909 2004-09-24  Tom Tromey  <tromey@redhat.com>
3910
3911         PR java/15656:
3912         * parse.y (class_instance_creation_expression): Set `$$' to NULL
3913         in error parts of rule.
3914         (unary_expression): Don't call error_if_numeric_overflow when $1
3915         is NULL.
3916
3917 2004-09-24  Tom Tromey  <tromey@redhat.com>
3918
3919         PR java/16789:
3920         * parse.y (resolve_qualified_expression_name): Set
3921         CAN_COMPLETE_NORMALLY on first call when chaining static calls.
3922         * expr.c (force_evaluation_order): Check for empty argument list
3923         after stripping COMPOUND_EXPR.
3924
3925 2004-09-23  Andrew Haley  <aph@redhat.com>
3926
3927         PR java/16927:
3928         * parse.y (java_complete_lhs): Call patch_string() on Operand 1 of
3929         COND_EXPRs.
3930
3931 2004-09-23  Tom Tromey  <tromey@redhat.com>
3932
3933         PR java/17329:
3934         * java-gimplify.c (java_gimplify_expr) <SAVE_EXPR>: Ignore case
3935         where operand is null.
3936
3937 2004-09-23  Tom Tromey  <tromey@redhat.com>
3938
3939         PR java/17380:
3940         * parse.y (not_accessible_p): Allow access to protected members
3941         even when class is not static.
3942
3943 2004-09-22  Kelley Cook  <kcook@gcc.gnu.org>
3944
3945         * Make-lang.in: Revert the gcc-none.o change.
3946
3947 2004-09-22  Nathan Sidwell  <nathan@codesourcery.com>
3948
3949         * parse.y (patch_anonymous_class): VEC_space returns true if there
3950         is space.
3951
3952 2004-09-21  Matt Austern  <austern@apple.com>
3953
3954         Fix bootstrap.
3955         * gjavah.c (free_method_name_list): Fix function definition so
3956         it's a proper C prototype.
3957
3958 2004-09-21  Tom Tromey  <tromey@redhat.com>
3959
3960         PR java/17575:
3961         * gjavah.c (free_method_name_list): New method.
3962         (main): Call it.
3963
3964 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
3965             Zack Weinberg  <zack@codesourcery.com>
3966
3967         * java-tree.def: Use tree_code_class enumeration constants
3968         instead of code letters.
3969         * java-gimplify.c, jcf-write.c, lang.c, parse.y: Update for
3970         new tree-class enumeration constants.
3971
3972 2004-09-13  Tom Tromey  <tromey@redhat.com>
3973
3974         PR java/17216:
3975         * class.c (layout_class_method): Put synthetic methods into the
3976         vtable.
3977
3978 2004-09-11  Andrew Pinski  <apinski@apple.com>
3979
3980         * Make-lang.in (java/ggc-none.c): Change dependency
3981         for ggc.h into $(GGC_H).
3982
3983 2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
3984
3985         * Make-lang.in (java/win32-host.o): Add dependency on
3986         coretypes.h.
3987         * win32-host.c: Add includes for coretypes.h, jcf.h
3988
3989 2004-09-11  Mohan Embar  <gnustuff@thisiscool.com>
3990
3991         * Make-lang.in (GCJH_OBJS): Change dependency from
3992         ggc-none.o to java/ggc-none.o
3993         (JCFDUMP_OBJS): Likewise.
3994         (java/ggc-none.o): New target.
3995
3996 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
3997
3998         * boehm.c (get_boehm_type_descriptor):  Adjust build_int_cst calls.
3999         * class.c (build_utf8_ref, build_static_field_ref,
4000         make_field_value, make_method_value, get_dispatch_table,
4001         make_class_data, emit_symbol_table, emit_catch_table): Likewise.
4002         * constants.c (get_tag_node, build_ref_from_constant_pool,
4003         build_constants_constructor): Likewise.
4004         * decl.c (java_init_decl_processing): Likewise.
4005         * expr.c (build_java_array_length_access, build_newarray,
4006         expand_java_multianewarray, expand_java_pushc, expand_iinc,
4007         build_java_binop, build_field_ref, expand_java_add_case,
4008         expand_java_call, build_known_method_ref, build_invokevirtual,
4009         build_invokeinterface, build_jni_stub): Likewise.
4010         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
4011         * jcf-parse.c (get_constant): Likewise.
4012         * lex.c (do_java_lex): Likewise.
4013         * parse.y (patch_binop, patch_unaryop, patch_cast,
4014         build_newarray_node, patch_newarray): Likewise.
4015         * resource.c (compile_resource_data): Likewise.
4016         * typeck.c (build_prim_array_type): Likewise.
4017
4018 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
4019
4020         * decl.c (java_init_decl_processing): Adjust
4021         initialize_sizetypes call.
4022
4023 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
4024
4025         * jv-scan.c (fancy_abort): Add.
4026
4027 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
4028
4029         * expr.c (build_java_arrayaccess): Use convert to change
4030         len's type.
4031
4032 2004-08-19  Bryce McKinlay  <mckinlay@redhat.com>
4033
4034         * class.c (make_local_function_alias): Allocate extra space for 'L'
4035         in name buffer. Reported by Thomas Neumann.
4036
4037 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
4038
4039         * parse.h (JAVA_RADIX10_FLAG): Rename to ...
4040         (JAVA_NOT_RADIX10_FLAG): ... here.  Invert meaning.
4041         * lex.c (do_java_lex): Adjust.
4042         (error_if_numeric_overflow): Likewise.
4043
4044 2004-08-18  Andrew Pinski  <apinski@apple.com>
4045
4046         * class.c (make_local_function_alias): Only make a new decl if we
4047         support alias attribute on all decls.
4048
4049 2004-08-18  Bryce McKinlay  <mckinlay@redhat.com>
4050
4051         * class.c (make_local_function_alias): New function. Create local
4052         alias for public method DECL.
4053         (make_method_value): Use make_local_function_alias.
4054         * parse.y (craft_constructor): Don't special-case anonymous classes.
4055         Always set ctor_name to init_identifier_node.
4056         (lookup_method_invoke): Call layout_class_method when creating
4057         anonymous class constructor.
4058
4059 2004-08-18  Richard Henderson  <rth@redhat.com>
4060
4061         * java-gimplify.c (java_gimplify_expr): Move '2' handling into
4062         default case.  Treat '<' similarly.  Update for
4063         is_gimple_formal_tmp_var name change.
4064
4065 2004-08-17  Andrew Haley  <aph@redhat.com>
4066
4067         * lang.c (lang_printable_name): Obey verbose flag.
4068         * parse.y (constructor_circularity_msg): Set VERBOSE arg for
4069         lang_printable_name().
4070         (verify_constructor_circularity, get_printable_method_name,
4071         check_abstract_method_definitions, java_check_regular_methods,
4072         java_check_abstract_methods, check_inner_class_access,
4073         fix_constructors, patch_method_invocation, patch_return):
4074         Likewise.
4075         * expr.c (pop_type_0): Likewise.
4076
4077         * java-tree.h (lang_printable_name_wls): Delete.
4078
4079 2004-08-16  Tom Tromey  <tromey@redhat.com>
4080
4081         PR java/8473:
4082         * parse.y (primary): Changed for initialized and uninitialized
4083         array creations.
4084         (array_access): Handle array_creation_initialized.
4085         (array_creation_expression): Split into
4086         array_creation_initialized and array_creation_uninitialized.
4087
4088 2004-08-16  Andrew Haley  <aph@redhat.com>
4089
4090         * jcf-write.c (find_constant_index): Canonicalize NaNs when
4091         generating bytecode.
4092
4093 2004-08-16  Elliot Lee <sopwith@redhat.com>
4094
4095         PR java/9677
4096         * jcf-parse.c (java_parse_file): Handle filenames with embedded
4097         spaces, and quoted filelists.
4098
4099 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
4100
4101         * boehm.c (get_boehm_type_descriptor): Use build_int_cst.
4102         * class.c (build_utf8_ref, build_static_field_ref,
4103         make_field_value, make_method_value, get_dispatch_table,
4104         make_class_data, emit_symbol_table, emit_catch_table): Likewise.
4105         * constants.c (get_tag_node,  build_ref_from_constant_pool,
4106         build_constants_constructor): Likewise.
4107         * decl.c (java_init_decl_processing): Likewise.
4108         * expr.c (build_java_array_length_access, build_newarray,
4109         expand_java_multianewarray, expand_java_pushc, expand_iinc,
4110         build_java_binop, build_field_ref, expand_java_add_case,
4111         expand_java_call, build_known_method_ref, build_invokevirtual,
4112         build_invokeinterface, build_jni_stub): Likewise.
4113         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
4114         * jcf-parse.c (get_constant): Likewise.
4115         * lex.c (do_java_lex): Likewise.
4116         * parse.y (patch_binop, patch_unaryop, patch_cast,
4117         build_null_of_type, patch_newarray): Likewise.
4118         * resource.c (compile_resource_data): Likewise.
4119         * typeck.c (build_prim_array_type): Likewise.
4120
4121 2004-08-10  Bryce McKinlay  <mckinlay@redhat.com>
4122
4123         * java-gimplify.c (java_gimplify_new_array_init): Use create_tmp_var.
4124         Don't create BLOCK here or call java_gimplify_block.
4125
4126 2004-08-09  H.J. Lu  <hongjiu.lu@intel.com>
4127
4128         * java-tree.h (flag_deprecated): Removed.
4129         * lang.opt (Wdeprecated): Use existing Var(warn_deprecated).
4130         * parse.y (check_deprecation): Check warn_deprecated instead of
4131         flag_deprecated.
4132
4133 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
4134
4135         * lang.c (flag_emit_class_files, flag_filelist_file, flag_redundant,
4136         flag_use_divide_subroutine, flag_use_boehm_gc, flag_store_check,
4137         flag_hash_synchronization, flag_assert, flag_jni, flag_newer,
4138         flag_check_references, flag_extraneous_semicolon, flag_deprecated,
4139         flag_force_classes_archive_check, flag_optimize_sci,
4140         flag_indirect_dispatch): Remove explicit declarations.
4141         * lang.opt: Add implicit declare/define/assign.  Remove obsolete
4142         final comment.
4143
4144 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
4145
4146         PR bootstrap/14893
4147         * Make-lang.in (java.install-man): Install from either build
4148         tree or source tree, whichever has the file first.
4149
4150 2004-08-05  Nathan Sidwell  <nathan@codesourcery.com>
4151
4152         * jcf-parse.c (get_constant): Adjust force_fit_type call.
4153         * lex.h (SET_LVAL_NODE_TYPE): Remove.
4154         * lex.c (java_perform_atof): Use SET_LVAL_NODE directly.
4155         (do_java_lex): Likewise. Adjust force_fit_type call.
4156
4157 2004-08-04  Roger Sayle  <roger@eyesopen.com>
4158             Andrew Haley  <aph@redhat.com>
4159
4160         * typeck.c (convert_ieee_real_to_integer): Call fold on the range
4161         checking trees as they're being built.
4162         (convert): Call convert_ieee_real_to_integer if we're
4163         converting a constant, even if we're writing a class file.
4164
4165 2004-08-02  Bryce McKinlay  <mckinlay@redhat.com>
4166
4167         PR java/16701
4168         * parse.y (fold_constant_for_init): Call resolve_field_access with
4169         correct current_class context.
4170
4171 2004-08-01  Roger Sayle  <roger@eyesopen.com>
4172
4173         * decl.c (update_aliases, initialize_local_variable): Replace calls
4174         to build with calls to buildN.
4175         * java-gimplify.c (java_gimplify_modify_expr): Likewise.
4176         * java-tree.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Likewise.
4177         * parse.h (BUILD_THROW): Likewise.
4178         * parse.y (switch_expression, synchronized_statement,
4179         catch_clause_parameter, array_creation_expression,
4180         conditional_expression, make_qualified_name,
4181         resolve_qualified_expression_name, patch_method_invocation,
4182         patch_invoke, build_method_invocation, build_new_invocation,
4183         build_assignment, patch_assignment, build_binop, patch_binop,
4184         build_string_concatenation, build_incdec, patch_unaryop,
4185         patch_cast, build_array_ref, build_newarray_node, patch_newarray,
4186         patch_return, build_if_else_statement, build_labeled_block,
4187         build_new_loop, build_loop_body, build_bc_statement,
4188         build_assertion, encapsulate_with_try_catch, build_try_statement,
4189         build_try_finally_statement, patch_synchronized_statement,
4190         emit_test_initialization): Likewise, replace build with buildN.
4191
4192 2004-07-28  Eric Christopher  <echristo@redhat.com>
4193
4194         * lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
4195         (java_unsafe_for_reeval): Ditto.
4196
4197 2004-07-26    <hp@bitrange.com>
4198
4199         * parse.y (build_super_invocation): Adjust declaration order to
4200         avoid declaration after statement.
4201
4202 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
4203
4204         * decl.c: Rename all identifiers named `class' to `cl'.
4205
4206 2004-07-25  Richard Henderson  <rth@redhat.com>
4207
4208         * decl.c (build_result_decl): Set DECL_ARTIFICIAL and DECL_IGNORED_P.
4209
4210 2004-07-23  Mike Stump  <mrs@apple.com>
4211
4212         * boehm.c (set_bit): Improve type safety wrt unsignedness.
4213         * gjavah.c (throwable_p, decode_signature_piece,
4214         print_full_cxx_name, print_include, add_namelet, add_class_decl,
4215         process_file): Likewise.
4216         * jcf-dump.c (main): Likewise.
4217         * jcf-io.c (read_zip_member): Likewise.
4218         * jcf-parse.c (HANDLE_CONSTANT_Utf8, get_constant,
4219         give_name_to_class, get_class_constant): Likewise.
4220         * jcf-write.c (find_constant_wide, push_long_const,
4221         generate_classfile): Likewise.
4222         * lex.c (java_new_lexer, java_read_char, cxx_keyword_p): Likewise.
4223         * parse.y (read_import_dir): Likewise.
4224         * typeck.c (parse_signature_type): Likewise.
4225         * verify.c (verify_jvm_instructions): Likewise.
4226         * zextract.c (find_zip_file_start, read_zip_archive): Likewise.
4227
4228 2004-07-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
4229
4230         * Make-lang.in: Replace rmic and rmiregistry references with
4231         grmic and grmiregistry.
4232         * gcj.texi: Likewise.
4233
4234 2004-07-20  Andrew Haley  <aph@redhat.com>
4235
4236         PR java/16431.
4237         * verify.c (verify_jvm_instructions): Comment change only.
4238
4239         * typeck.c (build_java_array_type): Add size field to array name.
4240
4241         * java-tree.h (LOCAL_SLOT_P): New.
4242         (update_aliases): Add PC argument.
4243         (pushdecl_function_level): New function.
4244
4245         * java-gimplify.c (java_gimplify_expr): Handle VAR_DECL,
4246         MODIFY_EXPR, and SAVE_EXPR.
4247         (java_gimplify_modify_expr): New function.
4248
4249         * expr.c (push_type_0): Call find_stack_slot() to create temporary.
4250         (expand_iinc): Pass PC to update_aliases().
4251         (STORE_INTERNAL): Likewise.
4252         (process_jvm_instruction): Likewise.
4253
4254         * decl.c (base_decl_map): New variable.
4255         (uniq): New variable.
4256         (update_aliases): Rewrite with more thorough checking.
4257         (debug_variable_p): New function.
4258         (push_jvm_slot): Don't initialize local variable.  Don't pushdecl.
4259         (check_local_named_variable): Delete whole function.
4260         (initialize_local_variable): New function.
4261         (check_local_unnamed_variable): Add checks and comments.
4262         (find_local_variable): Rewrite.
4263         (java_replace_reference): New function.
4264         (function_binding_level): New variable.
4265         (pushdecl_function_level): New function.
4266         (maybe_pushlevels): Set DECL_LOCAL_END_PC.
4267         (maybe_pushlevels): Call pushdecl() on each of the new decls.
4268         (start_java_method): Reset uniq.  Create base_decl_map.  Set
4269         function_binding_level.
4270         (end_java_method): Null unused fields to save memory.
4271
4272 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
4273
4274         * class.c (add_interface_do): Remove.
4275         (set_super_info, interface_of_p, maybe_add_interface,
4276         add_interface, make_class_data, layout_class,
4277         add_miranda_methods): Adjust BINFO accessors and addition.
4278         * expr.c (can_widen_reference_to, lookup_field): Adjust BINFO
4279         accessors.
4280         * jcf-write.c (generate_classfile): Likewise.
4281         * parse.y (patch_anonymous_class, check_inner_circular_reference,
4282         check_circular_reference, java_complete_class,
4283         check_abstract_method_definitions,
4284         java_check_abstract_method_definitions,
4285         check_interface_throws_clauses, java_check_abstract_methods,
4286         lookup_java_interface_method2,
4287         find_applicable_accessible_methods_list): Adjust BINFO accessors
4288         and addition.
4289         * typeck.c (find_method_in_interfaces): Adjust BINFO accessors.
4290
4291 2004-07-18  Roger Sayle  <roger@eyesopen.com>
4292
4293         * builtins.c (max_builtin, min_builtin,
4294         java_build_function_call_expr): Replace calls to build with buildN.
4295         * class.c (build_class_ref, build_static_field_ref,
4296         get_dispatch_table, make_class_data, layout_class_method): Likewise.
4297         * constants.c (build_ref_from_constant_pool): Likewise.
4298         * decl.c (update_aliases, push_jvm_slot, poplevel, finish_method,
4299         add_stmt_to_compound): Likewise.
4300         * except.c (build_exception_object_ref, expand_end_java_handler):
4301         Likewise.
4302         * java-gimplify.c (java_gimplify_case_expr,
4303         java_gimplify_default_expr, java_gimplify_block,
4304         java_gimplify_new_array_init, java_gimplify_try_expr): Likewise.
4305         * jcf-write.c (generate_bytecode_insns): Likewise.
4306         * typeck.c (convert_ieee_real_to_integer): Likewise.
4307
4308 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
4309
4310         * java-tree.h (builtin_function): Declare.
4311
4312 2004-07-16  Steven Bosscher  <stevenb@suse.de>
4313
4314         * parse.y (java_complete_expand_methods, java_expand_classes): Don't
4315         abuse restore_line_number_status.
4316
4317 2004-07-15  Frank Ch. Eigler  <fche@redhat.com>
4318
4319         g++/15861
4320         * jcf-parse.c (java_emit_static_constructor): Specify default
4321         priority.
4322
4323 2004-07-13  Per Bothner  <per@bothner.com>
4324
4325         * java-tree.h (all_class_filename):  Remove useless macro.
4326         (enum java_tree_index):  Remove JTI_ALL_CLASS_FILENAME constant.
4327         (BUILD_FILENAME_IDENTIFIER_NODE):  Remove useless macro.
4328         * parse.y (java_parser_context_restore_global):  Replace
4329         BUILD_FILENAME_IDENTIFIER_NODE by plain get_identifier.
4330         * jcf-parse.c (read_class, java_parse_file):  Likewise.
4331
4332 2004-07-12  Bryce McKinlay  <mckinlay@redhat.com>
4333
4334         PR java/16474
4335         gjavah.c (print_field_info): Emit constant only if field is static.
4336
4337 2004-07-11  Roger Sayle  <roger@eyesopen.com>
4338
4339         * expr.c (java_truthvalue_conversion, flush_quick_stack,
4340         java_stack_swap, java_stack_dup, build_java_athrow, build_java_jsr,
4341         build_java_ret, build_java_throw_out_of_bounds_exception,
4342         build_java_array_length_access, java_check_reference,
4343         build_java_arrayaccess, build_java_arraystore_check, build_newarray,
4344         build_anewarray, expand_java_multianewarray, expand_java_arraystore,
4345         expand_java_arrayload, build_java_monitor, expand_java_return,
4346         expand_load_internal, expand_java_NEW, build_get_class,
4347         build_instanceof, expand_java_CHECKCAST, expand_iinc,
4348         build_java_soft_divmod, build_java_binop, build_field_ref,
4349         expand_compare, expand_java_goto, expand_java_switch,
4350         expand_java_add_case, build_class_init, build_known_method_ref,
4351         invoke_build_dtable, build_invokevirtual, build_invokeinterface,
4352         expand_invoke, build_jni_stub, expand_java_field_op,
4353         java_expand_expr, expand_byte_code, STORE_INTERNAL,
4354         force_evaluation_order, emit_init_test_initialization): Convert
4355         calls to "build" into calls to the prefered "buildN" functions.
4356
4357 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
4358
4359         * java-tree.h (set_block): Remove.
4360         * lang.c (java_clear_binding_stack): New.
4361         (LANG_HOOKS_CLEAR_BINDING_STACK): Define.
4362         * decl.c (struct binding_level): Remove this_block.
4363         (clear_binding_level): Likewise.
4364         (poplevel): Don't handle this_block.
4365         (set_block): Remove.
4366
4367 2004-07-10  Bryce McKinlay  <mckinlay@redhat.com>
4368
4369         * class.c (common_enclosing_context_p): Remove statement with no
4370         side-effects.
4371
4372 2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>
4373
4374         PR java/8618
4375         * parse.y (create_anonymous_class): Remove 'location' argument. Use
4376         the WFL from TYPE_NAME to get line number for the decl. Fix comment.
4377         (craft_constructor): Inherit access flags for implicit constructor
4378         from the enclosing class.
4379         (create_class): Fix comment typo.
4380         (resolve_qualified_expression_name): Pass type of qualifier to
4381         not_accessible_p, not the type in which target field was found.
4382         (not_accessible_p): Handle inner classes. Expand protected
4383         qualifier-subtype check to enclosing instances, but don't apply this
4384         check to static members. Allow protected access to inner classes
4385         of a subtype. Allow private access within common enclosing context.
4386         (build_super_invocation): Get WFL line number info from current
4387         class decl.
4388         (build_incomplete_class_ref): Update for new create_anonymous_class
4389         signature.
4390         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Use
4391         common_enclosing_instance_p.
4392         * class.c (common_enclosing_context_p): New. Determine if types
4393         share a common enclosing context, even across static contexts.
4394         (common_enclosing_instance_p): Renamed from
4395         common_enclosing_context_p. Determines if types share a common
4396         non-static enclosing instance.
4397         * java-tree.h (common_enclosing_instance_p): Declare.
4398         * jcf-write.c (get_method_access_flags): New. Surpress private flag
4399         for inner class constructors.
4400         (generate_classfile): Use get_method_access_flags.
4401
4402 2004-07-09  Bryce McKinlay  <mckinlay@redhat.com>
4403
4404         * class.c (interface_of_p): Check for null TYPE_BINFO.
4405
4406 2004-07-09  Nathan Sidwell  <nathan@codesourcery.com>
4407
4408         * class.c (make_class): Do not create binfo here.
4409         (set_super_info): Create it here.
4410         * java-tree.h (CLASS_HAS_SUPER): Cope with lack of a binfo.
4411
4412 2004-07-08  Richard Henderson  <rth@redhat.com>
4413
4414         * expr.c (case_identity, get_primitive_array_vtable,
4415         java_expand_expr, emit_init_test_initialization): Remove.
4416         * java-tree.h (java_expand_expr): Remove.
4417         * lang.c (LANG_HOOKS_EXPAND_EXPR): Remove.
4418
4419 2004-07-07  Per Bothner  <per@bothner.com>
4420
4421         * class.c (build_static_field_ref):  Add a NOP_EXPR; otherwise we
4422         get internal error due to mismatched types.
4423
4424         * gcj.texi (Invoking gij):  Document new -verbose:class flag.
4425
4426         * gcj.texi (Linking):   New node.  Document -lgij usage.
4427
4428 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
4429
4430         * java-tree.h (CLASSTYPE_SPUER): Adjust BINFO macros.
4431         (TYPE_NVIRTUALS, TYPE_VTABLE): Likewise.
4432         * java/class.c (set_super_info, class_depth, interface_of_p,
4433         maybe_add_interface, add_interface, make_class_data,
4434         layout_class, add_miranda_methods): Adjust BINFO macros.
4435         * expr.c (can_widen_reference_to, lookup_field): Likewise.
4436         * jcf-write.c (generate_classfile): Likewise.
4437         * parse.y (patch_anonymous_class,
4438         check_inner_circular_reference, check_circular_reference,
4439         java_complete_class, check_abstract_method_definitions,
4440         java_check_abstract_method_definitions,
4441         check_interface_throws_clauses, java_check_abstract_methods,
4442         lookup_java_interface_method2,
4443         find_applicable_accessible_methods_list): Likewise.
4444         * typeck.c (find_method_in_interface): Likewise.
4445         * verify.c (merge_types): Likewise.
4446
4447 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4448
4449         * java-tree.h (CLASS_HAS_SUPER_FLAG): Use BINFO_FLAG_1.
4450         * class.c (add_interface_do): Use BINFO_VIRTUAL_P.
4451
4452 2004-07-05  Nathan Sidwell  <nathan@codesourcery.com>
4453
4454         * class.c (make_class): Use make_tree_binfo.
4455         (set_super_info, add_interface_do): Likewise.
4456         * java-tree.h (CLASS_HAS_SUPER_FLAG): Expect a BINFO.
4457
4458 2004-07-04  Ranjit Mathew  <rmathew@hotmail.com>
4459
4460         * verify.c: Correct array element access formatting thinko.
4461
4462 2004-07-04  Ranjit Mathew  <rmathew@hotmail.com>
4463
4464         * verify.c: Insert a short blurb at the start referring to the JVMS.
4465         (merge_type_state): Remove redundant nested if statement.
4466         (verify_jvm_instructions): Ensure current_subr is initialised to
4467         NULL_TREE.
4468         Minor formatting fixes all over the place.
4469
4470 2004-07-02  Richard Henderson  <rth@redhat.com>
4471
4472         * jcf-write.c (generate_bytecode_insns <case SAVE_EXPR>): Rewrite.
4473
4474 2004-07-01  Richard Henderson  <rth@redhat.com>
4475
4476         * class.c (registerClass_libfunc): Remove.
4477         (init_class_processing): Don't set it.
4478         (emit_register_classes): Take list_p parameter.  Fill it in
4479         with _Jv_RegisterClass calls.
4480         * decl.c (java_init_decl_processing): Don't call
4481         init_resource_processing.
4482         * jcf-parse.c (java_emit_static_constructor): New.
4483         (java_parse_file): Call it.
4484         * resource.c (registerResource_libfunc): Remove.
4485         (init_resource_processing): Remove.
4486         (write_resource_constructor): Take list_p parameter.  Fill it in
4487         with _Jv_RegisterResource calls.
4488         * java-tree.h: Update prototypes.
4489
4490 2004-06-29  Bryce McKinlay  <mckinlay@redhat.com>
4491
4492         PR java/1262
4493         * class.c (layout_class_method): Do not override package-private
4494         method if its in a different package.
4495         (split_qualified_name): Move here from parse.y. Rename from
4496         breakdown_qualified. Add comment.
4497         (in_same_package): Move here from parse.y. Add comment.
4498         * java-tree.h (break_down_qualified, in_same_package): Declare.
4499         (in_same_package): Likewise.
4500         * parse.y (breakdown_qualified, in_same_package): Moved to class.c.
4501         Callers updated.
4502
4503 2004-06-29  Andrew Haley  <aph@redhat.com>
4504
4505         * except.c (expand_start_java_handler): Push a new binding level.
4506         Don't build a TRY_CATCH_EXPR now, we'll do it later.  Call
4507         register_exception_range() to register where we'll do it.
4508         (expand_end_java_handler): Remove old bogus code.  Replace with
4509         new logic that simply builds TRY_CATCH_EXPRs and inserts them at
4510         the top of the expression we're curently building.
4511         (maybe_end_try): Delete.
4512         * decl.c (binding_level.exception_range): New field.
4513         (clear_binding_level): Add field exception_range.  Reformat.
4514         (poplevel): Call expand_end_java_handler().
4515         (poplevel): Call java_add_stmt only if functionbody is false.
4516         (maybe_poplevels): Don't call maybe_end_try() from here.
4517         (end_java_method): Clear no longer used trees in function decl.
4518         (register_exception_range): New function.
4519         * java-tree.h (register_exception_range, struct eh_range): Declare.
4520
4521 2004-06-28  Bryce McKinlay  <mckinlay@redhat.com>
4522
4523         * jcf-write.c (get_classfile_modifiers): Formatting fixes.
4524
4525 2004-06-27  Ranjit Mathew  <rmathew@hotmail.com>
4526
4527         Formatting fixes.
4528         * expr.c (class_has_finalize_method): Fix method name indentation.
4529         (expand_java_call): Remove K&R style parameter declaration.
4530         (expand_invoke): Fix statement indentation.
4531         (expand_java_field_op): Likewise.
4532         * parse-scan.y: Fix typo.
4533         (reset_report): Fix method name indentation.
4534         * parse.y (unresolved_type_p, build_expr_block): Remove extra blank
4535         line. Fix typos.
4536         * verify.c (verify_jvm_instructions): Document parameters, insert
4537         page break.
4538         * lang.c (lang_init_source): Fix method name indentation.
4539         * class.c (common_enclosing_context_p): Likewise.
4540         (emit_symbol_table): Fix parameter list indentation.
4541         * decl.c (add_stmt_to_compound, java_add_stmt): Remove K&R style
4542         parameter declaration.
4543         * constants.c: Fix copyright notice indentation.
4544         * typeck.c (find_method_in_superclasses): Fix parameter list
4545         indentation.
4546         (find_method_in_interfaces): Likewise.
4547         * zextract.c (makelong): Fix method name indentation.
4548
4549 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
4550
4551         PR java/15715.
4552         * parse.y (create_interface): Set correct access modifiers for
4553         interfaces.
4554         * jcf-write.c (get_classfile_modifiers): New function.
4555         (generate_classfile): Use get_classfile_modifiers, not
4556         get_access_flags.
4557
4558 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
4559
4560         * parse.y (register_incomplete_type): Set JDEP_ENCLOSING for "super"
4561         dependency to current parser context, not NULL_TREE, for top-level
4562         classes.
4563         (jdep_resolve_class): Enable member access check for all inner
4564         class dependencies.
4565
4566 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
4567
4568         * parse.y (qualify_and_find): Pass type decl, not identifier, to
4569         load_class.
4570
4571 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
4572
4573         PR java/15734
4574         * expr.c (expand_java_field_op): Ensure that target class for static
4575         field access has been loaded.
4576
4577 2004-06-26  Bryce McKinlay  <mckinlay@redhat.com>
4578             Ranjit Mathew  <rmathew@hotmail.com>
4579
4580         PR java/1207, java/16178
4581         * jcf-parse.c (load_class): Return immediately if passed a type decl
4582         where CLASS_FROM_SOURCE_P is set. Remove FIXME.
4583         * parse.y (do_resolve_class): Remove checks for CLASS_FROM_SOURCE_P
4584         before calling load_class.
4585         (qualify_and_find): Likewise.
4586         (find_in_imports_on_demand): Likewise.
4587         (find_applicable_accessible_methods_list): Likewise.
4588
4589 2004-06-24  Bryce McKinlay  <mckinlay@redhat.com>
4590
4591         * parse.y (java_layout_seen_class_methods): Don't call load_class
4592         on class defined by source parser.
4593
4594 2004-06-23  Bryce McKinlay  <mckinlay@redhat.com>
4595
4596         * parse.y (set_nested_class_simple_name_value): Removed.
4597         (java_complete_expand_class): Remove calls to
4598         set_nested_class_simple_name_value.
4599
4600 2004-06-22  Andrew Haley  <aph@redhat.com>
4601             Ranjit Mathew  <rmathew@hotmail.com>
4602
4603         Fixes PR java/16113.
4604         * decl.c (force_poplevels): Remove call to expand_end_bindings.
4605
4606 2004-06-22  Ranjit Mathew  <rmathew@hotmail.com>
4607
4608         * parse.y (create_class): Correct diagnostic message about
4609         java.lang.Object extending anything else.
4610
4611 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4612
4613         * class.c (build_class_ref): Add new operand for COMPONENT_REF.
4614         (build_static_field_ref): Likewise and add new operands for ARRAY_REF.
4615         * constants.c (build_ref_from_constant_pool): Likewise.
4616         * expr.c (build_java_array_length_access): Likewise.
4617         (build_get_class, build_field_ref, build_known_method_ref): Likewise.
4618         (invoke_build_dtable, build_invokevirtual): Likewise.
4619         (build_invokeinterface, java_expand_expr): Likewise.
4620         (emit_init_test_initialization): Likewise.
4621         * java-gimplify.c (java_gimplify_new_array_init): Likewise.
4622         * parse.y (make_qualifed_name, build_array_ref): Likewise.
4623
4624 2004-06-21  Andrew Haley  <aph@redhat.com>
4625
4626         * java-gimplify.c (java_gimplify_block): set TREE_USED on the new
4627         block.
4628
4629 2004-06-21  Joseph S. Myers  <jsm@polyomino.org.uk>
4630
4631         * jcf.h (struct JCF): Change java_source, right_zip and finished
4632         to unsigned int.
4633         * lex.h (struct java_lexer): Change hit_eof, read_anything,
4634         byte_swap and use_fallback to unsigned int.
4635         * parse.h (struct _jdep): Change flag0 to unsigned int.
4636
4637 2004-06-17  Ranjit Mathew  <rmathew@hotmail.com>
4638
4639         Fixes PR java/13948
4640         * parse.y (java_layout_seen_class_methods): Ensure class is loaded
4641         before trying to lay out its methods.
4642         * jcf-parse.c (read_class): Track parsed files using canonical paths
4643         obtained via lrealpath from libiberty.
4644         (java_parse_file): Likewise.
4645         (parse_source_file_1): Rename formal parameter to reflect its
4646         modified purpose. Minor formatting fix.
4647
4648 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
4649
4650         * class.c (emit_register_classes): Make the function uninlinable,
4651         do not set current_function_cannot_inline.
4652         * resource.c (write_resource_constructor): Do not reset
4653         flag_inline_functions around rest_of_compilation.
4654
4655 2004-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
4656
4657         PR java/15769
4658         * expr.c (java_truthvalue_conversion): Handle
4659         UNEQ_EXPR, UNLE_EXPR, UNGE_EXPR, UNLT_EXPR, UNGT_EXPR,
4660         ORDERED_EXPR, and UNORDERED_EXPR as comparison operators,
4661         i.e. return the expression.
4662
4663 2004-06-03 Mark G. Adams  <mark.g.adams@sympatico.ca>
4664
4665         * gjavah.c: Include version.h
4666
4667 2004-05-31  Bryce McKinlay  <mckinlay@redhat.com>
4668
4669         * jcf-write.c (generate_bytecode_conditional): Correct handling
4670         of unordered conditionals. Add comment.
4671
4672 2004-05-29  Ranjit Mathew  <rmathew@hotmail.com>
4673             Per Bothner  <per@bothner.com>
4674
4675         * java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a
4676         local variable was initialised upon declaration.
4677         * parse.y (declare_local_variables): Set DECL_LOCAL_FINAL_IUD if
4678         variable was final and initialised upon declaration.
4679         * check-init.c (check_final_reassigned): Give error only if a blank
4680         final is not definitely unassigned or if an initialised final is
4681         reassigned.
4682         (check_bool_init): Respect JLS2 16.1.7 requirements for boolean
4683         assignment expressions. Remove case MODIFY_EXPR, label do_default.
4684         (check_init): Perform initialised-variable-removing-optimisation
4685         only on non-final local variables.
4686
4687 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
4688
4689         * jcf-write.c (generate_bytecode_conditional): Handle binops
4690         UNLT_EXPR, UNLE_EXPR, UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR,
4691         and LTGT_EXPR.
4692         (generate_bytecode_insns): Likewise.
4693
4694 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
4695
4696         * check-init.c (check_init): Handle binops UNLT_EXPR, UNLE_EXPR,
4697         UNGT_EXPR, UNGE_EXPR, UNEQ_EXPR, and LTGT_EXPR.
4698
4699 2004-05-28  Bryce McKinlay  <mckinlay@redhat.com>
4700
4701         * gcj.texi (Object allocation): Remove _Jv_AllocBytes.
4702         (Mixing with C++): Document JvAllocBytes and RawDataManaged.
4703
4704 2004-05-26  Bryce McKinlay  <mckinlay@redhat.com>
4705
4706         * decl.c (struct binding_level): Add GTY marker. Compile
4707         binding_depth unconditionally.
4708         (current_binding_level, free_binding_level, global_binding_level):
4709         Likewise.
4710         (clear_binding_level): Unconditionally set binding_depth.
4711         (make_binding_level): Use ggc_alloc_cleared, not xmalloc.
4712
4713 2004-05-26  Bryce McKinlay  <mckinlay@redhat.com>
4714
4715         * lex.c (java_new_lexer): Set 'encoding'.
4716         (java_read_char): Improve error message for unrecognized characters.
4717         * lex.h (struct java_lexer): New field 'encoding'.
4718
4719 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
4720
4721         * Make-lang.in: Link in $(LIBCPP) instead of mkdeps.o.
4722
4723 2004-05-21  Mark Wielaard  <mark@klomp.org>
4724
4725         * gjavah.c (print_stub_or_jni): Mark functions only JNIEXPORT, not
4726         extern.
4727
4728 2004-05-19  Paolo Bonzini  <bonzini@gnu.org>
4729
4730         * typeck.c: Remove non-printable character 160.
4731
4732 2004-05-17  Ranjit Mathew  <rmathew@hotmail.com>
4733
4734         * check-init.c: Correct minor typos.
4735
4736 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4737
4738         * Make-lang.in, expr.c, java-gimplify.c: Rename
4739         tree-simple.[ch] to tree-gimple.[ch].
4740
4741 2004-05-14  Ranjit Mathew  <rmathew@hotmail.com>
4742
4743         * java-gimplify.c (java_gimplify_expr): Correct minor typos.
4744
4745 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4746
4747         Merge from tree-ssa-20020619-branch.  See
4748         ChangeLog.tree-ssa for details.
4749
4750         * Make-lang.in, builtins.c, check-init.c, class.c,
4751         constants.c, decl.c, except.c, expr.c, java-except.h,
4752         java-tree.def, java-tree.h, jcf-parse.c, jcf-write.c,
4753         lang.c, lang.opt, parse.y, resource.c: Merged.
4754         * java-gimplify.c: New file.
4755
4756 2004-05-10  Andrew Haley  <aph@redhat.com>
4757
4758         * parse.y (create_class): Set TYPE_VFIELD.
4759         * decl.c (java_init_decl_processing): Likewise.
4760
4761         * expr.c (build_invokevirtual): Remove DECL_VINDEX offset adjustment.
4762         * class.c (make_method_value): Replace DECL_VINDEX with call to
4763         get_method_index().
4764         (get_dispatch_vector): Likewise.
4765         (layout_class_method): Likewise.
4766         Replace set of DECL_VINDEX with call to set_method_index().
4767         (set_method_index): New function.
4768         (get_method_index): New function.
4769         * java-tree.h (set_method_index): New function decl.
4770         (get_method_index): New function decl.
4771
4772 2004-05-10  Andrew Pinski  <pinskia@physics.uc.edu>
4773
4774         * parse.y (check_pkg_class_access): Add new argument
4775         and use it when cl is NULL to call lookup_cl on it.
4776         (parser_check_super_interface): Do not call lookup_cl.
4777         Pass this_decl to check_pkg_class_access and NULL
4778         instead of lookup_cl.
4779         (parser_check_super): Update for change in
4780         check_pkg_class_access.
4781         (do_resolve_class): Likewise.
4782         (process_imports): Likewise.
4783         (find_in_imports_on_demand): Likewise.
4784         (resolve_qualified_expression_name): Likewise.
4785
4786 2004-05-06  Ranjit Mathew  <rmathew@hotmail.com>
4787
4788         Fixes PR java/9685, PR java/15073
4789         * parse.y (accessibility_string): New method.
4790         (not_accessible_field_error): Use accessibility_string()
4791         instead of java_accstring_lookup().
4792         (resolve_qualified_expression_name): Check with
4793         check_pkg_class_access() before allowing access using
4794         qualified names.
4795         Fix comment typo.
4796         Use check_pkg_class_access() instead of not_accessible_p()
4797         for unqualified types.
4798         (not_accessible_p): Use DECL_CONTEXT (member) instead of
4799         REFERENCE for package-private access checking.
4800         (patch_method_invocation): Use accessibility_string() instead
4801         of java_accstring_lookup().
4802
4803 2004-04-30  Ranjit Mathew  <rmathew@hotmail.com>
4804
4805         Fixes PR java/15133
4806         * gjavah.c (struct method_name): Add member is_native.
4807         (overloaded_jni_method_exists_p): Match candidate method only if
4808         it is native.
4809         (print_method_info): Initialise is_native flag from the method's
4810         access flags.
4811
4812 2004-04-30  Roger Sayle  <roger@eyesopen.com>
4813
4814         * builtins.c (java_builtins): Add acos, asin, ceil and floor.
4815         (initialize_builtins): Likewise, define acos, asin, ceil and floor.
4816
4817 2004-04-22  Roger Sayle  <roger@eyesopen.com>
4818
4819         * resource.c (write_resource_constructor): Guard call to possibly
4820         NULL targetm.asm_out.constructor with targetm.have_ctors_dtors.
4821
4822 2004-04-19  Bryce McKinlay  <mckinlay@redhat.com>
4823
4824         * class.c (make_class_data): Add new field aux_info.
4825         * decl.c (java_init_decl_processing): Push type and decl for
4826         `aux_info'.
4827
4828 2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>
4829
4830         * expr.c (expand_java_NEW): Don't use size argument for
4831         _Jv_AllocObject calls.
4832         * parse.y (patch_invoke): Likewise.
4833
4834 2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
4835
4836         * expr.c (build_invokeinterface): Remove unused variables to
4837         fix warnings.
4838
4839 2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
4840
4841         * class.c (get_interface_method_index): New function. Return dispatch
4842         index for interface method.
4843         (make_method_value): For interface methods, set index field to
4844         iface dispatch index, not DECL_VINDEX.
4845         * expr.c (build_invokeinterface): Use get_interface_method_index.
4846
4847 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4848
4849         * jcf-write.c (generate_bytecode_insns): Use TYPE_UNSIGNED.
4850
4851 2004-03-31  Andrew Haley  <aph@redhat.com>
4852
4853         PR java/14104
4854         * jcf-io.c (opendir_in_zip): Tidy up error handling.
4855
4856 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
4857
4858         * builtins.c, expr.c, jcf.h, parse.h: Use new shorter
4859         form of GTY markers.
4860
4861 2004-03-25  Marcus Meissner  <meissner@suse.de>
4862
4863         PR java/14689:
4864         * jcf-path.c (jcf_path_extdirs_arg): Add missing closedir.
4865
4866 2004-03-23  Tom Tromey  <tromey@redhat.com>
4867
4868         PR java/14315:
4869         * jcf-write.c (make_class_file_name): Don't report if mkdir
4870         failed with EEXIST.
4871
4872 2004-03-23  Tom Tromey  <tromey@redhat.com>
4873
4874         * gcj.texi (Extensions): Document GCJ_PROPERTIES.
4875
4876 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
4877
4878         * class.c, gjavah.c, lang.c: Fix comment typos.
4879         * gcj.texi: Fix typos.
4880
4881 2004-03-19  Per Bothner  <per@bothner.com>
4882
4883         * gcj.texi (Code Generation):  Document new flags and assert defaults.
4884
4885         * class.c (assume_compiled_node_struct):  Rename type to
4886         class_flag_node_struct, as it is now also used for enable_assertions.
4887         Rename assume_compiled_node typedef.  Rename excludep field to value.
4888         (find_assume_compiled_node):  Rename function to find_class_flag_node.
4889         Minor optimization - avoid needless strlen.
4890         (add_assume_compiled):  Some tweaking and optimization.
4891         Rename and generalize to add_class_flag takem an extra parameter.
4892         (add_assume_compled):  New just calls add_class_flag.
4893         (add_enable_assert, enable_assertions):  New functions.
4894         (enable_assert_tree):  New static.
4895         * java-tree.h (add_enable_assert, enable_assertions): New declarations.
4896         * lang.opt (fenable-assertions, fenable-assertions=,
4897         fdisable-assertions, fdisable-assertions=):  New options.
4898         * lang.c (java_handle_option):  Handle new options.
4899         * parse.y (build_incomplete_class_ref):  Handle class$ in an inner
4900         class in an interface - create helper class nested in outer interface.
4901         (build_assertion):  Short-circuit if enable_assertions is false.
4902
4903 2004-03-18  Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4904
4905         * java-tree.h: Changes throughout to add checking to macros
4906         and numerous whitespace changes.
4907         (VAR_OR_FIELD_CHECK): New macro.
4908         * jcf-write.c (get_access_flags): Use FIELD_PUBLIC, METHOD_PUBLIC,
4909         FIELD_FINAL, and METHOD_FINAL instead of CLASS_PUBLIC and CLASS_FINAL.
4910
4911 2004-03-16  Per Bothner  <per@bothner.com>
4912
4913         * jcf-jump.c (options):  New --print-constants option.
4914         * gcj.texi (Invoking jcf-dump):  Document --print-constants.
4915
4916         * jcf-dump.c (flag_print_constant_pool):  Default to off.
4917         (print_constant_terse_with_index):  New helper function.
4918         (various places):  Check flag_print_constant_pool where missing.
4919         (main):  If verbose set flag_print_constant_pool.
4920         (HANDLE_INNERCLASSES_ATTRIBUTE):  Null inner class name is anonymous.
4921
4922 2004-03-15  Andrew Haley  <aph@redhat.com>
4923
4924         PR java/14581
4925         * parse.y (java_complete_lhs): Check that final variable has an
4926         initializer.
4927
4928 2004-03-12  Andrew Haley  <aph@redhat.com>
4929
4930         PR java/14551
4931         * typeck.c (convert): Clear TREE_OVERFLOW after an integer
4932         conversion.
4933
4934 2004-02-29  Roger Sayle  <roger@eyesopen.com>
4935
4936         * jcf-parse.c (java_parse_file): Handle the case that input_filename
4937         is NULL.
4938
4939 2004-02-27  Per Bothner  <per@bothner.com>
4940
4941         * parse.y (build_assertion):  Re-do 02-25 change following Jeff Sturm
4942         suggestion:  Use build_incomplete_class_ref.
4943         This fixes PR java/13508, java/11714.
4944
4945 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
4946
4947         * java/parse.h: Update copyright.
4948
4949 2004-02-26  Andrew Haley  <aph@redhat.com>
4950
4951         PR java/14231:
4952         * parse.y (check_interface_throws_clauses): Check for
4953         !METHOD_INVISIBLE (iface_method).
4954         * class.c (layout_class_methods): Check for CLASS_INTERFACE as
4955         well as CLASS_ABSTRACT.
4956
4957 2004-02-25  Per Bothner  <per@bothner.com>
4958
4959         * parse.y (build_assertion):  If we're in an inner class, create the
4960         class$ helper routine in the outer class.
4961
4962 2004-02-19  Richard Henderson  <rth@redhat.com>
4963
4964         * parse.y (switch_label): Use make_node for DEFAULT_EXPR.
4965
4966 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
4967
4968         * Make-lang.in (java.install-man): Add extra dependencies.
4969
4970 2004-02-13  Geoffrey Keating  <geoffk@apple.com>
4971
4972         * Make-lang.in: Install man pages under the same names
4973         (possibly transformed) as the program they document.
4974
4975 2004-02-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4976
4977         * gjavah.c: Include "intl.h".
4978         (error): New function.
4979         (main): Call gcc_init_libintl.
4980         (get_field_name, throwable_p, print_c_decl, print_full_cxx_name,
4981         print_stub_or_jni, process_file, main): Use error rather than
4982         fprintf.
4983         (print_method_info, usage, help, version, main): Mark strings for
4984         translation with _.  Avoid splitting up sentences.  Send
4985         information messages to stdout.
4986         * jcf-dump.c: Include "intl.h".
4987         (main): Call gcc_init_libintl.
4988         (process_class, usage, help, version, main, CHECK_PC_IN_RANGE):
4989         Mark error, usage and version messages for translation with _.
4990         Avoid splitting up sentences.
4991         * jv-scan.c: Include "intl.h".
4992         (fatal_error, warning): Change parameter s to msgid.  Translate
4993         messages.
4994         (main): Call gcc_init_libintl.
4995         (usage, help, version): Mark error, usage and version messages for
4996         translation with _.  Avoid splitting up sentences.
4997         * jvgenmain.c: Include "intl.h".
4998         (main): Call gcc_init_libintl.
4999         (usage, main): Mark error messages for translation with _.
5000         * Make-lang.in (GCJH_OBJS, JVSCAN_OBJS, JCFDUMP_OBJS,
5001         JVGENMAIN_OBJS): Add intl.o.
5002         (java/jcf-dump.o, java/gjavah.o, java/jv-scan.o,
5003         java/jvgenmain.o): Update dependencies.
5004
5005 2004-02-08  Per Bothner  <per@bothner.com>
5006
5007         * parse.y (resolve_qualified_expression_name):  In case of inaccessible
5008         class don't use not_accessible_field_error, which can get confused.
5009
5010 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
5011
5012         Make-lang.in (po-generated):  Delete.
5013
5014 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
5015
5016         * Make-lang.in (java/decl.o, java/expr.o, java/parse.o):
5017         Depend on target.h.
5018         * decl.c: Include target.h.
5019         (start_java_method): Replace PROMOTE_PROTOTYPES with
5020         targetm.calls.promote_prototypes.
5021         * expr.c: Include target.h.
5022         (pop_arguments): Replace PROMOTE_PROTOTYPES with
5023         targetm.calls.promote_prototypes.
5024         * parse.y: Include target.h.
5025         (start_complete_expand_method): Replace PROMOTE_PROTOTYPES
5026         with targetm.calls.promote_prototypes.
5027
5028 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5029
5030         * typeck.c: Update copyright.
5031
5032 2004-02-02  Tom Tromey  <tromey@redhat.com>
5033
5034         * decl.c (java_init_decl_processing): Remove duplicate
5035         gnu/gcj/RawData.
5036
5037 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
5038
5039         * Make-lang.in (doc/gcj.dvi): Use $(abs_docdir).
5040
5041 2004-01-28  Andrew Pinski  <pinskia@physics.uc.edu>
5042
5043         * expr.c (build_field_ref): Move variable
5044         definition up.
5045
5046 2004-01-28  Andrew Haley  <aph@redhat.com>
5047
5048         * expr.c (build_field_ref): Widen field offset.
5049
5050 2004-01-27  Andrew Haley  <aph@redhat.com>
5051
5052         java/13273
5053         * parse.y (check_interface_throws_clauses): Make sure class_decl
5054         has been loaded.
5055
5056 2004-01-22  Jeff Sturm  <jsturm@one-point.com>
5057
5058         PR java/13733
5059         * parse.y (patch_assignment): Don't modify lhs_type for
5060         reference assignments.
5061
5062 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
5063
5064         * Make-lang.in: Replace $(docdir) with doc.
5065         (java.info, java.srcinfo, java.man, java.srcman): New rules.
5066         (java.install-man): Revamp rule.
5067
5068 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
5069
5070         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_TARGET_INSTALL_NAME,
5071         GCJH_TARGET_INSTALL_NAME): Define via a immediate $(shell)
5072         instead of deferred backquote.
5073
5074 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
5075
5076         * typeck.c (find_method_in_interfaces): Move variable
5077         definition up.
5078
5079 2004-01-16  Andrew Haley  <aph@redhat.com>
5080
5081         PR java/13273:
5082         * typeck.c (shallow_find_method): New.
5083         (find_method_in_superclasses): New.
5084         (find_method_in_interfaces): New.
5085         (lookup_do): Rewrite.
5086         * java-tree.h (SEARCH_ONLY_INTERFACE): Delete.
5087
5088         * jcf-parse.c (read_class): Save and restore output_class.
5089         * decl.c (java_expand_body): Set output_class from fndecl.
5090
5091 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
5092
5093         * class.c (gen_indirect_dispatch_tables): Fix string length
5094         calculations.
5095
5096 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
5097
5098         * Make-lang.in (parse.c, parse-scan.c): Always build in doc directory.
5099         (java.srcextra): Copy above back to source directory if requested.
5100         (po-generated): Delete reference to $(parsedir).
5101         (java/parse.o, java/parse-scan.o): Delete reference to $(parsedir).
5102         Use implicit rule.
5103
5104 2004-01-14  Jan Hubicka  <jh@suse.cz>
5105
5106         * lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost
5107         estimation.
5108
5109 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
5110
5111         * java-tree.h (java_expand_expr): Change prototype.
5112         * expr.c (java_expand_expr): Add alt_rtl parameter.
5113
5114 2004-01-09  Andrew Haley  <aph@redhat.com>
5115
5116         PR java/12755:
5117         * parse.y (java_fix_constructors):  Set output_class.
5118         (java_reorder_fields): Likewise.
5119         (java_layout_classes): Likewise.
5120         (java_expand_classes): Generate indirect dispatch tables.
5121         (java_expand_classes): Set output_class.
5122         (java_finish_classes): Likewise.
5123         * lang.c (java_init): Turn on always_initialize_class_p if we're
5124         using indirect dis[atch.
5125         (java_decl_ok_for_sibcall): Use output_class, not current_class.
5126         (java_get_callee_fndecl): Use class local atable.
5127         * jcf-parse.c
5128         (always_initialize_class_p): Decl moved to java-tree.h.
5129         (HANDLE_CLASS_INFO): Set output_class.
5130         (read_class): Likewise.
5131         (parse_class_file): Call gen_indirect_dispatch_tables.
5132         (parse_zip_file_entries): Set output_class.
5133         (java_parse_file): Set output_class.  Don't emit symbol tables.
5134         * java-tree.h (output_class): New.
5135         Remove global declarations for otable, atable, and ctable.
5136         (always_initialize_class_p): moved here from decl.c.
5137         (DECL_OWNER): New.
5138         (TYPE_ATABLE_METHODS, TYPE_ATABLE_SYMS_DECL, TYPE_ATABLE_DECL,
5139         TYPE_OTABLE_METHODS, TYPE_OTABLE_SYMS_DECL, TYPE_OTABLE_DECL,
5140         TYPE_CTABLE_DECL, TYPE_CATCH_CLASSES): New.
5141         (struct lang_type): Add otable_methods, otable_decl,
5142         otable_syms_decl, atable_methods, atable_decl, atable_syms_decl,
5143         ctable_decl, catch_classes, type_to_runtime_map.
5144         * expr.c (build_field_ref): Make otable, atable, and ctable class
5145         local rather than global.
5146         (build_known_method_ref): Likewise.
5147         (build_invokeinterface): Likewise.
5148         (java_expand_expr): Pass runtime type (rather than actual type) to
5149         expand_start_catch.
5150         * except.c (prepare_eh_table_type): Create TYPE_TO_RUNTIME_MAP for
5151         this class.  Look up each class in that map to delete duplicates.
5152         (expand_end_java_handler): Pass runtime type (rather than actual
5153         type) to expand_start_catch.
5154         * decl.c: (always_initialize_class_p): Decl moved to java-tree.h.
5155         (do_nothing): New.
5156         (java_init_decl_processing): Rearrange things.  Remove global
5157         declarations of otable, atable, and ctable.
5158         (java_init_decl_processing): Make lang_eh_runtime_type do_nothing.
5159         (java_expand_body): Set output_class.
5160         * constants.c (build_constant_data_ref): Use output_class, not
5161         current_class.
5162         (alloc_name_constant): Likewise.
5163         * class.c (gen_indirect_dispatch_tables): New.
5164         (build_class_ref): Generate hard reference to superclass, even if
5165         using indirect dispatch.
5166         (build_static_field_ref): Use class local atable.
5167         (make_class_data): Generate hard reference to superclass, even if
5168         using indirect dispatch.
5169         Generate symbolic references to interfaces when using indirect
5170         dispatch.
5171         (make_class_data): Emit otable, atable, and ctable.
5172         Make otable, atable, and ctable class local rather than global.
5173         (emit_catch_table): Make otable, atable, and ctable class local
5174         rather than global.
5175
5176 2003-12-25  Andrew Pinski  <pinskia@physics.uc.edu>
5177
5178         * parse.y (catch_clause_parameter): Fix typo.
5179
5180         PR java/13404
5181         * parse.y: (catch_clause_parameter): Return early if $3, aka
5182         formal_parameter, is null.
5183
5184 2003-12-20  Kazu Hirata  <kazu@cs.umass.edu>
5185
5186         * class.c: Remove uses of "register" specifier in
5187         declarations of arguments and local variables.
5188         * decl.c: Likewise.
5189         * expr.c: Likewise.
5190         * gjavah.c: Likewise.
5191         * jcf-dump.c: Likewise.
5192         * jcf-io.c: Likewise.
5193         * jcf-parse.c: Likewise.
5194         * jcf-write.c: Likewise.
5195         * keyword.h: Likewise.
5196         * parse.y: Likewise.
5197         * typeck.c: Likewise.
5198         * verify.c: Likewise.
5199
5200 2003-12-06  Kelley Cook  <kcook@gcc.gnu.org>
5201
5202         * Make-lang.in (GCJ_CROSS_NAME): Delete.
5203         (java.install_common, java.install-man): Adjust for above.
5204         (java.uninstall): Likewise.
5205
5206 2003-12-03  Michael Koch  <konqueror@gmx.de>
5207
5208         * class.c (make_class_data):
5209         Push field value to 'hack_signers' instead of 'signers'.
5210         * decl.c (java_init_decl_processing):
5211         Push field 'hack_signers' instead of 'signers'.
5212
5213 2003-12-03  Zack Weinberg  <zack@codesourcery.com>
5214
5215         * lex.h: Check both HAVE_ICONV and HAVE_ICONV_H before
5216         including iconv.h.
5217
5218 2003-12-03  Ralph Loader  <rcl@ihug.co.nz>
5219
5220         PR java/12374:
5221         * parse.y (qualify_ambiguous_name): Remove lots of broken
5222         field access processing - there's no need to do that here,
5223         because we have resolve_field_access.  Remove
5224         RESOLVE_EXPRESSION_NAME_P as it isn't used anywhere else.
5225         * java-tree.h: Remove RESOLVE_EXPRESSION_NAME_P as it isn't
5226         used.
5227
5228 2003-12-01  Jeff Sturm  <jsturm@one-point.com>
5229
5230         Fix PR java/13237
5231         * parse.y (java_complete_lhs): Save location prior to patching
5232         CALL_EXPR.
5233
5234 2003-11-25  Mohan Embar  <gnustuff@thisiscool.com>
5235
5236         PR java/12548
5237         * resource.c (write_resource_constructor): Append
5238         "_resource" to constructor identifier name.
5239
5240 2003-11-25  Jeff Sturm  <jsturm@one-point.com>
5241
5242         Fix PR java/13183.
5243         * constants.c (cpool_for_class): New function.
5244         (outgoing_cpool): Remove global variable.
5245         (alloc_name_constant): Use cpool_for_class.
5246         (build_constants_constructor): Likewise.
5247         * decl.c (java_expand_body): Set current_class.
5248         * java-tree.h (outgoing_cpool) Remove declaration.
5249         (init_outgoing_cpool): Likewise.
5250         * jcf-parse.c (init_outgoing_cpool): Remove function.
5251         (parse_class_file): Don't call init_outgoing_cpool.
5252         * parse.y (java_complete_expand_methods): Don't call
5253         init_outgoing_cpool.  Don't save outgoing_cpool.
5254         (java_expand_classes): Don't restore outgoing_cpool.
5255         (java_finish_classes): Likewise.
5256
5257 2003-11-24  Mohan Embar  <gnustuff@thisiscool.com>
5258
5259         * Make-lang.in: (java.install-common) Add
5260         symlink for $(target_noncanonical)-gcjh for
5261         native builds.
5262
5263 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5264
5265         * Make-lang.in (java.extraclean): Delete.
5266
5267 2003-11-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5268
5269         * Make-lang.in (check-java): Add.
5270
5271 2003-11-19  Jeff Sturm  <jsturm@one-point.com>
5272
5273         Fix PR java/13024.
5274         * except.c (prepare_eh_table_type): Allocate variable-sized
5275         buffer `buf' with alloca.
5276
5277 2003-11-17  Jeff Sturm  <jsturm@one-point.com>
5278
5279         Fix PR java/12857.
5280
5281         decl.c (java_init_decl_processing): Don't initialize
5282         class_not_found_type_node, no_class_def_found_type_node.
5283
5284         java-tree.h (JTI_CLASS_NOT_FOUND_TYPE_NODE,
5285         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE): Remove from java_tree_index.
5286         (class_not_found_type_node, no_class_def_found_type_node):
5287         Don't define.
5288
5289         parse.y (build_dot_class_method_invocation): Add this_class
5290         argument.  Qualify method invocations to a different class.
5291         (create_new_parser_context): Initialize saved_data_ctx to 0.
5292         (java_parser_context_save_global): Initialize saved_data_ctx to 1.
5293         (build_dot_class_method): Don't load classes.  Register
5294         incomplete types.
5295         (build_incomplete_class_ref): Special cases for interfaces
5296         and inner classes.  Move build_dot_class_method call to here...
5297         (patch_incomplete_class_ref): ...from here.  Pass current_class
5298         to build_dot_class_method_invocation.
5299         (build_assertion): Pass class_type to
5300         build_dot_class_method_invocation.
5301         (encapsulate_with_try_catch): Handle EXPR_WITH_FILE_LOCATION node.
5302
5303 2003-11-17  Jeff Sturm  <jsturm@one-point.com>
5304
5305         Fix PR java/12739.
5306         * java-tree.h (BLOCK_EMPTY_P): Define.
5307         * parse.y (java_complete_lhs): Check for empty blocks
5308         in TRY_FINALLY_EXPR case.
5309
5310 2003-11-17  Andrew Haley  <aph@redhat.com>
5311
5312         * java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.
5313         (struct lang_decl_var:freed): New variable.
5314         * decl.c (poplevel): Mark local vars that have gone out of scope.
5315         (push_jvm_slot): Don't use the RTL of a var that has gone out of
5316         scope.
5317
5318 2003-11-16  Jason Merrill  <jason@redhat.com>
5319
5320         * Make-lang.in (java.tags): Create TAGS.sub files in each directory
5321         and TAGS files that include them for each front end.
5322
5323 2003-11-15  Tom Tromey  <tromey@redhat.com>
5324
5325         * gjavah.c (print_stub_or_jni): Pass `env' to FatalError.
5326
5327 2003-11-12  Jason Merrill  <jason@redhat.com>
5328
5329         PR optimization/12547
5330         * lang.c (java_tree_inlining_walk_subtrees): Just walk
5331         BLOCK_EXPR_BODY directly.
5332
5333 2003-11-12  Andrew Haley  <aph@redhat.com>
5334
5335         PR java/11045
5336         * parse.y (fold_constant_for_init): Check that we really do have a
5337         constant.
5338
5339         PR java/11533
5340         * lang.c (merge_init_test_initialization): Clear DECL_INITIAL for
5341         init_test_decls being inlined.
5342
5343         PR java/12890:
5344         * parse.y (do_resolve_class): Check return value from
5345         breakdown_qualified().
5346
5347 2003-11-11  Tom Tromey  <tromey@redhat.com>
5348
5349         PR java/12915:
5350         * parse.y (merge_string_cste): Handle case where we have a
5351         pointer that happens to be zero, not null_pointer_node.
5352
5353 2003-11-10  Tom Tromey  <tromey@redhat.com>
5354
5355         * jcf-parse.c (classify_zip_file): Correctly compare
5356         filename_length against length of manifest file's name.
5357
5358 2003-11-08  Tom Tromey  <tromey@redhat.com>
5359
5360         PR java/12894:
5361         * jcf-parse.c (classify_zip_file): Only skip MANIFEST.MF file.
5362
5363 2003-11-06  Andrew Haley  <aph@redhat.com>
5364
5365         * expr.c (java_stack_swap): Make sure destination stack slots are
5366         of the correct type.
5367
5368 2003-11-03  Kelley Cook  <kcook@gcc.gnu.org>
5369
5370         * Make-lang.in (dvi): Move targets to $(docobjdir).
5371         (gcj.dvi): Simplify rule and adjust target.
5372         (gcj.info): Simplify rule.
5373         (gcj.pod): New intermediate rule.
5374         (gcjh.pod): Likewise.
5375         (jv-scan.pod): Likewise.
5376         (jcf-dump.pod): Likewise.
5377         (gij.pod): Likewise.
5378         (jv-convert.pod): Likewise.
5379         (rmic.pod): Likewise.
5380         (rmiregistry.pod): Likewise.
5381         (gcj.1): Delete.
5382         (gcjh.1): Delete.
5383         (jv-scan.1): Delete.
5384         (jcf-dump.1): Delete.
5385         (gij.1): Delete.
5386         (jv-convert.1): Delete.
5387         (rmic.1): Delete.
5388         (rmiregistry.1): Delete.
5389
5390 2003-11-02  Jeff Sturm  <jsturm@one-point.com>
5391
5392         Fixes PR java/12866.
5393         * parse.y (resolve_qualified_expression_name): Move test
5394         for outer field access methods from here...
5395         (check_thrown_exceptions) ...to here.
5396
5397 2003-11-01  Kelley Cook  <kcook@gcc.gnu.org>
5398
5399         * .cvsignore: Delete.
5400
5401 2003-10-28  Frank Ch. Eigler  <fche@redhat.com>
5402
5403         * verify.c (verify_jvm_instructions): Don't warn about legal
5404         eh binding regions generated for example by jdk 1.4.1.
5405
5406 2003-10-24  David S. Miller  <davem@redhat.com>
5407
5408         * jcf-parse.c (jcf_parse): Fix args to fatal_error().
5409
5410 2003-10-22  Andrew Haley  <aph@redhat.com>
5411
5412         * lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
5413         (java_get_callee_fndecl): New.
5414
5415         * jcf-parse.c (java_parse_file): Call emit_catch_table().
5416
5417         * java-tree.h (ctable_decl): New.
5418         (catch_classes):  New.
5419         (java_tree_index): Add JTI_CTABLE_DECL, JTI_CATCH_CLASSES.
5420
5421         * decl.c (java_init_decl_processing): Add catch_class_type.
5422         Add ctable_decl.
5423         Add catch_classes field.
5424
5425         * class.c (build_indirect_class_ref): Break out from
5426         build_class_ref.
5427         (make_field_value): Check flag_indirect_dispatch.
5428         (make_class_data): Ditto.
5429         Tidy uses of PUSH_FIELD_VALUE.
5430         Add field catch_classes.
5431         (make_catch_class_record): New.
5432
5433         * java-tree.h (PUSH_FIELD_VALUE): Tidy.
5434
5435 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
5436
5437         * jcf-write.c: Follow spelling conventions.
5438         * parse.y: Likewise.
5439
5440 2003-10-22  Kazu Hirata  <kazu@cs.umass.edu>
5441
5442         * ChangeLog: Fix typos.
5443         * expr.c: Fix comment typos.
5444         * jcf-write.c: Likewise.
5445         * lang.c: Likewise.
5446         * lex.c: Likewise.
5447         * mangle.c: Likewise.
5448         * parse-scan.y: Likewise.
5449         * parse.y: Likewise.
5450
5451 2003-10-22  Tom Tromey  <tromey@redhat.com>
5452
5453         * expr.c (expand_byte_code): Only warn about dead bytecode when
5454         extra_warnings is set.
5455
5456 2003-10-22  Bryce McKinlay  <bryce@mckinlay.net.nz>
5457
5458         Fix for PR java/12586.
5459         * mangle.c (find_compression_record_match): Don't iterate through
5460         package namespace elements unless they all match compression_table
5461         entries.
5462
5463 2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
5464
5465         * Make-lang.in (info): Honor $(parsedir) and $(docobjdir).
5466         (generate-manpages): Likewise.
5467         (java.maintainer-clean): Likewise.
5468         (gcj.info): Likewise.
5469         (gcj.1): Likewise.
5470         (gcjh.1): Likewise.
5471         (jv-scan.1): Likewise.
5472         (jcf-dump.1): Likewise.
5473         (gij.1): Likewise.
5474         (jv-convert.1): Likewise.
5475         (rmic.1): Likewise.
5476         (rmiregistry.1): Likewise.
5477         (java.install-man): Likewise.
5478         (parse-scan.o): Move and define complete compile line.
5479         (parse.o): Likewise.
5480         (jcf-tree-inline.o): Move.
5481
5482 2003-10-20  Mark Mitchell  <mark@codesourcery.com>
5483
5484         * Make-lang.in (info): Update dependencies.
5485         (java.install-info): Remove.
5486         ($(srcdir)/java/gcj.info): Replace with ...
5487         ($(docobjdir)/gcj.info): ... this.
5488
5489 2003-10-14  Nathanael Nerode  <neroden@gcc.gnu.org>
5490
5491         * Make-lang.in: Replace uses of $(target_alias) with
5492         $(target_noncanonical).
5493
5494 2003-10-09  Tom Tromey  <tromey@redhat.com>
5495
5496         * decl.c (java_init_decl_processing): Declare signers field.
5497         * class.c (make_class_data): Set signers field.
5498
5499 2003-10-09  Jason Merrill  <jason@redhat.com>
5500
5501         * parse.y (patch_assignment): Use make_node to create a BLOCK.
5502         * parse.h (BUILD_PTR_FROM_NAME): Use make_node to create a
5503         POINTER_TYPE.
5504
5505 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
5506
5507         * Make-lang.in (java.info): Replace with ...
5508         (info): ... this.
5509         (java.dvi): Replace with ...
5510         (dvi): ... this.
5511         (java.generated-manpages): Replace with ...
5512
5513 2003-10-03  Kelley Cook  <kelleycook@wideopenwest.com>
5514
5515         * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.
5516
5517 2003-10-01  Andrew Haley  <aph@redhat.com>
5518
5519         * jcf-parse.c (java_parse_file): Write otable and atable.
5520         * java-tree.h (atable_methods): New.
5521         (atable_decl): New.
5522         (atable_syms_decl): New.
5523         (enum java_tree_index): Add JTI_ATABLE_METHODS, JTI_ATABLE_DECL,
5524         JTI_ATABLE_SYMS_DECL.  Rename JTI_METHOD_SYMBOL* to JTI_SYMBOL*.
5525         (symbol_*type): Rename method_symbol* to symbol*type.
5526         (emit_offset_symbol_table): Delete.
5527         (emit_symbol_table): New.
5528         (get_symbol_table_index): New.
5529         (atable_type): New.
5530         * expr.c (build_field_ref): Handle flag_indirect_dispatch.
5531         (build_known_method_ref): Likewise.
5532         (get_symbol_table_index): Rename from get_offset_table_index.
5533         Parameterize to allow re-use by differing types of symbol table.
5534         (build_invokevirtual): Pass table to get_offset_table_index.
5535         * decl.c (java_init_decl_processing): Push types and decls for
5536         atable and atable_syyms.
5537         * class.c (build_static_field_ref): Handle flag_indirect_dispatch.
5538         (make_class_data): Add new fields atable and atable_syms.
5539         (emit_symbol_table): Rename from emit_offset_symbol_table.
5540         Parameterize to allow re-use by different types of symbol table.
5541         (build_symbol_entry): Renamed from build_method_symbols_entry.
5542
5543 2003-09-30  Roger Sayle  <roger@eyesopen.com>
5544
5545         * jcf-write.c (generate_bytecode_insns): Implement evaluate-once
5546         semantics for SAVE_EXPR, by caching the result in a temporary.
5547
5548 2003-09-28  Richard Henderson  <rth@redhat.com>
5549
5550         * check-init.c (check_init): Save and restore input_location
5551         instead of file and line separately.
5552         * decl.c (java_expand_body): Likewise.
5553         * jcf-write.c (generate_bytecode_insns): Likewise.
5554         * parse.y (safe_layout_class): Likewise.
5555         * jcf-parse.c (read_class, parse_class_file): Likewise.
5556         (java_parse_file): Use %H for warning locator.
5557
5558 2003-09-28  Roger Sayle  <roger@eyesopen.com>
5559
5560         * expr.c (java_check_reference): Use the semantics of COND_EXPRs
5561         with void-type branches instead of using a COMPOUND_EXPR.
5562
5563 2003-09-28  Jeff Sturm  <jsturm@one-point.com>
5564
5565         * decl.c (java_optimize_inline, dump_function): Remove.
5566         * java-tree.h (java_optimize_inline): Remove declaration.
5567         * jcf-parse.c (java_parse_file): Assume flag_unit_at_a_time is set.
5568         * parse.y (source_end_java_method, java_expand_classes):
5569         Likewise.  Remove dead code.
5570
5571 2003-09-27  Roger Sayle  <roger@eyesopen.com>
5572
5573         * lang.c (java_init_options): Set flag_evaluation_order.
5574         * expr.c (force_evaluation_order): Don't attempt to force
5575         evaluation order of binary operations using save_expr.
5576         * parse.y (java_complete_lhs): No longer need to call
5577         force_evaluation_order when constructing binary operators.
5578
5579 2003-09-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
5580             Bryce McKinlay  <bryce@mckinlay.net.nz>
5581
5582         PR java/1333:
5583         * parse.y (not_accessible_field_error): New function.
5584         (resolve_expression_name): Check field access permissions.
5585         (resolve_qualified_expression_name): Use
5586         not_accessible_field_error.
5587         (resolve_qualified_expression_name): Likewise.
5588
5589 2003-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5590
5591         * class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.
5592
5593 2003-09-23  Roger Sayle  <roger@eyesopen.com>
5594
5595         * jcf-write.c (generate_bytecode_insns): Optimize binary operations
5596         with equal operands without side-effects.
5597
5598 2003-09-22  Jeff Sturm  <jsturm@one-point.com>
5599
5600         * decl.c (java_init_decl_processing): Don't emit otable decls
5601         if flag_indirect_dispatch is not set.
5602
5603 2003-09-21  Richard Henderson  <rth@redhat.com>
5604
5605         * class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y,
5606         resource.c: Revert.
5607
5608 2003-09-21  Richard Henderson  <rth@redhat.com>
5609
5610         * class.c, decl.c, jcf-parse.c, jcf-write.c, parse.y,
5611         resource.c: Update for DECL_SOURCE_LOCATION rename and change to const.
5612
5613 2003-09-20  Richard Henderson  <rth@redhat.com>
5614
5615         * check-init.c, class.c, decl.c, expr.c: Use %J in diagnostics.
5616
5617 2003-09-18  Roger Sayle  <roger@eyesopen.com>
5618
5619         * expr.c (java_truthvalue_conversion): Remove FFS_EXPR case.
5620         * check-init.c (check_init): Likewise.
5621
5622 2003-09-18  Roger Sayle  <roger@eyesopen.com>
5623
5624         * jcf-write.c (generate_bytecode_insns): Add support for fconst_2.
5625
5626 2003-09-16  Andrew Haley  <aph@redhat.com>
5627
5628         * jcf-write.c (generate_bytecode_insns): Add MIN_EXPR and MAX_EXPR.
5629
5630 2003-09-17  Ranjit Mathew  <rmathew@hotmail.com>
5631
5632         Fixes PR java/9577
5633         * mangle.c (find_compression_record_match): Skip
5634         over a "6JArray" (the array template mangled string)
5635         IDENTIFIER_NODE.
5636         (mangle_array_type): Correct minor typo.
5637         (atms): Move definition to the beginning.
5638
5639 2003-09-16  Bryce McKinlay  <bryce@mckinlay.net.nz>
5640
5641         * class.c (add_miranda_methods): Ensure super-interfaces are laid
5642         out. Fix for PR java/12254.
5643
5644 2003-09-11  Richard Henderson  <rth@redhat.com>
5645
5646         * parse.y (source_end_java_method): Update for new
5647         cgraph_finalize_function argument.
5648
5649 2003-09-09  Richard Henderson  <rth@redhat.com>
5650
5651         * parse.y (source_end_java_method): Update call to
5652         cgraph_finalize_function.
5653
5654 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
5655
5656         * decl.c (java_expand_body): New function.
5657         * expr.c (build_class_init): Set DECL_IGNORED_P.
5658         * java-tree.h (start_complete_expand_method,
5659         java_expand_body): Declare.
5660         * jcf-parse.c (cgraph.h): Include.
5661         (java_parse_file): Handle flag_unit_at_a_time.
5662         * lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING,
5663         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
5664         (java_estimate_num_insns): Use walk_tree_without_duplicates.
5665         (java_start_inlining): New function.
5666         * parse.h (java_finish_classes): Declare.
5667         * parse.y: Include cgraph.h.
5668         (block): Don't special-case empty block production.
5669         (craft_constructor): Set DECL_INLINE.
5670         (source_end_java_method): Handle flag_unit_at_a_time.
5671         Replace inline code with call to java_expand_body.
5672         (start_complete_expand_method): Remove static modifier.
5673         (java_expand_method_bodies): Patch function tree for
5674         class initialization and/or synchronization as needed.
5675         Don't begin RTL expansion yet.
5676         (java_expand_classes): Check flag_unit_at_a_time before
5677         calling finish_class.
5678         (java_finish_classes): New function.
5679         (java_complete_lhs): Ensure COMPOUND_EXPR has non-NULL type.
5680         (patch_assignment): Set DECL_CONTEXT on temporary variable.
5681         (emit_test_initialization): Set DECL_IGNORED_P.
5682
5683 2003-09-03  Roger Sayle  <roger@eyesopen.com>
5684
5685         * builtins.c (enum builtin_type): Delete unused enumeration.
5686         * Make-lang.in (java/builtins.o): Remove built-types.def dependency.
5687
5688 2003-08-28  Tom Tromey  <tromey@redhat.com>
5689
5690         * gcj.texi (Extensions): Document gcjlib URLs.
5691
5692 2003-08-20  Tom Tromey  <tromey@redhat.com>
5693
5694         * gcj.texi (Extensions): Added xref.
5695         (libgcj Runtime Properties): Document
5696         gnu.gcj.runtime.VMClassLoader.library_control.
5697
5698 2003-08-20  Andrew Haley  <aph@redhat.com>
5699
5700         * except.c (prepare_eh_table_type): Use new encoding for exception
5701         handlers when using -fno-assume-compiled.
5702
5703 2003-08-13  Tom Tromey  <tromey@redhat.com>
5704
5705         * gcj.texi (Invoking gij): Document -X and -?.
5706
5707 2003-08-13  Mohan Embar  <gnustuff@thisiscool.com>
5708
5709         * Make-lang.in: Added missing win32-host.o to JAVA_OBJS,
5710         GCJH_OBJS, JCFDUMP_OBJS
5711         * win32-host.c: Removed the unnecessary and broken dependency
5712         on jcf.h
5713
5714 2003-08-11  Tom Tromey  <tromey@redhat.com>
5715
5716         * parse.y (java_check_regular_methods): Typo fixes.  Call
5717         check_interface_throws_clauses.  Use
5718         check_concrete_throws_clauses.
5719         (check_interface_throws_clauses): New function.
5720         (check_concrete_throws_clauses): New function.
5721         (hack_is_accessible_p): New function.
5722         (find_most_specific_methods_list): Added FIXME.
5723         * typeck.c (lookup_do): Use `flags' argument to decide what to
5724         do.  Reimplemented.
5725         (lookup_argument_method_generic): New function.
5726         (lookup_argument_method2): Removed.
5727         * jcf.h (ACC_INVISIBLE): New define.
5728         * jcf-write.c (generate_classfile): Skip invisible methods.
5729         * class.c (add_miranda_methods): New function.
5730         (layout_class_methods): Use it.
5731         (get_access_flags_from_decl): Use ACC_INVISIBLE.
5732         * java-tree.h (METHOD_INVISIBLE): New define.
5733         (lang_decl_func) [invisible]: New field.
5734         (lookup_argument_method_generic): Declare.
5735         (SEARCH_INTERFACE): New define.
5736         (SEARCH_SUPER): Likewise.
5737         (SEARCH_ONLY_INTERFACE): Likewise.
5738         (SEARCH_VISIBLE): Likewise.
5739         (lookup_argument_method2): Removed declaration.
5740
5741 2003-08-05  Tom Tromey  <tromey@redhat.com>
5742
5743         Fix for PR java/11600:
5744         * parse.y (java_complete_lhs): See whether we're calling a method
5745         on an array.
5746         (check_thrown_exceptions): Added `is_array_call' argument;
5747         fixed `clone' checking; updated all callers.
5748
5749 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
5750
5751         * java-tree.h (DECL_ESTIMATED_INSNS): Remove (moved to tree.h).
5752
5753 2003-08-03  Tom Tromey  <tromey@redhat.com>
5754
5755         * java-tree.h (METHOD_TRANSIENT): Removed.
5756         * decl.c (pushdecl): Removed some dead code.
5757         * class.c (get_access_flags_from_decl): Can't have transient
5758         method.
5759         (add_method_1): Can't have a transient method.
5760
5761 2003-07-28  Andreas Jaeger  <aj@suse.de>
5762
5763         * jvspec.c: Convert to ISO C90 prototypes.
5764
5765 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5766
5767         * decl.c (force_poplevels): Fix warning call.
5768
5769 2003-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5770
5771         * expr.c (expand_java_field_op): Don't use xxx_with_decl
5772         (expand_java_field_op): Likewise.
5773         * class.c (layout_class_method): Likewise
5774         (emit_register_classes): Likewise.
5775         * decl.c (pushdecl): Likewise.
5776         (poplevel): Likewise.
5777         (force_poplevels): Likewise.
5778         (give_name_to_locals): Likewise.
5779         * check-init.c (check_for_initialization): Likewise.
5780
5781 2003-07-24  Jason Merrill  <jason@redhat.com>
5782
5783         * java-tree.h: Move boolean_type_node et al to the back end.
5784
5785 2003-07-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5786
5787         * class.c java-tree.h jcf-write.c jvspec.c: Remove unnecessary
5788         casts.
5789
5790 2003-07-19  Neil Booth  <neil@daikokuya.co.uk>
5791
5792         * lang.opt: Don't show -MD_ and -MDD_.
5793
5794 2003-07-18  Neil Booth  <neil@daikokuya.co.uk>
5795
5796         * lang-options.h: Remove.
5797         * lang.opt: Add help text.
5798
5799 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
5800
5801         * expr.c: Remove the last argument to expand_assignment().
5802
5803 2003-07-09  Jan Hubicka  <jh@suse.cz>
5804
5805         * java-tree.h (DECL_NUM_STMTS): Rename to...
5806         (DECL_ESTIMATED_INSNS): ... this.
5807         * lang.c (java_estimate_num_insns, java_estimate_num_insns_1):
5808         New static functions.
5809         (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): Define.
5810         * parser.y (add_stmt_to_compound): Do not account statements.
5811
5812 2003-07-08  Mark Wielaard  <mark@klomp.org>
5813
5814         * gcj.texi: CNI now expands to Compiled Native Interface.
5815
5816 2003-07-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5817
5818         * Make-lang.in (java/gcj.dvi): Use PWD_COMMAND.
5819
5820 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
5821
5822         * expr.c (expand_byte_code): Adjist emit_line_note call.
5823
5824 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
5825
5826         * lang.c (java_handle_option): Don't handle filenames.
5827
5828 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
5829
5830         * jcf-path.c: Don't default-define PATH_SEPARATOR nor
5831         DIR_SEPARATOR.
5832         Use FILENAME_CMP.
5833         * jcf-write.c: Don't default-define DIR_SEPARATOR.
5834         * jcf.h: Delete COMPARE_FILENAMES definition.
5835
5836 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
5837
5838         * lang.c (java_init_options): Update prototype.
5839
5840 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
5841
5842         * decl.c (poplevel): Adjust define_label call.
5843
5844 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
5845
5846         * gjavah.c (flag_jni): Make non-static.
5847         * parse-scan.y (ctxp): Make non-static.
5848
5849         * class.c (build_method_symbols_entry)
5850         * expr.c (get_offset_table_index)
5851         * jcf-parse.c (jcf_parse):
5852         Mark the definition static, matching the forward declaration.
5853
5854 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
5855
5856         * lang.c (java_handle_option): Don't check for missing arguments.
5857
5858 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5859
5860         * class.c (push_class): Use a location_t to save place.
5861         (emit_register_classes): Set input_location. Adjust
5862         expand_function_end call.
5863         * resource.c (write_resource_constructor): Likewise.
5864         * decl.c (end_java_method): Adjust expand_function_end call.
5865         * parse.y (source_end_java_method): Likewise.
5866
5867 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
5868
5869         * lang.c (java_handle_option): Likewise.
5870
5871 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
5872
5873         * lang.c (java_handle_option): Special-casing of optional
5874         joined arguments no longer needed.
5875         * lang.opt: Update switches that take optional argument.
5876
5877 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5878
5879         * lang.opt: Declare Java.
5880         * lang.c (java_init_options): Update.
5881
5882 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
5883
5884         * lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h.
5885
5886 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5887
5888         * lang-specs.h: Rewrite -MD and -MMD to append an underscore.
5889         * lang.c (java_handle_option): -MD and -MMD have an underscore.
5890         * lang.opt: -MD and -MMD have an underscore.
5891
5892 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
5893
5894         * class.c (emit_register_classes): Adjust init_function_start
5895         call.
5896         * decl.c (complete_start_java_method): Likewise.
5897         * resource.c (write_resource_constructor): Likewise.
5898
5899 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
5900
5901         * Make-lang.in: Update to use options.c and options.h.
5902         * lang.c: Include options.h not j-options.h.
5903         (java_handle_option): Abort on unrecognized option.
5904         (java_init_options): Request Java switches.
5905
5906 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
5907
5908         * Make-lang.in: Handle mostlyclean.
5909
5910 2003-06-11  Tom Tromey  <tromey@redhat.com>
5911
5912         * lang.c (java_handle_option): Update dependency_tracking for
5913         OPT_MF case.
5914
5915         * lang.c (java_handle_option): OPT_fbootclasspath_ can take an
5916         empty argument.
5917
5918 2003-06-10  Andrew Haley  <aph@redhat.com>
5919
5920         * resource.c (write_resource_constructor): Use expand_expr to
5921         generate the address of the label attached to a resource.
5922         * Make-lang.in (java/resource.o): Add expr.h
5923
5924 2003-06-10  Andrew Haley  <aph@redhat.com>
5925
5926         * lang.c (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5927         (java_decl_ok_for_sibcall): New.
5928
5929 2003-06-09  Neil Booth  <neil@daikokuya.co.uk>
5930
5931         * Make-lang.in (JAVA_OBJS, java/lang.o): Update.
5932         (java/j-options.c, java/j-options.h): New.
5933         * java-tree.h (resource_name, compile_resource_file,
5934         compile_resource_data): Constify.
5935         * jcf-write.c (jcf_write_base_directory): Similarly.
5936         * jcf.h (jcf_write_base_directory): Similarly.
5937         * lang.c: Include j-options.h.
5938         (cl_options_count, cl_options, string_option, java_decode_option,
5939         lang_f_options, lang_W_options, LANG_HOOKS_DECODE_OPTION,
5940         process_option_with_no): Remove.
5941         (resource_name): Constify.
5942         (LANG_HOOKS_HANDLE_OPTION): Override.
5943         (java_handle_option): New.
5944         (java_init): Don't call jcf_path_init.
5945         (java_init_options): Call jcf_path_init.
5946         * lang.opt: New.
5947         * resource.c (compile_resource_data, compile_resource_file): Constify.
5948
5949 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
5950
5951         * java-tree.h (DECL_FUNCTION_LAST_LINE): New.
5952         (struct lang_decl_func): Add last_line field.
5953         * parse.h (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
5954         DECL_SOURCE_LINE_LAST): Remove.
5955         * parse.y (missing_return_error, finish_method_declaration,
5956         lookup_cl, start_artificial_method_body, source_end_java_method,
5957         start_complete_expand_method): Adjust.
5958
5959 2003-06-08  Tom Tromey  <tromey@redhat.com>
5960
5961         * jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and
5962         fno-assume-compiled.
5963
5964 2003-06-08  Roger Sayle  <roger@eyesopen.com>
5965
5966         * builtins.c (define_builtin_type, builtin_types): Delete.
5967         (define_builtin): Rewritten to take just the built-in code,
5968         the function's name, type and fallback library function name.
5969         All built-ins used by Java are implicit and BUILT_IN_NORMAL.
5970         (initialize_builtins): Overhaul to define the GCC builtins
5971         used by gcj manually, providing the Java run-time's
5972         implementations as the fallback library function.
5973
5974 2003-06-08  Anthony Green  <green@redhat.com>
5975
5976         * parse.y (patch_cast): Fix conversions from floating-point to
5977         integral types.
5978
5979 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5980
5981         * Make-lang.in: Update.
5982         * lang.c: Include opts.h. Define cl_options_count and cl_options.
5983
5984 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5985
5986         * lang.c (java_init_options): Update.
5987
5988 2003-06-05  Jan Hubicka  <jh@suse.cz>
5989
5990         * Make-lang.in:  Add support for stageprofile and stagefeedback
5991
5992 2003-05-31  Roger Sayle  <roger@eyesopen.com>
5993
5994         * lang.c (java_init_options): Prescribe wrap-around two's
5995         complement arithmetic overflow by setting flag_wrapv.
5996
5997 2003-05-29  Roger Sayle  <roger@eyesopen.com>
5998
5999         * builtins.c (cos_builtin, sin_builtin, sqrt_builtin): Delete.
6000         (builtin_record): Add an additional builtin_code field to
6001         record which GCC built-in corresponds to the Java function.
6002         (java_builtins):  Add new entries for atan, atan2, exp, log,
6003         pow and tan.
6004         (max_builtin, min_builtin, abs_builtin): Perform constant
6005         folding on the resulting tree.
6006         (java_build_function_call_expr): Likewise, perform constant
6007         folding on the resulting tree.
6008         (initialize_builtins): The NULL creators are now allowed in
6009         the java_builtins table, which is now terminated by an entry
6010         with builtin_code == END_BUILTINS.
6011         (check_for_builtin): Likewise.  If the matching creator is
6012         NULL, construct the call using java_build_function_call_expr
6013         directly with the decl for the corresponding builtin_code.
6014
6015 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6016
6017         * win32-host.c: Normalize copyright boilerplate.
6018
6019 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6020
6021         * parse.y (print_int_node): Use string concatentation on
6022         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
6023         function calls into one.
6024
6025 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
6026
6027         * jcf-parse.c, jcf-write.c, lex.c: Replace all calls to
6028         fatal_io_error with calls to fatal_error; add ": %m" to the end of
6029         all the affected error messages.
6030
6031 2003-05-13  Richard Henderson  <rth@redhat.com>
6032
6033         * class.c (layout_class_method): Set DECL_EXTERNAL.
6034         * decl.c (java_mark_decl_local, java_mark_class_local): New.
6035         * java-tree.h (java_mark_class_local): Declare.
6036         * jcf-parse.c (parse_class_file): Use it.
6037         * parse.y (java_expand_classes): Likewise.
6038
6039 2003-05-04  Nathan Sidwell  <nathan@codesourcery.com>
6040
6041         * Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h.
6042         * lex.h: #include input.h.
6043         * jv-scan.c (input_filename): Remove.
6044
6045 2003-05-02  Tom Tromey  <tromey@redhat.com>
6046
6047         PR java/10491:
6048         * gjavah.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
6049         (handle_inner_classes): New function.
6050
6051 2003-05-01  Tom Tromey  <tromey@redhat.com>
6052
6053         PR java/10459:
6054         * parse.y (finish_for_loop): Do nothing if update expression is a
6055         EXPR_WFL_NODE wrapping nothing.
6056         (java_complete_lhs) <COMPOUND_EXPR>: Likewise.
6057
6058 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
6059
6060         * lex.h (input_lineno): Remove declaration.
6061         * parse-scan.y: #include input.h.
6062         (input_filename): Remove declaration.
6063         (input_location): Add definition.
6064         (input_line): Remove definition.
6065
6066 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6067
6068         * lex.h (lineno): Rename to ...
6069         (input_line): ... here
6070         * parse-scan.y (lineno): Rename to ...
6071         (input_line): ... here.
6072         (reset_report): Rename lineno to input_line.
6073         * check-init.c (check_init): Likewise.
6074         * class.c (push_class): Likewise.
6075         * decl.c (complete_start_java_method, end_java_method): Likewise.
6076         * expr.c (expand_byte_code): Likewise.
6077         * jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
6078         * jcf-write.c (generate_bytecode_insns): Likewise.
6079         * lex.c (java_init_lex, java_allocate_new_line,
6080         do_java_lex): Likewise.
6081         * parse.h (YYNOT_TWICE): Likewise.
6082         * parse.y (empty_statement, expression_statement,
6083         java_pop_parser_context, java_parser_context_save_global,
6084         yyerror, register_fields, method_header, safe_layout_class,
6085         find_in_imports_on_demand, create_artificial_method,
6086         source_end_java_method, start_complete_expand_method,
6087         build_thisn_assign, java_complete_lhs,
6088         maybe_absorb_scoping_block): Likewise.
6089
6090 2003-04-20  Mohan Embar  <gnustuff@thisiscool.com>
6091
6092         * jcf-io.c (find_class): use DIR_SEPARATOR instead of
6093         '/' when computing java source filename
6094
6095 2003-04-13  Tom Tromey  <tromey@redhat.com>
6096
6097         * gjavah.c (print_c_decl): Indentation fix.
6098
6099 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
6100
6101         * class.c (make_field_value, make_method_value, get_dispatch_table)
6102         (make_class_data, emit_offset_symbol_table)
6103         * constants.c (build_constants_constructor)
6104         * java-tree.h (START_RECORD_CONSTRUCTOR)
6105         * parse.y (maybe_build_array_element_wfl):
6106         Use build_constructor.
6107
6108 2003-04-10  Eric Blake  <ebb9@email.byu.edu>
6109
6110         PR java/10253:
6111         * parse.y (string_convert_int_cst): Always use at least one digit
6112         in string conversion. Remove ASCII dependence.
6113         (merge_string_cste): Fix merging of 3-byte UTF-8 characters.
6114
6115 2003-03-16  Mohan Embar  <gnustuff@thisiscool.com>
6116
6117         * Make-lang.in: added win32-host.c
6118         * jcf.h: defined macro JCF_OPEN_EXACT_CASE which
6119         resolves to open() on non-Win32 platforms and
6120         Win32-specific jcf_open_exact_case() on Win32
6121         * jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
6122         when trying .java and .class files
6123         * win32-host.c: added to repository. Defines
6124         Win32-specific jcf_open_exact_case()
6125
6126 2003-04-10  Andrew Haley  <aph@redhat.com>
6127
6128         * jcf-write.c (struct jcf_partial): num_jsrs: new field.
6129         (maybe_free_localvar): Renamed from localvar_free.
6130         Add new arg, really.
6131         (generate_bytecode_insns): Set new variable, jsrs.
6132         Only free local vars if no jsr insns have been emittted.
6133         Call maybe_free_localvar, not localvar_free.
6134
6135 2003-03-30  Joseph S. Myers  <jsm@polyomino.org.uk>
6136
6137         * gcj.texi: Remove @ at start of file.
6138
6139 2003-03-25  Tom Tromey  <tromey@redhat.com>
6140
6141         * parse.y (create_interface): Call CHECK_DEPRECATED.
6142
6143 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
6144
6145         * Make-lang.in: Link jcf-dump against $(LDEXP_LIB).
6146
6147 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
6148
6149         * javaop.h (jfloat, jdouble): Make them structures mirroring
6150         the bit fields of IEEE float and double respectively.
6151         (JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
6152         JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
6153         (union Word, union DWord): Delete.
6154         (WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.
6155
6156         * gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
6157         D_NAN_MASK): Delete.
6158         (jni_print_float, jni_print_double): New.  Generate
6159         hexadecimal floating constants.
6160         (print_field_info): Use jni_print_float/double.
6161
6162         * jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
6163         finite floating point numbers for output; special case
6164         non-finite floats.
6165
6166 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
6167
6168         * lang.c (java_dump_tree): Change return type from 'int' to 'bool'.
6169         Replace 0 and 1 with true and false in return statements.
6170
6171 2003-03-19  Tom Tromey  <tromey@redhat.com>
6172
6173         * lex.c (do_java_lex): Renamed from java_lex.
6174         (java_lex): New function.
6175         Include timevar.h.
6176
6177 2003-03-13  Tom Tromey  <tromey@redhat.com>
6178
6179         * parse.y (resolve_inner_class): Error if qualifier is a primitive
6180         type.
6181
6182 2003-03-04  Andrew Haley  <aph@redhat.com>
6183
6184         * gjavah.c (is_first_data_member): New global variable.
6185         (print_c_decl): If it's the first data member, align it as the
6186         superclass.
6187         (process_file): Set is_first_data_member.
6188
6189 2003-03-11  Tom Tromey  <tromey@redhat.com>
6190
6191         * parse.y (resolve_field_access): Initialize class if field is
6192         found in another static field.
6193         * expr.c (build_class_init): Don't optimize out initialization of
6194         implemented interface.
6195
6196 2003-03-11  Andrew Haley  <aph@redhat.com>
6197
6198         * jcf-io.c (caching_stat): Initialize origsep to remove compiler
6199         warning.
6200
6201 2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>
6202
6203         * jcf-io.c (caching_stat): Account for both DIR_SEPARATOR
6204         and DIR_SEPARATOR_2 for a target.
6205         Correct minor typos.
6206
6207         * jcf-write.c (make_class_file_name): Take both DIR_SEPARATOR
6208         and DIR_SEPARATOR_2 for a target into account.
6209
6210 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6211
6212         * lang.c (java_init): Update prototype, move code to java_post_options.
6213         (java_post_options): Similarly.
6214
6215 2003-03-05  Ranjit Mathew  <rmathew@hotmail.com>
6216
6217         * jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
6218         compare file name components depending on the case-sensitivity
6219         or otherwise of the host file system.
6220
6221         * jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
6222         "strcmp" to compare file name components.
6223         Use IS_DIR_SEPARATOR instead of comparing directly against
6224         DIR_SEPARATOR.
6225         (jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
6226         comparing directly against DIR_SEPARATOR.
6227
6228 2003-03-04  Tom Tromey  <tromey@redhat.com>
6229
6230         * Make-lang.in (java.tags): New target.
6231
6232 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6233
6234         * java/builtins.c (builtin_type): Handle DEF_FUNCTION_TYPE_VAR_3.
6235         (initialize_builtins): Handle DEF_FUNCTION_TYPE_VAR_3.
6236
6237 2003-03-01  Tom Tromey  <tromey@redhat.com>
6238
6239         * parse.y (jdep_resolve_class): Only check deprecation if we found
6240         a decl.
6241
6242 2003-02-28  Tom Tromey  <tromey@redhat.com>
6243
6244         PR java/9695:
6245         * class.c (maybe_layout_super_class): Always pass a WFL to
6246         do_resolve_class.
6247         * parse.y (do_resolve_class): Updated comment to explain
6248         parameters.
6249
6250 2003-02-26  Tom Tromey  <tromey@redhat.com>
6251
6252         * jcf-write.c (generate_classfile): Check whether class is
6253         deprecated before writing attribute count.
6254
6255 2003-02-25  Roger Sayle  <roger@eyesopen.com>
6256
6257         * java/decl.c (java_init_decl_processing): Get soft_fmod_node from
6258         built_in_decls[BUILT_IN_FMOD] rather than define it ourselves.
6259
6260 2003-02-23  Tom Tromey  <tromey@redhat.com>
6261
6262         * lang-options.h: Added -Wdeprecated.
6263         * gcj.texi (Warnings): Document -Wdeprecated.
6264         * java-tree.h (flag_deprecated): Declare.
6265         * lang.c (lang_W_options): Added deprecated.
6266         (flag_deprecated): New global.
6267         * chartables.h: Rebuilt.
6268         * gen-table.pl (process_one): Look at whitespace.
6269         (print_tables): Define LETTER_SPACE, LETTER_MASK.
6270         * parse.h (CLEAR_DEPRECATED): New macro.
6271         (CHECK_DEPRECATED_NO_RESET): New macro.
6272         * jcf-parse.c (handle_deprecated): New function.
6273         (HANDLE_DEPRECATED_ATTRIBUTE): New define.
6274         * jcf-reader.c (get_attribute): Handle Deprecated attribute.
6275         * parse.y (resolve_type_during_patch): Check deprecation.
6276         (jdep_resolve_class): Likewise.
6277         (process_imports): Likewise.
6278         (resolve_expression_name): Likewise.
6279         (check_deprecation): Strip arrays from decl.  Check
6280         flag_deprecated.
6281         (patch_method_invocation): Also check the particular constructor
6282         for deprecation.
6283         (register_fields): Use CHECK_DEPRECATED_NO_RESET in loop.
6284         * jcf-write.c (append_deprecated_attribute): New function.
6285         (generate_classfile): Generate deprecated attribute when
6286         appropriate.
6287         * lex.c (java_parse_doc_section): Return type now void.  Rewrote.
6288         (java_lex) [case '*']: Simplify logic.
6289         (java_start_char_p): Use LETTER_MASK.
6290         (java_part_char_p): Likewise.
6291         (java_space_char_p): New function.
6292
6293 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
6294
6295         Change base class access representation.
6296         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
6297         (add_interface_do): Likewise.
6298
6299 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
6300
6301         * decl.c (java_init_decl_processing): Change
6302         soft_lookupjnimethod_node to reflect the change in
6303         signature of _Jv_LookupJNIMethod in libjava/jni.cc
6304         * expr.c (build_jni_stub): Calculate and pass the size
6305         on the stack of the arguments to a JNI function. Use
6306         new target macro MODIFY_JNI_METHOD_CALL to allow a
6307         target to modify the call to a JNI method.
6308
6309 2003-02-08  Roger Sayle  <roger@eyesopen.com>
6310
6311         * jcf-io.c (java_or_class_file): Use libiberty's lbasename
6312         instead of basename to avoid compiler warnings on Tru64.
6313
6314 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
6315
6316         * gcj.texi: Update to GFDL 1.2.
6317
6318 2003-01-31  Andrew Haley  <aph@redhat.com>
6319
6320         * parse.y (java_expand_classes): Scan the whole class list looking
6321         for access methods that haven't yet been expanded.
6322
6323 2003-01-31 Adrian Bunk <bunk@fs.tum.de>
6324
6325         Fix for java/4269:
6326
6327         * jv-scan.c: Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
6328         to fix bootstrap on sparc-unknown-netbsdelf1.5.
6329         * jcf-parse.c: Likewise.
6330
6331 2003-01-31  Mark Wielaard  <mark@klomp.org>
6332
6333         * gjavah.c (throwable_p): Allocate 1 more byte for string.
6334
6335 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
6336
6337         * class.c (make_class): Use BINFO_ELTS.
6338         (set_super_info): Likewse.
6339         (add_interface_do): Likewise.
6340
6341 2003-01-30  Tom Tromey  <tromey@redhat.com>
6342
6343         * jcf-parse.c (read_class): Update identifier's class value if it
6344         changed during parsing.
6345
6346 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
6347
6348         * Make-lang.in (po-generated): Find the targets in $(parsedir).
6349         Propagate change to all other rules as required.
6350         (java/parse-scan.o): Add explicit dependency on
6351         $(parsedir)/java/parse-scan.c .
6352
6353 2003-01-29  Tom Tromey  <tromey@redhat.com>
6354
6355         * parse.y (patch_assignment): Only transform the rhs of an
6356         assignment when compiling to native.
6357
6358 2003-01-28  Tom Tromey  <tromey@redhat.com>
6359
6360         * jcf-write.c (generate_bytecode_conditional): Typo fixes.
6361
6362 2003-01-28  Tom Tromey  <tromey@redhat.com>
6363
6364         * lex.c (java_lex): Don't include UEOF as part of token.
6365         (java_read_unicode): Error if \u sequence prematurely terminated.
6366
6367 2003-01-27  Tom Tromey  <tromey@redhat.com>
6368
6369         * parse.y (java_check_regular_methods): Check for construct after
6370         checking types in throws clause.
6371
6372 2003-01-24  Tom Tromey  <tromey@redhat.com>
6373
6374         * class.c (build_static_field_ref): Only a String or numeric field
6375         can fold to a constant.
6376
6377 2003-01-23  Tom Tromey  <tromey@redhat.com>
6378
6379         * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of
6380         file name in resource buffer.
6381
6382 2003-01-23  Tom Tromey  <tromey@redhat.com>
6383
6384         * expr.c (build_known_method_ref): Use method's context to find
6385         method table index.
6386
6387 2003-01-23  Tom Tromey  <tromey@redhat.com>
6388
6389         * constants.c (set_constant_entry): Allocated cleared memory.
6390
6391 2003-01-22  Tom Tromey  <tromey@redhat.com>
6392
6393         * java-tree.h: Don't use PARAMS.
6394         * resource.c: Add prototypes for all functions.
6395         (write_resource_constructor): Use `const char *' to avoid
6396         warning.
6397
6398 2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>
6399
6400         * jcf-parse.c (process_zip_dir): Remove unused variable.
6401
6402 2003-01-22  Tom Tromey  <tromey@redhat.com>
6403
6404         * expr.c (build_invokeinterface): Abort if method's context is not
6405         an interface.
6406
6407 2003-01-22  Tom Tromey  <tromey@redhat.com>
6408
6409         * gcj.texi (Input and output files): Mention non-class entries.
6410         * decl.c (java_init_decl_processing): Call
6411         init_resource_processing.
6412         * java-tree.h (compile_resource_data, write_resource_constructor,
6413         compile_resource_file, init_resource_processing): Declare.
6414         * config-lang.in (gtfiles): Added resource.c.
6415         * Make-lang.in (gt-java-resource.h): New target.
6416         (JAVA_OBJS): Added resource.o.
6417         (java/resource.o): New target.
6418         * resource.c: New file.
6419         * class.c (compile_resource_file): Moved to resource.c.
6420         (registerResource_libfunc): Likewise.
6421         (utf8_decl_list): Mark with GTY; now static.
6422         * jcf-parse.c (classify_zip_file): New function.
6423         (parse_zip_file_entries): Use it; compile .properties files.
6424         (process_zip_dir): Use classify_zip_file and compute_class_name.
6425         Don't write class name into zip directory.
6426         (java_parse_file): Call write_resource_constructor.
6427         (compute_class_name): New function.
6428         * jcf-io.c (read_zip_member): Reindented.
6429
6430 2003-01-21  Tom Tromey  <tromey@redhat.com>
6431
6432         * class.c (supers_all_compiled): New function.
6433         (make_class_data): Use it.
6434
6435 2003-01-21  Tom Tromey  <tromey@redhat.com>
6436
6437         * parse.y (method_header): Native method can't be strictfp.
6438         No method can be transient or volatile.
6439
6440 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6441
6442         Make-lang.in (jvspec.o-warn): Add -Wno-error.
6443
6444 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
6445
6446         * check-init.c: Fix comment typos.
6447         * class.c: Likewise.
6448         * constants.c: Likewise.
6449         * decl.c: Likewise.
6450         * except.c: Likewise.
6451         * expr.c: Likewise.
6452         * java-except.h: Likewise.
6453         * java-tree.h: Likewise.
6454         * javaop.h: Likewise.
6455         * jcf-dump.c: Likewise.
6456         * jcf-io.c: Likewise.
6457         * jcf-parse.c: Likewise.
6458         * jcf-write.c: Likewise.
6459         * lang.c: Likewise.
6460         * mangle.c: Likewise.
6461         * typeck.c: Likewise.
6462         * verify.c: Likewise.
6463
6464 2003-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6465
6466         * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
6467         * jcf-write.c: Include "tm_p.h".
6468
6469 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6470
6471         * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
6472
6473 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6474
6475         * builtins.c (java_build_function_call_expr): Renamed from
6476         build_function_call_expr.  All callers changed.
6477
6478         * Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
6479         * jcf-parse.c: Include tm_p.h.
6480
6481         * jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
6482         warning.
6483
6484 2003-01-14  Tom Tromey  <tromey@redhat.com>
6485
6486         * class.c (make_class_data): Check that super is compiled before
6487         building class reference to it.
6488
6489 2003-01-14  Andrew Haley  <aph@redhat.com>
6490
6491         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
6492         varargs function -- correct.
6493
6494 2003-01-14  Andrew Haley  <aph@redhat.com>
6495
6496         * decl.c (java_init_decl_processing): Temporarily back out previous patch.
6497
6498 2003-01-14  Andrew Haley  <aph@redhat.com>
6499
6500         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
6501         varargs function -- correct.
6502
6503         * parse.y (patch_assignment): Copy the rhs of an assignment into a
6504         temporary if the RHS is a reference.
6505
6506 2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6507
6508         * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
6509         * keyword.h: Regenerated.
6510
6511         * All Files: Convert to ISO C style function definitions.
6512
6513 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6514
6515         * parse.y (check_pkg_class_access): ANSIfy definition.
6516
6517 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6518
6519         * decl.c, parse-scan.y, parse.y: Don't cast return value of
6520         xmalloc et al.
6521
6522         * class.c, gjavah.c, parse.y, verify.c: Don't use PTR.
6523
6524 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
6525
6526         Merge from pch-branch:
6527
6528         2002-12-02  Geoffrey Keating  <geoffk@apple.com>
6529
6530         * Make-lang.in (java/gjavah.o): Update dependencies.
6531         * gjavah.c: Include ggc.h.
6532
6533         2002-08-16  Geoffrey Keating  <geoffk@redhat.com>
6534
6535         * Make-lang.in (GCJH_OBJS): Add ggc-none.o.
6536         (JCFDUMP_OBJS): Add ggc-none.o.
6537         (java/jcf-dump.o): Depend on GGC_H.
6538         * jcf-reader.c (jcf_parse_constant_pool): Use ggc_alloc to allocate
6539         CPool substructures.
6540         * jcf-parse.c (process_zip_dir): Use ggc_alloc to allocate JCFs.
6541         * jcf-dump.c: Include ggc.h.
6542
6543         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
6544
6545         * jcf.h (union cpool_entry): New.
6546         (struct CPool): Use gengtype to mark.  Change field 'data' to be
6547         an array of unions.
6548         (struct JCF): Use gengtype to mark.
6549         (CPOOL_UINT): Update for new cpool_entry type.
6550         (CPOOL_USHORT1): Likewise.
6551         (CPOOL_USHORT2): Likewise.
6552         (CPOOL_FINISH): Use GC to free cpool subfields.
6553         * parse.h (struct parser_ctxt): Mark field current_jcf.
6554         * lex.c (java_init_lex): Use GC to allocate struct JCF.
6555         * jcf-parse.c (HANDLE_CONSTANT_Utf8): Update for new cpool_entry type.
6556         (main_jcf): Use gengtype to mark.
6557         (ggc_mark_jcf): Delete.
6558         (get_constant): Update for new cpool_entry type.
6559         (give_name_to_class): Likewise.
6560         (get_class_constant): Likewise.
6561         (init_outgoing_cpool): Use GGC to allocate struct CPool.
6562         (java_parse_file): Use GGC to allocate struct JCF.
6563         (init_jcf_parse): Don't call ggc_add_root.
6564         * jcf-reader.c (jcf_parse_constant_pool): Update for new
6565         cpool_entry type.
6566         * java-tree.h (current_jcf): Use gengtype to mark.
6567         (CPOOL_UTF): Update for new cpool_entry type.
6568         (outgoing_cpool): Use gengtype to mark.
6569         (struct lang_type): GC struct JCF and struct CPool.
6570         * config-lang.in (gtfiles): Add jcf.h.
6571         * constants.c (find_tree_constant): New.
6572         (set_constant_entry): Allocate cpool subfields using GGC.  Update
6573         for new cpool_entry type.
6574         (find_constant1): Update for new cpool_entry type.
6575         (find_constant2): Likewise.
6576         (find_utf8_constant): Use find_tree_constant.
6577         (find_class_or_string_constant): Remove unnecessary cast to jword.
6578         Update for new cpool_entry type.
6579         (count_constant_pool_bytes): Update for new cpool_entry type.
6580         (write_constant_pool): Likewise.
6581         (alloc_name_constant): Use find_tree_constant.
6582         (build_constants_constructor): Update for new cpool_entry type.
6583
6584         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
6585
6586         * parse.y (mark_parser_ctxt): Delete.
6587         (goal): Don't use ggc_add_root.
6588         (create_new_parser_context): Use GC to allocate struct parser_ctxt.
6589         (java_pop_parser_context): Let GC free parser_ctxt.
6590         (java_parser_context_resume): Likewise.
6591         * parse.h (struct parser_ctxt): Use gengtype to mark.
6592         (ctxp): Likewise.
6593         (ctxp_for_generation): Likewise.
6594         * lex.h (struct java_lc_s): Mark for gengtype.
6595         (java_lexer): Rearrange for gengtype.
6596         * config-lang.in (gtfiles): Add lex.h, parse.h.
6597
6598 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6599
6600         * All Files: Remove PARAMS macro.
6601
6602         * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,
6603         jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or
6604         `__STDC__' macros.
6605
6606         * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and
6607         VA_CLOSE.
6608
6609 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
6610
6611         * Make-lang.in (java.install-common, java.uninstall,
6612         java.install-info, java.install-man): Prepend $(DESTDIR)
6613         to destination paths in all (un)installation commands.
6614         (java.install-common): Rewrite $(LN) command to support
6615         DESTDIR with "ln" as well as with "ln -s".
6616
6617 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
6618
6619         * java-tree.h: Protect against multiple inclusion.
6620
6621 2003-01-07  Tom Tromey  <tromey@redhat.com>
6622
6623         * class.c (add_assume_compiled): Don't adjust parent if we're
6624         already at the root of tree.
6625
6626 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6627
6628         * lang.c (dump_compound_expr): Prototype.
6629
6630 2003-01-03  Tom Tromey  <tromey@redhat.com>
6631
6632         Fix for PR java/8712:
6633         * expr.c (build_instanceof): Build an NE_EXPR, not a COND_EXPR,
6634         when simply checking against `null'.
6635
6636 2003-01-03  Tom Tromey  <tromey@redhat.com>
6637
6638         * gcj.texi (Standard Properties): Document http.proxyHost and
6639         http.proxyPort.
6640
6641         * gcj.texi (GNU Classpath Properties): Document new properties.
6642
6643 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
6644
6645         * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
6646         java/lang-options.h, java/mangle.c, java/mangle_name.c,
6647         java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
6648
6649 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6650
6651         * Make-lang.in, boehm.c, buffer.c,
6652           buffer.h, builtins.c, class.c,
6653           config-lang.in, constants.c,
6654           convert.h, decl.c, except.c,
6655           expr.c, java-except.h,
6656           java-tree.h, javaop.def,
6657           jcf-parse.c, jcf-write.c,
6658           jv-scan.c, jvgenmain.c,
6659           jvspec.c, keyword.gperf,
6660           keyword.h, lang-options.h,
6661           lang-specs.h, lang.c, lex.c,
6662           lex.h, mangle.c, mangle_name.c,
6663           parse-scan.y, parse.h, parse.y,
6664           typeck.c, verify.c, xref.c,
6665           xref.h: Replace "GNU CC" with
6666           "GCC" in the copyright header.
6667
6668         * check-init.c, gjavah.c, javaop.h,
6669           jcf-depend.c, jcf-dump.c, jcf-io.c,
6670           jcf-path.c, jcf-reader.c, jcf.h,
6671           zextract.c, zipfile.h: These files are
6672           "part of GCC". Also say "GCC" not "GNU CC".
6673
6674 2002-12-30  DJ Delorie  <dj@redhat.com>
6675
6676         * Make-lang.in: Protect against texi2pod/pod2man failing.
6677
6678 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
6679
6680         * gcj.texi: Use @copying.
6681
6682 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
6683
6684         * gjavah.c (print_name_for_stub_or_jni): Adjust call to
6685         print_cxx_classname.
6686         (print_cxx_classname): Add add_scope parameter.
6687         (print_class_decls): Do not emit a semicolon after the extern
6688         "Java" block.
6689         (process_file): Adjust calls to print_cxx_classname.
6690
6691 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
6692
6693         * gcj.texi: Include Cover Texts in man page.
6694
6695 2002-12-23  Jeff Sturm  <jsturm@one-point.com>
6696
6697         * class.c (build_static_field_ref): Check FIELD_FINAL.
6698
6699         * constants.c (alloc_class_constant): Use TYPE_CPOOL_DATA_REF
6700         instead of current_constant_pool_data_ref.
6701         * java-tree.h (current_constant_pool_data_ref): Undefine.
6702         (JTI_CURRENT_CONSTANT_POOL_DATA_REF): Remove.
6703         * jcf-parse.c (init_outgoing_cpool): Don't initialize
6704         current_constant_pool_data_ref.
6705
6706         * except.c (prepare_eh_table_type ): Use DECL_NAME of class type,
6707         not build_internal_class_name.
6708
6709         * parse.y (patch_incomplete_class_ref): Always emit `class$' method.
6710         Use it when class ref isn't certain to be compiled.
6711
6712 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
6713
6714         * gcj.texi: Include gcc-common.texi.
6715         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Depend on
6716         $(srcdir)/doc/include/gcc-common.texi.
6717
6718 2002-12-22  Anthony Green  <green@redhat.com>
6719
6720         * gcj.texi (Limitations): Add note about org.xml.sax and
6721         org.w3c.dom.
6722
6723 2002-12-20  Tom Tromey  <tromey@redhat.com>
6724
6725         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Handle case
6726         where minimum case value is Integer.MIN_VALUE.
6727         Fixes PR java/8955.
6728
6729 2002-12-18  Andrew Haley  <aph@redhat.com>
6730
6731         * parse.y (patch_invoke): Force evaluation order when `check' is
6732         set.  For PR libgcj/8945.
6733
6734 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
6735
6736         * gcj.texi: Change version number to 3.4.
6737
6738 2002-12-05  Ranjit Mathew <rmathew@hotmail.com>
6739         Andrew Haley <aph@redhat.com>
6740
6741         * parse.y (source_end_java_method): Remove custom encoding of line
6742         numbers for a function decl before passing it to the back end.
6743
6744 2002-12-03  Andrew Haley  <aph@redhat.com>
6745
6746         * class.c (make_class_data): New field, "chain".
6747         * decl.c (java_init_decl_processing): Likewise.
6748
6749 2002-12-02  Tom Tromey  <tromey@redhat.com>
6750
6751         For PR java/8740:
6752         * parse.y (do_resolve_class): Handle qualified name via
6753         recursion.
6754
6755 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
6756
6757         * boehm.c, buffer.c, builtins.c, check-init.c, class.c,
6758         constants.c, decl.c, except.c, expr.c, gjavah.c, jcf-depend.c,
6759         jcf-dump.c, jcf-io.c, jcf-parse.c, jcf-path.c, jcf-write.c,
6760         jv-scan.c, jvgenmain.c, jvspec.c, lang.c, mangle.c, mangle_name.c,
6761         parse-scan.y, parse.y, typeck.c, verify.c, xref.c, zextract.c:
6762         Include coretypes.h and tm.h.
6763         * Make-lang.in: Update dependencies.
6764
6765 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6766
6767         * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.
6768
6769 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
6770
6771         * jcf-reader.c: Don't expand JCF_readu4 inside the
6772         expansion of JCF_SKIP.
6773
6774 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
6775
6776         * jcf-reader.c: Don't expand JCF_readu4 inside the
6777         expansion of JCF_SKIP.
6778
6779 2002-11-22  Tom Tromey  <tromey@redhat.com>
6780
6781         * parse.y (patch_binop): Cast right hand side of shift expression
6782         to `int'.  Fixes PR java/8676.
6783
6784 2002-11-22  Ranjit Mathew <rmathew@hotmail.com>
6785             Andrew Haley <aph@redhat.com>
6786
6787         * gcc/java/jcf-write.c (write_classfile): Remove target
6788         class file, if it exists, before renaming the temporary
6789         class file to it.
6790
6791 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
6792
6793         * jvspec.c (lang_specific_spec_functions): New.
6794
6795 2002-11-18  Tom Tromey  <tromey@redhat.com>
6796
6797         Fix for PR java/7912:
6798         * expr.c (can_widen_reference_to): Allow cast of array to
6799         Cloneable or Serializable.
6800         * java-tree.h (java_lang_cloneable_identifier_node): Declare.
6801         (java_io_serializable_identifier_node): Likewise.
6802         * parse.y (java_lang_cloneable, java_io_serializable): Removed.
6803         (valid_ref_assignconv_cast_p): Use new identifier nodes.
6804         * lex.c (java_init_lex): Don't initialize java_lang_cloneable and
6805         java_io_serializable.
6806         * decl.c (java_init_decl_processing): Initialize
6807         java_lang_cloneable_identifier_node and
6808         java_io_serializable_identifier_node.
6809         (java_lang_cloneable_identifier_node): New global.
6810         (java_io_serializable_identifier_node): Likewise.
6811
6812 2002-11-14  Jens-Michael Hoffmann  <jensmh@gmx.de>
6813
6814         * buffer.c: Remove unnecessary casts.
6815         * check-init.c: Likewise.
6816         * class.c: Likewise.
6817         * constants.c: Likewise.
6818         * decl.c: Likewise.
6819         * except.c: Likewise.
6820         * gjavah.c: Likewise.
6821         * jcf-io.c: Likewise.
6822         * jcf-parse.c: Likewise.
6823         * jcf-path.c: Likewise.
6824         * jvspec.c: Likewise.
6825         * lang.c: Likewise.
6826         * lex.c: Likewise.
6827         * verify.c: Likewise.
6828
6829 2002-11-06  Tom Tromey  <tromey@redhat.com>
6830
6831         * gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in
6832         a JNI header.
6833
6834 2002-11-05  Tom Tromey  <tromey@redhat.com>
6835
6836         Fix for PR java/6388.
6837         * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
6838         * java-tree.h (enum java_tree_index): New values
6839         JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
6840         (decimal_int_max, decimal_long_max): New defines.
6841         * lex.c (yylex): Rewrote range checking.  Sign extend literals.
6842         (error_if_numeric_overflow): Rewrote range checking.
6843         * decl.c (java_init_decl_processing): Initialize decimal_int_max,
6844         decimal_long_max.
6845
6846 2002-11-02  Tom Tromey  <tromey@redhat.com>
6847
6848         * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
6849
6850         * class.c (make_method_value): Put class name, not signature, into
6851         `throws' field.  For PR java/8415.
6852
6853 2002-10-24  Tom Tromey  <tromey@redhat.com>
6854
6855         * gcj.texi (Invoking gij): Document --showversion.
6856         (Standard Properties): java.library.path now set.
6857
6858 2002-10-23  Tom Tromey  <tromey@redhat.com>
6859
6860         * gjavah.c (decode_signature_piece): In JNI mode, print
6861         `jobjectArray' when array depth is nonzero.
6862         Fixes PR java/8296.
6863
6864 2002-10-15  Andrew Haley  <aph@redhat.com>
6865
6866         * parse.y (patch_invoke): Call force_evaluation_order on a static
6867         arg list.
6868         (resolve_qualified_expression_name): Call force_evaluation_order
6869         on a arg list that is part of a Qualified Expression Name.
6870
6871         * lang.c (dump_compound_expr): New.
6872         (java_dump_tree): New.
6873
6874 2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
6875
6876         * gcj.texi: Added item describing the GCJ runtime property
6877         "gnu.gcj.progname".
6878
6879 2002-10-15  Richard Henderson  <rth@redhat.com>
6880
6881         * jcf-parse.c (get_constant): Fix type warning.
6882
6883 2002-10-15  Andrew Haley  <aph@redhat.com>
6884
6885         * java-tree.h (java_inlining_merge_static_initializers): Declare.
6886         (java_inlining_map_static_initializers): Declare.
6887
6888 2002-10-14  Andrew Haley  <aph@redhat.com>
6889
6890         * tree-inline.c (remap_block): All local class initialization
6891         flags go in the outermost scope.
6892         (expand_call_inline): Call java_inlining_map_static_initializers.
6893         (expand_call_inline): Call java_inlining_merge_static_initializers.
6894         * java/lang.c (merge_init_test_initialization): New.
6895         (java_inlining_merge_static_initializers): New.
6896         (inline_init_test_initialization): New.
6897         (java_inlining_map_static_initializers): New.
6898
6899 2002-10-11  Mark Wielaard  <mark@klomp.org>
6900
6901         * gcj.texi (Compatibility): Add Limitations and Extensions section.
6902
6903 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6904
6905         * class.c (JAVA_TREEHASHHASH_H): Use htab_hash_pointer.
6906
6907 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6908
6909         * parse.y (merge_string_cste): Add parentheses around & within |.
6910
6911 2002-10-08  Tom Tromey  <tromey@redhat.com>
6912
6913         * parse.y (variable_declarator_id): Simplify error path for
6914         array declarator error.  For PR java/8003.
6915
6916 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
6917
6918         * gjavah.c, jcf-dump.c, jv-scan.c: Globally replace GCCBUGURL with
6919         bug_report_url.
6920
6921 2002-10-08  Andrew Haley  <aph@redhat.com>
6922
6923         * parse.y (attach_init_test_initialization_flags): Check for
6924         error_mark_node.
6925
6926 2002-10-07  Anthony Green  <green@redhat.com>
6927
6928         * parse.y (merge_string_cste): Fix bug in string concatenation.
6929
6930 2002-10-03  Michael Koch  <konqueror@gmx.de>
6931
6932         * gcj.texi (Standard properties):
6933         Change default of java.awt.toolkit to gnu.awt.gtk.GtkToolkit.
6934
6935 2002-10-02  Roger Sayle  <roger@eyesopen.com>
6936
6937         PR optimization/6627
6938         * lang.c (java_init): If storing the vbit in function
6939         pointers, ensure that force_align_functions_log is atleast
6940         one to aid compatability with g++ vtables.
6941
6942 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
6943
6944         * jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
6945         foul of type-based aliasing.
6946
6947 2002-09-30  Anthony Green  <green@redhat.com>
6948
6949         * gcj.texi (Invoking jv-scan): Fix texinfo.
6950
6951 2002-09-28  Anthony Green  <green@redhat.com>
6952
6953         * gcj.texi (Invoking jv-scan): Add --no-assert documentation.
6954         (Code Generation): Add -fno-assert documentation.
6955         * jv-scan.c (flag_assert): New global.
6956         (options): Add assert option.
6957         (help): Add --no-assert documentation.
6958         * parse-scan.y (flag_assert): New global.
6959         * lang.c (lang_f_options): Add -fassert/-fno-assert support.
6960         (flag_assert): New global.
6961         * java-tree.h (flag_assert): New global.
6962         * lex.c (java_lex): Obey flag_assert.
6963         * jvspec.c (jvgenmain_spec): Strip -fassert/-fno-assert when
6964         calling cc1.
6965
6966 2002-09-26  Andrew Haley  <aph@redhat.com>
6967
6968         * expr.c (build_java_array_length_access): Check for null pointer.
6969         * expr.c (expand_java_arrayload): Likewise.
6970
6971 2002-09-21  Richard Henderson  <rth@redhat.com>
6972
6973         * jcf-parse.c (get_constant): Decode from IEEE no matter
6974         what the target format.
6975
6976 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
6977
6978         * ChangeLog: Follow spelling conventions.
6979         * class.c: Likewise.
6980         * decl.c: Likewise.
6981         * expr.c: Likewise.
6982         * gjavah.c: Likewise.
6983         * java-tree.h: Likewise.
6984         * jcf-dump.c: Likewise.
6985         * jcf-parse.c: Likewise.
6986         * jvspec.c: Likewise.
6987         * lang.c: Likewise.
6988         * mangle.c: Likewise.
6989         * parse.y: Likewise.
6990
6991 2002-09-17  Tom Tromey  <tromey@redhat.com>
6992
6993         * lex.c (java_read_unicode_collapsing_terminators): Handle case
6994         where \r appears at EOF.  Fixes PR java/7950.
6995
6996 2002-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6997
6998         * jvspec.c (lang_specific_driver): Remove unused variable.
6999
7000 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
7001
7002         * java-tree.h (union lang_tree_node): Add chain_next option.
7003
7004 2002-09-16  Richard Henderson  <rth@redhat.com>
7005
7006         * jcf-parse.c (get_constant): Runtime check for IEEE format;
7007         use new real.h interface.
7008         * jcf-write.c (find_constant_index): Use new real.h interface.
7009         * lex.c (IS_ZERO): Use REAL_VALUES_EQUAL.
7010
7011 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
7012
7013         * lang.c: Follow spelling conventions.
7014
7015 2002-09-11  Per Bothner  <per@bothner.com>
7016
7017         * parse.y (fold_constant_for_init):  If a VAR_DECL, convert numerical
7018         constant to the type of the field.
7019         (java_complete_tree):  Remove now-redundant code.
7020
7021         * parse.y (fold_constant_for_init):  'null' is not a constant expr.
7022
7023 2002-09-03  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
7024
7025         For PR java/5794:
7026         * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the
7027         return label if a ret instruction for the jsr has been reached.
7028
7029 2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>
7030
7031         * parse.y (DIR_SEPARATOR): Don't define.
7032         (check_class_interface_creation): Use IS_DIR_SEPARATOR.
7033
7034 2002-08-28  Andrew Haley  <aph@redhat.com>
7035
7036         * verify.c (verify_jvm_instructions): Allow exception handler
7037         inside code that is being protected, but generate a warning.
7038         * except.c (link_handler): Initialize `expanded' in new eh_range.
7039         (binding_depth, is_class_level, current_pc): Declare extern.
7040
7041 2002-09-01  Mark Wielaard <mark@klomp.org>
7042
7043         * gcj.texi: Add chapter about system properties.
7044         Fixed some typos.
7045
7046 2002-08-26  Tom Tromey  <tromey@redhat.com>
7047
7048         * parse.y (try_builtin_assignconv): Allow narrowing primitive
7049         conversion if RHS_TYPE is byte, short, or char.
7050
7051 2002-08-22  Tom Tromey  <tromey@redhat.com>
7052
7053         * gcj.texi (Invoking gij): Document -cp and -classpath.
7054
7055 2002-08-21  Tom Tromey  <tromey@redhat.com>
7056
7057         * Make-lang.in (java/jcf-path.o): Use $(datadir), not
7058         $(prefix)/share.  For PR libgcj/7633.
7059
7060         For PR java/6005 and PR java/7611:
7061         * lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
7062         (java_can_use_bit_fields_p): New function.
7063
7064 2002-08-16  Tom Tromey  <tromey@redhat.com>
7065
7066         * gcj.texi (Class Initialization): Mention class initialization of
7067         arrays.
7068
7069 2002-07-30  Andrew Haley  <aph@cambridge.redhat.com>
7070
7071         * Make-lang.in (java-tree-inline.o): New.
7072         (JAVA_OBJS): Add java-tree-inline.o.
7073         * parse.y (source_end_java_method): Call java_optimize_inline.
7074         (java_expand_method_bodies): Save method's tree in
7075         DECL_SAVED_TREE.
7076         (add_stmt_to_compound): Keep track of the number of statments.
7077         * lang.c (java_init): Enable flag_inline_trees.
7078         (java_post_options): If flag_inline_functions is on, enable
7079         flag_inline_trees instread.
7080         (decl_constant_value): New.
7081         (java_tree_inlining_walk_subtrees): New.
7082         * java-tree.h (DECL_NUM_STMTS): New macro.
7083         (java_optimize_inline): Declare.
7084         * expr.c (java_expand_expr): Allow a BLOCK to return a value.
7085         Handle a LABEL_EXPR.
7086         * decl.c (build_result_decl): If we already have a DECL_RESULT
7087         don't make another.
7088         (dump_function): New.
7089         (java_optimize_inline): New.
7090         (dump_function): New.
7091
7092 2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>
7093
7094         For PR java/7483:
7095         * parse.y (build_assertion): Invert return from
7096         desiredAssertionStatus.
7097
7098 2002-08-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7099
7100         * jcf-write.c (get_access_flags): Return correct access flags for
7101         private and protected inner classes.
7102
7103 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
7104
7105         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
7106
7107 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
7108
7109         * mangle_name.c: Don't include obstack.h twice.
7110         * xref.c: Don't include obstack.h.
7111
7112 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
7113
7114         * class.c: (permanent_obstack): Delete declaration.
7115         * constants.c: (permanent_obstack): Delete declaration.
7116         * except.c: (permanent_obstack): Delete declaration.
7117         * expr.c: (permanent_obstack): Delete declaration.
7118         * jcf-parse.c: (permanent_obstack): Delete declaration.
7119         (saveable_obstack): Delete declaration.
7120         * parse.h: (permanent_obstack): Delete declaration.
7121         * typeck.c: (permanent_obstack): Delete declaration.
7122
7123 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
7124
7125         * gcj.texi (version-gcc): Increase to 3.3.
7126
7127 2002-07-22  Tom Tromey  <tromey@redhat.com>
7128
7129         * lex.c (java_lex): Check for `e' or `E' after 0.
7130
7131 2002-07-21  Richard Henderson  <rth@redhat.com>
7132
7133         * lang.c (java_unsafe_for_reeval): New.
7134         (LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
7135
7136 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
7137
7138         * jcf-path.c (GET_ENV_PATH_LIST): Remove.
7139         (jcf_path_init): Use GET_ENVIRONMENT.
7140
7141 2002-07-10  Roger Sayle  <roger@eyesopen.com>
7142             Zack Weinberg <zack@codesourcery.com>
7143
7144         * builtins.c (initialize_builtins): Remove defines that
7145         handled C/C++ specific junk hereby removed from builtins.def.
7146
7147 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
7148
7149         * lang.c (java_post_options): Update prototype.
7150
7151 2002-07-05  Roger Sayle  <roger@eyesopen.com>
7152
7153         * builtins.c (initialize_builtins): Ignore the additional
7154         parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
7155         the builtins.def file.
7156
7157 2002-07-01  Tom Tromey  <tromey@redhat.com>
7158
7159         For PR libgcj/7073:
7160         * parse.y (patch_incomplete_class_ref): Handle VOID_TYPE
7161         specially.
7162
7163 2002-07-01  Roger Sayle  <roger@eyesopen.com>
7164
7165         * java/decl.c (builtin_function): Accept additional parameter.
7166         (java_init_decl_processing): Pass an additional NULL_TREE
7167         argument to builtin_function.
7168
7169 2002-06-29  T.J. Mather  <tjmather@maxmind.com>
7170
7171         * gcj.texi: Fixed gcj invocation example so that it compiles.
7172
7173 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7174
7175         * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
7176         * parse.y (mark_parser_ctxt): Likewise.
7177         (check_modifiers, declare_local_variables): Avoid incorrect
7178         hardcoded constant 10.
7179
7180         * lex.c (java_read_char): Avoid "comparison is always true"
7181         warning.
7182
7183 2002-06-25  Andreas Schwab  <schwab@suse.de>
7184
7185         * expr.c (JSR): Avoid undefined operation on PC.
7186
7187 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7188
7189         * decl.c (clear_binding_level): Const-ify.
7190
7191 2002-06-13  Akim Demaille  <akim@epita.fr>
7192
7193         * parse.y (class_declaration, interface_declaration): Make sure
7194         all their rules have an action, in order to avoid meaningless `$$
7195         = $1' and their type clashes.
7196
7197 2002-06-11  Tom Tromey  <tromey@redhat.com>
7198
7199         * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
7200         * parse-scan.y (statement_without_trailing_substatement): Added
7201         assert_statement.
7202         (assert_statement): New rule.
7203         * java-tree.h (struct lang_type) [assertions]: New field.
7204         (TYPE_USES_ASSERTIONS): New macro.
7205         (CLASS_USES_ASSERTIONS): Likewise.
7206         (FIELD_SYNTHETIC): New define.
7207         * lex.c (java_lval;): Added ASSERT_TK.
7208         * parse.y (ASSERT_TK): Added.
7209         (statement_without_trailing_substatement): Added assert_statement.
7210         (assert_statement): New rule.
7211         (build_assertion): New function.
7212         (maybe_generate_pre_expand_clinit): Create and initialize
7213         $assertionsDisabled.
7214         (lookup_package_type): Removed decl.
7215         * keyword.h: Rebuilt.
7216         * keyword.gperf (assert): New token.
7217
7218 2002-06-10  Akim Demaille  <akim@epita.fr>
7219
7220         * parse.y (interface_type_list, class_member_declaration)
7221         (unary_expression_not_plus_minus): Remove duplicate %type.
7222         Whitespace changes.
7223
7224 2002-06-09  Tom Tromey  <tromey@redhat.com>
7225
7226         * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.
7227
7228         * parse.y (method_header): Give error message in all cases.
7229         Fixes PR java/6865.
7230
7231 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7232
7233         Don't use RTL inlining. Fix for PR java/6820.
7234         * lang.c (LANG_HOOKS_POST_OPTIONS): Define.
7235         (flag_really_inline): New.
7236         (java_decode_option): Set flag_really_inline if -finline-functions
7237         is seen.
7238         (java_post_options): New function. Turn off inlining unless
7239         flag_really_inline is set.
7240
7241 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7242
7243         * gjavah.c (throwable_p): Accept argument as either a classname or
7244         signature fragment. Create null-terminated classname string for super
7245         when calling itself recursively.
7246         (decode_signature_piece): Skip first character from class name
7247         signature when calling throwable_p.
7248
7249 2002-06-08  H.J. Lu  (hjl@gnu.org)
7250
7251         * jcf-path.c (jcf_path_init): Allocate 1 more byte for string.
7252
7253 2002-06-04  Tom Tromey  <tromey@redhat.com>
7254
7255         * jcf-write.c (perform_relocations): Optmize a goto to a goto.
7256
7257 2002-06-04  Michael Koch  <konqueror@gmx.de>
7258
7259         * gcj.texi (Input Options): Fixed typo.
7260
7261 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
7262
7263         * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
7264         typeck.c, verify.c: Remove all #if JAVA_USE_HANDLES blocks,
7265         all mention of CLASS_TO_HANDLE_TYPE or HANDLE_TO_CLASS_TYPE,
7266         and all now-pointless local variables.  Rename other local
7267         variables to reflect their not being handles.
7268
7269         * java-tree.h, jcf-dump.c, jcf-io.c: Remove all
7270         #if JCF_USE_STDIO blocks.
7271
7272         * parse.y: Add missing semicolon at end of rule.
7273
7274 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
7275
7276         * check-init.c (attach_initialized_static_class): Delete, unused.
7277         * parse.y: Use htab_t instead of struct hashtable, update
7278         all uses.
7279         * java-tree.h: Include hashtab.h instead of hash.h.
7280         (struct lang_decl_func): Use htab_t, set up for gengtype.
7281         (struct init_test_hash_entry): Delete.
7282         (struct treetreehash_entry): New.
7283         (java_treetreehash_find): New
7284         (java_treetreehash_new): New prototype.
7285         (java_treetreehash_create): New prototype.
7286         (java_mark_tree): Delete prototype.
7287         (java_hash_hash_tree_node): Delete prototype.
7288         (java_hash_compare_tree_node): Delete prototype.
7289         (attach_initialized_static_class): Delete prototype.
7290         * expr.c (build_class_init): Update to use java_treetreehash
7291         functions.
7292         (java_expand_expr): Update to use htab_t.
7293         (emit_init_test_initialization): Likewise.
7294         * decl.c (java_mark_tree): Delete.
7295         * class.c (init_test_hash_newfunc): Delete.
7296         (java_hash_hash_tree_node): Delete.
7297         (java_hash_compare_tree_node): Delete.
7298         (add_method_1): Update to use java_treetreehash functions.
7299         (JAVA_TREEHASHHASH_H): New macro.
7300         (java_treetreehash_hash): New function.
7301         (java_treetreehash_compare): New function.
7302         (java_treetreehash_find): New function.
7303         (java_treetreehash_new): New function.
7304         (java_treetreehash_create): New function.
7305         * Make-lang.in (JAVA_TREE_H): Replace hash.h by HASHTAB_H.
7306
7307         * Make-lang.in (java/parse.o): Depend on debug.h.
7308         * java-tree.h (struct lang_identifier): Use gengtype.
7309         (union lang_tree_node): New.
7310         (struct lang_decl_func): Use gengtype.
7311         (struct lang_decl_var): Likewise.
7312         (struct lang_decl): Likewise.
7313         * parse.y: Include debug.h.
7314         * lang.c (LANG_HOOKS_MARK_TREE): Delete.
7315
7316         * lang.c (struct language_function): New dummy structure.
7317
7318         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Set
7319         descriminator for DECL_LANG_SPECIFIC.
7320         (struct lang_decl_func): Rename from struct lang_decl.
7321         (enum lang_decl_desc): New.
7322         (struct lang_decl): Make it a union.  Update all the accessor macros.
7323         (struct lang_type): Use gengtype.
7324         * class.c (add_method_1): Set descriminator for DECL_LANG_SPECIFIC.
7325         * decl.c (java_dup_lang_specific_decl): All lang_decl structures
7326         are now the same size.
7327         (lang_mark_tree): Use gengtype to mark TYPE_LANG_SPECIFIC;
7328         use discriminator to mark DECL_LANG_SPECIFIC.
7329
7330         * Make-lang.in (gt-java-builtins.h): New rule.
7331         (java/builtins.o): Add dependency on gt-<filename>.h.
7332         * builtins.c: Use gengtype for roots.
7333         (union string_or_tree): Use gengtype.
7334         (struct builtin_record): Use gengtype.
7335         * config-lang.in (gtfiles): Add builtins.c.
7336
7337         * Make-lang.in (gt-java-class.h, gt-java-constants.h,
7338         gt-java-decl.h, gt-java-expr.h, gt-java-jcf-parse.h,
7339         gt-java-jcf-write.h, gt-java-lang.h, gt-java-mangle.h,
7340         gt-java-parse.h, gtype-java.h): Add rules to generate.
7341         (parse.o): Add dependency on gt-java-parse.h, gt-java.h.
7342         (class.o): Add dependency on gt-*.h.
7343         (constants.o): Likewise.
7344         (decl.o): Likewise.
7345         (expr.o): Likewise.
7346         (jcf-parse.o): Likewise.
7347         (jcf-write.o): Likewise.
7348         (lang.o): Likewise.
7349         * config-lang.in (gtfiles): New.
7350         * class.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
7351         * constants.c: Replace uses of ggc_add_* with GTY markers.
7352         Include gt-*.h.
7353         * decl.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
7354         * expr.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
7355         * java-tree.h: Replace uses of ggc_add_* with GTY markers.
7356         * jcf-parse.c: Replace uses of ggc_add_* with GTY markers.
7357         Include gt-*.h.
7358         * jcf-write.c: Replace uses of ggc_add_* with GTY markers.
7359         Include gt-*.h.
7360         * lang.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
7361         * mangle.c: Replace uses of ggc_add_* with GTY markers.  Include
7362         gt-*.h.
7363         * parse.y: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
7364         Include gtype-java.h.
7365
7366 2002-06-02  Tom Tromey  <tromey@redhat.com>
7367
7368         Fix for PR java/5913:
7369         * parse.y (patch_binop): Call patch_string on op1.
7370
7371 2002-06-02  Tom Tromey  <tromey@redhat.com>
7372
7373         Fix for PR java/1343, PR java/6336:
7374         * parse.y (make_nested_class_name): Remove extraneous `else'; fix
7375         formatting.  Changed return type.
7376         (anonymous_class_counter): Moved to top of file.
7377         (maybe_make_nested_class_name): Append number to class name for
7378         function-local classes.
7379
7380 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
7381
7382         * decl.c, jcf-parse.c, parse.y, typeck.c: Include real.h.
7383         * Make-lang.in: Update dependency lists.
7384
7385 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
7386
7387         * gjavah.c (throwable_p): Do not free the name of the class after
7388         passing it to find_class.
7389         * java-tree.h (CLASS_BEING_LAIDOUT): Remove duplicate definition.
7390         * jcf-io.c (dirent.h): Include it.
7391         (fnmatch.h): Likewise.
7392         (compare_path): New function.
7393         (java_or_class_file): Likewise.
7394         (memoized_dirlist_entry): New type.
7395         (memoized_dirlist_lookup_eq): New function.
7396         (memoized_dirlists): New variable.
7397         (caching_stat): New function.
7398         (memoized_class_lookup_eq): New function.
7399         (memoized_class_lookups): Likewise.
7400         (find_class): Use memoized_class_lookups and caching_stat.
7401         * jcf.h (JCF_USE_SCANDIR): Define.
7402         * parse.y (java_expand_classes): Write the class files in reverse
7403         order.
7404
7405 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7406
7407         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
7408
7409 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
7410
7411         * jcf-write.c (write_classfile): Unlink the temporary file if it
7412         cannot be renamed.  Use concat to build up the name of the
7413         temporary file.
7414
7415 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
7416
7417         * jcf-write.c (write_classfile): Write the file to a
7418         temporary file and then rename it.
7419
7420 2002-05-07  Tom Tromey  <tromey@redhat.com>
7421
7422         * gjavah.c (throwable_p): Use xstrdup, not strdup.
7423
7424         Fix for PR java/1200:
7425         * gjavah.c (throwable_p): New function.
7426         (decode_signature_piece): Use it.  A `WeakReference' isn't the
7427         same as a `jweak'.
7428         Include hashtab.h.
7429         (gcjh_streq): New function.
7430
7431 2002-05-07  Andreas Jaeger  <aj@suse.de>
7432
7433         * parse.y (finish_for_loop): Fix if statement.
7434
7435 2002-05-06  Tom Tromey  <tromey@redhat.com>
7436
7437         Fix for PR java/5941:
7438         * parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
7439         loop update expression.
7440         (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
7441         * java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
7442
7443 2002-05-04  Mark Wielaard  <mark@klomp.org>
7444
7445         For PR java/6519:
7446         * parse.y (build_string_concatenation): Return just op1 only when op2
7447         is null and op1 is a STRING_CST, otherwise always construct a
7448         StringBuffer.
7449
7450 2002-04-27  Tom Tromey  <tromey@redhat.com>
7451
7452         For PR java/6382:
7453         * parse.y (string_convert_int_cst): New function.
7454         (merge_string_cste): Use it.
7455
7456 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
7457
7458         * java-tree.h (java_parse_file): Update.
7459         (java_set_yydebug): Remove.
7460         * jcf-parse.c (yydebug): Remove.
7461         (java_set_yydebug): Die.
7462         (java_parse_file): Update.
7463         * lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
7464
7465 2002-04-24  Tom Tromey  <tromey@redhat.com>
7466
7467         For PR java/6425:
7468         * parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
7469         EXPR_WFL_QUALIFICATION of qual_wfl.
7470
7471 2002-04-23  Per Bothner  <per@bothner.com>
7472
7473         * expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
7474         * java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
7475         (BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
7476
7477 2002-04-23  Tom Tromey  <tromey@redhat.com>
7478
7479         For PR java/6314:
7480         * jvspec.c (lang_specific_driver): Use --resource, not -R.  Also
7481         recognize `-fcompile-resource='.
7482         * gcj.texi (Invoking gcj): Use --resource, not -R.  Expanded text
7483         a bit.
7484
7485 2002-04-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
7486
7487         * jcf-parse.c: (yyparse): Don't prepend "./" to relative
7488         paths. Fixes PR java/2791.
7489
7490 2002-04-19  Andrew Haley  <aph@redhat.com>
7491
7492         * jcf-write.c (push_long_const): lo, hi: New variables.
7493         Use rshift_double to extract the high part of a 64-bit long.
7494         Use WORD_TO_INT to extract the low part.
7495
7496         * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
7497         HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
7498         CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.
7499
7500 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7501
7502         * typeck.c (incomplete_type_error): Remove.
7503
7504 2002-04-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7505
7506         * class.c (make_class_data): Set DECL_ALIGN on static class data,
7507         for hash synchronization.
7508         * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
7509         * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
7510         class_type_node.
7511
7512 2002-04-16  Mark Wielaard  <mark@klomp.org>
7513
7514         * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
7515         negative zero.
7516
7517 2002-04-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7518
7519         Fix for PR java/6294:
7520         * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
7521         interfaces.
7522
7523 2002-04-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7524
7525         Fix for PR java/6085:
7526         * parse.y (patch_method_invocation): Always use build_access_to_thisn
7527         to get enclosing "this" argument for inner-class constructor
7528         invocation. Pass correct arguments to build_access_to_thisn.
7529
7530 2002-04-10  Andreas Jaeger  <aj@suse.de>
7531
7532         * gcj.texi (Input Options): Fix extdirs patch.
7533
7534 2002-04-10  Anthony Green  <green@redhat.com>
7535
7536         * jcf-path.c (jcf_path_init) : Clean up local extdirs declaration.
7537
7538 2002-04-09  Anthony Green  <green@redhat.com>
7539
7540         * gcj.texi (Input Options): Add --extdirs documentation.
7541         * jcf-dump.c (OPT_extdirs): New macro.
7542         (options): Add extdirs option.
7543         (help): Describe --extdirs.
7544         (main): Handle OPT_extdirs.
7545         * gjavah.c (OPT_extdirs): New macro.
7546         (options): Add extdirs option.
7547         (help): Describe --extdirs.
7548         (main): Handle OPT_extdirs.
7549         * jcf-path.c (jcf_path_init): Add extdirs support.
7550         (jcf_path_extdirs_arg): New function.
7551         (extensions): New variable to hold extensions path entries.
7552         * jvspec.c: Remove -fextdirs= when compiling main().
7553         * lang.c (java_decode_option): Handle -fextdirs=.
7554         * jcf.h (jcf_path_extdirs_arg): Declare new function.
7555         * Make-lang.in: Compile jcf-path with version info for use in
7556         identifying the appropriate libgcj.jar.
7557
7558 2002-04-08  Tom Tromey  <tromey@redhat.com>
7559
7560         For PR libgcj/5303:
7561         * .cvsignore: Added rmic.1 and rmiregistry.1.
7562         * gcj.texi (Top): Link to new nodes.
7563         (Invoking rmic): New node.
7564         (Invoking rmiregistry): Likewise.
7565         * Make-lang.in (java.generated-manpages): Added rmic.1 and
7566         rmiregistry.1.
7567         (java.maintainer-clean): Likewise.
7568         ($(srcdir)/java/rmic.1): New target.
7569         ($(srcdir)/java/rmiregistry.1): Likewise.
7570         (java.install-man): Handle rmic.1 and rmiregistry.1.
7571
7572 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7573
7574         * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
7575         Add note about handling uncaught exceptions. Add an exception handler
7576         to example.
7577
7578 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7579
7580         * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
7581         after using it to patch CALL_EXPR.
7582
7583 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7584
7585         * gcj.texi (Invocation): Document CNI invocation API.
7586
7587 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7588
7589         * expr.c (truthvalue_conversion): Rename.  Update.
7590         (expand_compare): Update.
7591         * java-tree.h (java_truthvalue_conversion): New.
7592         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
7593
7594 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
7595
7596         * java-tree.h (java_mark_addressable): New.
7597         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
7598         * typeck.c (mark_addressable): Rename, update.
7599
7600 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
7601
7602         * expr.c (build_java_binop): Update.
7603         * java-tree.h (java_signed_type, java_unsigned_type,
7604         java_signed_or_unsigned_type): Update.
7605         * lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
7606         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
7607         * parse.y (patch_binop): Update.
7608         * typeck.c (signed_or_unsigned_type, unsigned_type,
7609         signed_type): Update.
7610
7611 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
7612
7613         * lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
7614         (java_dummy_print): Remove.
7615         (lang_print_error): Rename.  Exit early if inhibiting output.
7616         (inhibit_error_printing_function): New.
7617         (java_init): Don't set hook.
7618         (lang_init_source): Use new boolean.
7619
7620 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
7621
7622         * parse.y (do_resolve_class): Fix infinite recursion.
7623
7624 2002-03-29  Tom Tromey  <tromey@redhat.com>
7625
7626         * parse.y (check_inner_circular_reference): Ignore incomplete
7627         types.
7628
7629 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7630
7631         * Make-lang.in (builtins.o): Update.
7632         * boehm.c (get_boehm_type_descriptor): Update.
7633         * builtins.c: Include langhooks.h.
7634         * decl.c (java_init_decl_processing): Update.
7635         * java-tree.h (java_type_for_mode, java_type_for_size): New.
7636         * lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
7637         Redefine.
7638         * typeck.c (type_for_mode, type_for_size): Update.
7639
7640 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
7641
7642         * lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
7643
7644 2002-03-28  Tom Tromey  <tromey@redhat.com>
7645
7646         * except.c (expand_end_java_handler): If the handler type is NULL,
7647         use java.lang.Throwable.  Fixes PR java/5986.
7648
7649 2002-03-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
7650
7651         Fix for PR java/4715:
7652         * jcf-parse.c (parse_source_file_3): New function.
7653         (read_class): Call it.
7654         (java_parse_file): Likewise.
7655
7656 2002-03-28  Jan Hubicka  <jh@suse.cz>
7657
7658         * java/lang.c (java_init_options): Set flag_trapping_math to 0.
7659
7660 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7661
7662         * parse.y (resolve_package): Initialize "decl".
7663         (lookup_package_type): Remove unused function.
7664
7665 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7666
7667         Fix for PR java/5993:
7668         * parse.y (resolve_package): Return the decl if resolution was
7669         successful. Don't special case "java.lang" and "java.lang.reflect"
7670         packages. Set type_name to the merged identifier.
7671         (resolved_qualified_expression_name): Print error using "name" if
7672         resolve_package returns NULL_TREE.
7673
7674 2002-03-27  Tom Tromey  <tromey@redhat.com>
7675
7676         * expr.c (expand_invoke): Don't generate null pointer check if
7677         we're calling <init>.
7678
7679 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7680
7681         * expr.c (java_lang_expand_expr): Rename java_expand_expr,
7682         fix prototype.
7683         * java-tree.h (java_lang_expand_expr): Similarly.
7684         * lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
7685         (java_init): Don't set hook.
7686
7687 2002-03-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7688
7689         Fix for PR java/5850:
7690         * parse.y (lookup_field_wrapper): Call itself recursively for enclosing
7691         context if field was not found in the current scope.
7692         * expr.c (lookup_field): Don't look in enclosing contexts.
7693
7694 2002-03-26  Tom Tromey  <tromey@redhat.com>
7695
7696         Fix for PR java/5942:
7697         * parse.y (init_src_parse): Added sanity check.
7698         * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12
7699         elements, not 11.
7700
7701 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7702
7703         * decl.c (lang_mark_tree): Rename java_mark_tree.
7704         * java-tree.h (java_mark_tree): New.
7705         * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
7706
7707 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
7708
7709         * lex.c: Change java_perform_atof to take normal parameters
7710         instead of a pointer to a parameter block.  Call it directly
7711         from java_lex.
7712
7713 2002-03-22  Mark Wielaard  <mark@klomp.org>
7714
7715         Fix for PR java/5368:
7716         * parse.y (resolve_qualified_expression_name): Use decl not field_decl
7717         when printing error message.
7718
7719 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
7720
7721         * decl.c (maybe_build_cleanup): Remove.
7722
7723 2002-03-22  Tom Tromey  <tromey@redhat.com>
7724
7725         Andrew Haley  <aph@cambridge.redhat.com>
7726
7727         * expr.c (build_field_ref): Don't build a check if the field is a
7728         member of `this'.
7729
7730 2002-03-21  Eric Blake  <ebb9@email.byu.edu>
7731
7732         Fix for PR java/6026:
7733         * lex.c (java_lex): Fix parsing of consecutive floats.
7734
7735 2002-03-21  Tom Tromey  <tromey@redhat.com>
7736
7737         * parse.y (build_access_to_thisn): Stop when FROM is not an inner
7738         class.
7739
7740 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
7741
7742         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
7743         insert_block, getdecls, kept_level_p, global_bindings_p): New.
7744
7745 2002-03-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
7746
7747         * gcj.texi: @code{gcj} becomes @command{gcj}.
7748         @code{gcc} becomes @command{gcc}.
7749         GcjRaw changed to gnu.gcc.RawData.
7750
7751 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
7752
7753         * decl.c (start_java_method): Use new hook.
7754         * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
7755         (java_init): Remove old hook.
7756
7757 2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
7758
7759         * builtins.c (define_builtin): Do nothing if `type' is null.
7760         Fixes PR java/5876.
7761
7762 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7763
7764         * parse.y (parser_check_super_interface): Fix error message
7765         grammar/order.
7766
7767 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7768
7769         * jcf-parse.c (get_constant): Delete unused variables.
7770
7771 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7772
7773         * java-tree.h (java_parse_file): New.
7774         * jcf-parse.c (yyparse): Rename java_parse_file.
7775         * lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
7776
7777 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7778
7779         * parse.y (craft_constructor): Return the constructor decl.
7780         (java_expand_classes): Update comments.
7781         (lookup_method_invoke): Call fix_constructors immediately for
7782         anonymous class. Fixes PR java/5935.
7783
7784 2002-03-15  Anthony Green  <green@redhat.com>
7785
7786         * jcf-parse.c (yyparse): Don't emit class registration
7787         constructor when compiling resource files.
7788
7789 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7790
7791         * lang.c (java_tree_code_type, java_tree_code_length,
7792         tree_code_name): Delete.
7793         (tree_code_type, tree_code_length, tree_code_name): Define.
7794         (java_init): Don't try to copy into the various tree_code
7795         arrays.
7796
7797 2002-03-12  Tom Tromey  <tromey@redhat.com>
7798
7799         * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
7800         UTF-8, not UCS-2.  Fixes PR java/5923.
7801
7802         * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
7803         a call_expr wrapped in a convert.  Fixes PR java/5848.
7804
7805 2002-03-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7806
7807         * jcf-write.c (write_classfile): Improve error strings.
7808
7809 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
7810
7811         * lex.c: Adjust comments to GNU standards.
7812
7813 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
7814
7815         Fix for PR java/5902:
7816         * lex.c (java_lex): Fix parsing of literals.
7817
7818 2002-03-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7819
7820         * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
7821         to prevent it getting evaluated twice in the store checking case.
7822         * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
7823         examining OBJECT.
7824
7825 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7826
7827         * decl.c (java_init_decl_processing): Make sure class_type_node
7828         alignment is not less than 64 bits if hash synchronization is enabled.
7829
7830 2002-03-08  Per Bothner  <per@bothner.com>
7831
7832         * parse.y (java_complete_lhs):  Check if patch_assignment
7833         returned an error-mark.
7834
7835         * parse.y (try_builtin_assignconv):  Don't special-case zero.
7836
7837 2002-03-08  Per Bothner  <per@bothner.com>
7838
7839         Fix for PR java/5812.
7840         * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
7841         here instead of in JSR macro.  Likewise with load_type_state call.
7842         Do the latter on if the return_pc has been verified (the jsr returns).
7843         (JSR):  Now just call build_java_jsr.
7844
7845 2002-03-07  Jeff Sturm  <jsturm@one-point.com>
7846
7847         * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
7848         (java.install-common): Link native driver to
7849         JAVA_TARGET_INSTALL_NAME.
7850
7851 2002-03-05  David Billinghurst <David.Billinghurst@riotinto.com>
7852
7853         * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
7854         * builtins.c(sin_builtin): Likewise
7855         * builtins.c(sqrt_builtin): Likewise
7856
7857 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
7858
7859         * java/expr.c, java/jcf-parse.c, java/lex.c:
7860         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
7861         REAL_ARITHMETIC blocks unconditional.  Delete some further
7862         #ifdef blocks predicated on REAL_ARITHMETIC.
7863
7864 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7865
7866         * class.c (init_class_processing): Use ARRAY_SIZE in lieu of
7867         explicit sizeof/sizeof.
7868         * decl.c (java_init_decl_processing): Likewise.
7869         * jcf-parse.c (init_jcf_parse): Likewise.
7870         * parse.y (init_src_parse): Likewise.
7871
7872 2002-03-02  Per Bothner  <per@bothner.com>
7873
7874         Make --CLASSPATH by a synonym for --classpath and -classpath.
7875         Implement --bootclasspath.
7876         * jcf-path.c (classpath_u):  Rename static variable to classpath_user.
7877         (classpath_l):  Remove.
7878         (jcf_path_CLASSPATH_arg):  Remove.
7879         (jcf_path_bootclasspath_arg):  New function.
7880         (jcf_path_seal):  Simplify accordingly.
7881
7882         * jcf.h (jcf_path_bootclasspath_arg):  New declarations.
7883         (jcf_path_CLASSPATH):  Remove declaration.
7884         * jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
7885         (lang_specific_driver):  Translate -bootclasspath.
7886         * lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
7887         * lang.c (decode_lang_options):  Do jcf_path_init first.
7888         Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
7889         * gjavah.c:  Also handle --bootclasspath.
7890         Handle --CLASSPATH as a synonum for --classpath.
7891         * jcf-dump.c: Likewise.
7892
7893         "." is not part of system path, but is the default for --classpath.
7894         * jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
7895         (jcf_path_seal):  Add "." if no CLASSPATH specified.
7896
7897         * gcj.texi:  Document changes.
7898
7899 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7900
7901         * expr.c (build_java_arraystore_check): Fix formatting.
7902
7903 2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
7904
7905         Fix for PR java/5758, java/5632:
7906         * jcf-parse.c (load_class): Renamed local variable, consider `.' an
7907         inner-class separator too.
7908         * parse.y (do_resolve_class): New local `decl_result.'
7909         Progressively build a name for what can have been loaded.
7910
7911 2002-02-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7912
7913         * expr.c (java_array_data_offset): Removed function.
7914         (JAVA_ARRAY_LENGTH_OFFSET): Removed macro.
7915         (build_java_array_length_access): Obtain "length" value using a
7916         COMPONENT_REF, instead of INDIRECT_REF and arithmetic.
7917         (build_java_arrayaccess): Correct comment. Access "data" using a
7918         COMPONENT_REF, and return an ARRAY_REF instead of an INDIRECT_REF.
7919         (build_java_arraystore_check): New function.
7920         (expand_java_arraystore): Use build_java_arraystore_check.
7921         * parse.y (patch_assignment): Simplify code to insert a store check
7922         when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
7923         * check-init.c (check_init): Update to reflect that an array length
7924         access is now a COMPONENT_REF.
7925         * gcj.texi (Code Generation): Improve documentation of
7926         -fno-bounds-check. Add documentation for -fno-store-check.
7927         * java-tree.h (flag_store_check): Declare.
7928         (build_java_arraystore_check): Declare.
7929         * lang.c (flag_store_check): Initialize to 1.
7930         (lang_f_options): Add store-check option.
7931         * jvspec.c: Don't pass store-check option to jvgenmain.
7932         * lang-options.h: Add help string for -fno-store-check.
7933
7934 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7935
7936         * decl.c (copy_lang_decl): Rename java_dup_lang_specific_decl.
7937         * java-tree.h (java_dup_lang_specific_decl): New.
7938         * lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
7939
7940 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
7941
7942         * builtins.c, decl.c: Delete traditional-mode-related code
7943         copied from the C front end but not used, or used only to
7944         permit the compiler to link.
7945
7946 2002-02-22  Tom Tromey  <tromey@redhat.com>
7947
7948         Fix for PR java/2369:
7949         * jvspec.c (verify_class_name): New function.
7950         (lang_specific_driver): Call it.
7951         (JAVA_START_CHAR_P): New macro.
7952         (JAVA_PART_CHAR_P): Likewise.
7953
7954 2002-02-22  Per Bothner  <per@bothner.com>
7955
7956         * class.c:  Change vtable to be more compatible with g++ v3 abi.
7957         (get_dispatch_table):  Prepend offset-to-top (always 0) and
7958         type_info pointer (currently unimplemented hence NULL) to vtable.
7959         Specifically, prepend offset-to-top and typeinfo ptr (currently null).
7960         (make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
7961         Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
7962         (build_dtable_decl):  Add declarations for new fields.
7963
7964 2002-02-20  Per Bothner  <per@bothner.com>
7965
7966         * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
7967         to finit$ (otherwise generate_bytecode_insns drops it). However, we
7968         don't need to set it on the COMPOUND_EXPR - the caller does that.
7969
7970 2002-02-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
7971
7972         * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
7973         `--CLASSPATH' becomes `--classpath.'
7974         * gjavah.c: Likewise.
7975         * jcf-dump.c: Likewise.
7976         * lang-options.h: Likewise.
7977         * lang.c: Likewise.
7978         * jcf-path.c: Updated comment.
7979         (jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
7980         (jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
7981         * jcf.h (jcf_path_CLASSPATH_arg): Ditto.
7982         (jcf_path_CLASSPATH_arg): Ditto.
7983         (classpath_u): Updated leading comment.
7984
7985 2002-02-20  Per Bothner  <per@bothner.com>
7986
7987         * builtins.c (check_for_builtin):  New function.
7988         (build_call_or_builtin):  Remove.
7989         * java-tree.h:  Update accordingly.
7990         * expr.c (expand_invoke):  Use build + check_for_builtin instead
7991         of build_call_or_builtin.
7992         * parse.y (patch_invoke):  Likewise.  This avoids needlessly creating
7993         a new CALL_EXPR node, which means we don't lose the CALL_USING_SUPER
7994         flag (which had caused jcf-write to incorrectly emit invokevirtual).
7995
7996 2002-02-17  Tom Tromey  <tromey@redhat.com>
7997
7998         * java-tree.h (TYPE_STRICTFP): New macro.
7999         (struct lang_type) [strictfp]: New field.
8000         (CLASS_STRICTFP): New macro.
8001         (METHOD_STRICTFP): New macro.
8002         (struct lang_decl) [strictfp]: New field.
8003         * parse.y (method_header): Disallow strictfp constructor or
8004         abstract method.
8005         (STRICT_TK): Move before MODIFIER_TK.
8006         * parse.h (CLASS_MODIFIERS): Added ACC_STRICT.
8007         (METHOD_MODIFIERS): Likewise.
8008         (INTERFACE_MODIFIERS): Likewise.
8009         * jcf-write.c (get_access_flags): Likewise.
8010         * class.c (set_class_decl_access_flags): Recognize ACC_STRICT.
8011         (add_method_1): Likewise.
8012         (get_access_flags_from_decl): Likewise.
8013         * jcf-dump.c (print_access_flags): Print in standard order.  Also,
8014         recognize strictfp flag.
8015         * jcf.h (ACC_STRICT): New define.
8016
8017 2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>
8018
8019         * class.c(build_utf8_ref): Move declaration of decl_size
8020
8021 2002-02-07  Tom Tromey  <tromey@redhat.com>
8022
8023         * gcj.texi (Input Options): --CLASSPATH does not suppress system
8024         path.
8025
8026 2002-02-04  Anthony Green  <green@redhat.com>
8027
8028         * class.c (build_utf8_ref): Put UTF-8 constants into merged
8029         sections if available.
8030
8031 2002-02-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8032
8033         * parse.y (java_expand_classes): Fix typo in static field loop.
8034
8035 2002-02-02  Richard Henderson  <rth@redhat.com>
8036
8037         * class.c (add_field): Mark static fields external.
8038         (build_class_ref): Remove redundant set.
8039         * parse.y (java_expand_classes): Mark static fields of classes
8040         to be compiled as local.
8041         * jcf-parse.c (parse_class_file): Likewise.
8042
8043 2002-02-02  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
8044
8045         * gcj.texi (About CNI): New node.
8046
8047 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
8048
8049         PR java/5080
8050         * jcf-parse.c : Check for HAVE_LOCALE_H before using
8051         setlocale() with LC_CTYPE as a parameter.
8052         * jv-scan.c: Same.
8053
8054 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8055
8056         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
8057         Follow GNU Coding Standards for --version.
8058
8059 2002-01-28  Tom Tromey  <tromey@redhat.com>
8060
8061         * expr.c (build_jni_stub): Ensure storage for `meth' is
8062         generated.
8063         * parse.y (java_complete_expand_methods): Set
8064         current_function_decl before building JNI stub.
8065
8066 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
8067
8068         * gcc/java/builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not
8069         BUILT_IN_SQRTF.
8070
8071 2002-01-22  Tom Tromey  <tromey@redhat.com>
8072
8073         * decl.c (java_init_decl_processing): Use add_predefined_file.
8074         Predefine RawData.java.
8075         (predef_filenames): Removed.
8076         (java_init_decl_processing): Don't register predef_filenames.
8077         * jcf-parse.c (add_predefined_file): New function.
8078         (predefined_filename_p): Rewrote.
8079         (predefined_filename_p): No longer static.
8080         * decl.c (java_init_decl_processing): Call initialize_builtins.
8081         * Make-lang.in (JAVA_OBJS): Added builtins.o.
8082         (java/builtins.o): New target.
8083         * builtins.c: New file.
8084         * parse.y (patch_invoke): Use build_call_or_builtin.
8085         * java-tree.h (build_call_or_builtin): Declare.
8086         (initialize_builtins): Declare.
8087         (java_set_exception_lang_code): Removed unused declaration.
8088         (PREDEF_FILENAMES_SIZE): Removed.
8089         (java_tree_index): Added JTI_PREDEF_FILENAMES.
8090         (predef_filenames): New define.
8091         (add_predefined_file): Declare.
8092         (predefined_filename_p): Declare.
8093         * expr.c (expand_invoke): Use build_call_or_builtin.
8094
8095 2002-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8096
8097         * parse.y (patch_switch_statement): Fix format specifier.
8098
8099 2002-01-16  Tom Tromey  <tromey@redhat.com>
8100
8101         More for PR java/5365:
8102         * gjavah.c (print_stub_or_jni): Cause exception to be thrown by
8103         default.
8104         (process_file): Generate include for
8105         java.lang.UnsupportedOperationExceptions.
8106
8107 2002-01-15  Andreas Jaeger  <aj@suse.de>
8108
8109         * .cvsignore: Add man pages.
8110
8111 2002-01-15  Tom Tromey  <tromey@redhat.com>
8112
8113         Fix for PR java/5365:
8114         * gjavah.c (process_file): Turn class name into a file name.
8115
8116 2002-01-14  Matthias Klose  <doko@debian.org>
8117
8118         * gcj.texi: Fix whitespace and formatting errors in the
8119         synopsis of the man pages. Update copyright.
8120
8121 2002-01-14  Tom Tromey  <tromey@redhat.com>
8122
8123         For PR libgcj/5303:
8124         * Make-lang.in (java.install-man): Handle jv-convert man page.
8125         (java.generated-manpages): Added jv-convert.1.
8126         (java.uninstall): Remove jv-convert.1.
8127         (java.maintainer-clean): Likewise.
8128         ($(srcdir)/java/jv-convert.1): New target.
8129         * gcj.texi (Top): Link to jv-convert node.
8130         (Individual utilities): Likewise.
8131         (Invoking jv-convert): New node.
8132
8133 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
8134             Martin Kahlert  <martin.kahlert@infineon.com>
8135
8136         * jcf-parse.c (get_constant): Don't swap lo/hi for big
8137         endian targets when HOST_BITS_PER_WIDE_INT >= 64.
8138
8139 2002-01-03  Graham Stott  <grahams@redhat.com>
8140
8141         * class.c (compile_resource_file): Update copyright date.
8142         Constify filename parameter.
8143         (java-tree.h): Update copyright date.
8144         (compile_resource_file): Constify filename parameter.
8145
8146 2002-01-03  Graham Stott  <grahams@redhat.com>
8147
8148         * gcc/jcf-parse.c: Update copyright date.
8149         (yyparse): Constify resource_filename.
8150
8151 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8152
8153         * parse.y (src_parse_roots): Don't needlessly zero init.
8154
8155 2001-12-31  Tom Tromey  <tromey@redhat.com>
8156
8157         * parse.y (dump_java_tree): New function.
8158         (source_end_java_method): Call it.
8159         (end_class_declaration): Likewise.
8160         * lang.c (java_decode_option): Call dump_switch_p.
8161
8162 2001-12-28  Tom Tromey  <tromey@redhat.com>
8163
8164         * gen-table.pl: Don't process characters after \uffff.  Added
8165         comment pointing to input file.
8166
8167 2001-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8168
8169         * gen-table.pl: Const-ify output.  Document the location of a
8170         suitable unicode input file.
8171
8172         * chartables.h: Regenerate.
8173
8174 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8175
8176         * chartables.h: Const-ify.
8177         * gjavah.c (options): Likewise.
8178         * jcf-dump.c (options): Likewise.
8179         * jv-scan.c (options): Likewise.
8180         * lex.c (java_start_char_p, java_part_char_p): Likewise.
8181         * parse.y (binop_lookup): Likewise.
8182
8183 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8184
8185         * Make-lang.in (keyword.h): Pass -C to gperf to const-ify
8186         the static arrays that are output.
8187         * jvspec.c (jvgenmain_spec): Make static.
8188         * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
8189         * keyword.h: Regenerate.
8190         * lang.c (string_option, process_option_with_no, lang_f_options,
8191         lang_W_options): Const-ify.
8192         * lex.c (java_lex): Likewise.
8193
8194 2001-12-21  Richard Henderson  <rth@redhat.com>
8195
8196         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..
8197         (get_boehm_type_descriptor): ... here.  Arrange for the
8198         TREE_TYPE to get set properly.
8199
8200 2001-12-21  Richard Henderson  <rth@redhat.com>
8201
8202         * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor
8203         only if the target requires collect2.
8204
8205         * class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
8206
8207 2001-12-20  Tom Tromey  <tromey@redhat.com>
8208
8209         For PR java/4509:
8210         * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
8211         CAN_COMPLETE_NORMALLY for the node.
8212         * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't
8213         generate code for second branch if first branch can't complete
8214         normally.
8215         (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to
8216         the loop head if the loop body can't complete normally.
8217
8218 2001-12-20  Tom Tromey  <tromey@redhat.com>
8219
8220         For PR java/4766:
8221         * jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle
8222         case where `finally' clause can't complete normally.
8223
8224 2001-12-20  Tom Tromey  <tromey@redhat.com>
8225
8226         Fixes PR java/5057:
8227         * parse.y (analyze_clinit_body): Added this_class parameter.
8228         Check for more cases where we must keep <clinit>.
8229         (maybe_yank_clinit): Cleaned up flow control.
8230
8231 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8232
8233         * decl.c (java_init_decl_processing): Don't initialize
8234         finit_leg_identifier_node.
8235         * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE.
8236         (finit_leg_identifier_node): Remove.
8237         (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE.
8238
8239 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8240
8241         * mangle.c (mangle_member_name): Don't special-case for
8242         NO_DOLLAR_IN_LABEL.
8243         * mangle_name.c (unicode_mangling_length): Likewise.
8244         (append_unicode_mangled_name): Likewise.
8245         * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL
8246         code.
8247
8248 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8249
8250         * expr.c (build_java_array_length_access): Don't force null pointer
8251         check unless flag_check_references is set.
8252
8253 2001-12-20  Tom Tromey  <tromey@redhat.com>
8254
8255         Fix for PR java/3417:
8256         * parse.y (patch_assignment): Added special processing for
8257         `return'.
8258         (patch_return): Don't convert booleans to integers, and don't
8259         special-case `null'.
8260
8261 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8262
8263         * config-lang.in (diff_excludes): Remove.
8264
8265 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8266
8267         * gcj.texi: Update link to GCC manual.
8268
8269 2001-12-17  Tom Tromey  <tromey@redhat.com>
8270
8271         * parse.y (link_nested_class_to_enclosing): Removed useless
8272         statement.
8273
8274 2001-12-16  Tom Tromey  <tromey@redhat.com>
8275
8276         * mangle.c (mangle_method_decl): Never emit `C2' constructor.
8277         Fixes PR java/5088.
8278
8279 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8280
8281         * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
8282         jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
8283         spelling errors.
8284
8285 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8286
8287         * lex.c (java_read_unicode, java_lex): Use hex_p/hex_value.
8288
8289 2001-12-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8290
8291         * decl.c (java_init_decl_processing): Build otable_type correctly.
8292         otable_decl is an otable_type.
8293
8294 2001-12-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8295
8296         * java-tree.h (otable_methods, otable_decl, otable_syms_decl,
8297         otable_type, otable_ptr_type, method_symbol_type,
8298         method_symbols_array_type, method_symbols_array_ptr_type): New
8299         field/global tree definitions.
8300         (flag_indirect_dispatch): New flag.
8301         * decl.c (java_init_decl_processing): Initialize new otable and
8302         otable_syms type nodes and decls. Add new field "index" to
8303         method_type_node.
8304         * class.c (build_method_symbols_entry): New function.
8305         (make_method_value): Set "index" to to method's vtable index for
8306         virtual methods when indirect-dispatch is not used.
8307         (make_class_data): For indirect-dispatch, don't emit the dtable_decl,
8308         and set vtable_method_count to -1. Set otable and otable_syms field
8309         if indirect-dispatch is used and there was something to put in them.
8310         (build_method_symbols_entry): New function.
8311         (emit_offset_symbol_table): New function.
8312         * expr.c (get_offset_table_index): New function.
8313         (build_invokevirtual): Build array reference to otable at the index
8314         returned by get_offset_table_index, and use the result as the vtable
8315         offset.
8316         (build_invokeinterface): Similar.
8317         * jcf-parse.c (yyparse): If indirect-dispatch, call
8318         emit_offset_symbol_table at the end of compilation, after all classes
8319         have been generated.
8320         * jvspec.c: Don't pass findirect-dispatch to jvgenmain.
8321         * lang.c (flag_indirect_dispatch): Define.
8322         (lang_f_options): Add indirect-dispatch flag.
8323
8324 2001-12-14  Matthias Klose  <doko@debian.org>
8325
8326         * gcj.texi: Markup for man page generation. Document missing
8327         options printed by <tool> --help.
8328         Terminate description of gij's -ms option with a dot.
8329         * Make-lang.in ($(srcdir)/java/*.1): New targets.
8330         (java.generated-manpages java.install-man, java.uninstall,
8331         java-maintainer-clean) Updated.
8332
8333 2001-12-14  Hans Boehm  <Hans_Boehm@hp.com>
8334
8335         * class.c (get_dispatch_table): Fix java vtable layout
8336         for TARGET_VTABLE_USES_DESCRIPTORS.
8337         * decl.c (java_init_decl_processing): Initialize
8338         alloc_no_finalizer_node, finalize_identifier_node.
8339         * expr.c (class_has_finalize_method): New function.
8340         (expand_java_NEW): Generate calls for finalizer-free allocation.
8341         (build_invokevirtual): Fix java vtable layout for
8342         TARGET_VTABLE_USES_DESCRIPTORS.
8343         * java-tree.h (enum java_tree_index): New entries:
8344         JTI_ALLOC_NO_FINALIZER_NODE, JTI_FINALIZE_IDENTIFIER_NODE.
8345         (alloc_no_finalizer_node, finalize_deintifier_node): New macros.
8346         (class_has_finalize_method): declare.
8347         (HAS_FINALIZER_P): New macro.
8348         * parse.y (patch_invoke): Generate calls for finalizer-free
8349         allocation.
8350
8351 2001-12-12  Matthias Klose  <doko@debian.org>
8352
8353         * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
8354         whitespace at end of line.
8355
8356 2001-12-11  Tom Tromey  <tromey@redhat.com>
8357
8358         * lex.c (java_init_lex): Define wfl_to_string as
8359         gnu.gcj.runtime.StringBuffer unless generating bytecode.
8360
8361 2001-12-11  Jeff Sturm  <jsturm@one-point.com>
8362
8363         * class.c (make_method_value): Use null_pointer_node to
8364         represent empty exception table.
8365
8366 2001-12-10  Tom Tromey  <tromey@redhat.com>
8367
8368         * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.
8369
8370 2001-12-10  Douglas B. Rupp  <rupp@gnat.com>
8371
8372         * Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION).
8373
8374 2001-12-09  Per Bothner  <per@bothner.com>
8375
8376         * check-init.c (current_switch_has_default):  New static field.
8377         (check_init):  Case DEFAULT_EXPR: Set current_switch_has_default.
8378         Case SWITCH_EXPR:  Save/restore current_switch_has_default.  If no
8379         DEFAULT_EXPR seen, simulate a default alternative that copies state.
8380
8381 2001-12-09  Tom Tromey  <tromey@redhat.com>
8382
8383         * check-init.c (check_init): Don't allow pre- or post- increment
8384         or decrement of final variable.
8385         (final_assign_error): Minor error message rewording.
8386
8387 2001-12-08  Tom Tromey  <tromey@redhat.com>
8388
8389         * java-tree.h: Fixed typo.
8390
8391         * gjavah.c (decompile_method): Don't decompile to `return this'
8392         for static methods.
8393
8394         * gjavah.c (cxx_keywords): Re-sorted.
8395         * lex.c (cxx_keywords): Re-sorted.
8396
8397         * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
8398         else.
8399
8400         * gjavah.c (print_namelet): Clear subnamelets.
8401         (HANDLE_METHOD): Set `method_printed' earlier.
8402
8403 2001-12-07  Tom Tromey  <tromey@redhat.com>
8404
8405         * lang.c (lang_f_options): Added
8406         optimize-static-class-initialization.
8407         (java_decode_option): Removed special case.
8408
8409 2001-12-07  Per Bothner  <per@bothner.com>
8410
8411         * check-init.c (check_init):  Fix typo freeing memory twice.
8412
8413 2001-12-05  Per Bothner  <per@bothner.com>
8414
8415         Restore support for static class initialization optimization.
8416         * java-tree.h (STATIC_CLASS_INIT_OPT_P): Re-enable.
8417         * check-init.c (check_int):  At end of BLOCK handle initialization
8418         blocks, which used to be done in java_complete_expand_method but did
8419         not handle the case where check_for_initialization might allocate
8420         more than a word of bits.
8421         * decl.c (lang_make_tree):  The smic field is now a tree.
8422         * expr.c (build_class_init):  Set DECL_FUNCTION_INIT_TEST_CLASS field.
8423         * java-tree.h (DECL_FUNCTION_INIT_TEST_TABLE):  New macro.
8424
8425         * parse.y (emit_test_initialization):  Combine hash_lookup calls.
8426
8427         * java-tree.h (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND):
8428         Change from a hash table to a list.
8429         (struct_lang_decl):  Change field 'smic' to match.
8430         * class.c (add_method_1):  Initialize
8431         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND to null list.
8432         * parse.y (adjust_init_test_initialization):  Removed - inlined into -
8433         (java_expand_method_bodies): -here, since 'smic' is now a list.
8434         (patch_invoke):  Add to 'smic' list, instead of hash_lookup.
8435
8436         * check-init.c (WORD_SIZE):  Use BITS_PER_UNIT.
8437
8438         * class.c (java_hash_compare_tree_node):  Fix casts.
8439
8440 2001-12-04  Per Bothner  <per@bothner.com>
8441
8442         * check-init.c:   Handle definite unassignment to finals in addition
8443         to definite assignment.
8444         (loop_current_locals):  New field.
8445         (num_current_locals, int start_current_locals, num_current_words):
8446         Make static.
8447         (SET_P, CLEAR_P, SET_BIT):  Add needed but missing parentheses.
8448         (ASSIGNED_P, UNASSIGNED_P, SET_ASSIGNED, SET_UNASSIGNED,
8449         CLEAR_ASSIGNED, CLEAR_UNASSIGNED):  New macros.
8450         (get_variable_decl, check_final_reassigned):  New functions.
8451         (check_init, check_bool_init):  Modify as needed for checking finals.
8452         (check_for_initialization):  Take extra parameter and return void.
8453         Do extra start-up logic to check final fields for assignment.
8454         * parse.y (check_static_final_variable_assignment_flag,
8455         reset_static_final_variable_assignment_flag, check_final_assignment,
8456         check_final_variable_local_assignment_flag,
8457         reset_final_variable_indirect_assignment_flag,
8458         reset_final_variable_global_assignment_flag):  Remove functions.
8459         (java_complete_expand_methods, outer_field_access_fix,
8460         patch_assignment): Remove no-longer used logic.
8461         * java-tree.h (DECL_FIELD_FINAL_IUD):  Change usage and comments.
8462         * parse.y (register_fields, java_complete_tree):  Update accordingly.
8463
8464         * check-init.c (ALLOC_WORDS/FREE_WORDS):  Use xmalloc/free, not alloca.
8465         (DECLARE_BUFFERS, RELEASE_BUFFERS, ALLOC_BUFFER, FREE_BUFFER):  New.
8466         (check_cond_init, check_bool2_init):  Use DECLARE_BUFFERS.
8467
8468         * java-tree.h (STATIC_CLASS_INIT_OPT_P):  Temporarily turn off.
8469
8470         * java-tree.h (DECL FINAL):  New bit-field.
8471         (METHOD_FINAL, FIELD_FINAL, CLASS_FINAL):  Define as DECL_FINAL.
8472         (LOCAL_FINAL_P):  Use DECL_FINAL rather than old LOCAL_FINAL.
8473         (DECL_INIT_CALLS_THIS):  New macro.
8474         (struct lang_decl):  New bit-field init_calls_this.
8475         (DECL_FUNCTION_ALL_FINAL_INITIALIZED, DECL_FIELD_FINAL_LIIC,
8476         DECL_FIELD_FINAL_IERR, LOCAL_FINAL, TYPE_HAS_FINAL_VARIABLE
8477         (DECL_BIT_INDEX):  Change to use pointer_alias_set since we now
8478         use it for both local variables and final fields.
8479         (struct lang_decl_var):  Remove bit-fields final_liic, final_ierr,
8480         and local_final.
8481         (struct lang_type):  Remove hfv bit-field.
8482         (check_for_initialization):  Change to return void.
8483
8484         * java-tree.h (IS_ARRAY_LENGTH_ACCESS):  New macros.
8485         * expr.c (build_java_array_length_access):  Set IS_ARRAY_LENGTH_ACCESS.
8486         * check-init.c (final_assign_error):  New helper function.
8487         (check_final_reassigned, check_init):  Use it.
8488         (check_init):  Also check IS_ARRAY_LENGTH_ACCESS for ARRAY.length.
8489
8490         * java-tree.h (struct lang_decl, struct lang_decl_var):  Change all
8491         bit-fields to unsigned.
8492
8493 2001-12-03  Per Bothner  <per@bothner.com>
8494
8495         * parse.y (patch_binop):  Minor constant folding.
8496
8497         * parse.y (build_current_thisn):  Shorter 'buffer'.
8498
8499 2001-12-03  Per Bothner  <per@bothner.com>
8500
8501         * decl.c (complete_start_java_method):  Now generate TRY_FINALLY_EXPR
8502         instead of CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR.
8503         * jcf-write.c (generate_bytecode_insns):  Remove support for
8504         CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR as they are no longer used.
8505         * check-init.c (check_init):  Likewise.
8506
8507 2001-12-03  Per Bothner  <per@bothner.com>
8508
8509         * verify.c (subroutine_nesting):  New function.
8510         (verify_jvm_instructions):  Use it to fix logic for checking that
8511         we're done with the current subroutine.
8512
8513         * verify.c (verify_jvm_instruction): For OPCODE_checkcast and
8514         OPCODE_instanceof use POP_TYPE macro for better diagnostics.
8515
8516 2001-12-03  Per Bothner  <per@bothner.com>
8517
8518         * jcf.h:  Fix obvious typo in comment.
8519         * typeck.c (build_null_signature):  Add comment.
8520
8521 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
8522
8523         * expr.c: Remove leading capital from diagnostic messages, as
8524         per GNU coding standards.
8525         * jcf-io.c: Similarly.
8526         * jcf-parse.c: Similarly.
8527         * jv-scan.c: Similarly.
8528         * jvspec.c: Similarly.
8529         * mangle.c: Similarly.
8530
8531 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
8532             Alexandre Petit-Bianco  <apbianco@redhat.com>
8533
8534         * expr.c (build_java_arrayaccess): Call save_expr on array for
8535         correct evaluation order, modified comment, fixed indentation.
8536         * parse.y: (patch_assignment): Correctly extract the array base
8537         from the tree generate by build_java_arrayaccess, added comments.
8538         (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.
8539         Fixes PR java/3096, PR java/3803, PR java/3965.
8540
8541 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8542
8543         * expr.c (expand_byte_code): Remove trailing periods from messages.
8544         * jcf-parse.c (load_class, jcf_parse): Similarly.
8545         * jcf-write.c (generate_classfile): Similarly.
8546         * lex.c (java_lex): Similarly.
8547
8548 2001-11-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8549
8550         * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
8551
8552 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8553
8554         * Make-lang.in (java.generated-manpages): New dummy target.
8555
8556 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8557
8558         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
8559         ASM_FINAL_SPEC.
8560         (lang_specific_pre_link): Use set_input to set input_filename.
8561         Append `main' here.
8562         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
8563         (main): Fix definition.
8564         Strip `main' from classname.
8565         Fixes PR java/227.
8566
8567 2001-11-18  Roger Sayle <roger@eyesopen.com>
8568
8569         * parse.h (java_expand_switch): Remove old prototype.
8570
8571 2001-11-18  Tom Tromey  <tromey@redhat.com>
8572
8573         Fix for PR java/1401:
8574         * jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
8575         arg0 is null.
8576         (generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
8577         correctly.
8578
8579 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
8580
8581         * lang.c (finish_parse): Rename to java_finish.
8582         (LANG_HOOKS_FINISH, java_finish): New.
8583
8584 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8585
8586         * decl.c (init_decl_processing): Rename java_init_decl_processing.
8587         * java-tree.h: New prototype.
8588         * lang.c (java_init): Update prototype.  Combine with old init_parse.
8589
8590 2001-11-13  Tom Tromey  <tromey@redhat.com>
8591
8592         * gjavah.c (method_signature): New global.
8593         (HANDLE_METHOD): Set it.
8594         (decompile_return_statement): New function.
8595         (decompile_method): Use it.
8596         (print_method_info): Removed `synth' argument.
8597
8598 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8599
8600         * java-tree.h (java_set_yydebug): New.
8601         * jcf-parse.c (set_yydebug): Rename java_set_yydebug.
8602         * lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
8603         (print_lang_decl, print_lang_type, print_lang_identifier,
8604         print_lang_statistics, lang_print_xnode): Remove.
8605
8606 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8607
8608         * jcf-parse.c (init_lex): Remove.
8609         * lang.c (language_string, lang_identify): Remove.
8610         (struct lang_hooks): Constify.
8611         (LANG_HOOKS_NAME): Override.
8612         (init_parse): Update.
8613
8614 2001-11-08  Andreas Franck  <afranck@gmx.de>
8615
8616         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_CROSS_NAME): Handle
8617         program_transform_name the way suggested by autoconf.
8618         (java.install-common): Also transform auxiliary program names with
8619         program_transform_name.
8620
8621 2001-11-08  Tom Tromey  <tromey@cygnus.com>
8622
8623         * parse.y (trap_overflow_corner_case): New rule.
8624         (unary_expression): Use it.
8625         * lex.c (java_init_lex): Don't set minus_seen.
8626         (yylex): Don't use minus_seen.  Communicate overflow to parser for
8627         it to handle.
8628         (error_if_numeric_overflow): New function.
8629         * parse.h (minus_seen): Removed field.
8630         (JAVA_RADIX10_FLAG): New define.
8631
8632 2001-11-07  Tom Tromey  <tromey@redhat.com>
8633
8634         Patch for PR java/1414:
8635         * parse.y (case_label_list): New global.
8636         (goal): Register case_label_list with GC.
8637         (java_complete_lhs): Save new case on case_label_list.
8638         (patch_switch_statement): Check for duplicate case labels.
8639
8640 2001-11-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
8641
8642         * parse.y (patch_assignment): Removed unused third argument.
8643         (java_complete_lhs): Removed unused third argument to patch_assignment.
8644
8645 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8646
8647         * lang.c: Include langhooks-def.h.
8648         * Make-lang.in: Update.
8649
8650 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
8651
8652         * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
8653
8654 2001-10-29  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8655
8656         * mangle.c (find_compression_record_match): Don't match compression
8657         records for package name elements unless they occur at the start of
8658         the name. Fix for PR java/4717.
8659
8660 2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8661
8662         * expr.c (expand_java_field_op): Don't special-case references to
8663         java.lang.PRIMTYPE.TYPE.
8664         (build_primtype_type_ref): Removed.
8665         * java-tree.h (build_primtype_type_ref): Remove prototype.
8666         * parse.y (maybe_build_primttype_type_ref): Removed.
8667         (complete_function_arguments): Don't special-case references to
8668         java.lang.PRIMTYPE.TYPE.
8669         (patch_assignment): Likewise.
8670         (array_constructor_check_entry): Likewise.
8671
8672 2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
8673
8674         * mangle.c (static tree compression_table): Fixed leading comment.
8675         * parse.h (struct parser_ctxt): Fixed field comment.
8676         * parse.y (check_pkg_class_access): New prototype, fixed leading
8677         comment, new parameter used to emit error only if passed as true.
8678         (parse_check_super): Pass extra argument to check_pkg_class_access.
8679         (do_resolve_class): Likewise.
8680         (process_imports): Likewise.
8681         (read_import_dir): Fixed indentation.
8682         (find_in_imports_on_demand): New local class_type_name. Local
8683         node_to_use deleted. while loop changed into for loop. Report
8684         multiple definition only for accessible classes. Improved error
8685         message.
8686         (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
8687         assigned to parameter list, fixed indentation. while loop changed
8688         into for loop, restore TREE_CHAIN on local `tem' before the next
8689         iteration.
8690
8691 2001-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8692
8693         * lang.c (lang_get_alias_set): Deleted.
8694
8695 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8696
8697         * gjavah.c (jni_print_char): Fix thinko in last change.
8698
8699         * gjavah.c (jni_print_char, decode_signature_piece): Use
8700         safe-ctype macros and/or fold extra calls into fewer ones.
8701         * lex.c (java_read_unicode, java_lex): Likewise.
8702         * lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
8703         JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
8704         * mangle_name.c (append_unicode_mangled_name,
8705         unicode_mangling_length): Likewise.
8706
8707 2001-10-17  Richard Henderson  <rth@redhat.com>
8708
8709         * Make-lang.in (java/lang.o): Depend on langhooks.h.
8710
8711 2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
8712
8713         * lang.c (langhooks.h): Included.
8714         (LANG_HOOKS_INIT): Redefined.
8715         (LANG_HOOKS_INIT_OPTIONS): Likewise.
8716         (LANG_HOOKS_DECODE_OPTION): Likewise.
8717         (struct lang_hooks lang_hooks): New initialization.
8718
8719 2001-10-11  Per Bothner  <per@bothner.com>
8720
8721         * parse.y (patch_synchronized_statement):  Use a TRY_FINALLY_EXPR
8722         rather than a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR pair.
8723         The former is simpler, and jcf-write.c handles it better.
8724         (java_complete_lhs):  No longer need to handle CLEANUP_POINT_EXPR
8725         or WITH_CLEANUP_EXPR.
8726         * jcf-write.c:  Revert Alex's change from 2000-10-18.  It is no
8727         longer needed, as we already handle empty TRY_FINALLY_EXPR bodies fine.
8728
8729         * parse.y (patch_if_else_statement):  If the condition is constant,
8730         optimize away the test.
8731
8732 2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
8733
8734         * parse.y (patch_cast): Call patch_string on the first operand of
8735         the incoming node, update it if necessary. Fixes PR java/4510.
8736
8737 2001-10-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8738
8739         * parse.y (find_as_inner_class): Don't disregard the enclosing scope
8740         when name qualifier matches a package name.
8741
8742 2001-10-08  Tom Tromey  <tromey@redhat.com>
8743
8744         Fix for PR java/4489:
8745         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always
8746         force a new label when computing `body_block'.
8747
8748 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8749
8750         * jcf-io.c (format_uint): Const-ify.
8751         * lang.c (java_tree_code_type, java_tree_code_length): Likewise.
8752         * lex.c (java_get_line_col): Likewise.
8753         * parse.y (build_incdec): Likewise.
8754
8755 2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
8756
8757         * parse.y (register_incomplete_type): Set JDEP_SUPER to be given
8758         a NULL enclosing context if appropriate. Fixes PR java/4466.
8759
8760 2001-10-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
8761
8762         * parse.y (patch_assignment): Use lvalue's original TYPE when
8763         building the final COMPOUND_EXPR.
8764         (try_reference_assignconv): Fixed leading comment.
8765
8766 2001-09-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
8767
8768         * parse.y (check_final_variable_indirect_assignment): For
8769         COMPOUND_EXPR, return only if finals were found initialized
8770         properly, if not, keep on checking.
8771         (check_final_variable_global_assignment_flag): New local
8772         error_found, set when appropriate and used to decide whether to
8773         report uninitialized finals. Fixed typo in comment.
8774
8775 2001-09-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
8776
8777         * decl.c (init_decl_processing): Fixed typo in predef_filenames
8778         last three initializations. Fixes PR java/4360.
8779
8780 2001-09-21  Richard Henderson  <rth@redhat.com>
8781
8782         * class.c (get_dispatch_table): Handle function descriptors.
8783         (build_dtable_decl): Likewise.
8784         * expr.c (build_invokevirtual): Likewise.
8785
8786 2001-09-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
8787
8788         * parse.y (patch_method_invocation): Build class initialization
8789         when static finals are used to qualify method invocation.
8790         Fixes PR java/4366.
8791
8792 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
8793
8794         * parse.h: (WFL_STRIP_BRACKET): Re-written using
8795         build_type_name_from_array_name.
8796         (STRING_STRIP_BRACKETS): New macro.
8797         * parse.y (build_type_name_from_array_name): New function.
8798         (array_creation_expression:): Accumulate []s instead of [s.
8799         (cast_expression:): Accumulate []s instead of [s after cast type
8800         name.
8801         (build_array_from_name): Local string deleted, use
8802         build_type_name_from_array_name.
8803         (build_unresolved_array_type): Accumulate []s instead of [s after
8804         type name.
8805         (register_fields): Fixed comment.
8806         (resolve_class): Local name, base deleted, new locals tname and
8807         array_dims. Use build_type_name_from_array_name. Use array_dims to
8808         build array type.
8809         (purify_type_name): Use STRING_STRIP_BRACKETS.
8810
8811 2001-09-18  Andreas Jaeger  <aj@suse.de>
8812
8813         * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
8814         * jv-scan.c: Likewise.
8815
8816 2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
8817
8818         * parse.y (patch_method_invocation): Inner class creation context
8819         check not enforced within constructors. Fixes PR java/1873.
8820
8821 2001-09-16  Tom Tromey  <tromey@redhat.com>
8822
8823         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
8824         NOTE_PUSH for single-case push.  Fixes PR java/4189.
8825
8826 2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
8827
8828         * java-tree.h (TYPE_IMPORT_LIST): New macro.
8829         (TYPE_IMPORT_DEMAND_LIST): Likewise.
8830         (struct lang_type): New fields import_list and import_demand_list.
8831         * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
8832         TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
8833         (do_resolve_class): New local saved_enclosing_type, initialized,
8834         passed as parameter to find_in_imports and find_in_imports_on_demand.
8835         (find_in_imports): Added paramater enclosing_type, use its
8836         TYPE_IMPORT_LIST when applicable.
8837         (find_in_imports_on_demand): Added parameter enclosing_type, use
8838         its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
8839         declaration and initialization.
8840         (fold_constant_for_init): Switch/restore current_class to the
8841         appropriate context.
8842
8843 2001-09-13  Mark Mitchell  <mark@codesourcery.com>
8844
8845         * verify.c (verify_jvm_instructions): Fix typo.
8846
8847 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8848
8849         * expr.c (expand_invoke): Const-ification.
8850         * parse.y (patch_method_invocation): Likewise.
8851
8852 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8853
8854         * gjavah.c (cxx_keywords): Const-ification.
8855         * keyword.gperf (java_keyword): Likewise.
8856         * lang.c (java_tree_code_name): Likewise.
8857         * lex.c (cxx_keywords): Likewise.
8858         * parse.y (java_parser_context_suspend, merge_string_cste): Likewise.
8859
8860 2001-09-11  Richard Henderson  <rth@redhat.com>
8861
8862         * parse.h (ctxp_for_generation): Mark extern.
8863
8864 2001-09-10  Richard Henderson  <rth@redhat.com>
8865
8866         * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
8867
8868 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
8869
8870         * typeck.c (java_array_type_length, build_prim_array_type):
8871         Represent empty arrays by NULL index.
8872
8873 2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
8874
8875         * java-tree.h (compile_resource_file): Grouped with other prototypes.
8876         * jvspec.c (lang_specific_driver): Removed unused local `ptr.'
8877
8878 2001-09-06  Anthony Green  <green@redhat.com>
8879
8880         * class.c (O_BINARY): Define if necessary.
8881         (registerResource_libfunc): Declare.
8882         (init_class_processing): Initilize registerResource_libfunc.
8883         (compile_resource_file): New function.
8884         * java-tree.h (resource_name): Declare.
8885         (compile_resource_file): Declare.
8886         * jcf-parse.c (yyparse): Handle compiling java resource files.
8887         * lang.c (java_decode_option): Handle -fcompile-resource option.
8888         * jvspec.c (lang_specific_driver): Handle -R flag for compiling
8889         resource files.
8890         * gcj.texi (Code Generation): Add documentation for -R flag.
8891
8892 2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>
8893
8894         * jcf-write.c (generate_classfile): Issue an error in case of
8895         field/initial value mismatch.
8896         * parse.y (analyze_clinit_body): Keep <clinit> if an array is
8897         being initialized and we're generating bytecode.
8898         (java_complete_lhs): In MODIFY_EXPR section: added comments,
8899         set DECL_INITIAL properly when appropriate.
8900         Fixes PR java/4230
8901         Fixes PR java/4204
8902
8903 2001-09-01  Per Bothner  <per@bothner.com>
8904
8905         * parse.y (maybe_yank_clinit):  A field without an initializer is not
8906         relevant.  All initializers except static final and constant require
8907         <clinit>, regardless of flag_emit_class_files.
8908
8909 2001-08-31  Per Bothner  <per@bothner.com>
8910
8911         * class.c (set_constant_value):  When not emitting class files, then a
8912         String ConstantValue is a utf8const_ptr_type.
8913
8914 2001-08-30  Per Bothner  <per@bothner.com>
8915
8916         * jcf-write.c (generate_classfile):  Check that field is primitive
8917         or string before emitting ConstantValue attribute.
8918
8919 2001-08-30  Per Bothner  <per@bothner.com>
8920
8921         * parse.y (resolve_qualified_expression_name):  If creating a
8922         COMPOUND_EXPR, set it's type correctly.
8923
8924 2001-08-30  Per Bothner  <per@bothner.com>
8925
8926         * jcf-io.c (open_class):  Set filename field.
8927
8928         * jcf-parse,c (parse_class_file):  Set current_function_decl
8929         for better error message when Code attribute is missing.
8930
8931         * lang.c (put_decl_node, lang_print_error):  Re-arrange for
8932         better diagnostics, especially for constructors.
8933
8934 2001-08-30  Per Bothner  <per@bothner.com>
8935
8936         * jcf-write.c (generate_classfile):  Don't write ConstantValue
8937         attribute if field is not final, for compatibility with jdk.
8938
8939         * jcf-write.c (generate_classfile):  Convert ConstantValue values
8940         to correct type.  Work-around for front-end bug.
8941         * class.c (set_constant_value):  Error if constant has wrong type.
8942
8943 2001-08-30  Per Bothner  <per@bothner.com>
8944
8945         * jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
8946         "Double" are printed at verbosity 1.
8947
8948         * jcf-dump.c (main):  Disable flag_print_attributes if --javap.
8949
8950         * jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
8951
8952 2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
8953
8954         * parse.y (patch_assignment): Don't verify final re-assignment here.
8955         (java_complete_lhs): Verify assignments to finals calling
8956         patch_assignment. Verify re-assignments to finals before calling
8957         patch_assignment.
8958
8959 2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
8960
8961         * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
8962         Fixes PR java/1413
8963
8964 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
8965
8966         * lex.c (java_lex): new local found_hex_digits. Set and then used
8967         in test to reject invalid hexadecimal numbers.
8968         * parse.y (java_complete_tree): Prevent unwanted cast with
8969         initialized floating point finals.
8970         (patch_binop): Emit a warning when detecting a division by zero,
8971         mark result not constant, don't simplify non integer division.
8972
8973 2001-08-28  Per Bothner  <per@bothner.com>
8974
8975         * jcf-write.c  (generate_bytecode_insns):  For increments and
8976         decrements just recurse to push constant.  Improvement on Mark's patch.
8977
8978 2001-08-28  Mark Mitchell  <mark@codesourcery.com>
8979
8980         * jcf-write.c (generate_bytecode_insns): Generate an integer to
8981         real conversion for increments and decrements of reals.
8982
8983 2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
8984
8985         * parse.y (resolve_qualified_expression_name): Handle unresolved
8986         qualified expressions, prevent numerical qualifiers, fixed typo.
8987         Fixes PR java/4141
8988
8989 2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
8990
8991         * parse.y (check_deprecation): Handle TYPE_DECL in a special case,
8992         don't report anything but deprecated class when marked so. Handle
8993         VAR_DECL.
8994         (patch_method_invocation): Check deprecation on methods and types.
8995         (patch_binop): code becomes an enum tree_code, added default: to
8996         switch to handle that. Detect division by zero, try to fold and
8997         return before using a subroutine.
8998
8999 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
9000
9001         * jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
9002         file smaller than 4 bytes.
9003         * parse.y (check_inner_circular_reference): New function.
9004         (check_circular_reference): Likewise.
9005         (array_initializer:): Accept {,}.
9006         (java_check_circular_reference): Rewritten using
9007         check_circular_reference and check_inner_circular_reference.
9008         (java_complete_expand_method): Unconditionally save and restore
9009         the unpurged exception list.
9010         (build_dot_class_method_invocation): Unmangle signature parameter.
9011
9012 2001-08-21  Tom Tromey  <tromey@redhat.com>
9013
9014         * decl.c (init_decl_processing): Add `throws' field to method
9015         descriptor.
9016         * class.c (make_method_value): Compute `throws' field for method.
9017
9018 2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
9019
9020         * parse.y (resolve_inner_class): Keep local_enclosing to NULL if
9021         circularity is detected.
9022         (ctors_unchecked_throws_clause_p): Fixed leading comment.
9023
9024 2001-08-17  Richard Henderson  <rth@redhat.com>
9025
9026         * class.c (emit_register_classes): Add align parameter to
9027         call to assemble_integer.
9028
9029 2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>
9030
9031         * jcf-parse.c (load_class): New locals saved and class_loaded. If
9032         loading a class_or_name fails, try considering an innerclass name
9033         and load the enclosing context.
9034         * parse.y (resolve_inner_class): New function.
9035         (find_as_inner_class): Added leading comment.
9036         (register_incomplete_type): Keep the current context as enclosing
9037         context for JDEP_FIELD dependencies.
9038         (do_resolve_class): Locals new_class_decl and super initialized to
9039         NULL. Call resolve_inner_class, explore the enclosing context
9040         superclass if necessary.
9041         Fixes PR java/4007
9042
9043 2001-08-16  Tom Tromey  <tromey@redhat.com>
9044
9045         * jcf-dump.c (main): Updated for change to jcf_path_seal.
9046         * gjavah.c (main): Updated for change to jcf_path_seal.
9047         * lang.c (version_flag): New global.
9048         (java_decode_option): Recognize `-version'.
9049         (java_init): Update for change to jcf_path_seal.
9050         * jcf.h (jcf_path_seal): Added `print' argument.
9051         * jcf-path.c (jcf_path_seal): Added `print' argument.
9052
9053 2001-08-13  Zack Weinberg  <zackw@panix.com>
9054
9055         * Make-lang.in (java/decl.o): Update dependencies.
9056         * decl.c: Include libfuncs.h, don't include toplev.h.
9057
9058 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
9059
9060         * decl.c (init_decl_processing): exception_type_node,
9061         class_not_found_type_node, and no_class_def_found_type_node
9062         initialized. predef_filenames augmented accordingly.
9063         instinit_identifier_node initialized.
9064         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
9065         * java-tree.h (enum java_tree_index): New entries
9066         JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
9067         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
9068         (exception_type_node): New macro.
9069         (class_not_found_type_node): Likewise.
9070         (no_class_def_found_type_node): Likewise.
9071         (instinit_identifier_node): Likewise.
9072         (PREDEF_FILENAMES_SIZE): Adjusted.
9073         (TYPE_HAS_FINAL_VARIABLE): Fixed typo.
9074         (struct lang_type): Fixed typo in bitfield name.
9075         (DECL_INSTINIT_P): New macro.
9076         (ID_INSTINIT_P): Likewise.
9077         * jcf-write.c (generate_classfile): instinit$ bears the Synthetic
9078         attribute.
9079         * parse.y (encapsulate_with_try_catch): New function.
9080         (generate_instinit): Likewise.
9081         (build_instinit_invocation): Likewise.
9082         (ctors_unchecked_throws_clause_p): Likewise.
9083         (add_instance_initializer): Deleted.
9084         (build_instance_initializer): Likewise.
9085         (in_instance_initializer): Likewise.
9086         (check_method_redefinition): instinit$ not to be verified.
9087         (java_complete_expand_methods): Generate instinit$, simplified code.
9088         (build_dot_class_method): Eliminated unnecessary locals. Use
9089         encapsulate_with_try_catch, removed unnecessary code.
9090         (fix_constructors): New local iii. Use build_instinit_invocation.
9091         (patch_method_invocation): Added comment.
9092         (maybe_use_access_method): Don't consider instinit$.
9093         (find_applicable_accessible_methods_list): Shorten the search for
9094         instinit$ too.
9095         (java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
9096         (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
9097         (patch_throw_statement): Likewise. Fixed typo.
9098
9099 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
9100
9101         Revert:
9102         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9103         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
9104         ASM_FINAL_SPEC.
9105         (lang_specific_pre_link): Use set_input to set input_filename.
9106         Append `main' here.
9107         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
9108         (main): Fix definition.
9109         Strip `main' from classname.
9110         Fixes PR java/227.
9111
9112 2001-08-11  Zack Weinberg  <zackw@panix.com>
9113
9114         * lex.h: Don't include setjmp.h.  Don't define
9115         SET_FLOAT_HANDLER or prototype set_float_handler.
9116
9117 2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
9118
9119         * expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
9120         `poplevel' in the right order.
9121
9122 2001-08-09  Richard Henderson  <rth@redhat.com>
9123
9124         * Make-lang.in (class.o): Depend on TARGET_H.
9125         * class.c (emit_register_classes): Use target hooks instead of
9126         assemble_constructor and assemble_destructor.
9127
9128 2001-08-08  Alexandre Petit-Bianco  <apbianco@redhat.com>
9129
9130         * check-init.c (flags.h): Include
9131         (check_init): Don't report uninitialized static class
9132         initialization flags, don't free bit index when doing static class
9133         initialization optimization.
9134         (check_for_initialization): Return type changed to `unsigned int.'
9135         (attach_initialized_static_class): New function.
9136         * class.c (add_method_1): Create the initialized static class
9137         table if necessary.
9138         (finish_class): Always emit deferred inline methods.
9139         * decl.c (emit_init_test_initialization): Moved to expr.c
9140         (complete_start_java_method): Don't traverse
9141         DECL_FUNCTION_INIT_TEST_TABLE.
9142         (lang_mark_tree): Mark hash tables in function decls.
9143         * expr.c (emit_init_test_initialization): Moved from decl.c.
9144         (build_class_init): Create LAG_DECL_SPECIFIC for the static class
9145         initialization flag, set DECL_CONTEXT and
9146         LOCAL_CLASS_INITIALIZATION_FLAG.
9147         (java_lang_expand_expr): Emit initialization code for static class
9148         initialized flags when entering block, if necessary.
9149         * gcj.texi (-fno-optimize-static-class-initialization): Documented.
9150         * java-tree.h (flag_optimize_sci): New global variable declaration.
9151         (DECL_FUNCTION_INITIALIZED_CLASS_TABLE): New macro.
9152         (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND): Likewise.
9153         (LOCAL_FINAL_P): Fixed typo in comment.
9154         (FINAL_VARIABLE_P): Likewise.
9155         (LOCAL_CLASS_INITIALIZATIO_FLAG): New macro.
9156         (LOCAL_CLASS_INITIALIZATIO_FLAG_P): Likewise.
9157         (struct lang_decl): New fields `ict', `smic' and `cif.'
9158         (check_for_initialization): New returned value for global.
9159         (attach_initialized_static_class): New global function.
9160         (STATIC_CLASS_INIT_OPT_P): New macro.
9161         * lang-options.h (-fno-optimize-static-class-initialization): New flag.
9162         * lang.c (java_decode_option): Handle
9163         `-fno-optimize-static-class-initialization'
9164         * parse.y (start_complete_expand_method): New function.
9165         (java_expand_method_bodies): Likewise.
9166         (attach_init_test_initialization_flags): Likewise.
9167         (adjust_init_test_initialization): Likewise.
9168         (emit_test_initialization): Likewise.
9169         (java_complete_expand_methods): Nullify abstract and native method
9170         bodies.
9171         (java_complete_expand_method): New locals `fbody', `block_body'
9172         and `exception_copy.' Reorganized: directly return on empty method
9173         bodies, call `start_complete_expand_method', remember definitely
9174         initialized static class in function, don't expand method bodies.
9175         (java_expand_classes): Call `java_expand_method_bodies' before
9176         `finish_class' when compiling to native.
9177         (resolve_expression_name): Use `orig' after building outer class
9178         field access.
9179         (patch_invoke): Remember static method invocations.
9180
9181 2001-08-06  Richard Henderson  <rth@redhat.com>
9182
9183         * class.c (emit_register_classes): Pass a symbol_ref and priority
9184         to assemble_constructor.
9185
9186 2001-08-02  Alexandre Petit-Bianco  <apbianco@redhat.com>
9187
9188         * java-tree.h (all_class_filename): New macro.
9189         (enum java_tree_index): New enum `JTI_ALL_CLASS_FILENAME.'
9190         (BUILD_FILENAME_IDENTIFIER_NODE): Fixed leading comment. Link
9191         newly created IDENTIFIER_NODE to `all_class_filename.'
9192
9193 2001-08-01  Jeff Sturm  <jsturm@one-point.com>
9194
9195         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
9196         Use ggc_add_tree_root to register roots.
9197
9198 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
9199
9200         * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
9201         second operand calling check_init.
9202         * decl.c (complete_start_java_method): Swaped second and third
9203         arguments while creating WITH_CLEANUP_EXPR node.
9204         * jcf-write.c (generate_bytecode_insns): Use second operand
9205         instead of third when handling WITH_CLEANUP_EXPR.
9206         * parse.y (java_complete_lhs): Expand second operand of
9207         WITH_CLEANUP_EXPR nodes.
9208         (patch_synchronized_statement): Swaped second and third arguments
9209         while creating WITH_CLEANUP_EXPR node.
9210
9211 2001-07-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
9212
9213         * parse.y (create_interface): Avoid cyclic inheritance report when
9214         syntax error encountered during class definition.
9215         Fixes PR java/2956
9216
9217 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9218
9219         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
9220         ASM_FINAL_SPEC.
9221         (lang_specific_pre_link): Use set_input to set input_filename.
9222         Append `main' here.
9223         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
9224         (main): Fix definition.
9225         Strip `main' from classname.
9226         Fixes PR java/227.
9227
9228 2001-07-18  Tom Tromey  <tromey@redhat.com>
9229
9230         For PR java/2812:
9231         * lex.h: Use HAVE_ICONV, not HAVE_ICONV_H.
9232         * lex.c (java_new_lexer): Use ICONV_CONST.
9233         (java_read_char): Likewise.
9234         * Make-lang.in (jc1$(exeext)): Link against LIBICONV.
9235         (jv-scan$(exeext)): Likewise.
9236
9237 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
9238
9239         * parse.h (INTERFACE_INNER_MODIFIERS): Disallow `private.'
9240         * parse.y (check_class_interface_creation): Allow `private' if the
9241         enclosing is not an interface.
9242         (create_interface): Interface tagged public if the enclosing
9243         context is an interface.
9244         (create_class): Class tagged public if the enclosing context
9245         is an interface.
9246         Fixes PR java/2959
9247
9248 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
9249
9250         * class.c (push_class): Set DECL_SIZE to `integer_zero_node.'
9251         Fixes PR java/2665
9252
9253 2001-07-14  Tim Josling  <tej@melbpc.org.au>
9254
9255         * check-init.c (check_init): Remove references to EXPON_EXPR.
9256
9257 2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
9258
9259         * parse.y (java_complete_lsh): Set CAN_COMPLETE_NORMALLY and unset
9260         TREE_CONSTANT_OVERFLOW of CASE_EXPR value.
9261         Fixes PR java/3602
9262
9263 2001-07-13  Tom Tromey  <tromey@redhat.com>
9264
9265         * jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
9266         invocation.
9267
9268 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
9269
9270         * parse.y (patch_method_invocation): Don't override primary if one
9271         is already provided, but let this$<n> be built. Fixed comment.
9272
9273 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
9274
9275         * parse.y (empty_statement:): Report empty statement error only
9276         when found at class declaration level.
9277         Fixes PR java/3635
9278
9279 2001-07-12  Tom Tromey  <tromey@redhat.com>
9280
9281         * expr.c (expand_load_internal): New function.
9282         (LOAD_INTERNAL): Use it.
9283
9284 2001-07-11  Alexandre Petit-Bianco  <apbianco@redhat.com>
9285
9286         * parse.y (verify_constructor_super): Compare anonymous class ctor
9287         args with `valid_method_invocation_conversion_p.'
9288         Fixes PR java/3285
9289
9290 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
9291
9292         * lang-specs.h: Forbit the use if `-femit-class-file{s}' without
9293         `-fsyntax-only.' Fixes PR java/3248
9294
9295 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
9296
9297         * jcf-io.c (find_class): Clarified error message. Fixes PR java/2603
9298
9299 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
9300
9301         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): No `this' is fine if the
9302         current function is static. Fixes PR java/1970
9303
9304 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
9305
9306         * parse.y (patch_method_invocation): Add enclosing context to ctor
9307         calls if necessary. Fixes PR java/2953
9308
9309 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
9310
9311         * parse.y (resolve_package): Abort if qualified expression member
9312         isn't right.
9313         (qualify_ambiguous_name): Don't qualify as type if `this' in use.
9314         Fixes PR java/1391
9315
9316 2001-07-07  Zack Weinberg  <zackw@stanford.edu>
9317
9318         * verify.c: Don't use // comments.
9319
9320 2001-07-05  Tom Tromey  <tromey@redhat.com>
9321
9322         * lang.c (flag_assume_compiled): Removed.
9323         * java-tree.h (flag_assume_compiled): Removed.
9324         * lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
9325         -fhash-synchronization, -fuse-divide-subroutine,
9326         -fcheck-references, -femit-class-file, -femit-class-files,
9327         -fassume-compiled.  Updated --encoding information.  Changed
9328         -foutput-class-dir to `-d'.
9329
9330 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
9331
9332         * jcf-parse.c (parse_class_file): Add lineno parameter to
9333         debug_start_source_file call.
9334
9335 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9336
9337         * gcj.texi: Use gpl.texi.
9338         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Update
9339         dependencies and use doc/include in search path.
9340
9341 2001-07-03  Jeff Sturm  <jsturm@one-point.com>
9342
9343         * parse.y (fix_constructors): Test if a CALL_EXPR invokes
9344         `this'.  If so, don't build instance initializers.
9345
9346 2001-07-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
9347
9348         * parse.y (resolve_expression_name): Improved error message for
9349         inner class cases. Fixes PR java/1958
9350
9351 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
9352
9353         * lang.c: #include diagnostic.h
9354         (lang_print_error): Add a `diagnostic_context *' parameter.
9355         (java_dummy_print): Likewise.
9356         * Make-lang.in (JAVA_LEX_C): Depend on diagnostic.h
9357
9358 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
9359
9360         * jcf-parse.c (gcc_mark_jcf): Test for a finished JCF.
9361         * jcf.h (typedef struct JCF): New bitfield `finished.'
9362         (JCF_FINISH): Set `finished.'
9363         (JCF_ZERO): Reset `finished.'
9364         Fixes PR java/2633
9365
9366 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
9367
9368         * parse.y (class_body_declaration:): Don't install empty instance
9369         initializers.
9370         Fixes PR java/1314
9371
9372 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
9373
9374         * class.c (set_super_info): Call `set_class_decl_access_flags.'
9375         (set_class_decl_access_flags): New function.
9376         * java-tree.h (set_class_decl_access_flags): New prototype.
9377         * jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
9378         (parse_class_file): New local `decl_max_locals.' Take wide types
9379         into account to compute DECL_MAX_LOCALS.
9380         * parse.y (type_import_on_demand_declaration:): Ignore duplicate
9381         imports on demand.
9382
9383 2001-06-22  Jan van Male  <jan.vanmale@fenk.wau.nl>
9384
9385         * zipfile.h: Use GCC_JCF_H instead of JCF_H.
9386
9387 2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
9388
9389         * class.c (java_hash_tree_node): Fixed indentation in leading comment.
9390         * parse.y (do_resolve_class): Moved comments out to leading comment
9391         section. Removed local `start', New local `_ht' and
9392         `circularity_hash.'  Record `enclosing' in hash table and search
9393         it to detect circularity.  Use `enclosing' as an argument to
9394         `lookup_cl.' Free the hash table when done.
9395
9396 2001-06-19  Tom Tromey  <tromey@redhat.com>
9397
9398         * lex.c (java_read_char): Disallow invalid and overlong
9399         sequences.  Fixes PR java/2319.
9400
9401 2001-06-05  Jeff Sturm  <jsturm@one-point.com>
9402
9403         * decl.c (create_primitive_vtable): Don't call make_decl_rtl.
9404
9405 2001-06-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
9406
9407         * expr.c (force_evaluation_order): Match wrapped ctor calls, locate
9408         arguments accordingly.
9409
9410 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9411
9412         * gcj.texi: Move contents to just after title page.
9413
9414 2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>
9415
9416         * parse.y (type_literals:): Use `build_incomplete_class_ref' with
9417         builtin type.
9418         (patch_incomplete_class_ref): Build the class ref, build the class
9419         init if necessary, complete the tree.
9420         Fixes PR java/2605
9421
9422 2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
9423
9424         * parse.y (lookup_field_wrapper): Test `name' code.
9425         (resolve_qualified_expression_name): Test `qual_wfl' code.
9426         (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
9427         handle `qual_wfl' by code.
9428         (maybe_build_primttype_type_ref): Test `wfl' code.
9429
9430 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
9431
9432         * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
9433         fdl.texi.
9434         (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
9435         the dvi file in the java directory.
9436
9437 2001-05-25  Sam TH  <sam@uchicago.edu>
9438
9439         * gen-table.pl javaop.h jcf.h lex.h,
9440         parse.h: Fix header include guards.
9441
9442 2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9443
9444         * jv-scan.c (version): Update copyright year.
9445
9446 2001-05-21  Per Bothner  <per@bothner.com>
9447
9448         * jcf-parse.c (read_class):  If class is from .class or .zip file
9449         and it's already been read, don't push/pop parser context.
9450
9451 2001-05-18  Per Bothner  <per@bothner.com>
9452
9453         * jvspec.c (lang_specific_pre_link):  Re-arrange the linker
9454         command line so the jvgenmain-generated main program comes first.
9455
9456 2001-05-15  Tom Tromey  <tromey@redhat.com>
9457
9458         * class.c (build_utf8_ref): Don't generate identifier based on
9459         utf8const contents.
9460
9461 2001-05-12  Richard Henderson  <rth@redhat.com>
9462
9463         * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
9464         * expr.c (java_lang_expand_expr): Expand it.
9465         (process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
9466         calling build_exception_object_ref.
9467         * parse.y (catch_clause_parameter): Likewise.
9468         (build_dot_class_method): Likewise.
9469         (try_reference_assignconv): Likewise.
9470         * check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
9471         * jcf-write.c (generate_bytecode_insns): Likewise.
9472
9473 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
9474
9475         * parse.y (build_unresolved_array_type): Set
9476         EXPR_WFL_QUALIFICATION on the newly created wfl.
9477         Fixes PR java/2538. Fixes PR java/2535.
9478
9479 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
9480
9481         * parse.y (fix_constructors): Removed unnecessary assignment to
9482         local. Moved assignment to `this$<n>', fixed comments and
9483         indentation.
9484         (build_wfl_wrap): Fixed indentation.
9485         Fixes PR java/2598, java/2579 and java/2658.
9486
9487 2001-05-03  Mo DeJong  <mdejong@redhat.com>
9488
9489         * lex.c (java_new_lexer): Call iconv_close on temp handle used to
9490         check for byte swap.
9491
9492 2000-05-02  Jeff Sturm  <jsturm@one-point.com>
9493
9494         * expr.c (build_class_init): Move MODIFY_EXPR
9495         outside of COND_EXPR.  Remove variable `call'.
9496
9497 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9498
9499         * decl.c: NULL_PTR -> NULL.
9500         * jcf-write.c: Likewise.
9501
9502 2001-05-01  Tom Tromey  <tromey@redhat.com>
9503
9504         * Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
9505         (java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
9506         * gcj.texi: Updated copyright text.  Include fdl.texi.
9507         (Top): Link to new node.
9508
9509 2001-05-01  Per Bothner  <per@bothner.com>
9510
9511         * parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
9512
9513 2001-05-01  Per Bothner  <per@bothner.com>
9514
9515         * parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
9516         import_list contains the name, not the TREE_PURPOSE.
9517
9518 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9519
9520         * jcf-io.c (read_zip_member): Cast to long in comparison with
9521         signed value.
9522
9523         * jvspec.c (lang_specific_driver): Initialize variables.
9524
9525         * mangle.c (find_compression_record_match): Likewise.
9526
9527         * typeck.c (build_null_signature): Provide static prototype.  Mark
9528         parameter with ATTRIBUTE_UNUSED.
9529
9530         * verify.c (verify_jvm_instructions): Initialize variable.
9531
9532 2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9533
9534         * parse.y (do_resolve_class): Check for cyclic inheritance during
9535         inner class resolution.
9536
9537 2001-04-27  Per Bothner  <per@bothner.com>
9538
9539         * parse.y (java_expand_classes):  Don't change ctxp_for_generation
9540         while iterating, since that could cause gc to lose stuff.
9541
9542 2001-04-26  Per Bothner  <per@bothner.com>
9543
9544         Fix method search wrt scope of inner classes to match JLS2.
9545         * typeck.c (build_null_signature):  New static function.
9546         (has_method):  New function.  Uses build_null_signature and lookup_do.
9547         * java-tree.h (has_method):  New declaration.
9548         * parse.y (find_applicable_accessible_methods_list):  Do not search
9549         context of inner classes here.
9550         (patch_method_invocation):  Search scope, ie. current and outer clases,
9551         for method matching simple name, to find class.
9552
9553 2001-04-26  Per Bothner  <per@bothner.com>
9554
9555         * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
9556         Fix thinko:  If a single case, use if_icmpeq, not ifeq.
9557
9558         * constants.c (find_methodref_with_class_index):  New function.
9559         (find_methodref_index):  Use find_methodref_with_class_index.
9560         * java-tree.h (find_methodref_with_class_index):  New declaration.
9561         * jcf-write.c (generate_bytecode_insns case CALL_EXPR):  Don't change
9562         DECL_CONTEXT, instead use new find_methodref_with_class_index function.
9563         If context changed from interface to class, don't use invokeinterface.
9564
9565 2001-04-25  Per Bothner  <per@bothner.com>
9566
9567         * verify.c (verify_jvm_instructions):  For field instructions,
9568         check that field index is valid.  For invoke instructions, check that
9569         method index is valid.
9570
9571 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9572
9573         * config-lang.in (target_libs): Copy from $libgcj_saved.
9574
9575 2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9576
9577         * decl.c (init_decl_processing): Add new class "protectionDomain"
9578         field.
9579         * class.c (make_class_data): Set initial value for "protectionDomain".
9580
9581 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9582
9583         * jvspec.c (lang_specific_driver): Fix memory allocation
9584         deficit, by using concat in lieu of xmalloc/sprintf.
9585
9586 2001-04-20  Per Bothner  <per@bothner.com>
9587
9588         Fixes to compile multiple .class files at once.
9589         * decl.c (init_decl_processing):  Don't set CLASS_LOADED_P.
9590         * java-tree.h (CLASS_PARSED_P):  New macro.
9591         (CLASS_LOADED_P):  Re-define to use TYPE_SIZE and CLASS_PARSED_P.
9592         * jcf-parse.c (jcf_parse_source):  Inline into read_class.
9593         (read_class):  Avoid some code duplication.
9594         Don't call JCF_FINISH for a .class file - might be needed later.
9595         (jcf_parse):  Don't call layout_class here.  Check/set CLASS_PARSED_P
9596         rather than CLASS_LOADED_P, since latter implies class laid out.
9597         (yyparse):  Do layout_class and JCF_FINISh here instead, in pass 2.
9598         * parse.y:  Don't need to set CLASS_LOADED_P for array types.
9599
9600 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9601
9602         * Make-lang.in (java/boehm.o): Depend on toplev.h.
9603
9604         * boehm.c: Include toplev.h.
9605
9606 2001-04-06  Tom Tromey  <tromey@redhat.com>
9607             Alexandre Petit-Bianco  <apbianco@redhat.com>
9608
9609         Fix for PR gcj/1404 and PR gcj/2332:
9610         * parse.y (build_array_from_name): If we use the type_wfl then
9611         accumulate dimensions from the original type as well.
9612         (build_unresolved_array_type): Don't modify TYPE_OR_WFL in place.
9613
9614 2001-04-06  Tom Tromey  <tromey@redhat.com>
9615
9616         * parse.y (analyze_clinit_body): Return true if the second operand
9617         of a METHOD_EXPR is nonzero.
9618
9619 2001-04-06  Tom Tromey  <tromey@redhat.com>
9620
9621         * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build
9622         directory.
9623         ($(srcdir)/java/parse.c): Likewise.
9624
9625 2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
9626
9627         * gcj.texi: Use `which-gcj' instead of `which-g77.'
9628         (version-gcc): Initialized.
9629         (which-gcj): Likewise.
9630
9631 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
9632
9633         * java-tree.h (struct lang_decl): New macro
9634         `DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
9635         * parse.y (build_instance_initializer): New function.
9636         (add_instance_initializer): Use it.
9637         (java_fix_constructors): Set `current_class' before fix pass.
9638         (fix_constructors): Just return if already fixed. Move `super()'
9639         invocation ahead. Use `build_instance_initializer.'
9640         Fixes PR java/1315.
9641
9642 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
9643
9644         * parse.y (resolve_qualified_expression_name): Pass field's
9645         DECL_CONTEXT to `not_accessible_p.'
9646         (not_accessible_p): Changed parameters order in `inherits_from_p'
9647         invocation.
9648
9649 2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>
9650
9651         * lang-options.h: Add flag_check_references.
9652
9653 2001-04-04  Per Bothner  <per@bothner.com>
9654
9655         * java-tree.h (CONSTANT_VALUE_P):  New macro.
9656         * jcf-write.c (generate_classfile):  Use CONSTANT_VALUE_P.
9657         * parse.y (maybe_build_class_init_for_field):  New static function.
9658         (resolve_expression_name, resolve_field_access):  Use
9659         maybe_build_class_init_for_field instead of build_class_init
9660         This does not do the init if the field is compile-time-constant.
9661         (resolve_field_access):  Simplify.
9662
9663         * parse.y (fold_constant_for_init):  Merge test into switch.
9664
9665 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
9666
9667         * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
9668         on gansidecl.h.
9669         * buffer.c, jvgenmain.c: Don't include gansidecl.h.
9670
9671 2001-04-02  Zack Weinberg  <zackw@stanford.edu>
9672
9673         * expr.c (pop_type_0): Save the result of the first
9674         lang_printable_name call in a scratch buffer, so it
9675         won't be clobbered by the second call.
9676
9677 2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
9678
9679         * parse-scan.y (array_type:): Rewritten.
9680         (type_declaration:): `empty_statement' replaces `SC_TK.'
9681         (class_member_declaration:): `empty statement' added.
9682         (method_body:): Simplified.
9683         (static_initializer:): Likewise.
9684         (primary_no_new_array:): Use `type_literals.'
9685         (type_literals:): New rule.
9686         (dims:): Set and update `bracket_count.'
9687         Fixes PR java/1074. Fixes PR java/2412.
9688
9689 2001-03-28  Hans Boehm  <boehm@acm.org>
9690
9691         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'
9692         (get_boehm_type_descriptor): Set type on returned value to be a
9693         pointer length integer.
9694
9695 2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9696
9697         * expr.c (pop_type_0): Call `concat' rather than building the
9698         string manually.
9699         (pop_type): Add format specifier in call to `error'.
9700
9701         * parse.y (patch_method_invocation): Avoid casting away
9702         const-ness.
9703
9704 2001-03-28  Jeffrey Oldham  <oldham@codesourcery.com>
9705
9706         * jvgenmain.c (do_mangle_classname): End string constant with '\0'.
9707
9708 2001-03-28  Richard Henderson  <rth@redhat.com>
9709
9710         IA-64 ABI Exception Handling:
9711         * Make-lang.in (except.o): Don't depend on eh-common.h.
9712         * check-init.c (check_init): Handle EXC_PTR_EXPR.
9713         * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
9714         [soft_exceptioninfo_call_node]: Remove.
9715         [eh_personality_libfunc, lang_eh_runtime_type]: New.
9716         (end_java_method): No emit_handlers.
9717         * except.c (java_set_exception_lang_code): Remove.
9718         (method_init_exceptions): Don't call it.
9719         (prepare_eh_table_type): No CATCH_ALL_TYPE.
9720         (build_exception_object_ref): New.
9721         (expand_end_java_handler): Update for except.h name changes.
9722         (emit_handlers, expand_resume_after_catch): Remove.
9723         * expr.c (java_lang_expand_expr): Update for except.h name changes.
9724         (process_jvm_instruction): Use build_exception_object_ref.
9725         * java-tree.h (JTI_SOFT_EXCEPTIONINFO_CALL_NODE): Remove.
9726         (soft_exceptioninfo_call_node): Remove.
9727         (build_exception_object_ref): Declare.
9728         * jcf-write.c (generate_bytecode_insns) [CALL_EXPR]: No
9729         soft_exceptioninfo_call_node.  Move processing ...
9730         [EXC_PTR_EXPR]: ... here.
9731         * parse.h (BUILD_ASSIGN_EXCEPTION_INFO): Remove dead code.
9732         * parse.y (catch_clause_parameter): Use build_exception_object_ref.
9733         (source_end_java_method): No java_set_exception_lang_code or
9734         emit_handlers.
9735         (build_dot_class_method): Use build_exception_object_ref.
9736         (try_reference_assignconv): Check EXC_PTR_EXPR not
9737         soft_exceptioninfo_call_node.
9738
9739 2001-03-28  Richard Henderson  <rth@redhat.com>
9740
9741         * java-tree.h (throw_node): Define as a single member of
9742         java_global_trees instead of a separate array.
9743         (JTI_THROW_NODE): New.
9744         * decl.c (throw_node): Don't declare.
9745         (init_decl_processing): Init a scalar throw_node.
9746         Don't register it for gc.
9747         * check-init.c (check_init): Reference scalar throw_node.
9748         * expr.c (build_java_athrow): Likewise.
9749         * jcf-write.c (generate_bytecode_insns): Likewise.
9750         * parse.h (BUILD_THROW): Likewise.
9751
9752 2001-03-28  Richard Henderson  <rth@redhat.com>
9753
9754         * decl.c (end_java_method): Do not save and restore
9755         flag_non_call_exceptions.
9756         * parse.y (source_end_java_method): Likewise.
9757         * lang.c (flag_exceptions): Don't declare.
9758         (java_init_options): Set flag_non_call_exceptions.  Set
9759         flag_exceptions here ...
9760         (java_init): ... not here.
9761
9762 2001-03-27  Richard Henderson  <rth@redhat.com>
9763
9764         * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of
9765         exceptions_via_longjmp.
9766
9767         * lang.c (flag_new_exceptions): Don't declare it.
9768         (java_init_options): Or set it.
9769
9770 2001-03-27  Richard Henderson  <rth@redhat.com>
9771
9772         * decl.c (end_java_method): Rename asynchronous_exceptions to
9773         flag_non_call_exceptions.
9774         * parse.y (source_end_java_method): Likewise.
9775
9776 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9777
9778         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
9779
9780 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
9781
9782         * parse.h (DECL_END_SOURCE_LINE): Don't rely on DECL_FRAME_SIZE.
9783
9784 2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
9785
9786         * parse.y (find_as_inner_class): Follow current package
9787         indications not to mistakingly load an unrelated class.
9788
9789 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9790
9791         * constants.c (PUTN): Use memcpy, not bcopy.
9792
9793         * lex.c (java_read_char): Use memmove, not bcopy.
9794
9795         * parse.y (java_parser_context_resume): Use memcpy, not bcopy.
9796
9797 2001-03-23  Per Bothner  <per@bothner.com>
9798
9799         * verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
9800         macro for better error pin-pointing.
9801         * java-tree.h:  Fix typo in comment.
9802
9803         * jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
9804         Don't include jsr/goto in exception range.
9805         Check if start and end of exception range are the same (also TRY_EXPR).
9806         Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
9807         However, do emit the following goto even if try_block is empty.
9808         Defer freeing exception_decl until after the finalizer, to make
9809         sure the local isn't reused in the finalizer.  Fixes PR java/1208.
9810
9811         * parse.y (java_complete_lhs):  If the try-clause is empty, just
9812         return the finally-clause and vice versa.
9813
9814 2001-03-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
9815
9816         * gcj.texi (Input Options): documented the check for attribute
9817         `gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
9818         * java-tree.h (flag_force_classes_archive_check): Declared extern.
9819         * jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
9820         (jcf_parse): Check for the right classes archive if necessary.
9821         * jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
9822         (jcf_parse_fields): Fixed indentation.
9823         * jcf-write.c (append_gcj_attribute): New function.
9824         (generate_classfile): Compute the attribute count, invoke
9825         `append_gcj_attribute'.
9826         * jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
9827         turned into bit-fields. New bit-field `right_zip.'
9828         (JCF_ZERO): Set `right_zip' to zero.
9829         * lang-options.h (-fforce-classes-archive-check): Added flag.
9830         * lang.c (flag_force_classes_archive_check): New flag.
9831         (lang_f_options): New entry `force-classes-archive-check.'
9832         Fixes PR java/1213.
9833
9834 2001-02-07  Andrew Haley  <aph@redhat.com>
9835
9836         * gcj.texi (Configure-time Options): Add -fcheck-references.
9837         * expr.c (build_java_indirect_ref): New function.
9838         (java_check_reference): New function.
9839         (build_java_array_length_access): Use build_java_indirect_ref to
9840         check for null references.
9841         (build_java_arrayaccess): Likewise.
9842         (build_get_class): Likewise.
9843         (build_field_ref): Likewise.
9844         (invoke_build_dtable): Likewise.
9845         (build_invokeinterface): Likewise.
9846         * lang.c (lang_f_options): Add flag_check_references.
9847         * jvspec.c (jvgenmain_spec): Add flag_check_references.
9848         * java-tree.h (flag_check_references): New variable.
9849         * lang.c (flag_check_references): Likewise.
9850         * parse.y (patch_invoke): Use java_check_reference.
9851         (patch_assignment): Allow for extra nesting in
9852         _Jv_CheckArrayStore.
9853
9854 2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
9855
9856         * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.
9857         * lex.c (cxx_keywords): Likewise.
9858
9859 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
9860
9861         * parse.y (qualify_ambiguous_name): Broaden `length'
9862         recognition. Help MODIFY_EXPR be resolved as expression names.
9863         Fixes PR java/2066. Fixes PR java/2400.
9864
9865 2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
9866
9867         * gjavah.c (process_file): Mark interface definitions with
9868         "__attribute__ ((java_interface))".
9869
9870 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
9871
9872         * class.c (layout_class): Fixed push_super_field's second
9873         argument. Fixes PR java/2333.
9874         (jdep_resolve_class): Reset TYPE_SIZE if `error_mark_node', it's
9875         too early to lay innerclasses out.
9876
9877 2001-03-20  Tom Tromey  <tromey@redhat.com>
9878             Alexandre Petit-Bianco <apbianco@redhat.com>
9879
9880         * parse.y (patch_assignment): Handle the case of a SAVE_EXPR
9881         inside an array reference. Insertion of the array store check
9882         rewritten. Fixes PR java/2299.
9883
9884 2001-03-20  Tom Tromey  <tromey@redhat.com>
9885
9886         * lex.c (java_read_unicode): Only accept leading `u's.
9887
9888 2001-03-20  Tom Tromey  <tromey@redhat.com>
9889
9890         * jcf-parse.c (read_class): Initialize `class'.
9891
9892 2001-03-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9893
9894         * jcf_parse.c (jcf_parse): Eliminate unused variable.
9895
9896 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
9897
9898         * class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
9899         (layout_class): Likewise.
9900         (layout_class_method): Likewise.
9901         (emit_register_classes): Likewise.
9902         * decl.c (builtin_function): Likewise.
9903         (give_name_to_locals): Likewise.
9904
9905 2001-03-19  Per Bothner  <per@bothner.com>
9906
9907         * jcf-parse.c (load_inner_classes):  Check CLASS_LOADED_P
9908         before trying to load an inner class.
9909
9910         Fixes to process to command-line .class files in two passes.
9911         * java-tree.h (JAVA_FILE_P, CLASS_FILE_P, ZIP_FILE_P):  New flags.
9912         (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P):  Rename to ..
9913         (CLASS_FROM_CURRENTLY_COMPILED_P):  ... because it is more general now.
9914         * class.c (is_compiled_class):  Fix for renamed flag.
9915         * parse.y (maybe_create_class_interface_decl):  Likewise.
9916         * jcf-parse.c (yyparse):  Also set if compiling .class files.
9917         * jcf-parse.c (read_class);  Read current_class.
9918         (jcf_parse):  Make static.
9919         (load_inner_classes):  New function, with code moved from jcf_parse,
9920         because we need to inner classes after the command-line files are read.
9921         (yyparse):  Set finput to NULL when it doesn't need to be closed.
9922         Reduce use of main_jcf (basically only for archive) and
9923         use finput instead of main_jcf->read_state.
9924         Inline jcf_figure_file_type into yyparse.
9925         Set JAVA_FILE_P, CLASS_FILE_P, or ZIP_FILE_P on filename list name.
9926         Defer load_inner_classes and parse_class_file to a second pass,
9927         after we've correctly mapped command-line .clas fiels to classes.
9928         (jcf_figure_file_type):  Removed.
9929         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE):  Removed flags.
9930         (JCF_ZERO):  Also clear zipd field.
9931         * zipfile.h:  Conditionalize on JCF_H insread of JCF_ZIP.
9932
9933 2001-03-18  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9934
9935         * jcf-parse.c (yyparse): Change ch from char * to char.
9936
9937 2001-03-19  Per Bothner  <per@bothner.com>
9938
9939         * jvspec.c (lang_specific_driver):  Check for .zip and .jar files.
9940         Add constructed filelist-file at end, following -xjava.  Thus any .o
9941         and library files are not affected by the -xjava.  Also wrap
9942         explicit @FILE with -xjava and -xnone.
9943
9944 2001-03-19  Andrew Haley  <aph@cambridge.redhat.com>
9945
9946         * class.c (build_static_field_ref): Call make_decl_rtl() after
9947         setting the DECL_EXTERNAL flag.
9948
9949 2001-03-17  Per Bothner  <per@bothner.com>
9950
9951         * decl.c (clear_binding_level):  Fix initializer (broke 03-15).
9952
9953         * jcf-write.c (generate_bytecode_insns):  Handle emitting iinc
9954         when result is is needed (target is STACK_TARGET).
9955
9956         * parse.h (JDEP_SOLV):  Removed.
9957         * parse.y (register_incomplete_type):  Use JDEP_TO_RESOLVE instead.
9958
9959         * parse.y (incomplete_class_list): Removed.
9960         (obtain_incomplete_type): Don't use or set incomplete_class_list.
9961         It doesn't work if resolve_class changes the name of an array type
9962         that is on the list and then someone else looks for the modified name.
9963         Also, seems liable to break when compiling multiple source files at
9964         once.  So the simplest is to just remove incomplete_class_list -
9965         it is only a minor space win and it is not even clear it saves time.
9966
9967         * parse.y (resolve_class):  Remove unneeded promote_type.
9968
9969 2001-03-15  Per Bothner  <per@bothner.com>
9970
9971         * java-tree.h (BLOCK_IS_IMPLICIT):  New flag.
9972         * parse.h (BLOCK_EXPR_ORIGIN):  Removed macro.
9973         * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
9974         Use BLOCK_IS_IMPLICIT rather than BLOCK_EXPR_ORIGIN.
9975
9976         * jcf-parse.c (yyparse):  Set/reset input_filename for source file.
9977         * parse.y (java_expand_classes):  Likewise.
9978
9979         * parse.y (expand_start_java_method):  Was only called once and had a
9980         misleading name, so inline in caller java_complete_expand_method.
9981         (enter_a_block):  Likewise inline in enter_block and remove.
9982
9983         Remove junk from when gcc/java was created (by copying from C/C++).
9984         * decl.c (keep_next_level_flag, keep_next_if_subblocks):  Remove.
9985         (struct binding_level):  Remove fields keep, keep_if_subblocks,
9986         more_cleanups_ok, have_cleanups (which have never been used).
9987         (pushlevel, poplevel):  Remove related useless code.
9988
9989         * class.c (make_class_data):  The class_dtable_decl (i.e. the
9990         vtable for Class) should be external, except when compiling Class.
9991
9992         * jvspec.c (lang_specific_driver):  Fix -C handling.
9993         Check -save-temps to see if temp @FILE should be deleted.
9994         Follow-up to/fix for February 16 patch.
9995
9996         * verify.c (verify_jvm_instructions):  Better error msgs for dup.
9997         (type_stack_dup):  Remove no-longer neded error check.
9998
9999 2001-03-15  Bryce McKinlay  <bryce@albatross.co.nz>
10000
10001         * mangle.c (mangle_record_type): Rename 'from_pointer' argument
10002         to 'for_pointer'. If this type is for a pointer (argument) mangling,
10003         don't surround the element with 'N..E' if the type name is
10004         unqualified.
10005
10006 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
10007
10008         * class.c (build_static_field_ref): Use COPY_DECL_RTL,
10009         DECL_RTL_SET_P, etc.
10010         (make_method_value): Likewise.
10011         (get_dispatch_table): Likewise.
10012
10013         * decl.c (push_jvm_slot): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
10014
10015 2001-03-07  Tom Tromey  <tromey@redhat.com>
10016
10017         * config-lang.in (lang_requires): Define.
10018
10019 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
10020
10021         * typeck.c (convert): Check flag_unsafe_math_optimizations,
10022         not flag_fast_math.
10023
10024 2001-03-05  Per Bothner  <per@bothner.com>
10025
10026         Fix a problem where rest_of_decl_compilation applied to
10027         class_dtable_decl causes problems because it was done too early,
10028         before output file was opened.
10029         * decl.c (init_decl_processing):  Remove init of class_dtable_decl.
10030         * class.c (class_dtable_decl):  Add macro - element of class_roots.
10031         (make_class_data):  Define class_dtable_decl.
10032         * java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.
10033
10034 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
10035
10036         * java/class.c, java/decl.c, java/java-tree.h: Replace all
10037         uses of 'boolean' with 'bool'.
10038
10039 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
10040
10041         * lang-specs.h: Add zero initializer for cpp_spec field to all
10042         array elements.
10043
10044 2001-02-16  Per Bothner  <per@bothner.com>
10045
10046         Handle compiling multiple input files at once, and @FILE syntax.
10047         * gcj.texi:  Updated documentation to match.
10048         * java-tree.h (flag_filelist_file, init_src_parse):  New declarations.
10049         * jcf-parse.c (parse_source_file):  Split into ...
10050         (parse_source_file_1):  New function - and:
10051         (parse_source_file_2):  New function.
10052         (yyparse):  On -ffilelist-file, open and scan named file.
10053         On first pass over files, only do parse_source_file_1.
10054         A new second pass calls parse_source_file_2 for each file to compile.
10055         (init_jcf_parse):  Call init_src_parse.
10056         * jvspec.c (INDIRECT_FILE_ARG):  New flag.
10057         (lang_specific_driver):  Support @FILELIST-FILE syntax, as well
10058         as multiple input file combined in one compilation.
10059         * lang-options.h:  Add -ffilelist-file
10060         * lang.c (flag_filelist_file):  New flag variable.
10061         (lang_f_options):  Handle -ffilelist-file.
10062         * lex.c (java_init_lex): Don't clear ctxp->incomplete_class.
10063         * parse.h (struct parse_ctxt):  Remove fields incomplete_class and
10064         gclass_list - use global fields of src_parse_roots instead.
10065         * parse.y (src_parse_roots):  New array.
10066         (incomplete_class_list, gclass_list):  New macros.
10067         (push_parser_context, java_pop_parser_context,
10068         java_parser_context_resume):  Don't fiddle with deleted fields.
10069         (various):  Use incomplete_class gclass_list and global macros
10070         instead of parse_ctxt fields - the lists are global.
10071         (init_src_parse):  New function.
10072
10073 2001-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10074
10075         * decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
10076
10077 2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
10078
10079         * parse.y (check_inner_class_access): Moved declaration of local
10080         `enclosing_decl_type' to the right location.
10081
10082 2001-02-19  Bryce McKinlay  <bryce@albatross.co.nz>
10083
10084         * parse.y (parser_check_super_interface): Don't call
10085         check_pkg_class_access for an inner interface.
10086         (parser_check_super): Don't call check_pkg_class_access for inner
10087         class.
10088         (do_resolve_class): Simplify enclosing type loop. Don't call
10089         check_pkg_class_access if CL and DECL are not set.
10090         (find_in_imports_on_demand): Set DECL if class_type needed to be
10091         loaded. Don't call check_pkg_class_access for an inner class.
10092         (check_inner_class_access): Rewritten to implement member access
10093         rules as per spec 6.6.1.
10094         (check_pkg_class_access): Handle the empty package correctly.
10095         (in_same_package): New function. Determine if two classes are in the
10096         same package.
10097
10098 2001-02-18  Bryce McKinlay  <bryce@albatross.co.nz>
10099
10100         * typeck.c (build_java_array_type): Don't try to poke a public `clone'
10101         method into array types.
10102         * parse.y (patch_method_invocation): Bypass access check on clone call
10103         to array instance.
10104
10105 2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
10106
10107         * expr.c (build_instanceof): Check for arrays when trying fold to
10108         false.
10109
10110 2001-02-15  Jim Meyering  <meyering@lucent.com>
10111
10112         * Make-lang.in (java.install-common): Depend on `installdirs'.
10113         (java.install-info): Likewise.
10114
10115 2001-02-15  Bryce McKinlay  <bryce@albatross.co.nz>
10116
10117         * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
10118
10119 2001-02-14  Tom Tromey  <tromey@redhat.com>
10120             Alexandre Petit-Bianco  <apbianco@cygnus.com>
10121
10122         Fix for PR java/1261.
10123         * typeck.c (build_java_array_type): Add public `clone' method to
10124         arrays.
10125         * parse.y (resolve_qualified_expression_name): Use current_class
10126         when checking for inaccessibility.
10127         (patch_method_invocation): Fixed error message when accessibility
10128         denied.  Added `from_super' argument.
10129
10130 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
10131
10132         * parse.y (resolve_class): Don't build a fake decl. Use the one
10133         already built.
10134         * typeck.c (build_java_array_type): Build and assign decl to array
10135         type.
10136
10137 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
10138
10139         * parse.y (not_accessible_p): Changed leading comment. Added extra
10140         `where' argument. Use it to enforce protected access rules.
10141         (resolve_qualified_expression_name): Added extra argument to
10142         not_accessible_p.
10143         (patch_method_invocation): Use argument `primary' to provide
10144         not_accessible_p with an extra argument.
10145         (lookup_method_invoke): Added extra argument to not_accessible_p.
10146         (search_applicable_method_list): Likewise.
10147
10148 2001-02-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
10149
10150         * parse.y (resolve_qualified_expression_name): Try to resolve as
10151         an inner class access only if `decl' is a TYPE_DECL.
10152
10153 2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10154
10155         * decl.c (classdollar_identifier_node): Initialize.
10156         * java-tree.h (enum java_tree_index): New entry
10157         `JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
10158         (classdollar_identifier_node): New macro.
10159         (ID_CLASSDOLLAR_P): Likewise.
10160         * parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
10161         (build_dot_class_method_invocation): Likewise.
10162         (find_applicable_accessible_methods_list): `class$' can't be
10163         inherited.
10164
10165 2001-02-09  Raja R Harinath  <harinath@cs.umn.edu>
10166
10167         * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
10168
10169 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10170
10171         * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
10172         * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
10173         gone.
10174
10175 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10176
10177         * mangle_name (append_unicode_mangled_name): Emit `_' or `U'
10178         outside of the `__U' sequence too.
10179         (unicode_mangling_length): Count `_' or `U' outside of the `__U'
10180         sequence too.
10181
10182 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
10183
10184         * jvgenmain.c (error): Reversed 2001-02-01 deletion.
10185
10186 2001-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10187
10188         * Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
10189         (JVGENMAIN_OBJS): Likewise.
10190         * java-tree.h (append_gpp_mangled_name): New prototype.
10191         * jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
10192         Removed cast calling `gcc_add_root.'
10193         * jvgenmain.c (mangle_obstack): New global, initialized.
10194         (main): Use it.
10195         (do_mangle_class): Constify local `ptr.'
10196         Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
10197         append_gpp_mangle_name and update `count' if necessary.
10198         Use `mangle_obstack.'
10199         * mangle.c (append_unicode_mangled_name): Removed.
10200         (append_gpp_mangled_name): Likewise.
10201         (unicode_mangling_length): Likewise.
10202         (mangle_member_name): Return type set to `void.'
10203         (mangle_field_decl): Don't append `U' in escaped names.
10204         (mangle_method_decl): Likewise.
10205         (mangle_member_name): Just use `append_gpp_mangled_name.'
10206         * mangle_name.c: New file.
10207
10208 2001-02-07  Per Bothner  <per@bothner.com>
10209
10210         * check-init.c (check_init):  Fix TRY_FINALLY_EXPR logic.
10211
10212         * check-init.c (check_init):  Don't call done_alternative after
10213         processing loop code, as a LOOP_EXPR never terminates normally.
10214
10215 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10216
10217         * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
10218
10219 2001-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10220
10221         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
10222         DECLs.
10223
10224 2001-02-06  Tom Tromey  <tromey@redhat.com>
10225
10226         * lex.c (java_new_lexer): Longer error message.
10227
10228 2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
10229             Alexandre Petit-Bianco  <apbianco@cygnus.com>
10230
10231         * typeck.c (build_prim_array_type): Added leading comment.
10232         (build_java_array_type): Moved locals out of
10233         block. Always create the `data' field, fixed alignment to match
10234         C++.
10235
10236 2001-02-04  Tom Tromey  <tromey@redhat.com>
10237
10238         * expr.c (java_lang_expand_expr): Don't bother recomputing
10239         `length'.  Use rest_of_decl_compilation, not make_decl_rtl.
10240         Fixes PR java/1866.
10241
10242 2001-02-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10243
10244         * parse.y (process_imports): Save the original name of the import
10245         for better error report.
10246
10247 2001-02-04  Bryce McKinlay  <bryce@albatross.co.nz>
10248
10249         * Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
10250         of macros used when compiling jvspec.c.
10251         * jvspec.c (lang_specific_driver): Link with the shared
10252         libgcc by default.
10253
10254 2001-02-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10255
10256         * check-init.c (check_init): Call internal_error instead of fatal.
10257         * expr.c (java_lang_expand_expr): Likewise.
10258         * jcf-parse.c (get_constant): Likewise.
10259         * mangle.c (java_mangle_decl): Likewise.
10260         * parse.y (make_nested_class_name, java_complete_lhs): Likewise.
10261         (operator_string): Likewise.
10262         * check-init.c (check_init): Call abort instead of fatal.
10263         * class.c (build_class_ref): Likewise.
10264         * constants.c (write_constant_pool): Likewise.
10265         * decl.c (start_java_method): Likewise.
10266         * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise.
10267         (java_stack_dup, encode_newarray_type): Likewise.
10268         (build_java_array_length_access): Likewise.
10269         (build_java_check_indexed_type, expand_java_pushc): Likewise.
10270         (build_java_soft_divmod, build_invokeinterface): Likewise.
10271         * java-tree.h (INNER_CLASS_P): Likewise.
10272         * jcf-parse.c (parse_signature, get_name_constant): Likewise.
10273         (give_name_to_class, get_class_constant): Likewise.
10274         * jcf-write.c (CHECK_PUT, CHECK_OP, get_access_flags): Likewise.
10275         (find_constant_index, generate_bytecode_conditional): Likewise.
10276         (generate_bytecode_insns, perform_relocations): Likewise.
10277         * lex.c (java_unget_unicode, java_lex): Likewise.
10278         * mangle.c (mangle_type, mangle_record_type): Likewise.
10279         (mangle_pointer_type, mangle_array_type, init_mangling): Likewise.
10280         (finish_mangling): Likewise.
10281         * parse.h (MARK_FINAL_PARMS): Likewise.
10282         * parse.y (pop_current_osb, unreachable_stmt_error): Likewise.
10283         (obtain_incomplete_type, java_complete_class): Likewise.
10284         (java_check_regular_methods, java_complete_expand_method): Likewise.
10285         (cut_identifier_in_qualified, check_deprecation): Likewise.
10286         (patch_invoke, find_applicable_accessible_methods_list): Likewise.
10287         (java_complete_lhs, lookup_name_in_blocks): Likewise.
10288         (check_final_variable_indirect_assignment, build_unaryop): Likewise.
10289         * typeck.c (set_local_type, parse_signature_type): Likewise.
10290         (parse_signature_string, build_java_signature): Likewise;
10291         (set_java_signature): Likewise.
10292         * verify.c (type_stack_dup, CHECK_PC_IN_RANGE): Likewise.
10293         * class.c (add_method): Call fatal_error instead of fatal.
10294         (build_static_field_ref): Likewise.
10295         * expr.c (build_known_method_ref, expand_invoke): Likewise.
10296         * jcf-parse.c (get_constant, jcf_parse): Likewise.
10297         * lex.c (java_new_new_lexer): Likewise.
10298         * jv-scan.c (main): Likewise.
10299         (fatal_error): Renamed from fatal.
10300         * jcf-parse.c (yyparse): Call fatal_io_error instead of
10301         pfatal_with_name.
10302         * jcf-parse.c (jcf_parse_source): Call fatal_io_error, not fatal.
10303         (yyparse): Likewise.
10304         * jcf-write.c (make_class_file_name, write_classfile): Likewise.
10305         * lex.c (java_get_line_col): Likewise.
10306         * jcf-parse.c (load_class): Make errors non-fatal.
10307         * lex.c (byteswap_init, need_byteswap): Only #ifdef HAVE_ICONV.
10308
10309 2001-02-01  Bryce McKinlay  <bryce@albatross.co.nz>
10310
10311         * jvgenmain.c (class_mangling_suffix): Remove unused string.
10312         (error): Remove unused function.
10313         (main): Don't use "__attribute__ alias" on generated class symbol.
10314
10315 2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10316
10317         * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
10318         argument.
10319         * parse.y (finish_method_declaration): Code accounting for WFLed
10320         method DECL_NAMEs deleted.
10321         (check_abstract_method_definitions): Likewise.
10322         (resolve_type_during_patch): Layout resolved type.
10323         * typeck.c (lookup_do): Removed unused local.
10324
10325 2001-01-30  Bryce McKinlay  <bryce@albatross.co.nz>
10326
10327         * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
10328         * decl.c (init_decl_processing): Use integer_minus_one_node, not
10329         integer_negative_one_node.
10330         * expr.c (build_java_binop): Likewise.
10331
10332 2001-01-24  Jeff Sturm  <jeff.sturm@commerceone.com>
10333
10334         * zextract.c (read_zip_archive): Read file_offset before writing
10335         zipd and consequently clobbering the header contents.
10336
10337 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10338
10339         * Make-lang.in: Remove all dependencies on defaults.h.
10340         * decl.c: Don't include defaults.h.
10341         * expr.c: Likewise.
10342         * parse.y: Likewise.
10343
10344 2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10345
10346         * ChangeLog (2001-01-21): Fixed typo.
10347         * class.c (layout_class_method): Code accounting for WFLed
10348         method DECL_NAMEs deleted.
10349         * constant.c (find_methodref_index): Likewise.
10350         * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
10351         * java-tree.h (DECL_FUNCTION_WFL): New macro.
10352         (struct lang_decl): New field `wfl'.
10353         (java_get_real_method_name): Prototype deleted.
10354         * mangle.c (mangle_method_decl): Code accounting for WFLed
10355         method DECL_NAMEs deleted.
10356         * parse.h (GET_METHOD_NAME): Macro deleted.
10357         * parse.y (reset_method_name): Deleted.
10358         (method_header): Set DECL_FUNCTION_WFL.
10359         (check_abstract_method_header): Code accounting for WFLed method
10360         DECL_NAMEs deleted.
10361         (java_get_real_method_name): Deleted.
10362         (check_method_redefinition): Code accounting for WFLed method
10363         DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
10364         (java_check_regular_methods): Likewise.
10365         (java_check_abstract_methods): Likewise.
10366         (java_expand_classes): Don't call `reset_method_name.'
10367         (search_applicable_method_list): Use DECL_NAMEs instead of
10368         GET_METHOD_NAME.
10369         * typeck.c (lookup_do): Code accounting for WFLed method
10370         DECL_NAMEs deleted.
10371
10372 2001-01-25  Richard Earnshaw  <rearnsha@arm.com>
10373
10374         * lex.c (java_read_char): Check for EOF from getc first.
10375
10376 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10377
10378         * class.c (layout_class): Don't lay the superclass out if it's
10379         already being laid out.
10380         * jcf-parse.c (handle_innerclass_attribute): New function.
10381         (HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
10382         handle_innerclasses_attribute.
10383         (jcf_parse): Don't load an innerclasses if it's already being
10384         laid out.
10385         * jcf-write.c (append_innerclass_attribute_entry): Static
10386         `anonymous_name' and its initialization deleted. `ocii' and `ini'
10387         to be zero for anonymous classes.
10388
10389 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10390
10391         * class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
10392         necessary.
10393         * jcf-parse.c (set_source_filename): Use
10394         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
10395
10396 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10397
10398         * expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
10399         gets a unique asm name.
10400
10401 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10402
10403         * jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
10404         (HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
10405         if necessary.
10406         (HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
10407         * jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
10408         * parse.y (lookup_package_type_and_set_next): Deleted.
10409         (resolve_package): Removed unnecessary code.
10410         (find_applicable_accessible_methods_list): `finit$' can't be
10411         inherited.
10412         * verify.c (pop_argument_types): Added missing prototype.
10413
10414 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10415
10416         * config-lang.in: Disable java by default.
10417
10418 2001-01-23  Tom Tromey  <tromey@redhat.com>
10419
10420         * gcj.texi (Copying): New node.
10421         Added copyright information.
10422
10423 2001-01-21  Per Bothner  <per@bothner.com>
10424
10425         Various fixes to allow compiling a compressed .jar/.zip archive.
10426         * zipfile.h (struct ZipFileCache):  Replace by struct ZipFile.
10427         (struct ZipFile):  Add fields name and next (from  ZipFileCache).
10428         (struct ZipDirectory):  New field zipf points to owning ZipFile.
10429         * jcf.h (struct ZipDirectory):  Add forward declaration.
10430         (struct JCF):   Declare zipd field to have type struct ZipDirectory.
10431         Remove seen_in_zip and zip_offset fields.
10432         (JCF_SEEN_IN_ZIP):  New macro.
10433         * zextract.c (read_zip_archive):  Set ZipDirectory's zipf field.
10434         * jcf-io.c:  Change all ZipFileCache to ZipFile.
10435         (read_zip_member):  New function.
10436         (open_in_zip):  Call read_zip_member.
10437         * jcf-parse.c (find_in_current_zip):  Remove function.
10438         (read_class):  Merge in find_in_current_zip functionality.
10439         Call read_zip_member if needed.
10440         (parse_zip_file_entries):  Use read_zip_member.
10441         (process_zip_dir):  Update for removed and added JCF fields.
10442         (jcf_figure_file_type):  Re-use, don't copy initial ZipFile struct.
10443
10444 2001-01-21  Per Bothner  <per@bothner.com>
10445
10446         Minor optimization of static ggc roots.
10447         * jcf-parse.c (parse_roots):  New static field.
10448         (current_field, current_method, current_file_list):  Replace by macros
10449         naming fields of parse_roots.
10450         (init_jcf_parse):  Combine 3 ggc_add_tree_root calls to 1.
10451         * class.c (class_roots):  New static field.
10452         (registered_class, fields_ident, info_ident, class_list):
10453         New macros naming fields of parse_roots.
10454         (build_static_field_ref):  Don't register roots here.
10455         (layout_class):  Static field list replaced by macro class_list.
10456         (init_class_processing):  Call ggc_add_tree_root for 4 roots.
10457         Initialize fields_ident and info_ident here.
10458
10459 2001-01-21  Per Bothner  <per@bothner.com>
10460
10461         * jcf-parse.c (ggc_mark_jcf):  New function.
10462         (init_jcf_parse):  Register current_jcf as ggc root.
10463
10464 2001-01-21  Per Bothner  <per@bothner.com>
10465
10466         * lang.c (put_decl_node):  Print method's name.
10467
10468 2001-01-21  Per Bothner  <per@bothner.com>
10469
10470         * verify.c (VERIFICATION_ERROR_WITH_INDEX):  New macro.
10471         (verify_jvm_instructions):  Use it, for better error messages on loads.
10472
10473 2001-01-21  Per Bothner  <per@bothner.com>
10474
10475         * verify.c (merge_type_state):  Still may have to merge even if
10476         LABEL_VERIFIED (label).
10477
10478 2001-01-21  Per Bothner  <per@bothner.com>
10479
10480         * parse.y (method_header):  Don't set the DECL_NAME of a FUNCTION_DECL
10481         to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
10482
10483 2001-01-19  Per Bothner  <per@bothner.com>
10484
10485         * expr.c (pop_type_0):  Only return object_ptr_type_node on mismatch
10486         if expeting an interface type.  Refines Tom's change of 2000-09-12.
10487
10488 2001-01-18  Per Bothner  <per@bothner.com>
10489
10490         * gcj.texi (Input Options): Mention .java files.
10491
10492 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10493
10494         * lang-options.h (-Wunsupported-jdk11): Removed.
10495         * lang.c (flag_not_overriding): Deleted.
10496         (flag_static_local_jdk1_1): Likewise.
10497         (lang_W_options): Removed "unsupported-jdk11" entry.
10498         * parse.y (java_check_methods): Removed dead code.
10499
10500 2001-01-17  Tom Tromey  <tromey@redhat.com>
10501
10502         Changes suggested by Per Bothner:
10503         * gcj.texi (Input Options): Don't mention input files.
10504         (Code Generation): Updated --main information.
10505         (Invoking jcf-dump): Mention that --javap is incomplete.
10506         From Alexandre Petit-Bianco:
10507         (Warnings): Don't mention -Wunsupported-jdk11.
10508         My stuff:
10509         (Compatibility): Mention JDK 1.2-ness of libraries.
10510         (Resources): Mention resources used when writing gcj.
10511
10512 2001-01-17  Tom Tromey  <tromey@redhat.com>
10513
10514         * gcj.texi: New file.
10515         * Make-lang.in ($(srcdir)/java/gcj.info): New target.
10516         (java.info): Depend on gcj.info.
10517         (java/gcj.dvi): New target.
10518         (java.dvi): Depend on gcj.dvi.
10519         (java.install-info): Wrote.
10520
10521 2001-01-16  Jeff Sturm  <jeff.sturm@appnet.com>
10522
10523         * expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after
10524         having called make_decl_rtl.
10525
10526 2001-01-14  Per Bothner  <per@bothner.com>
10527
10528         Various patches to emit better messages on verification errors.
10529         * expr.c (push_type_0):  Return error indication on stack overflow,
10530         instead of callinfg fatal.
10531         (push_type):  Now just call push_type_0 (nd fatal on overflow).
10532         (pop_type_0):  Return detailed error message (in a char** argument).
10533         (pop_type):  If pop_type_0 fails, print error message.
10534         (pop_argument_types):  Moved to verify.c.
10535         * verify.c (pop_argument_types):  Moved from expr.c.
10536         Return a (possible) error message, rather than void.
10537         (POP_TYPE, POP_TYPE_CONV, PUSH_TYPE, PUSH_PENDING):  New macros.
10538         (verify_jvm_instruction):  Use new macros, improving error messages.
10539         For case OPCODE_astore use object_ptr_type_node.
10540         * java-tree.h (TYPE_UNDERFLOW, TYPE_UNEXPECTED):  New macros.
10541         (pop_type_0, push_type_0, pop_argument_types):  Update accordingly.
10542
10543         * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is
10544         constant, return body without wrapper.  (Improves constant folding.)
10545         * lex.c (build_wfl_node):  Clear TREE_TYPE from returned node.
10546
10547 2001-01-13  Per Bothner  <per@bothner.com>
10548
10549         * expr.c (expand_java_field_op):  Assigning to a final field outside
10550         an initializer does not violate JVM spec, so should be warning, not
10551         error.  (Sun's verifier does not complain - though MicroSoft's does.)
10552
10553 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10554
10555         * gjavah.c (version), jcf-dump.c (version): Update copyright year
10556         to 2001.
10557
10558 2001-01-11  Bryce McKinlay  <bryce@albatross.co.nz>
10559
10560         * parse.y (resolve_expression_name): Permit instance variables from
10561         enclosing context in super constructor call.
10562         (resolve_qualified_expression_name): Permit enclosing class's qualified
10563         "this" in super constructor call.
10564
10565 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
10566
10567         * class.c (build_utf8_ref): Remove last argument in call to
10568         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
10569         (build_class_ref): Likewise.
10570         (build_static_field_ref): Likewise.
10571         (get_dispatch_table): Likewise.
10572         (layout_class_method): Likewise.
10573         (emit_register_classes): Likewise.
10574         * constants.c (build_constant_data_ref): Likewise.
10575         * decl.c (builtin_function): Likewise.
10576         (create_primitive_vtable): Likewise.
10577         * expr.c (build_known_method_def): Likewise.
10578         (build_jni_stub): Likewise.
10579         (java_lang_expand_expr): Likewise.
10580
10581 2001-01-10  Tom Tromey  <tromey@redhat.com>
10582
10583         * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
10584
10585 2001-01-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10586
10587         * java-tree.h (lang_printable_name_wls): New prototype.
10588         * lang.c (put_decl_name): Removed dead code. Use DECL_CONTEXT
10589         rather than `current_class' to print type name. Don't prepend type
10590         names when printing constructor names.
10591         (lang_printable_name_wls): New function.
10592         * jcf-parse.c (jcf_parse_source): Pass NULL `file' argument to
10593         `build_expr_wfl', alway set EXPR_WFL_FILENAME_NODE.
10594         * parse.y (patch_method_invocation): Message tuned for constructors.
10595         (not_accessible_p): Grant `private' access from within
10596         enclosing contexts.
10597
10598 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10599
10600         All files with updated copyright when applicable.
10601         * Make-lang.in (JVGENMAIN_OBS): Removed java/mangle.o.
10602         * class.c (mangle_class_field): Function removed.
10603         (append_gpp_mangled_type, mangle_static_field, mangle_field): Likewise.
10604         (utf8_cmp, cxx_keyword_p): Moved to lex.c.
10605         (build_class_ref): Call `java_mangle_class_field' instead of
10606         `mangle_class_field.'
10607         (build_dtable_decl): Rewritten to call `java_mangle_vtable.'
10608         (layout_class): Call `java_mangle_decl' instead of
10609         `mangle_static_field.'
10610         (cxx_keywords): Initialized static array moved to `lex.c.'
10611         (layout_class_method): Changed leading comment. Simplified to
10612         call `java_mangle_decl.' Local `ptr' moved in for loop body.
10613         * decl.c (lang_mark_tree): Mark field `package_list.'
10614         * java-tree.h (TYPE_PACKAGE_LIST): New macro.
10615         (struct lang_type): New field `package_list.'
10616         (unicode_mangling_length): Prototype removed.
10617         (append_gpp_mangled_name, append_gpp_mangled_classtype,
10618         emit_unicode_mangled_name): Likewise.
10619         (cxx_keyword_p): New prototype.
10620         (java_mangle_decl, java_mangle_class_field,
10621         java_mangle_class_field_from_string, java_mangle_vtable): Likewise.
10622         * jcf-parse.c (jcf_parse_source): Constify `file' argument to
10623         `build_expr_wfl.'
10624         * jvgenmain.c (main_method_prefix): Global variable removed.
10625         (main_method_suffix): Likewise.
10626         (do_mangle_classname): New function.
10627         (main): Call it. Format changed to accommodate new mangling scheme.
10628         * lex.c: (utf8_cmp): Conditionally prototyped.
10629         (cxx_keywords): Moved from class.c, conditionally defined.
10630         (utf8_cmp, cxx_keyword_p): Likewise.
10631         * mangle.c (obstack.h, ggc.h): Included.
10632         (mangle_field_decl): New function.
10633         (mangle_method_decl, mangle_type, mangle_pointer_type,
10634         mangle_array_type, mangle_record_type,
10635         find_compression_pointer_match, find_compression_array_match,
10636         find_compression_record_match,
10637         find_compression_array_template_match, set_type_package_list,
10638         entry_match_pointer_p, emit_compression_string, init_mangling,
10639         finish_mangling, compression_table_add, mangle_member_name): Likewise.
10640         (mangle_obstack): New global.
10641         (MANGLE_RAW_STRING): New macro.
10642         (unicode_mangling_length): Turned static.
10643         (append_unicode_mangled_name): Renamed from
10644         `emit_unicode_mangled_name.'  Turned static. `mangle_obstack'
10645         replaces `obstack', removed from the parameter list.
10646         (append_gpp_mangled_name): Turned static. `mangle_obstack'
10647         replaces parameter `obstack', removed from the parameter list. Call
10648         `append_unicode_mangled_name' instead of `emit_unicode_mangled_name.
10649         (append_gpp_mangled_classtype): Removed.
10650         (compression_table, compression_next): New static variables.
10651         * parse.y (temporary_obstack): Extern declaration removed.
10652
10653 2001-01-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10654
10655         * parse.y (patch_binop): Compute missing type in error situations.
10656
10657 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
10658
10659         * class.c (make_class_data): Push initial value for "arrayclass".
10660         * decl.c (init_decl_processing): Add new class field "arrayclass".
10661
10662 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
10663
10664         From patha@softlab.ericsson.se:
10665         * parse.y (switch_label): Use build, not build1, to construct
10666         DEFAULT_EXPR.
10667
10668 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
10669
10670         * lang.c (lang_decode_option): Change -MA to -MP.
10671         * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target):
10672         Update to new prototype; do quote targets.
10673         (jcf_dependency_write): Update.
10674
10675 2000-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
10676
10677         Shorten primitive array allocation path:
10678         * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
10679         to create new primitive arrays.
10680         * expr.c (build_newarray): If generating native code, call
10681         soft_newarray_node with a reference to the primitive TYPE identifier
10682         instead of type_value.
10683
10684 2000-12-17  Bryce McKinlay  <bryce@albatross.co.nz>
10685
10686         Fix for PRs gcj/312 and gcj/253:
10687         * parse.y (valid_ref_assignconv_cast_p): Load classes for source and
10688         dest if they arn't already.
10689         * class.c (layout_class): Call maybe_layout_super_class on
10690         superinterfaces also, but only if compiling from bytecode.
10691
10692         Fix for PR gcj/373:
10693         * parse.y (create_class): Set ACC_STATIC if class is declared in an
10694         interface.
10695
10696 2000-12-15  Tom Tromey  <tromey@redhat.com>
10697
10698         * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
10699         set.
10700
10701 2000-12-14  Andrew Haley  <aph@redhat.com>
10702
10703         * boehm.c (mark_reference_fields): Change test to correctly detect
10704         bitmap overflow.
10705
10706 2000-12-15  Andreas Jaeger  <aj@suse.de>
10707
10708         * config-lang.in (lang_dirs): Added.
10709
10710 2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10711
10712         * parse.y (end_artificial_method_body): Fixed undefined behavior.
10713         Credits go to rth for finding it.
10714
10715 2000-12-13  Mike Stump  <mrs@wrs.com>
10716
10717         * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
10718
10719 2000-11-07  Tom Tromey  <tromey@cygnus.com>
10720
10721         * Make-lang.in (JAVA_LEX_C): Added chartables.h.
10722         * lex.c (java_ignorable_control_p): Removed.
10723         (java_letter_or_digit_p): Removed.
10724         (java_start_char_p): New function.
10725         (java_read_char): Return `int', not `unicode_t'.  Changed
10726         callers.
10727         (java_read_unicode): Likewise.
10728         (java_read_unicode_collapsing_terminators): Likewise.
10729         (java_get_unicode): Likewise.
10730         (java_new_lexer): Initialize hit_eof.
10731         (java_parse_end_comment): Take `int' argument.
10732         (java_parse_doc_section): Likewise.
10733         (java_parse_escape_sequence): Don't allow backlash-newline.
10734         Return `int'.
10735         * lex.h (JAVA_DIGIT_P): Removed.
10736         (_JAVA_LETTER_OR_DIGIT_P): Removed.
10737         (_JAVA_IDENTIFIER_IGNORABLE): Removed.
10738         (JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
10739         (JAVA_PART_CHAR_P): New macro.
10740         (UEOF): Now -1.
10741         (JAVA_CHAR_ERROR): Now -2.
10742         (java_lexer): New field `hit_eof'.
10743         * chartables.h: New file.
10744         * gen-table.pl: new file.
10745
10746 2000-11-20  Tom Tromey  <tromey@cygnus.com>
10747             Alexandre Petit-Bianco  <apbianco@cygnus.com>
10748
10749         * parse.y (java_complete_lhs): Only allow compound assignment of
10750         reference type if type is String.
10751
10752 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10753
10754         * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip.
10755         jcf-path.c: Likewise.
10756
10757 2000-12-09  Anthony Green  <green@redhat.com>
10758
10759         * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
10760         filestart and filename_length as int values.
10761
10762 2000-12-07  Mo DeJong  <mdejong@redhat.com>
10763
10764         * jcf-io.c (find_class): Correct the logic that tests to see if a
10765         .java file is newer than its .class file. The compiler was
10766         incorrectly printing a warning when file mod times were equal.
10767
10768 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
10769
10770         * jvgenmain.c: Use ISPRINT not isascii.
10771
10772 2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10773
10774         * parse.y (end_artificial_method_body): Fixed typo.
10775
10776 2000-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10777
10778         * parse.y (patch_method_invocation): Pick the correct enclosing
10779         context when creating inner class instances.
10780         Fixes gcj/332.
10781
10782 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
10783
10784         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
10785         Update copyright year to 2000.
10786
10787 2000-11-23  Anthony Green  <green@redhat.com>
10788
10789         * jcf-parse.c (init_jcf_parse): Register current_file_list root.
10790         Move current_file_list out of yyparse and make it static.
10791
10792         * expr.c: Declare quick_stack and tree_list_free_list as static
10793         (init_expr_processing): Register quick_stack and
10794         tree_list_free_list roots.
10795
10796 2000-11-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10797
10798         * parse.y (build_outer_field_access): New local `decl_ctx', use
10799         it. Check for field's context and current class immediate outer
10800         context inheritance.
10801         (outer_field_access_p): Consider fields inherited from the last
10802         enclosing context.
10803         (build_access_to_thisn): Stop at the last enclosing context if
10804         necessary.
10805         Fixes gcj/367.
10806
10807 2000-11-23  J"orn Rennecke <amylaar@redhat.com>
10808
10809         * Make-lang.in (jvspec.o): Depend on $(CONFIG_H).
10810
10811 2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
10812
10813         * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
10814         scratch buffer.
10815
10816 2000-11-20  Tom Tromey  <tromey@cygnus.com>
10817
10818         * jv-scan.c (help): Document --complexity.
10819         (options): Added --complexity.
10820         (flag_complexity): New global.
10821         (main): Call `report'.
10822         * parse-scan.y (complexity): New global.
10823         (if_then_statement, if_then_else_statement,
10824         if_then_else_statement_nsi, switch_block_statement_group,
10825         while_expression, do_statement, for_begin, continue_statement,
10826         throw_statement, catch_clause, finally, method_invocation,
10827         conditional_and_expression, conditional_or_expression,
10828         conditional_expression): Update complexity.
10829         (reset_report): Reset complexity.
10830         (report): New function.
10831
10832 2000-11-20  Tom Tromey  <tromey@cygnus.com>
10833
10834         * lex.c (yylex): Added STRICT_TK case.
10835         * parse.y (STRICT_TK): Added.
10836         * parse-scan.y (STRICT_TK): Added.
10837         * Make-lang.in ($(srcdir)/java/keyword.h): Added missing `\' and
10838         `;'.  Use 4, not 3, with -k option.  Correctly rename resulting
10839         file.
10840         * keyword.h: Rebuilt.
10841         * keyword.gperf (strictfp): Added.
10842
10843 2000-11-20  Tom Tromey  <tromey@cygnus.com>
10844
10845         * lex.c (yylex): Recognize floating point constants with leading
10846         0.
10847
10848 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10849
10850         * java-tree.h (cyclic_inheritance_report): Constify.
10851         * parse.y (cyclic_inheritance_report): Likewise.
10852
10853 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
10854
10855         * parse.y (goal): Remove call to ggc_add_string_root.
10856
10857 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
10858
10859         * jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
10860         Create string in scratch buffer, then pass to build_string.
10861
10862 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10863
10864         * parse.y (issue_warning_error_from_context): Add
10865         ATTRIBUTE_PRINTF.
10866
10867 2000-11-11  Anthony Green  <green@redhat.com>
10868
10869         * jcf-parse.c (process_zip_dir): Add finput parameter.
10870         (jcf_figure_file_type): Call process_zip_dir with appropriate
10871         argument.
10872
10873 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10874
10875         * decl.c (copy_lang_decl): Use memcpy, not bcopy.
10876         * jcf-parse.c (jcf_figure_file_type): Likewise.
10877
10878 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10879
10880         * parse.y (create_new_parser_context): Use memset () instead of
10881         bzero ().
10882
10883 2000-11-08  Tom Tromey  <tromey@cygnus.com>
10884
10885         * gjavah.c (process_file): Only include gcj/cni.h when generating
10886         CNI stubs.
10887
10888 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10889
10890         * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
10891         (init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
10892         instead of bzero ().
10893
10894 2000-11-05  Tom Tromey  <tromey@cygnus.com>
10895
10896         * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
10897         * lex.c (IS_ZERO): New define.
10898         (java_perform_atof): Error on floating point underflow.
10899
10900 2000-11-04  Tom Tromey  <tromey@cygnus.com>
10901
10902         * lex.c (java_parse_escape_sequence): Only read two octal
10903         characters if the first one is greater than 3.  Don't allow
10904         "octal" numbers to include the digits 8 or 9.
10905
10906 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10907
10908         * Make-lang.in (java.distdir): Remove.
10909
10910 2000-11-03  Tom Tromey  <tromey@cygnus.com>
10911
10912         * Make-lang.in (java.dvi): New target.
10913         Partial fix for PR other/567.
10914
10915         * lang-options.h: Mention -Wout-of-date.
10916         * jcf-dump.c (flag_newer): New global.
10917         * gjavah.c (flag_newer): New global.
10918         * jcf-io.c (find_class): Only warn when flag_newer set.
10919         * lang.c (flag_newer): New global.
10920         (struct string_option): New declaration.
10921         (lang_W_options): New global.
10922         (process_option_with_no): New function.
10923         (lang_decode_option): Use it.
10924
10925         * class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
10926         * gjavah.c (cxx_keyword_subst): Handle any number of trailing
10927         `$'.
10928
10929         * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
10930         (JAVA_ID_CHAR_P): Also try java_ignorable_control_p.
10931         * lex.c (java_read_unicode): Removed `term_context' argument.
10932         Recognize any number of `u' in `\u'.
10933         (java_read_unicode_collapsing_terminators): New function.
10934         (java_get_unicode): Use it.
10935         (java_lineterminator): Removed.
10936         (yylex): Produce error if character literal is newline or single
10937         quote.  Return if eof found in middle of `//' comment.  EOF in
10938         `//' comment is only an error if pedantic.
10939         (java_ignorable_control_p): New function.
10940         (java_parse_end_comment): Return if eof found in middle of
10941         comment.
10942         Include flags.h.
10943         * jv-scan.c (pedantic): New global.
10944
10945 2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10946
10947         * parse.y (outer_field_access_p): Inherited fields aren't
10948         consider outer fields.
10949         (maybe_build_thisn_access_method): Use
10950         PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
10951         (resolve_expression_name): Trigger an error if a static field
10952         is being accessed as an outer field.
10953
10954 2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10955
10956         * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
10957         Fixes gcj/365.
10958
10959 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
10960
10961         * Make-lang.in: Move all build rules here from Makefile.in,
10962         adapt to new context.  Wrap all rules that change the current
10963         directory in parentheses.  Expunge all references to $(P).
10964         When one command depends on another and they're run all at
10965         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
10966         all object-file generation rules.  Delete obsolete variables.
10967
10968         * Makefile.in: Delete.
10969         * config-lang.in: Delete outputs= line.
10970
10971 2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10972
10973         * parse.y (patch_method_invocation): NULLify this_arg when already
10974         inserted.
10975         (maybe_use_access_method): Handle call to methods unrelated to the
10976         current class. Fixed comment.
10977         Fixes gcj/361.
10978
10979 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10980
10981         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
10982         scope.
10983
10984 2000-10-24  Tom Tromey  <tromey@cygnus.com>
10985
10986         * lex.c (java_new_lexer): Initialize new fields.  Work around
10987         broken iconv() implementations.
10988         (java_read_char): Swap bytes if required.  Use fallback decoder if
10989         required.
10990         (byteswap_init, need_byteswap): New globals.
10991         (java_destroy_lexer): Only close iconv handle if it is in use.
10992         * lex.h (java_lexer): New fields read_anything, byte_swap,
10993         use_fallback.
10994         Made out_buffer unsigned.
10995
10996 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10997
10998         * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
10999         where an enclosing context can be set on the jdep.
11000         (do_resolve_class): Fixed identation.
11001
11002 2000-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11003
11004         * gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
11005
11006         * jcf-reader.c (peek_attribute, skip_attribute): Only define
11007         when requested.
11008
11009         * parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
11010
11011         * verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
11012
11013 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11014
11015         * jcf-write.c (OP1): Update `last_bc'.
11016         (struct jcf_block): Fixed indentation and typo in comments.  New
11017         field `last_bc'.
11018         (generate_bytecode_insns): Insert `nop' if `jsr' immediately
11019         follows `monitorenter'.
11020         * parse.y (patch_synchronized_statement): New local `tmp'. Call
11021         `patch_string'.
11022         Fixes gcj/232.
11023
11024 2000-10-16  Tom Tromey  <tromey@cygnus.com>
11025
11026         * jvspec.c (lang_specific_driver): Recognize -MF and -MT.
11027         * lang-specs.h: Added %{MA}, %{MF*}, %{MT*}.
11028         * lang-options.h: Added -MA, -MT, -MF..
11029         * lang.c (lang_decode_option): Recognize -MA, -MT, -MF.
11030         (DEPEND_TARGET_SET): New macro.
11031         (DEPEND_FILE_ALREADY_SET): Likewise.
11032         (init_parse): Handle new flags.
11033         * jcf.h (jcf_dependency_print_dummies): Declare.
11034         * Make-lang.in (s-java): Added mkdeps.o.
11035         * Makefile.in (BACKEND): Added mkdeps.o.
11036         (../gcjh$(exeext)): Added mkdeps.o.
11037         (../jcf-dump$(exeext)): Added mkdeps.o.
11038         * jcf-depend.c: Include mkdeps.h.
11039         (struct entry, dependencies, targets, MAX_OUTPUT_COLUMNS,
11040         add_entry): Removed.
11041         (jcf_dependency_reset): Rewrote.
11042         (dependencies): New global.
11043         (jcf_dependency_set_target): Rewrote.
11044         (jcf_dependency_add_target): Likewise.
11045         (jcf_dependency_add_file): Likewise.
11046         (munge): Removed.
11047         (print_ents): Removed.
11048         (jcf_dependency_write): Rewrote.
11049         (print_dummies): New global.
11050         (jcf_dependency_print_dummies): New function
11051         (jcf_dependency_write): Call deps_dummy_targets if required.
11052
11053 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11054
11055         * gjavah.c (add_class_decl): Removed unused variables `tname',
11056         `tlen' and `name_index'.
11057         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
11058         * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
11059         in `wfl_operator' with value.
11060         (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
11061         (jcf_figure_file_type): Fixed identation.
11062         * lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
11063         * parse.y (analyze_clinit_body): New function.
11064         (static_initializer:): Reset `current_static_block'.
11065         (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
11066         `wfl_operator' with new value.
11067         (lookup_cl): Use EXPR_WFL_FILENAME.
11068         (maybe_yank_clinit): Handle bogus <clinit> bodies, call
11069         analyze_clinit_body.
11070         (build_outer_field_access): Access to this$<n> built from
11071         current_class, not its outer context.
11072         (build_access_to_thisn): Fixed leading comment. Tidied things up.
11073         (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
11074         (patch_method_invocation): Use `is_static_flag' when already
11075         initialized.
11076         (patch_newarray): Removed assignment in ternary operator.
11077
11078 2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11079
11080         * except.c (free_eh_ranges): Don't free `whole_range'.
11081
11082 2000-10-15  Anthony Green  <green@redhat.com>
11083
11084         * decl.c (init_decl_processing): Call init_class_processing before
11085         anything else.
11086
11087 2000-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11088
11089         * check-init.c (check_init): Fixed leading comment. Use
11090         LOCAL_FINAL_P.
11091         * decl.c (push_jvm_slot): Use MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
11092         (give_name_to_locals): Likewise.
11093         (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl'
11094         fields in lang_decl_var.
11095         * java-tree.h (DECL_FUNCTION_SYNTHETIC_CTOR,
11096         DECL_FUNCTION_ALL_FINAL_INITIALIZED): New macros.
11097         (FIELD_INNER_ACCESS): Removed ugly cast, macro rewritten.
11098         (FIELD_INNER_ACCESS_P, DECL_FIELD_FINAL_IUD, DECL_FIELD_FINAL_LIIC,
11099         DECL_FIELD_FINAL_IERR, DECL_FIELD_FINAL_WFL): New macros.
11100         (LOCAL_FINAL): Rewritten.
11101         (LOCAL_FINAL_P, FINAL_VARIABLE_P, CLASS_FINAL_VARIABLE_P
11102         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): New macros.
11103         (struct lang_decl): Fixed comments. Added `synthetic_ctor' and
11104         `init_final' fields.
11105         (struct lang_decl_var): Fixed leading comment. Added `am', `wfl',
11106         `final_uid', `final_liic', `final_ierr' and `local_final' fields.
11107         (TYPE_HAS_FINAL_VARIABLE): New macro.
11108         (struct lang_type): Added `afv' field.
11109         * parse.y (check_static_final_variable_assignment_flag): New function.
11110         (reset_static_final_variable_assignment_flag): Likewise.
11111         (check_final_variable_local_assignment_flag): Likewise.
11112         (reset_final_variable_local_assignment_flag): Likewise.
11113         (check_final_variable_indirect_assignment): Likewise.
11114         (check_final_variable_global_assignment_flag): Likewise.
11115         (add_inner_class_fields): Use LOCAL_FINAL_P.
11116         (register_fields): Handle local finals and final variables.
11117         (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
11118         (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
11119         (source_start_java_method): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
11120         on local finals.
11121         (java_complete_expand_methods): Loop to set
11122         TYPE_HAS_FINAL_VARIABLE. Call
11123         `reset_final_variable_local_assignment_flag' and
11124         `check_final_variable_local_assignment_flag' accordingly before
11125         and after constructor expansion. Call
11126         `reset_static_final_variable_assignment_flag'
11127         before expanding <clinit> and after call
11128         `check_static_final_variable_assignment_flag' if the
11129         current_class isn't an interface. After all methods have been
11130         expanded, call `check_final_variable_global_assignment_flag' and
11131         `check_static_final_variable_assignment_flag' if the current class
11132         is an interface.
11133         (maybe_yank_clinit): Fixed typo in comment.
11134         (build_outer_field_access_methods): Removed old sanity check. Use
11135         FIELD_INNER_ACCESS_P. Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
11136         Don't create access methods for finals.
11137         (resolve_field_access): Use `CLASS_FINAL_VARIABLE_P'.
11138         (java_complete_tree): Likewise. Reset DECL_FIELD_FINAL_IUD if
11139         existing DECL_INIT has been processed.
11140         (java_complete_lhs): Likewise.
11141         (check_final_assignment): Filter input on `lvalue''s TREE_CODE.
11142         Test for COMPONENT_REF to get to the FIELD_DECL. Implemented new
11143         logic.
11144         (patch_assignment): Use LOCAL_FINAL_P.
11145         (fold_constant_for_init): Reset DECL_FIELD_FINAL_IUD if
11146         DECL_INITIAL is nullified.
11147         Fixes gcj/163.
11148
11149 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11150
11151         * Make-lang.in (parse.c, parse-scan.c): Create atomically.
11152
11153         * Makefile.in (parse.c, parse-scan.c): Likewise.
11154
11155 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
11156
11157         * class.c (temporary_obstack): Remove.
11158         (make_class): Don't mess with obstascks.
11159         (push_class): Likewise.
11160         (set_super_info): Likewise.
11161         (add_method_1): Likewise.
11162         (add_method): Likewise.
11163         (add_field): Likewise.
11164         (build_utf8_ref): Likewise.
11165         (build_class_ref): Likewise.
11166         (build_static_field_ref): Likewise.
11167         (finish_class): Likewise.
11168         (push_super_field): Likewise.
11169         (layout_class): Likewise.
11170         (layout_class_methods): Likewise.
11171         (init_class_processing): Likewise.
11172         * constants.c (get_tag_node): Likewise.
11173         (build_constant_data_ref): Likewise.
11174         * decl.c (ggc_p): Remove.
11175         (copy_lang_decl): Use ggc_alloc.
11176         (complete_start_java_method): Don't mess with obstacks.
11177         (start_java_method): Likewise.
11178         (end_java_method): Likewise.
11179         * except.c (link_handler): Use xmalloc.
11180         (free_eh_ranges): New function.
11181         (method_init_exceptions): Use it.
11182         (add_handler): Use xmalloc.
11183         (expand_start_java_handler): Don't mess with obstacks.
11184         (prepare_eh_table_type): Likewise.
11185         (expand_end_java_handler): Likewise.
11186         * expr.c (push_value): Likewise.
11187         (create_label_decl): Likewise.
11188         (build_jni_stub): Likewise.
11189         (java_lang_expand_expr): Likewise.
11190         (note_instructions): Use xrealloc.
11191         (java_push_constant_from_pool): Don't mess with obstacks.
11192         (process_jvm_instruction): Likewise.
11193         * java-tree.h (cyclic_inheritance_report): Remove duplicate
11194         declaration.
11195         * jcf-parse.c (get_constant): Don't mess with obstacks.
11196         (read_class): Likewise.
11197         (jcf_parse): Likewise.
11198         * lex.c (expression_obstack): Remove.
11199         (java_lex): Don't use obstack_free.
11200         * parse.h (exit_java_complete_class): Don't mess with obstacks.
11201         (MANGLE_OUTER_LOCAL_VARIABLE_NAME): Adjust.
11202         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): Likewise.
11203         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING): Likewise.
11204         * parse.y (gaol): Add more GC roots.
11205         (add_inner_class_fields): Adjust calls to MANGLE_* macros.
11206         (lookup_field_wrapper): Likewise.
11207         (obtain_incomplete_type): Don't mess with obstacks.
11208         (build_alias_initializer_parameter_list): Adjust calls to MANGLE_*
11209         macros.
11210         (craft_constructor): Don't mess with obstacks.
11211         (safe_layout_class): Likewise.
11212         (java_complete_class): Likewise.
11213         (source_end_java_method): Likewise.
11214         (build_outer_field_access_methods): Likewise.
11215         (build_outer_method_access_method): Likewise.
11216         (maybe_build_thisn_access_method): Likewise.
11217         (build_dot_class_method_invocation): Likewise.
11218         (java_complete_tree): Likewise.
11219         (java_complete_lhs): Likewise.
11220         (do_merge_string_cste): Likewise.
11221         (patch_string_cst): Likewise.
11222         (array_constructor_check_entry): Likewise.
11223         * typeck.c (build_java_array_type): Likewise.
11224         (parse_signature_string): Likewise.
11225         (build_java_signature): Likewise.
11226
11227 2000-10-12  Tom Tromey  <tromey@cygnus.com>
11228
11229         Fix for PR gcj/356:
11230         * gjavah.c (add_class_decl): Don't special-case inner classes.
11231         (add_namelet): Likewise.
11232
11233 2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>
11234
11235         * java-tree.h: Constify current_encoding.
11236         * lang.c: Constify current_encoding.
11237
11238 2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>
11239
11240         * jvgenmain.c (class_mangling_suffix): Omit `.'.
11241         (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.
11242
11243 2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11244
11245         * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
11246         patch. Fixes gcj/340.
11247
11248 2000-10-10  Tom Tromey  <tromey@cygnus.com>
11249
11250         * lex.c (java_new_lexer): Initialize out_first and out_last
11251         fields.
11252         * lex.h (java_lexer): Added out_buffer, out_first, out_last.
11253
11254 2000-10-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11255
11256         * parse.y (pop_current_osb): New function.
11257         (array_type:): Use `dims:', changed actions
11258         accordingly. Suggested by Anthony Green.
11259         (array_creation_expression:): Used pop_current_osb.
11260         (cast_expression:): Likewise.
11261         (search_applicable_method_list): Fixed indentation.
11262
11263 2000-10-08  Anthony Green  <green@redhat.com>
11264
11265         * parse.y (array_type_literal): Remove production.
11266         (type_literals): Refer to array_type, not array_type_literal.
11267
11268 2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11269
11270         Patch contributed by Corey Minyard.
11271         * decl.c (check_local_named_variable): New function.
11272         (tree check_local_unnamed_variable): Likewise.
11273         (find_local_variable): Splitted. Call check_local_{un}named_variable.
11274
11275 2000-10-07  Anthony Green  <green@redhat.com>
11276
11277         * class.c (layout_class): Handle case where superclass can't be
11278         layed out yet.
11279
11280 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11281
11282         * Makefile.in (keyword.h): Refer to GNU FTP site for updated
11283         gperf.
11284
11285 2000-10-05  Tom Tromey  <tromey@cygnus.com>
11286
11287         * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
11288         * jvgenmain.c (class_mangling_prefix): Removed.
11289         (class_mangling_suffix): New global.
11290         (main): Use it.
11291         * gjavah.c (cxx_keyword_subst): Mangle C++ keywords by appending
11292         `$'.
11293         (print_method_info): Handle overrides for static and final
11294         methods.
11295         (process_file): Generate declaration for class object field.
11296         * class.c (cxx_keywords): New array.
11297         (utf8_cmp): New function.
11298         (cxx_keyword_p): New function.
11299         (layout_class_method): Mangle C++ keywords by appending `$'.
11300         (mangle_field): New function.
11301         (mangle_class_field): Use mangle_field.  Mangle class name as
11302         `class$'.
11303         (mangle_static_field): Use mangle_field.
11304
11305 2000-10-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11306
11307         * decl.c (find_local_variable): Removed uncessary type check and
11308         fixed range check typo. From Corey Minyard.
11309
11310 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11311
11312         * decl.c (give_name_to_locals): New local `code_offset'. Call
11313         `maybe_adjust_start_pc'.
11314         * expr.c (note_instructions): New function.
11315         (expand_byte_code): Don't collect insn starts here.
11316         (peek_opcode_at_pc): New function.
11317         (maybe_adjust_start_pc): Likewise.
11318         * java-tree.h (maybe_adjust_start_pc): Declare.
11319         (note_instructions): Likewise.
11320         * jcf-parse.c (parse_class_file): Call `note_instructions'.
11321
11322 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11323
11324         * parse.y (field_access:): Fixed indentation.
11325         (qualify_ambiguous_name): Properly qualify `this.a[b].c'.
11326
11327 2000-09-07  Tom Tromey  <tromey@cygnus.com>
11328
11329         Fix for PR gcj/307:
11330         * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not
11331         JPRIMITIVE_TYPE_P, for arithmetic operators.
11332         (patch_method_invocation): Indentation fix.
11333         (try_builtin_assignconv): Handle boolean specially.  Fixed typo.
11334         (valid_builtin_assignconv_identity_widening_p): Handle boolean.
11335         (do_unary_numeric_promotion): Cleaned up code.
11336         (valid_cast_to_p): Handle boolean correctly.
11337
11338 2000-09-27  Tom Tromey  <tromey@cygnus.com>
11339
11340         * lex.c (java_read_unicode): Reset bs_count when finished with
11341         `\u' sequence.
11342
11343 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
11344
11345         Convert to GC.
11346         * Make-lang.in (s-java): Don't depend on ggc-callbacks.o.
11347         * Makefile.in (BACKEND): Don't include ggc-callbacks.o.
11348         (typeck.o): Depend on ggc.h.
11349         * class.c (add_method_1): Use GC functions for allocation.
11350         (init_class_processing): Register roots.
11351         * decl.c (ggc_p): Set to 1.
11352         (pending_local_decls): Make it static.
11353         (push_jvm_slot): Use GC functions for allocation.
11354         (init_decl_processing): Register roots.
11355         (give_name_to_locals): Use GC functions for allocation.
11356         (lang_mark_tree): New function.
11357         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use GC
11358         functions for allocation.
11359         * jcf-parse.c (jcf_parse_source): Use ggc_strdup.
11360         * lex.c (java_lex): Use build_string, rather than replicating it
11361         inline.
11362         * parse.y (goal): Add more roots.
11363         (mark_parser_ctxt): New function.
11364         * typeck.c: Include ggc.h.
11365
11366 2000-09-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11367
11368         * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
11369         contains something else than MODIFY_EXPR.
11370
11371 2000-09-23  Mark Mitchell  <mark@codesourcery.com>
11372
11373         * Make-lang.in (JAVA_SRCS): Include java-tree.h.
11374         * Makefile.in (parse.o): Depend on ggc.h.
11375         (class.o): Likewise.
11376         (constants.o): Likewise.
11377         (decl.o): Likewise.
11378         (expr.o): Likewise.
11379         (jcf-parse.o): Likewise.
11380         (jcf-write.o): Likewise.
11381         (mangle.o): Likewise.
11382         * class.c: Include ggc.h.
11383         (build_static_field_ref): Register GC roots.
11384         (layout_class): Likewise.
11385         (init_class_processing): Likewise.
11386         * constants.c: Include ggc.h.
11387         (current_constant_pool_data_ref): Remove.
11388         (tag_nodes): Move it to ...
11389         (get_tag_node): ... here.  Register GC roots.
11390         * decl.c: Include ggc.h.  Remove many global tree definitions.
11391         (throw_node): Define.
11392         (java_global_trees): Likewise.
11393         (predef_filenames): Make the size a constant.
11394         (init_decl_processing): Adjust accordingly.
11395         (init_decl_processing): Call init_jcf_parse.  Register GC roots.
11396         * expr.c: Include ggc.h.
11397         (init_expr_processing): Register GC roots.
11398         (build_invokeinterface): Likewise.
11399         * java-tree.h: Replace extern tree declarations with macros.
11400         (java_global_trees): New variable.
11401         (java_tree_index): New enumeration.
11402         (init_jcf_parse): Declare.
11403         * jcf-parse.c: Include ggc.h.
11404         (current_class): Remove declaration.
11405         (main_class): Likewise.
11406         (all_class_list): Likewise.
11407         (predefined_filename_p): Adjust for constant size of
11408         predef_filenames.
11409         (init_jcf_parse): New function.
11410         * jcf-write.c: Include ggc.h.
11411         (generate_classfile): Register GC roots.
11412         (append_synthetic_attribute): Likewise.
11413         (append_innerclass_attribute_entry): Likewise.
11414         * lang.c: Include ggc.h.
11415         (lang_print_error): Register GC roots.
11416         * parse.h (struct parser_ctxt): Rename fields to avoid conflicts
11417         with macros.
11418         * parse.y: Include ggc.h.
11419         (wfl_operator): Remove.
11420         (goal): Register GC roots.
11421         (java_pop_parser_context): Adjust for new field names.
11422         (java_parser_context_save_global): Likewse.
11423         (java_parser_context_restore_global): Likewise.
11424         (java_parser_context_suspend): Likewise.
11425         (java_parser_context_resume): Likewise.
11426         (verify_constructor_circularity): Register GC roots.
11427         (lookup_cl): Likewise.
11428         (java_reorder_fields): Likewise.
11429         (build_current_this): Likewise.
11430         (class_in_current_package): Likewise.
11431         (argument_types_convertible): Likewise.
11432         (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
11433
11434 2000-09-14  Tom Tromey  <tromey@cygnus.com>
11435
11436         * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
11437
11438 2000-09-13  Tom Tromey  <tromey@cygnus.com>
11439
11440         * jcf-parse.c: Include <locale.h>.
11441         * jv-scan.c: Include <locale.h>.
11442
11443 2000-09-12  Tom Tromey  <tromey@cygnus.com>
11444
11445         * expr.c (pop_type_0): Return `Object' if trying to merge two
11446         interface types.
11447         * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for
11448         interface types; `Object' is always a valid supertype.
11449
11450 2000-09-12  Tom Tromey  <tromey@cygnus.com>
11451
11452         Fix for PR gcj/33:
11453         * jv-scan.c (help): Document --encoding.
11454         (options): Added `encoding' entry.
11455         (OPT_ENCODING): New define.
11456         (main): Handle --encoding.
11457         Include <langinfo.h> if nl_langinfo exists.
11458         * lang-options.h: Document --classpath, --CLASSPATH, --main, and
11459         --encoding.
11460         * jcf-parse.c Include <langinfo.h> if we have nl_langinfo.
11461         (parse_source_file): Correctly call java_init_lex.  Added `finput'
11462         argument.  Use nl_langinfo to determine default encoding.
11463         * java-tree.h (current_encoding): Declare.
11464         * parse.y (java_parser_context_restore_global): Don't restore
11465         `finput'.
11466         (java_parser_context_save_global): Don't set `finput' field.
11467         (java_pop_parser_context): Don't restore `finput'.  Free old lexer
11468         if required.
11469         * lang.c (current_encoding): New global.
11470         (lang_decode_option): Recognize `-fencoding='.
11471         (finish_parse): Don't close finput.
11472         * parse.h (struct parser_ctxt): Removed `finput' and
11473         `unget_utf8_value' fields.  Added `lexer' field.
11474         (java_init_lex): Fixed declaration.
11475         * lex.c (java_new_lexer): New function.
11476         (java_destroy_lexer): Likewise.
11477         (java_read_char): Added `lex' argument.  Handle iconv case.
11478         (java_read_unicode): Added `lex' argument.  Count backslashes in
11479         lexer structure.
11480         (java_init_lex): Added `finput' and `encoding' arguments.  Set
11481         `lexer' field in ctxp.
11482         (BAD_UTF8_VALUE): Removed.
11483         (java_lex): Handle seeing UEOF in the middle of a string literal.
11484         * lex.h: Include <iconv.h> if HAVE_ICONV defined.
11485         (java_lexer): New structure.
11486         (UNGETC): Removed.
11487         (GETC): Removed.
11488         (DEFAULT_ENCODING): New define.
11489         (java_destroy_lexer): Declare.
11490
11491 2000-09-12  Tom Tromey  <tromey@cygnus.com>
11492
11493         Fix for PR gcj/343:
11494         * lex.c (java_init_lex): Initialize java_io_serializable.
11495         * parse.y (java_io_serializable): New global.
11496         (valid_ref_assignconv_cast_p): An array can be cast to
11497         serializable.
11498
11499 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
11500
11501         * decl.c, expr.c: Include defaults.h if not already included.
11502         Don't define the *_TYPE_SIZE macros.
11503
11504 2000-09-09  Geoffrey Keating  <geoffk@cygnus.com>
11505
11506         * typeck.c (build_java_array_type): Correct first parameter
11507         in ADJUST_FIELD_ALIGN invocation.
11508
11509 2000-09-06  Tom Tromey  <tromey@cygnus.com>
11510
11511         * lang-specs.h: Also recognize `-femit-class-files'.
11512
11513 2000-09-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11514
11515         * verify.c (merge_types): Load the types to merge if necessary.
11516
11517 2000-09-02  Anthony Green  <green@redhat.com>
11518
11519         * jcf-io.c: Include zlib.h.
11520         (open_in_zip): Read compressed class file archives.
11521         * zipfile.h (ZipDirectory): Add uncompressed_size and
11522         compression_method fields.
11523         * zextract.c (read_zip_archive): Collect file compression info.
11524
11525 2000-08-15  Bryce McKinlay  <bryce@albatross.co.nz>
11526
11527         * parse.y (do_resolve_class): Also explore superclasses of
11528         intermediate enclosing contexts when searching for inner classes.
11529
11530 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11531
11532         * parse.y (variable_declarator_id:): Better error message.
11533         (expression_statement:): Use YYNOT_TWICE.
11534         (cast_expression:): Likewise.
11535         (assignment:): Likewise.
11536
11537 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11538
11539         * parse.y (do_merge_string_cste): New locals. Create new
11540         STRING_CSTs each time, use memcpy. Fixes gcj/311.
11541
11542 2000-08-07  Hans Boehm  <boehm@acm.org>
11543
11544         * boehm.c (mark_reference_fields): Set marking bits for all words in
11545         a multiple-word record.
11546         (get_boehm_type_descriptor): Use the procedure marking descriptor for
11547         java.lang.Class.
11548
11549 2000-08-31  Mike Stump  <mrs@wrs.com>
11550
11551         * Make-lang.in (jc1$(exeext), gcjh$(exeext), jv-scan$(exeext),
11552         jcf-dump$(exeext)): Make parallel safe.
11553
11554 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
11555
11556         * jcf-parse.c (set_source_filename): Constify a char *.
11557         * jcf-write.c (append_innerclasses_attribute,
11558         make_class_file_name): Constify a char *.  Don't recycle a
11559         variable for an unrelated purpose.
11560         * parse.y: (build_alias_initializer_parameter_list): Constify a char *.
11561         (breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
11562
11563 2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11564
11565         * expr.c (can_widen_reference_to): Fixed indentation.
11566         * java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
11567         * parse.y: `finit$' replaces `$finit$' in comments.
11568         (try_builtin_assignconv): Fixed leading comment.
11569
11570 2000-08-25  Greg McGary  <greg@mcgary.org>
11571
11572         * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
11573
11574 2000-08-24  Greg McGary  <greg@mcgary.org>
11575
11576         * lang.c (lang_decode_option): Use ARRAY_SIZE.
11577         * parse.y (BINOP_LOOKUP): Likewise.
11578
11579 2000-08-22  Andrew Haley  <aph@cygnus.com>
11580
11581         * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
11582         sign extending. Fixes gcj/321.
11583         * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
11584         combining to make a jlong. Fixes gcj/321.
11585
11586 2000-08-21  Nix  <nix@esperi.demon.co.uk>
11587
11588         * lang-specs.h: Do not process -o or run the assembler if
11589         -fsyntax-only.
11590
11591 2000-08-16  Andrew Haley  <aph@cygnus.com>
11592
11593         * typeck.c (build_java_array_type): Rewrite code to do array
11594         alignment.  Take into account back-end macros when aligning array
11595         data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
11596         user to set alignment. Fixes gcj/252 and 160.
11597
11598 2000-08-09  Tom Tromey  <tromey@cygnus.com>
11599
11600         * parse.y (check_abstract_method_definitions): Now return `int'.
11601         Check implemented interfaces.  Fixes PR gcj/305.
11602
11603         * parse.y (patch_switch_statement): Disallow `long' in switch
11604         expressions.  Fixes PR gcj/310.
11605
11606 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11607
11608         * decl.c (finit_leg_identifier_node): New global.
11609         (init_decl_processing): Use `finit$' to initialize
11610         finit_identifier_node. Use `$finit$' to initialize
11611         finit_leg_identifier_node.
11612         * expr.c (expand_java_field_op): Use ID_FINIT_P.
11613         * java-tree.h (finit_identifier_node): Changed attached comment.
11614         (finit_leg_identifier_node): New declaration.
11615         (ID_FINIT_P): Take finit_identifier_node and
11616         finit_leg_identifier_node into account. This is a backward
11617         compatibility hack.
11618
11619 2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11620
11621         * jcf-write.c (generate_bytecode_conditional): Re-installed lost
11622         Jan 6 2000 patch.
11623         (generate_bytecode_insns): Check `nargs' before emitting it.
11624         * verify.c (merge_type_state): Fixed typo.
11625         * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
11626         generate_bytecode_{conditional,insns}.
11627
11628 2000-08-13  Anthony Green  <green@redhat.com>
11629
11630         * check-init.c (check_init): Add case for BIT_FIELD_REF (required
11631         for -pg builds).
11632
11633 2000-08-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11634
11635         * class.c (maybe_layout_super_class): Fixed indentation.
11636         * java-tree.h (CLASS_METHOD_CHECKED_P): New macro.
11637         (java_check_methods): New function declaration.
11638         * jcf-parse.c (get_constant): Let `char_len' go up to 3. Use `str'
11639         instead of `str_ptr'.
11640         * jcf-write.c (generate_bytecode_insns): Emit number the of args
11641         of a `invokeinterface' at the right time.
11642         * parse.h (WFL_STRIP_BRACKET): New macro.
11643         (SET_TYPE_FOR_RESOLUTION): Use it.
11644         * parse.y (build_unresolved_array_type): Reuse `type_or_wfl'.
11645         (check_class_interface_creation): Don't check for cross package
11646         innerclass name clashes.
11647         (method_header): Behave properly if MDECL is `error_mark_node'.
11648         (method_declarator): Return `error_mark_node' if bogus current
11649         class.
11650         (resolve_class): Apply WFL_STRIP_BRACKET on `cl' if necessary.
11651         (resolve_and_layout): New local `decl_type', set and used. Call
11652         java_check_methods.
11653         (java_check_methods): New method.
11654         (java_layout_classes): Use it.
11655         (resolve_qualified_expression_name): No EH check necessary in
11656         access$<n>.
11657         (java_complete_lhs): Use VAR_DECL's DECL_INITIAL when evaluating
11658         `case' statement.
11659         (patch_assignment): Set DECL_INITIAL on integral final local.
11660
11661 2000-08-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11662
11663         * java-tree.h (flag_extraneous_semicolon): New extern.
11664         * lang-options.h: (-Wextraneous-semicolon): New option.
11665         * lang.c (flag_redundant): Fixed typo in leading comment.
11666         (flag_extraneous_semicolon): New global.
11667         (lang_decode_option): Set `flag_extraneous_semicolon' when
11668         -Wall. Decode `-Wextraneous-semicolon'.
11669         * parse.y (type_declaration:): Removed `SC_TK' hack, added
11670         `empty_statement' rule.
11671         (class_body_declaration): Likewise.
11672         (method_body:): Accept `;' as a method body.
11673         (static_initializer:): Removed `SC_TK' hack.
11674         (constructor_block_end:): Likewise.
11675         (empty_statement:): Report deprecated empty declaration. Fixes
11676         gcj/295
11677
11678 2000-08-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11679
11680         * parse.y (build_dot_class_method_invocation): Changed parameter
11681         name to `type'. Build signature from `type' and convert it to a
11682         STRING_CST if it's an array.
11683         (patch_incomplete_class_ref): `build_dot_class_method_invocation'
11684         to use `ref_type' directly.
11685
11686 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
11687
11688         * lang-options.h: Added a comma after the last element to avoid
11689         syntax errors when other languages define additional options.
11690
11691 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
11692
11693         * Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
11694         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
11695         (jc1): Link with $(BACKEND).
11696         (jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
11697
11698 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11699
11700         * jvspec.c: Adjust type of second argument to
11701         lang_specific_driver, and update code as necessary.
11702
11703         * class.c (build_dtable_decl): Initialize dummy.
11704
11705 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11706
11707         * parse.y (maybe_yank_clinit): When generating bytecode: non empty
11708         method bodies not to rule out discarding `<clinit>'; don't use
11709         <clinit> to initialize static fields with constant initializers.
11710
11711 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11712
11713         * gjavah.c (print_method_info): Added `synth' parameter. Skip
11714         synthetic methods.
11715         (method_synthetic): New global.
11716         (HANDLE_METHOD): Recognize synthetic method and tell
11717         `print_method_info' about it.
11718         (HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
11719         processing a synthetic method.
11720         * jcf-reader.c (skip_attribute): New function.
11721         ( skip_attribute): Likewise.
11722
11723 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11724
11725         * parse.y (build_outer_field_access): Fixed comments.
11726         (fix_constructors): Emit the initialization of this$<n> before
11727         calling $finit$.
11728         (resolve_qualified_expression_name): Build an access to `decl' if
11729         necessary.
11730
11731 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11732
11733         * parse-scan.y (curent_class): Non longer const.
11734         (inner_qualifier, inner_qualifier_length): Deleted.
11735         (current_class_length): New global.
11736         (bracket_count): Fixed typo in leading comment.
11737         (anonymous_count): New global.
11738         (class_instance_creation_expression:): Handle anonymous classes.
11739         (anonymous_class_creation:): New rule.
11740         (push_class_context): Rewritten.
11741         (pop_class_context): Likewise.
11742         (INNER_QUALIFIER): Macro deleted.
11743         (report_class_declaration): call `push_class_context' when
11744         entering the function. `fprintf' format modified not to use
11745         INNER_QUALIFIER.
11746         (report_class_declaration): Assign `package_name' and
11747         `current_class' to NULL separately.
11748
11749 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11750
11751         * expr.c (build_invokeinterface): Call layout_class_methods on
11752         target interface.
11753
11754 2000-07-27  Tom Tromey  <tromey@cygnus.com>
11755             Anthony Green  <green@cygnus.com>
11756             Alexandre Petit-Bianco  <apbianco@cygnus.com>
11757
11758         * class.c (make_class_data): Create vtable for abstract classes.
11759         (get_dispatch_table): Changed to cope with abstract classes.
11760
11761 2000-07-27  Tom Tromey  <tromey@cygnus.com>
11762
11763         * parse.y (patch_method_invocation): Don't reverse the argument
11764         list when dealing with anonymous class constructors. Fixed typo in
11765         comment.
11766
11767 2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11768
11769         * parse.y (build_alias_initializer_parameter_list): Reverse
11770         crafted list when building aliases for anonymous class
11771         constructors.
11772
11773 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11774
11775         * parse.y (jdep_resolve_class): Don't bother checking potential
11776         innerclass access if `decl' is NULL.
11777         (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
11778         WFL.
11779
11780 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11781
11782         * parse.c: Remove (again.)
11783
11784 2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11785
11786         * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
11787         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
11788         outside the `if' statement, alias to innerclass removed, `decl'
11789         used to mark the class complete.
11790
11791 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11792
11793         * parse.y (simple_name:): Fixed typo in error message.
11794
11795 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11796
11797         * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
11798         or its first operand can be error marks.
11799
11800 2000-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11801
11802         * parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
11803         * parse.y (method_header): Likewise.
11804
11805 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11806
11807         * parse.y (process_imports): Consider that one might be trying to
11808         import an innerclass. Fixes gcj/254
11809
11810 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11811
11812         * parse.y (find_as_inner_class): Handle the case where the
11813         enclosing context of an innerclass has been loaded as bytecode.
11814
11815 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11816
11817         * parse.y (simple_name:): Reject `$' in type names.
11818         (resolve_type_during_patch): Use `type' as a second
11819         argument to resolve_no_layout. Fixes gcj/257.
11820
11821 2000-07-18  Bryce McKinlay  <bryce@albatross.co.nz>
11822
11823         * parse.y (find_most_specific_methods_list): Select the only
11824         non-abstract method even if max has been set.
11825         Fixes gcj/285, gcj/298.
11826
11827 2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>
11828
11829         * lang-specs.h: Added %(jc1) to java compiler options.
11830
11831 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
11832
11833         * .cvsignore: New file.
11834
11835 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11836
11837         * parse.y (not_accessible_p): Access granted to innerclasses
11838         (indirectly) extending the reference type. Fixes gcj/249.
11839
11840 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11841
11842         * parse.y (patch_method_invocation): Fixed comment.
11843         (maybe_use_access_method): Build this$<n>s to the context of the
11844         target method, or a type that extends it. Fixes gcj/242.
11845
11846 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
11847
11848         * parse.c: Remove.
11849
11850 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11851
11852         * parse.y (fold_constant_for_init): Avoid bullish conversion.
11853
11854 2000-07-13  Tom Tromey  <tromey@cygnus.com>
11855
11856         * lang-specs.h: Added %{I*}.
11857
11858 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
11859
11860         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
11861
11862 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
11863
11864         * parse-scan.c: Remove.
11865
11866 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11867
11868         * class.c (set_super_info): Handled protected inner classes.
11869         (common_enclosing_context_p): Bail early if arguments aren't both
11870         inner classes.
11871         (get_access_flags_from_decl): Handle private and protected inner
11872         classes.
11873         * java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
11874         (CLASS_PROTECTED): Likewise.
11875         (struct lang_type): New bitfield `poic'.
11876         * parse.y (jdep_resolve_class): Call check_inner_class_access on
11877         inner classes only.
11878         (check_inner_class_access): Renamed arguments, added
11879         comments. Handles protected inner classes (fixes gcj/225)
11880         (not_accessible_p): Fixed comments. Avoid handling inner classes.
11881
11882 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11883
11884         * parse.y (resolve_qualified_expression_name): Verify qualified
11885         access to `this'. Fixes gcj/239.
11886
11887 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11888
11889         * jcf-write.c (generate_classfile): Don't install ConstantValue
11890         for null pointers.
11891
11892 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11893
11894         * parse.y (resolve_qualified_expression_name): Handle inner class
11895         access. Fixes gcj/256.
11896
11897 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11898
11899         * jcf-write.c (generate_classfile): Properly install the
11900         ConstantValue attribute and the initial value constant pool index
11901         on string constants.
11902         * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
11903         class files.
11904
11905 2000-07-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11906
11907         * parse.h (BUILD_PTR_FROM_NAME): Surround with a do/while
11908         construct.
11909         * parse.y (find_as_inner_class): Fixed typo.
11910         (do_resolve_class): Explore enclosing contexts when searching for
11911         innerclasses. Removed curly brackets around BUILD_PTR_FROM_NAME.
11912         (check_inner_class_access): Check `decl' which can be null in case
11913         of previous errors.
11914
11915 2000-07-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11916
11917         * java-tree.h (java_debug_context): Declared `extern'.
11918         (safe_layout_class): Likewise.
11919         * parse.y (resolve_field_access): Field must be `static' in order
11920         to be replaced by its initial value. Added comments.
11921         (find_applicable_accessible_methods_list): Fixed typo.
11922         (find_most_specific_methods_list): Methods found in innerclasses
11923         take over methods founds in the enclosing contexts.
11924         (java_complete_tree): Loosen restrictions on the type of DECLs
11925         that can be replaced by their initialization values.
11926         (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'.
11927
11928 2000-07-05  Tom Tromey  <tromey@cygnus.com>
11929
11930         * Make-lang.in (PARSE_DIR): New macro.
11931         (PARSE_RELDIR): Likewise.
11932         (PARSE_C): Likewise.
11933         (PARSE_SCAN_C): Likewise.
11934         ($(PARSE_C)): New target.
11935         ($(PARSE_SCAN_C)): Likewise.
11936         (SET_BISON): New macro.
11937         (BISONFLAGS): Likewise.
11938         (JAVABISONFLAGS): Likewise.
11939
11940 2000-07-02  Bryce McKinlay  <bryce@albatross.co.nz>
11941
11942         * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream
11943         argument on the first pass for CNI as well as JNI.
11944         (print_method_info): Set up method name on the first pass only.
11945
11946 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11947
11948         * parse.y (parser_qualified_classname): Removed parameter
11949         `is_static'.
11950         (create_interface): Removed first passed parameter to
11951         parser_qualified_classname.
11952         (create_class): Likewise. Don't install alias on static
11953         innerclasses. Fixes gcj/275.
11954
11955 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11956
11957         * parse.y (maybe_generate_pre_expand_clinit): Don't build a
11958         debugable statement with empty_stmt_node. Fixes gcj/272
11959
11960 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11961
11962         * expr.c (build_instanceof): Layout type after it's loaded. Fixes
11963         gcj/271.
11964
11965 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11966
11967         * jcf-write.c (push_long_const): Appropriately cast short negative
11968         constant to jword.
11969
11970 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11971
11972         * parse.y (verify_constructor_super): Use loop variable
11973         `m_arg_type' initialized with `mdecl_arg_type'.
11974
11975 2000-06-29  Tom Tromey  <tromey@cygnus.com>
11976
11977         * parse.y (resolve_field_access): Handle case where `type_found'
11978         is NULL.
11979
11980 2000-06-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11981
11982         * expr.c (lookup_field): The same field can be found through two
11983         different interface. Don't declare it ambiguous in that case.
11984
11985 2000-06-27  Tom Tromey  <tromey@cygnus.com>
11986
11987         * lex.c (java_lineterminator): Don't recognize \r after \n.  If \r
11988         follows \r, then unget it at a lower level.
11989
11990 2000-06-26  Tom Tromey  <tromey@cygnus.com>
11991
11992         * parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to
11993         java_complete_tree.
11994
11995 2000-06-25  Tom Tromey  <tromey@cygnus.com>
11996
11997         * parse.y (for_statement): Wrap expression in a WFL if it is a
11998         constant.  For PR gcj/268.
11999
12000 2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12001
12002         * parse.y (do_resolve_class): Minor optimiztion in the package
12003         list search. Removed unnecessary test and return statement.
12004         (valid_ref_assignconv_cast_p): Order of arguments to
12005         enclosing_context_p fixed.
12006
12007 2000-06-24  Tom Tromey  <tromey@cygnus.com>
12008
12009         * expr.c (lookup_field): Print error and return error_mark_node if
12010         field reference is ambiguous.
12011
12012         * parse.y (check_abstract_method_definitions): Also check if
12013         `other_method' is abstract.
12014
12015 2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12016
12017         * class.c (set_super_info): Handle ACC_PRIVATE for (inner)
12018         classes.
12019         * java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
12020         (struct lang_type): New field `pic'.
12021         (CLASS_PRIVATE): New macro.
12022         * parse.y (check_inner_class_access): New function.
12023         (jdep_resolve_class): Call it.
12024
12025 2000-06-23  Tom Tromey  <tromey@cygnus.com>
12026
12027         * parse.y (patch_incomplete_class_ref): Initialize the returned
12028         class.  For PR gcj/260.
12029
12030 2000-06-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12031
12032         * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
12033
12034 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12035
12036         * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
12037         Java specific checks.
12038         * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
12039         screened by DECL_P.
12040         * java-tree.def (CASE_EXPR): Marked 'e'.
12041         (DEFAULT_EXPR): Likewise.
12042         * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage
12043         screened by DECL_P.
12044         * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
12045         Java specific checks.
12046         (generate_bytecode_insns): Test try_block for BLOCK before using
12047         BLOCK_EXPR_BODY.
12048         * parse.y (build_wfl_wrap): Added `location' argument. Set
12049         EXPR_WFL_LINECOL accordingly.
12050         (dim_expr:): Wrap constants with WFLs.
12051         (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC.
12052         (resolve_package): Check for `stmt' not being a BLOCK before
12053         building a debuggable statement with it.
12054         (make_qualified_primary): Added extra parameter to build_wfl_wrap
12055         invocation.
12056         (resolve_field_access): Make sure `decl' is a DECL before treating
12057         it as such.
12058         (maybe_build_primttype_type_ref): Make sure `wfl''s node is an
12059         IDENTIFIER_NODE before treating it as such.
12060         (patch_new_array_init): Make sure `elt' is a TREE_LIST before
12061         treating it as such.
12062         (find_applicable_accessible_methods_list): CLASS_INTERFACE macro
12063         to be applied only on non array types.
12064
12065 2000-06-16  Per Bothner  <per@bothner.com>
12066
12067         * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN):  Don't
12068         define in terms of DECL_RESULT, as that fails when --enable-checking.
12069
12070 2000-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12071
12072         * jcf-write.c (CHECK_PUT): Add static prototype.  Make pointer
12073         types the same in comparison.
12074         (CHECK_OP): Add static prototype.
12075
12076 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
12077
12078         * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
12079         * parse.y (java_complete_class): Set DECL_USER_ALIGN.
12080         * parse.c: Rebuilt.
12081
12082 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12083
12084         * decl.c (create_primitive_vtable): Prototype.
12085
12086         * jcf-write.c (generate_bytecode_insns): Initialize variable
12087         `saved_context'.
12088
12089         * lang.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
12090
12091 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
12092
12093         * parse.y (find_applicable_accessible_methods_list): Use a hashtable
12094         to track searched classes, and do not search the same class more than
12095         once. Call find_applicable_accessible_methods_list on immediate
12096         superclass, instead of search_applicable_method_list on all ancestors.
12097         Fix for PR gcj/238.
12098
12099 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
12100
12101         * parse.y (register_fields): Permit static fields in inner classes
12102         if they are final. Fix for PR gcj/255.
12103
12104 2000-06-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12105
12106         * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries.
12107         * parse.y (find_in_imports): Returned type changed to void,
12108         leading comment fixed.
12109         (register_package): New function.
12110         (qualify_and_find): Likewise.
12111         (package_declaration:): Use `register_package'.
12112         (single_type_import_declaration:): Removed local variable
12113         `node'. Added missing `;' for consistency.
12114         (type_import_on_demand_declaration:): Use `chainon' to link new
12115         entries.
12116         (lookup_field_wrapper): Lookup local variables defined in outer
12117         contexts first.
12118         (java_complete_class): Don't reverse the list of imported on demand.
12119         (do_resolve_class): Reorganized. Removed local variable
12120         `original_name'. Call `qualify_and_find' with the current package
12121         name, invoke `find_in_imports_on_demand' right after. Call
12122         `qualify_and_find' with the packages we've seen so far. Fixed
12123         operations numbering in comments.
12124         (java_expand_class): Don't reverse `package_list'.
12125         (find_most_specific_methods_list): New local variables `abstract'
12126         and `candidates'. Use them to pick the right method.
12127
12128 2000-06-06  Tom Tromey  <tromey@ferrule.cygnus.com>
12129
12130         * parse.y (check_modifiers_consistency): Don't subtract out
12131         `PUBLIC_TK' from argument to THIS_MODIFIER_ONLY.
12132
12133 2000-06-04  Philipp Thomas  <pthomas@suse.de>
12134
12135         * Makefile.in (INTLLIBS): New.
12136         (LIBS): Add above.
12137         (DEPLIBS): Ditto.
12138
12139 2000-06-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12140
12141         * class.c (get_dispatch_table): Build the vtable dummy entry list
12142         element with a null purpose. Fixed leading comment.
12143         (build_dtable_decl): Build an accurate dtable type when appropriate
12144         and use it.
12145
12146 2000-06-02  Richard Henderson  <rth@cygnus.com>
12147
12148         * lang.c (lang_get_alias_set): New.
12149
12150 2000-05-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12151
12152         * parse.y (resolve_field_access): Complete the DECL_INITIAL tree
12153         before using it as the accessed field.
12154
12155 2000-05-31  Tom Tromey  <tromey@cygnus.com>
12156
12157         * java-tree.h (boolean_array_vtable, byte_array_vtable,
12158         char_array_vtable, short_array_vtable, int_array_vtable,
12159         long_array_vtable, float_array_vtable, double_array_vtable):
12160         Declare.
12161         * expr.c (get_primitive_array_vtable): New function.
12162         (create_primitive_vtable): New function.
12163         (java_lang_expand_expr): Enable code to statically generate
12164         arrays.
12165         * decl.c (init_decl_processing): Create primitive vtables.
12166         (boolean_array_vtable, byte_array_vtable, char_array_vtable,
12167         short_array_vtable, int_array_vtable, long_array_vtable,
12168         float_array_vtable, double_array_vtable): Define.
12169
12170 2000-05-26  Zack Weinberg  <zack@wolery.cumb.org>
12171
12172         * java/parse.y (find_applicable_accessible_methods_list):
12173         Don't add an uninitialized value to the list.
12174
12175 2000-05-25  Tom Tromey  <tromey@cygnus.com>
12176
12177         * parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
12178         when trying to see if field's class should be initialized.  Always
12179         initialize field's declaring class, not qualified class.
12180         For PR gcj/162.
12181
12182         * parse.y (array_constructor_check_entry): Pass `wfl_value', not
12183         `wfl_operator', to maybe_build_primttype_type_ref.
12184         Fixes PR gcj/235.
12185
12186 2000-05-23  Bryce McKinlay  <bryce@albatross.co.nz>
12187
12188         * parse.y (patch_method_invocation): Don't try to lookup methods
12189         in primitive types.
12190
12191 2000-05-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12192
12193         * parse.y (resolve_field_access): Call the appropriate <clinit>
12194         before accessing the length of a static array. Craft a decl for
12195         the field while its time. Fixes PR gcj/129.
12196
12197 2000-05-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12198
12199         * parse.y (resolve_package): Correctly set `*next' (was off by
12200         one.)
12201         (resolve_qualified_expression_name): Fixed comment.
12202
12203 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12204
12205         * jcf-parse.c (jcf_parse_source): Reset current_class and
12206         current_function_decl to NULL before parsing a new file.
12207
12208 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12209
12210         * parse.y (block_end:): If the collected block doesn't feature a
12211         statement, insert an empty statement.
12212
12213 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12214
12215         * parse.y (maybe_yank_clinit): New function.
12216         (maybe_generate_pre_expand_clinit): Always link <clinit> at the
12217         end of the list of methods belonging to a class.
12218         (java_complete_expand_method): Check whether <clinit> is really
12219         necessary and expand it accordingly.
12220
12221 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12222
12223         * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be
12224         processed by the method's switch statement.
12225
12226 2000-05-19  Tom Tromey  <tromey@cygnus.com>
12227
12228         * java-tree.h: Added init state enum.
12229         * decl.c (emit_init_test_initialization): Initialize class
12230         initialization check variable by looking at class' state.
12231
12232 2000-05-19  Tom Tromey  <tromey@cygnus.com>
12233
12234         * java-tree.h (build_instanceof): Declare.
12235         (build_get_class): Declare.
12236         * parse.y (patch_binop): Use build_instanceof.
12237         * expr.c (build_instanceof): New function.  If class is final,
12238         don't make a function call.
12239         (expand_java_INSTANCEOF): Use it.
12240         (build_get_class): New function.
12241
12242 2000-05-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12243
12244         * jcf-write.c (generate_classfile): Scan the source_file for
12245         slashes with the right pointer variable.
12246
12247 2000-05-17  Andrew Cagney  <cagney@b1.cygnus.com>
12248
12249         * lang.c (lang_decode_option): Update -Wunused flags by calling
12250         set_Wunused.
12251         * decl.c (poplevel): Replace warn_unused with warn_unused_label.
12252
12253 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
12254
12255         * check_init.c (check_init): Constify local char *.
12256         * class.c (push_class): Constify local char *.
12257         * java_tree.h: Update prototypes.
12258         * jcf-io.c (open_class): Constify filename parameter and
12259         return value.
12260         (find_class): Remove redundant string copy.  Cast return from
12261         open_class.
12262         * jcf-parse.c (read_class, parse_class_file, yyparse):
12263         Constify local char *.
12264         * jcf-write.c (generate_bytecode_insns, generate_classfile):
12265         Constify local char *.
12266         * jcf.h (JCF): Constify filename and classname.
12267         (JCF_FINISH): Cast args to FREE to char * when appropriate.
12268         * lang.c (init_parse): Constify parameter and return value.
12269         * lex.c (java_get_line_col): Constify filename parameter.
12270         * parse.h: Constify parser_ctxt.filename.  Update prototypes.
12271         * parse.y (java_parser_context_suspend,
12272         issue_warning_error_from_context, safe_layout_class): Constify
12273         local char *.
12274         * parse.c: Regenerate.
12275
12276 2000-05-08  Tom Tromey  <tromey@cygnus.com>
12277
12278         * expr.c (build_jni_stub): Cache the result of
12279         _Jv_LookupJNIMethod.
12280
12281 2000-05-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12282
12283         * decl.c (predef_filenames_size): Now 7.
12284         (predef_filenames): New seventh entry.
12285
12286 2000-05-04  Tom Tromey  <tromey@cygnus.com>
12287
12288         * boehm.c (mark_reference_fields): Don't mark RawData fields.
12289         Keep track of when we've seen a reference field after a
12290         non-reference field.
12291         (get_boehm_type_descriptor): Handle case where we see
12292         non-reference fields but no trailing reference field.
12293         * decl.c (rawdata_ptr_type_node): Define.
12294         (init_decl_processing): Initialize rawdata_ptr_type_node.
12295         * java-tree.h (rawdata_ptr_type_node): Declare.
12296
12297 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12298
12299         * jcf-dump.c (SPECIAL_IINC): Ensure arguments match format
12300         specifiers in calls to fprintf.
12301
12302 2000-05-03  Andrew Haley  <aph@cygnus.com>
12303
12304         * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
12305
12306         * javaop.h (WORD_TO_INT): New function.
12307         (IMMEDIATE_s4): Use WORD_TO_INT.
12308         * jcf.h (JPOOL_INT): Ditto.
12309
12310         * gjavah.c (decode_signature_piece): Don't treat `$' as namespace
12311         separator.
12312
12313 2000-04-19  Tom Tromey  <tromey@cygnus.com>
12314
12315         * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
12316         on native function.
12317         * jcf-parse.c (parse_class_file): Call build_jni_stub for native
12318         JNI methods.
12319         * expr.c (build_jni_stub): New function.
12320         * lang-specs.h: -fjni and -femit-class-file are incompatible.
12321         * parse.c: Rebuilt.
12322         * parse.y (java_complete_expand_methods): Expand a native method
12323         and call build_jni_stub if -fjni given.
12324         * lang-options.h: Document -fjni.
12325         * lang.c (flag_jni): New global.
12326         (lang_f_options): Added `jni' entry.
12327         * java-tree.h (soft_lookupjnimethod_node,
12328         soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
12329         Declare.
12330         (flag_jni): Declare.
12331         (build_jni_stub): Declare.
12332         (struct lang_decl): Added `native' flag.
12333         (METHOD_NATIVE): Redefined to use `native' field of lang specific
12334         structure.
12335         * decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
12336         soft_jnipopsystemframe_node): New globals.
12337         (init_decl_processing): Set them.  _Jv_InitClass only takes one
12338         argument.
12339
12340         * java-tree.def: Put into `C' mode.
12341
12342 2000-04-27  Tom Tromey  <tromey@cygnus.com>
12343
12344         Fix for PR gcj/2:
12345         * expr.c (expand_invoke): Generate check to see if object pointer
12346         is null in nonvirtual invocation case.
12347         * java-tree.h (soft_nullpointer_node): Declare.
12348         * decl.c (soft_nullpointer_node): New global.
12349         (init_decl_processing): Initialize soft_nullpointer_node.
12350         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
12351         or `private' methods.
12352         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
12353
12354 2000-04-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12355
12356         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
12357         from <clinit>
12358
12359 2000-04-26  Tom Tromey  <tromey@cygnus.com>
12360
12361         * zextract.c (find_zip_file_start): New function.
12362         (read_zip_archive): Use it.
12363
12364 2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12365
12366         * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.
12367
12368 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12369
12370         * class.c (common_enclosing_context_p): New function.
12371         * java-tree.h (common_enclosing_context_p): Added prototype.
12372         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Relaxed test to allow
12373         classes sharing an outer context with the current instance.
12374         * parse.y (build_access_to_thisn): Fixed leading comment.
12375         (verify_constructor_super): New local `supper_inner'. Skip
12376         enclosing context argument in the case of inner class constructors.
12377         (patch_method_invocation): Insert proper context as second
12378         parameter to pure inner class constructor super invocations.
12379
12380 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12381
12382         * parse.y (end_class_declaration): Reset the interface number
12383         counter.
12384
12385 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12386
12387         * parse.y (source_start_java_method): Deleted unnecessary code.
12388         (patch_method_invocation): Fixed comment.
12389
12390 2000-04-24  Robert Lipe <robertlipe@usa.net>
12391
12392         * parse.h (_jdep): Member `kind' now ENUM_BITFIELD.
12393
12394 2000-04-23  Tom Tromey  <tromey@cygnus.com>
12395
12396         * boehm.c (mark_reference_fields): Use int_byte_position.
12397
12398 2000-04-22  Tom Tromey  <tromey@cygnus.com>
12399
12400         * boehm.c (mark_reference_fields): Only call byte_position on
12401         non-static fields.
12402
12403 2000-04-22  Tom Tromey  <tromey@cygnus.com>
12404
12405         * boehm.c (mark_reference_fields): Added `last_view_index'
12406         argument.  Use DECL_FIELD_OFFSET to determine field's offset.
12407
12408 2000-04-20  Mo DeJong  <mdejong@cygnus.com>
12409
12410         * parse.h (INTERFACE_INNER_MODIFIERS): New macro.
12411         * parse.y (check_class_interface_creation): Fixed comments. Select
12412         permitted modifiers for (inner) interfaces. Changed error message
12413         to report rejected modifiers used with local classes.
12414
12415 2000-04-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12416
12417         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Immediate inner classes
12418         of directly inherited type considered in scope.
12419         * parse.y (do_resolve_class): Search inherited classes for inner
12420         classes.
12421
12422 2000-04-20  Tom Tromey  <tromey@cygnus.com>
12423
12424         * parse.y (not_accessible_p): Use member's class, not current
12425         class, when doing inheritance check for protected reference.
12426         Fixes PR gcj/124.
12427
12428 2000-04-20  Jason Schroeder  <shrode@subnature.com>
12429
12430         * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
12431
12432 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12433
12434         * parse.y (lookup_field_wrapper): Search for final local aliases.
12435         (resolve_expression_name): Let lookup_field_wrapper search for
12436         final local aliases. Force the value of `name' if one is found.
12437         (qualify_ambiguous_name): CONVERT_EXPR is enough to now we have
12438         an expression name. Fixed comments.
12439
12440 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12441
12442         * parse.y (yyerror): `msg' can be null, don't use it in that case.
12443
12444 2000-04-19  Tom Tromey  <tromey@cygnus.com>
12445
12446         * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.
12447
12448 2000-04-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12449
12450         * parse.y (maybe_make_nested_class_name): Use `obstack_grow0'.
12451
12452 2000-04-18  Tom Tromey  <tromey@cygnus.com>
12453
12454         PR gcj/211:
12455         * gjavah.c (utf8_cmp): Changed return value.
12456         (cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
12457         result.
12458         (cxx_keywords): New global.
12459         (get_field_name): Handle new result of cxx_keyword_subst.
12460         (print_method_info): Likewise.
12461
12462 2000-04-17  Bryce McKinlay  <bryce@albatross.co.nz>
12463
12464         * gjavah.c (print_name_for_stub_or_jni): Don't prefix method names
12465         with a newline, for CNI.
12466         (print_stub_or_jni): Print a space or newline before method name for
12467         CNI as well as JNI.
12468         (print_cxx_classname): Don't write leading "::" in CNI stub method.
12469         (process_file): Include gcj/cni.h if generating CNI stubs.
12470
12471 2000-04-16  Tom Tromey  <tromey@cygnus.com>
12472
12473         * gjavah.c (decompile_method): Use print_field_name.
12474         Fixes PR gcj/205.
12475
12476 2000-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12477
12478         * parse.y (java_expand_classes): Reverse the package list once.
12479         (java_complete_lhs): PLUS_EXPR: don't try rhs and lhs at string
12480         reduction.
12481         (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
12482         the `==' and `!=' operators.
12483
12484 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12485
12486         * jcf-write.c (generate_bytecode_insns): At invocation time,
12487         always relate an interface method to the type of its selector.
12488
12489 2000-04-05  Tom Tromey  <tromey@cygnus.com>
12490
12491         Fix for PR gcj/2:
12492         * expr.c (expand_invoke): Generate check to see if object pointer
12493         is null in nonvirtual invocation case.
12494         * java-tree.h (soft_nullpointer_node): Declare.
12495         * decl.c (soft_nullpointer_node): New global.
12496         (init_decl_processing): Initialize soft_nullpointer_node.
12497         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
12498         or `private' methods.
12499         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
12500
12501 2000-04-05  Tom Tromey  <tromey@cygnus.com>
12502
12503         Fix for PR gcj/140:
12504         * parse.y (check_final_assignment): Recognize assignments to the
12505         `length' field of an array when generating class files.
12506
12507 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12508
12509         * class.c (decl_hash): Prototype removed.
12510         (decl_compare): Likewise.
12511
12512 2000-04-05  Tom Tromey  <tromey@cygnus.com>
12513
12514         * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
12515         * parse.y (check_modifiers_consistency): Check for final/volatile
12516         clash.  Fixes PR gcj/164.
12517
12518 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12519
12520         * class.c: (java_hash_hash_tree_node): Renamed from `decl_hash',
12521         made global.
12522         (java_hash_compare_tree_node): Renamed from `decl_compare, made
12523         global.
12524         (add_method_1): Use `java_hash_hash_tree_node' and
12525         `java_hash_compare_tree_node'.
12526         * java-tree.h: (java_hash_hash_tree_node): Prototyped.
12527         (java_hash_compare_tree_node): Likewise.
12528         * parse.y (find_applicable_accessible_methods_list): Create,
12529         delete and use a hash table to remember already searched interfaces.
12530
12531 2000-04-03  Matt Welsh  <mdw@cs.berkeley.edu>
12532
12533         * jcf-depend.c (add_entry): Fixed bug where list was always replaced
12534         with latest entry.
12535
12536 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12537
12538         * boehm.c (mark_reference_fields, set_bit): Prototype.
12539         (set_bit): Un-ANSI-fy definition.
12540
12541         * class.c (init_test_hash_newfunc, decl_hash, decl_compare):
12542         Prototype.
12543
12544         * decl.c (emit_init_test_initialization): Likewise.
12545
12546         * gjavah.c (jni_print_char): Likewise.
12547
12548         * parse.y (create_new_parser_context): Likewise.
12549
12550 2000-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12551
12552         * expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000
12553         patch missing hunk. Fixed indentation.
12554
12555 2000-03-30  Tom Tromey  <tromey@cygnus.com>
12556
12557         * gjavah.c (D_NAN_MASK): Only define as word-reversed when
12558         HOST_FLOAT_WORDS_BIG_ENDIAN and HOST_WORDS_BIG_ENDIAN disagree.
12559
12560 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12561
12562         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
12563         when negative *before* using it as an array index.
12564         * ChangeLog: Fixed typo.
12565
12566 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12567
12568         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
12569         to 0 when it reaches -1.
12570
12571 2000-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12572
12573         * jcf-parse.c (get_constant): Properly cast `num' during the
12574         invocation of `add_double'.
12575         * jcf-write.c (push_long_const): Properly cast `lo' before
12576         comparing it to short bounds.
12577         * parse-scan.y (interface_declaration:): Rule re-arrange so that
12578         `interface_body:' is reduced after the current interface is
12579         pushed.
12580
12581 2000-03-26  Tom Tromey  <tromey@cygnus.com>
12582
12583         * jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each
12584         Java-specific `-f' option.
12585
12586 2000-03-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12587
12588         * decl.c (init_decl_processing): Only call initialize_sizetypes once.
12589         Adjust order of making types.
12590         Make bitsize_*_node values.
12591
12592 2000-03-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12593
12594         * class.c (make_field_value): Use byte_position.
12595         * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
12596         (java_array_data_offset): Likewise.
12597         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Add case to
12598         bzero call.
12599
12600 2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12601
12602         * parse.y (check_abstract_method_definitions): New local
12603         `end_type_reached'. Make sure we also consider `end_type'.
12604         (java_check_abstract_method_definitions): Make sure we eventually
12605         consider `java.lang.Object'.
12606         (maybe_use_access_method): Don't use access method if not in the
12607         context of a pure inner class or if the method's context is right.
12608         (find_applicable_accessible_methods_list): New static flag
12609         `object_done'. Don't search abstract classes as interfaces. Fixed
12610         indentation. Fixed the `java.lang.Object' only search. Search
12611         class interface(s) first, then fully search enclosing contexts.
12612         (find_most_specific_methods_list): Pick the closest candidate when
12613         they're all abstract.
12614
12615 2000-03-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12616
12617         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
12618         properly initialize `finished_label'. Don't emit gotos for empty
12619         try statements.
12620
12621 2000-03-19  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
12622
12623         * except.c (emit_handlers): Clear catch_clauses_last.
12624
12625 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12626
12627         * parse.y (check_method_types_complete): New function.
12628         (create_class): Reset anonymous class counter only when seeing an
12629         non inner classe.
12630         (java_complete_class): JDEP_METHOD: Don't recompute signature
12631         if incomplete.
12632
12633 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12634
12635         * class.c (build_static_ref): Fixed indentation in comment.
12636         * java-tree.def (TRY_EXPR): Fixed typo in name.
12637         (CLASS_LITERAL): Likewise.
12638         * java-tree.h: (TYPE_DOT_CLASS): New macro.
12639         (struct lang_type): New field `dot_class'.
12640         * jcf-write.c (generate_bytecode_insns): Fixed error message.
12641         (generate_classfile): Method `class$' is synthetic.
12642         * parse.y (build_do_class_method): New function.
12643         (build_dot_class_method_invocation): Likewise.
12644         (java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
12645         (resolve_qualified_expression_name): Handle CLASS_LITERAL.
12646         (qualify_ambiguous_name): Likewise.
12647         (patch_incomplete_class_ref): Invoke synthetic method if necessary.
12648         (build_try_statement): Fixed leading comment.
12649
12650 2000-03-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12651
12652         * class.c (make_field_value): Properly handle sizes.
12653         (get_dispatch_vector): Use tree_low_cst and host_integerp.
12654         (layout_class_method): Count using trees.
12655         * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
12656         * expr.c (java_array_data_offset): Use int_bit_position.
12657         (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
12658         (build_invokevirtual): Use tree_low_cst and do computations with trees.
12659
12660 2000-03-16  Tom Tromey  <tromey@cygnus.com>
12661
12662         * lang.c (flag_hash_synchronization): New global.
12663         (lang_f_options): Added `hash-synchronization'.
12664         * lang-options.h: Mention -fhash-synchronization.
12665         * java-tree.h (flag_hash_synchronization): Declare.
12666         * expr.c (java_lang_expand_expr): Only push `sync_info' value when
12667         hash table synchronization is disabled.
12668         * decl.c (init_decl_processing): Only push `sync_info' value when
12669         hash table synchronization is disabled.
12670         * class.c (make_class_data): Only push `sync_info' field when hash
12671         table synchronization is disabled.  Removed dead code.
12672
12673 2000-03-16  Tom Tromey  <tromey@cygnus.com>
12674
12675         * lang.c (lang_decode_option): Enable -Wunused when -Wall given.
12676
12677 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12678
12679         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
12680         classes.
12681         * parse.y (patch_method_invocation): Handle anonymous classes
12682         creation in static context.
12683
12684 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12685
12686         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
12687         * parse.y (resolve_qualified_expression_name): Use it.
12688         (patch_method_invocation): Likewise.
12689
12690 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12691
12692         * parse.y (register_incomplete_type): JDEP_ENCLOSING set
12693         depending on the type of dependency which dictates what the
12694         current class is.
12695         (unresolved_type_p): Resolved types limited to the current class.
12696
12697 2000-03-15  Tom Tromey  <tromey@cygnus.com>
12698
12699         * decl.c (init_decl_processing): Set type of `sync_info' to be
12700         pointer to Object.
12701
12702         * boehm.c (get_boehm_type_descriptor): Correctly compute `bits'.
12703         Correctly compute bit number for current slot.  Zero `high' and
12704         `low' in DS_LENGTH case.  Don't skip inherited fields.  Use
12705         mark_reference_fields.
12706         (mark_reference_fields): New function.
12707
12708 2000-03-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12709
12710         * parse.y (register_incomplete_type): Fixed initialization of
12711         JDEP_ENCLOSING.
12712
12713 2000-02-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12714
12715         * parse-scan.y (inner_qualifier, inner_qualifier_length): New
12716         static globals.
12717         (push_class_context, pop_class_context): New function.
12718         (class_body:): Call pop_class_context.
12719         (interface_body:): Likewise.
12720         (INNER_QUALIFIER): New macro.
12721         (report_class_declaration): Changed output format and use
12722         INNER_QUALIFIER. Call push_class_context.
12723
12724 2000-02-14  Andrew Haley  <aph@cygnus.com>
12725
12726         * check-init.c (check_init): Add new cases for unary and binary
12727         tree nodes.
12728
12729 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12730
12731         * parse.y (resolve_package): Set `next' once a type name has been
12732         progressively discovered.
12733         (resolve_qualified_expression_name): Propagate resolution only if
12734         there are remaining qualifiers. Take into account `q' might have
12735         been cleared after re-qualification.
12736         * parse.y (patch_method_invocation): New local `resolved'.
12737         Section dealing with qualified expression rewritten to use
12738         resolve_field_access.
12739
12740 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12741
12742         * parse.h (PUSH_CPC): Fixed indentation.
12743         (DEBUG_CPC): New macro.
12744         (SET_CPC_INITIALIZER_STMT, SET_CPC_STATIC_INITIALIZER_STMT,
12745         SET_CPC_INSTANCE_INITIALIZER_STMT): New macros.
12746         * parse.y (class_body_declaration:): Use
12747         SET_CPC_INSTANCE_INITIALIZER_STMT.
12748         (method_declaration:): Check for null current_function_decl.
12749         (static_initializer:): Use SET_CPC_STATIC_INITIALIZER_STMT.
12750         (java_parser_context_pop_initialized_field): Better handling of
12751         empty lists.
12752         (maybe_make_nested_class_name): Mark nested class name as
12753         qualified when necessary.
12754         (end_class_declaration): Don't call java_parse_context_resume when
12755         one or more error occurred.
12756         (add_inner_class_fields): Use SET_CPC_INITIALIZER_STMT.
12757         (register_fields): Use SET_CPC_STATIC_INITIALIZER_STMT and
12758         SET_CPC_INITIALIZER_STMT.
12759         (method_header): Check for inner classes declaring static methods.
12760         (resolve_qualified_expression_name): Handle situation where `this'
12761         is implied.
12762
12763 2000-03-13  Hans Boehm <boehm@acm.org>
12764
12765         * typeck.c (build_prim_array_type): Correctly set the high word too.
12766
12767 2000-03-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12768
12769         * parse.y (java_complete_expand_methods): Leave <clinit> out of
12770         ordinary methods.
12771         (maybe_generate_pre_expand_clinit): Put <clinit> at the end of the
12772         list of methods for interfaces.
12773
12774 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12775
12776         * parse.y (qualify_ambiguous_name): Properly handle expressions
12777         using `null'.
12778
12779 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12780
12781         * parse.y (check_final_assignment): Extended to process
12782         COMPOUND_EXPR.
12783         (patch_assignment): Have check_final_assignment called only once.
12784
12785 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12786
12787         * java-tree.h (IS_INIT_CHECKED): New flag.
12788         * check-init.c (check_init): Test and set IS_INIT_CHECKED.
12789         * parse.y (patch_string): Call force_evaluation_order on the
12790         completed string concatenation tree.
12791         * expr.c (force_evaluation_order): Call force_evaluation_order on
12792         function's arguments too.
12793
12794 2000-03-06  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12795
12796         * decl.c (emit_init_test_initialization): Mark KEY as unused.
12797         * expr.c (build_newarray): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
12798         (build_anewarray): Likewise.
12799         * parse.y (patch_newarray): Likewise.
12800         * parse.c: Regenerated.
12801
12802 2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
12803
12804         * decl.c (init_decl_processing): Added new class fields `depth',
12805         `ancestors', and `idt' to class_type_node. Use
12806         _Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
12807         * class.c (make_class_data): Push initial values for new fields.
12808         * java-tree.h: Updated prototype for `build_invokeinterface'.
12809         * expr.c (build_invokeinterface): Changed parameters to accept
12810         `method' tree. Calculate index of `method' in its declaring
12811         interface. Build call to _Jv_LookupInterfaceMethodIdx.
12812         (expand_invoke): Call `build_invokeinterface' with new parameters.
12813         * parse.y (patch_invoke): Call `build_invokeinterface' with new
12814         parameters.
12815
12816 2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
12817
12818         * typeck.c (lookup_do): Search superinterfaces first
12819         when looking up an interface method. From Godmar Back
12820         <gback@cs.utah.edu>
12821
12822 2000-03-06  Tom Tromey  <tromey@cygnus.com>
12823
12824         * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
12825
12826 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12827
12828         * java-tree.h (lookup_argument_method2): Declared.
12829         (safe_layout_class): Prototype moved from parse.h.
12830         * parse.h (safe_layout_class): Prototype moved to java-tree.h.
12831         * parse.y (java_check_regular_methods): Local `super_class' gone.
12832         Call lookup_argument_method2 instead of lookup_argument_method.
12833         Perform modifier match for methods found declared in implemented
12834         interfaces. Fixed indentation problem. Overriding/hiding error
12835         report to take place only for methods found in classes.
12836         * typeck.c (lookup_argument_method): Changed leading
12837         comment. Re-written by calling lookup_do.
12838         (lookup_argument_method2): New function.
12839         (lookup_java_method): Re-written by calling lookup_do.
12840         (lookup_do): New function.
12841
12842 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12843
12844         * check-init.c (check_init): Removed dead code. Handle (blank)
12845         final variables.
12846         * parse.y (declare_local_variables): New local `final_p', set it
12847         and use it to initialize LOCAL_FINAL.
12848         (check_final_assignment): Only check FIELD_DECLs.
12849
12850 2000-02-17  Tom Tromey  <tromey@cygnus.com>
12851
12852         * Makefile.in (JAVA_OBJS): Added boehm.o.
12853         (boehm.o): New target.
12854         * Make-lang.in (JAVA_SRCS): Added boehm.c.
12855         * java-tree.h (flag_use_boehm_gc): Declare.
12856         (get_boehm_type_descriptor): Declare.
12857         * lang.c (lang_f_options): Added `use-boehm-gc'.
12858         (flag_use_boehm_gc): New global.
12859         * lang-options.h: Added -fuse-boehm-gc.
12860         * boehm.c: New file.
12861         * class.c (get_dispatch_table): If class uses a Boehm type
12862         descriptor, put it in the vtable.
12863         (make_class_data): Removed dead code.
12864
12865 2000-03-03  Per Bothner  <per@bothner.com>
12866
12867         * decl.c (init_decl_processing):  Initialize sizetype properly.
12868
12869 2000-03-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12870
12871         * java-tree.h (LOCAL_CLASS_P): New flag usage and macro.
12872         (PURE_INNER_CLASS_DECL_P, PURE_INNER_CLASS_TYPE_P): New macros.
12873         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
12874         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Likewise.
12875         (jcf_parse): New local `current'. Load innerclasses seen in outer
12876         context being processed.
12877         * jcf-reader.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
12878         * jcf-write.c (append_innerclasses_attribute): New function.
12879         (append_innerclasses_attribute_entry): Likewise.
12880         (get_access_flags): Handle static classes. Set anonymous and local
12881         classes to be private.
12882         (generate_classfile): Attribute count adjusted. Call
12883         append_innerclasses_attribute.
12884         * parse.h (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use
12885         PURE_INNER_CLASS_TYPE_P.
12886         * parse.y (parser_qualified_classname): New parameter `is_static',
12887         produce non qualified name accordingly.
12888         (block_statement:): Set LOCAL_CLASS_P when declaring local class.
12889         (create_interface): Added argument to parser_qualified_classname.
12890         (create_class): Added argument to parser_qualified_classname. Setup
12891         alias for top level classes. Use PURE_INNER_CLASS_DECP_P.
12892         (add_inner_class_fields): Fixed indentation.
12893         (method_declarator): Use PURE_INNER_CLASS_DECP_P.
12894         (method_declarator): Fixed typo in comment.
12895         (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
12896         (build_current_thisn): Likewise.
12897         (patch_method_invocation): Likewise.
12898
12899 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12900
12901         * decl.c (current_function_decl): Move to toplev.c.
12902
12903 2000-02-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12904
12905         * java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
12906         (DECL_BIT_INDEX): Use underlying representation.
12907         * parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
12908
12909 2000-02-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12910
12911         * expr.c (build_java_ret): Pass proper type to size_binop.
12912
12913 2000-02-25  Anthony Green  <green@cygnus.com>
12914
12915         * expr.c (build_class_init): Mark the decl to be ignored by
12916         check_init.
12917         * java-tree.h (DECL_BIT_INDEX): Move definition from check-init.c
12918         * check-init.c: Move DECL_BIT_INDEX to java-tree.h
12919         * class.c (init_test_hash_newfunc): New function.
12920         (decl_hash): New function.
12921         (decl_compare): New function.
12922         * decl.c (emit_init_test_initialization): New function.
12923         (complete_start_java_method): Traverse the init test hashtable,
12924         calling emit_init_test_initialization.
12925         (always_initialize_class_p): Define.
12926         * expr.c (build_class_init): Use initialization tests when
12927         emitting class initialization code.
12928         (always_initialize_class_p): Declare.
12929         * jcf-parse.c (parse_class_file): Set always_initialize_class_p to
12930         1.
12931         * java-tree.h: Include hash.h.
12932         (DECL_FUNCTION_INIT_TEST_TABLE): Define.
12933         (struct lang_decl): Add init_test_table field.
12934         (init_test_hash_entry): Define.
12935
12936 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12937
12938         * gjavah.c (main): Avoid using `argi' to report unimplemented
12939         options.
12940
12941 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12942
12943         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
12944         initialize locals to avoid warnings. Local `exception_type' moved
12945         into if statement.
12946
12947 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12948
12949         * parse.y (resolve_expression_name): Use `orig' as a second
12950         argument to resolve_field_access.
12951         (resolve_field_access): Removed unnecessary code when dealing with
12952         static fields.
12953
12954 2000-02-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12955
12956         * class.c (push_super_field): Don't push the field twice.
12957         * jcf-parse.c (parse_source_file): Call java_reorder_fields.
12958         * parse.h (java_reorder_fields): Prototyped.
12959         * parse.y (java_reorder_fields): New function.
12960         (java_layout_class): Simplified not to worry about re-ordering.
12961
12962 2000-02-23  Tom Tromey  <tromey@cygnus.com>
12963
12964         * gjavah.c (print_name): In JNI case, correctly quote string.
12965         (print_method_info): Don't handle overrides in JNI mode.
12966
12967 2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12968
12969         * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
12970         value type set to `boolean_type_node'.
12971
12972 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
12973
12974         * jcf-dump.c (main): Test for correct condition after
12975         output file creation.
12976
12977 2000-02-19  Anthony Green  <green@cygnus.com>
12978
12979         * jcf-depend.c (add_entry): Fix test for first list entry.
12980
12981 2000-02-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12982
12983         * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
12984         * constants.c (build_constants_constructor): Likewise.
12985
12986 2000-02-19  Anthony Green  <green@cygnus.com>
12987
12988         * jcf-depend.c (add_entry): Add entries to the end of the list.
12989
12990 1999-11-03  Pekka Nikander  <pekka.nikander@hut.fi>
12991
12992         * decl.c (INT_TYPE_SIZE): Define if necessary.
12993         (expand_java_return): Handle the case of a native integer smaller
12994         than a JVM integer.
12995
12996 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12997
12998         * gjavah.c (help): Use GCCBUGURL.
12999         * jv-scan.c (help): Likewise.
13000         * jcf-dump.c (help): Likewise.
13001
13002 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13003
13004         * jcf-write.c (generate_bytecode_insns): Don't generate empty
13005         `finally' clauses.
13006
13007 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13008
13009         * jcf-parse.c (load_class): Call `fatal' if no file containing
13010         the target class are found.
13011
13012 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
13013
13014         * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
13015         lex.c, lex.h, and PARSE_H to...
13016         (parse.o, parse-scan.o): ...here, respectively.
13017
13018         * lex.c: Split out code that may trigger SIGFPE from yylex()
13019         to its own function.
13020         * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value.
13021
13022 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13023
13024         * Make-lang.in (jvspec.o): Depend on $(GCC_H), not gcc.h.
13025
13026 2000-02-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13027
13028         * parse.y (outer_field_access_p): Stop in time when outer contexts
13029         are exhausted.
13030         (resolve_qualified_expression_name): Properly qualify *everything*
13031         after a package.type to be resoled as expression names.
13032         (find_applicable_accessible_methods_list): Save/restore `class' to
13033         isolate it from a possible outer context search.
13034
13035 2000-02-15  Tom Tromey  <tromey@cygnus.com>
13036
13037         * gjavah.c (jni_print_char): New function.
13038         (print_full_cxx_name): Use it.
13039         (decode_signature_piece): Likewise.
13040         (print_cxx_classname): Likewise.
13041
13042 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13043
13044         * Makefile.in (jv-scan, jcf-dump, gcjh): Depend on and link with
13045         version.o.
13046         (jcf-dump.o, gjavah.o, jv-scan.o): Depend on version.h.
13047
13048         * gjavah.c: Include version.h.
13049
13050         * jcf-dump.c: Likewise.
13051
13052         * jv-scan.c: Likewise.
13053
13054 2000-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13055
13056         * parse.y (outer_field_access_fix): First parameter now a tree
13057         node. Check for assignment to final. First argument to
13058         build_outer_field_access_fix modified to accommodate prototype.
13059         (build_outer_field_access): Don't check for assignment to final
13060         here.
13061         (java_complete_lhs): MODIFY_EXPR case: Check for `error_mark_node'
13062         possibly returned by outer_field_access_fix. Changed
13063         outer_field_access_fix's first argument.
13064         (check_final_assignment): $finit$'s context is OK.
13065         (patch_unaryop): Use node instead of its line/column value when
13066         calling outer_field_access_fix.
13067
13068 2000-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13069
13070         * parse.y (interface_declaration:): No longer tagged
13071         <node>. Re-installed default action.
13072         (class_member_declaration:): Handle inner interfaces.
13073         (interface_member_declaration): Handle inner interfaces and
13074         classes.
13075         (create_interface): Push error if one seen. Suspend parsing
13076         context when processing an inner interface.
13077         (register_fields): Inner class static field limitations not to
13078         apply to inner interfaces.
13079
13080 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13081
13082         * jcf-parse.c (load_class): Update `java_error_count' when a
13083         class' file can't be found.
13084         (parse.y): Avoid (byte)code generation when errors seen.
13085
13086 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13087
13088         * parse.y (java_complete_lhs): Handle TRUNC_DIV_EXPR. Ensure `fatal'
13089         decodes a valid node.
13090         (patch_binop): Handle TRUNC_DIV_EXPR.
13091
13092 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13093
13094         * parse.y (resolve_package): New local `acc'. Try to progressively
13095         build and guess a package and type name.
13096
13097 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13098
13099         * parse.y (find_applicable_accessible_methods_list): Load and
13100         layout the search class if necessary.
13101         (java_complete_tree): Keep to original type of the folded initial
13102         value.
13103
13104 2000-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13105
13106         * class.c (layout_class): Set and test CLASS_BEING_LAIDOUT.
13107         Generate error message if circularity is detected. New static
13108         local `list'.
13109         * java-tree.h (CLASS_BEING_LAIDOUT): New flag usage, new macro.  *
13110         * jcf-write.c (generate_bytecode_insns): Very simply handle
13111         SAVE_EXPR.
13112         * parse.y (java_check_circular_reference): Use
13113         `cyclic_inheritance_report' during report, if necessary.
13114         (java_complete_lhs): fixed comment with `THROW_EXPR:' case. Avoid
13115         walking NEW_ARRAY_INIT twice.
13116
13117 2000-02-09  Tom Tromey  <tromey@cygnus.com>
13118
13119         * parse.y (check_class_interface_creation): Allow inner classes to
13120         be `private' or `protected', check modifiers' consistency. Prevent
13121         block local classes from bearing any modifiers.
13122
13123 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13124
13125         * except.c (check_start_handlers): Re-add prototype lost in last
13126         patch.
13127         (maybe_start_try): Remove excess argument to `check_start_handlers'.
13128
13129 2000-02-09  Andrew Haley  <aph@cygnus.com>
13130
13131         * decl.c (clear_binding_level): Remove excess initializer.
13132         (maybe_poplevels): Remove unused variable.
13133         (force_poplevels): Ditto.
13134         (struct binding_level): Add comment.
13135
13136 2000-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13137
13138         * jcf-write.c (generate_classfile): Don't consider
13139         pre-initialization with reference value (use <clinit> instead.)
13140         * parse.y (java_fix_constructors): No generated constructor for
13141         interfaces.
13142         (build_outer_field_access): Removed debug message.
13143         (outer_field_expanded_access_p): Adapted to bytecode generation.
13144         (build_outer_field_access_method): Use fix_method_argument_names.
13145         (build_outer_method_access_method): Fixed indentation. Added
13146         comment. Handle access method generation for static and also void
13147         methods.
13148         (build_access_to_thisn): Inserted debug message.
13149         (maybe_build_thisn_access_method): Use fix_method_argument_names.
13150         (resolve_qualified_expression_name): Fixed comment.
13151         (not_accessible_p): Adapted to bytecode generation. Added comment.
13152         (patch_method_invocation): Added comment.
13153         (maybe_use_access_method): Fixed leading comment. Handle static
13154         methods.
13155         (java_complete_lhs): Don't shortcut handling of initialized upon
13156         declaration String type static fields when generating bytecode.
13157         (patch_unaryop): Handle outer field access when generating
13158         bytecode.
13159
13160 2000-02-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13161
13162         * java-tree.h (FIELD_THISN): New macro.
13163         * jcf-write.c (append_synthetic_attribute): New function.
13164         (generate_classfile): Set "Synthetic" attribute on this$<n>,
13165         val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
13166         * parse.y (add_inner_class_fields): Set FIELD_THISN for created
13167         this$<n> fields.
13168         (build_outer_field_access): Turned on access functions usage and
13169         generation when compiling to bytecode.
13170         (maybe_use_access_method): Likewise.
13171
13172 2000-01-25  Andrew Haley  <aph@cygnus.com>
13173
13174         * java-except.h (struct eh_range): Add `expanded' field.
13175         (maybe_start_try): Add end_pc arg.
13176         (maybe_end_try): Ditto.
13177         * java-tree.h (force_poplevels): new function.
13178         * expr.c (expand_byte_code): Don't call maybe_start_try or
13179         maybe_end_try.
13180         * except.c (add_handler): Reset expanded.
13181         (expand_start_java_handler): Set expanded.
13182         (check_start_handlers): Don't expand a start handler that's
13183         already been expanded.
13184         (maybe_start_try): Add end_pc arg.  Only expand a handler which
13185         ends after end_pc.
13186         (expand_end_java_handler): call force_poplevels.
13187         (force_poplevels): new function.
13188         * decl.c (binding_level): Add start_pc of binding level.
13189         (maybe_pushlevels): Call maybe_start_try when pushing binding
13190         levels.
13191         (maybe_poplevels): Call maybe_end_try when popping binding levels.
13192         (LARGEST_PC): Define.
13193         (clear_binding_level): Use LARGEST_PC.
13194
13195         * java-tree.h (DEBUG_JAVA_BINDING_LEVELS): new define.
13196         * decl.c (DEBUG_JAVA_BINDING_LEVELS): new define.
13197         (binding_depth, is_class_level, current_pc): new variables.
13198         (struct binding_level): ditto.
13199         (indent): new function.
13200         (push_jvm_slot): add debugging info.
13201         (maybe_pushlevels): ditto.
13202         (maybe_poplevels): ditto.
13203         (pushlevel): ditto.
13204         (poplevel): ditto.
13205         (start_java_method): ditto.
13206         (give_name_to_locals): comment only.
13207         * except.c (binding_depth, is_class_level, current_pc):
13208         new variables.
13209         (expand_start_java_handler): add debugging info.
13210         (expand_end_java_handler): ditto.
13211
13212 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13213
13214         * gjavah.c (overloaded_jni_method_exists_p): Add prototype.
13215         (print_name_for_stub_or_jni, process_file): Constify a char*.
13216
13217 2000-02-03  Tom Tromey  <tromey@cygnus.com>
13218
13219         * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
13220
13221 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
13222
13223         * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
13224         assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is
13225         defined to be 1.
13226
13227 2000-02-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13228
13229         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): New tree code.
13230         * java-tree.h (TYPE_II_STMT_LIST): New macro.
13231         (struct lang_type): New field `ii_block'.
13232         * lex.c (java_init_lex): Use CPC_INITIALIZER_LIST,
13233         CPC_STATIC_INITIALIZER_LIST and CPC_INSTANCE_INITIALIZER_LIST.
13234         * parse.h (struct parser_ctxt): New field `instance_initializers'.
13235         (CPC_INITIALIZER_LIST, CPC_STATIC_INITIALIZER_LIST,
13236         CPC_INSTANCE_INITIALIZER_LIST, CPC_INITIALIZER_STMT,
13237         CPC_STATIC_INITIALIZER_STMT, CPC_INSTANCE_INITIALIZER_STMT): New
13238         macros.
13239         * parse.y (add_instance_initializer): New function.
13240         (in_instance_initializer): New static global.
13241         (class_body_declaration:): Link instance initializer block.
13242         (static_initializer:): Use CPC_STATIC_INITIALIZER_STMT.
13243         (array_creation_expression:): Remove unused local.
13244         (java_parser_context_push_initialized_field): Fixed leading
13245         comment. Use CPC_STATIC_INITIALIZER_LIST, CPC_INITIALIZER_LIST and
13246         CPC_INSTANCE_INITIALIZER_LIST.
13247         (java_parser_context_pop_initialized_field): Likewise.
13248         (add_inner_class_fields): Use CPC_INITIALIZER_STMT.
13249         (register_fields): Use CPC_STATIC_INITIALIZER_STMT and
13250         CPC_INITIALIZER_STMT.
13251         (fix_constructors): New local `class_type'. Use it. Call
13252         add_instance_initializer.
13253         (java_complete_lhs): New case INSTANCE_INITIALIZERS_EXPR.
13254         (patch_return): Forbid return in instance initializers.
13255         (patch_throw_statement): Enforce exception handling in the context
13256         of instance initializers.
13257
13258 2000-02-03  Tom Tromey  <tromey@cygnus.com>
13259
13260         * Make-lang.in (java.mostlyclean): Remove executables in
13261         `mostlyclean'.
13262
13263 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
13264
13265         * gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
13266         HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
13267         (java_float_finite): Convert to use union Word from javaop.h.
13268         (java_double_finite): Convert to use union DWord from javaop.h.
13269
13270 2000-02-02  Tom Tromey  <tromey@cygnus.com>
13271
13272         * gjavah.c (options): Added `jni' entry.
13273         (help): Document -jni.
13274         (flag_jni): New global.
13275         (process_file): Handle JNI output.  Don't print text from
13276         -prepend, -add, etc, when generating stubs.  Only remove `.class'
13277         suffix if it actually exists.
13278         (main): Create a `.c' file when run with `--jni --stubs'.  Create
13279         correct output file name with `--jni'.
13280         (print_include): Mangle header name differently in JNI case.
13281         (HANDLE_METHOD): In JNI mode, call print_method_info to generate
13282         method list.
13283         (print_method_info): Handle JNI case.  Put signature info into
13284         method name.  Handle case when STREAM is NULL.
13285         (print_name_for_stub_or_jni): New function.
13286         (print_stub_or_jni): Renamed from `print_stub'.  Handle JNI.
13287         (print_cxx_classname): Handle JNI.
13288         (print_full_cxx_name): Likewise.
13289         (decode_signature_piece): Likewise.
13290         (overloaded_jni_method_exists_p): New function.
13291         (struct method_name): Added `signature' and `sig_length' fields.
13292         (HANDLE_END_FIELD): Do nothing in JNI mode.
13293
13294 2000-02-02  Tom Tromey  <tromey@cygnus.com>
13295
13296         * jv-scan.c: Include version.c, <getopt.h>.
13297         (LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
13298         (options): New array.
13299         (usage): New function.
13300         (version): New function.
13301         (main): Use getopt_long to parse command line.
13302         * jcf-dump.c: Include version.c, <getopt.h>.
13303         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
13304         OPT_JAVAP): New macros.
13305         (options): New array.
13306         (usage): Return `void'.  Changed message.
13307         (help): New function.
13308         (version): New function.
13309         (main): Use getopt_long_only to parse command line.
13310         * gjavah.c: Include <getopt.h>.
13311         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
13312         OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
13313         OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
13314         (options): New array.
13315         (java_no_argument): Removed.
13316         (help): Updated with missing options.
13317         (main): Use getopt_long_only to parse command line.
13318         (usage): Changed message.
13319
13320 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13321
13322         * java-tree.def (NEW_ANONYMOUS_ARRAY_EXPR): New tree code.
13323         * parse.h (ANONYMOUS_ARRAY_BASE_TYPE, ANONYMOUS_ARRAY_DIMS_SIG,
13324         ANONYMOUS_ARRAY_INITIALIZER): New access macros.
13325         * parse.y (array_creation_expression:): Handle anonymous arrays.
13326         (build_array_from_name): Don't set `ret_name' if null.
13327         (resolve_qualified_expression_name): New case NEW_ANONYMOUS_ARRAY_EXPR.
13328         (qualify_ambiguous_name): Likewise.
13329         (java_complete_expand_class): Likewise.
13330
13331 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13332
13333         * java-tree.def (SYNCHRONIZED_EXPR): Fixed typo.
13334         * parse.h (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): New macro.
13335         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STR): Likewise.
13336         (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use DECL_FINIT_P.
13337         (AIPL_FUNCTION_FINIT_INVOCATION): Replaces
13338         AIPL_FUNCTION_COMPLETED_INVOCATION.
13339         (AIPL_FUNCTION_CTOR_INVOCATION): Replaces
13340         AIPL_FUNCTION_INVOCATION_READY.
13341         (AIPL_FUNCTION_DECLARATION): New enum entry.
13342         * parse.y (reorder_static_initialized): New function.
13343         (java_parser_context_pop_initialized_field): Use it.
13344         (add_inner_class_fields): Use
13345         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID. Comment
13346         augmented. Install marker after last alias initializer, if any.
13347         (generate_finit): Fixed typo. Don't try to retain only the used
13348         fields.
13349         (method_header): Compute and set DECL_FUNCTION_NAP.
13350         (method_declarator): Fixed comment. Insert alias initializer in
13351         parameter list.
13352         (build_alias_initializer_parameter_list): Fixed leading
13353         comment. New case for AIPL_FUNCTION_DECLARATION. Old enum value
13354         replaced by new ones. Use MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID.
13355         (java_complete_expand_class): Code to retain only used aliases
13356         removed.
13357         (java_complete_expand_methods): New local `first_decl'. Generate
13358         $finit$ first, then expand the constructors, regular methods and
13359         <clinit>.
13360         (java_complete_expand_method): Don't report error on missing
13361         return statement if previously detected bogus.
13362         (fix_constructors): Don't patch constructor parameters list.
13363         (patch_method_invocation): Use new AIPL enum values. Reverse
13364         alias initializer list for anonymous classes.
13365
13366 2000-01-30  Anthony Green  <green@redhat.com>
13367
13368         * jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to
13369         determine how many stack slots to pop.
13370
13371 2000-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13372
13373         * parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
13374         error handling/recovery.
13375         * java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
13376
13377 2000-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13378
13379         * java-tree.h (ARG_FINAL_P, FIELD_LOCAL_ALIAS,
13380         FIELD_LOCAL_ALIAS_USED): New macros.
13381         (DECL_FUNCTION_NAP): New macro.
13382         (struct lang_decl): New field `nap'.
13383         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST): New macros.
13384         (struct lang_type): New fields `finit_stmt_list' and
13385         `clinit_stmt_list'.
13386         (CLASS_HAS_FINIT_P): Defined using TYPE_FINIT_STMT_LIST.
13387         * parse.h (MANGLE_OUTER_LOCAL_VARIABLE_NAME): New macro.
13388         (SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
13389         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP): New macros.
13390         (AIPL_FUNCTION_CREATION, AIPL_FUNCTION_COMPLETED_INVOCATION,
13391         AIPL_FUNCTION_INVOCATION_READY): New enum fields.
13392         (BUILD_THROW): Macro line separator re-indented.
13393         * parse.y (end_class_declaration): New function.
13394         (maybe_generate_pre_expand_clinit): New name for
13395         java_pre_expand_clinit. Create <clinit> off TYPE_CLINIT_STMT_LIST,
13396         pre-expand static fields.
13397         (maybe_generate_clinit): Function deleted.
13398         (check_for_static_method_reference): Prototype's parameter list
13399         indented.
13400         (generate_finit): New name for maybe_generate_finit. Changed
13401         leading comment. Function rewritten to use
13402         TYPE_FINIT_STMT_LIST. Call build_alias_initializer_parameter_list.
13403         (build_alias_initializer_parameter_list): New function.
13404         (java_parser_context_pop_initialized_field): Likewise.
13405         (add_inner_class_fields): Likewise.
13406         (type_declaration:): Call end_class_declaration.
13407         (class_member_declaration:): Likewise.
13408         (formal_parameter_list:): Fixed typos.
13409         (formal_parameter:): Use ARG_FINAL_P to mark created tree list
13410         element. Improved error handling.
13411         (block_statement:): Call end_class_declaration.
13412         (anonymous_class_creation:): Likewise.
13413         (create_anonymous_class): Fixed comments.
13414         (create_class): Call add_inner_class_fields.
13415         (register_fields): Set FIELD_LOCAL_ALIAS according to ARG_FINAL_P.
13416         (method_header): Use MARK_FINAL_PARMS.
13417         (finish_method_declaration): Use UNMARK_FINAL_PARMS.
13418         (method_declarator): Propagate final argument flag.
13419         (craft_constructor): New local `artificial'. Call
13420         build_alias_initializer_parameter_list. Use
13421         CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.
13422         (source_start_java_method): Mark parm decls with LOCAL_FINAL if
13423         necessary.
13424         (complete_expand_class): Get rid of unused outer context local
13425         alias fields.
13426         (java_complete_expand_methods): Fixed leading
13427         comment. Generate/pre-expand <clinit> first. Changed method
13428         expansion order to regular, $finit$, constructors, <clinit>.
13429         (java_complete_expand_method): Set current_function_decl.
13430         (fix_constructors): Fix constructor parameter list to account for
13431         outer context local alias initializers.
13432         (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
13433         (resolve_expression_name): Lookup outer context local aliases. New
13434         local `access', use it.
13435         (patch_method_invocation): Patch inner class ctor invocation with
13436         outer context local aliases initialization values. $finit$
13437         invocation patching now includes things generated with
13438         build_alias_initializer_parameter_list.
13439         (argument_types_convertible): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
13440         (build_super_invocation): Likewise.
13441         (patch_assignment): Changed comment.
13442
13443 2000-01-27  Andrew Haley  <aph@cygnus.com>
13444
13445         * jcf-write.c (emit_goto): RESERVE 3 bytes for insn.
13446         (emit_if): Ditto.
13447         (emit_jsr): Ditto.
13448
13449 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13450
13451         * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
13452         concatenation.
13453         (OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.
13454
13455         * parse.y (register_fields): Don't pass a format specifier to
13456         OBSOLETE_MODIFIER_WARNING.
13457         (check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
13458         instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
13459         specifier.
13460         (check_modifiers): Change function into a macro.
13461         (check_class_interface_creation): Pass a literal format string.
13462
13463 2000-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13464
13465         * buffer.h: PROTO -> PARAMS.
13466         * check-init.c: Likewise.
13467         * class.c: Likewise.
13468         * constants.c: Likewise.
13469         * convert.h: Likewise.
13470         * decl.c: Likewise.
13471         * except.c: Likewise.
13472         * expr.c: Likewise.
13473         * gjavah.c: Likewise.
13474         * java-except.h: Likewise.
13475         * java-tree.h: Likewise.
13476         * jcf-depend.c: Likewise.
13477         * jcf-dump.c: Likewise.
13478         * jcf-parse.c: Likewise.
13479         * jcf-path.c: Likewise.
13480         * jcf-reader.c: Likewise.
13481         * jcf-write.c: Likewise.
13482         * jcf.h: Likewise.
13483         * jv-scan.c: Likewise.
13484         * jvgenmain.c: Likewise.
13485         * jvspec.c: Likewise.
13486         * lang.c: Likewise.
13487         * lex.c: Likewise.
13488         * lex.h: Likewise.
13489         * parse-scan.y: Likewise.
13490         * parse.h: Likewise.
13491         * parse.y: Likewise.
13492         * typeck.c: Likewise.
13493         * verify.c: Likewise.
13494         * xref.c: Likewise.
13495         * xref.h: Likewise.
13496         * zextract.c: Likewise.
13497         * zipfile.h: Likewise.
13498
13499 2000-01-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13500
13501         * class.c (make_class): Use MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
13502         (is_compiled_class): Remove test on TYPE_LANG_SPECIFIC, use TYPE_JCF.
13503         * constants.c (build_constant_data_ref): Check for cached
13504         current_constant_pool_data_ref. Cache current_constant_pool_data_ref
13505         in TYPE_CPOOL_DATE_REF.
13506         * java-tree.h (TYPE_JCF, TYPE_CPOOL, TYPE_CPOOL_DATA_REF,
13507         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC:) New macros.
13508         (struct lang_type): New fields `cpool' and `cpool_data_ref'.
13509         (LOCAL_FINAL): New macro.
13510         * jcf-parse.c (init_outgoing_cpool): Always allocate new outgoing
13511         constant pool -- don't try to reuse.
13512         (parse_zip_file_entries): Use TYPE_JCF, don't lazily allocate
13513         TYPE_LANG_SPECIFIC.
13514         (find_in_current_zip): Use TYPE_JCF.
13515         * parse.h (java_check_final): Prototype removed.
13516         * parse.y (create_class): Reversed Jan 12, 2000 extra argument patch.
13517         (maybe_create_class_interface_decl,
13518         check_class_interface_creation): Likewise.
13519         (java_expand_finals): Function removed.
13520         (class_declaration:): Reversed Jan 12, 2000 extra argument patch.
13521         (block_statement:): Fixed comment.
13522         (anonymous_class_creation:): Likewise.
13523         (check_class_interface_creation): Reversed Jan 12, 2000 extra
13524         argument patch.
13525         (check_class_interface_creation): Loosened error report on (inner)
13526         public class declarations. CPC_INNER_P replaces GET_CPC_LIST.
13527         (link_nested_class_to_enclosing): Reversed Jan 12, 2000 patch.
13528         (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra
13529         argument patch.
13530         (create_interface): Likewise.
13531         (anonymous_class_counter): New static global.
13532         (create_anonymous_class): Reversed Jan 12, 2000 extra argument
13533         patch. Fixed comments.
13534         (create_class): Reversed Jan 12, 2000 extra argument patch. Reset
13535         anonymous_class_counter when declaring a toplevel class.
13536         (craft_constructor): Fixed constructor name when handling
13537         anonymous classes. Anonymous class constructors to feature hidden
13538         this$<n> parameter.
13539         (java_fix_constructors): Added comment.
13540         (java_check_final): Function removed.
13541         (java_complete_expand_methods): Fixed comment. Don't generate
13542         class data, save its outgoing constant pool instead.
13543         (verify_constructor_super): Skip anonymous class constructor
13544         hidden this$<n> parameter.
13545         (java_expand_classes): New local `saved_ctxp'. Removed call to
13546         java_expand_finals and java_check_final. Expand anonymous class
13547         constructors. Generate class data.
13548         (build_super_invocation): Skip anonymous class hidden this$<n>
13549         parameter.
13550         * typeck.c (build_java_signature): Use TYPE_SIGNATURE and
13551         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
13552         (set_java_signature): Likewise.
13553
13554 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
13555
13556         * gjavah.c: Delete ACC_VISIBILITY define.
13557         * jcf.h: Add ACC_VISIBILITY define.
13558         * parse.y: final: rule tagged <value>.
13559         (java_check_regular_methods): Use ACC_VISIBILITY define for
13560         default package access check.
13561         (local_variable_declaration_statement): Use final: rule.
13562
13563 2000-01-17  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
13564
13565         * parse.y (format_parameter:): Use final: rule instead of modifiers:.
13566         (final:): New rule.
13567
13568 2000-01-17  Tom Tromey  <tromey@cygnus.com>
13569
13570         * gjavah.c (print_field_info): Allow non-static final fields.
13571
13572 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13573
13574         * parse.h (enum jdep_code): New entry `JDEP_ANONYMOUS'.
13575         * parse.y (patch_anonymous_class): New function.
13576         (create_anonymous_class): Register incomplete type when the
13577         class/interface to extends/implement isn't known yet.
13578         (parser_check_super_interface): Simplify argument to CLASS_INTERFACE.
13579         (verify_constructor_super): Tuned error message.
13580
13581 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13582
13583         * java-tree.h (FOR_LOOP_P): Replaces IS_FOR_LOOP_P.
13584         (ANONYMOUS_CLASS_P): New macro.
13585         (TYPE_SIGNATURE, TYPE_JCF): New macros.
13586         (INNER_CLASS_TYPE_P): Fixed typo in leading comment.
13587         * parse.y (create_class): Added leading argument.
13588         (maybe_create_class_interface_decl,
13589         check_class_interface_creation): Likewise.
13590         (craft_constructor): New function.
13591         (verify_constructor_super): Added argument in prototype.
13592         (class_declaration:): Inserted leading argument.
13593         (for_begin:): Use FOR_LOOP_P.
13594         (anonymous_class_creation): Create WFL of the anonymous class to
13595         instantiate. Call build_new_invocation. Added comments.
13596         (check_class_interface_creation): Handle parameter `anonymous' in
13597         verbose mode class creation announce.
13598         (link_nested_class_to_enclosing): Exclude anonymous classes.
13599         (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on
13600         anonymous class, even though they appear to have an enclosing
13601         context.
13602         (create_interface): Pass extra argument to
13603         check_class_interface_creation.
13604         (create_anonymous_class): Set ANONYMOUS_CLASS_P to 1.
13605         (create_class): Call check_class_interface_creation and
13606         maybe_create_class_interface_decl with extra new argument. Don't
13607         add private this$<n> to anonymous classes.
13608         (method_declarator): Insert hidden this$<n> to anonymous class
13609         constructors.
13610         (java_fix_constructors): Deleted code creating default
13611         constructor. Call craft_constructor instead.
13612         (java_check_regular_methods): Set `saw_constructor' to 1 for
13613         anonymous classes.
13614         (fix_constructors): Pass extra argument to verify_constructor_super.
13615         (verify_constructor_super): New local `sdecl', use it. Search for
13616         matching constructor (possibly featuring arguments) in super
13617         class.
13618         (lookup_method_invoke): Craft constructor according to arguments
13619         list when dealing with anonymous class constructors.
13620         (build_super_invocation): Pass arguments to anonymous class super
13621         constructors.
13622         (search_loop): Use FOR_LOOP_P.
13623         (labeled_block_contains_loop_p): Likewise.
13624
13625 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13626
13627         * class.c (set_super_info): Set CLASS_STATIC when appropriate.
13628         (enclosing_context_p): New function.
13629         (get_access_flags_from_decl): Handle CLASS_STATIC.
13630         (maybe_layout_super_class): Extra first argument passed to
13631         do_resolve_class.
13632         (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
13633         ID_INIT_P.
13634         * decl.c (access0_identifier_node): New global.
13635         (init_decl_processing): access0_identifier_node initialized.
13636         (pushdecl): Set DECL_CONTEXT only on non type decls.
13637         * expr.c (lookup_field): Lookup inner class fields in enclosing
13638         contexts.
13639         (expand_invoke): Use ID_INIT_P.
13640         (expand_java_field_op): Use DECL_CLINIT_P.
13641         * java-tree.def (CLASS_LITERAL): New tree code.
13642         * java-tree.h (DECL_FUNCTION_ACCESS_DECL,
13643         DECL_FUNCTION_INNER_ACCESS, FIELD_INNER_ACCESS): New macros.
13644         (struct lang_decl): New field `inner_access'.
13645         (enclosing_context_p): Prototyped.
13646         (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
13647         ID_CLINIT_P): New macros.
13648         (CLASS_STATIC): New macro.
13649         (CLASS_ACCESS0_GENERATED_P): New macro.
13650         (OUTER_FIELD_ACCESS_IDENTIFIER_P, INNER_CLASS_DECL_P,
13651         TOPLEVEL_CLASS_DECL_P, INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
13652         INNER_CLASS_P): New macros.
13653         (DECL_INNER_CLASS_LIST): New macro.
13654         * jcf-parse.c (yyparse): Avoid the use of ANSI string
13655         concatenation.
13656         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
13657         the shift value to int. Fixed typo in comment.
13658         * lex.c (inst_id, wpv_id): Initialize.
13659         * mangle.c (unicode_mangling_length): Take `$' into account.
13660         * parse.h (DRECOVER, RECOVER): Terminate properly.
13661         (IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS): New macro.
13662         (typedef struct _jdep): New field `enclosing'.
13663         (JDEP_ENCLOSING): New macro.
13664         (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
13665         (struct parser_ctxt): New fields `marker_beginning', `marked_end'.
13666         (GET_CPC_LIST, CPC_INNER_P, GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE,
13667         GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
13668         GET_ENCLOSING_CPC_CONTEXT): New macros.
13669         (PUSH_CPC, PUSH_ERROR, POP_CPC): New macros.
13670         (do_resolve_class): Added extra argument in prototype.
13671         * parse.y (resolve_class): Added extra argument in prototype.
13672         (maybe_create_class_interface_decl): Likewise.
13673         (maybe_use_access_method, build_wfl_wrap): New functions.
13674         (java_complete_expand_classes, java_complete_expand_class):
13675         Likewise.
13676         (java_parser_context_push_initialized_field,
13677         java_parser_context_suspend, java_parser_context_resume):
13678         Likewise.
13679         (maybe_make_nested_class_name, make_nested_class_name,
13680         set_nested_class_simple_name_value,
13681         link_nested_class_to_enclosing, find_as_inner_class,
13682         find_as_inner_class_do, check_inner_class_redefinition,
13683         build_thisn_assign, build_current_thisn, build_access_to_thisn,
13684         maybe_build_thisn_access_method, build_outer_field_access,
13685         build_outer_field_access_methods, build_outer_field_access_expr,
13686         build_outer_method_access_method, build_new_access_id,
13687         build_outer_field_access_method, outer_field_access_p,
13688         outer_field_expanded_access_p, outer_field_access_fix,
13689         build_incomplete_class_ref, patch_incomplete_class_ref,
13690         create_anonymous_class): Likewise.
13691         (inst_id, wpv_id): New static global variables.
13692         (synchronized:): New rule, tagged <node>.
13693         (type_declaration:): No longer tagged <node>. Call POP_CPC in sub
13694         rules.
13695         (anonymous_class_creation:): New rule, tagged <node>.
13696         (NEW_TK): Tagged <node>.
13697         (type_literals, array_type_literal): New rules, tagged <node>.
13698         (class_declaration:): Removed action when reducing by class_body:
13699         (class_body:): Set DECL_END_SOURCE_LINE and rule's returned value
13700         using GET_CPC in sub-rules.
13701         (class_member_declaration): Handle inner classes.
13702         (method_declaration): When reducing method_header:, reset
13703         current_function_decl when appropriate.
13704         (method_declarator:): Set the number of formal parameter to 0 for
13705         method declared without arguments.
13706         (constructor_declarator:): Likewise.
13707         (static_initializer:): List of elements kept in a list.
13708         (static:): Rule modifiers: replaces MODIFIER_TK. Enforce correct
13709         use of the keyword `static' for type declarations.
13710         (block_statement:): Handle inner class declarations.
13711         (primary_no_new_array:): Use type_literals:. Fixed comment. Handle
13712         type qualified `this'.
13713         (class_instance_creation_expression): Use anonymous_class_creation:
13714         to handle inner class instances creation. Handle qualified `new'.
13715         (something_dot_new): Added appropriate actions.
13716         (create_new_parser_context): New function.
13717         (java_push_parser_context, java_parser_context_save_global,
13718         java_parser_context_suspend): Use create_new_parser_context.
13719         (check_modifiers): Changed leading comment.
13720         (check_class_interface_creation): Handle interclasses.
13721         (add_superinterfaces): Fixed comment.
13722         (create_interface): Build qualified name from the raw_name instead
13723         of its matching WFL. Push the initialized fields list. raw_name added
13724         as an extra argument to maybe_create_class_interface_decl.
13725         (create_class): Build qualified name from the raw_name instead of
13726         its matching WFL. Removed assignment to current_parsed_class_un.
13727         Call PUSH_ERROR before returning an error. Suspend the current
13728         parser context when processing an inner class. Push the
13729         initialized fields list. raw_name added as an extra argument to
13730         maybe_create_class_interface_decl. Add the private this$<n>
13731         field.
13732         (duplicate_declaration_error_p): Use GET_CPC when calling find_field.
13733         (register_fields): Get the class type from GET_CPC and handle
13734         previous errors.  Added code to handle the creation of static
13735         fields in inner classes. Initialized fields initialization
13736         statements kept in a list of lists.
13737         (maybe_generate_finit): Initialized fields initialization
13738         statements kept in a list of lists. Use GET_CPC.
13739         (maybe_generate_clinit): Likewise.
13740         (method_header): Use GET_CPC and GET_CPC_UN.
13741         (parser_qualified_classname): Handle inner classes.
13742         (register_incomplete_type): Set JDEP_ENCLOSING using GET_CPC.
13743         (java_fix_constructors): Hide pointer to enclosing context
13744         instance in constructor list when dealing with inner classes.
13745         (jdep_resolve_class): Call resolve_class with extra first argument
13746         JDEP_ENCLOSING.
13747         (resolve_class): Add enclosing context as a first extra argument
13748         to do_resolve_class.
13749         (do_resolve_class): Call find_as_inner_class. Handle WFLs
13750         properly.
13751         (resolve_no_layout): Extra argument added to resolve_class
13752         invocation.
13753         (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
13754         (java_get_real_method_name): Use GET_CPC_UN.
13755         (check_abstract_method_definitions): Use DECL_CLINIT_P.
13756         (java_check_abstract_methods): Handle static method declared in
13757         inner classes by an error.
13758         (java_check_regular_methods): Use DECL_CLINIT_P.
13759         (source_start_java_method): Also set DECL_MAX_LOCALS.
13760         (create_artificial_method): Call java_parser_context_save_global
13761         and java_parser_context_restore_global instead of saving/restoring
13762         the context by hand.
13763         (expand_start_java_method): Improved verbose mode message.
13764         (java_complete_expand_methods): Fixed leading comment. Use
13765         DECL_CLINIT_P.
13766         (fix_constructors): Added assignment to this$<n> if necessary.
13767         (java_expand_classes): Call java_complete_expand_classes instead
13768         of java_complete_expand_methods.
13769         (make_qualified_primary): Simplified.
13770         (merge_qualified_name): Optimized for missing left or right parts.
13771         (resolve_expression_name): Handle access to outer class fields from
13772         interclasses.
13773         (resolve_qualified_expression_name): New macro
13774         RESTORE_THIS_AND_CURRENT_CLASS, used. Handle creation of inner
13775         classes. Report error on non appropriate qualification of
13776         `new'. Handle qualified `this'.
13777         (not_accessible_p): Allow access to outer class private fields from
13778         inner classes.
13779         (patch_method_invocation): Handle method invocations through
13780         access methods and inner class constructor invocations.
13781         (find_applicable_accessible_methods_list): Search enclosing
13782         contexts of an inner class.
13783         (search_applicable_methods_list): Fixed typo.
13784         (argument_types_convertible): Handle inner class constructors'
13785         hidden outer context reference argument.
13786         (qualify_ambiguous_name): Handle qualified `this'.
13787         (java_complete_lhs): Handle use of field accessed through
13788         artificial access methods in various cases of assignments. Handle
13789         CLASS_LITERAL node.
13790         (check_final_assignment): Use DECL_CLINIT_P.
13791         (valid_ref_assignconv_cast_p): Handle the destination being an
13792         enclosing context of the source.
13793         (patch_unaryop): Handle use of field accessed through artificial
13794         access methods.
13795         (patch_return): Use DECL_CLINIT_P.
13796         (patch_throw_statement): Use DECL_CLINIT_P.
13797         (check_thrown_exceptions): Use DECL_FINIT_P and DECL_INIT_P.
13798         * verify.c (verify_jvm_instructions): Use ID_CLINIT_P and
13799         ID_INIT_P.
13800
13801 2000-01-16  Anthony Green  <green@cygnus.com>
13802
13803         * parse.y (build_string_concatenation): Only use
13804         StringBuffer(String) shortcut if String arg is constant.
13805
13806 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13807
13808         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
13809         the shift value to int. Fixed typo in comment.
13810
13811 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
13812
13813         * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
13814         * jcf-write.c: Likewise.
13815         * parse.y: Likewise.
13816         * parse.c: Regenerate.
13817
13818 2000-01-09  Anthony Green  <green@cygnus.com>
13819
13820         * jcf-write.c (generate_bytecode_insns): Emit invokeinterface
13821         bytecodes in the correct order.
13822
13823 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13824
13825         * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
13826
13827 2000-01-06  Anthony Green  <green@cygnus.com>
13828
13829         * expr.c (java_lang_expand_expr): Switch to permanent obstack
13830         before building constant array decl.
13831
13832 2000-01-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13833
13834         * jcf-write.c (generate_bytecode_conditional): Fixed indentation in
13835         method invocation and typo in conditional expression.
13836         (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
13837         the appropriate NOTE_POP.
13838         * parse.y (patch_binop): Shift value mask to feature the right
13839         type.
13840
13841 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13842
13843         * class.c (assume_compiled, assume_compiled_node): Add static
13844         prototype.
13845         (add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
13846
13847         * jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
13848
13849         * jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
13850
13851         * parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
13852         to `__modifier' to avoid stringifying it.
13853
13854         * parse.y (verify_constructor_circularity): Don't call a variadic
13855         function with a non-literal format string.
13856         (java_check_abstract_methods): Move unreachable code inside
13857         `continue' statement.
13858         (lookup_method_invoke): Call xstrdup, not strdup.
13859
13860         * expr.c (expand_java_field_op): Avoid the use of ANSI string
13861         concatenation.
13862
13863         * jcf-parse.c (yyparse): Likewise.
13864
13865         * jv-scan.c (main): Likewise.
13866
13867 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13868
13869         * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
13870         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
13871         ERROR_CAST_NEEDED_TO_INTEGRAL): Avoid the use of ANSI string
13872         concatenation.
13873
13874         * parse.y (synchronized, variable_redefinition_error,
13875         check_class_interface_creation, create_interface, create_class,
13876         method_header, finish_method_declaration,
13877         check_modifiers_consistency, method_declarator,
13878         complete_class_report_errors, check_abstract_method_definitions,
13879         java_check_regular_methods, check_throws_clauses,
13880         java_check_abstract_methods, read_import_dir,
13881         check_pkg_class_access, declare_local_variables, fix_constructors,
13882         cut_identifier_in_qualified, resolve_expression_name,
13883         resolve_qualified_expression_name, patch_method_invocation,
13884         java_complete_lhs, patch_assignment, try_builtin_assignconv,
13885         patch_binop, patch_array_ref, patch_newarray, build_labeled_block,
13886         patch_exit_expr, patch_exit_expr, patch_switch_statement,
13887         patch_try_statement, patch_synchronized_statement,
13888         patch_throw_statement, check_thrown_exceptions,
13889         patch_conditional_expr): Likewise.
13890
13891 1999-12-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13892
13893         * Makefile.in (LIBDEPS): Added gcc's errors.o
13894         (../jcf-dump$(exeext):): Link with gcc's errors.o
13895         (../gcjh$(exeext):): Likewise.
13896         * expr.c (expand_java_NEW): Layout the entire target type instead of
13897         laying out its methods only.
13898         (lookup_field): Layout the class after having loaded it.
13899         * java-tree.h (java_debug_context): Declared.
13900         * jcf-io.c (toplev.h): Included.
13901         (find_class): Removed assignment to jcf's outofsynch
13902         field. Force source file to be read if newer than its matching
13903         class file. Tweaked debug messages.
13904         * jcf-parse.c (jcf_out_of_synch): Deleted.
13905         (read_class): Call to jcf_out_of_synch removed.
13906         * jcf.h (typedef struct JCF): Field `outofsynch' deleted.
13907         (jcf_out_of_synch): Prototype deleted.
13908         * parse.h (struct parser_ctxt): `minus_seen', `java_error_flag',
13909         `deprecated' and `class_err': integer turned into bit-fields.
13910         New bit-fields `saved_data_ctx' and `saved_data'. Fixed comments.
13911         * parse.y (package_list): New global.
13912         (package_declaration:): Record newly parsed package name.
13913         (extra_ctxp_pushed_p): Static global deleted.
13914         (java_parser_context_save_global): Create buffer context for the
13915         purpose of saving globals, if necessary.
13916         (java_parser_context_restore_global): Pop context pushed for the
13917         purpose of saving globals, if necessary.
13918         (java_debug_context_do): New prototype and function.
13919         (java_debug_context): Likewise.
13920         (do_resolve_class): Use already parsed package names to qualify
13921         and lookup class candidate.
13922         (java_pre_expand_clinit): Removed unnecessary local variable.
13923
13924 1999-12-17  Tom Tromey  <tromey@cygnus.com>
13925
13926         * gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
13927         fixes PR gcj/119.
13928         (process_file): Use `\n\' at end of each line in string.
13929
13930 1999-12-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13931
13932         * expr.c (expand_invoke): Layout the loaded class before
13933         attempting to use it.
13934         (expand_java_field_op): Allow final field assignments to take
13935         place in $finit$.
13936         * typeck.c (convert): Return error_mark_node if expr is null.
13937
13938 1999-12-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13939
13940         * class.c (class_depth): Return -1 if the class doesn't load
13941         properly.
13942         * expr.c (can_widen_reference_to): Check for errors during depth
13943         computation and return 0 accordingly.
13944         * jcf-parse.c (parse_source_file): Call java_fix_constructors to
13945         create default constructors and add an other error check.
13946         * parse.h (java_fix_constructors): Prototyped.
13947         * parse.y (java_pre_expand_clinit): Likewise.
13948         (build_super_invocation): Re-prototyped to feature one argument.
13949         (java_check_circular_reference): Directly use `current'.
13950         (java_fix_constructors): New function.
13951         (java_check_regular_methods): Don't create default constructors
13952         here, but abort if none were found.
13953         (java_complete_expand_methods): Pre-process <clinit> calling
13954         java_pre_expand_clinit.
13955         (java_pre_expand_clinit): New function.
13956         (fix_constructors): build_super_invocation invoked with the
13957         current method declaration as an argument.
13958         (build_super_invocation): Use the context of the processed method
13959         decl argument instead of current_class.
13960         * typeck.c (lookup_java_method): Take WFLs in method names into
13961         account.
13962
13963 1999-12-14  Per Bothner  <per@bothner.com>
13964
13965         * class.c (make_class_data): flag_keep_inline_functions to keep
13966         private methods in the method array.
13967
13968 1999-12-15  Anthony Green  <green@cygnus.com>
13969
13970         * check-init.c (check_init): Take into account both types of
13971         `throw's when checking for uninitialized variables.
13972
13973 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13974
13975         * parse.y (java_complete_lhs): Force conversion of array
13976         dimensions to int_type_node, that's what runtime's ABI expects.
13977
13978 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13979
13980         * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
13981         operand of a WFL, until the Java front-end gets fixed with regard
13982         to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
13983
13984 1999-12-10  Andrew Haley  <aph@cygnus.com>
13985
13986         * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
13987         decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
13988         expr.c (build_java_athrow): Add support for sjlj-exceptions.
13989         java-tree.h: Ditto.
13990         jcf-write.c: Ditto.
13991
13992 1999-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13993
13994         * expr.c (java_lang_expand_expr): Switch to permanent obstack
13995         before calling expand_eh_region_start and expand_start_all_catch.
13996         * except.c (expand_start_java_handler): Switch to permanent
13997         obstack before calling expand_eh_region_start.
13998         (expand_end_java_handler): Switch to permanent obstack before
13999         calling expand_start_all_catch.
14000
14001 1999-12-5  Anthony Green  <green@cygnus.com>
14002
14003         * decl.c (init_decl_processing): Mark throw_node as a noreturn
14004         function with side effects.
14005         (init_decl_processing): Mark all memory allocating DECLs with
14006         DECL_IS_MALLOC.
14007
14008 1999-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14009
14010         * except.c (expand_end_java_handler): Call
14011         expand_resume_after_catch and end_catch_handler.
14012
14013 1999-11-30  Anthony Green  <green@cygnus.com>
14014
14015         * verify.c (verify_jvm_instructions): Create new return label
14016         chain if non existent (don't rely on the verified state of the jsr
14017         target.)
14018
14019 1999-11-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14020
14021         * jcf-write.c (generate_bytecode_insns): Fixed indentation for
14022         COMPOUND_EXPR and FIX_TRUNC_EXPR cases.
14023
14024         * parse.y (patch_assignment): Removed bogus final class test on
14025         lhs when checking on whether to emit an ArrayStoreException runtime
14026         check.
14027         * expr.c (expand_java_arraystore): Likewise.
14028
14029 1999-11-28 Anthony Green <green@cygnus.com>
14030
14031         * decl.c (find_local_variable): Reuse single slot decls when
14032           appropriate.
14033
14034 1999-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14035
14036         * jcf-parse.c (saw_java_source): Global variable removed.
14037         (read_class): Don't use `saw_java_source'. Added extra braces.
14038         (yyparse): Code setting `saw_java_source' removed.
14039
14040 1999-11-24  Mark Mitchell  <mark@codesourcery.com>
14041
14042         * except.c (emit_handlers): Zero catch_clauses after emitting them.
14043
14044 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14045
14046         * verify.c (merge_type_state): Non verified subroutines being
14047         considered more than once to trigger passive type merge.
14048
14049 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14050
14051         * parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE
14052         in case of error. Error message tuned.
14053
14054 1999-11-21  Anthony Green  <green@cygnus.com>
14055
14056         * constants.c (find_methodref_index): Unwrap method names before
14057         inserting them in the constant pool.
14058
14059         * jcf-parse.c (jcf_parse): Display `interface' when appropriate.
14060
14061         * class.c (assume_compiled_node): New typedef.
14062         (assume_compiled_tree): New static data.
14063         (find_assume_compiled_node): New function.
14064         (add_assume_compiled): New function.
14065         (assume_compiled): New function.
14066         * class.c (make_class_data): Use assume_compiled.
14067         (is_compiled_class): Use assume_compiled.
14068
14069         * java-tree.h (add_assume_compiled): Declare.
14070
14071         * lang.c (lang_decode_option): Parse new options.
14072
14073 1999-11-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14074
14075         * class.c (layout_class): Always convert TYPE_SIZE_UNIT to
14076         int_type_node: that's what `_Jv_AllocObject' expects.
14077
14078 1999-11-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14079
14080         * parse.y (lookup_method_invoke): Use lang_printable_name to
14081         reliably build the type name during error report. Fixes PR gcj/97.
14082
14083 1999-11-09  Tom Tromey  <tromey@cygnus.com>
14084
14085         * jcf-path.c: Include <sys/stat.h>.
14086         (jcf_path_init): Search for libjava.zip.  Fixes PR gcj/84.
14087         (DIR_UP): New macro.
14088
14089 1999-11-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14090
14091         * parse.y (source_end_java_method): Resume permanent allocation,
14092         reversing Apr 27 1998 patch.
14093         (patch_string_cst): Pop obstacks after having pushed the permanent
14094         ones.
14095
14096 1999-11-05  Tom Tromey  <tromey@cygnus.com>
14097
14098         * class.c (finish_class): Emit inlined methods if any native
14099         methods exist in the class.  Fixes PR gcj/85.
14100
14101 1999-11-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14102
14103         * parse.y (resolve_qualified_expression_name): Handle PLUS_EXPR.
14104         (qualify_ambiguous_name): Likewise.
14105
14106 1999-11-03  Godmar Back <gback@cs.utah.edu>
14107
14108         * typeck.c: (lookup_java_method):  search all inherited
14109         interfaces when looking up interface method.
14110
14111 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14112
14113         * parse.y (method_header:): Issue error message for rule `type
14114         error'.
14115         (synchronized:): Error report when not using synchronized.
14116
14117 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14118
14119         * parse.y (resolve_qualified_expression_name): Prevent `this' from
14120         being used before the superclass constructor has been called.
14121         (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
14122         instead of `CALL_THIS_CONSTRUCTOR_P'.
14123
14124 1999-10-30  Todd T. Fries <todd@lighthouse.fries.net>
14125
14126         * check-init.c: Fix typo in comment.
14127
14128 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14129
14130         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
14131         and final method.
14132
14133 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14134
14135         * parse.y (expression_statement:): Call function to report
14136         improper invocation of a constructor.
14137         (parse_ctor_invocation_error): New function.
14138
14139 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
14140
14141         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
14142         remember_end_note.
14143
14144 1999-10-21  Tom Tromey  <tromey@cygnus.com>
14145
14146         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
14147         in generated `main'.
14148
14149 1999-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14150
14151         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
14152         (qualify_ambiguous_name): Likewise.
14153
14154 1999-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14155
14156         * parse.y (java_complete_tree): fold_constant_for_init to work on
14157         permanent_obstack.
14158         (java_complete_lhs): Likewise.
14159         (array_constructor_check_entry): Complete an initializer element
14160         on permanent_obstack.
14161
14162 1999-10-19  Tom Tromey  <tromey@cygnus.com>
14163
14164         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
14165         From Mike Moreton <mike@pillim.demon.co.uk>.
14166
14167 1999-10-15  Greg McGary  <gkm@gnu.org>
14168
14169         * java-tree.h (flag_bounds_check): Remove extern decl.
14170         * lang.c (flag_bounds_check): Remove global variable.
14171         (lang_f_options): Remove "bounds-check" entry.
14172         (lang_init_options): Default flag_bounds_check to "on".
14173
14174 1999-10-14  Tom Tromey  <tromey@cygnus.com>
14175
14176         * jvgenmain.c (usage): New function.
14177         (main): Use it.  Also, handle `-D' options.
14178         * jvspec.c (lang_specific_driver): Recognize -D.
14179         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
14180
14181         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
14182
14183 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14184
14185         * jcf-dump.c (print_constant, disassemble_method): Don't call a
14186         variadic function with a non-literal format string.
14187
14188         * parse-scan.y (report_main_declaration): Likewise.
14189
14190         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
14191
14192         * parse.y (read_import_dir, patch_assignment, patch_binop,
14193         patch_array_ref): Likewise.
14194
14195         * typeck.c (build_java_array_type): Likewise.
14196
14197         * verify.c (verify_jvm_instructions): Likewise.
14198
14199 1999-10-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14200
14201         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
14202
14203 1999-10-07  Anthony Green  <green@cygnus.com>
14204
14205         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
14206         where CHECK_PUT may fail for valid reasons.
14207
14208         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
14209         UNSAFE_PUTN): New macros.
14210
14211 1999-10-04  Tom Tromey  <tromey@cygnus.com>
14212
14213         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
14214         well.  Fixes Java PR gcj/59.
14215         * parse-scan.y (yyerror): Report errors.
14216
14217 1999-09-24  Glenn Chambers  <GChambers@provsol.com>
14218
14219         * decl.c (insert_block): Remove unconditional `abort'.
14220
14221 1999-09-24  Bernd Schmidt  <bernds@cygnus.co.uk>
14222
14223         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
14224         FUNCTION_CODE now of type int.  All callers changed.
14225         Set the builtin's DECL_BUILT_IN_CLASS.
14226
14227 1999-09-23  Tom Tromey  <tromey@cygnus.com>
14228
14229         * jvspec.c (lang_specific_driver): Don't read spec file if
14230         -fsyntax-only given.
14231
14232 1999-09-22  Tom Tromey  <tromey@cygnus.com>
14233
14234         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
14235
14236         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
14237         (WORDS_TO_LONG): Likewise.
14238         (WORDS_TO_DOUBLE): Likewise.
14239
14240 1999-09-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14241
14242         * jcf-write.c (RELOCATION_VALUE_0): New macro.
14243         (RELOCATION_VALUE_1): Likewise.
14244         (emit_iinc, emit_reloc, push_constant1, push_constant2,
14245         push_in_const, push_long_const): Prototyped.
14246         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
14247         (push_constant2): Likewise.
14248         (push_int_const): Cast find_constant1's integer arguments to `jword'.
14249         (find_constant_wide): Cast find_constant2's integer arguments to
14250         `jword'.
14251         (find_constant_index): Cast find_constant2's and find_constant2's
14252         integer arguments to `jword'.
14253         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
14254         (emit_switch_reloc): Use RELOCATION_VALUE_0.
14255         (emit_if): Use RELOCATION_VALUE_1.
14256         (emit_goto): Likewise.
14257         (emit_jsr): Likewise.
14258         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
14259         argument to push_long_const to HOST_WIDE_INT.
14260
14261 1999-09-15  Andreas Schwab  <schwab@suse.de>
14262
14263         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
14264
14265 1999-09-20  Nick Clifton  <nickc@cygnus.com>
14266
14267         * lang.c (lang_decode_option): Extend comment.
14268
14269 1999-09-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14270
14271         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
14272         instead of fndecl.
14273
14274 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14275
14276         * gjavah.c (get_field_name, print_method_info, print_include,
14277         add_namelet): Use xmalloc, not malloc.
14278
14279         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
14280         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
14281         NULL pointer.
14282
14283         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
14284
14285         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
14286
14287         * jcf-path.c (add_entry): Likewise.
14288
14289         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
14290
14291         * jv-scan.c (xmalloc): Remove definition.
14292
14293         * jvgenmain.c (xmalloc): Likewise.
14294
14295         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
14296
14297         * lex.c (java_store_unicode): Use xrealloc, not realloc.
14298
14299         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
14300         concat, not xmalloc/sprintf.
14301         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
14302         (xstrdup): Remove definition.
14303
14304         * parse.y (duplicate_declaration_error_p,
14305         constructor_circularity_msg, verify_constructor_circularity,
14306         check_abstract_method_definitions, java_check_regular_methods,
14307         java_check_abstract_methods, patch_method_invocation,
14308         check_for_static_method_reference, patch_assignment, patch_binop,
14309         patch_cast, array_constructor_check_entry, patch_return,
14310         patch_conditional_expr): Use xstrdup, not strdup.
14311
14312         * zextract.c (ALLOC): Use xmalloc, not malloc.
14313
14314 1999-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14315
14316         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
14317
14318         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
14319         (do_spec, lang_specific_pre_link, lang_specific_driver,
14320         input_filename, input_filename_length): Don't declare.
14321         (main_class_name, jvgenmain_spec, lang_specific_driver):
14322         Constify a char*.
14323         (lang_specific_driver): All calls to the function pointer
14324         parameter now explicitly call `fatal'.
14325
14326 1999-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14327
14328         * parse.y (find_applicable_accessible_methods_list): Search
14329         abstract classes as interfaces.
14330
14331 1999-09-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14332
14333         * class.c (finish_class): We're now outside a valid method
14334         declaration. Tell the rest of gcc so.
14335
14336 1999-09-08  Bruce Korb  autogen@linuxbox.com
14337
14338         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
14339
14340 1999-09-07  Tom Tromey  <tromey@cygnus.com>
14341
14342         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
14343         java-array.h.
14344         (decode_signature_piece): Don't emit "::" in JArray<>.
14345         (print_namelet): Only print trailing `;' when printing a class.
14346
14347 1999-09-10  Bernd Schmidt  <bernds@cygnus.co.uk>
14348
14349         * java-tree.h: Delete declarations for all tree nodes now moved to
14350         global_trees.
14351         * decl.c: Delete their definitions.
14352
14353 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
14354
14355         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
14356         * Makefile.in (OBJS): Add ggc-callbacks.o.
14357         (OBJDEPS): Likewise.
14358
14359 1999-09-03  Tom Tromey  <tromey@cygnus.com>
14360
14361         * parse.y (strip_out_static_field_access_decl): Return operand if
14362         it satisfies JDECL_P.
14363
14364 1999-09-02  Tom Tromey  <tromey@cygnus.com>
14365
14366         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
14367         Handle nested arrays, like `[[I'.
14368
14369 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14370
14371         * class.c (finish_class): Remove unused parameter, all callers
14372         changed.
14373
14374         * expr.c (build_java_athrow): Change return type to void.
14375         (java_lang_expand_expr): Make sure each case in switch returns a
14376         value.
14377
14378         * java-tree.h (finish_class): Fix prototype to take void args.
14379
14380         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
14381         (main): Issue return from main, not exit.
14382
14383         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
14384
14385         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
14386
14387         * jv-scan.c (main): Issue return from main, not exit.
14388
14389         * parse.y (check_abstract_method_definitions,
14390         java_check_abstract_method_definitions): Add static prototypes.
14391         (java_complete_expand_methods): Fix call to `finish_class'.
14392
14393         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
14394         and `prevpc'.
14395
14396 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14397
14398         * lang.c (language_string): Constify.
14399
14400 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14401
14402         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
14403         Remove hacks for stuff which comes from libiberty.
14404
14405         * Make-lang.in: Likewise.
14406
14407 1999-08-30  Hans-Peter Nilsson  <hp@axis.se>
14408
14409         * Makefile.in (xref.o): Depend on xref.c explicitly.
14410
14411 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14412
14413         * java-tree.h (lang_printable_name): Constify a char*.
14414
14415         * lang.c (lang_printable_name): Likewise.
14416
14417 1999-08-27  Jeffrey A Law  (law@cygnus.com)
14418
14419         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
14420         comments in C code.
14421
14422 1999-08-26  Tom Tromey  <tromey@cygnus.com>
14423
14424         * gjavah.c (print_cxx_classname): Print "::" before qualified
14425         name.
14426
14427 1999-08-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14428
14429         * parse.y (lookup_cl): Changed leading comment. Now does its best
14430         to set the column number.
14431         (qualify_ambiguous_name): Take WFL wrappers into account.
14432
14433 1999-08-25  Gregg Townsend  <gmt@cs.arizona.edu>
14434
14435         * verify.c (verify_jvm_instructions): Don't check instruction
14436         validity beyond end of method.
14437
14438 1999-08-25  Tom Tromey  <tromey@cygnus.com>
14439
14440         * jvspec.c (lang_specific_driver): Correctly handle --help again.
14441
14442 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14443
14444         * gjavah.c (print_name, print_base_classname, utf8_cmp,
14445         cxx_keyword_subst, generate_access, name_is_method_p,
14446         get_field_name, print_field_name, super_class_name, print_include,
14447         decode_signature_piece, print_class_decls, usage, help,
14448         java_no_argument, version, add_namelet, print_namelet): Add static
14449         prototype.
14450         (print_base_classname, utf8_cmp, cxx_keyword_subst,
14451         name_is_method_p): Constify a char*.
14452         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
14453         Provide a final else clause in an if-else-if.
14454         (print_field_info): Add missing final arg in function call to
14455         `print_field_name'.
14456         (print_method_info, decompile_method, decode_signature_piece,
14457         print_c_decl, print_full_cxx_name, print_stub,
14458         print_mangled_classname, super_class_name, print_include,
14459         add_namelet, add_class_decl, print_class_decls, process_file,
14460         help): Constify a char*.
14461
14462         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
14463         push_int_const, find_constant_wide, find_constant_index,
14464         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
14465         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
14466         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
14467         emit_if, emit_goto, emit_jsr, call_cleanups,
14468         make_class_file_name): Add static prototypes.
14469         (generate_bytecode_return, generate_bytecode_insns): Pass a
14470         NULL_PTR, not a NULL_TREE.
14471
14472         * jv-scan.c: Include "jcf.h".
14473         (main): Declare using DEFUN macro.
14474
14475         * jvspec.c (find_spec_file, lang_specific_pre_link,
14476         lang_specific_driver): Add prototypes.
14477         (find_spec_file): Constify a char*.
14478
14479         * keyword.gperf (hash, java_keyword): Add prototypes.
14480
14481         * lang.c (lang_print_error): Add static prototype.
14482         (lang_init): Prefer memcpy over bcopy to avoid casts.
14483
14484         * lex.c (yylex): Add static prototype.
14485
14486         * parse-scan.y: Include "lex.c" earlier.
14487
14488         * parse.h: Remove redundant declaration for `yylex'.
14489
14490         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
14491         labeled_block_contains_loop_p): Add static prototypes.
14492         (not_accessible_p): Make static to match prototype.
14493
14494         * verify.c (start_pc_cmp): Don't needlessly cast away const.
14495
14496 1999-08-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14497
14498         * parse.y (check_method_redefinition): Changed leading comment.
14499         (check_abstract_method_definitions): New function.
14500         (java_check_abstract_method_definitions): New function.
14501         (java_check_regular_methods): Call it.
14502         (verify_constructor_super): Fixed indentation.
14503         (lookup_method_invoke): Likewise.
14504
14505 1999-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14506
14507         * parse.y (method_header): Return a null pointer if the current
14508         class node is null.
14509         (finish_method_declaration): Return if the current function decl
14510         is null.
14511         (source_start_java_method): Likewise.
14512         (java_method_add_stmt): Likewise.
14513
14514 1999-08-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14515
14516         * class.c (emit_register_class): Removed unnecessary call to
14517         start_sequence.
14518         * parse.y (labeled_block_contains_loop_p): Removed unused local
14519         variable.
14520
14521 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14522
14523         * parse.y (java_refold): Added prototype.
14524
14525 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14526
14527         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
14528         (java_stabilize_reference): Removed unnecessary `else'.
14529         (java_complete_lhs): Set flag to remember boolean. Call
14530         java_refold. Added comments.
14531         (java_decl_equiv): New function.
14532         (binop_compound_p): Likewise.
14533         (java_refold): Likewise.
14534         (patch_unaryop): Striped static field access assigned to decl and
14535         op. Changed promotion scheme for ++/-- operators.
14536         (search_loop): New function.
14537         (labeled_block_contains_loop_p): Likewise.
14538         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
14539         comment.
14540         (patch_bc_statement): Call search_loop. Fixed comment.
14541
14542 1999-08-14  Anthony Green  <green@cygnus.com>
14543
14544         * expr.c (java_lang_expand_expr): Mark static array data as
14545         referenced.
14546
14547 1999-08-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14548
14549         * jvgenmain.c (main): NUL-terminate name_obstack.
14550
14551 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14552
14553         * check-init.c (check_bool2_init, done_alternative): Add static
14554         prototypes.
14555
14556         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
14557         (add_method, build_utf8_ref, build_class_ref,
14558         append_gpp_mangled_type, layout_class_method): Constify a char*.
14559
14560         * decl.c (push_promoted_type, make_binding_level): Add static
14561         prototypes.
14562         (push_promoted_type, pushdecl): Constify a char*.
14563
14564         * except.c (find_handler_in_range, link_handler,
14565         check_start_handlers): Add static prototypes.
14566
14567         * expr.c (process_jvm_instruction): Constify a char*.
14568
14569         * gjavah.c (main): Constify a char*.
14570
14571         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
14572         Constify a char*.
14573
14574         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
14575         static prototypes.
14576         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
14577         munge, print_ents): Constify a char*.
14578
14579         * jcf-dump.c (disassemble_method): Constify a char*.
14580         (print_constant_pool, print_exception_table): Add static prototypes.
14581         (print_constant, print_exception_table, main, disassemble_method):
14582         Constify a char*.
14583
14584         * jcf-io.c (find_classfile, find_class): Likewise.
14585
14586         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
14587         (set_source_filename, predefined_filename_p): Add static prototypes.
14588         (set_source_filename, get_constant, get_class_constant,
14589         find_in_current_zip): Constify a char*.
14590
14591         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
14592         static prototypes.
14593         (add_entry, add_path, jcf_path_classpath_arg,
14594         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
14595
14596         * jcf-reader.c (get_attribute, jcf_parse_preamble,
14597         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
14598         jcf_parse_one_method, jcf_parse_methods,
14599         jcf_parse_final_attributes): Add static prototypes.
14600         (get_attribute): Constify a char*.
14601
14602         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
14603         jcf_dependency_add_target, jcf_path_classpath_arg,
14604         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
14605
14606         * jv-scan.c (main): Constify a char*.
14607         (gcc_obstack_init): Add prototype arguments.
14608
14609         * jvgenmain.c (gcc_obstack_init): Likewise.
14610         (main): Constify a char*.
14611
14612         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
14613         static prototypes.
14614         (put_decl_string, lang_print_error): Constify a char*.
14615         (lang_init): Remove redundant extern prototype.
14616
14617         * mangle.c (emit_unicode_mangled_name): Constify a char*.
14618
14619         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
14620         Add static prototypes.
14621         (get_type_from_signature): Constify a char*.
14622
14623         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
14624         Add static prototypes.
14625         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
14626         (verify_jvm_instructions): Constify a char*.
14627
14628         * xref.c (xref_flag_value): Likewise.
14629
14630         * xref.h (xref_flag_value): Likewise.
14631
14632         * zextract.c (makeword, makelong): Add static prototypes.
14633         (makeword, makelong): Constify a uch*.
14634
14635 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14636
14637         * lang.c (java_dummy_print): Constify a char*.
14638         (lang_print_error): Likewise.
14639         (lang_init): Remove redundant prototype for `print_error_function'.
14640         (lang_init_source): Likewise.
14641         (lang_identify): Constify a char*.
14642
14643 1999-08-09  Tom Tromey  <tromey@cygnus.com>
14644
14645         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
14646         (WORDS_TO_LONG): Likewise.
14647         (WORDS_TO_DOUBLE): Likewise.
14648
14649 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14650
14651         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
14652
14653         * expr.c (java_stack_pop, java_array_data_offset,
14654         build_java_throw_out_of_bounds_exception, case_identity,
14655         build_java_check_indexed_type): Add static prototypes.
14656         (linenumber_table, expand_invoke, expand_java_field_op,
14657         build_primtype_type_ref, expand_byte_code): Constify a char*.
14658
14659         * java-tree.h (build_primtype_type_ref, linenumber_table):
14660         Constify a char*.
14661         (java_lang_expand_expr): Add prototype.
14662
14663         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
14664         `java_lang_expand_expr'.
14665
14666         * lex.c (java_lex_error): Constify a char*.
14667         (java_get_unicode, java_read_char, java_allocate_new_line,
14668         java_unget_unicode, java_sneak_unicode): Prototype.
14669
14670         * parse-scan.y (current_class, package_name, method_declarator,
14671         report_class_declaration, yyerror): Constify a char*.
14672
14673         * parse.h (java_report_errors): Prototype.
14674         (yyerror): Constify a char*.
14675
14676         * parse.y (classitf_redefinition_error, check_modifiers,
14677         parse_jdk1_1_error, lookup_package_type,
14678         lookup_package_type_and_set_next, get_printable_method_name,
14679         purify_type_name): Constify a char*.
14680         (build_super_invocation, maybe_generate_finit,
14681         verify_constructor_super, parser_add_interface,
14682         add_superinterfaces, jdep_resolve_class, note_possible_classname,
14683         java_complete_expand_methods, java_expand_finals,
14684         cut_identifier_in_qualified, java_stabilize_reference,
14685         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
14686         merge_string_cste): Prototype.
14687         (single_type_import_declaration, yyerror,
14688         variable_redefinition_error, build_array_from_name,
14689         build_unresolved_array_type, check_class_interface_creation,
14690         resolve_class, complete_class_report_errors,
14691         note_possible_classname, read_import_dir,
14692         find_in_imports_on_demand, resolve_package, fix_constructors,
14693         check_deprecation, lookup_method_invoke,
14694         maybe_build_primttype_type_ref, array_constructor_check_entry):
14695         Constify a char*.
14696         (java_complete_expand_methods, java_expand_finals): Make static.
14697         (convert_narrow): Remove static prototype.
14698
14699 1999-08-03  J"orn Rennecke <amylaar@cygnus.co.uk>
14700
14701         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
14702
14703 1999-08-02  Richard Henderson  <rth@cygnus.com>
14704
14705         * decl.c: Include defaults.h instead of expr.h.
14706         * parse.y: Likewise.
14707
14708 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
14709
14710         * java/decl.c (start_java_method): Change all uses of
14711         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
14712         Ensure expr.h is included.
14713         * java/expr.c (pop_arguments): Ditto.
14714         * java/parse.y (expand_start_java_method): Ditto.
14715
14716 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14717
14718         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
14719
14720 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
14721
14722         * decl.c: Include "function.h".
14723         * except.c: Likewise.
14724         * parse.y: Likewise.
14725         * Makefile.in: Update dependencies.
14726
14727 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14728
14729         * expr.c (build_java_soft_divmod): Provide a default case in switch.
14730         (java_lang_expand_expr): Mark parameters `target', `tmode' and
14731         `modifier' with ATTRIBUTE_UNUSED.
14732
14733         * gjavah.c (process_file): Add braces around ambiguous `else'.
14734
14735         * jcf-dump.c (print_access_flags, localvar_free): Change return
14736         type to void.
14737
14738         * parse.y (java_complete_expand_method): Initialize variable
14739         `exception_copy'.
14740         (resolve_qualified_expression_name): Likewise for `field_decl'.
14741         (patch_method_invocation): Likewise for `class_to_search'.
14742         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
14743         (patch_assignment): Likewise for `lhs_type'.
14744
14745         * verify.c (verify_jvm_instructions): Remove unused variable
14746         `caller'.
14747
14748 1999-07-25  Richard Henderson  <rth@cygnus.com>
14749
14750         * decl.c (va_list_type_node): New.
14751
14752 1999-07-25  Anthony Green  <green@cygnus.com>
14753
14754         * gjavah.c (print_stub): New function.
14755         (METHOD_IS_NATIVE): New macro.
14756         (print_mangled_classname): Make static.
14757         (HANDLE_END_FIELD): Don't emit fields during stub generation.
14758         (process_file): Perform stub generation.
14759         (HANDLE_METHOD): Don't emit class decls during stub
14760         generation.
14761         (HANDLE_END_METHOD): Take into account stub generation.
14762         (print_method_info): Handle stub generation.
14763         (print_stub): New function.
14764         (print_cxx_classname): Make signature consistant with others.
14765         (help): Describe -stubs option.
14766         (main): Create stub file.
14767         (version): Use version.c.
14768         (print_full_cxx_name): New function.
14769         (print_c_decl): Use print_full_cxx_name.
14770
14771 1999-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14772
14773         * check-init.c (check_init): Handle MAX_EXPR.
14774
14775 1999-07-15  Andrew Haley  <aph@cygnus.com>
14776
14777         * lang.c (flag_use_divide_subroutine): New variable.
14778         * typeck.c: (convert_ieee_real_to_integer): Bounds check
14779         fp-to-integer conversion.
14780         (convert): Call convert_ieee_real_to_integer when flag_fast_math
14781         is not set.
14782
14783         * expr.c (build_java_soft_divmod): New function.
14784         (build_java_binop): Call build_java_soft_divmod if
14785         flag_use_divide_subroutine is set.
14786         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
14787         soft_lrem_node: new builtin functions.
14788         (init_decl_processing) Initialize the new builtins.
14789         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
14790         soft_lrem_node: new builtin functions.
14791         (build_java_soft_divmod): New function.
14792         * parse.y: Call build_java_soft_divmod if
14793         flag_use_divide_subroutine is set.
14794         * parse.c: Rebuilt.
14795
14796         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
14797         a --specs= arg) even if not linking.
14798         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
14799         -fuse-divide-subroutine
14800
14801 1999-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14802
14803         * parse.y (resolve_and_layout): Check methods only once.
14804         (resolve_qualified_expression_name): Verify thrown exceptions
14805         compatibility.
14806         (check_thrown_exceptions): Reject exceptions thrown in
14807         initializer. Error message tuned.
14808
14809 1999-07-14  Andrew Haley  <aph@cygnus.com>
14810
14811         * expr.c (expand_expr): Do not return the last statement in a
14812         block as the block's value.
14813
14814 1999-07-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14815
14816         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
14817         CALL_EXPR, to avoid order of evaluation changes.
14818
14819 1999-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14820
14821         * parse.y (qualify_ambiguous_name): Do not use
14822         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
14823
14824 1999-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14825
14826         * check-init.c (check_init): Handle MAX_EXPR.
14827         * expr.c (force_evaluation_order): Force method call arguments to
14828         be evaluated in left-to-right order.
14829         * parse.y (qualify_ambiguous_name): Loop again to qualify
14830         NEW_ARRAY_EXPR properly.
14831
14832 1999-06-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14833
14834         * parse.y (patch_invoke): Resolve unresolved invoked method
14835         returned type.
14836         (qualify_ambiguous_name): STRING_CST to qualify expression for
14837         type name resolution.
14838
14839 1999-06-24  Andrew Haley  <aph@cygnus.com>
14840
14841         * class.c (finish_class): Whenever a deferred method is
14842         output, rescan the list of methods to see if a new candidate for
14843         output can be found.
14844
14845 1999-06-28  Tom Tromey  <tromey@cygnus.com>
14846
14847         * jvspec.c (lang_specific_driver): Recognize --help.
14848
14849 1999-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14850
14851         * parse.y (resolve_package): Fixed bogus return statement.
14852         (patch_method_invocation): Resolve method invocation beginning with
14853         a package name qualifier.
14854
14855 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14856
14857         * Make-lang.in (java.stage1): Depend on stage1-start.
14858         (java.stage2): Likewise for stage2-start.
14859         (java.stage3): Likewise for stage3-start.
14860         (java.stage4): Likewise for stage4-start.
14861
14862 1999-06-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14863
14864         * parse.y (java_complete_lhs): When doing cross referencing, don't
14865         try to keep file location on a WFL expanded as a CALL_EXPR.
14866
14867 1999-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14868
14869         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
14870         compiling to class file a void method with an empty method body.
14871         As a side effect, the bytecode backend will generate the
14872         appropriate `return' instruction.
14873
14874 1999-06-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14875
14876         * parse.y (lookup_package_type_and_set_next): New function prototype.
14877         (resolve_package): Search current and imported packages.
14878         (lookup_package_type_and_set_next): New function.
14879
14880 1999-06-22  Andrew Haley  <aph@cygnus.com>
14881
14882         * verify.c (verify_jvm_instructions): Check for pending blocks
14883         before invalid PC test and opcode switch, not after.
14884
14885 1999-06-21  Andrew Haley  <aph@cygnus.com>
14886
14887         * except.c (find_handler_in_range): The upper limit for exception
14888         ranges is exclusive, not inclusive: (start <= pc < end).
14889         (link_handler): find child pointer which points to outer by
14890         searching sibling list: previous code incorrectly assumed that
14891         outer->outer->first_child must point to outer.
14892         * verify.c (verify_jvm_instructions): FIXME added to code for
14893         `athrow'.
14894         (verify_jvm_instructions): Do not assume that the last block
14895         processed in a subroutine is a block which ends with a `ret'
14896         instruction.  With some control flows it is possible that the last
14897         block ends with an `athrow'.
14898
14899 1999-06-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14900
14901         * parse.y (qualify_ambiguous_name): Reorganized the post
14902         evaluation of non WFL leading expression nodes.
14903
14904 1999-06-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14905
14906         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
14907         CONVERT_EXPR.
14908
14909 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14910
14911         * parse.y (qualify_ambiguous_name): Handle qualified expression
14912         beginning with a STRING_CST.
14913
14914 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14915
14916         * parse.y (register_fields): Set DECL_INITIAL on both
14917         pre-initialized static and public fields.
14918         (resolve_field_access): Static field access expressions to always
14919         use pointer types.
14920         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
14921         qualification. CONVERT_EXPR to be resolved as an expression name.
14922         (java_complete_lhs): Identify and access qualified final
14923         initialized field in switch statement case expression.
14924         (fold_constant_for_init): Pre-initialized field decl constant to
14925         be folded.
14926
14927 1999-06-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14928
14929         * parse.y (note_possible_classname): Mark returned node with
14930         QUALIFIED_P only if the original class name contained a '/'.
14931
14932 1999-06-05  Anthony Green  <green@cygnus.com>
14933
14934         * Make-lang.in (gcjh): More parallel build fixes.
14935
14936 1999-06-03  Mike Stump  <mrs@wrs.com>
14937
14938         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
14939
14940 1999-06-02  Anthony Green  <green@cygnus.com>
14941
14942         * except.c (link_handler): Chain exception handlers in order.
14943
14944 1999-06-02  Anthony Green  <green@cygnus.com>
14945
14946         * expr.c (expand_byte_code): Fill unreachable bytecode regions
14947         with nops and process as usual in order to always set correct EH
14948         ranges.  Emit detailed warnings about unreachable bytecodes.
14949
14950 1999-06-02  Anthony Green  <green@cygnus.com>
14951
14952         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
14953         constant.
14954
14955 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14956
14957         * parse.y (lookup_field_wrapper): Unified returned value to NULL
14958           or the searched field decl.
14959
14960 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14961
14962         * parse.y (fold_constant_for_init): Convert numerical constant
14963         values to the type of the assigned field.
14964
14965 1999-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14966
14967         * expr.c (lookup_field): Relaxed the test on class loading error
14968         detection.
14969         * parse.y (fold_constant_for_init): Enabeled old code.
14970
14971 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14972
14973         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
14974         decide the validity of the cast of a java.lang.Cloneable reference
14975         to an array.
14976         (patch_conditional_expr): Fixed first argument passed to
14977         binary_numeric_promotion.
14978
14979 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14980
14981         * parse.y (qualify_ambiguous_name): Take into account that a
14982         CONVERT_EXPR might specify a type as a WFL.
14983
14984 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14985
14986         * parse.y (patch_assignment): Save the rhs before using it as an
14987         argument to _Jv_CheckArrayStore.
14988
14989 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14990
14991         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
14992
14993 1999-05-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14994
14995         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
14996         floating point literal only when the exponent indicator has been
14997         parsed.
14998
14999 1999-05-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15000
15001         * parse.y (formal_parameter:): Construct argument tree list
15002         element even if a yet unsupported final parameter was encountered.
15003
15004 1999-05-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15005
15006         * parse.y (finish_method_declaration): Issue errors for native or
15007         abstract methods declared with a method body, as well as for non
15008         native or non abstract methods with no method body.
15009
15010 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15011
15012         * class.c (build_utf8_ref): Initialize variable `field'.
15013
15014         * decl.c (init_decl_processing): Initialize variable `field'.
15015
15016         * expr.c (build_known_method_ref): Mark parameters `method_type',
15017         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
15018         (process_jvm_instruction): Likewise for parameter `length'.
15019
15020         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
15021         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
15022         ATTRIBUTE_UNUSED.
15023
15024         * parse.y (maybe_generate_clinit): Remove unused variable
15025         `has_non_primitive_fields'.
15026         (find_in_imports_on_demand): Initialize variables `node_to_use'
15027         and `cl'.
15028         (patch_binop): Likewise for variable `prom_type'.
15029         (patch_unaryop): Likewise for variable `prom_type'.
15030
15031         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
15032
15033         * xref.c (xref_table): Add missing initializer.
15034
15035 1999-05-14  Tom Tromey  <tromey@cygnus.com>
15036
15037         * java-except.h (struct eh_range): Removed unused `next' member.
15038         * verify.c (verify_jvm_instructions): Call check_nested_ranges
15039         after adding all exception handlers.  Sort exception ranges in
15040         order of start PC.
15041         (struct pc_index): New structure.
15042         (start_pc_cmp): New function.
15043         * except.c (add_handler): Return `void'.  Don't call link_handler;
15044         instead construct an ordinary linked list and do range
15045         coalescing.
15046         (check_nested_ranges): New function.
15047         (link_handler): Changed interface to allow merging of eh_ranges.
15048         Split overlapping ranges.  Return `void'.
15049
15050 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15051
15052         * parse.y (constructor_block_end:): New rule, tagged <node>.
15053         (constructor_body:): Use `constructor_block_end' instead of
15054         `block_end'.
15055
15056 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15057
15058         * parse.y (statement_nsi:): Pop `for' statement block.
15059         (java_complete_lhs): Labeled blocks containing no statement are
15060         marked as completing normally.
15061
15062 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15063
15064         * xref.c (xref_set_current_fp): New function, defined.
15065         * xref.h (xref_set_current_fp): New function, prototyped.
15066
15067 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15068
15069         * check-init.c (check_init): Take into account that
15070         LABELED_BLOCK_STMT can be empty.
15071
15072 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15073
15074         * parse.y (java_check_regular_methods): Warning check on not
15075         overriding methods with default access in other packages does not
15076         apply to `<clinit>'.
15077         (java_complete_lhs): If block body is an empty_stmt_node, replace
15078         it by NULL_TREE. This prevents gcc from generating an irrelevant
15079         warning.
15080
15081 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15082
15083         * check-init.c (check_init): Removed code accepting to see things
15084         falling through default:, when doing xrefs.
15085         * java-tree.h (do_not_fold): New global variable, declared.
15086         * parse.y (do_not_fold): New global variable, defined.
15087         (java_complete_expand_method): Set `do_not_fold' to the value of
15088         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
15089         and reinstall them after them have been purged; do not check for
15090         initializations; do not issue missing return errors.
15091         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
15092         when doing xrefs.
15093         (patch_binop): Skip the fold part when doing xrefs.
15094         (build_string_concatenation): Skip the concatenation part when
15095         doing xrefs.
15096         (patch_synchronized_statement): Do not generate a try-finally when
15097         doing xrefs.
15098         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
15099         and keep the location where the throw was seen.
15100         * typeck.c (convert): When `do_not_fold' is set, do not attempt
15101         any treatment on the converted node an simply return a NOP_EXPR of
15102         the targeted type.
15103         * xref.c (xref_get_data): New function, defined.
15104         * xref.h (xref_get_data): New function, declared.
15105         (XREF_GET_DATA): Use xref_get_data.
15106
15107 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15108
15109         * gjavah.c (print_include): Cast the result of `strlen' to int
15110         when comparing against a signed value.
15111         (add_namelet): Likewise.
15112
15113 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15114
15115         * expr.c (expand_invoke): Mark parameter `nargs' with
15116         ATTRIBUTE_UNUSED.
15117         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
15118
15119         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
15120         ATTRIBUTE_UNUSED.
15121
15122         * jcf-reader.c (get_attribute): Cast a value to long
15123         when comparing against a signed expression.  Likewise.
15124
15125         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
15126         HOST_BITS_PER_CHAR.
15127
15128 1999-05-11  Andrew Haley  <aph@cygnus.com>
15129
15130         * parse.y (source_end_java_method): If the current method contains
15131         any exception handlers, force asynchronous_exceptions: this is
15132         necessary because signal handlers in libjava may throw exceptions.
15133         * decl.c (end_java_method): Ditto.
15134
15135 1999-05-11  Tom Tromey  <tromey@cygnus.com>
15136
15137         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
15138         flags.
15139         * jvspec.c (THREAD_NAME): Removed.
15140         (GC_NAME): Likewise.
15141         (MATHLIB): Likewise.
15142         (WITHLIBC): Likewise.
15143         (GCLIB): Likewise.
15144         (THREADLIB): Likewise.
15145         (MATH_LIBRARY): Likewise.
15146         (lang_specific_driver): Don't add `-l' options to command line.
15147         Instead, add a single --specs option.  Recognize `-L' options and
15148         use them to search for spec file.
15149         (find_spec_file): New function.
15150         (SPEC_FILE): New define.
15151
15152 1999-05-11  Dave Brolley  <brolley@cygnus.com>
15153
15154         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
15155         cpplib-enabled build.
15156
15157 1999-05-05  Per Bothner  <bothner@cygnus.com>
15158
15159         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
15160         temporarily zero it while calling rest_of_decl_compilation.
15161
15162         * java-tree.h (string_ptr_type_node):  Add declaration.
15163         * decl.c:  Define and initialize string_ptr_type_node.
15164         * parse.y (patch_string_cst):  Use string_ptr_type_node.
15165
15166         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
15167         * parse.y (for_statement):  Now unconditionally exit_block.
15168         (finish_labeled_statement):  No longer exit_block if for-loop.
15169         (patch_loop_statement):  Check harder if the loop is already labeled.
15170
15171         * parse.y (patch_initialized_static_field):  Removed function.
15172         (maybe_generate_clinit):  Removed special handling for interfaces.
15173         (java_complete_expand_methods):  Do a preliminary java_complete_tree
15174         on <clinit> to determine if it can be removed.
15175         (java_complete_expand_method):  Remove special handling for <clinit>.
15176         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
15177         optimize if we get back empty_stmt_node.
15178         For MODIFY_EXPR, re-do checking of static initializers.
15179         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
15180         For VAR_DECL, pass correct context.
15181
15182         * verify.c (verify_jvm_instructions):  Better error messages.
15183
15184 1999-05-03  Tom Tromey  <tromey@cygnus.com>
15185
15186         * parse-scan.y (interface_declaration): Call
15187         report_class_declaration for interfaces.
15188
15189 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
15190
15191         * Makefile.in: Remove -v from bison command lines.
15192
15193 1999-04-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15194
15195         * check-init.c (check_init): Exclude a case of error when doing
15196         xrefs.
15197         * class.c (layout_class_method): Don't generate the error message
15198         twice when compiling from source.
15199         * lang-options.h: Added `-Wredundant-modifers' and
15200         `-Wunusupported-jdk11' flags and help text.
15201         * lang.c (lang_decode_option): Added support for
15202         `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
15203         flag_static_local_jdk11 and flag_redundant set accordingly.
15204         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
15205         * parse.h (EXPR_WFL_ADD_COL): New macro.
15206         (DECL_END_SOURCE_LINE): Likewise.
15207         (DECL_INHERITED_SOURCE_LINE): Likewise.
15208         * parse.y (static_ref_err): New function, prototyped.
15209         (CCB_TK): Now tagged <operator>.
15210         (class_body:): Remember the location of the closing '}' of a class
15211         definition when doing xrefs.
15212         (block:): Likewise.
15213         (block_end:): Likewise.
15214         (create_class): Remember the location of the inherited class
15215         identifier when doing xrefs.
15216         (register_fields): Added test on first operand of `init' before
15217         testing it TREE_CODE.
15218         (method_header): Store the location of the class identifier in the
15219         class decl when doing xrefs.
15220         (finish_method_declaration): Don't combine first/last method line
15221         when doing xref.
15222         (java_check_regular_methods): Warning check on not overriding
15223         methods with default access on other packages move before check on
15224         static methods. Initialization of `aflags' also moved up.
15225         (resolve_expression_name): Call static_ref_err to report the error.
15226         (static_ref_err): New function, implemented.
15227         (resolve_field_access): Returned simplified static field access
15228         when doing xrefs.
15229         (resolve_qualified_expression_name): Check for illegal use of
15230         static fields in a non static context. Call static_ref_err to
15231         report error in various places.
15232         (java_complete_tree): Do not fold initialized static fields when
15233         doing xrefs.
15234         (java_complete_lhs): Likewise.
15235
15236 1999-04-29  Anthony Green  <green@cygnus.com>
15237
15238         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
15239         create internal labels.
15240         (lookup_label): Ditto.
15241
15242 1999-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15243
15244         * class.c (layout_class_method): Generate <clinit>'s rtl for
15245         interfaces.
15246         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
15247         for interfaces' <clinit>.
15248         * expr.c (lookup_field): Search for fields in interfaces.
15249         (expand_invoke): Fixed indentation.
15250         (expand_java_field_op): Likewise. Use IS_CLINIT.
15251         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
15252         (IS_CLINIT): New macro.
15253         * parse.y (type_declaration:): Call maybe_generate_clinit after an
15254         interface was parsed.
15255         (maybe_generate_clinit): Don't generate if the current class is an
15256         interface with only fields of primitive types.
15257         (reset_method_name): Use IS_CLINIT.
15258         (java_complete_expand_method): Expand <clinit> when it exists for
15259         interfaces. Use IS_CLINIT.
15260         (resolve_expression_name): Use DECL_CONTEXT instead of
15261         current_class to build static field references.
15262         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
15263         ARRAY_REF when doing xreferencing.
15264         (check_final_assignment): Fixed typo in leading comment. Use
15265         IS_CLINIT.
15266         (patch_array_ref): Don't fully expand array references when
15267         xreferencing.
15268         (patch_return): Use IS_CLINIT.
15269         (patch_throw_statement): Likewise.
15270
15271 1999-04-22  Tom Tromey  <tromey@cygnus.com>
15272
15273         * Make-lang.in (JAVA_SRCS): Added check-init.c.
15274
15275 1999-04-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15276
15277         * decl.c (predef_filenames, predef_filenames_size): New globals
15278         (init_decl_processing): predef_filenames and predef_filenames_size
15279         initialized.
15280         * java-tree.h (predef_filenames, predef_filenames_size): Declared
15281         extern.
15282         * jcf-parse.c (predefined_filename_p): New function.
15283         (yyparse): Check that files on the command line are specified only
15284         once and issue a warning otherwise.
15285         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
15286         * parse.y (source_end_java_method): Nullify NOP method bodies, to
15287         avoid a gcc warning with -W -Wall turned on.
15288         (java_expand_classes): Abort if errors were encountered.
15289         (java_complete_lhs): If the cross reference flag is set, wrap
15290         field DECL node around a WFL when resolving expression name.
15291
15292 1999-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15293
15294         * lang.c (lang_decode_option): Fixed returned value when parsing
15295         `-fxref=...' and `-Wall'.
15296         * parse.y (source_end_java_method): Do not generate code when
15297         flag_emit_xref is set.
15298         (resolve_expression_name): Do not build static field access when
15299         flag_emit_xref is set.
15300         (resolve_field_access): No special treatment on `length' when
15301         flag_emit_xref is set. Do not build qualified static field access
15302         when flag_emit_xref is set.
15303         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
15304         when flag_emit_xref is set.
15305         (patch_assignment): Do not generate array store runtime check when
15306         flag_emit_xref is set.
15307         * xref.c (xref_flag_value): Fixed function declaration
15308         indentation.
15309         (xset_set_data): New function.
15310         * xref.h (xref_set_data): Added prototype for new function.
15311         (typedef struct xref_flag_table): New field data.
15312         (XREF_GET_DATA): New macro.
15313
15314 1999-04-19  Tom Tromey  <tromey@cygnus.com>
15315
15316         * xref.h (enum): Removed trailing comma.
15317
15318         * parse.y (resolve_qualified_expression_name): Added missing
15319         `break'.
15320
15321 1999-04-15  Anthony Green  <green@cygnus.com>
15322
15323         * gjavah.c: New prototypes for java_float_finite and
15324         java_double_finite.
15325
15326 1999-04-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15327
15328         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
15329         references.
15330
15331 1999-04-06  Jeffrey A Law  (law@cygnus.com)
15332
15333         * Makefile.in (TREE_H): Add tree-check.h.
15334         (RTL_H): Add genrtl.h.
15335
15336 1999-04-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15337
15338         * parse.y (patch_assignment): Added ArrayStoreException runtime
15339         check.
15340
15341 1999-04-06  Per Bothner  <bothner@cygnus.com>
15342
15343         * expr.c (pop_type_0):  New function.
15344         (pop_type):  Use pop_type_0.
15345         * java-tree.h (pop_type_0):  New declaration.
15346         * verify.c (verify_jvm_instructions):  Check return instructions.
15347
15348         * parse.y (patch_binop):  Don't fold if non-constant and emiting
15349         class files.
15350
15351 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15352
15353         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
15354
15355         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
15356         (main_jcf): Don't define.
15357         (process_file): Don't set `main_jcf'.
15358
15359         * java-tree.h (main_jcf): Don't declare.
15360
15361         * jcf-parse.c (main_jcf): Add static definition.
15362
15363         * lang.c (main_jcf): Don't define.
15364
15365 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15366
15367         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
15368
15369         * decl.c (copy_lang_decl): Likewise for `bcopy'.
15370
15371         * jcf-depend.c: Include "config.h", not <config.h>.
15372
15373         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
15374         `bcopy' to PTR.
15375
15376         * jcf-path.c: Include "config.h", not <config.h>.
15377
15378         * lex.c: Don't include various system header files.
15379         (java_init_lex): Cast the argument of `bzero' to PTR
15380
15381         * parse-scan.y (java_push_parser_context): Likewise.
15382
15383         * parse.y (java_push_parser_context): Likewise.
15384         (patch_bc_statement): Match format specifier to variable argument.
15385
15386         * xref.c: Don't include <stdio.h>.
15387
15388 1999-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15389
15390         * parse.y (struct parser_ctxt *ctxp): Now global.
15391         (declare_local_variables): Use WFL compound value for the
15392         declaration source line value, when doing cross-referencing.
15393
15394 1999-03-31  Tom Tromey  <tromey@cygnus.com>
15395
15396         * gjavah.c (print_field_info): Allow constants of other types.
15397         (print_include): Generate include when new name is proper prefix
15398         of already printed name.
15399         (add_namelet): Likewise.
15400         (cxx_keyword_subst): New function.
15401         (print_method_info): Use it.
15402         (print_field_name): New function.
15403         (get_field_name): New function.
15404         (print_field_info): Use get_field_name and print_field_name.
15405
15406 1999-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15407
15408         * Makefile.in (keyword.h): Generate using gperf language 'C', not
15409         'KR-C', so gperf uses the `const' keyword on strings.
15410
15411         * keyword.gperf (java_keyword): Const-ify a char*.
15412
15413 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15414
15415         * parse.y (patch_bc_statement): Fixed identation and a bogus
15416         `printf' format.
15417
15418 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15419
15420         * parse.y (patch_assignment): Allow static variables in other
15421         classes to be assigned.
15422
15423 1999-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15424
15425         * class.c (maybe_add_interface): Remove unused variable
15426         `interface_binfo'.
15427         (make_class_data): Use = for assignment, not ==.  Likewise.
15428         (emit_register_classes): Remove unused variable `decl'.
15429
15430         * lex.c: Fix comment so as not to contain an embedded `/*'.
15431
15432         * verify.c (verify_jvm_instructions): Remove unused variable
15433         `self_type'.
15434
15435 1999-03-27  Per Bothner  <bothner@cygnus.com>
15436
15437         * parse.y (complete_loop_body):  Rename to finish_loop_body.
15438         (complete_labeled_statement):  Rename to finish_labeled_statement.
15439         (complete_for_loop):  Rename to finish_for_loop.
15440         (complete_method_declaration):  Rename to finish_method_declaration.
15441
15442         * java-tree.h (continue_identifier_node):  New global node.
15443         * decl.c:  Define and initialize continue_identifier_node.
15444         * parse.y (generate_labeled_block):  Remove - no longer needed.
15445         (build_loop_body):  Use continue_identifier_node for continue block.
15446         (finish_labeled_statement):  Also do pop_labeled_block actions.
15447         (java_complete_lhs):  POP_LOOP even if error.
15448         (build_labeled_block):  Special handling for continue_identifier_node.
15449         (patch_loop_statement):  Re-organize.
15450         (patch_bc_statement):  Re-write.
15451
15452 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15453
15454         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
15455         using a WFL compound value.
15456         * parse.y (xref.h): Include.
15457         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
15458         WFL compound value.
15459         (register_fields): Set WFL compound value to lineno if doing
15460         xrefs.
15461         (java_complete_expand_method): Call expand_xref if flag_emit_xref
15462         is set.
15463         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
15464         * xref.h (expand_xref): Prototype renamed from xref_generate.
15465
15466 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15467
15468         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
15469         (GET_CURRENT_BLOCK): New macro.
15470         * parse.y (current_static_block): New global variable.
15471         (method_body:): Define action.
15472         (complete_method_declaration): Set current_function_decl to NULL
15473         when work on the current method is done.
15474         (declare_local_variables): Use GET_CURRENT_BLOCK.
15475         (java_method_add_stmt): Likewise.
15476         (java_complete_expand_method): Disable the use of `this' when
15477         expanding <clinit>.
15478         (enter_a_block): If no current method exist, use
15479         current_static_block to link static initializer blocks.
15480         (exit_block): Rewritten to use current_static_block when no current
15481         method decl exists.
15482         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
15483         (patch_return): Forbid the use of `return' in static initializers.
15484         (patch_throw_statement): Fixed indentation. Issue specific error
15485         for uncaught thrown checked exception in static initializer
15486         blocks. Removed FIXME.
15487
15488 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
15489
15490         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
15491         Link gcj from gcc.o.
15492
15493 1999-03-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15494
15495         * parse.y (find_applicable_accessible_methods_list): When dealing
15496         with interface: ensure that a given interface or java.lang.Object
15497         are searched only once.
15498
15499 1999-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15500
15501         * gjavah.c (print_c_decl): Remove unused argument `flags'.
15502
15503         * jcf-dump.c (print_access_flags): Add braces around if-else.
15504
15505         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
15506         COMBINE_INPUTS.
15507
15508         * lex.c (build_wfl_node): Add static prototype.
15509
15510         * lex.h (build_wfl_node): Remove static prototype.
15511
15512         * parse.y: Include lex.c early enough to declare everything needed.
15513         Ensure calls to `build_wfl_node' pass the proper arguments.
15514         (create_class): Remove unused variable `super_decl'.
15515         (get_printable_method_name): Initialize variable `name'.
15516
15517 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15518
15519         * Changelog: Fixed 1999-03-22 typos.
15520         * lang.c (lang_decode_option): Fixed typo in error string in the
15521         XARG section.
15522
15523 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15524
15525         * Makefile.in (JAVA_OBJS): Added entry xref.o.
15526         (xref.o): New rule.
15527         * java-tree.h (flag_emit_xref): Declared extern.
15528         * lang.c (xref.h): Included.
15529         (flag_emit_xref): New global variable.
15530         (lang_decode_option): Added support for -fxref.
15531         * xref.c: Created.
15532         * xref.h: Likewise.
15533
15534 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
15535
15536         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
15537         linked with.
15538
15539 1999-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15540
15541         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
15542         $(srcdir)/../system.h and $(JAVA_TREE_H).
15543         (jcf-io.o): Depend on $(JAVA_TREE_H).
15544         (mangle.o): Likewise.
15545
15546         * check-init.c (check_cond_init): Add static prototype.
15547
15548         * class.c (build_java_method_type, hashUtf8String,
15549         make_field_value, get_dispatch_vector, get_dispatch_table,
15550         append_gpp_mangled_type, mangle_static_field): Likewise.
15551         (strLengthUtf8): Hide unused definition.
15552         (hashUtf8String): Const-ify.
15553         (make_field_value): Un-ANSI-fy.
15554
15555         * constants.c: Move inclusion of jcf.h above java-tree.h.
15556         (set_constant_entry, find_class_or_string_constant,
15557         find_name_and_type_constant, get_tag_node,
15558         build_constant_data_ref): Add static prototype.
15559
15560         * decl.c (push_jvm_slot, builtin_function,
15561         lookup_name_current_level): Likewise.
15562         (builtin_function): Const-ify.
15563
15564         * except.c (expand_start_java_handler, expand_end_java_handler):
15565         Add static prototype.
15566
15567         * expr.c (flush_quick_stack, push_value, pop_value,
15568         java_stack_swap, java_stack_dup, build_java_athrow,
15569         build_java_jsr, build_java_ret, expand_java_multianewarray,
15570         expand_java_arraystore, expand_java_arrayload,
15571         expand_java_array_length, build_java_monitor, expand_java_pushc,
15572         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
15573         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
15574         expand_compare, expand_test, expand_cond, expand_java_goto,
15575         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
15576         expand_java_field_op, java_push_constant_from_pool): Likewise.
15577
15578         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
15579         (build_java_arraynull_check): Mark parameters `node' and `type'
15580         with ATTRIBUTE_UNUSED.
15581         (note_label): Likewise for parameter `current_pc'.
15582         (expand_java_call, expand_java_ret): Hide unused definition.
15583
15584         * java-tree.h (make_class, build_constants_constructor,
15585         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
15586         init_outgoing_cpool, register_class, emit_register_classes,
15587         java_layout_seen_class_methods): Prototype.
15588         (unicode_mangling_length): Const-ify.
15589         (append_gpp_mangled_name, append_gpp_mangled_classtype,
15590         emit_unicode_mangled_name, format_int, format_uint,
15591         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
15592         jcf_print_utf8_replace, open_class): Prototype.
15593
15594         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
15595         <stdio.h>.  Include tree.h/java-tree.h.
15596         (utf8_equal_string usage, process_class): Add static prototype.
15597         (open_class): Don't prototype this here.
15598         (utf8_equal_string): Match arguments to format specifiers.
15599         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
15600         TABLE_SWITCH, disassemble_method): Likewise.
15601
15602         * jcf-io.c: Include tree.h/java-tree.h.
15603         (open_class, find_classfile, jcf_print_utf8,
15604         jcf_print_utf8_replace): Const-ify.
15605
15606         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
15607         parse_class_file): Add static prototype.
15608         (find_in_current_zip): Match definition to existing static
15609         prototype.
15610
15611         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
15612         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
15613         finish_jcf_block, define_jcf_label, get_jcf_label_here,
15614         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
15615         write_chunks, adjust_typed_op, generate_bytecode_conditional,
15616         generate_bytecode_return, perform_relocations, init_jcf_state,
15617         init_jcf_method, release_jcf_state, generate_classfile):
15618         Add static prototype.
15619         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
15620         (make_class_file_name): Const-ify.
15621
15622         * jcf.h (find_classfile): Const-ify.
15623
15624         * jv-scan.c (reset_report): Remove prototype.
15625
15626         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
15627         (error): Rewrite to allow varargs.
15628
15629         * lang.c (lang_f_options): Const-ify.
15630
15631         * lex.c (java_parse_escape_sequence): Add static prototype.
15632         (java_allocate_new_line): Match definition to existing static
15633         prototype.
15634
15635         * mangle.c Include tree.h/java-tree.h.
15636         (unicode_mangling_length, emit_unicode_mangled_name,
15637         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
15638
15639         * parse.h (jdep_code): Remove trailing comma in enumeration.
15640         (java_get_line_col): Move prototype outside of !JC1_LITE test.
15641         (reset_report): Add prototype.
15642
15643         * verify.c (push_pending_label, merge_types): Add static
15644         prototypes.
15645
15646         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
15647
15648 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15649
15650         * parse.y (find_applicable_accessible_methods_list): Extend the
15651         search to superinterfaces when relevant.
15652         (search_applicable_methods_list): New function.
15653
15654 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15655
15656         * class.c (unmangle_classname): Implemented stricter testing
15657         before setting the QUALIFIED_P flag on an identifier.
15658
15659 1999-03-16  Per Bothner  <bothner@cygnus.com>
15660
15661         * parse.y (java_complete_lhs):  Call force_evaluation_order
15662         after patch_newarray.
15663         (patch_binop):  Don't call fold if there are side effects.
15664
15665 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15666
15667         * parse.y (java_stabilize_reference): Use save_expr instead of
15668         building a SAVE_EXPR node.
15669         (java_complete_lhs): Patch the resulting string of the `+='
15670         operator (if necessary) and complete the RHS after having built
15671         the cast.
15672
15673 1999-03-15  Per Bothner  <bothner@cygnus.com>
15674
15675         * class.c (make_class):  Don't set CLASS_P here (because
15676         this function is also called by build_java_array_type).
15677         (push_class):  Set CLASS_P here instead.
15678         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
15679
15680         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
15681         context.  If the context is class, perfer "super" over "synchronized".
15682         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
15683
15684         * parse.y (create_class):  Don't call parser_check_super here;
15685         it is not robust.  Always wait until later.
15686
15687         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
15688         match what JDK 1.2 does), but don't set ACC_PUBLIC.
15689
15690 1999-03-13  Per Bothner  <bothner@cygnus.com>
15691
15692         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
15693         * lex.h (UNGETC):  Change misleading macro.
15694
15695 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15696
15697         * parse.y (java_stabilize_reference): Return NODE when patching a
15698         COMPOUND_EXPR.
15699         (java_complete_lhs): Put parenthesis around truth values.
15700
15701 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15702
15703         * class.c (layout_class_method): Don't make rtl for interface
15704         methods.
15705         * parse.h (GET_TYPE_NAME): New macro.
15706         * parse.y (if_then_statement:): Fixed indentation.
15707         (if_then_else_statement:): Likewise.
15708         (for_statement:): Fixed spacing.
15709         (try_statement:): Fixed indentation.
15710         (create_interface): Don't force interfaces to be abstract.
15711         (method_header): Abstract methods are OK in interfaces.
15712         (declare_local_variables): Fixed typo in comment.
15713         (java_complete_expand_method): Fixed indentation.
15714         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
15715         non accessible fields.
15716         (java_stabilize_reference): New function.
15717         (java_complete_lhs): Fixed indentation. Use
15718         java_stabilize_reference in compound assignment. Insert the
15719         cast. If not processing `+' fix string constants before processing
15720         binop.
15721
15722 1999-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15723
15724         * constants.c (find_class_or_string_constant): Cast variable `j'
15725         to a `jword' when comparing against one.
15726
15727         * expr.c (java_lang_expand_expr): Remove unused variables
15728         `has_finally_p' and `op0'.
15729
15730         * gjavah.c (print_field_info): Cast a value to jint when comparing
15731         against one.  Likewise for a jlong.
15732         (add_namelet): Likewise cast a `sizeof' to an int when comparing
15733         against a signed quantity.
15734
15735         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
15736         (print_signature): Don't needlessly dereference variable `str'
15737
15738         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
15739         `max_locals' with ATTRIBUTE_UNUSED.
15740         (jcf_parse_class): Likewise for variable `index'.
15741
15742         * parse.h (reverse_jdep_list): Remove static prototype.
15743
15744         * parse.y (build_jump_to_finally): Remove prototype and definition.
15745         (reverse_jdep_list): Add static prototype.
15746
15747         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
15748         `assignment' and `expr_decl'.
15749
15750         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
15751
15752 1999-03-12  Andrew Haley  <aph@cygnus.com>
15753
15754         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
15755         we'll need a directory separator and a null character.
15756
15757 1999-03-10  Per Bothner  <bothner@cygnus.com>
15758
15759         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
15760
15761 Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15762
15763         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
15764         interfaces.
15765
15766 1999-03-05  Per Bothner  <bothner@cygnus.com>
15767
15768         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
15769
15770         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
15771
15772         * class.c (layout_class_method):  A static method in a base class
15773         is never overridden, so treat it like it doesn't exist.
15774         However, do complain about private non-static method overriding
15775         public static method.
15776
15777         * parse.y:  Don't set unused INITIALIZED_P flag.
15778         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
15779
15780         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
15781         (build_array_from_name):  Re-order &index[string] to &string[index].
15782
15783         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
15784         error_mark (it might catch more errors, but it is more likely to lose).
15785
15786 1999-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15787
15788         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
15789         (parse-scan.o): Depend on toplev.h.
15790
15791         * class.c (make_method_value): Add prototype.  Make it static.
15792         Remove unused second argument, caller changed.
15793
15794         * expr.c (java_lang_expand_expr): Remove unused variable
15795         `return_label'.
15796
15797         * java-tree.h: Don't prototype find_in_current_zip.
15798         Add prototypes for verify_constant_pool, start_java_method,
15799         end_java_method, give_name_to_locals, expand_byte_code,
15800         open_in_zip, set_constant_value, find_constant1, find_constant2,
15801         find_utf8_constant, find_string_constant, find_class_constant,
15802         find_fieldref_index, find_methodref_index, write_constant_pool,
15803         count_constant_pool_bytes and encode_newarray_type.
15804
15805         * jcf-dump.c: Remove unused variable `LONG_temp'.
15806
15807         * jcf-parse.c: Include parse.h.
15808         (jcf_parse_source): Remove unused parameter, all callers changed.
15809         (jcf_figure_file_type): Add static prototype.
15810         (find_in_current_zip): Likewise.  Also remove unused parameter,
15811         all callers changed.
15812         (read_class): Initialize variable `saved_pos'.
15813
15814         * jcf-reader.c (jcf_parse_preamble): Mark variables
15815         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
15816
15817         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
15818         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
15819         (java_parse_doc_section): Initialize variable `seen_star'.
15820         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
15821         (java_lex_error): Mark parameters `msg' and `forward' with
15822         ATTRIBUTE_UNUSED.
15823         (java_get_line_col): Mark parameters `filename' and `line' with
15824         ATTRIBUTE_UNUSED.
15825
15826         * parse-scan.y: Include toplev.h.
15827         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
15828
15829         * parse.h: use `struct JCF', not plain `JCF'.
15830         (java_parser_context_save_global, java_expand_classes
15831         java_parser_context_restore_global, java_parse): Add prototypes.
15832
15833         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
15834         `node'.
15835
15836 1999-02-24  Per Bothner  <bothner@deneb.cygnus.com>
15837
15838         *  check-init.c (check_init):  COPYN takes word count, not bit count.
15839
15840 1999-02-26  Per Bothner  <bothner@cygnus.com>
15841
15842         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
15843         explicit build_decl.  (Avoids crash in reload when optimizing.)
15844
15845 1999-02-25  Per Bothner  <bothner@cygnus.com>
15846
15847         * decl.c (complete_start_java_method):  Handle synchronized method
15848         even when compiling from bytecode.
15849
15850 1999-02-26  Tom Tromey  <tromey@cygnus.com>
15851
15852         * gjavah.c (add_class_decl): Only generate `#include' if outer
15853         class is not the name of the class we are processing.  Correctly
15854         append `.h' in #include.
15855         (process_file): Clean up newlines around generated `#include's.
15856         (decode_signature_piece): Correctly handle inner classes.
15857         (struct include): New structure.
15858         (all_includes): New global.
15859         (print_include): New function.
15860         (add_class_decl): Use it.
15861         (process_file): Likewise.
15862         (add_class_decl): Generate include for java-array.h if array
15863         seen.
15864         (process_file): Don't generate java-array.h include.
15865
15866         * gjavah.c (add_namelet): Check for standard package names here.
15867         (add_class_decl): Don't check for standard package names here.
15868
15869 1999-02-25  Tom Tromey  <tromey@cygnus.com>
15870
15871         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
15872         When reading a zip file, only use strncmp if both strings are
15873         bigger than the buffer length.  Initialize `k' when looping
15874         through zip file.
15875
15876 1999-02-24  Tom Tromey  <tromey@cygnus.com>
15877
15878         * gjavah.c (struct namelet): New structure.
15879         (add_namelet): New function.
15880         (print_namelet): New function.
15881         (print_class_decls): Use add_namelet and print_namelet to generate
15882         namespaces and not classes.
15883         (method_printed): New global.
15884         (HANDLE_END_METHOD): Examine method_printed.
15885         (print_method_info): Set method_printed when required.  Print
15886         error if function to be ignored is marked virtual.  Handle $finit$
15887         method.
15888         (METHOD_IS_FINAL): New macro.
15889         (print_field_info): Use it.
15890         (HANDLE_METHOD): Clear method_printed.
15891         (method_pass): New global.
15892         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
15893         (process_file): Do two passes over both fields and methods.
15894         (HANDLE_METHOD): Examine method_pass.
15895         (root): New global.
15896         (add_class_decl): New function.
15897         (print_class_decls): Don't scan over entire constant pool.
15898
15899 1999-02-23  Tom Tromey  <tromey@cygnus.com>
15900
15901         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
15902         disable linking in that case.
15903
15904 1999-02-20  Tom Tromey  <tromey@cygnus.com>
15905
15906         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
15907         not 0x1f.
15908
15909 1999-02-21  Per Bothner  <bothner@cygnus.com>
15910
15911         * decl.c (build_result_decl), java-tree.h:  New method.
15912         (complete_start_java_method):  Handle synchronized methods.
15913         Don't build DECL_RESULT here.  (Ordering dependency problem.)
15914         (start_java_method):  Call build_result_decl here instead  ...
15915         * parse.y (java_complete_expand_method):  ... and here.
15916         (expand_start_java_method): Don't call complete_start_java_method here.
15917         (java_complete_expand_method):  Call it here instead.
15918         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
15919         * java-tree.h:  ... here.
15920
15921         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
15922         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
15923         for ARRAY_REF - it doesn't work when array bounds are checked.
15924         (patch_array_ref):  Handle it here instead.
15925
15926         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
15927
15928 1999-02-19  Per Bothner  <bothner@cygnus.com>
15929
15930         Force left-to-right evaluation of binary operations etc.
15931         * expr.c (force_evaluation_order), java-tree.h:  New function.
15932         * parse.y (java_complete_lhs):  Pass binary operations, procedure
15933         calls, and ARRAY_REFs to force_evaluation_order.
15934         (various):  Set TREE_SIDE_EFFECTS more carefully.
15935
15936         Tolerate random (non-UTF8) encoding in comments without complaining.
15937         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
15938         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
15939
15940         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
15941         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
15942
15943         * parse.y (java_complete_lhs):  Ignore an empty statement in a
15944         COMPOUND_EXPR.  Don't complain about empty statement after return.
15945
15946 1999-02-19  Per Bothner  <bothner@cygnus.com>
15947
15948         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
15949         in TREE_LIST - just chain the POINTER_TYPEs together.
15950         (resolve_class):  If type already resolved, return decl.
15951         After resolving, update TREE_TYPE(class_type), and name (if array).
15952         * parse.h (do_resolve_class), parse.y:  Make non-static.
15953         * class.c (maybe_layout_super_class):  Take this_class argument.
15954         Do do_resolve_class if necessary.
15955         (layout_class, layout_class_methods): Adjust calls appropriately.
15956         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
15957         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
15958         * typeck.c (build_java_array_type):  Don't call layout_class.
15959
15960 1999-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15961
15962         * parse.y (check_pkg_class_access): Allow private class access
15963         within the same package.
15964         (strip_out_static_field_access_decl): New function.
15965         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
15966         operator argument before testing its nature.
15967
15968 1999-02-03  Per Bothner  <bothner@cygnus.com>
15969
15970         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
15971         (TRY_EXPR):  Simplify - it no longer has a finally clause.
15972         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
15973         Simpler handling of TRY_EXPR, which no longer has a finally clause.
15974         * expr.c (java_lang_expand_expr):  Likewise.
15975         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
15976         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
15977         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
15978         (build_try_statement):  Remove finally parameter and handling.
15979         (build_try_finally_statement):  New function.
15980         (patch_try_statement):   No longer need to support finally clause.
15981         (try_statement):  Update grammar action rules.
15982         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
15983         Simpler handling of TRY_EXPR, which no longer has a finally clause.
15984
15985 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
15986
15987         * jcf-parse.c (get_constant): Add braces around computation of 'd'
15988         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
15989
15990 1999-02-17  Andrew Haley  <aph@cygnus.com>
15991
15992         * class.c (build_utf8_ref): Back out broken patch which was
15993         intended to to output signatures using '.' as a separator.
15994
15995         * class.c (make_class_data): Output signatures using '.' as a
15996         separator, rather than '/'.
15997         (mangled_classname): Likewise.
15998         (make_field_value): Likewise.
15999         (make_method_value): Likewise.
16000         * constants.c (alloc_class_constant): Likewise.
16001         * expr.c (build_invokeinterface): Likewise.
16002
16003 1999-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16004
16005         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
16006         of an ancient workaround.
16007
16008 1999-02-10  Jeffrey A Law  (law@cygnus.com)
16009
16010         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
16011         here anymore.
16012
16013 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16014
16015         * lex.c (yylex): Encode \0 as UTF8.
16016
16017 1999-02-10  Tom Tromey  <tromey@cygnus.com>
16018
16019         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
16020         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
16021         (libgcj_zip): Renamed.
16022         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
16023         LIBJAVA_ZIP_FILE.
16024         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
16025
16026         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
16027         (GC_NAME): Renamed -lgc to -lgcjgc.
16028
16029 1999-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16030
16031         * lex.c (java_lang_cloneable): Initialize.
16032         * parse.y (java_lang_cloneable): New static variable.
16033         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
16034         doing one more qualification round.
16035         (valid_ref_assignconv_cast_p): Reject null source or
16036         destination. Allow an array to be cast into java.lang.Cloneable.
16037         (patch_cast): Swapped two first arguments to first call to
16038         valid_ref_assignconv_cast_p.
16039
16040 1999-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16041
16042         * parse.h: DECL_P renamed JDECL_P.
16043         * parse.y: DECL_P replaced by JDECL_P.
16044         (build_array_from_name): Always use pointer's type.
16045         (patch_bc_statement): Extra code to search continue target in a
16046         for loop. Fixed comments. Continue target is current loop when
16047         unlabeled.
16048
16049 1999-02-05  Andrew Haley  <aph@cygnus.com>
16050
16051         * class.c (make_class_data): The superclass of an interface should
16052         be null, not class Object.
16053
16054         * lex.c (java_lex): Sign extend hex literals.
16055
16056 1999-02-04  Andrew Haley  <aph@cygnus.com>
16057
16058         * class.c (build_utf8_ref): Output signatures using '.' as a
16059         separator, rather than '/'.
16060         (make_class_data): Likewise.
16061
16062 1999-02-03  Marc Espie <Marc.Espie@liafa.jussieu.fr>
16063
16064         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
16065         mkstemp.o.  Get them from libiberty now.
16066
16067 1999-02-02  Jeffrey A Law  (law@cygnus.com)
16068
16069         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
16070
16071 1999-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16072
16073         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
16074         from libiberty.h
16075
16076 1999-02-02  Per Bothner  <bothner@cygnus.com>
16077
16078         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
16079         * jcf-write.c (generate_bytecode_return):  New function.
16080         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
16081
16082         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
16083         generate special [fd]const_[01] instructions.
16084
16085         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
16086
16087         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
16088         handling OPCODE_lookupswitch or OPCODE_tableswitch.
16089
16090 1999-02-01  Per Bothner  <bothner@cygnus.com>
16091
16092         * parse.y (patch_method_invocation):  Handle calling static methods,
16093         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
16094
16095         * parse.y (java_complete_lhs):  Don't complain about unreachable
16096         exit condition in a do-while statement.
16097
16098 1999-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16099
16100         * lex.c (java_read_char): Fixed utf8 decoding.
16101         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
16102         range.
16103         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
16104         comments. Local variable `all_primitive' is gone. Broadened
16105         acceptance of `0' to floating point targets. `long' can now be
16106         widened to `double' or `float'.
16107         (valid_method_invocation_conversion_p): Added leading
16108         comment. Fixed tabulation.
16109         (build_string_concatenation): Optimize out left or right empty
16110         string constants.
16111
16112 1999-01-28  Per Bothner  <bothner@cygnus.com>
16113
16114         * jcf-write.c (localvar_alloc):  Only emit entry for
16115         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
16116         (generate_bytecode_insns):  Only call put_linenumber if
16117         debug_info_level > DINFO_LEVEL_NONE.
16118         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
16119         is specified, add -g1 (for compatibility wih javac).
16120
16121 1999-01-28  Hans-Peter Nilsson  <hp@axis.se>
16122
16123         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
16124         gjavah.o, check-init.o, jv-scan.o
16125
16126 1999-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16127
16128         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
16129
16130         * gjavah.c: Include config.h and system.h.
16131
16132         * javaop.h (inline): Don't define, its handled by system.h.
16133         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
16134         from `inline' to `static inline'.
16135
16136         * jcf.h (inline): Don't define, its handled by system.h.
16137
16138         * lex.c (inline): Likewise.
16139
16140 1999-01-31  Zack Weinberg  <zack@rabi.columbia.edu>
16141
16142         * lang-specs.h: Map -Qn to -fno-ident.
16143
16144 1999-01-29  Richard Henderson  <rth@cygnus.com>
16145
16146         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
16147
16148 1999-01-29  Tom Tromey  <tromey@cygnus.com>
16149
16150         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
16151         then cast it to Object before calling `append' method.
16152
16153 1999-01-28  Per Bothner  <bothner@cygnus.com>
16154
16155         * check-init.c (check_bool2_init, check_bool_init, check_init):
16156         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
16157         * jcf-write.c (generate_bytecode_insns):  Likewise.
16158
16159 1999-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16160
16161         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
16162         * parse.y (patch_cast): Allow a boolean to be cast into a
16163         boolean.
16164
16165 1999-01-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16166
16167         * parse.y: (class_declaration:): Fixed indentation.
16168         (class_member_declaration:): Extra `;' after field declaration now
16169         accepted.
16170         (interface_declaration:): Removed debug messages in error reports.
16171         (patch_binop): Nodes created and returned inherit the orignal
16172         node's COMPOUND_ASSIGN_P flag value.
16173         (patch_cast): Fix cast from char to floating point.
16174
16175 1999-01-25  Andrew Haley  <aph@cygnus.com>
16176
16177         * except.c, java-except.h (expand_resume_after_catch): new
16178         function.
16179         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
16180         to branch back to main flow of control after a catch block.
16181
16182 1999-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16183
16184         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
16185         $(srcdir)/../system.h.
16186         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
16187         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
16188         (jcf-write.o): Likewise.
16189         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
16190         (mangle.o): Depend on $(srcdir)/../toplev.h.
16191         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
16192         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
16193
16194         * class.c: Include output.h and parse.h.
16195         (mangled_classname): Add the `const' keyword to a char*.
16196         (find_named_method): Hide unused function definition.
16197         (build_utf8_ref): Change type of variable `c' to unsigned char.
16198         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
16199         (build_class_ref): Add the `const' keyword to a char*.
16200         (layout_class_method): Remove unused variable `buf'.
16201
16202         * decl.c (find_local_variable): Remove unused variable `rtl'.
16203         (pushdecl): Likewise for variables `different_binding_level' and
16204         `oldglobal'.
16205         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
16206         (maybe_build_cleanup): Likewise for parameter `decl'.
16207
16208         * except.c (expand_start_java_handler): Mark parameter `range'
16209         with ATTRIBUTE_UNUSED.
16210
16211         * expr.c: Include except.h.
16212         (pop_type): Remove unused variable `i'.
16213         (pop_value): Likewise for variables `n_words' and `i'.
16214         (expand_java_arrayload): Likewise for variable `convert'.
16215         (java_lang_expand_expr): Likewise for variables `op0', `type',
16216         `mode', `unsignedp', `node' and `elements'.
16217         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
16218         `eh_ranges'.
16219         (process_jvm_instruction): Add a `const' qualifier to a char*.
16220
16221         * gjavah.c (output_directory): Add the `const' keyword to a char*.
16222         (temp_directory): Likewise.
16223         (print_c_decl): Likewise.
16224         (print_method_info): Likewise.
16225         (decode_signature_piece): Likewise.
16226         (print_mangled_classname): Likewise.
16227
16228         * java-except.h: Provide prototypes for maybe_start_try,
16229         maybe_end_try and add_handler.
16230
16231         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
16232         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
16233         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
16234         init_expr_processing, push_super_field, init_class_processing,
16235         can_widen_reference_to, class_depth, verify_jvm_instructions,
16236         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
16237         set_local_type, merge_type_state, push_type, load_type_state,
16238         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
16239         emit_unicode_mangled_name): Add prototypes.
16240
16241         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
16242         (print_signature_type): Use ISDIGIT, not isdigit.
16243         (print_signature): Remove unused variable `j'.
16244
16245         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
16246         int when comparing against one.
16247
16248         * jcf-parse.c: Include toplev.h.
16249
16250         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
16251         (localvar_free): Remove unused variable `i'.
16252         (generate_bytecode_conditional): Likewise for variable `kind'.
16253
16254         * jv-scan.c: Include config.h and system.h.  Remove redundant
16255         OS header and gansidecl.h includes.
16256         (warning): Add the `const' keyword to a char*.  Also add
16257         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
16258         __STDC__, when determining whether to use ANSI-isms.
16259         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
16260         (xmalloc): Don't redundantly prototype here.
16261         (main): Remove unused parameter `envp'.  Also fix the arguments
16262         passed to function `fatal' to match the format specifier.
16263
16264         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
16265
16266         * mangle.c: Include toplev.h.
16267         (emit_unicode_mangled_name): Declare parameter `len'.
16268
16269         * parse.y (parse_warning_context): Add the `const' keyword to a
16270         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
16271         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
16272         (issue_warning_error_from_context): Add the `const' keyword to
16273         a char*.
16274         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
16275         not `__STDC__' for whether to use ANSI-isms.
16276
16277         * typeck.c (incomplete_type_error): Mark parameters `value' and
16278         `type' with ATTRIBUTE_UNUSED.
16279         (parse_signature_type): Use ISDIGIT, not isdigit.
16280
16281         * verify.c (check_pending_block): Add the `const' keyword to a char*.
16282         (verify_jvm_instructions): Likewise.  Remove unused variables
16283         `field_name' and `default_val'.
16284
16285         * zextract.c: Include config.h and system.h.  Remove redundant
16286         OS header includes.
16287
16288         * zipfile.h: Prototype `read_zip_archive'.
16289
16290 1999-01-21  Andrew Haley  <aph@cygnus.com>
16291
16292         * typeck.c (convert): Allow conversions to void type: some
16293         optimizations in gcc do this.
16294
16295 1999-01-21  Andrew Haley  <aph@cygnus.com>
16296
16297         * typeck.c (convert_ieee_real_to_integer): New function.
16298         (convert): When not using fast-math and using hardware fp, convert
16299         an IEEE NaN to zero.
16300
16301 1999-01-18  Andrew Haley  <aph@cygnus.com>
16302
16303         * parse.y (patch_binop): Do a type conversion from signed to
16304         unsigned and then back to signed when a ">>>" is found.
16305
16306 1999-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16307
16308         * java-tree.h: (check_for_initialization): Added prototype.
16309         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
16310         * parse.y (do_resolve_class): Removed unused locals.
16311         (read_import_dir): Likewise.
16312         (resolve_qualified_expression_name): Array creation
16313         expressions are valid primary expressions.
16314         (qualify_ambiguous_name): Likewise.
16315         (patch_synchronized_statement): Removed unused local.
16316
16317 1999-01-17  Jeffrey A Law  (law@cygnus.com)
16318
16319         * Makefile.in (zextract.o): Add dependencies.
16320
16321         * Makefile.in: Do not put ^Ls at the start of a line.
16322
16323 1999-01-15  Per Bothner  <bothner@cygnus.com>
16324
16325         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
16326         sub-type the result of the call that gets the exception value.
16327
16328         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
16329         don't call finish_class.
16330
16331         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
16332         clear found before continuing.
16333
16334         * verify.c (verify_jvm_instructions):  On an array load, allow
16335         and handle top of stack to be TYPE_NULL.
16336
16337         * gjavah.c (generate_access):  Translate Java package private or
16338         protected access to C++ public, but with a comment.
16339
16340 1999-01-13  Andrew Haley  <aph@cygnus.com>
16341
16342         * expr.c (generate_name): Name prefix changed to avoid clashes
16343         with assembler temp labels.
16344
16345         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
16346         MODIFY_EXPR.  Without this, code for the assignment may not be
16347         generated at all and the synchronized statement will read an
16348         uninitialized variable.
16349
16350 1999-01-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16351
16352         * class.c (maybe_layout_super_class): Fixed returned value.
16353         * lex.c: Added 1999 to the copyright.
16354         (java_init_lex): Initialize java_lang_imported.
16355         * lex.h: Added 1999 to the copyright.
16356         * parse.h: Added 1999 to the copyright.
16357         (REGISTER_IMPORT): Fixed typo in trailing macro.
16358         (CURRENT_OSB): New macro.
16359         (struct parser_ctxt): New fields osb_depth, osb_limit.
16360         * parse.y (java_lang_id): New global variable.
16361         (type_import_on_demand_declaration): Don't import java.lang.* twice.
16362         (array_creation_expression:): Use CURRENT_OSB.
16363         (dims:): Uses a stack to keep track of array dimensions.
16364         (cast_expression:): Use CURRENT_OSB.
16365         (find_expr_with_wfl): Return NULL if node found doesn't meet the
16366         conditions.
16367         (register_fields): Fixed typos in comment.
16368         (check_method_redefinition): Fixed comment indentation.
16369         (java_check_regular_methods): Set saved found wfl to NULL after
16370         having reinstalled it in the previously found DECL_NAME.
16371
16372 1999-01-10  Richard Henderson  <rth@cygnus.com>
16373
16374         * gjavah.c (java_float_finite): Use a union to do type punning.
16375         (java_double_finite): Likewise.
16376
16377 1999-01-09  Per Bothner  <bothner@cygnus.com>
16378
16379         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
16380         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
16381         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
16382         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
16383         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
16384         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
16385
16386 1999-01-08  Per Bothner  <bothner@cygnus.com>
16387
16388         * check-init.c (check_init):  If compiling to native, we don't
16389         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
16390
16391 1999-01-08  Tom Tromey  <tromey@cygnus.com>
16392
16393         * parse-scan.y (variable_declarator_id): Set or increment
16394         bracket_count.
16395         (bracket_count): New global.
16396         (formal_parameter): Handle case where bracket pairs trail variable
16397         declarator id.
16398
16399 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
16400
16401         * jcf-parse.c (yyparse): variable len changed from a char to an
16402         int to prevent overflow.
16403
16404 1999-01-06  Per Bothner  <bothner@cygnus.com>
16405
16406         * java-tree.h:  Declare read_class.
16407         * jcf-parse.c (read_class):  New function.
16408         (load_class):  Now just call read_class.
16409
16410         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
16411         * jcf-parse.c (parse_source_file):  Declare save_error_count,
16412         which is needed by java_parse_abort_on_error macro,
16413         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
16414
16415         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
16416         constructor, if initializing a static field.
16417         (patch_new_array_init):  Set TREE_CONSTANT if it is.
16418         * expr.c (java_lang_expand_expr):  For a static array constructor
16419         of primitive elements, allocate the array itself statically.
16420         Disabled until we can set the vtable field statically.
16421
16422         * check-init.c:  New file.  Checks for definite assignment.
16423         * Makefile.in (JAVA_OBJS):  Add check-init.o.
16424         * parse.y (java_complete_expand_method): Call check_for_initialization.
16425         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
16426
16427 1999-01-06  Graham <grahams@rcp.co.uk>
16428
16429         * parse.y : include system.h instead of including
16430         standard headers directly with the exception of <dirent.h>.
16431
16432 1999-01-06  Per Bothner  <bothner@cygnus.com>
16433
16434         * lex.h:  Moved static function declarations to lex.c,
16435         to shut up some -Wall warnings.
16436         * lex.c:  Static function declarations moved here.
16437         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
16438
16439 1999-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16440
16441         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
16442
16443 1998-12-22  Per Bothner  <bothner@cygnus.com>
16444
16445         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
16446         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
16447
16448         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
16449         (localvar_alloc):  Change return type to void,
16450         (emit_unop):  Remove unused variable size.
16451
16452         * jcf-write.c (struct jcf_block):  Add new union.
16453         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
16454         (call_cleanups):  New functions.
16455         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
16456         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
16457         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
16458         * lang.c (lang_init):  Call using_eh_for_cleanups.
16459         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
16460         completing operands to patch_synchronized_statement.
16461         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
16462         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
16463         WITH_CLEANUP_EXPR instead of TRY_EXPR.
16464
16465 1998-12-20  John F. Carr  <jfc@mit.edu>
16466
16467         * Make-lang.in: Comment out control-Ls; they upset some makes.
16468
16469 1998-12-18  Tom Tromey  <tromey@cygnus.com>
16470
16471         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
16472         consistently.
16473
16474 1998-12-17  Tom Tromey  <tromey@cygnus.com>
16475
16476         * parse.y (DIR_SEPARATOR): New define.
16477         (check_class_interface_creation): Use it.
16478
16479         * parse-scan.y (report_main_declaration): Recognize
16480         `java.lang.String' in argument to main.
16481
16482 1998-12-16  Per Bothner  <bothner@cygnus.com>
16483
16484         * parse.y (create_interface):  Remove bogus test.
16485
16486 1998-12-16  Per Bothner  <bothner@cygnus.com>
16487
16488         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
16489         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
16490
16491 1998-12-16  Tom Tromey  <tromey@cygnus.com>
16492
16493         * parse-scan.y (qualified_name): Use correct sprintf format.
16494
16495 1998-12-15  Tom Tromey  <tromey@cygnus.com>
16496
16497         * gjavah.c (print_field_info): Changed how most negative number is
16498         printed.
16499
16500 1998-12-14  Per Bothner  <bothner@cygnus.com>
16501
16502         * parse.y (fold_constant_for_init):  New function.
16503         (resolve_expression_name):  Don't replace static final
16504         constant-initialized fields by its value.
16505         (java_complete_lhs):  New.  Same as java_complete_tree, except does
16506         not replace static final constant-initialized fields by their values.
16507         (register_fields):  If there is an initializer, set DECL_INITIAL and
16508         MODIFY_EXPR_FROM_INITIALIZATION_P.
16509         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
16510         Only call patch_initialized_static_field if
16511         MODIFY_EXPR_FROM_INITIALIZATION_P.
16512         (patch_initialized_static_field):  If not valid constant, clear
16513         DECL_INITIAL.
16514
16515         * parse.y (lookup_field_wrapper):  Fix thinko.
16516
16517         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
16518         set and restore global lineno.
16519
16520 1998-12-14  Tom Tromey  <tromey@cygnus.com>
16521
16522         * gjavah.c (print_field_info): If value to print is the smallest
16523         value of its size, then print as hex to avoid later warnings from
16524         C++ compiler.
16525
16526 1998-12-14  Tom Tromey  <tromey@cygnus.com>
16527
16528         * gjavah.c (decompile_method): Decompile `return null'.
16529         (process_file): Generate `#pragma interface'.
16530         (method_declared): New global.
16531         (print_method_info): Set it.
16532         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
16533         (print_method_info): Handle abstract methods.
16534
16535 1998-12-13  Per Bothner  <bothner@cygnus.com>
16536
16537         * parse.y (patch_method_invocation):  If class_decl is null
16538         (e.g. an array type), use original type.
16539
16540         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
16541         errors about uncaught exception from clone (of array, specifically).
16542
16543 1998-12-13  Tom Tromey  <tromey@cygnus.com>
16544
16545         * gjavah.c (decompile_method): Handle all types of `return'
16546         opcode.  Decompile `return this' and `return'.
16547         (method_access): New global.
16548         (print_method_info): Set it.
16549         (decompile_method): Don't decompile a synchronized method.
16550
16551 1998-12-13  Tom Tromey  <tromey@cygnus.com>
16552
16553         * jcf-reader.c (jcf_parse_one_method): Recognize
16554         HANDLE_END_METHOD.
16555         * gjavah.c (HANDLE_END_METHOD): New macro.
16556         (HANDLE_CODE_ATTRIBUTE): New macro.
16557         (decompile_method): New function.
16558         (print_method_info): Don't print `;\n' at end of function decl.
16559         Include java-opcodes.h.
16560         (decompiled): New global.
16561
16562 1998-12-12  Per Bothner  <bothner@cygnus.com>
16563
16564         * class.c (build_class_ref):  Handle PRIMTYPE.class if
16565         flag_emit_class_files.
16566         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
16567         if flag_emit_class_files.
16568         * parse.y (java_complete_tree):  Pre-liminary support for
16569         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
16570
16571         * parse.y (patch_synchronized_statement):   Don't call monitorexit
16572         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
16573
16574         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
16575
16576         * zipfile.h (opendir_in_zip):  New declaration.
16577         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
16578         (opendir_in_zip):  New function, using code from open_in_zip.
16579         (open_in_zip):  Call opendir_in_zip.
16580         (find_class):  Remove no-longer-used do_class_file parameter,
16581         but add source_ok parameter.  Change logic so if we find a .java file,
16582         we don't look for .class in later classpath emtries.
16583         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
16584         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
16585         * gjavah.c: Update call to find_class.
16586         * jcf-dump.c:  Likewise.
16587
16588         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
16589         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
16590         nothing if body is empty_stmt_node.
16591         Various little fixes so SP gets correctly adjusted.
16592         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
16593         For CALL_EXPR, test if static first.
16594         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
16595         such as the ones we create for Object and Class.
16596         Set and restore current_function_decl.
16597         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
16598         (note_possible_classname):  New function.
16599         (read_import_entry):  Removed.  Merged with read_import_dir.
16600         (read_import_dir):  Don't call find_class - that only gives us
16601         the first classpath entry having the needed package.
16602         Use the struct buffer data structure from buffer.h.
16603         (read_import_dir, find_in_imports_on_demand):  The remembered
16604         class names now use '.' (not '/') as package separator.
16605
16606         * parse.y (java_complete_expand_methods):  Call write_classfile
16607         here, and not in java_expand_classes (which only gets first class).
16608
16609 1998-12-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16610
16611         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
16612         (register_fields):  If a static fields has an initializer, just
16613         chain it on ctxp->static_initialized, and handle later.
16614         (java_complete_expand_methods):  Force <clinit> first.
16615         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
16616         - it's already been completed.
16617         (patch_initialized_static_field):  New function.
16618         (java_complete_field):  Call it.
16619
16620 1998-12-12  Per Bothner  <bothner@cygnus.com>
16621
16622         * expr.c (encode_newarray_type, build_new_array):  New functions.
16623         * java-tree.h:  Declare build_new_array.
16624         * jcf-write.c (patch_newarray):  Use build_new_array.
16625
16626         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
16627         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
16628
16629         * parse.y (patch_new_array_init):  Re-organize.
16630         Now is passed the actual array (pointer) type of the value.
16631         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
16632         (patch_array_constructor):  Removed - merged into patch_new_array_init.
16633         (java_complete_tree):  Update patch_new_array_init.
16634
16635         * jcf-write.c (find_constant_index):  New function.
16636         (generate_bytecode_insns):  Use find_constant_index.
16637         (generate_classfile):  Use find_constant_index for ConstantValue.
16638
16639 1998-12-11  Tom Tromey  <tromey@cygnus.com>
16640
16641         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
16642         * decl.c (init_decl_processing): Renamed dtable -> vtable.
16643         * class.c (make_class_data): Renamed dtable -> vtable, and
16644         dtable_method_count -> vtable_method_count.
16645
16646 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16647
16648         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
16649         global variables, initialized.
16650         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
16651         Declared new global variables.
16652         * lex.c (java_lex): Return long_zero_node, float_zero_node,
16653         double_zero_node, integer_zero_node upon direct matching.
16654         * parse.y (purify_type_name): Added function prototype.
16655         (duplicate_declaration_error_p): Consider new_type as potentially
16656         being a incomplete type. Use purify_type_name on type string.
16657         (method_header): saved_type: unused variable removed. Don't figure
16658         return type if method name is invalid.
16659         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
16660         processed by patch_unaryop.
16661         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
16662         increment/decrement node into its original type after binary
16663         numeric promotion on its operands.
16664
16665 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16666
16667         * parse.y (array_initializer:): Array init operand is NULL_TREE
16668         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
16669         now an error. Fixed indentation problems.
16670         (patch_string): Handle error_mark_node as an argument.
16671         (patch_new_array_init): Fixed indentation problems.
16672         (array_constructor_check_entry): Removed check on null wfl_value.
16673         Return an error if wfl_value's walk returns an error.
16674
16675 1998-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16676
16677         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
16678         * lex.c (java_lex): Remember column position before advancing one
16679         token. Retain location information on OCB_TK.
16680         * lex.h (typedef struct java_lc): Added new field.
16681         * parse.h (GET_SKIP_TYPE): New macro.
16682         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
16683         * parse.y (build_new_array_init, patch_new_array_init,
16684         patch_array_constructor, maybe_build_array_element_wfl,
16685         array_constructor_check_entry): New function prototypes.
16686         (switch_block:): Tagged <node>.
16687         (OCB_TK): Tagged <operator>.
16688         (array_initializer:): Installed actions.
16689         (variable_initializer): Build location information on element if
16690         necessary.
16691         (switch_statement:): Fixed indentation typo.
16692         (switch_block:): Redefined default action.
16693         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
16694         (patch_assignment): Removed duplicate code.
16695         (maybe_build_array_element_wfl, build_new_array_init,
16696         patch_new_array_init, patch_array_constructor,
16697         array_constructor_check_entry): New functions.
16698
16699 1998-12-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16700
16701         * parse.y (array_initializer): Tagged <node>.
16702         (variable_initializer:): Use default rule.
16703         (array_initializer:): Defined actions.
16704         (variable_initializers:): Likewise.
16705         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
16706         non-static field accesses.
16707         (patch_invoke): Fixed indentation typo.
16708         (java_complete_tree): Likewise.
16709         (build_labeled_block): Changed leading comment. Generate an error
16710         in case of duplicate loop labels.
16711         (patch_conditional_expr): Patch results of string concatenation
16712         operations.
16713
16714 1998-12-06  Per Bothner  <bothner@cygnus.com>
16715
16716         * constants.c (find_methodref_index):  When the class is an interface,
16717         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
16718
16719         * decl.c (finit_identifier_node):  Use "$finit$", rather than
16720         "<finit>" (which Sun's verifier rejects).
16721         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
16722         (generate_field_initialization_code):  Removed.
16723         (fix_constructors)  Don't add call to $finit$ here (wrong order).
16724         (patch_method_invocation):  Add $finit$ call here.
16725
16726         * java-tree.h (CALL_USING_SUPER):  New macro.
16727         * parse.y (patch_invoke):  Remove im local variable.
16728         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
16729         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter.
16730         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
16731
16732         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
16733
16734         * parse.y (java_complete_tree):  Don't complain about unreachable
16735         statement if it is empty_stmt_node.
16736
16737         * jcf-write.c (find_constant_wide):  New function.
16738         (push_long_const):  Use find_constant_wide.
16739
16740         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
16741         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
16742         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
16743         Emit invokeinterface when calling an interface method.
16744         Emit invokespecial also when calling super or private methods.
16745
16746         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
16747
16748 1998-12-06  Per Bothner  <bothner@cygnus.com>
16749
16750         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
16751
16752 1998-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16753
16754         * java-tree.h (java_layout_seen_class_methods): New function
16755         prototype.
16756         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
16757         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
16758         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
16759         * parse.y (method_declarator:): Defined action.
16760         (issue_warning_error_from_context): input_filename saved, set to
16761         the appropriate value and restored after java_error is called.
16762         (build_unresolved_array_type): Fixed comment.
16763         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
16764         (method_header): Deal with return type the same way type are
16765         handled for fields and method's parameters and local variables
16766         types are handled.
16767         (check_method_redefinition): Removed extra CR.
16768         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
16769         (java_layout_seen_class_methods): New function.
16770         (java_layout_classes): Call java_layout_seen_class_methods.
16771
16772 1998-12-03  Per Bothner  <bothner@cygnus.com>
16773
16774         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
16775
16776 1998-12-03  Per Bothner  <bothner@cygnus.com>
16777
16778         * jcf-dump.c (main):  Fix error message.
16779         * jcf-path.c (add_entry):  Style fix.
16780
16781 1998-12-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16782
16783         * class.c (layout_class_method): Call build_java_argument_signature
16784         on constructors too.
16785         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
16786         (patch_method_invocation): Define a primary when resolving an
16787         expression name. Augmented comment on code checking illegal `this'
16788         usage. Loosened it test by accepting NEW_CLASS_EXPR.
16789
16790 1998-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16791
16792         * class.c (layout_class_method): Don't report error on non-static
16793         overriding static if the method is private.
16794         * java-tree.h (finish_class): Prototype added.
16795         * lex.c (java_get_line_col): Handle col argument -2 value.
16796         * parse.h: All static method declarations moved to parse.y.
16797         * parse.y: Now contains all static method declarations previously
16798         found in parse.h.
16799         (find_expr_with_wfl, missing_return_error,
16800         unreachable_stmt_error): New functions.
16801         (java_get_real_method_name): Identify constructors bearing class
16802         names in source code compiled classes only.
16803         (java_complete_expand_methods): Call missing_return_error.
16804         (invocation_mode): Private methods invoked as static methods.
16805         (java_complete_tree): Call unreachable_stmt_error.
16806
16807 1998-12-01  Tom Tromey  <tromey@cygnus.com>
16808
16809         * Makefile.in (+target): Removed.
16810         (+xmake_file): Likewise.
16811         (+tmake_file): Likewise.
16812         (.NOEXPORT): Removed duplicate.
16813
16814 1998-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16815
16816         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
16817
16818         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
16819
16820         * jvgenmain.c: Remove the xmalloc prototype, we get it from
16821         libiberty.h.  Provide an xmalloc definition.
16822
16823         * jvspec.c: Remove the xmalloc prototype.
16824
16825         * parse-scan.y: Include config.h and system.h.  Don't include
16826         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
16827         Provide an xstrdup definition.
16828
16829 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
16830
16831         * jcf-path.c (add_entry): Recognize ".jar" too.
16832         * lang-specs.h: Likewise.
16833
16834 1998-11-26  Per Bothner  <bothner@cygnus.com>
16835
16836         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
16837         soft_monitorenter_node, soft_monitorexit_node, throw_node.
16838
16839         * jcf-write.c (generate_bytecode_insns):
16840         Handle pre/post-increment/decrement of long.
16841
16842         * jcf-write.c (generate_bytecode_insns):
16843         Handle missing exception handler (finally for synchronized).
16844
16845 1998-11-25  Per Bothner  <bothner@cygnus.com>
16846
16847         * java-tree.h (end_params_node):  Declare global.
16848         * decl.c (end_params_node):  New global.
16849         (init_decl_processing, start_java_method):  Use end_params_node for
16850         end of list of parameter types.  Follows correct gcc conventions.
16851         * expr.c (pop_argument_types, pop_arguments):  Likewise.
16852         * lang.c (put_decl_node):  Likewise.
16853         * typeck.c (various places):  Likewise.
16854         * class.y (various places):  Likewise.
16855         * parse.y (various places):  Likewise.
16856
16857         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
16858         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
16859
16860         * class.c:  Add #include flags.h, remove no-longer needed declaration.
16861
16862         * class.c (layout_class_method):  Remove commented-out code, re-format.
16863         Don't add vtable entry (or index) for private methods.
16864         * expr.c (expand_invoke):  A private method is implicitly final.
16865         * class.c (make_class_data):  If inlining or optimizing,
16866         skip private methods.
16867
16868         * class.c (finish_class):  New function.  Calls existing methods,
16869         but alls emits deferred inline functions.
16870         * jcf-parse.c (parse_class_file):  Call finish_class.
16871         * parse.y (java_complete_expand_methods):  Likewise.
16872
16873         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
16874
16875         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
16876
16877 1998-11-25  Marc Espie <espie@quatramaran.ens.fr>
16878
16879         * jcf-write.c (generate_bytecode_conditional): Fix typo.
16880
16881 1998-11-24  Per Bothner  <bothner@cygnus.com>
16882
16883         * (generate_classfile): Always write class access flag with
16884         ACC_SUPER set.
16885
16886 1998-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16887
16888         * class.c (maybe_layout_super_class): New function.
16889         (layout_class): Reorganized. Loop on class methods dispatched into
16890         a new function. Call maybe_layout_super_class.
16891         (layout_class_methods, layout_class_method): New functions.
16892         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
16893         class.
16894         (expand_invoke): Likewise.
16895         * java-tree.h (all_class_list): New global variable declared.
16896         (layout_class_methods, layout_class_method): New function
16897         prototypes.
16898         (LAYOUT_SEEN_CLASS_METHODS): New macro.
16899         * jcf-parse.c (all_class_list): New global variable.
16900         (load_class): Extended what class_or_name can be. Use parser
16901         context mechanism to save globals before calling jcf_parse.
16902         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
16903         is set on the file name.
16904         (jcf_parse): Layout class methods when Object is loaded, otherwise
16905         record class in all_class_list for delayed method layout.
16906         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
16907         * lang.c (put_decl_node): Decode <init> into the decl context
16908         class name.
16909         * lex.c (java_allocate_new_line): Use xmalloc.
16910         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
16911         pointers, not TREE_LIST elements.
16912         (struct parser_ctxt): Fixed comment indentations, added comments
16913         and reordered some fields.
16914         (java_check_methods): Function prototype removed.
16915         * parse.y (java_push_parser_context): Use xmalloc.
16916         (java_parser_context_restore_global): Pop extra pushed ctxp only
16917         when there's nothing next.
16918         (maybe_create_class_interface_decl): Fixed comment, add new
16919         created class decl to all_class_list.
16920         (method_header): Use GET_REAL_TYPE on argument's types.
16921         (method_declarator): Use GET_REAL_TYPE, change type to the real
16922         type in TREE_LIST dependency node. Build argument list with the
16923         real type.
16924         (create_jdep_list): Use xmalloc. Removed allocation error message.
16925         (obtain_incomplete_type): Fixed leading comment. Broadened
16926         incoming argument meaning.
16927         (register_incomplete_type): Use xmalloc. Removed allocation error
16928         message.
16929         (safe_layout_class): Fixed leading comment.
16930         (jdep_resolve_class): Reversed if statement condition and switch
16931         if and else bodies.
16932         (resolve_and_layout): Fixed leading comment. Broadened incoming
16933         argument meaning.
16934         (complete_class_report_errors): New local variable name, for
16935         clarity. purify_type_name used for all error cases.
16936         (java_get_real_method_name): Stricter check on constructors.
16937         (java_check_regular_methods): Reverse methods list only if not
16938         already laid out. Layout artificial constructor.
16939         (java_check_methods): Deleted.
16940         (source_start_java_method): Obtain incomplete type for patchable
16941         method arguments.
16942         (java_layout_classes): Fixed leading comment. Use
16943         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
16944         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
16945         before returning. Fixed comments.
16946         (java_expand_classes): Check for errors up front.
16947         (patch_method_invocation): Class to search is resolved and laid
16948         out.
16949
16950 1998-11-24  Per Bothner  <bothner@cygnus.com>
16951
16952         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
16953
16954         * javaop.h (int8):  Removed - not used.
16955         (jbyte):  Redefine portably with correct signedness.
16956
16957         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
16958
16959         * jcf-write.c (generate_bytecode_insns):  Fix typo
16960         OPCODE_getstatic to OPCODE_getfield.
16961
16962         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
16963         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
16964         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
16965
16966 1998-11-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16967
16968         * jcf-parse.c (jcf_parse_source): Function returned type is
16969         void. Added prototype.
16970         (jcf_parse): Function returned type is void.
16971         (yyparse): Remove call to fclose on the last parsed file.
16972
16973         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
16974
16975 1998-11-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
16976
16977         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
16978         (layout_class): Cope with methods featuring WFL in decl names.
16979         * decl.c (unqualified_object_id_node): New global variable,
16980         initialized.
16981         (build_decl_no_layout): Removed.
16982         * expr.c (build_primtype_type_ref): Handle Double.
16983         (java_lang_expand_expr): Fixed indentations.
16984         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
16985         (flag_wall, flag_redundant, flag_not_overriding,
16986         flag_static_local_jdk1_1, unqualified_object_id_node): Global
16987         variable declarations.
16988         (build_decl_no_layout): Removed prototype.
16989         (java_get_real_method_name): Added prototype.
16990         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
16991         (java_parse_abort_on_error): Macro now just returns.
16992         * jcf-parse.c (jcf_parse_source): Check fclose returned
16993         value. Call emit_register_classes if java_report_errors returns
16994         zero.
16995         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
16996         flag_static_local_jdk1_1): New integer flags.
16997         (lang_decode_option): New flags set here.
16998         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
16999         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
17000         the flag_redundant variable.
17001         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
17002         when parsing java.lang.Object class.
17003         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
17004         NULL_TREE to build.
17005         (resolve_qualified_expression_name): Fixed indentation.
17006         (patch_array_ref): Changed prototype.
17007         (not_initialized_as_it_should_p): Prototype removed.
17008         (java_report_errors): Added function prototype.
17009         * parse.y (formal_parameter:): Changed error message for not yet
17010         supported final parameters.
17011         (class_type_list:): Set both PURPOSE and VALUE of created
17012         TREE_LIST to be class_type.
17013         (primary_no_new_array:): Handle class literals on primitive types.
17014         (parse_warning_context): Reinstalled correct force_error and
17015         do_warning flags setups.
17016         (java_report_errors): Changed prototype. Return java_error_count
17017         value.
17018         (variable_redefinition_error): Consider treating variable type as
17019         a fake pointer.
17020         (create_interface): Warn about redundant abstract modifier if
17021         flag_redundant is set. Changed error message.
17022         (lookup_field_wrapper): Save/restore globals before/after looking
17023         up field.
17024         (duplicate_declaration_error_p): Consider treating declaration
17025         type as a fake pointer.
17026         (register_fields): Extract real type from dependency node. Check
17027         for duplicate field declaration after type adjustment. Use
17028         DECL_INITIAL to store static final initialized values.
17029         (method_header): Extract real function type from dependency node.
17030         (check_abstract_method_header): Use GET_METHOD_NAME.
17031         (obtain_incomplete_type): Layout fake pointer type.
17032         (safe_layout_class): Don't try to check for methods before layout.
17033         (java_complete_class): Don't check for correct throws clause
17034         elements inheritance here.
17035         (resolve_and_layout): Broadened name parameter meaning.
17036         (reset_method_name): Use GET_METHOD_NAME.
17037         (java_get_real_method_name): New function.
17038         (java_check_regular_methods): Don't check methods in
17039         java.lang.Object.  Verify lineage of throws clause elements. Use
17040         flag_no_overriding in warning report.
17041         (check_throws_clauses): Don't check if class was from
17042         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
17043         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
17044         (declare_local_variables): Use flag_static_local_jdk1_1 to report
17045         warning on unsupported final local variables. Use build_decl
17046         instead of build_decl_no_layout. Get real local variable type from
17047         dependency node.
17048         (source_start_java_method): Get real parameter type from
17049         dependency node. Call build_decl instead of build_decl_no_layout.
17050         (java_layout_classes): Reverse tree and layout type and class as
17051         required. Mark class as loaded when done.
17052         (resolve_field_access): Fixed indentation. Restricted condition
17053         leading to static field access code generation. Set field_type
17054         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
17055         (resolve_qualified_expression_name): Initialize type_found to
17056         null. Handle static field resolved during qualification. Fixed
17057         layout on non primitive field decl types.
17058         (not_accessible_p): Fixed typo in comment.
17059         (patch_method_invocation): Resolve and layout class to search from
17060         type.
17061         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
17062         layout non primitive type, if necessary. Make method node only to
17063         report errors.
17064         (find_applicable_accessible_methods_list): Consider WFL'ed method
17065         decl names. Fixed indentation.
17066         (argument_types_convertible): Resolve and layout target type if
17067         necessary.
17068         (java_complete_tree): Fixed indentation problems. Rewrote
17069         CALL_EXPR thrown exceptions check. Re-installed further processing
17070         of the assignment in certain cases.
17071         (patch_assignment): Call maybe_build_primttype_type_ref to perform
17072         inlining on class literals.
17073         (valid_builtin_assignconv_identity_widening_p): Cope with constant
17074         0 literal.
17075         (valid_method_invocation_conversion_p): Likewise.
17076         (patch_string): Temporary disable forbidden use of `this' in
17077         explicit constructor invocations when doing string concatenation
17078         within their scope.
17079         (patch_unaryop): Added comment. Reinstalled code to disable
17080         further check on assignment operation with cast expression RHS.
17081         (patch_switch_statement): Fixed indentation.
17082         (build_try_statement): Call build_decl instead of
17083         build_decl_no_layout.
17084         (patch_synchronized_statement): Likewise.
17085         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
17086         IS_UNCHECKED_EXPRESSION_P.
17087         (check_thrown_exceptions_do): Changed leading comment. Resolve and
17088         layout argument exception type.
17089         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
17090         of IS_UNCHECKED_EXPRESSION_P.
17091
17092 1998-11-18  Anthony Green  <green@cygnus.com>
17093
17094         * jcf-parse.c (yyparse): Open class file in binary mode.
17095
17096 1998-11-15  Per Bothner  <bothner@cygnus.com>
17097
17098         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
17099
17100         * jcf-write.c (perform_relocations):  Move check out one loop.
17101
17102 1998-11-15  Anthony Green  <green@hoser.cygnus.com>
17103
17104         * Make-lang.in: Fix reference to srcdir.
17105         * jv-scan.c: Add missing xmalloc prototype.
17106         * jvgenmain.c: Ditto.
17107
17108 1998-11-15  Per Bothner  <bothner@cygnus.com>
17109
17110         * decl.c (error_mark_node), java-tree.h:  New global.
17111         * parse.y:  Use empty_stmt_node instead of size_zero_node.
17112         (build_if_else_statement):  If missing else, use empty_stmt_node.
17113
17114         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
17115         (java_complete_expand_method):  Complain if return is missing.
17116         (java_check_regular_methods):  Comment out incorrect error check.
17117         (not_accessible_p):  Fix incorrect handling of protected methods.
17118         (patch_method_invocation):  Pass correct context to not_accessible_p.
17119         (find_applicable_accessible_methods_list):  Likewise.
17120         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
17121         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
17122         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
17123         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
17124
17125         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
17126         (push_int_const):  Remove reundant NOTE_PUSH.
17127         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
17128         (- case SWITCH_EXPR):  Fix code generation bug.
17129         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
17130         (generate_classfile):  More robust for abstract methods.
17131
17132 1998-11-15  Anthony Green  <green@cygnus.com>
17133
17134         * Makefile.in: jv-scan and jvgenmain all require libiberty.
17135         * Make-lang.in: Ditto.
17136
17137         * jv-scan.c: Remove xmalloc and xstrdup definitions.
17138         * jvgenmain: Ditto.
17139
17140 1998-11-15  Per Bothner  <bothner@cygnus.com>
17141
17142         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
17143
17144         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
17145
17146 1998-11-14  Per Bothner  <bothner@cygnus.com>
17147
17148         Allow uses of interface types to verify.  This is not really
17149         type-safe, but it matches what Sun does, and is OK as long as
17150         there are appropriate run-time checks.
17151         * verify.c (merge_types):  If merging two interface types,
17152         just set the result to java.lang.Object.
17153         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
17154
17155 1998-11-13  Tom Tromey  <tromey@cygnus.com>
17156
17157         * gjavah.c (main): Handle --output-class-directory argument.
17158         * jvspec.c (lang_specific_driver): Translate `-d' into
17159         -foutput-class-dir.
17160         * jcf.h (jcf_write_base_directory): Declare.
17161         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
17162         * lang-options.h: Mention -foutput-class-dir.
17163         * jcf-write.c (jcf_write_base_directory): New global.
17164         (make_class_file_name): Put generated .class file into `-d'
17165         directory, or into source directory if -d not given.  Function now
17166         static.
17167         (write_classfile): Free class file name.  Handle case where class
17168         file name is NULL.
17169         (DIR_SEPARATOR): New macro.
17170         Include <sys/stat.h>
17171
17172         * Makefile.in (prefix): New macro.
17173
17174 1998-11-12  Per Bothner  <bothner@cygnus.com>
17175
17176         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
17177         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
17178         here (done in patch_invoke instead).
17179         (case_identity):  Moved here from parse.y.
17180
17181         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
17182         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
17183         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
17184         so they can be efficiently scanned without recursion.
17185         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
17186         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
17187         in BLOCK iteratively, rather than recursively.
17188
17189         * parse.y (do_unary_numeric_promotion):  New function.
17190         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
17191
17192         * parse.y (patch_newarray):  Various fixes.
17193
17194         Re-do handling of switch statements (for proper block scoping).
17195         * parse.y:  Add just a single block for the enture switch block,
17196         but don't create any "case blocks".
17197         (group_of_labels):  Rmeoved unneeded non-terminal.
17198         CASE_EXPR and DEFAULT_EXPR are added to current block.
17199         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
17200         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
17201         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
17202         * parse.y (wfl_operator, print_int_node): Make non-static.
17203         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
17204         as part of recursive scan of block.
17205         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
17206         (patch_switch_statement):  Most tests move dinto java_complete_tree.
17207
17208         * parse.y:  Make various production be non-typed (void).
17209         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
17210         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
17211         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
17212
17213         * jcf-write.c (struct jcf_handler):  New type.
17214         (struct jcf_switch_state):  New type.
17215         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
17216         (alloc_handler, emit_unop, emit_reloc):  New functions.
17217         (adjust_typed_op):  Add extra parameter ("max type" offset).
17218         (emit_switch_reloc, emit_case-reloc):  New function.
17219         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
17220         (generate_bytecode_insns):  Support REAL_CST, switch statements,
17221         exception handling, method calls, object/array creation, and more.
17222
17223         * class.c:  Remove some unused variables.
17224         * constants.c (find_string_constant):  New function.
17225         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
17226         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
17227         if flag_emit_class_files.
17228
17229 1998-11-12  Tom Tromey  <tromey@cygnus.com>
17230
17231         * jcf-io.c (find_class): Added explanatory comment.
17232
17233         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
17234         trailing slash to `.zip' entries.
17235
17236         * jvspec.c (lang_specific_driver): Correctly handle case where
17237         GC_NAME not defined.
17238
17239 1998-11-11  Tom Tromey  <tromey@cygnus.com>
17240
17241         * jvspec.c (GC_NAME): New define.
17242         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
17243         if required.
17244         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
17245
17246 1998-11-11  Per Bothner  <bothner@cygnus.com>
17247
17248         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
17249
17250 1998-11-11  Tom Tromey  <tromey@cygnus.com>
17251
17252         * jcf-dump.c (main): Correctly recognize `--'-style long options.
17253
17254 1998-11-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17255
17256         * class.c (is_compiled_class): Call safe_layout_class for class
17257         compiled from source.
17258         * conver.h (convert_to_integer, convert_to_real,
17259         convert_to_pointer): Added prototypes.
17260         * decl.c (init_decl_processing): Non longer push the decls of
17261         `methodtable', `constants', `Class', `Field', `dispatchTable'
17262         `jexception' and `Method'.
17263         * expr.c (build_invokeinterface): New function.
17264         (expand_invoke): static variable CLASS_IDENT now in
17265         build_invokeinterface. Use build_invokeinterface.
17266         (expand_java_field_op): Moved code to inline
17267         java.lang.PRIMTYPE.TYPE into a function.
17268         (build_primtype_type_ref): New function.
17269         * java-tree.def (INSTANCEOF_EXPR): New tree code.
17270         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
17271         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
17272         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
17273         (DECL_LOCAL_STATIC_VALUE): New macro.
17274         (build_invokeinterface, build_primtype_type_ref): New function
17275         prototypes.
17276         (java_parse_abort_on_error): Macro rewritten.
17277         * jcf-parse.c (current_method): Add comment to declaration.
17278         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
17279         Function prototypes fixed.
17280         (jcf_parse_source): push/pop parser context. save/restore global.
17281         (parse_source_file): Fixed leading comment. Now take a
17282         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
17283         classes and pop the parser context anymore.
17284         (yyparse): Push parser context, save globals, parse the source
17285         file, restore globals and pop the parser context when processing a
17286         source file.
17287         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
17288         * lex.c (java_parse_doc_section): New function.
17289         (java_lex): Call java_parse_doc_section when appropriate. Build an
17290         operator around INSTANCEOF_TK.
17291         * lex.h (java_lineterminator, java_sprint_unicode,
17292         java_unicode_2_utf8, java_lex_error, java_store_unicode):
17293         Prototypes rewritten.
17294         (java_parse_escape_sequence, java_letter_or_digit_p,
17295         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
17296         java_read_unicode, java_store_unicode, java_read_char,
17297         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
17298         Added function prototypes.
17299         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
17300         define.
17301         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
17302         New macros
17303         (struct parser_ctxt): New fields: deprecated,
17304         current_parsed_class_un, gclass_list.
17305         (fix_method_argument_names, issue_warning_error_from_context,
17306         resolve_package, lookup_package_type): New function prototypes.
17307         (resolve_expression_name): Fixed function prototype.
17308         (find_applicable_accessible_methods_list): Fixed indentation, added
17309         extra argument in prototype.
17310         (check_final_assignment, build_null_of_type, check_deprecation,
17311         check_method_redefinition, reset_method_name,
17312         java_check_regular_methods, java_check_abstract_methods,
17313         maybe_build_primttype_type_ref): New function prototype.
17314         * parse.y (conver.h): Include.
17315         (INSTANCEOF_TK): Tagged <operator>.
17316         (single_type_import_declaration): Use REGISTER_IMPORT macro.
17317         (relational_expression:): Build binop for instanceof.
17318         (java_push_parser_context): Remember ctxp->gclass_list across
17319         contexts.
17320         (java_pop_parser_context): Simply return if no context
17321         exists. Remember gclass_list across contexts.
17322         (issue_warning_error_from_context): New function.
17323         (parse_error_context): Don't setup ctxp->elc here. Call
17324         issue_warning_error_from_context instead.
17325         (parse_warning_context): Likewise.
17326         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
17327         setup. Link new class/interface to ctxp->gclass_list.
17328         (add_superinterfaces): Register interface as incomplete if not
17329         loaded.
17330         (create_class): Remember class unqualified name in
17331         ctxp->current_parsed_class_un. Check class deprecation.
17332         (register_fields): Check field deprecation. Remember static final
17333         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
17334         processing INIT.
17335         (method_header): New local variable ORIG_ARG. Use unqualified
17336         current class name for check on constructor errors. Promote return
17337         type if of record type. Argument list fix moved in
17338         fix_method_argument_names, called here. Check method deprecation.
17339         (fix_method_argument_names): New function.
17340         (method_declarator): Promote record typed arguments.
17341         (safe_layout_class): Check class methods before layout.
17342         (java_complete_class): Compute field layout when patched.
17343         (do_resolve_class): Try to load class after having it renamed
17344         after the package name.
17345         (get_printable_method_name): Use DECL_CONTEXT.
17346         (reset_method_name): New function.
17347         (check_method_redefinition): Use reset_method_name.
17348         (java_check_regular_methods): New local variable
17349         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
17350         names for error report. Check for compile-time error when method
17351         found has default (package) access.
17352         (java_check_abstract_methods): Now takes an interface DECL node as
17353         an argument. Also reinstall real name on unchecked
17354         overriding/hiding methods for error report.
17355         (java_check_methods): Fixed leading comment. Get classes to verify
17356         from ctxp->gclass_list. Use CHECK_METHODS macro and set
17357         CLASS_METHOD_CHECKED_P on class verification.
17358         (lookup_java_method2): Get real method name if necessary.
17359         (find_in_imports): Don't check package class access here.
17360         (resolve_package, lookup_package_type): New functions.
17361         (java_layout_classes): Fixed leading comment. Take classes to be
17362         laid out from ctxp->gclass_list.
17363         (java_complete_expand_methods): Don't expand native and abstract
17364         methods.
17365         (java_expand_classes): New function.
17366         (resolve_expression_name): Use additional argument ORIG.  Retrieve
17367         values of static final field of primitive types.
17368         (resolve_field_access): Handles static final field of promotive
17369         type.
17370         (resolve_qualified_expression_name): Handle STRING_CST as
17371         primaries and package name resolution. Check deprecation on found
17372         decls. Set where_found and type_found on non static field resolved
17373         during qualification. Layout non primitive field decl types.
17374         (check_deprecation): New function.
17375         (maybe_access_field): Simplified.
17376         (patch_method_invocation_stmt): Local variable CLASS_TYPE
17377         removed. Reverse method's argument when primary is a type. Don't
17378         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
17379         instead. Include abstract class in the list of class searchable
17380         for constructors. Use DECL_CONTEXT of found method for access
17381         checks. Check method deprecation.
17382         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
17383         converting arguments. Handle INVOKE_INTERFACE.
17384         (lookup_method_invoke): Search constructor using existing
17385         infrastructure (don't rely on lookup_java_constructor anymore).
17386         (find_applicable_accessible_methods_list): Extra argument flag
17387         LC. Now include constructor in the search.
17388         (qualify_ambiguous_name): Conditional expression are primaries.
17389         (not_initialized_as_it_should_p): static final are always
17390         initialized.
17391         (java_complete_tree): Pass extra NULL argument to
17392         resolve_expression_name. Stricter test to carry on patching
17393         assignments. New case for INSTANCEOF_EXPR.
17394         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
17395         (check_final_assignment, maybe_build_primttype_type_ref): New
17396         functions.
17397         (patch_assignment): Detect resolved static finals and carry normal
17398         assignment error check on them. Inline PRIMTYPE.TYPE read access.
17399         (try_builtin_assignconv): Access constant 0 on all primitive
17400         types.
17401         (valid_builtin_assignconv_identity_widening_p): Accept identical
17402         types. Accept all promoted type on int type.
17403         (valid_ref_assignconv_cast_p): Accept a null pointer to be
17404         assigned to a reference.
17405         (valid_method_invocation_conversion_p): Accept to check null
17406         pointers.
17407         (build_binop): Merge declaration and initialization of local
17408         variable BINOP.
17409         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
17410         numeric types. Improved validity test for qualify operators on
17411         references.
17412         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
17413         and PREINCREMENT_EXPR. Also detect resolved static finals of a
17414         primitive type and issue the appropriate error message.
17415         (resolve_type_during_patch): Mark class loaded when resolved.
17416         (patch_cast): Allow null to be cased to reference types.
17417         (build_null_of_type): New function.
17418         (patch_array_ref): Handle array on references correctly.
17419         (patch_return): Removed unused local variable MODIFY. Force
17420         boolean to be returned as integers. Allows null to be returned by
17421         a function returning a reference.
17422         * typeck.c (convert_to_integer, convert_to_real,
17423         convert_to_pointer): Prototypes moved to convert.h
17424         (lookup_argument_method): Use method real name, if necessary.
17425
17426 1998-10-30  Tom Tromey  <tromey@cygnus.com>
17427
17428         * class.c (build_class_ref): Changed name of primitive classes to
17429         start with `_Jv_'.
17430
17431         * class.c (make_class_data): Renamed fields: nmethods to
17432         method_count, method_count to dtable_method_count.  Always set
17433         `state' field to 0.
17434         * decl.c (init_decl_processing): Likewise.
17435
17436 1998-10-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17437
17438         * class.c (layout_class): Don't mangle <finit>, produce
17439         __finit<class> instead. Don't verify artificial methods.
17440         * decl.c (finit_identifier_node): New declared global.
17441         (init_decl_processing): finit_identifier_node initialized.
17442         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
17443         * java-tree.h (finit_identifier_node): Declared as extern.
17444         (struct lang_decl): New field called_constructor.
17445         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
17446         (CLASS_HAS_FINIT_P): New macro.
17447         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
17448         explicit constructor invocation.
17449         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
17450         CALL_SUPER_CONSTRUCTOR_P): New macros.
17451         (write_classfile): Added prototype.
17452         * jcf-parse.c (jcf_parse_source): Parse and remember for
17453         generation if the file was seen on the command line.
17454         (parse_source_file): Don't write the class file here.
17455         (yyparse): Loop on files rewritten. Set current_jcf.
17456         (parse_zip_file_entries): Parse class file only if it was found.
17457         * lang.c (init_parse): Don't open command line provided filename
17458         here.
17459         (lang_parse): Don't set main_jcf anymore.
17460         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
17461         (JCONSTRUCTOR_CHECK): New macro.
17462         (JBSC_TYPE_P): New macro.
17463         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
17464         (COMPLETE_CHECK_OP_2): New macro.
17465         (struct parse_ctxt): New field explicit_constructor_p.
17466         (check_class_interface_creation): Fixed prototype indentation.
17467         (patch_method_invocation_stmt): Prototype reflects added argument.
17468         (patch_invoke): Likewise.
17469         (complete_method_declaration, build_super_invocation,
17470         verify_constructor_circularity,
17471         build_this_super_qualified_invocation, get_printable_method_name,
17472         patch_conditional_expr, maybe_generate_finit, fix_constructors,
17473         verify_constructor_super, create_artificial_method,
17474         start_artificial_method_body, end_artificial_method_body,
17475         generate_field_initialization_code): New function prototypes.
17476         * parse.y: Fixed leading comment
17477         (constructor_header:, constructor_body:, block_end:): Rules tagged
17478         <node>.
17479         (type_declaration:): Call maybe_generate_finit.
17480         (method_declaration:): Action for method_body: placed in new
17481         function complete_method_declaration, called here.
17482         (constructor_declaration:): Defined actions. Removed leading
17483         FIXME.
17484         (constructor_header:): New rule with action.
17485         (constructor_body:): Rule rewritten using block_begin: and
17486         block_end:. Defined actions.
17487         (constructor_declarator:, explicit_constructor_invocation:):
17488         Defined actions.
17489         (block:): Use new rules block_begin: block_end:.
17490         (block_begin:, block_end:): New rules and actions.
17491         (block_statements:): Fixed error message for explicit
17492         constructors.
17493         (method_invocation:): Call build_this_super_qualified_invocation
17494         if primary is `this' or `super' was seen.
17495         (conditional_expression:): Action defined.
17496         (extra_ctxp_pushed_p): New static global flag.
17497         (java_parser_context_save_global): Create parser context if
17498         necessary. Use extra_ctxp_pushed_p to remember it.
17499         (java_parser_context_restore_global): Pop extra parser context if
17500         one exists.
17501         (build_array_from_name): Array on primitive types are marked
17502         loaded.
17503         (register_fields): Restore new name in field initializer
17504         expression if type was altered. Non static fields initialized upon
17505         declaration marked initialized.
17506         (maybe_generate_finit): New function.
17507         (maybe_generate_clinit): Use create_artificial_method,
17508         start_artificial_method_body, end_artificial_method_body. Generate
17509         debug info for enclosed initialization statements.
17510         (method_header): Fixed leading comment. Check constructor
17511         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
17512         accordingly.
17513         (complete_method_declaration, constructor_circularity_msg,
17514         verify_constructor_circularity): New functions.
17515         (get_printable_method_name): New function.
17516         (check_method_redefinition): Don't rename <finit> methods. Fix
17517         declared constructor names. Error message for
17518         constructors modified.
17519         (java_check_regular_methods): Local variable seen_constructor
17520         renamed saw_constructor. Skip verification on constructors. Create
17521         default constructor with create_artificial_method.
17522         (java_check_methods): Removed unnecessary empty line.
17523         (create_artificial_method, start_artificial_method_body,
17524         end_artificial_method_body): New functions.
17525         (java_layout_classes): Changed leading comment. Reverse fields
17526         list if necessary. Always layout java.lang.Object if being
17527         defined.
17528         (java_complete_expand_methods): Verify constructor circularity.
17529         (java_complete_expand_method): Call fix_constructor on
17530         constructors.  Local variable no_ac_found removed. Restore
17531         bindings if method body expansion failed.
17532         (fix_constructors, verify_constructor_super,
17533         generate_field_initialization_code): New function.
17534         (java_expand_classes): Fixed leading comment. Write class file
17535         here.
17536         (resolve_expression_name): Check for illegal instance variable
17537         usage within the argument scope of an explicit constructor
17538         invocation.
17539         (resolve_qualified_expression_name): Pass extra from_super flag
17540         when invoking patch_method_invocation_stmt. New case for
17541         conditional expression when used as a primary. Check for error
17542         when acquiring super.
17543         (patch_method_invocation_stmt): Added extra argument super. New
17544         local variable is_static_flag. Set class_to_search according to
17545         the nature of the constructor invocation. Don't add `this'
17546         argument when expanding NEW_CLASS_EXPR. Check for illegal method
17547         invocation within the argument scope of explicit constructor
17548         invocation. Set is_static according to is_static_flag. Provide
17549         extra `super' argument to patch_invoke invocation.
17550         (patch_invoke): New argument from_super. Loop on arguments
17551         indentation fixed. Pass from_super to invocation_mode. New switch
17552         case INVOKE_SUPER. Fixed error message in switch default case.
17553         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
17554         value.
17555         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
17556         (lookup_method_invoke): Fixed prototypes in candidates list. Error
17557         message takes constructors into account.
17558         (find_applicable_accessible_methods_list): Fixed indentation.
17559         (qualify_ambiguous_name): Take explicit constructor invocation
17560         into account. Deal with a conditional expression as a primary to
17561         a method call.
17562         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
17563         case. Added extra argument to patch_method_invocation_stmt.
17564         Register calls made to explicit constructor `this'. Don't call
17565         save_expr in ARRAY_REF case when emitting class files. Check for
17566         illegal use of this when expanding explicit constructor invocation
17567         arguments.
17568         (complete_function_arguments): Set and reset parser context
17569         explicit_constructor_p field value when appropriate.
17570         (build_super_invocation, build_this_super_qualified_invocation):
17571         New functions.
17572         (patch_assignment): Fixed typo.
17573         (patch_unaryop): Check on final fields occurs only when a decl
17574         exits.
17575         (patch_return): Take constructors into account.
17576         (patch_conditional_expr): New function.
17577         * typeck.c (build_java_signature): Removed unnecessary empty line.
17578
17579 1998-10-28  Jeffrey A Law  (law@cygnus.com)
17580
17581         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
17582
17583 1998-10-28  Tom Tromey  <tromey@cygnus.com>
17584
17585         * decl.c (init_decl_processing): Renamed fields.
17586         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
17587         interface_len, msize fields.
17588
17589         * class.c (make_class_data): Removed subclass_head and
17590         subclass_next fields.
17591         * decl.c (init_decl_processing): Removed subclass_head and
17592         subclass_next fields.
17593
17594 1998-10-28  Jeffrey A Law  (law@cygnus.com)
17595
17596         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
17597         * mangle.c (emit_unicode_mangled_name): Similarly.
17598
17599 1998-10-26  Nick Clifton  <nickc@cygnus.com>
17600
17601         * jcf-parse.c (get_constant): Place braces around code to compute
17602         'd' when REAL_ARITHMETIC is not defined.
17603
17604 1998-10-25  H.J. Lu  (hjl@gnu.org)
17605
17606         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
17607         dependency.
17608
17609 1998-10-23  Tom Tromey  <tromey@cygnus.com>
17610
17611         * lang-specs.h: `.zip' files are input to jc1.
17612
17613 1998-10-22  Per Bothner  <bothner@cygnus.com>
17614
17615         * jvspecs.c:  Add (but don't enable) support for combining multiple
17616         .class and .java input filenames to a single jc1 invocation.
17617         Add support for -C flag (copile to .class files).
17618         Translate -classpath and -CLASSPATH arguments.
17619         * lang-specs.h:  Don't set %2 spec.
17620
17621 1998-10-22  Tom Tromey  <tromey@cygnus.com>
17622
17623         * jcf-path.c (add_entry): Don't add trailing separator if entry is
17624         a .zip file.
17625         (add_path): Don't add trailing separator to non-empty path
17626         elements.
17627
17628         * lang.c (lang_decode_option): Check for -fclasspath and
17629         -fCLASSPATH before examining other `-f' options.
17630
17631         * java-tree.h (finalize_identifier_node): Don't declare.
17632         * class.c (make_class_data): Don't push "final" field.
17633         * decl.c (init_decl_processing): Don't push "final" field.
17634         (finalize_identifier_node): Removed.
17635         (init_decl_processing): Don't set finalize_identifier_node.
17636
17637         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
17638
17639 1998-10-11  Anthony Green  <green@cygnus.com>
17640
17641         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
17642         (JV_SCAN_SOURCES): New macro.
17643         (JCF_DUMP_SOURCES): Likewise.
17644         (jcf-dump$(exeext)): New target.
17645         (jv-scan$(exeext)): New target.
17646
17647 1998-10-22  Tom Tromey  <tromey@cygnus.com>
17648
17649         * Makefile.in (LEX): Removed.
17650         (LEXFLAGS): Likewise.
17651         (SET_BISON): New macro.
17652         (BISON): Removed.
17653         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
17654         spurious diffs in parse.c.
17655         ($(PARSE_SCAN_C)): Likewise.
17656         (PARSE_DIR): New macro.
17657         (PARSE_C): Use it.
17658         (PARSE_SCAN_C): Likewise.
17659         (PARSE_RELDIR): New macro.
17660
17661         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
17662
17663         * jcf-io.c (find_class): Use saw_java_source to determine when to
17664         look for `.java' file.
17665         * jcf-parse.c (saw_java_source): New global.
17666         (yyparse): Set it if `.java' file seen.
17667
17668         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
17669         (GCJH_SOURCES): Likewise.
17670         * Makefile.in (datadir): New macro.
17671         (libjava_zip): Likewise.
17672         (JAVA_OBJS): Added jcf-path.o.
17673         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
17674         (../gcjh$(exeext)): Likewise.
17675         (jcf-path.o): New target.
17676         * java-tree.h (fix_classpath): Removed decl.
17677         * jcf-parse.c (fix_classpath): Removed.
17678         (load_class): Don't call fix_classpath.
17679         * parse.y (read_import_dir): Don't call fix_classpath.
17680         * lex.h: Don't mention classpath.
17681         * lex.c (java_init_lex): Don't initialize classpath.
17682         * jcf-io.c (classpath): Removed global.
17683         (find_class): Use jcf_path iteration functions.  Correctly search
17684         class path for .java file.
17685         (open_in_zip): New argument `is_system'.
17686         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
17687         classpath-related options.
17688         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
17689         and -I.
17690         (lang_init): Call jcf_path_init.
17691         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
17692         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
17693         Correctly put braces around second string in each entry.
17694         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
17695         classpath-related options.
17696         (help): Updated for new options.
17697         * jcf.h: Declare functions from jcf-path.c.  Don't mention
17698         `classpath' global.
17699         * jcf-path.c: New file.
17700
17701         * jcf-depend.c: Include jcf.h.
17702
17703         * jcf-write.c (localvar_alloc): Returns `void'.
17704         (localvar_free): Removed unused variable.
17705
17706         * lang.c (OBJECT_SUFFIX): Define if not already defined.
17707         (init_parse): Use OBJECT_SUFFIX, not ".o".
17708
17709 1998-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17710
17711         * class.c (emit_register_classes): Renamed from
17712         emit_register_class.
17713         * java-tree.h (emit_register_classes): Prototype renamed from
17714         emit_register_class.
17715         * jcf-parse.c (yyparse): Call emit_register_classes once before
17716         returning.
17717         * parse.y (java_expand_classes): No longer register classes.
17718
17719 1998-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17720
17721         * class.c (is_compiled_class): New local variable
17722         seen_in_zip. Identify classes found in currently compiled source
17723         file(s).
17724         * decl.c (complete_start_java_method): Fixed typo.
17725         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
17726         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
17727         (CLASS_P): Moved around.
17728         (java_parse_abort_on_error): Macro moved from jcf-parse.c
17729         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
17730         java-tree.h
17731         (jcf_parse_source): Changed leading comment. Removed unnecessary
17732         fclose and CLASS_FROM_SOURCE_P marking.
17733         (parse_source_file): New local variables remember_for_generation
17734         and filename. Mark parsed file name identifier node. Removed block
17735         executed when parse_only was null. Set remember_for_generation.
17736         Use it as an argument to java_pop_parser_context.
17737         (yyparse): New local variables several_files, list, next node and
17738         current_file_list. Split ampersand separated file names into
17739         current_file_list. Iterate through the list and parse accordingly.
17740         * parse.h (java_pop_parser_context): New function prototype.
17741         * parse.y (ctxp_for_generation): New static global variable.
17742         (java_pop_parser_context): New argument generate. Link popped ctxp
17743         to ctxp_for_generation list accordingly.
17744         (java_complete_expand_methods): Fixed indentation.
17745         (java_expand_classes): New function.
17746
17747 1998-10-17  Per Bothner  <bothner@cygnus.com>
17748
17749         * Makefile.in:  Link with libiberty.a instead of memmove.o.
17750
17751 1998-10-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17752
17753         * lex.c (setjmp.h): No longer included.
17754         * lex.h (setjmp.h): Included.
17755         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
17756         (duplicate_declaration_error_p): Renamed from
17757         duplicate_declaration_error.
17758         (build_array_from_name): New function prototype.
17759         * parse.y (setjmp.h): No longer included.
17760         (variable_declarator_id): Define action.
17761         (build_array_from_name): New function.
17762         (duplicate_declaration_error_p): Renamed from
17763         duplicate_declaration_error.  Fixed leading comment.
17764         (register_fields): Main `for' loop reorganized. Uses
17765         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
17766         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
17767         build_array_from_name.
17768         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
17769         types.
17770         (read_import_dir): Don't try to skip `.' and `..'.
17771         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
17772         build_array_from_name. Main `for' loop reorganized.
17773         (resolve_qualified_expression_name): When building access to a
17774         field, use the type where the field was found, not its own type.
17775         (maybe_access_field): Use field DECL_CONTEXT if the type where the
17776         field was found is null.
17777         (qualify_ambiguous_name): Sweep through all successive array
17778         dimensions.
17779
17780 1998-10-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17781
17782         * java-tree.h (pop_labeled_block, lang_printable_name,
17783         maybe_add_interface, set_super_info, get_access_flags_from_decl,
17784         interface_of_p, inherits_from_p, fix_classpath,
17785         complete_start_java_method, emit_handlers, init_outgoing_cpool,
17786         make_class_data, register_class, alloc_name_constant): New
17787         function prototypes.
17788         * lang.c (lang_decode_option): Set argc argument unused. Fixed
17789         indentation. Added cast to remove warning.
17790         (lang_printable_name): Set v argument unused.
17791         (lang_print_error): Added argument to lang_printable_name call.
17792         (java_dummy_print, print_lang_decl, print_lang_type,
17793         print_lang_identifier, lang_print_xnode): All argument marked
17794         unused.
17795         * lex.c (java_unget_unicode): Removed unnecessary argument.
17796         (java_allocate_new_line): Unused local variable is gone.
17797         (java_read_char): Added parenthesis in expressions to remove
17798         warnings.  Added final return statement.
17799         (java_read_unicode): Added parenthesis in expression to remove
17800         warning.
17801         (java_parse_end_comment): Fixed java_unget_unicode invocation.
17802         (java_parse_escape_sequence): Likewise.
17803         (java_lex): Unused local variables are gone. Fixed
17804         java_unget_unicode invocation.
17805         * lex.h (set_float_handler): Prototype added when JC1_LITE not
17806         defined.
17807         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
17808         lang_printable_name invocation in macro.
17809         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
17810         Likewise.
17811         (duplicate_declaration_error): Suppressed unused argument in
17812         prototype.
17813         (identical_subpath_p): Function declaration is gone.
17814         (patch_invoke): Suppressed unused argument in prototype.
17815         (patch_cast, build_labeled_block, check_thrown_exceptions):
17816         Likewise.
17817         * parse.y (setjmp.h): Included
17818         (toplev.h): Likewise.
17819         (field_declaration:): Suppressed unused local
17820         (label_decl:): Fixed build_labeled_block invocation.
17821         (java_pop_parser_context): Put extra parenthesis around assignment
17822         in if.
17823         (yyerror): Suppressed unused local variables.
17824         (variable_redefinition_error): Fixed lang_printable_name
17825         invocation.
17826         (create_interface): Suppressed unused local variables.
17827         (create_class): Likewise.
17828         (duplicate_declaration_error): Suppressed unused argument. Fixed
17829         lang_printable_name invocation.
17830         (register_fields): Suppressed unused local variable. Fixed
17831         duplicate_declaration_error invocation.
17832         (method_header): Suppressed unused local variable.
17833         (method_declarator, parser_check_super): Likewise.
17834         (java_complete_class): Suppressed unused local variable. Fixed
17835         fatal error message.
17836         (complete_class_report_errors): Added default: in switch.
17837         (java_check_regular_methods): Fixed lang_printable_name
17838         invocations.
17839         (check_throws_clauses): Likewise.
17840         (java_check_abstract_methods): Suppressed unused local
17841         variable. Fixed lang_printable_name invocation.
17842         (read_import_entry): Added supplemental return statement.
17843         (read_import_dir): Suppressed unused local variables.
17844         (check_pkg_class_access, declare_local_variables): Likewise.
17845         (source_start_java_method): Suppressed unused extern variable
17846         declarations
17847         (expand_start_java_method): Suppressed unused extern and local
17848         variable declarations.
17849         (java_complete_expand_methods): Likewise.
17850         (java_complete_expand_method): Suppressed unused local variables.
17851         (make_qualified_name): Likewise.
17852         (resolve_qualified_expression_name): Added default: in
17853         switch. Fixed lang_printable_name invocation.
17854         (class_instance_creation_expression): Added parenthesis around
17855         expressions.
17856         (patch_method_invocation_stmt): Fixed lang_printable_name and
17857         patch_invoke invocations.
17858         (check_for_static_method_reference): Fixed lang_printable_name
17859         invocation.
17860         (patch_invoke): Suppressed unused arguments and local variables.
17861         (lookup_method_invoke): Suppressed unused local variables.
17862         (qualify_ambiguous_name): Added default: in switch.
17863         (identical_subpath_p): Function removed.
17864         (patch_assignment): Suppressed unused local variables. Suppressed
17865         unnecessary if statement. Fixed lang_printable_name invocations.
17866         (try_builtin_assignconv): Fixed lang_printable_name invocations.
17867         (valid_ref_assignconv_cast_p): Parenthesis around
17868         expression. Suppressed unused local variables.
17869         (build_binop): Suppressed unused local variables. fixed
17870         lang_printable_name invocations.
17871         (string_constant_concatenation): Suppressed unused local
17872         variables.
17873         (patch_unaryop): Fixed lang_printable_name invocation.
17874         (patch_cast): Suppressed unnecessary argument. Fixed
17875         lang_printable_name invocation.
17876         (patch_array_ref): Fixed lang_printable_name invocation.
17877         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
17878         (build_labeled_block): Suppressed unused argument.
17879         (generate_labeled_block): Fixed build_labeled_block invocation.
17880         (build_loop_body): Suppressed unused local variables.
17881         (patch_loop_statement): Likewise.
17882         (patch_exit): Fixed lang_printable_name invocation.
17883         (patch_switch_statement): Likewise.
17884         (case_identity): First argument marked unused.
17885         (patch_try_statement): Fixed lang_printable_name invocations.
17886         (patch_synchronized_statement, patch_throw_statement): Likewise.
17887         (check_thrown_exceptions): Fixed check_thrown_exceptions and
17888         lang_printable_name invocations.
17889         (check_thrown_exceptions_do): Suppressed unused argument.
17890
17891 1998-10-14  Tom Tromey  <tromey@cygnus.com>
17892
17893         * jcf-write.c (write_classfile): Add output class file as target.
17894         * lang-options.h: Added -MD, -MMD, -M, and -MM.
17895         * jcf.h: Added declarations for dependency-tracking functions.
17896         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
17897         * lang.c (lang_decode_option): Recognize -MD and -MMD.
17898         (finish_parse): Call jcf_dependency_write.
17899         (dependency_tracking): New global.
17900         (DEPEND_SET_FILE): New define.
17901         (DEPEND_ENABLE): New define.
17902         (init_parse): Enable dependency tracking if required.
17903         Include "flags.h".
17904         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
17905         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
17906         (../gcjh$(exeext)): Likewise.
17907         (jcf-depend.o): New target.
17908         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
17909         (GCJH_SOURCES): Likewise.
17910         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
17911         dep_name argument.
17912         (find_classfile): Added dep_name argument.
17913         (find_class): Compute name of dependency.
17914         (open_in_zip): Call jcf_dependency_add_file.
17915         * gjavah.c (output_file): No longer global.
17916         (usage): Don't mention "gjavah".
17917         (help): Likewise.
17918         (java_no_argument): Likewise.
17919         (version): Likewise.
17920         (main): Recognize and handle -M family of options.
17921         (print_mangled_classname): Return is void.
17922         (process_file): Handle case where output is suppressed.
17923         (HANDLE_END_FIELD): Likewise.
17924         (HANDLE_METHOD): Likewise.
17925         * jcf-depend.c: New file.
17926
17927 1998-10-13  Jeffrey A Law  (law@cygnus.com)
17928
17929         * java-tree.def: Add missing newline at EOF.
17930
17931 1998-10-13  Tom Tromey  <tromey@cygnus.com>
17932
17933         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
17934         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
17935         function.
17936         Include <config.h> and "system.h".
17937         (disassemble_method): Undefine RET to avoid clash with
17938         config/i386/i386.h.
17939
17940 1998-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
17941
17942         * decl.c (runtime_exception_type_node, error_exception_type_node):
17943         New global variables.
17944         (init_decl_processing): Initialized.
17945         * expr.c (java_lang_expand_expr): Set caught exception type to
17946         null if catch handler argument doesn't exit.
17947         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
17948         tree codes.
17949         * java-tree.h (runtime_exception_type_node,
17950         error_exception_type_node): Global variables declared.
17951         (DECL_FUNCTION_THROWS): New macro.
17952         (DECL_FUNCTION_BODY): Modified comment.
17953         (DECL_SPECIFIC_COUNT): Likewise.
17954         (struct lang_decl): New field throws_list.
17955         (IS_UNCHECKED_EXPRESSION_P): New macro.
17956         * lex.c (java_lex): Generate location information for THROW_TK.
17957         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
17958         EXCEPTIONS_P): New macros.
17959         (enum jdep_code): New value JDEP_EXCEPTION.
17960         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
17961         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
17962         PATCH_METHOD_RETURN_ERROR): New macros.
17963         (patch_method_invocation_stmt): Added new argument to prototype.
17964         (patch_synchronized_statement, patch_throw_statement,
17965         check_thrown_exceptions, check_thrown_exceptions_do,
17966         purge_unchecked_exceptions, check_throws_clauses): New function
17967         prototypes.
17968         * parse.y Fixed typo in keyword section.
17969         (throw:): Rule tagged <node>.
17970         (THROW_TK): Keyword tagged <operator>.
17971         (method_header:): Last argument to call to method_header passed
17972         from throws: rule.
17973         (throws:, class_type_list:, throw_statement:,
17974         synchronized_statement:, synchronized:): Defined actions.
17975         (method_header): New local variable current. Register exceptions
17976         from throws clause.
17977         (java_complete_tree): Complete and verify exceptions from throws
17978         clause.
17979         (complete_class_report_errors): Error message on exceptions not
17980         found
17981         (java_check_regular_methods): Fixed typo. Shortcut on private
17982         overriding methods. Changed error message on method
17983         redefinition. Check for throws clause compatibility.
17984         (check_throws_clauses): New function.
17985         (java_check_abstract_methods): Use DECL_NAME for wfl or current
17986         method. Changed error message on method redefinition.
17987         (currently_caught_type_list): New static variable.
17988         (java_complete_expand_methods): Purge unchecked exceptions from
17989         throws clause list. Call PUSH_EXCEPTIONS before walk and
17990         POP_EXCEPTIONS after.
17991         (resolve_qualified_expression_name): Pass new argument as NULL to
17992         patch_method_invocation_stmt.
17993         (patch_method_invocation_stmt): New argument ref_decl. Invoke
17994         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
17995         argument list when appropriate. Use new argument if non null to
17996         store selected method decl.
17997         (patch_invoke): Convert if necessary args of builtin types before
17998         forming CALL_EXPR. Argument list no longer reversed here.
17999         (invocation_mode): Treat final methods as static methods.
18000         (java_complete_tree): New cases for THROW_EXPR: and
18001         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
18002         function call.
18003         (complete_function_arguments): No more RECORD_TYPE
18004         conversion. Function parameter nodes no longer saved.
18005         (valid_ref_assignconv_cast_p): Avoid handling null type.
18006         (patch_binop): Fixed null constant reference handling.
18007         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
18008         BUILD_THROW macros.
18009         (patch_try_statement): Fixed comments. Record caught types in
18010         list, push the list, expand try block and pop the list.
18011         (patch_synchronized_statement, patch_throw_statement,
18012         check_thrown_exceptions, check_thrown_exceptions_do,
18013         purge_unchecked_exceptions): New functions.
18014         * typeck.c (lookup_argument_method): Allow WFL in place of method
18015         DECL_NAME during method definition check
18016
18017 1998-10-09  Tom Tromey  <tromey@cygnus.com>
18018
18019         * gjavah.c (decode_signature_piece): New function.
18020         (print_c_decl): Use it.  Added `name_override' argument.
18021         (print_method_info): Use name_override argument to print_c_decl.
18022         (seen_fields): Removed.
18023         (print_field_info): Don't update seen_fields.
18024         (struct method_name): New structure.
18025         (method_name_list): New global.
18026         (print_method_info): Add new method to list of methods.
18027         (name_is_method_p): New function.
18028         (print_field_info): If field name has same name as method, then
18029         change field name.
18030         (process_file): Parse methods before fields.
18031         (field_pass): New global.
18032         (HANDLE_END_FIELD): Take field_pass into account.
18033
18034 1998-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18035
18036         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
18037         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
18038
18039 1998-10-03  Anthony Green  <green@cygnus.com>
18040
18041         * jvspec.c: Fix bug in jvgenmain_spec patch.
18042
18043 1998-10-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18044
18045         * Makefile.in (lang.o:): Install dependency on java-tree.def.
18046         * decl.c (soft_exceptioninfo_call_node): New global variable.
18047         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
18048         takes extra integer argument. soft_exceptioninfo_call_node
18049         initialized.
18050         * except.c (java_set_exception_lang_code): New function
18051         (method_init_exceptions): Called here.
18052         (prepare_eh_table_type): New function.
18053         (expand_end_java_handler): Called here.
18054         * expr.c (build_java_throw_out_of_bounds_exception): Now features
18055         one argument. Modified generation of call to
18056         soft_badarrayindex_node to use new argument.
18057         (build_java_arrayaccess): Pass faulty index value to
18058         build_java_throw_out_of_bounds_exception.
18059         (generate_name): New function.
18060         (java_lang_expand_expr): New local variables node, current,
18061         has_finally_p. Expand TRY_EXPR node.
18062         (process_jvm_instruction): Replace top of the stack with thrown
18063         object reference when entering exception handler.
18064         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
18065         specific tree codes.
18066         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
18067         global.
18068         (DECL_SPECIFIC_COUNT): New macro.
18069         (prepare_eh_table_type, java_set_exception_lang_code,
18070         generate_name): New function declarations.
18071         (match_java_method): Declaration deleted.
18072         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
18073         macros.
18074         * lex.c (TRY_TK, CATCH_TK): Generate location information.
18075         * parse.h (redefinition_error, refine_accessible_methods_list,
18076         can_cast_to_p): Function declaration removed.
18077         (classitf_redefinition_error, variable_redefinition_error,
18078         parse_jdk1_1_error, find_applicable_accessible_methods_list,
18079         find_most_specific_methods_list, argument_types_convertible,
18080         enter_a_block, valid_builtin_assignconv_identity_widening_p,
18081         valid_cast_to_p, valid_method_invocation_conversion_p,
18082         try_reference_assignconv, add_stmt_to_compound,
18083         build_jump_to_finally, build_tree_list, patch_try_statement,
18084         java_get_catch_block): New function declarations.
18085         * parse.y (string_buffer_type): Global variable deleted.
18086         (group_of_labels, catches, catch_clause, catch_clause_parameter,
18087         finally): Rules tagged <node>.
18088         (TRY_TK, CATCH_TK): Token tagged <operator>.
18089         (class_body_declaration:, class_member_declaration:,
18090         formal_parameter:, explicit_constructor_invocation:,
18091         interface_member_declaration:, constant_declaration:,
18092         primary_no_new_array:, class_instance_creation_expression:,
18093         array_creation_expression:): Issue error on unsuported JDK1.1
18094         features.
18095         (try_statement:, catches:, finally:): Define actions.
18096         (catch_clause_parameter): New rule.
18097         (catch_clause:): Use new rule catch_clause_parameter.
18098         (parse_jdk1_1_error): New function.
18099         (redefinition_error): Renamed classitf_redefinition_error.
18100         (variable_redefinition_error): New function.
18101         (check_class_interface_creation): Call
18102         classitf_redefinition_error.
18103         (java_complete_tree): Added error message on JDEP_TYPE: case.
18104         (complete_class_report_errors): Fixed indentation.
18105         (declare_local_variables): Call variable_redefinition_error.
18106         (source_end_java_method): Call java_set_exception_lang_code and
18107         emit_handlers where appropriate.
18108         (java_method_add_stmt): Call add_stmt_to_block.
18109         (add_stmt_to_block): New function.
18110         (lookup_method_invoke): Fixed outside comment. new local variable
18111         candicates.  Call find_applicable_accessible_methods_list and
18112         find_most_specific_methods_list when searching for a
18113         method. Modified error report to list possible candidates when
18114         applicable.
18115         (find_applicable_accessible_methods_list,
18116         find_most_specific_methods_list, argument_types_convertible): New
18117         function.
18118         (refine_accessible_methods_list): Function deleted.
18119         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
18120         expr (if applicable) before calling patch_array_ref.
18121         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
18122         (enter_block): Fixed comment.
18123         (enter_a_block): New function.
18124         (patch_assignment): Reorganized. Call try_reference_assignconv for
18125         references. Call valid_cast_to_p instead of can_cast_to_p.
18126         (try_reference_assignconv,
18127         valid_builtin_assignconv_identity_widening_p): New functions.
18128         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
18129         (valid_cast_to_p, valid_method_invocation_conversion_p): New
18130         functions.
18131         (build_string_concatenation): Don't resolve StringBuffer.
18132         (patch_cast): Fixed inverted arguments.
18133         (patch_array_ref): Code to save array expr deleted. Call
18134         valid_cast_to_p instead of can_cast_to_p.
18135         (generate_labeled_block): Call generate_name.
18136         (build_jump_to_finally, build_try_statement, java_get_catch_block,
18137         patch_try_statement): New functions.
18138         * typeck.c (match_java_method): Function deleted.
18139
18140 1998-10-02  Anthony Green  <green@cygnus.com>
18141
18142         * jvspec.c: jvgenmain_spec uses different temporary file names.
18143
18144 1998-10-02  Anthony Green  <green@cygnus.com>
18145
18146         * jvspec.c (lang_specific_driver): Fail if user specifies
18147         --main= when not linking.
18148
18149 1998-09-28  Tom Tromey  <tromey@cygnus.com>
18150
18151         * class.c (make_class_data): Push value for `thread' field.
18152         * decl.c (init_decl_processing): Added `thread' field to class.
18153
18154         * class.c (add_field): Always make static fields externally
18155         visible.
18156
18157 1998-09-26  Anthony Green  <green@cygnus.com>
18158
18159         * expr.c (build_java_athrow,
18160         build_java_throw_out_of_bounds_exception, expand_invoke,
18161         build_newarray, expand_java_multianewarray, build_java_monitor):
18162         Update comments to reflect _Jv_* function names.
18163
18164 1998-09-25  Per Bothner  <bothner@cygnus.com>
18165
18166         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
18167         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
18168         * parse.y (expand_start_java_method):  Likewise.
18169
18170 1998-09-24  Per Bothner  <bothner@cygnus.com>
18171
18172         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
18173
18174         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
18175         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
18176         * expr.c:  Remove no-longer-needed calls to promote_type.
18177         * decl.c (give_name_to_locals):  Liekwise.
18178         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
18179         * parse.y:  Add/remove promote_type calls as appropriate.
18180         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
18181         (parse_signature_string):  Likewise.
18182         (build_java_array_type):  Fix for now signature convenions.
18183
18184         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
18185
18186 1998-09-23  Tom Tromey  <tromey@cygnus.com>
18187
18188         * class.c (init_class_processing): libjava function renamed to
18189         _Jv_RegisterClass.
18190
18191 1998-09-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18192
18193         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
18194         * java-tree.def: Fixed DEFTREECODE third argument.
18195         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
18196         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
18197         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
18198         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
18199         JAVA_THIS_EXPR): Now replaced by tree code definitions.
18200         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
18201         * lang.c (java_tree_code_type, java_tree_code_length,
18202         java_tree_code_name): New arrays.
18203         (lang_init): Append Java tree node definitions to Gcc ones.
18204         * lex.c (expression_obstack): Declared as extern when JC1_LITE
18205         defined.
18206         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
18207         wfl_to_string.
18208         (java_lex): Allow declaration of empty string constants. Retain
18209         location information on CASE_TK and DEFAULT_TK.
18210         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
18211         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
18212         Modified to be more robust.
18213         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
18214         (build_new_invocation, try_builtin_assignconv,
18215         patch_switch_statement, string_constant_concatenation,
18216         build_string_concatenation, patch_string_cst, patch_string,
18217         java_expand_switch): New function declarations.
18218         * parse.y: Rules related to switch and EH tagged <node>.
18219         (label_id): Set to NULL_TREE
18220         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
18221         tree nodes.
18222         (this_or_super:): Fixed indentation.
18223         (statement:, statement_nsi:, statement_without_trailing_substatement:,
18224         statement_expression:): Removed call to RULE on all sub-rules.
18225         (switch_expression:, switch_labels:): New rules.
18226         (switch_statement:, switch_block:, switch_block_statement_groups:,
18227         switch_block_statement_group:, switch_labels:, switch_label:):
18228         Defined actions.
18229         (throw_statement:, synchronized_statement:, try_statement:):
18230         Defined temporary actions.
18231         (class_instance_creation_expression:): Call
18232         build_new_invocation. Fixed indentation.
18233         (field_access): Fixed indentation.
18234         (method_invocation): Likewise.
18235         (make_qualified_primary): Use THIS_EXPR.
18236         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
18237         resolving from SUPER, set *type_found.
18238         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
18239         (java_complete_tree): Removed unused local variable `location'. Case
18240         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
18241         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
18242         on MODIFY_EXPR: and all binary operator tree code cases. Removed
18243         STRING_CST: case. default: checks for patchable strings.
18244         (complete_function_arguments): Transform string constant or
18245         crafted StringBuffer if necessary.
18246         (build_method_invocation): Fixed comments.
18247         (build_new_invocation): New function.
18248         (patch_assignment): Call try_builtin_assignconv to figure a valid
18249         assignment conversion between builtin types.
18250         (try_builtin_assignconv): New function.
18251         (build_binop): Use URSHIFT_EXPR directly to call build.
18252         (operator_string): Use UNARY_PLUS_EXPR.
18253         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
18254         operator.
18255         (do_merge_string_cste, merge_string_cste,
18256         string_constant_concatenation, build_string_concatenation,
18257         patch_string, patch_string_cst): New function.
18258         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
18259         (patch_unaryop): Likewise. New test of valid ++/-- operands.
18260         (build_newarray_node): Use NEW_ARRAY_EXPR.
18261         (build_this): Use THIS_EXPR.
18262         (build_return): Enable debug information on return statement.
18263         (build_if_else_statement): Likewise.
18264         (complete_labeled_statement): Fixed related comment.
18265         (build_loop_body): Fixed comment.
18266         (build_bc_statement): Enable debug information on break/continue
18267         statements.
18268         (patch_bc_statement): Fixed typos. Handle SWITCH statement
18269         context.
18270         (patch_switch_statement, case_identity, java_expand_switch): New
18271         functions.
18272
18273 1998-09-21  Per Bothner  <bothner@cygnus.com>
18274
18275         * buffer.h (BUFFER_INIT):  New macro.
18276         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
18277         Pass (struct jcf_partial *state) to most functions.
18278         (jcf_block, jcf_relocation):  New types.
18279         Support labels, branches, conditionals, loops.
18280
18281 1998-09-21  Tom Tromey  <tromey@cygnus.com>
18282
18283         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
18284
18285 1998-09-21  Per Bothner  <bothner@cygnus.com>
18286
18287         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
18288         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
18289         not integer_type_node (INT_TYPE_SIZ bits).
18290
18291         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
18292
18293         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
18294         * jcf-dump.c (print_exception_table):  New function.
18295         (disassemble_method):  Better handling of wide instructions.
18296         Make more robust for bad input.
18297
18298 1998-09-30  Jeffrey A Law  (law@cygnus.com)
18299
18300         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
18301         FreeBSD.
18302
18303 1998-09-17  Jeffrey A Law  (law@cygnus.com)
18304
18305         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
18306
18307 1998-09-17  Tom Tromey  <tromey@cygnus.com>
18308
18309         * Makefile.in ($(PARSE_H)): Removed target.
18310
18311 1998-09-17  Jeffrey A Law  (law@cygnus.com)
18312
18313         * Makefile.in (JAVA_OBJS): Add memmove.o
18314         (memmove.o): New target & rules.
18315
18316 1998-09-15  Tom Tromey  <tromey@cygnus.com>
18317
18318         * expr.c (expand_invoke): Don't generate a call to the class init
18319         code.
18320
18321 1998-09-14  Jeffrey A Law  (law@cygnus.com)
18322
18323         * Makefile.in: Add many missing dependencies.
18324         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
18325         as appropriate.
18326         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
18327         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
18328
18329 1998-09-11  Per Bothner  <bothner@cygnus.com>
18330
18331         * decl.c (complete_start_java_method):  If method is static (and
18332         not private) call _Jv_InitClass.
18333         * expr.c (expand_invoke):  Don't call build_class_init.
18334
18335         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
18336
18337 1998-09-10  Jeffrey A Law  (law@cygnus.com)
18338
18339         * Make-lang.in (GCJ): Define before using.
18340
18341 1998-09-09  Jeffrey A Law  (law@cygnus.com)
18342
18343         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
18344         losing due to namespace pollution in GNU getopt.h
18345
18346 1998-09-09  Tom Tromey  <tromey@cygnus.com>
18347
18348         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
18349         (java.all.cross): Likewise.
18350         (java.rest.encap): Likewise.
18351
18352 1998-09-08  Jeffrey A Law  (law@cygnus.com)
18353
18354         * gjavah.c (print_class_decls): Fix thinko in arglist
18355         * jcv-io.c (find_classfile): Similarly.
18356
18357 1998-09-07  Jeffrey A Law  (law@cygnus.com)
18358
18359         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
18360
18361 1998-09-05  Tom Tromey  <tromey@cygnus.com>
18362
18363         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
18364         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
18365         * Makefile.in (PARSE_C): New macro.
18366         (PARSE_H): Likewise.
18367         (PARSE_SCAN_C): Likewise.
18368         ($(PARSE_C)): Target renamed from parse.c.
18369         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
18370         (clean): Remove parse-scan.c as well.
18371         (parse.o): Depend on $(PARSE_C).
18372
18373 1998-09-05  Anthony Green  <green@cygnus.com>
18374
18375         * README, license.terms: Removed.
18376
18377         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
18378         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
18379         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
18380         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
18381         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
18382         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
18383         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
18384         and Java trademark attribution.
18385
18386 1998-09-04  Tom Tromey  <tromey@cygnus.com>
18387
18388         * Makefile.in: Use gcjh, not gjavah.
18389         * config-lang.in (stagestuff): Use gcjh, not gjavah.
18390         * Make-lang.in: Changed gjavah to gcjh everywhere.
18391
18392 1998-09-03  Per Bothner  <bothner@cygnus.com>
18393
18394         * gjavah.c:  Support new -prepend -add -append flags.
18395         (print_method_info):  Method is not virtual if class is final.
18396
18397 1998-09-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18398
18399         * jv-scan.c: Fixed copyright assignment.
18400         * keyword.gperf: Likewise.
18401         * keyword.h: Likewise.
18402         * lex.c: Fixed copyright assignment.
18403         (java_lex): Push unicode back when parsing '<'.
18404         * lex.h: Fixed copyright assignment.
18405         * parse-scan.y: Likewise.
18406         * parse.h: Fixed copyright assignment.
18407         (build_debugable_stmt, complete_for_loop): New function prototypes.
18408         * parse.y: Fixed copyright assignment.
18409         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
18410         size_zero_node when completing a loop with no exit condition.
18411         (for_statement_nsi:): Define action.
18412         (for_init:, for_update:): Return size_zero_node when empty.
18413         (declare_local_variables): Call build_debugable_stmt.
18414         (build_debugable_stmt): New function.
18415         (build_loop_body): Build debugable statement around loop
18416         condition part.
18417         (complete_loop_body): Take into account the debugable statement
18418         around the EXIT_EXPR.
18419         (complete_loop_body): New function.
18420         (patch_exit_expr): Fixed condition inversion.
18421
18422 1998-09-02  Tom Tromey  <tromey@cygnus.com>
18423
18424         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
18425         name of thread define.
18426         * jvspec.c (THREAD_NAME): New macro.
18427         (GCLIB): Likewise.
18428         (THREADLIB): Likewise.
18429         (lang_specific_driver): Recognize attempt to link with thread
18430         library or gc library.  Recognize -ljava on command line so it
18431         isn't linked against more than once.
18432
18433 1998-09-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18434
18435         * parse-scan.y (report_main_declaration): Name of the class
18436         containing `main' can be a qualified name.
18437
18438 1998-08-31  Tom Tromey  <tromey@cygnus.com>
18439
18440         * config-lang.in: Changed gjavac to gjc everywhere.
18441         * Make-lang.in: Changed gjavac to gjc everywhere.
18442
18443 1998-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18444
18445         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
18446         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
18447         and install the files.
18448         * Makefile.in (JAVA_OBJS_LITE): New variable.
18449         (compiler:): Now include jv-scan as a dependency.
18450         (../jv-scan$(exeext), parse-scan.c): New targets.
18451         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
18452         * config-lang.in (compilers): Removed gcj, gjavah from the list.
18453         * jcf-parse.c (parse_source_file): Call java_layout_classes and
18454         check for errors even if parse_only.
18455         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
18456         defined.
18457         (yylex): New function. Uses java_lex body.
18458         (java_lex): Removed commented out statement. Remove local variable
18459         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
18460         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
18461         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
18462         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
18463         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
18464         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
18465         where appropriate.
18466         (java_lex_error): Empty if JC1_LITE is defined.
18467         (java_get_line_col): Return 0 if JC1_LITE is defined.
18468         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
18469         SET_MODIFIER_CTX): Moved into the section containing the macros
18470         conditionally defined by JC1_LITE.
18471         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
18472         argument if JC1_LITE is defined.
18473         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
18474         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
18475         is defined.
18476         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
18477         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
18478         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
18479         to different values according to JC1_LITE.
18480         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
18481         declared if JC1_LITE set.
18482         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
18483         defined if JC1_LITE not set.
18484         (struct parser_ctx): Reorganized and skip the jc1 front end part
18485         if JC1_LITE set.
18486         (java_layout_classes): New function definition.
18487         (java_push_parser_context, java_init_lex, yyparse, yylex,
18488         yyerror): Prototype always declared. All other static function
18489         prototypes declared only if JC1_LITE is not set.
18490         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
18491         declared in parse.h.
18492         (java_layout_classes): New function.
18493         (java_complete_expand_methods): No longer layout the class here.
18494         * parse-scan.y: New file.
18495         * jv-scan.c: New file.
18496
18497 1998-08-25  Tom Tromey  <tromey@cygnus.com>
18498
18499         * gjavah.c (main): Handle -friend option.
18500         (friend_specs): New global.
18501         (generate_access): Handle friend_specs.
18502         (process_file): Likewise.
18503         (MAX_FRIENDS): New macro.
18504         (friend_count): New global.
18505         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
18506         Changed all callers.
18507
18508 1998-08-24  Per Bothner  <bothner@cygnus.com>
18509
18510         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
18511         (main):  Handle processing all the entries of a named .zip archive.
18512         * jcf-io.c (jcf_trim_old_input):  New function.
18513         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
18514
18515 1998-08-24  Per Bothner  <bothner@cygnus.com>
18516
18517         * lang.c (flag_assume_compiled):  Make default be on.
18518
18519 1998-08-21  Per Bothner  <bothner@cygnus.com>
18520
18521         * jcf-dump.c:  Add bunches of flags to control output more.
18522         (process_class):  New function;  support printing more than one class.
18523         (main): Support new --print-main and --javap flags.
18524         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
18525         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
18526
18527 1998-08-20  Per Bothner  <bothner@cygnus.com>
18528
18529         Change mangling of dispatch table to match C++ vtable (w/thunks).
18530         * class.c (build_dtable_decl), java-tree.h:  New function.
18531         (make_class_data):  Call it.
18532         * decl.c (init_decl_processing):  Likewise.
18533
18534 1998-08-19  Warren Levy  <warrenl@cygnus.com>
18535
18536         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
18537         soft_anewarray; adjust args passed.
18538         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
18539         match _Jv_NewObjectArray.
18540
18541 1998-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18542
18543         * decl.c (push_labeled_block, pop_labeled_block): New functions.
18544         * expr.c (loopup_label): Call create_label_decl.
18545         (create_label_decl): New function.
18546         (java_lang_expand_expr): Call expand_start_bindings with argument
18547         set to zero.
18548         * java-tree.h Added space after PROTO in function declarations
18549         when necessary.
18550         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
18551         (create_label_decl, push_labeled_block): New function
18552         declarations.
18553         * lex.c (label_id): Initialize.
18554         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
18555         switch.
18556         * parse.h Added space after PROTO in function declarations when
18557         necessary.
18558         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
18559         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
18560         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
18561         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
18562         macros.
18563         (struct parser_ctxt): New fields current_loop,
18564         current_labeled_block.
18565         (build_if_else_statement, patch_if_else_statement,
18566         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
18567         generate_labeled_block, complete_labeled_statement,
18568         build_bc_statement, patch_bc_statement, patch_loop_statement,
18569         build_new_loop, build_loop_body, complete_loop_body): New function
18570         declarations.
18571         * parse.y (java_warning_count): New global variable.
18572         (label_id): New static variable.
18573         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
18574         (block:): Return size_zero_node when block is empty.
18575         (empty_statement:): Return size_zero_node.
18576         (statement:): Implement supplemental action when for_statement: is
18577         reduced.
18578         (label_decl:): New rule.
18579         (labeled_statement:): Rewritten using label_decl. Actions
18580         implemented.
18581         (labeled_statement_nsi:): Likewise.
18582         (if_then_statement): Actions implemented.
18583         (while_expression): New rule.
18584         (while_statement:): Rewritten using while_expression. Actions
18585         implemented.
18586         (while_statement_nsi:): Likewise.
18587         (do_statement_begin:): New rule.
18588         (do_statement:): Rewritten using do_statement_begin. Actions
18589         implemented.
18590         (for_statement:): Rewritten using for_begin. Actions implemented.
18591         (for_statement_nsi:): Likewise.
18592         (for_header:, for_begin:): New rules.
18593         (for_init:): Actions implemented.
18594         (statement_expression_list:, break_statement:,
18595         continue_statement:): Likewise.
18596         (yyerror): Count number of issued warning(s).
18597         (java_report_errors): Report error(s) and/or warning(s).
18598         (java_complete_class): Use build_java_argument_signature to
18599         recompute completed method signature.
18600         (java_check_regular_methods): New locals method_wfl and aflags.
18601         Use method_wfl instead of lookup_cl during error reports. Fixed
18602         indentation and modified some error messages. Use
18603         lang_printable_name in method instead of the DECL_NAME. New code
18604         to issue warnings on methods not overriding corresponding methods
18605         private to a different package.
18606         (java_method_add_stmt): Call add_stmt_to_compound.
18607         (add_stmt_to_compound): New function.
18608         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
18609         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
18610         (build_if_else_statement, patch_if_else_statement,
18611         build_labeled_block, generate_labeled_block,
18612         complete_labeled_statement, build_new_loop, build_loop_body,
18613         complete_loop_body, patch_loop_statement, build_bc_statement,
18614         patch_bc_statement, patch_exit_expr): New functions.
18615         * typeck.c (build_java_signature): Build argument signature before
18616         enclosing it in between parenthesis.
18617
18618 1998-08-17  Warren Levy  <warrenl@cygnus.com>
18619
18620         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
18621         (JAVA_OBJS): Added reminder comment
18622
18623 1998-08-13  Nick Clifton  <nickc@cygnus.com>
18624
18625         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
18626         be interpreted as a long long.
18627
18628 1998-08-13  Warren Levy  <warrenl@cygnus.com>
18629
18630         * decl.c (init_decl_processing): Use _Jv_InitClass, not
18631         soft_initialise_class.  Use _Jv_NewMultiArray, not
18632         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
18633         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
18634         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
18635         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
18636
18637 1998-08-12  Per Bothner  <bothner@cygnus.com>
18638
18639         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
18640         length_identifier_node):  New global tree node constants.
18641         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
18642         Replace uses by super_identifier_node etc.
18643         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
18644
18645         * parse.y (resolve_field_access):  Don't special-case ".length" if
18646         flag_emit_class_files.
18647         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
18648         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
18649         and ARRAY.length.
18650
18651 1998-08-11  Per Bothner  <bothner@cygnus.com>
18652
18653         * decl.c (init_decl_processing): Remove unused method_type_node fields.
18654         * class.c (make_method_value):  Remove init for removed fields.
18655
18656         * class.c (layout_class):  Use build_java_argument_signature.
18657         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
18658
18659         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
18660         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
18661         (build_java_signature):  Don't use push_java_argument_signature.
18662
18663         * typeck.c (lookup_argument_method):  New function.
18664         * parse.y (java_check_regular_methods):  Use lookup_argument_method
18665         instead of lookup_java_method2 followed by lookup_java_method.
18666
18667         * parse.y (check_method_redefinition):  Minor optimization.
18668
18669         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
18670         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
18671
18672 1998-08-10  Tom Tromey  <tromey@cygnus.com>
18673
18674         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
18675         c-pragma.o.
18676
18677         * gjavah.c (java_float_finite): Use K&R-style definition.
18678         (java_double_finite): Likewise.
18679         (generate_access): Now returns void.  Changed all callers.
18680         (last_access_generated): Removed.
18681         (process_file): Only make a single pass over the .class file.
18682
18683 1998-07-29  Per Bothner  <bothner@cygnus.com>
18684
18685         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
18686         for compatibility for G++ (with -fvtable-thunks).
18687         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
18688
18689         * gjavah.c (process_file):  Use public inheritance for super-class.
18690
18691 1998-07-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18692
18693         * lex.c (java_init_lex): Initialize ctxp->package.
18694         * parse.h (struct parser_ctxt): package and package_len replaced
18695         by tree package, an identifier node. Field method_decl_list is
18696         gone. Fixed comments.
18697         (lookup_field_wrapper, merge_qualified_name, not_accessible,
18698         class_in_current_package): New function prototypes.
18699         * parse.y (array_type:): Set class loaded flag on primitive type
18700         arrays.
18701         (package_declaration:): Assign ctxp->package to the
18702         identifier node.
18703         (method_invocation:): Handle invocation of method qualified by
18704         `super'.
18705         (single_type_import_declaration:): Removed ambiguity check.
18706         (java_pop_parser_context): New local variable `next'. Reset and
18707         set IMPORT_CLASSFILE_NAME flags on current and previous import
18708         list.
18709         (java_accstring_lookup): Use new local macro COPY_RETURN.
18710         (lookup_field_wrapper): New function.
18711         (parser_qualified_classname): Use merge_qualified_name.
18712         (parser_check_super_interface): Broaden error message.
18713         (do_resolve_class): Check for qualified class name in the current
18714         compilation unit if appropriate.
18715         (process_imports): Check for already defined classes.
18716         (check_pkg_class_access): Got rid of call to
18717         get_access_flags_from_decl.
18718         (java_complete_expand_methods): Call safe_layout_class based on
18719         the current class size.
18720         (make_qualified_primary): Build a WFL qualification on primary if
18721         none exists.
18722         (merge_qualified_name): New function.
18723         (make_qualified_name): Use merge_qualified_name.
18724         (resolve_expression_name): Use safe_lookup_field.
18725         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
18726         (resolve_qualified_expression_name): Likewise. Check on resolved
18727         element accessibility.
18728         (not_accessible_p, class_in_current_package): New functions.
18729         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
18730         (patch_method_invocation_stmt): Merged common pieces. Check
18731         accessibility of invoked method.
18732         (check_for_static_method_reference): Add returned type in error
18733         message.
18734         (invocation_mode): Get rid of bogus check on PRIVATE methods.
18735         (refine_accessible_methods_list): Merged two conditions in test.
18736         (java_complete_class): Sanity check on stabilize_ref gone.
18737         * zextract.c (read_zip_archive): Cast lseek second argument to long.
18738
18739 1998-07-28  Per Bothner  <bothner@cygnus.com>
18740
18741         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
18742
18743 1998-07-24  Tom Tromey  <tromey@cygnus.com>
18744
18745         * gjavah.c (F_NAN): Removed.
18746         (F_NAN_MASK): New macro.
18747         (F_POSITIVE_INFINITY): Removed.
18748         (F_NEGATIVE_INFINITY): Likewise.
18749         (java_float_finite): Rewrote.
18750         (D_NAN_MASK): Renamed.
18751         (java_double_finite): Rewrote.
18752         (D_POSITIVE_INFINITY): Removed.
18753         (D_NEGATIVE_INFINITY): Likewise.
18754
18755         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
18756         If verbose, print underlying representation of value in hex.
18757
18758 1998-07-24  Per Bothner  <bothner@cygnus.com>
18759
18760         * buffer.h, buffer.c:  New files.
18761         * Makefile.in (JAVA_OBJS):  Add buffer.o.
18762
18763         Support locals variables and writing their debug entries to .class.
18764         * jcf-write.c:  Simplify some by user new buffer type.
18765         (vode_buffer_grow):  Removed.
18766         (struct localvar_info):  New type.
18767         (localsvars, localvartable):  New buffers.
18768         (localvar_alloc, localvar_free):  New functions.
18769         (generate_bytecode_insns):  Handle local variables.
18770         (generate_classfile):  Write LocalVariableTable attribute.
18771
18772 1998-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18773
18774         * jcf-io.c (open_in_zip): Check the zipfile magic number.
18775         * zipfile.h (ZIPMAGIC): New macro.
18776
18777 1998-07-24  Tom Tromey  <tromey@cygnus.com>
18778
18779         * Makefile.in (gjavah.o): Updated dependencies.
18780         (jcf-dump.o): Likewise.
18781         (all.indirect): Use ../gjavah.
18782         (../gjavah$(exeext)): Likewise.
18783         (clean): Don't remove gjavah.
18784         (clean): Remove parse.c, not java/parse.c.
18785         * Make-lang.in (java): Added gjavah.
18786         (gjavah$(exeext)): New target.
18787         (GJAVAH_SOURCES): New macro.
18788         (java.all.build): Added gjavah.
18789         (java.all.cross): Likewise.
18790         (java.rest.encap): Likewise.
18791         * config-lang.in (compilers, stagestuff): Added gjavah.
18792
18793 1998-07-23  Tom Tromey  <tromey@cygnus.com>
18794
18795         * gjavah.c (java_float_finite): New function.
18796         (java_double_finite): Likewise.
18797         (F_POSITIVE_INFINITY): New macro.
18798         (F_NEGATIVE_INFINITY): Likewise.
18799         (F_NAN): Likewise.
18800         (D_POSITIVE_INFINITY): Likewise.
18801         (D_NEGATIVE_INFINITY): Likewise.
18802         (D_NAN): Likewise.
18803         (print_field_info): Use java_float_finite and java_double_finite.
18804
18805 1998-07-23  Per Bothner  <bothner@cygnus.com>
18806
18807         * parse.y (method_header):  Name "this" implicit argument.
18808
18809 1998-07-22  Per Bothner  <bothner@cygnus.com>
18810
18811         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
18812         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
18813         (put_linenumber):  New function.
18814         (generate_bytecode_insns, generate_classfile):  Write line numbers.
18815
18816 1998-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18817
18818         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
18819         (lookup_name, build_known_method_ref, build_class_init,
18820         build_invokevirtual, invoke_build_dtable, match_java_method,
18821         build_field_ref, pushdecl_force_head, build_java_binop,
18822         binary_numeric_promotion, build_decl_no_layout,
18823         build_java_arrayaccess, build_newarray, build_anewarray,
18824         build_java_array_length_access, build_java_arraynull_check): New
18825         extern function prototypes.
18826         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
18827         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
18828         java-tree.h.
18829         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
18830         to NULL
18831         * jcf.h (jcf_out_of_synch): New extern function prototype.
18832         * parse.h: Static/global function implemented in parse.y
18833         prototyped and declarations moved at the end of the file.
18834         (DECL_P): Check that the argument isn't null.
18835         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
18836         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
18837         (QUAL_DECL_TYPE): New macro.
18838         (PARAMS): Macro definition removed.
18839         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
18840         (return_statement:): Call build_return.
18841         (field_access:): Call make_qualified_primary in sub rule.
18842         (method_invocation:): Build method invocation and call
18843         make_qualified_primary when processing primaries.
18844         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
18845         get_type_from_signature.
18846         (java_check_regular_method): Extra integer 0 argument when calling
18847         lookup_java_method2.
18848         (lookup_java_interface_method2): Extra method DECL argument when
18849         calling lookup_java_interface_method2.
18850         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
18851         COMPOUND_EXPR node.
18852         (java_complete_expand_method): Layout current class iff not
18853         already done. Don't process interface's methods.
18854         (java_complete_expand_method): Use super class only if it
18855         exists. Use current class otherwise.
18856         (make_qualified_primary): New function.
18857         (resolve_expression_name): Process qualified expression or
18858         expression from primary the same way.
18859         (resolve_expression_name): Two last arguments to
18860         resolve_field_access are now NULL_TREEs.
18861         (resolve_field_access): New variable is_static. Local field must
18862         be DECLs. is_static computed on field DECLs only. Append code in
18863         where_found to the field access if necessary. Use QUAL_DECL_TYPE
18864         to initialize field_type.
18865         (resolve_qualified_expression_name): New local variable,
18866         previous_call_static and is_static. Handle primaries with function
18867         calls, casts, array references and `this'. `super' now handled as
18868         `(super_class)this'. Use is_static to clarify boolean expressions.
18869         Added code to handle case where a proper handle is required to
18870         access a field. Use QUAL_DECL_TYPE where applicable.
18871         (maybe_access_field): New function.
18872         (patch_method_invocation_stmt): New arguments primary, where,
18873         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
18874         deleted. Use `where' as a type to search from if specified. Check
18875         for static method reference where forbidden. Append primary or
18876         current_this to the argument list if not calling constructor nor
18877         static methods.
18878         (check_for_static_method_reference): New function.
18879         (patch_invoke): Layout the class on which new is done if
18880         necessary.
18881         (lookup_method_invoke): Changed format to report errors on
18882         methods.
18883         (qualify_ambiguous_name): New local variable this_found. Now
18884         handle things from primaries. Method call are considered
18885         expression names.
18886         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
18887         changed into NULLs.
18888         (not_initialized_as_it_should_p): Comply with the new DECL_P.
18889         (java_complete_tree): New case fo RETURN_EXPR. Process function
18890         call arguments in separate function.
18891         (complete_function_arguments): New function.
18892         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
18893         anymore.
18894         (patch_assignment): Take the return function slot into account as
18895         a RHS. Distinguish assignment from a return.
18896         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
18897         when checking methods in interfaces.
18898         (resolve_type_during_patch): NULL argument to unresolve_type_p
18899         instead of NULL_TREE.
18900         (patch_newarray): Fixed typo in comment.
18901         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
18902         (build_return, patch_return): New functions.
18903         * typeck.c (lookup_java_constructor): Fixed typo in comment.
18904
18905 1998-07-21  Per Bothner  <bothner@cygnus.com>
18906
18907         * constants.c (find_name_and_type_constant, find_fieldref_index,
18908         find_methodref_index):  New methods.
18909         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
18910         just return given method.  Also, rename to build_known_method_ref.
18911         (expand_invoke):  Rename call to build_invoke_non_interface.
18912         * java-tree.h, parse.h:  Update prototype.
18913         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
18914         (such as expand_expr_stmt) if flag_emit_class_files.
18915         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
18916         STACK_TARGET, IGNORE_TARGET):  New macros.
18917         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
18918         (generate_bytecode_insn):  New function to generate method's bytecode.
18919         (generate_classfile):  Node generate Code attribute for a method.
18920         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
18921         push_long_const, field_op, adjust_typed_op, maybe_wide):
18922         New functions used by generate_bytecode_insn.
18923
18924         * typeck.c (signature_include_return):  Remove variable.
18925         (push_java_argument_signature, build_java_argument_signature):  New.
18926         (build_java_signature):  Use push_java_argument_signature.
18927         * parse.y:  Use build_java_argument_signature instead of fiddling
18928         with signature_include_return.
18929
18930 1998-07-17  Tom Tromey  <tromey@cygnus.com>
18931
18932         * gjavah.c (print_c_decl): Always generate JArray<>* for array
18933         types.
18934
18935         * Makefile.in (all.indirect): Added gjavah$(exeext).
18936         (gjavah$(exeext)): Added $(exeext).
18937         (clean): Likewise.
18938
18939 1998-07-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
18940
18941         * class.c (layout_class): Call to java_layout_parsed_class replace
18942         by safe_layout_class.
18943         * expr.c (build_java_array_length_access): Removed static storage
18944         class in the function definition.
18945         (build_java_arraynull_check): Likewise.
18946         Also fixed typos in two comments.
18947         * lex.c (java_init_lex): Initialize static global kw_length.
18948         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
18949         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
18950         java_lex_error.
18951         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
18952         * parse.h (resolve_no_layout): New static function declaration.
18953         (get_identifier_in_static): Declaration removed.
18954         (java_layout_parsed_class): Function name declaration changed to
18955         safe_layout_class.
18956         (build_newarray_node, patch_newarray, resolve_type_during_patch,
18957         not_initialized_as_it_should_p, build_this): New static function
18958         declarations.
18959         (pushdecl_force_head, build_java_binop, int_fits_type_p,
18960         binary_numeric_promotion, stabilize_reference,
18961         build_decl_no_layout, build_java_arrayaccess): Extern function
18962         declarations moved into their own section.
18963         (build_newarray, build_anewarray, build_java_array_length_access,
18964         build_java_arraynull_check): New extern function declarations.
18965         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
18966         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
18967         fake tree codes.
18968         (CALL_CONSTRUCTOR_P): New macro.
18969         * parse.y (kw_length): New static global tree node.
18970         (return_statement): Tagged <node>.
18971         (RETURN_TK): Tagged <operator>.
18972         (variable_declarator_id:): Build variable declaration with an
18973         empty initialization value if a syntax error was found in the
18974         initialization part of the variable declaration.
18975         (statement_without_trailing_substatement:): return_statement: now
18976         uses the default rule.
18977         (return_statement:): Temporarily fixed to return NULL_TREE.
18978         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
18979         (class_instance_creation_expression:): Class creation rules now
18980         call build_method_invocation upon reduction.
18981         (array_creation_expression:): Rules call build_newarray_node upon
18982         reduction.
18983         (dim_exprs:): Build a list of dimension expressions.
18984         (dim_expr:): Store location of the OSB_TK in the dimension
18985         expression node.
18986         (method_invocation:): Added a new error rule.
18987         (build_unresolved_array_type): WFL argument may also be an array
18988         on a primitive type. Name of the argument changed to reflect this.
18989         (method_declarator): Insert argument type at the beginning of the
18990         argument type list and later reverse the list.
18991         (unresolved_type_p): Argument 'returned' may be optionally
18992         NULL_TREE.
18993         (java_layout_class_from_source): Function renamed
18994         safe_layout_class.
18995         (resolve_and_layout): Now call resolve_no_layout and
18996         safe_layout_class.
18997         (resolve_no_layout): New function.
18998         (purify_type_name): New function.
18999         (complete_class_report_errors): Call purify_type_name during error
19000         report on a type not found.
19001         (process_imports): error_found local variable doesn't need to be
19002         initialized to zero.
19003         (declare_local_variables): New local type_wfl. Fixed typo in error
19004         message. type_wfl assigned to unresolved type and used to register
19005         incomplete type. Build a WFL around the variable initialization
19006         statement so that debug info can be generated on it.
19007         (source_start_java_method): Reverse argument list after they've
19008         been processed.
19009         (current_this): New static global variable.
19010         (java_complete_expand_methods): Set current_this when appropriate.
19011         (resolve_expression_name): Build correct static and non static
19012         field access bearing a simple name.
19013         (resolve_field_access): Resolve the length field of arrays. Handle
19014         f.m() cases.
19015         (patch_method_invocation_stmt): Set the type of the method
19016         invocation to error_mark_node. This value is later overridden by a
19017         valid type, if any. Don't handle qualified constructor invocation
19018         as qualified method invocation. Call lookup_method_invoke with its
19019         new flag. It's no longer necessary to access the selected method
19020         as the value of a tree list. Handle constructor invocation.
19021         (patch_invoke): Reverse argument list when invoking non interface
19022         methods. Insert call to new as the first argument of the
19023         constructor.
19024         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
19025         defined within a final class. Return INVOKE_STATIC if the invoked
19026         method is a constructor.
19027         (lookup_method_invoke): New lc argument is a flag to indicate a
19028         constructor lookup. Now handle constructor lookup. Choose the most
19029         specific method in case several were matching the invocation
19030         requirements. Return a method decl instead of a tree list featuring
19031         one single method decl element.
19032         (refine_accessible_methods_list): New lc flag argument to
19033         indicate that a constructor is being looked up.
19034         (not_initialized_as_it_should_p): New function.
19035         (java_complete_tree): Now process fake tree codes
19036         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
19037         save_expr on resolved function call arguments. Case on
19038         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
19039         (patch_assignment): LHS can be a field access expression. When
19040         dealing with reference, lhs_type is the promoted type of the
19041         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
19042         applicable.
19043         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
19044         (patch_binop): Use not_initialized_as_it_should_p where
19045         applicable.
19046         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
19047         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
19048         where applicable.
19049         (resolve_type_during_patch): New function.
19050         (patch_cast): Call resolve_type_during_patch to resolve type and
19051         report error accordingly.
19052         (patch_array_ref): Use not_initialized_as_it_should_p where
19053         applicable. Array base expression is saved before being
19054         used. Promote the type of an array elements if it contains non
19055         builtin types.
19056         (build_newarray_node, patch_newarray, build_this): New functions.
19057
19058 1998-07-16  Tom Tromey  <tromey@cygnus.com>
19059
19060         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
19061         increment it in `for' statement.
19062         (print_field_info): If number is inf or nan, don't print it.
19063         (print_method_info): If method name is `delete', just ignore it.
19064         (print_c_decl): Special-case jstringArray.
19065
19066         * gjavah.c (help): New function.
19067         (no_argument): New function.
19068         (usage): Changed text.
19069         (main): Rewrote argument handling.  Now handles -v, --help,
19070         --version.
19071         (version): New function.
19072         (found_error): New global.
19073         (main): Return found_error.
19074         (generate_access): Set found_error.
19075         (print_c_decl): Likewise.
19076
19077 1998-07-15  Tom Tromey  <tromey@cygnus.com>
19078
19079         * gjavah.c (print_c_decl): Don't print "," when examining field.
19080         Skip type name when looking at "[L" types.
19081         (process_file): Now static.
19082         (generate_access): Now returns int.
19083         (last_access_generated): New global.
19084         (process_file): Clear last_access_generated; make multiple passes
19085         over the class.
19086         (print_field_info): Just return if generate_access returns true.
19087         (print_method_info): Likewise.  Also, allow <init> functions to
19088         pass through.
19089         (print_c_decl): Added is_init argument.  Print constructors
19090         properly.
19091         (print_cxx_classname): Use UTF8_GET to extract characters from
19092         string.
19093         (print_base_classname): New function.
19094         (print_class_decls): New function.
19095         (process_file): Use it.
19096         (utf8_cmp): New function.
19097
19098 1998-07-13  Nick Clifton  <nickc@cygnus.com>
19099
19100         * lang-options.h: Format changed to match changes in gcc/toplev.c
19101         to implement a --help option.
19102
19103 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
19104
19105         * decl.c (init_decl_processing): Revert change to dtable_type.
19106
19107 1998-07-09  Per Bothner  <bothner@cygnus.com>
19108
19109         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
19110
19111 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
19112
19113         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
19114
19115         * lang.c (lang_init): Default flag_exceptions to 1, without
19116         checking to see if it's 2 first.
19117
19118 1998-07-08  Jeffrey A Law  (law@cygnus.com)
19119
19120         * constants.c: Include "system.h".
19121         * decl.c: Likewise.
19122         * lang.c (flag_new_exceptions): Get via extern now.
19123         (lang_init_options): New functions.  Turn on flag_new_exceptions.
19124
19125 1998-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19126
19127         * lex.c (java_lex): Return 0 when we see an invalid character in
19128         the input.
19129
19130         * lex.c (java_read_char): Specify extra argument when calling
19131         java_lex_error.
19132         (java_read_unicode, java_parse_end_comment,
19133         java_parse_escape_sequence): Likewise,
19134         (java_lex): Specify extra argument when calling
19135         java_lex_error. Test that IDs are beginning with a legal character
19136         for IDs. Handle invalid characters with an error message and a
19137         call to java_lex_error.
19138         (java_lex_error): Adjust column position by new argument
19139         `forward'. Issue an error even if in the middle of reporting an
19140         other error.
19141
19142 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
19143
19144         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
19145         we don't explicitly put a null pointer when we're copying it.
19146
19147 1998-07-07  Tom Tromey  <tromey@cygnus.com>
19148
19149         * gjavah.c (print_cxx_classname): New function.
19150         (super_class_name): Likewise.
19151         (print_super_fields): Removed.
19152         (in_super): Removed.
19153         (print_field_info): Never generate #defines.
19154         (print_c_decl): Changed generated types to match JNI.  No longer
19155         print class name before method name.
19156         (print_method_info): Print "static" before static methods.
19157         Print "virtual" before non-final methods.
19158         (usage): Use exit(1), not exit(-1).
19159         (main): Likewise.
19160         (print_field_info): Use %.17g to print a double.
19161         (last_access): New globals.
19162         (process_file): Initialize last_access.
19163         (usage): Now static.
19164         (ACC_VISIBILITY): New define.
19165         (generate_access): New function.
19166         (print_field_info): Call it.
19167         (print_method_info): Likewise.  Also, generate information for all
19168         methods, not just native methods.  Return void.
19169         (print_c_decl): Return void.
19170         (print_field_info): Return void.
19171
19172 1998-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19173
19174         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
19175         processing the jc1 grammar file. Prefix bison functions and
19176         variables with java_.
19177         (parse.c): Dependencies on parse.h and lex.h
19178         * expr.c (build_java_arrayaccess): Function now global.
19179         * java-tree.h: Comment reorganized to carry on previous
19180         classification effort.
19181         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
19182         RESOLVE_TYPE_NAME_P): New flags on WFLs.
19183         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
19184         java_parse (new prefix java_ generated by bison).
19185         (java_layout_parsed_class, java_register_parsed_class): Function
19186         call removed.
19187         (yyparse): Removed unnecessary call to init_outgoing_cpool.
19188         * lex.c (static tree wfl_op): Variable deleted.
19189         (java_init_lex): Initialize kw_super and kw_this. Initialize more
19190         ctxp fields to NULL_TREE.
19191         (java_lex): No longer create WFL for operators. Filename caching
19192         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
19193         created as STRING_CST and later expanded. Removed extra argument
19194         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
19195         and SUPER.
19196         (build_wfl_node): Removed code in comments.
19197         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
19198         store token and location data in the current bison token.
19199         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
19200         static/extern function declaration at the beginning of the file.
19201         (struct qualification): Data structure definition deleted.
19202         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
19203         (qualify_ambiguous_name): Function declaration modified. Function
19204         now returns nothing.
19205         (build_array_ref, patch_array_ref, make_qualified_name,
19206         resolve_qualified_expression_name, maybe_generate_clinit,
19207         resolve_field_access): New static function declarations.
19208         (build_java_arrayaccess): New extern function declaration.
19209         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
19210         (CALL_EXPR_PRIMARY): Macro deleted.
19211         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
19212         (struct parser_ctxt): Field initialized_final
19213         removed. non_static_initialized, static_initialized: New fields.
19214         * parse.y (static tree kw_super, static tree kw_this): New global
19215         static.
19216         (%union): tree wfl field of operator member replaced by int
19217         location. WFLs are non longer created for operators.
19218         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
19219         (qualified_name:): Now calls make_qualified_name to build the
19220         identifier.
19221         (type_declaration:): Consider generating <clinit> when class
19222         parsing completed.
19223         (variable_declarator:): Directly build an assignment node when the
19224         variable is initialized when declared.
19225         (this_or_super:): Build a WFL and set current location when THIS
19226         or SUPER are parsed.
19227         (expression_statement:): Wrap statement around a WFL.
19228         (primary_no_new_array:): Fixed typo. Changed value returned by
19229         THIS_TK because of its new type (temporary).
19230         (dim_exprs:): Temporary fix because of OSB_TK's new type.
19231         (field_access:): Build qualified name with SUPER.
19232         (method_invocation:): Fixed returned value because of SUPER's new
19233         type.
19234         (array_access:): Use OSB_TK location information.
19235         (post_increment_expression:, post_decrement_expression:,
19236         unary_expression:, pre_increment_expression:,
19237         pre_decrement_expression:, unary_expression_not_plus_minus:,
19238         cast_expression:, multiplicative_expression:,
19239         additive_expression:, shift_expression:, relational_expression:,
19240         equality_expression:, and_expression:, exclusive_or_expression:,
19241         inclusive_or_expression:, conditional_and_expression:,
19242         conditional_or_expression:, assignment:): Use new location/token
19243         information available on operators.
19244         (create_class): Set super_decl_type to NULL_TREE when processing
19245         java.lang.Object.
19246         (register_fields): Field initialization is now a MODIFY_EXPR
19247         node. Chain initialization code to the matching lists (according
19248         to the field declaration modifiers).
19249         (maybe_generate_clinit): New function.
19250         (method_header): Don't set method's DECL_NAME to a WFL when adding
19251         methods to java.lang.Object.
19252         (resolve_and_layout): Now can return NULL_TREE if the type
19253         resolution fails. Otherwise, return the class DECL instead of its
19254         TYPE.
19255         (check_method_redefinition): Don't patch method DECL_NAME if it
19256         belongs to java.lang.Object.
19257         (process_imports): Simply assign error_found to the value returned
19258         by check_pkg_class_access.
19259         (declare_local_variables): Don't use their init statements (if
19260         any) when parsing error were previously found. Reuse MODIFY_EXPR
19261         build during parsing as an init statement.
19262         (java_method_add_stmt): Now return the current method body.
19263         (java_layout_parsed_class, java_register_parsed_class): Functions
19264         removed.
19265         (java_complete_expand_methods): Initialize the constant pool on a
19266         per class basis. Layout the classes before expanding their method
19267         bodies. Don't try expand artificial constructor code if error were
19268         found. Make the classes data and register them if no error were
19269         found.
19270         (java_complete_expand_method): Retrieve an artificial constructor
19271         argument list before entering its body. Assign the top block to
19272         the artificial constructor function body and set types of declared
19273         blocks and compound statements to void. Walk method body if not an
19274         artificial constructor.
19275         (make_qualified_name, cut_identifier_in_qualified): New functions.
19276         (resolve_expression_name): Fixed comments. Save/restore the
19277         current class CLASS_LOADED_P flag value. Build non qualified
19278         static field access and handle qualified expression names.
19279         (resolve_field_access, resolve_qualified_expression_name): New
19280         functions.
19281         (patch_method_invocation_stmt): Use the new expression resolution
19282         scheme, calling resolve_field_access when the function call is
19283         resolved as an expression.
19284         (qualify_ambiguous_name): Function rewritten to work on qualified
19285         expression produced by make_qualified_name.
19286         (java_complete_tree): Promote type when function's argument are
19287         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
19288         the assignment to discover further errors if RHS is a expression
19289         name that fails to evaluate. Declare LHS initialized even though
19290         the assignment failed. Don't use the location variable and removed
19291         extra argument in patch function calls. Now handle the ARRAY_REF
19292         case and build internal string representation when STRING_CSTs are
19293         walked.
19294         (build_method_invocation): Don't wrap function call around a WFL.
19295         (build_assignment): Likewise. Use the operator location
19296         information.
19297         (patch_assignment): Handle array access LHSs. Handle error
19298         provenance, resulting in a better error report.
19299         (build_binop): Use op_location from operator as binop location
19300         information.
19301         (build_unaryop, build_incdec, build_cast): Likewise.
19302         (patch_binop): Extract location information from the node. Fixed
19303         typo in error message.
19304         (patch_unary_op): Extract location information from the node.
19305         (build_array_ref, patch_array_ref): New functions.
19306
19307 1998-07-01  Tom Tromey  <tromey@cygnus.com>
19308
19309         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
19310         match _Jv_IsInstanceOf.
19311         * decl.c (init_decl_processing): Use _Jv_NewArray, not
19312         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
19313
19314 1998-06-30  Tom Tromey  <tromey@cygnus.com>
19315
19316         * decl.c (init_decl_processing): Functions are now named
19317         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
19318
19319 1998-06-29  Per Bothner  <bothner@cygnus.com>
19320
19321         * java-tree.h (load_class):  Add prototype.
19322         * class.c (is_compiled_class):  Add missing arg to load_class.
19323         * expr.c (expand_java_NEW):  Call load_class.
19324         * parse.y (process_import):  Removed bogus use of void return value.
19325
19326 1998-06-25  Per Bothner  <bothner@cygnus.com>
19327
19328         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
19329         Function name is "_Jv_Throw" instead of "soft_athrow".
19330         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
19331         Function name is "_Jv_AllocObject" instead of "soft_new".
19332         Takes an extra parameter (object size).
19333         * expr.c:  Update calls.
19334
19335 1998-06-24  Per Bothner  <bothner@cygnus.com>
19336
19337         * lex.c (java_get_line_col):  Handle end-of-file.
19338         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
19339
19340 1998-06-24  Andrew MacLeod  <amacleod@cygnus.com>
19341
19342         * lang.c (lang_init): Make -fexceptions the default.
19343         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
19344         exception handling is not turned on.
19345
19346 1998-06-23  Andrew MacLeod  <amacleod@cygnus.com>
19347
19348         * lang.c (flag_new_exceptions): Make this this default.
19349         * decl.c (end_java_method): Call emit_handlers.
19350         * except.c (method_init_exceptions): Set language code and version.
19351         (expand_start_java_handler): Enable exception, and call
19352         expand_eh_region_start.
19353         (expand_end_java_handler): Enable exception, and set up catch blocks.
19354         (emit_handlers): New routine to generate the saved handlers.
19355         * java-except.h (emit_handlers): Add prototype.
19356
19357 1998-06-12  Per Bothner  <bothner@cygnus.com>
19358
19359         We used to have three different representations of the constant pool:
19360         the CPool structure, the tree_constant_pool, and the constructures
19361         used to build the Class object (which may need class and string
19362         constants) in compiled code.  None were appropriate for compiling
19363         to .class files, so I did a major overhaul.
19364
19365         First, the tree_constant_pool array was removed.  Things were
19366         modified to the CPool structure in the JCF could be used.
19367         Second, a "capacity" field was added to the CPool, and functions
19368         written to search for a matching constant, adding one if not found.
19369         The code that generated the Class object was changed to use a CPool.
19370         The actual TREE_LISTs used to build the CONSTRUCTORs used for
19371         the static Class object are now only in build_constants_constructor.
19372         Finally, I wrote code which can generate a .class file (including its
19373         constant pool) from the RECORD_TYPE of a class.  This is a big step
19374         on the way to compiling Java source into .class files.
19375
19376         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
19377         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
19378
19379         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
19380         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
19381         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
19382         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
19383         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
19384         (lang_type):  Removed constant_pool field.
19385         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
19386         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
19387         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
19388         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
19389
19390         * constants.c (current_constant_pool_tags, current_constant_pool_data,
19391         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
19392         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
19393         (set_constant_entry, find_constant1, find_constant2,
19394         find_class_constant, count_constant_pool_bytes, write_constant_pool,
19395         find_utf8_constant, find_class_or_string_constant):  New functions.
19396
19397         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
19398         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
19399         (give_name_to_class, get_class_constant):  Likewise.
19400         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
19401         (get_name_and_type_constant, get_ref_constant):  Removed.
19402         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
19403         * parse.y:  Don't save/restore tree_constant_pool.
19404         * verify.c (verify_jvm_instructions):  Update for new approach.
19405         * expr.c (expand_invoke, expand_java_field_op): Likewise.
19406
19407         * lang-options.h:  Added -femit-class-file, -femit-class-files.
19408         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
19409         (lang_f_options):  Added "emit-class-file(s)".
19410
19411         * expr.c (build_java_arrayaccess):  Generate more efficient array
19412         bounds checking, by using unsigned compare.
19413
19414         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
19415
19416 1998-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19417
19418         * parse.h: New comment on the handling of unresolved type
19419         identifiers. JDEPs are now part of the jdep_code enum.
19420         (typedef struct jdep): Now use enum jdep_code or int, depending on
19421         availability. Both are narrowed down to an 8 bits bitfield.
19422         (CALL_EXPR_PRIMARY): Fixed comment.
19423
19424 1998-06-10  Tom Tromey  <tromey@cygnus.com>
19425
19426         * Make-lang.in (java): Added gjavac and jvgenmain.
19427         (java.start.encap): Depend on gjavac.
19428         (java.rest.encap): Depend on jvgenmain.
19429
19430         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
19431         (JAVA_CROSS_NAME): Likewise.
19432         (java.all.build): Depend on jvgenmain and gjavac.
19433         (java.all.cross): Depend on jvgenmain and gjavac-cross.
19434         (jvgenmain$(exeext)): New target.
19435         (java.install-common): Wrote.
19436         * config-lang.in (compilers, stagestuff): Added gjavac and
19437         jvgenmain.
19438
19439 1998-06-10  Dave Brolley  <brolley@cygnus.com>
19440
19441         * lang.c (lang_decode_option): New argc/argv interface.
19442
19443 1998-06-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19444
19445         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
19446         * decl.c (build_decl_no_layout): New function.
19447         * expr.c (java_lang_expand_expr): Layout declarations found in
19448         blocks before they're pushed.
19449         * jcf-parse.c (load_class): Save current line when parsing class
19450         file.
19451         (parse_source_file): Register class before expanding their
19452         methods.
19453         * lang.c (put_decl_node): Produce `null' when `void *' is
19454         processed.
19455         * lex.c (static tree wfl_op): New static global, for error report
19456         on casts.
19457         (java_init_lex): wfl_operator and wfl_op initialized
19458         here. Filename caching added for wfl_op. Return wfl_op when `(' is
19459         parsed.
19460         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
19461         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
19462         build_unresolved_array_type): New static function definitions.
19463         (build_decl_no_layout): New extern function declared.
19464         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
19465         faulty modifier exists.
19466         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
19467         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
19468         (UNARY_PLUS_EXPR): New fake operator.
19469         (struct parser_ctxt): New field osb_number.
19470         * parse.y (static tree wfl_operator): New static WFL for operator
19471         bound error messages.
19472         (DECR_TK, INCR_TK): Moved.
19473         (OP_TK): Tagged <operator>.
19474         (array_type:): Now call build_unresolved_array_type.
19475         (dim_expr:): Count the number of '[' seen.
19476         (post_increment_expression, post_decrement_expression,
19477         pre_increment_expression, pre_decrement_expression,
19478         unary_expression_not_plus_minus, unary_expression:): Actions are
19479         now building the corresponding unary expressions.
19480         (cast_expression:): Actions are now building cast expressions.
19481         (build_unresolved_array_type): New function.
19482         (create_interface): Reset the number of declared interfaces.
19483         (create_class): Likewise.
19484         (method_header): Methods declared within the scope of an interface
19485         are now implicitly set public and abstract.
19486         (java_complete_class): Variable's and parameter's type are patched
19487         with a promoted type.
19488         (declare_local_variables): Resolved non builtin types are promoted
19489         before being used to build a variable decl. Removed type patch
19490         posted on variable initialization statement.
19491         (source_start_java_method): Use build_decl_no_layout to build the
19492         decl of a parameter of incomplete type.
19493         (java_register_parsed_class): Process interfaces too. Call
19494         rest_of_decl_compilation on each processed class declarations.
19495         (java_complete_expand_methods): Don't attempt to expand things in
19496         interfaces.
19497         (java_complete_tree): Process CONVERT_EXPR, even though it always
19498         has a type. Propagate error_mark_node to node's type too. Promote
19499         method's call argument type and return error_mark_node if
19500         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
19501         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
19502         handle unary operator nodes.
19503         (build_assignment): Added comment.
19504         (print_int_node): New function.
19505         (patch_assignment): New second argument. New error handling. Use
19506         print_int_node. Handle references. Use can_cast_to_p to issue
19507         different error message according to the context and check upon
19508         the initialization of the RHS.
19509         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
19510         (operator_string): Handle more operators.
19511         (patch_binop): No longer use a function static
19512         wfl_operator. Improved error message on shift distance.
19513         (build_unaryop, build_incdec, build_cast, patch_unaryop,
19514         patch_cast): New functions.
19515
19516 1998-06-05  Per Bothner  <bothner@cygnus.com>
19517
19518         * jvspec.c:  New file.
19519         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
19520
19521         * java-tree.h (identifier_subst):  Add declaration.
19522
19523 1998-06-04  Tom Tromey  <tromey@cygnus.com>
19524
19525         * jvgenmain.c (main): Generate call to JvRunMain.
19526
19527         * class.c (make_class_data): Push value for "sync_info" field.
19528         * decl.c (init_decl_processing): Push "sync_info" field.
19529
19530 1998-06-03  Per Bothner  <bothner@cygnus.com>
19531
19532         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
19533         Java (source) name, not signature.
19534         Set TYPE_ALIGN to (at least) that of element_type.
19535
19536 1998-06-02  Per Bothner  <bothner@cygnus.com>
19537
19538         * class.c:  Moved classname-mangling-rekated code to ...
19539         * mangle.c:  ... this new file.
19540         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
19541         * Makefile.in:  Update for above changes.
19542
19543 1998-06-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19544
19545         * expr.c (truthvalue_conversion): Convert integer and floating
19546         point value to their truth value.
19547         * lex.c (java_lex): Handle the `null' literal.
19548         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
19549         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
19550         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
19551         New macros.
19552
19553         * parse.y: Reorganization/documentation on token declaration.
19554         (binop_lookup[]): New added new tree codes.
19555         (relational_expression): Build corresponding binary operators.
19556         (equality_expression, conditional_and_expression,
19557         conditional_or_expression): Likewise.
19558         (java_complete_class): Fix crash in debug message.
19559         (java_complete_tree): Check initialization of method call
19560         arguments. Further bogus node evaluation to detect more error
19561         during assignments. Handles more binary operators.
19562         (patch_assignment): Use DECL_P.
19563         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
19564         code.
19565         (operator_string): Handle more case. Compacted source.
19566         (patch_binop): Changed function comment. Checking for
19567         uninitialized first operand takes the compound assignment into
19568         account and uses DECL_P. Checking for uninitialized second operand
19569         delayed to routine's end. Use macros to issue type bound error
19570         messages and issue messages on both operands if their types are
19571         different. Force fixed type into node. Handle all binary
19572         operators.
19573
19574 1998-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19575
19576         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
19577         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
19578         build operator node and return tokens.
19579         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
19580         * parse.h (java_complete_tree): Changed returned type in prototype.
19581         (build_method_invocation, build_assignment, patch_assignment,
19582         patch_binop): New static function declarations.
19583         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
19584         BUILD_EXPR_WFL): New macros.
19585         * parse.y (enum tree_code binop_lookup[]): New static for token to
19586         TREE_CODE lookup.
19587         (%union): Parser union has new sub-structure `operator'.
19588         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
19589         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
19590         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
19591         ASSIGN_ANY_TK): Tokens tagged `operator'.
19592         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
19593         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
19594         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
19595         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
19596         (assignment_operator:): Rule tagged `operator'.
19597         (expression_statement:): Re-installed default rule.
19598         (method_invocation:): Sub rules call build_method_invocation.
19599         (postfix_expression:): Don't attempt to resolve name here. Just
19600         return an ID.
19601         (multiplicative_expression:): Sub-rules build corresponding binop
19602         expression node.
19603         (additive_expression:, shift_expression:, and_expression:,
19604         exclusive_or_expression:, inclusive_or_expression:): Likewise.
19605         (assignment:): Sub rule invoke build_assignment.
19606         (assignment_operator:): Default rules on sub rules.
19607         (force_error): Added documentation on this variable.
19608         (declare_local_variables): Build initialization calling
19609         build_assignment.
19610         (expand_start_java_method): Removed unused rtx declaration. Mark
19611         arguments as already initialized.
19612         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
19613         (java_complete_expand_methods): Don't process next method if
19614         completion of the previous one triggered errors.
19615         (java_complete_expand_method): Call source_end_java_method if no
19616         error were found during completion.
19617         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
19618         locals declaratilon. Handle names found within a class. Return
19619         error_mark_node when things aren't found.
19620         (patch_method_invocation_stmt): Return error_mark_node on failures.
19621         (patch_invoke): Removed unused local. Return the correct node.
19622         (java_complete_tree): Now returns a value. The BLOCK section binds
19623         local identifiers and the type of a BLOCK is now void. Assign the
19624         result of operand completion on COMPOUND_EXPR. Assign the
19625         encapsulated node of a WFL to the result of its completion, except
19626         when the node is an identifier. Now handle MODIFY_EXPR and several
19627         binary operators. Return error_mark_node on errors.
19628         (build_method_invocation, build_assignment, patch_assignment,
19629         build_binop, operator_string, patch_binop): New functions.
19630         * typeck.c (binary_numeric_promotion): New function.
19631
19632 1998-05-21  Per Bothner  <bothner@cygnus.com>
19633
19634         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
19635         Replace most uses of ident_subst by identifier_subst.
19636
19637         * class.c (push_class_static_dummy_field):  Removed function.
19638         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
19639         instead of looking got "class" static field.  Create that decl here.
19640         (class_identifier_node):  Removed;  no longer needed.
19641         (init_class_processing):  Don't init class_identifier_node.
19642         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
19643         Do nreverse 0 times (instead of twice) for Object and Class.
19644         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
19645
19646 1998-05-20  Per Bothner  <bothner@cygnus.com>
19647
19648         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
19649         while initializing linenumber_count and linenumber_table.
19650         Do it before init_function_start (which calls emit_line_note).
19651         * expr.c (expand_byte_code):  Don't need to clear lineno here.
19652
19653 1998-05-18  Tom Tromey  <tromey@cygnus.com>
19654
19655         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
19656         then mangle number as _N_.
19657
19658         * class.c (mangle_class_field): New function.
19659         (build_class_ref): Set assembler name of class reference using
19660         mangle_class_field.
19661         (push_class_static_dummy_field): Likewise.
19662
19663 1998-05-17  Michael Tiemann <tiemann@cygnus.com>
19664
19665         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
19666         of assigning to TREE_CODE.  The latter method exploits a feature
19667         of GCC that is not ANSI compliant.
19668
19669 1998-05-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19670
19671         * decl.c (pushdecl_force_head): New function.
19672         (pushlevel): Removed conditional printf.
19673         (complete_start_java_method): Don't enter local variable scope if
19674         function is compiled from source code.
19675         * expr.c: parse.h now included
19676         (java_lang_expand_expr): New function.
19677         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
19678         printf. Terminate buffer when doing directories.
19679         * jcf-parse.c (parse_source_file): Call lang_init_source before
19680         parsing and before code generation.
19681         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
19682         use printf if the macro is defined.
19683         * lang.c (lang_init): Install lang_expand_expr hook on
19684         java_lang_expand_expr.
19685         (java_dummy_print): New function.
19686         (lang_init_source): New function.
19687         * lex.c (java_lex): Remember location of an opening brace at the
19688         second nesting level.
19689         (java_is_eol): Unget character seen after a CR if it is EOF.
19690         * parse.h: Now includes lex.h
19691         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
19692         printf if the macro is defined.
19693         (expand_start_java_method, build_expr_block, enter_block,
19694         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
19695         New static function declarations.
19696         (pushdecl_force_head): New extern function declaration.
19697         (INCOMPLETE_TYPE_P): New macro.
19698         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
19699         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
19700         BLOCK_EXPR_ORIGIN): New macros.
19701         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
19702         DECL_SOURCE_LINE_LAST): New macros.
19703         (struct parser_ctxt): Removed field current_method_decl, redundant
19704         with the field current_function_decl. Added fields
19705         first_ccb_indent1 and pending_block.
19706         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
19707         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
19708         tagged <node>
19709         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
19710         (compilation_unit:): Cosmetic on sub rule.
19711         (type_declaration:): Cosmetic on sub rules. Added an error rule.
19712         (variable_initializer:): Installed default rule on expression:.
19713         (method_declaration:): method_header: starts a new
19714         method. method_body: installs the function body, absorbs blocks
19715         emitted for temporary variable scopings, pops function's body block
19716         and merges function's last statement lineno in DECL_SOURCE_LINE.
19717         (method_body:): Installed default rules.
19718         (block:): Call enter_block when an opening brace is seen.  Absorb
19719         scoping blocks and call exit_block when a closing brace is seen.
19720         (block_statement:): Cosmetic changes.
19721         (method_invocation:): Create WFL around CALL_EXPR node.
19722         (patch_stage): Added comment around definition.
19723         (method_header): Try to use first_ccb_indent1 as the first line of
19724         the method, so BP debug info are emitted at the first opening
19725         brace of the function. If the function has no body, use the
19726         location of the function's name. Override currently defined method
19727         name with the matching WFL so we can point redefinition errors
19728         using the location where the function's name was declared.
19729         (check_abstract_method_header): Interprets DECL_NAME as an
19730         identifier or as a WFL, accordingly.
19731         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
19732         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
19733         location and name information out of it and reinstall DECL_NAME to
19734         its original identifier node value.
19735         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
19736         function's source code).
19737         (read_import_dir): Test the value returned by find_class and issue
19738         a fatal accordingly.
19739         (declare_local_variables): Push a new block for the scope of the
19740         new variable(s) if code has been already generated at that nesting
19741         level. Pinpoint redefinition errors using the variable id
19742         WFLs. Generate initialization code if necessary. If the variable
19743         type is incomplete, register a patch on its decl.
19744         (source_start_java_method): Rewritten. Define a new block for the
19745         function's parameters. Build parameter decl out of function's
19746         arguments and register them for a patch if their types are
19747         incomplete.
19748         (expand_start_java_method): Includes the part of
19749         source_start_java_method that was pushing the parameter decls and
19750         completing the method start code.
19751         (source_end_java_method): Removed call the expand_end_bindings and
19752         poplevel (already taken care of). Reinstall function's arguments
19753         and get function's last line of code before calling
19754         expand_function_end.
19755         (java_method_add_stmt): New comment before the function's
19756         code. Complement the second operand of the current COMPOUND_EXPR
19757         if necessary.
19758         (java_complete_expand_methods): Don't generate debug info on line
19759         zero when expanding a generated constructor.
19760         (java_complete_expand_method): Set start and end line numbers for
19761         a artificially generated constructor to one and manually call
19762         enter_block and exit_block when defining it. For all methods:
19763         expand function's start calling the new expand_start_java_method
19764         and invoke java_complete_tree on the effective method's body, if
19765         any.
19766         (resolve_expression_name): Now use lookup_name_in_blocks to search
19767         local variable decls and print out an error when variables are
19768         undefined.
19769         (patch_method_invocation_stmt): Inserted comment before the
19770         function's code.
19771         (lookup_method_invoke): Chain method's arguments using chainon
19772         with the current arg list as a second argument. Inserted missing
19773         IDENTIFIER_POINTER when reporting an error on methods not found.
19774         (refine_accessible_methods_list): Don't retain constructors.
19775         (patch_arguments): Function removed.
19776         (java_complete_tree): Inserted comment before the function's
19777         code. New case for BLOCKs. Moved the WFL case a bit
19778         further. Complete function's arguments.
19779         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
19780         maybe_absorb_scoping_blocks): New functions.
19781
19782 1998-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19783
19784         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
19785         previously set.
19786         * jcf-parse.c (parse_source_file, java_error_count): New forward
19787         and extern declarations.
19788         (java_parse_abort_on_error): Macro moved.
19789         (jcf_parse_source): fatal called if fopen fails. Now calls
19790         parse_source_file.
19791         (parse_source_file): New parse_only parameter. Reflects the
19792         elimination of the second pass.
19793         (yyparse): parse_source_file called with argument set to 0.
19794         * jcf.h (JCF_ZERO): Sets java_source to zero.
19795         * lex.c (java_init_lex): pass argument is gone. Function modified
19796         to be called once during the analysis of a file.
19797         (java_unget_unicode): Fixed typo in fatal message.
19798         (java_get_line_col): Likewise.
19799         (java_lval): Likewise. String literals no longer built during
19800         second pass.
19801         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
19802         account.
19803         * parse.h (MODIFIER_WFL): New macro.
19804         (parse_check_super, parser_check_super_interface): Now return int.
19805         (parser_chain_incomplete_item, not_builtin_p,
19806         complete_method_decl): Declarations removed.
19807         (build_method_invocation_stmt, build_invoke): Renamed using the
19808         `patch' instead of `build'
19809         (register-incomplete_type, obtain_incomplete_type,
19810         java_complete_tree, java_complete_expand_method,
19811         unresolved_type_p, create_jdep_list): New function declarations.
19812         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
19813         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
19814         (jdep): New typedef on new struct _jdep.
19815         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
19816         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
19817         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
19818         JDEP_RESOLVED_P): New macros.
19819         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
19820         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
19821         JDEP_VARIABLE): New enum values and jdep kinds.
19822         (jdeplist): New typedef on struct _jdeplist.
19823         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
19824         macros.
19825         (CALL_EXPR_PRIMARY): New macro.
19826         (struct parser_ctxt): Fields java_pass, current_method_decl,
19827         method_decl_list deleted. New field jdeplist.
19828         (INCOMPLETE_P): Macro deleted.
19829         * parse.y (single_type_import_declaration:): Removed pass switch.
19830         (type_import_on_demand_declaration): Likewise.
19831         (field_declaration:): Removed pass switch on all sub rules.
19832         (class_declaration:): Call the complete_class_decl removed on
19833         class_body rules.
19834         (method_declaration:): Removed second pass switch. No longer chain
19835         methods decl when method_header reduced.
19836         (method_header:): Sub rules no longer depend on pass switch.
19837         (method_declarator:): Likewise.
19838         (method_body:): Likewise.
19839         (abstract_method_declaration:): Likewise.
19840         (block_statement:): Likewise.
19841         (local_variable_declaration:): Likewise.
19842         (argument_list:): Likewise.
19843         (method_invocation:): Likewise. Call to build_method_invocation_stmt
19844         removed. Partial CLASS_EXPR tree node built instead.
19845         (postfix_expression:): Removed pass switch on all sub rules.
19846         (java_pop_parser_context): Free classd_list content.
19847         (yyerror): Call obstrack_grow0 to finalize error message.
19848         (check_class_interface_creation): Comment modified to reflect new
19849         returned value meaning. Removed second pass switch. Return 1 if an
19850         error was found, 0 otherwise. Adjust pointer on filename if a
19851         leading path separator was found.
19852         (maybe_create_class_interface_decl): Removed first pass switch
19853         when linking the class decl to the class_list. Install a new
19854         jdep_list for the class.
19855         (add_superinterfaces): List of unresolved interfaces is
19856         gone. Unresolved interfaces are directly added to the current
19857         dependencies list.
19858         (create_interface): Second pass shortcut removed.
19859         ctpx->modifier_ctx access through MODIFIER_WFL.
19860         (create_class): Second pass shortcut removed. Call to
19861         register_incomplete_type replaces the call to
19862         parser_chain_incomplete_item.
19863         (complete_class_decl): Function removed.
19864         (duplicate_declaration_error): New way of retrieving redeclared
19865         item type.
19866         (register_fields): Call to lookup_modifier_cl replaced by
19867         MODIFIER_WFL. New way of handling unresolved type, using
19868         unresolved_type_p and obtain_incomplete_type.
19869         register_incomplete_type replaces call to parser_chain_incomplete_item.
19870         (patch_stage): New static global variable.
19871         (method_header): New way of handling unresolved type, using
19872         unresolved_type_p and obtain_incomplete_type. patch_stage used to
19873         indicates that the method decl needs to be patched.
19874         (check_abstract_method_header): Call to lookup_modifier_cl
19875         replaced by MODIFIER_WFL.
19876         (method_declarator): Incomplete argument type are registered
19877         calling register_incomplete_type. Patch on the declared method is
19878         issued in that case.
19879         (unresolved_type_p): New function.
19880         (parser_check_super_interface): New comment to reflect function's
19881         modified returned type (int). Function and has a new argument
19882         this_wfl. Call to parse_error_context uses this_wfl instead of
19883         relying on lookup_cl.
19884         (parser_check_super): Comment reflects function's new returned
19885         type (int). Function returns nonzero value on error.
19886         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
19887         register_incomplete_type, jdep_resolve_class): New functions to
19888         handle incomplete types in declarations.
19889         (java_complete_class): Rewritten to work with the new incomplete
19890         type handling scheme.
19891         (complete_class_report_errors): Likewise.
19892         (complete_method_decl): Removed: it jobs is now handled by
19893         java_complete_class.
19894         (do_resolve_class): Class loaded in not already loaded and not
19895         found in Java source code.
19896         (java_check_regular_methods, java_check_abstract_methods): Don't
19897         call complete_method_decl anymore.
19898         (lookup_modifier_cl, not_builtin_p): Functions deleted.
19899         (read_import_dir): Got rid of the pass number dependency.
19900         (declare_local_variables): New handling of unresolved types (patch
19901         issued).
19902         (source_start_java_method): New parameter level. Function called
19903         with level set to 1 when argument types are potentially
19904         unresolved.  Called to complete the job with level set to 2 once
19905         types are complete.
19906         (source_end_java_method): Call to permanent_allocation
19907         removed. Waiting to be replaced by a more suitable obstack
19908         management.
19909         (java_complete_expand_methods, java_complete_expand_method,
19910         java_expand_finals): New functions.
19911         (build_method_invocation_stmt): Renamed
19912         patch_method_invocation_stmt. Extracts function call expression
19913         (wfl) and arguments (args) from CALL_EXPR tree operands.
19914         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
19915         call. Patch the function and argument operand of the CALL_EXPR
19916         tree argument.
19917         (patch_argument, java_complete_tree): New functions.
19918
19919 1998-04-20  Per Bothner  <bothner@cygnus.com>
19920
19921         Recover from missing fields and methods (i.e. error instead of fatal).
19922         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
19923         * expr.c (expand_invoke):  Recover from missing method.
19924         (expand_java_field_op):  Recover from missing field.
19925         Inline references to java.lang.{Integer,Char,...}.TYPE.
19926         * typeck.c (get_type_from_signature), java-tree.h:  New function.
19927         * class.c (add_method):  Use get_type_from_signature.
19928         (build_class_ref):  Handle a class that was not found.
19929         * typeck.c (convert):  Handle conversion to pointers (for convenience).
19930         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
19931         instead of lookup_field to handle missing fields.
19932
19933         * jcf-parse.c (process_zip_dir):  Set java_source.
19934
19935 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
19936
19937         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
19938
19939 1998-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
19940
19941         * jcf-parse.c (load_class): Don't change input_filename before
19942         calling jcf_parse_source (but still do it before calling
19943         jcf_parse).
19944         (jcf_parse_source): Assign input_filename after having saved the
19945         parser context.
19946         * lex.c (java_init_lex): Chain a WFL node to the import on demand
19947         list. ctxp->modifier_ctx zeroed according to its new
19948         definition. ctxp->filename initialized. Removed
19949         JAVA_MODIFIER_CTX_UNMARK.
19950         (java_unget_unicode): Update the character based column position.
19951         (java_allocate_new_line): ref_count not used anymore. Always free
19952         ctxp->p_line. Initialize c_line->char_col to 0.
19953         (java_get_unicode): Update the character based column position.
19954         (java_lex): Use ctxp->elc to store current position in source
19955         file, at the beginning of the parsed token. Set modifier_ctx entry
19956         corresponding to the parse modifier to a WFL node. Return a WFL
19957         node when an identifier is parsed.
19958         (java_lex_error): Now uses ctxp->elc to store current position in
19959         source.
19960         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
19961         * lex.h (build_wfl_node): New function definitions.
19962         (struct java_line): ref_count and next fields are gone. New field
19963         char_col.
19964         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
19965         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
19966         (JAVA_COLUMN_DELTA): New macro.
19967         (java_lc): New typedef on new struct _java_lc.
19968         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
19969         (parse_error_context, parse_warning_context): Changed prototypes.
19970         (java_get_line_col): Added as an available global function.
19971         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
19972         (IC_DECL): Replaced by macro IC_TYPE
19973         (DEPEND_WFL): New macro.
19974         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
19975         wrong modifier.
19976         (exit_java_complete_class): Removed a commented out statement.
19977         (struct parser_ctxt): Added comments on fields. modifier_ctx is
19978         now an array of tree nodes. Deleted fields line_list and
19979         e_line. New field elc, to replace e_line.
19980         * parse.y (array_type:): Build WFL node.
19981         (qualified_name:): Build a single WFL node out of two. Retain
19982         the location information of the first node in the resulting node.
19983         (package_declaration:): Use package name as a WFL node
19984         (single_type_import_declaration:): Use imported name as a WFL node.
19985         (type_import_on_demand_declaration:): Use root of the imported
19986         packages as a WFL node.
19987         (field_declaration:): Removed unused local variable cl.
19988         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
19989         (yyerror): New static elc. Removed static error_line, error_pos.
19990         New local code_from_source. Save ctxp->elc into elc at the first
19991         pass. Call java_get_line_col to get a string of the line where
19992         the error occurred.
19993         (debug_line): Removed static function.
19994         (parse_error_context, parse_warning_context): Parameter cl is now
19995         a WFL node. Use its value to initialize ctxp->elc.
19996         (redefinition_error): Parameter cl is now a WFL node.
19997         (parse_add_interface): New parameter wfl. No longer call
19998         lookup_cl, use wfl instead.
19999         (check_class_interface_creation): Parameter cl is now a WFL node.
20000         (maybe_create_class_interface_decl): Likewise.
20001         (add_superinterfaces): New function.
20002         (create_interface): Removed local cl, node, super_decl,
20003         super_decl_type.  Function now uses id as a WFL node. Better
20004         warning/error report on obsolete or forbidden mix of
20005         modifiers. Now calls add_superinterfaces to register interfaces.
20006         (create_class): Removed local cl, node. Local variable id is used
20007         as a WFL node. Better error report on forbidden modifier
20008         mix. Uses add_superinterfaces to register interfaces.
20009         (find_field): Argument cl is now a WFL node. Now store the WFL
20010         node of a fields that needs to be checked for their
20011         initialization.
20012         (method_header): Local variable node non longer used. Local
20013         variable id replaces cl.
20014         (check_modifiers_consistency): Local variable cl is now a WFL
20015         node.
20016         (method_declarator): Local variable cl replaced by parameter id.
20017         (parser_qualified_name): Now uses parameter name as a WFL node.
20018         (parser_check_super_interface): New parameter wfl, for achieve
20019         greater accuracy during error reports.
20020         (parser_chain_incomplete_item): New parameter named location. Used,
20021         along the decl, to construct the incomplete item node.
20022         (java_complete_class): resolve_class now uses WFL node extracted
20023         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
20024         where appropriate.
20025         (complete_method_decl): Unresolved function's argument types are WFL.
20026         (resolve_class): Parameter cl is now a WFL node.
20027         (resolve_and_layout): Likewise.
20028         (do_resolve_class): Likewise. Try first to use cl and then do the
20029         lookup on the decl when calling check_pkg_class_access.
20030         (complete_class_report_errors): Use IC_TYPE in place of
20031         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
20032         instead of doing a lookup over the decl.
20033         (java_check_final): Use WFL info from field tree list.
20034         (lookup_cl): Rewritten and returns a statically defined WFL node.
20035         (lookup_modifier_cl): Now uses information from WFL nodes.
20036         (process_imports): Likewise.
20037         (read_import_dir): name and cl arguments replaced by a single WFL
20038         node. Function modified accordingly.
20039         (find_in_imports_on_demand): Now uses WFL node.
20040         (check_pkg_class_access): cl argument is now a WFL node.
20041         (declare_local_variables): Fixed to use WFL nodes.
20042         (resolve_expression_name): Likewise.
20043         (build_method_invocation_stmt): name_combo argument renamed
20044         wfl. Function modified to use WFL nodes.
20045         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
20046         (lookup_method_invoke): cl is now a WFL node. Added missing
20047         IDENTIFIER_POINTER to class type decl name.
20048
20049 1998-04-14  Dave Brolley  <brolley@cygnus.com>
20050
20051         * lang.c (init_parse): Now returns char* containing the filename.
20052
20053 1998-04-10  Per Bothner  <bothner@cygnus.com>
20054
20055         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
20056
20057         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
20058         * class.c (make_class_data):  If flag_assume_compiled, initial class
20059         state is CSTATE_PREPARED; make superclass and interfaces direct
20060         references, rather than constant pool indexes.
20061
20062 1998-04-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20063
20064         * parser.y: Include flags.h. Removed debug variable pl.
20065         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
20066         (block:): Likewise.
20067         (labeled_statement_nsi:): Generate debug info when reducing
20068         expression_statement:.
20069         (check_pkg_class_access): get_access_flags_from_decl invocation
20070         fixed for new CLASS_* flags location.
20071         (source_end_java_method): Save/restore parser context when
20072         entering/leaving this routine. Restore lineno to its right value
20073         before calling expand_end_bindings.
20074         (build_method_invocation_stmt): build_invoke called with the
20075         current line information.
20076         (build_invoke): New argument cl. Wrap the function call around a
20077         wfl node.
20078         (refine_accessible_methods_list): Changed comment, removed
20079         unnecessary code.
20080         * parse.h: Fixed typo in comments.
20081         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
20082         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
20083         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
20084         parser_ccb_indent.
20085         * lex.c (java_lex): Record the last closing curly bracket of a
20086         function.
20087         * jcf-parse.c (jcf_parse_source): Now calls
20088         java_check_methods. Clarified comment, fixed typo.
20089
20090 1998-04-09  Dave Brolley  <brolley@cygnus.com>
20091
20092         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
20093         (finish_parse): Expose for non USE_CPPLIB builds.
20094
20095 1998-04-08  Jeffrey A Law  (law@cygnus.com)
20096
20097         * lang.c (lang_print_xnode): New function.
20098
20099 1998-04-03  Per Bothner  <bothner@cygnus.com>
20100
20101         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
20102         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
20103         used to build a class's dispatch table.
20104         (make_class_data):  Generate dispatch table if flag_assume_compiled.
20105         Set dtable of class object to address of class_dtable_decl.
20106
20107         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
20108         be volatile and have side effects - generates better code.
20109
20110         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
20111         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
20112
20113         * expr.c (expand_invoke):  If class is final, method is
20114         effectively final, so can call it directly.
20115
20116         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
20117
20118         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
20119
20120 1998-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20121
20122         * parse.y (build_method_invocation_stmt): Removed extra argument
20123         to build_invoke.
20124
20125 1998-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20126
20127         * expr.c (dtable_indent): Now static global.
20128         (expand_invoke): Now call invoke_build_dtable and
20129         build_invokevirtual.
20130         (invoke_build_dtable, build_invokevirtual): New functions.
20131         * jcf-io.c (find_class): Defer issuing a warning by setting
20132         jcf->outofsynch to 1.
20133         * jcf-parse.c (jcf_out_of_synch): New function.
20134         (load_class): Test this_jcf.outofsynch flag and call
20135         jcf_out_of_synch accordingly.
20136         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
20137         comment indentation.
20138         * lex.c (java_get_unicode): Fixed code indentation.
20139         (java_lex): Create string literal. Fixed typo. Removed several
20140         premature obstack_free.
20141         * parse.h: New enums for name resolution and invocation mode.
20142         (struct qualification): New data structure.
20143         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
20144         (do_resolve_class, build_method_invocation_stmt,
20145         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
20146         debug_line, identical_subpath_p, invocation_mode,
20147         refine_accessible_methods_list, build_invoke,
20148         lookup_method_invoke): New functions declared.
20149         (build_invokevirtual, invoke_build_dtable, match_java_method,
20150         build_field_ref, jcf_out_of_synch): New references to external
20151         functions.
20152         (struct parse_ctxt): Removed artificial_constructor field.
20153         * parse.y: (array_type:): Type defined for this rule.
20154         (class_type:): Installed default rule for interface_type:.
20155         (array_type:): Now build Java array type.
20156         (qualified_name:): Now use obstack_grow0.
20157         (method_declaration:): Skip the artificial constructor added to
20158         the list, if any.
20159         (abstract_method_declaration:): Execute the code only during pass 1.
20160         (block:): Installed default rule in block_statements:.
20161         (block_statement:): Add the statement to the method during pass 2.
20162         (statement_expression): Installed default rule for
20163         method_invocation:.
20164         (argument_list:): Added code to build the argument list.
20165         (method_invocation:): Added call to create the method invocation
20166         node.
20167         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
20168         (debug_line): New function for debug.
20169         (complete_class_decl): No longer do something during pass 1.
20170         (method_header): Use BUILD_PTR_FROM_NAME.
20171         (parser_qualified_classname): Use obstack_grow0. Removed bogus
20172         obstack_free.
20173         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
20174         function's main comment.
20175         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
20176         classes.
20177         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
20178         (resolve_class): Now works with arrays.
20179         (do_resolve_class, resolve_and_layout): New functions.
20180         (java_check_regular_methods): Reverse method list before and after
20181         having processed it. No longer set ctxp->artificial_constructor.
20182         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
20183         accordingly. Fixed typo in issued error message. Now use
20184         obstack_grow0.
20185         (find_in_imports_on_demand): Now use obstack_grow0.
20186         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
20187         (source_end_java_method): Call expand_expr_stmt instead of
20188         expand_expr. Calls it before calling expand_function_end.
20189         (java_method_add_stmt): Do nothing if errors were found during
20190         parsing.
20191         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
20192         (build_method_invocation_stmt, build_invoke, invocation_mode,
20193         lookup_method_invoke, refine_accessible_methods_list,
20194         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
20195         New functions.
20196         * typeck.c (build_java_signature): Properly end method signature
20197         if return type skipped.
20198         (match_java_method): New function.
20199
20200 1998-03-16  Per Bothner  <bothner@cygnus.com>
20201
20202         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
20203
20204 1998-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20205
20206         * expr.c (build_invoke_non_interface): New function.
20207         (methods_ident, ncode_ident): Now static globals.
20208         (expand_invoke): Use build_invoke_non_interface.
20209         * java-tree.h (struct lang_decl): New field function_decl_body.
20210         (DECL_FUNCTION_BODY): New macro.
20211         * jcf-parse.c (jcf_parse_source): Deeper check before setting
20212         CLASS_FROM_SOURCE_P.
20213         (parse_source_file): Fixed typos. Call java_layout_parsed_class
20214         before starting pass 2. Call to java_generate_parsed_class replaced
20215         by java_register_parsed_class.
20216         * lex.c: Fixed typo in header. Some line width related formating.
20217         * lex.h: Some line width related formating.
20218         * parse.h (source_end_java_method, resolve_expression_name,
20219         complete_class_decl, maybe_create_class_interface_decl,
20220         check_class_interface_creation): New static function declarations.
20221         (java_layout_parsed_class, java_method_add_stmt): New function
20222         declarations.
20223         (struct parser_ctxt): Field mark_class_generate removed. New
20224         fields class_list and artificial_constructor.
20225         * parse.y: Fixed typo in header.
20226         (class_declaration:): Call complete_class_decl when class body
20227         parsed.
20228         (method_declaration:): Call source_end_java_method in pass 2 when
20229         the method body is defined.
20230         (postfix_expression:): Do expression name resolution on sub-rule
20231         name during pass 2.
20232         (create_class, create_interface): Merged common pieces.
20233         (check_class_interface_creation, maybe_create_class_interface_decl):
20234         New functions.
20235         (complete_class_decl): New function.
20236         (register_fields): Fixed line width related typo.
20237         (method_header): Correctly skip first argument when fixing
20238         argument line. Changed the loop.
20239         (java_check_circular_reference): Now use ctxp->class_list.
20240         (java_complete_class): Removed start/stop marking.
20241         (java_check_regular_methods): Now takes a class decl as an
20242         argument.  Add default constructor if none were encountered.
20243         (java_check_methods): Now use ctxp->class_list. Changed call to
20244         java_check_regular_methods.
20245         (source_start_java_method): Set DECL_ARG_TYPE for each function
20246         arguments.
20247         (source_end_java_method, java_method_add_stmt): New functions.
20248         (java_generate_parsed_class): No longer exists.
20249         (java_layout_parsed_class, java_register_parsed_class): New functions.
20250         (resolve_expression_name): New function.
20251
20252 1998-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20253
20254         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
20255         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
20256         until pass initializations are done. Call read_import_dir with
20257         pass set to 0.
20258         * parse.h: (lookup_modifier_cl): New function declared.
20259         (INTERFACE_FIELD_MODIFIERS): New macro.
20260         (OBSOLETE_MODIFIER_WARNING): New macro.
20261         * parse.y: (register_fields): Class type and current field name in
20262         local variables. Check modifier(s) if adding field(s) to an interface.
20263         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
20264         and report errors using the faulty modifier line context.
20265         (lookup_modifier_cl): New function.
20266         (read_import_dir): Detect and report default import processing
20267         failure.
20268
20269 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
20270
20271         Add a pair of -fassume-compiled/-fno-assume-compiled options.
20272         * class.c (is_compiled_class): Return 1 after making sure it
20273         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
20274         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
20275         * java-tree.h (flag_assume_compiled): Add decl.
20276         * lang.c (lang_f_options): Add the flag.
20277         (flag_assume_compiled): Add decl, default to 0.
20278
20279 1998-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20280
20281         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
20282         (is_compiled_class): Likewise.
20283         (layout_class): Likewise.
20284         (layout_class): Detect and lay out classes defined in source code.
20285         (interface_of_p, add_interface_do, may_add_interface): New
20286         function.
20287         (add_interface): Now use add_interface_do.
20288         (add_method_1): New function.
20289         (add_method): Now use add_method_1.
20290         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
20291         (complete_start_java_method): New function.
20292         (start_java_mehod): Now call complete_start_java_method.
20293         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
20294         (expand_invoke): Likewise and fixed typo.
20295         *gjava.c: (print_super_field): Use new argument to find_class
20296         DO_CLASS_FILE.
20297         (main): Likewise.
20298         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
20299         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
20300         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
20301         IDENTIFIER_NODE.
20302         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
20303         (add_method_1, push_class): New prototypes.
20304         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
20305         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
20306         directory where the class was found.
20307         (find_class): New argument DO_CLASS_FILE. Function find_class
20308         modified accordingly.
20309         *jcf-parse.c: (fix_class_path): New function.
20310         (load_class): Use new VERBOSE argument. load_class now finds and
20311         loads/parses .class/.java files. Save read_state of current_jcf
20312         if necessary.
20313         (java_parser_abort_on_error): New macro.
20314         (jcf_parse_source, parse_source_file): New function.
20315         (jcf_parse): Fixed typo.
20316         (yyparse): Call parse_source_file () only.
20317         (process_zip_dir): Fixed typo, fix zdir->filename_length when
20318         writing the real class name back in the zip directory entry.
20319         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
20320         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
20321         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
20322         (find_class): Prototype fixed.
20323         *lex.c: Added 1998 time stamp.
20324         Removed all static global variables, moved into the parser
20325         context data structure.. Now include unistd.h if SEEK_SET not
20326         defined.
20327         (java_init_lex): Rewritten.
20328         (java_sneak_unicode): Modified current unicode access in current line.
20329         (java_unget_unicode): Likewise.
20330         (java_allocate_new_line): New allocation management.
20331         (java_read_char): Modified access and storage of unget_utf8_value.
20332         New way of processing current unicode.
20333         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
20334         (java_get_unicode): Now use the parser context.
20335         (java_lineterminator): Likewise.
20336         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
20337         of the reentrant parser implementation. Function now use the
20338         parser context data structure and java_lval. Fixed production of
20339         the float and double constant "out of range" error message. Fixed
20340         obstack use. Return integer value when hitting a modifier. Now
20341         return type for TRUE, FALSE and other predefined types. Return
20342         identifier as a TREE_LIST list containing the current line context
20343         as the TREE_VALUE sub-node.
20344         (java_unicode_2_utf8): Fixed typo in declaration.
20345         (java_lex_error): Now use the parser context data structure.
20346         *lex.h: Added 1998 time stamp.
20347         (struct java_line): New fields ref_count and next.
20348         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
20349         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
20350         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
20351         *parse.h: Added 1998 time stamp.
20352         (java_parse_source_file): Renamed from parse_source_file.
20353         (YYERROR_NOW, YYNOT_TWICE): Fixed.
20354         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
20355         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
20356         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
20357         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
20358         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
20359         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
20360         (struct parser_ctxt): New data structure to keep the parser context.
20361         *parse.y: Added 1998 time stamp, got rid of static global variables.
20362         (java_error_count, ctxp): New global variables.
20363         (%union): New value field.
20364         (numeric_type, integral_type): Rules removed.
20365         (primitive_type): Rule defined to handle integral, float, double and
20366         boolean types.
20367         (qualified_name, package_declaration,
20368         single_type_import_declaration, type_import_on_demand_declaration,
20369         modifiers, class_declaration, super, interfaces,
20370         interface_type_list, class_body, field_declaration,
20371         field_declaration, variable_declarators, variable_declarator,
20372         variable_declarator_id, method_declaration, method_header,
20373         formal_parameter_list, formal_parameter, method_body, block,
20374         static, interface_declaration, extends_interfaces,
20375         abstract_method_declaration, local_variable_declarators): Rules now
20376         define actions.
20377         (force_error, do_warning): New global statics.
20378         (push_parser_context, parser_context_save_global,
20379         parser_context_restore_global, pop_parser_context): New functions.
20380         (yyerror): Now uses the global parser context. Fixed use of obstack.
20381         (parse_error, parse_error_context, parse_warning_context,
20382         java_accstring_lookup, redefinition_error, check_modifiers,
20383         parser_add_interface, create_interface, create_class, find_field,
20384         duplicate_declaration_error, register_fields, method_header,
20385         check_modifiers_consistency, check_abstract_method_header,
20386         method_declarator, parser_qualified_classname,
20387         parser_check_super_interface, parser_check_super,
20388         parser_chain_incomplete_item, java_check_circular_reference,
20389         layout_class_from_source, java_complete_class,
20390         complete_method_decl, resolve_class, complete_class_report_errors,
20391         java_check_final, check_method_redefinition,
20392         java_check_regular_methods, java_check_abstract_methods,
20393         java_check_methods, lookup_java_interface_method2,
20394         lookup_java_method2, lookup_cl, find_name_in_single_imports,
20395         process_imports, find_in_imports, read_import_entry,
20396         read_import_dir, find_in_imports_on_demand,
20397         check_pkg_class_access, not_builtin_p, declare_local_variables,
20398         source_start_java_method, java_generate_parsed_class): New
20399         functions.
20400         *typeck.c: (signature_include_return): New global variable.
20401         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
20402         to add the function returned type in the signature.
20403
20404 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
20405
20406         * jcf-io.c (open_in_zip): Use strncmp and LEN.
20407
20408 1998-01-29  Dave Brolley  <brolley@cygnus.com>
20409
20410         * Make-lang.in (java.info): Added.
20411         (java.install-info): Added
20412
20413 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
20414
20415         * Makefile.in (clean): Also remove java/parse.c.
20416
20417 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
20418
20419         Add a pair of -fbounds-check/-fno-bounds-check options.
20420         * lang.c (lang_decode_option): Add code to grok arguments.
20421         (flag_bounds_check): Add decl.
20422         (lang_f_options): New array w/ the option in it.
20423         * java-tree.h (flag_bounds_check): Add decl.
20424         * lang-options.h: New file.
20425         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
20426         of a static macro value.
20427         (JAVA_ARRAY_EXCEPTION): Delete macro.
20428
20429 1998-01-23  Per Bothner  <bothner@cygnus.com>
20430
20431         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
20432         * expr.c (build_anewarray):  Add missing promote_type.
20433
20434 1998-01-22  Per Bothner  <bothner@cygnus.com>
20435
20436         Add array types with known length to optimize bounds checking.
20437         * typeck.c (build_java_array_type):  Take length parameter.
20438         (java_array_type_length, build_prim_array_type):  New functions.
20439         * java-tree.h:  Update for new functions.
20440         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
20441         * class.c:  Use build_prim_array_type.
20442         * expr.c (can_widen_reference_to):  Handle known-length array types.
20443         (verify_jvm_instructions):  Keep track of integer push instructions
20444         followed by newarray/anewarray, so we can build known-length arrays.
20445         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
20446         (java_array_data_offset):  New function.
20447         (build_java_array_length_access):  New function.  Optimize if constant.
20448         (build_java_arrayaccess):  Constant fold bounds check.
20449         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
20450         (build_newarray, build_anewarray):  New functions.
20451         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
20452         * verify.c (merge_types):  Handle known-lengh array types.
20453
20454 1998-01-19  Per Bothner  <bothner@cygnus.com>
20455
20456         * expr.c (expand_byte_code):  Fix performace bug, which caused
20457         searching linenumber_table to be linear rather than constant.
20458
20459 1997-12-12  Per Bothner  <bothner@cygnus.com>
20460
20461         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
20462
20463         * decl.c, java-tree.h (soft_fmod_node):  New global.
20464         * decl.c (init_decl_processing):  Define __builtin_fmod.
20465         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
20466         using __builtin_fmod.
20467
20468 1997-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20469
20470         * keyword.h: New file, output of keyword.gperf as processed by
20471         gperf.
20472         * lex.c (java_lex_init): Initialize java_error_flag.
20473         * parse.c (YYERROR_NOW): Uses java_error_flag.
20474         * parse.y: New static java_error_flag. Useless definition of
20475         buffer_error gone.
20476         * parse.y (java_error): Portable error recovery using
20477         java_error_flag (not yet completely tuned).
20478
20479 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
20480
20481         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
20482
20483 1997-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20484
20485         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
20486         (parse.c, lex.c, keyword.h): New rules for Java source code
20487         front-end.
20488         * parse.c: Renamed into jcf-parse.c.
20489         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
20490         * keyword.gperf: New file, Java keywords.
20491         * parse.y: New file, Java language grammar.
20492         * parse.h: New file, Java language grammar definitions.
20493         * lex.c: New file, Java language lexer.
20494         * lex.h: New file, Java language lexer definitions.
20495
20496 1997-12-03  Per Bothner  <bothner@cygnus.com>
20497
20498         * decl.c (clinit_identifier_node), java-tree.h:  New global.
20499         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
20500         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
20501         * expr.c (expand_java_field_op):  Check for invalid assignment
20502         to final field.
20503
20504         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
20505
20506 1997-10-27  Per Bothner  <bothner@cygnus.com>
20507
20508         * verify.c (verify_jvm_instructions):  When processing a handler,
20509         attempt to set the current_subr to the right value.
20510         (More complicated code combines Sep 17 and Oct 22 versions.)
20511
20512 1997-10-24  Per Bothner  <bothner@cygnus.com>
20513
20514         * class.c (push_class):  Figure out (guess) name of source file.
20515         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
20516         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
20517         (parse_class_file):  Change return type from int to void.
20518         Call debug_start_source_file/debug_end_source_file.
20519
20520         * expr.c (build_java_binop):  Fix masking 2nd operand.
20521         * decl.c (init_decl_processing):  Set sizetype first.
20522
20523 1997-10-22  Per Bothner  <bothner@cygnus.com>
20524
20525         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
20526         (Revert Sep 17 change.)
20527
20528 1997-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20529
20530         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
20531         .class extension in their name and fix thing so we don't process
20532         them parse_zip_file_entries().
20533         (parse_zip_file_entries): Cleaned unused local variables.
20534
20535 1997-10-20  Per Bothner  <bothner@cygnus.com>
20536
20537         * expr.c (can_widen_reference_to):  Allows equal array element types.
20538         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
20539         * jcf-dump.c (RET):  Get (and print) index.
20540
20541         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
20542         Promote element type to POINTER_TYPE.
20543
20544 1997-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20545
20546         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
20547         find_in_current_zip, jcf_figure_file_type): Moved from
20548         jcf-reader.c to parse.c.
20549         * zextract.c: (read_zip_archive): takes file_comment_length possible
20550         field into account.
20551
20552 1997-10-20  Per Bothner  <bothner@cygnus.com>
20553
20554         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
20555
20556         * verify.c (merge_types):  Handle array types even better ...
20557
20558 1997-10-17  Per Bothner  <bothner@cygnus.com>
20559
20560         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
20561
20562         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
20563         * class.c (make_class_data):  Don't build fields_decl if no fields.
20564         When building fields_decl, skip if DECL_ARTIFICIAL.
20565
20566         * expr.c (java_stack_swap):  Update stack_type_map.
20567         * verify.c (merge_types):  Handle array types better.
20568
20569 1997-10-15  Per Bothner  <bothner@cygnus.com>
20570
20571         * class.c (add_field):  Don't promote short integral fields to
20572         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
20573         * expr.c (push_value):  Promote and convert short integral values.
20574
20575         * decl.c, java-tree.h (integer_two_node):  New constant node.
20576         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
20577
20578 1997-10-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20579
20580         * class.c (append_gpp_mangled_type): Use function argument
20581         unpromoted type to generate mangled name.
20582
20583 1997-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20584
20585         * constants.c (build_constant_data_ref): Now uses current_class
20586         instead of main_class.
20587         (build_constants_constructor): Now uses current_class instead of
20588         main_class.
20589         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
20590         of the global variable SeepZipFiles done here.
20591         * zextract.c (read_zip_archive): extra_field optional field taken
20592         into account while computing the position of the class file in the
20593         archive.
20594         * verify.c (verify_jvm_instructions): Use current_jcf to search
20595         the constant pool.
20596         * parse.c (load_class): First search for the class to load in the
20597         current zip file. Saves current_jcf (restored before returning
20598         from that function). Don't call JCF_FINISH in the class was found
20599         in the current ZIP file.
20600         (jcf_parse): If the class was found in the current ZIP file, save
20601         its tree_constant_pool (for later reuse).
20602         (parse_class_file): New function. Process each method defined in
20603         the current class and record the class as to be later registered.
20604         (yyparse): Rewritten. Figure the type of the current file and switch
20605         accordingly.
20606         * lang.c: New global variable current_jcf.
20607         (lang_init): Removed compiling_from_source test (done later, in
20608         yyparse). Removed call the jcf_parse ().
20609         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
20610         (typedef struct JCF): New fields seen_in_zip (to mark a class found
20611         in the current ZIP file) and zip_offset (offset to the class data in
20612         the current zip file).
20613         * jcf-reader.c: zipfile.h included.
20614         localToFile: New ZipFileCache static global variable
20615         (parse_zip_file_entries): New function. Browse the current ZIP
20616         file directory and process each class found.
20617         (process_zip_dir): New function. Register each class found in the
20618         ZIP file directory. The class aren't parsed but a valid JCF is
20619         link to each of them.
20620         (find_in_current_zip): New function. Search for a class in the
20621         current ZIP file directory. If found, prepare the class so that it
20622         can be loaded.
20623         (jcf_figure_file_type): New function. Examine the file structure
20624         to figure a class file, a ZIP file. If none of these categories are
20625         matched, a source file is assumed.
20626         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
20627         SeenZipFile: New global variable.
20628         (open_in_zip): Use zipmember's length to accelerate the search for
20629         a member. If zipmember was NULL and zip file successfully read,
20630         return 0.
20631         * java-tree.h: New global variable current_jcf declared.  Added
20632         declaration for current_constant_pool_tags, current_constant_pool_data,
20633         current_constant_pool_length, current_constant_pool_data_ref.
20634         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
20635         store the JCF of classes seen in a zip file) and tree *constant_pool
20636         (to save a loaded class constant pool). current_class declared here.
20637         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
20638         retrieve method_ref_constant.
20639         (PUSHC): java_push_constant_from_pool now uses current_jcf.
20640         (OBJECT): get_class_constant now uses current_jcf.
20641         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
20642         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
20643         (expand_invoke): Now uses current_class instead of main_class
20644         (build_class_init): Now uses current_class instead of main_class
20645         * class.c: New static global variable registered_class.
20646         (register_class): New function.
20647         (emit_register_class): Modified to use registered_class instead of
20648         main_class
20649         (is_compiled_class): Now take into account class seen in the archive.
20650
20651 1997-10-06  Per Bothner  <bothner@cygnus.com>
20652
20653         * except.h:  Renamed to: java-except.h.
20654         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
20655         * except.c:  Add semi-working (commented out) implementation.
20656
20657         * expr.c (expand_iinc):  Add needed flush_quick_stack.
20658         * parse.c (set_source_filename):  New function.
20659         (give_name_to_class):  Set input_filename from package.classname.java.
20660
20661         * jcf-io.c (find_class):  Don't look first in ".".
20662
20663 1997-10-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20664
20665         * zextract.c (read_zip_archive): Now takes into account the
20666         extra_field field.
20667         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
20668
20669 1997-09-20  Per Bothner  <bothner@cygnus.com>
20670
20671         * constants.c, java-tree.h (build_internal_class_name):  New function.
20672         (alloc_class_constant):  Re-implement using build_internal_class_name.
20673         * class.c (make_class_data):  Likewise.
20674         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
20675
20676 1997-09-17  Per Bothner  <bothner@cygnus.com>
20677
20678         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
20679         to NULL before pushing an exception handler target.
20680
20681         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
20682         (java_stack_swap, java_stack_dup):  Re-write to be safe from
20683         clobbering registers.
20684         (build_class_init):  New function.
20685
20686 1997-09-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20687
20688         * typeck.c (build_java_array_type): Temporary use
20689         permanent_obstack to create the array 'length' field.
20690         * expr.c (lookup_label): Temporay use permanent_obstack to create
20691         label if not found.
20692         * class.c (push_super_field): Tempory use permanent_obstack.
20693
20694 1997-09-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20695
20696         * typeck.c (type_for_mode): Now handles double_type_node and
20697         float_type_node.
20698         * verify.c (verify_jvm_instructions): The instruction following
20699         the wide bytecode is checked. OPCODE_ret added to the list of
20700         wide.
20701
20702 1997-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20703
20704         * class.c (make_class): Temporary use permanent_obstack. Set the
20705         class CLASS_P field to 1.
20706         (push_class): Temporary use permanent_obstack.
20707         (set_super_info): Temporary use permanent_obstack.
20708         (add_method): Temporary use permanent_obstack, set
20709         METHOD_TRANSIENT().
20710         (add_field): Temporary use permanent_obstack. Sets
20711         FIELD_VOLATILE() and FIELD_TRANSIENT().
20712         (build_class_ref): Temporary use permanent_obstack if the class
20713         isn't compiled.
20714         (build_static_field_ref): Temporary use permanent_obstack when
20715         creating field's rtl.
20716         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
20717         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
20718         and fields. Function finalized, as far as flag handling.
20719         (push_class_static_dummy_field): Temporary use permanent_obstack.
20720         (emit_register_class): Force generation of class registration at
20721         -O3 or deeper.
20722         * decl.c (end_java_method): Call permanent_allocation() before
20723         returning.
20724         * expr.c (can_widen_reference_to): Added comment to interface
20725         handling, fixed typo.
20726         (lookup_field): Now uses CLASS_P() to correct FIXME
20727         (expand_invoke): Verification on public && !static &&
20728         !abstract moved into soft_lookupinterfacemethod (kaffe).
20729         Use Object class dtable if objectref is an array when expanding
20730         invokeinterface.
20731         (java_push_constant_from_pool): Temporary use permanent_obstack
20732         for CONSTANT_string
20733         * parse.c (get_ref_constant): Temporary use permanent_obstack to
20734         create constant references.
20735         (get_constant): Temporary use permanent_obstack to create constant.
20736         (load_class): Temporary use permanent_obstack to load class.
20737         (jcf_parse): Temporary use permanent_obstack to perform class
20738         layout.
20739         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
20740         (build_java_signature): Temporary use permanent_obstack.
20741         * verify.c: (verify_jvm_instruction): removed unnecessary verification
20742         on ACC_SUPER flag.
20743         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
20744         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
20745         (CLASS_P): Defined
20746
20747 1997-09-11  Per Bothner  <bothner@cygnus.com>
20748
20749         * class.c (append_gpp_mangled_type):  Fix typo.
20750         (emit_register_class):  Use main_class to get class object, rather
20751         than looking for no-longer-existing static decl starting with _CL.
20752         * typeck.c (parse_signature_type):  Promote array element type
20753         if it is a RECORD_TYPE.
20754
20755 1997-09-10  Per Bothner  <bothner@cygnus.com>
20756
20757         * class.c (push_class_static_dummy_field):  New function.
20758         (mangle_static_field):  New. Do G++-style mangling of static fields.
20759         (layout_class):  Mandle static fields here, not in add_field.
20760         (build_class_ref):  The class object is now a dummy static field.
20761         * decl.c (find_local_variable):  Look for best, instead of first match.
20762         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
20763         (build_java_athrow):  Don't check here if exception is Throwable.
20764         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
20765         (TYPE_USED):  Removed.  No longer used ...
20766         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
20767         * verify.c (push_pending_label):  New function.
20768         (push_pending_block):  Renamed to check_pending_block.
20769         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
20770         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
20771         re-checking possible handlers) after a store (less wasted work).
20772         Check for null handler (finally) before calling add_handler.
20773         Various changes to (finally?) correctly handle try/finally.
20774
20775 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
20776
20777         * class.c: Include stdio.h.
20778
20779 1997-09-04  Per Bothner  <bothner@cygnus.com>
20780
20781         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
20782         to make sure class is initialized before static/special invoke.
20783
20784         * verify.c (verify_jvm_instructions):  On a store instruction,
20785         call find_local_variable to force pre-allocation of decl and rtx.
20786         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
20787
20788 1997-09-03  Per Bothner  <bothner@cygnus.com>
20789
20790         * class.c (build_class_ref):   Strip off "promoted_" if need be.
20791         (make_field_value): Call build_java_signature when needed.
20792         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
20793         * expr.c (build_java_athrow):  Don't push_value of exception.
20794         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
20795         match specification of [fd]cmp[lg] for NaNs.
20796         (expand_byte_code):  Add support for exception handler ranges.
20797         * except.c:  Add skeleton for EH code-generation.
20798         * verify.c (merge_types):  Treat all promoted integral types as equal.
20799         * constants.c (build_constants_constructor):  To force creation of
20800         current_constant_pool_data_ref, call build_constant_data_ref.
20801
20802         * javaop.def (lload):  Fix typo.
20803         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
20804
20805 1997-09-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
20806
20807         * parse.c: Don't include function.h.
20808
20809 1997-08-27  Per Bothner  <bothner@cygnus.com>
20810
20811         * except.[ch]:  New files.
20812         * Makefile.in (JAVA_OBJS):  Add except.o
20813         * expr.c:  Temporary warning about unimplemented exceptions.
20814         * verify.c:  Verify exception handlers.
20815
20816         * jcf-dump.c (disassemble_method):  Print exception table.
20817
20818 1997-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20819
20820         * expr.c (verify_jvm_instructions): Started a thorough
20821         verification of invoke* bytecodes.
20822         (expand_byte_code): flush quick stack if PC is the target of a
20823         branch.  and undef RET (conflicting with config/i386/i386.h).
20824         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
20825         used.
20826         (expand_invoke): Now handles invokeinterface and do more
20827         verification according to the bytecode.
20828         (lookup_field): Don't try to load the class if processing
20829         dtable_type.
20830         (can_widen_reference_to): Now handles interfaces.
20831         * decl.c (init_decl_processing): New global variable
20832         soft_lookupinterfacemethod_node, declared in java-tree.h.
20833         Call set_super_info on string_type_node.
20834         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
20835         defined.
20836         * class.c (set_super_info): Fills the CLASS_* flags according to
20837         access_flags.
20838         (get_access_flags_from_decl): Handles all class flags.
20839
20840 1997-08-26  Per Bothner  <bothner@cygnus.com>
20841
20842         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
20843         * parse.c (yyparse):  Check for abstract method, and missing code.
20844         * expr.c (expand_byte_code):  Change interface.
20845         * lang.c (put_decl_node):  Print promoted types prettier.
20846         * verify.c (verify_jvm_instruction):  Change interface.
20847         Partial support for scanning exception table.
20848         For load instructions, handle promoted integral types.
20849
20850 1997-08-21  Per Bothner  <bothner@cygnus.com>
20851
20852         * verify.c:  New file, with contents moved from expr.c.
20853         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
20854         * typeck.c (is_array_type_p):  Moved here from expr.c.
20855         * java-tree.h:  Add some now-needed function declarations.
20856         * Makefile.in (JAVA_OBJS): Added verify.o.
20857
20858 1997-08-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20859
20860         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
20861         METHOD_ABSTRACT flag.
20862
20863         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
20864         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
20865         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
20866
20867         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
20868         variables.
20869         (start_java_method): Hook for SYNCHRONIZED methods.
20870
20871         * expr.c (build_java_jsr, build_java_ret): New functions
20872         (JSR,PRE): New macros
20873         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
20874         (verify_jvm_instructions): tableswitch, lookupswitch,
20875         monitorenter, monitorexit, goto_w: verified.
20876         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
20877         (build_java_monitor): New function.
20878         (MONITOR_OPERATION): Modified to call build_java_monitor()
20879         (verify_jvm_instructions): Started a thorough verification of
20880         invoke* bytecodes.
20881
20882 1997-08-19  Per Bothner  <bothner@cygnus.com>
20883
20884         Support verification of jsr/ret subroutines (used for try/finally).
20885         * decl.c (return_address_type_node):  New type node.
20886         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
20887         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
20888         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
20889         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
20890         TYPE_USED):  New macros for special types in type_map.
20891
20892         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
20893         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
20894         BCODE_JUMP_TARGET.
20895         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
20896
20897         * expr.c (can_widen_reference_to):  New function.
20898         (pop_type):  Use it.
20899         (merge_type_state):  Support handling start of subroutine.
20900         (push_pending_block):  Return char* error message, instead of calling
20901         fatal on an error.  Also handle subroutines.
20902         (verify_jvm_instructions):  Handle errors from push_poending_block.
20903         Support jsr and ret instructions.
20904
20905 1997-08-19  Per Bothner  <bothner@cygnus.com>
20906
20907         * jcf-io.c (find_classfile):  Fix thinko.
20908         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
20909
20910 1997-08-12  Jason Merrill  <jason@yorick.cygnus.com>
20911
20912         * Makefile.in (BISON): Remove.
20913
20914 1997-08-07  Per Bothner  <bothner@cygnus.com>
20915
20916         * Makefile.in:  Convert to autoconf.
20917         * config-lang.in (outputs):  Added java/Makefile.
20918
20919         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
20920         Rename cc1java to jc1.
20921
20922         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
20923         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
20924
20925         * class.c (class_depth):  Do load_class if needed.
20926
20927         Mostly better verification.
20928         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
20929         (init_decl_processing):  Change return type of soft_checkcast.
20930         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
20931         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
20932         lang_print_error):  New functions.
20933         (lang_init):  Set global hook print_error_function to lang_print_error.
20934         * expr.c:  In the type_map ptr_type_node is only used for null now.
20935         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
20936         (merge_types):  Dererence pointer to record types before comparing.
20937         (decode_newarray_type, merge_types):  On error just return NULL.
20938         (build_java_binop):  Add preliminary implementation (with warning)
20939         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
20940         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
20941         (expand_compare, expand_java_goto, expand_java_call):  Don't
20942         push_pending_block, since that only makes sense when verifying.
20943         (merge_type_state):  Different return codes.
20944         (push_pending_block):  A block may need to be verified more than once.
20945         (expand_byte_code):  Warn about unused code at code generation time.
20946         (verify_jvm_instruction):  Changed logic, since code may need to be
20947         re-verified if type-state has changed.  Also, better error handling.
20948         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
20949         Improve newarray, anewarray, ?aload, athrow,
20950         * java-tree.h (LABEL_CHANGED):  New macro.
20951
20952 1997-08-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20953
20954         * decl.c (soft_athrow_node): New global variable initialized.
20955         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
20956         * typeck.c (convert): Added support for REAL_TYPE.
20957         (convert_to_char): New function.
20958         (convert): Handle CHAR_TYPE.
20959         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
20960         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
20961         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
20962         promoted type.
20963         (verify_jvm_instructions): Added break a the end of bogus unop: label.
20964         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
20965         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
20966         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
20967         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
20968         to Use The Right Things.
20969         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
20970         compatible with INT. BOOLEAN is made equivalent to BYTE.
20971         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull,
20972         OPCODE_ifnonnull): Now supported.
20973         (build_java_athrow): New function.
20974
20975 1997-08-04  Per Bothner  <bothner@cygnus.com>
20976
20977         Rename method name <init> to match G++ (and fix mangling).
20978         * class.c (layout_class):  Replace method name of <init> by class name.
20979         (make_method_value):  Do inverse renaming of constructor from <init>.
20980         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
20981         * typeck.c (lookup_java_constructor):  New function.
20982         * expr.c (expand_invoke):  If method_name is <init>, call
20983         lookup_java_constructor to find constructor.
20984
20985         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
20986
20987 1997-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
20988
20989         * parse.c (get_class_constant): Modified to handle array "classes"
20990         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
20991         wide type.
20992         (convert): Modified to handle real type.
20993         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
20994         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
20995         variables declared.
20996         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
20997         soft_multianewarray, soft_newarray_node, soft_throw_node): New
20998         global variables initialized.
20999         (find_local_variable): Handles the case of a pointer
21000         (end_java_method): Restore the use of one more scope
21001         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
21002         build_java_array_length_access, expand_java_arrayload,
21003         expand_java_arraystore, expand_java_array_length,
21004         expand_java_multianewarray, expand_java_anewarray,
21005         build_java_check_indexed_type, is_array_type_p,
21006         build_java_throw_out_of_bound_exception): New functions.
21007         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
21008         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
21009         OPCODE_<t>aload): Implemented code for verification.
21010         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
21011         ARRAY_NEW_MULTI): Macro defined.
21012         (CONVERT): Modified to invoke convert().
21013         (case OPCODE_aload2): Fixed index typo from 2 to 1.
21014
21015 1997-07-31  Per Bothner  <bothner@cygnus.com>
21016
21017         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
21018         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
21019         (make_class_data):  Field name needs '/' as package prefix.
21020         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
21021
21022 1997-07-25  Per Bothner  <bothner@cygnus.com>
21023
21024         Implement debug information for local variables.
21025         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
21026         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
21027         DECL_LOCAL_SLOT_CHAIN):  New macros.
21028         (struct lang_decl_var):  New type.
21029         * parse.c (give_name_to_locals):  Move to decl.c.
21030         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
21031         (start_java_method):  Re-write parameter handling.
21032         (pending_local_decls):  New global variable.
21033         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
21034         (find_local_variable):  Accept pc so we can skips decls not in range.
21035         (struct binding_level):  Add end_pc field.
21036         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
21037         (various):  Change so current pc gets passed to find_local_variable.
21038
21039         * decl.c (init_decl_processing):  Re-arrange fields in
21040         class_type_node and and method_type_node to match kaffe 0.9.1.
21041         * class.c (make_method_value, make_class_data):  Update
21042         initializations to match.
21043
21044 1997-07-16  Per Bothner  <bothner@cygnus.com>
21045
21046         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
21047         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
21048         (push_super_field):  New function.
21049         (make_class_data):  Handle inheritance of class static initializer.
21050         (layout_class):  New name mangling.
21051         * constants.c (build_constant_data_ref):  Init type of data array
21052         to a one-element array.
21053         (build_constants_constructor):  Set DECL_SIZE from complete array type.
21054         * decl.c:  Rename class_type, object_type etc to class_type_node,
21055         object_type_node etc.  Make former inherit from latter.
21056         * expr.c (expand_invoke):  Add cast of function address.
21057         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
21058         * parse.c (yyparse):  Don't call layout_class here.
21059         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
21060
21061 1997-06-14  Per Bothner  <bothner@cygnus.com>
21062
21063         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
21064         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
21065         (alloc_class_constant):  New.
21066         * expr.c (expand_invoke):  Make sure method's class is initialized.
21067         * class.c (interits_from_p, emit_register_class):  New functions.
21068         * parse.c (yyparse):  Call emit_register_class.
21069
21070 1997-06-09  Per Bothner  <bothner@cygnus.com>
21071
21072         * constants.c:  New file, to handle constant pool.
21073         * Makefile.in (JAVA_OBJS):  Add constants.o.
21074         * decl.c (init_decl_processing):  Update, fix, finish various structs.
21075         (pushdecl_top_level):  New.
21076         * parse.c (layout_class):  Moved to class.c.
21077         * expr.c (java_push_constant_from_pool):  New function.
21078         * class.c (build_class_ref):  Make work fully
21079         (make_class_data):  Emit super-class, constant pool, interface vector.
21080
21081 1997-06-03  Per Bothner  <bothner@cygnus.com>
21082
21083         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
21084         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
21085         * class.c (class_depth):  New function.
21086         (lookup_named_class):  Replaced by new function lookup_class.
21087         * decl.c (object_type_node, string_type_node):  New.
21088         Remove various types that we no longer need.
21089         * expr.c (verify_jvm_instructions):  New separate verifier pass.
21090         (push_type, pop_type):  New functions for verifier.
21091         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
21092         (expand_byte_code):  Simplify, since we assume already verified.
21093         (expand_invoke):  Now mostly works.
21094         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
21095         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
21096         * parse.c:  Wait to allocate class object until we know its name.
21097         (layout_class):  Calculate DECL_VINDEX for each virtual method.
21098         * typeck.c (get_array_type):  Rename to ...
21099         (build_java_array_type):  ... and provide working implementation.
21100         (build_java_signature):  New function - build Java signature of type.
21101         (set_java_signature):  New function - cache signature with type.
21102         (lookup_java_method):  New function.
21103
21104 1997-05-06  Per Bothner  <bothner@deneb.cygnus.com>
21105
21106         * class.c (ident_subst):  Take extra SUFFIX parameter.
21107         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
21108         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
21109         (build_class_ref):  Actually implement.
21110         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
21111         * decl.c (builtin_function):  New.
21112         (init_decl_processing):  Update for current Kaffe.  Declare some
21113         builtin Kaffe functions.
21114         * expr.c (build_address_of):  New.
21115         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
21116         Renamed (from expand_java_new etc), and added working implementations.
21117         (build_field_ref):  Now also handle static fields.
21118         (expand_invoke):  Implement invokestatic, and start implement rest.
21119         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
21120         * javaop.def:  Rename invokevirt -> invokevirtual.
21121         * lang.c (use_handles):  Removed.
21122         * parse.c:  Add support for ConstantValue attribute.
21123         Handle nested loading of a class.  (JPOOL_UTF):  New.
21124
21125 1997-03-11  Per Bothner  <bothner@deneb.cygnus.com>
21126
21127         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
21128
21129 1997-02-27  Per Bothner  <bothner@deneb.cygnus.com>
21130
21131         * Make-lang.in (java.install-man):  New empty rule.
21132         * typeck.c (set_local_type):  New function.
21133         * expr.c (STORE_INTERNAL):  Call find_local_variable,
21134         not find_stack_slot.  Call set_local_type.
21135
21136 1997-02-12  Per Bothner  <bothner@kalessin.cygnus.com>
21137
21138         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
21139         and building RECORD_TYPE CONSTRUCTORs.
21140         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
21141
21142         * lang.c (use_handles):  Change the default to 0.
21143         * decl.c:  Define and build class_type, field_type, utf8const_type.
21144         * class.c (make_class_data, make_field_value,
21145         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
21146         hashUtf8String, strLengthUtf8, mangled_classname:
21147         Functions to build reflective data structures.
21148         * parse.c (yyparse):  Call make_class_data.
21149
21150         * jcf-io.c (open_class, find_classfile):  New functions.
21151         * jcf-dump.c:  Support reading classfile from explicitly-named
21152         class file (without CLASSPATH searching).
21153
21154 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
21155
21156         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
21157         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
21158         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
21159         (get_constant):  Now trivial for CONSTANT_Utf8.
21160
21161         * jcf.h:  Make NEW_CPOOL the default.
21162         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
21163
21164 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
21165
21166         New directory.