* rtl.h (emit_line_note): Take a location_t.
[official-gcc.git] / gcc / java / ChangeLog
blob89bf762721fab15b10c3bc91f567879dc458f0ae
1 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
3         * expr.c (expand_byte_code): Adjist emit_line_note call.
5 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
7         * lang.c (java_handle_option): Don't handle filenames.
9 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
11         * jcf-path.c: Don't default-define PATH_SEPARATOR nor
12         DIR_SEPARATOR.
13         Use FILENAME_CMP.
14         * jcf-write.c: Don't default-define DIR_SEPARATOR.
15         * jcf.h: Delete COMPARE_FILENAMES definition.
17 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
19         * lang.c (java_init_options): Update prototype.
21 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
23         * decl.c (poplevel): Adjust define_label call.
25 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
27         * gjavah.c (flag_jni): Make non-static.
28         * parse-scan.y (ctxp): Make non-static.
30         * class.c (build_method_symbols_entry)
31         * expr.c (get_offset_table_index)
32         * jcf-parse.c (jcf_parse):
33         Mark the definition static, matching the forward declaration.
35 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
37         * lang.c (java_handle_option): Don't check for missing arguments.
39 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
41         * class.c (push_class): Use a location_t to save place.
42         (emit_register_classes): Set input_location. Adjust
43         expand_function_end call.
44         * resource.c (write_resource_constructor): Likewise.
45         * decl.c (end_java_method): Adjust expand_function_end call.
46         * parse.y (source_end_java_method): Likewise.
48 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
50         * lang.c (java_handle_option): Likewise.
52 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
54         * lang.c (java_handle_option): Special-casing of optional
55         joined arguments no longer needed.
56         * lang.opt: Update switches that take optional argument.
58 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
60         * lang.opt: Declare Java.
61         * lang.c (java_init_options): Update.
63 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
65         * lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h.
67 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
69         * lang-specs.h: Rewrite -MD and -MMD to append an underscore.
70         * lang.c (java_handle_option): -MD and -MMD have an underscore.
71         * lang.opt: -MD and -MMD have an underscore.
73 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
75         * class.c (emit_register_classes): Adjust init_function_start
76         call.
77         * decl.c (complete_start_java_method): Likewise.
78         * resource.c (write_resource_constructor): Likewise.
80 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
82         * Make-lang.in: Update to use options.c and options.h.
83         * lang.c: Include options.h not j-options.h.
84         (java_handle_option): Abort on unrecognized option.
85         (java_init_options): Request Java switches.
87 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
89         * Make-lang.in: Handle mostlyclean.
91 2003-06-11  Tom Tromey  <tromey@redhat.com>
93         * lang.c (java_handle_option): Update dependency_tracking for
94         OPT_MF case.
96         * lang.c (java_handle_option): OPT_fbootclasspath_ can take an
97         empty argument.
99 2003-06-10  Andrew Haley  <aph@redhat.com>
101         * resource.c (write_resource_constructor): Use expand_expr to
102         generate the address of the label attached to a resource.
103         * Make-lang.in (java/resource.o): Add expr.h
105 2003-06-10  Andrew Haley  <aph@redhat.com>
107         * lang.c (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
108         (java_decl_ok_for_sibcall): New.
110 2003-06-09  Neil Booth  <neil@daikokuya.co.uk>
112         * Make-lang.in (JAVA_OBJS, java/lang.o): Update.
113         (java/j-options.c, java/j-options.h): New.
114         * java-tree.h (resource_name, compile_resource_file,
115         compile_resource_data): Constify.
116         * jcf-write.c (jcf_write_base_directory): Similarly.
117         * jcf.h (jcf_write_base_directory): Similarly.
118         * lang.c: Include j-options.h.
119         (cl_options_count, cl_options, string_option, java_decode_option,
120         lang_f_options, lang_W_options, LANG_HOOKS_DECODE_OPTION,
121         process_option_with_no): Remove.
122         (resource_name): Constify.
123         (LANG_HOOKS_HANDLE_OPTION): Override.
124         (java_handle_option): New.
125         (java_init): Don't call jcf_path_init.
126         (java_init_options): Call jcf_path_init.
127         * lang.opt: New.
128         * resource.c (compile_resource_data, compile_resource_file): Constify.
130 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
132         * java-tree.h (DECL_FUNCTION_LAST_LINE): New.
133         (struct lang_decl_func): Add last_line field.
134         * parse.h (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
135         DECL_SOURCE_LINE_LAST): Remove.
136         * parse.y (missing_return_error, finish_method_declaration,
137         lookup_cl, start_artificial_method_body, source_end_java_method,
138         start_complete_expand_method): Adjust.
140 2003-06-08  Tom Tromey  <tromey@redhat.com>
142         * jvspec.c (jvgenmain_spec): Added `*' after fassume-compiled and
143         fno-assume-compiled.
145 2003-06-08  Roger Sayle  <roger@eyesopen.com>
147         * builtins.c (define_builtin_type, builtin_types): Delete.
148         (define_builtin): Rewritten to take just the built-in code,
149         the function's name, type and fallback library function name.
150         All built-ins used by Java are implicit and BUILT_IN_NORMAL.
151         (initialize_builtins): Overhaul to define the GCC builtins
152         used by gcj manually, providing the Java run-time's
153         implementations as the fallback library function.
155 2003-06-08  Anthony Green  <green@redhat.com>
157         * parse.y (patch_cast): Fix conversions from floating-point to
158         integral types.
160 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
162         * Make-lang.in: Update.
163         * lang.c: Include opts.h. Define cl_options_count and cl_options.
165 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
167         * lang.c (java_init_options): Update.
169 Thu Jun  5 18:33:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
171         * Make-lang.in:  Add support for stageprofile and stagefeedback
173 2003-05-31  Roger Sayle  <roger@eyesopen.com>
175         * lang.c (java_init_options): Prescribe wrap-around two's
176         complement arithmetic overflow by setting flag_wrapv.
178 2003-05-29  Roger Sayle  <roger@eyesopen.com>
180         * builtins.c (cos_builtin, sin_builtin, sqrt_builtin): Delete.
181         (builtin_record): Add an additional builtin_code field to
182         record which GCC built-in corresponds to the Java function.
183         (java_builtins):  Add new entries for atan, atan2, exp, log,
184         pow and tan.
185         (max_builtin, min_builtin, abs_builtin): Perform constant
186         folding on the resulting tree.
187         (java_build_function_call_expr): Likewise, perform constant
188         folding on the resulting tree.
189         (initialize_builtins): The NULL creators are now allowed in
190         the java_builtins table, which is now terminated by an entry
191         with builtin_code == END_BUILTINS.
192         (check_for_builtin): Likewise.  If the matching creator is
193         NULL, construct the call using java_build_function_call_expr
194         directly with the decl for the corresponding builtin_code.
196 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
198         * win32-host.c: Normalize copyright boilerplate.
200 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
202         * parse.y (print_int_node): Use string concatentation on
203         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
204         function calls into one.
206 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
208         * jcf-parse.c, jcf-write.c, lex.c: Replace all calls to
209         fatal_io_error with calls to fatal_error; add ": %m" to the end of
210         all the affected error messages.
212 2003-05-13  Richard Henderson  <rth@redhat.com>
214         * class.c (layout_class_method): Set DECL_EXTERNAL.
215         * decl.c (java_mark_decl_local, java_mark_class_local): New.
216         * java-tree.h (java_mark_class_local): Declare.
217         * jcf-parse.c (parse_class_file): Use it.
218         * parse.y (java_expand_classes): Likewise.
220 2003-05-04  Nathan Sidwell  <nathan@codesourcery.com>
222         * Make-lang.in (java/parse.o, java/parse-scan.o): Depend on input.h.
223         * lex.h: #include input.h.
224         * jv-scan.c (input_filename): Remove.
226 2003-05-02  Tom Tromey  <tromey@redhat.com>
228         PR java/10491:
229         * gjavah.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
230         (handle_inner_classes): New function.
232 2003-05-01  Tom Tromey  <tromey@redhat.com>
234         PR java/10459:
235         * parse.y (finish_for_loop): Do nothing if update expression is a
236         EXPR_WFL_NODE wrapping nothing.
237         (java_complete_lhs) <COMPOUND_EXPR>: Likewise.
239 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
241         * lex.h (input_lineno): Remove declaration.
242         * parse-scan.y: #include input.h.
243         (input_filename): Remove declaration.
244         (input_location): Add definition.
245         (input_line): Remove definition.
247 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
249         * lex.h (lineno): Rename to ...
250         (input_line): ... here
251         * parse-scan.y (lineno): Rename to ...
252         (input_line): ... here.
253         (reset_report): Rename lineno to input_line.
254         * check-init.c (check_init): Likewise.
255         * class.c (push_class): Likewise.
256         * decl.c (complete_start_java_method, end_java_method): Likewise.
257         * expr.c (expand_byte_code): Likewise.
258         * jcf-parse.c (give_name_to_class, parse_class_file): Likewise.
259         * jcf-write.c (generate_bytecode_insns): Likewise.
260         * lex.c (java_init_lex, java_allocate_new_line,
261         do_java_lex): Likewise.
262         * parse.h (YYNOT_TWICE): Likewise.
263         * parse.y (empty_statement, expression_statement,
264         java_pop_parser_context, java_parser_context_save_global,
265         yyerror, register_fields, method_header, safe_layout_class,
266         find_in_imports_on_demand, create_artificial_method,
267         source_end_java_method, start_complete_expand_method,
268         build_thisn_assign, java_complete_lhs,
269         maybe_absorb_scoping_block): Likewise.
271 2003-04-20  Mohan Embar  <gnustuff@thisiscool.com>
273         * jcf-io.c (find_class): use DIR_SEPARATOR instead of
274         '/' when computing java source filename
276 2003-04-13  Tom Tromey  <tromey@redhat.com>
278         * gjavah.c (print_c_decl): Indentation fix.
280 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
282         * class.c (make_field_value, make_method_value, get_dispatch_table)
283         (make_class_data, emit_offset_symbol_table)
284         * constants.c (build_constants_constructor)
285         * java-tree.h (START_RECORD_CONSTRUCTOR)
286         * parse.y (maybe_build_array_element_wfl):
287         Use build_constructor.
289 2003-04-10  Eric Blake  <ebb9@email.byu.edu>
291         PR java/10253:
292         * parse.y (string_convert_int_cst): Always use at least one digit
293         in string conversion. Remove ASCII dependence.
294         (merge_string_cste): Fix merging of 3-byte UTF-8 characters.
296 2003-03-16  Mohan Embar  <gnustuff@thisiscool.com>
298         * Make-lang.in: added win32-host.c
299         * jcf.h: defined macro JCF_OPEN_EXACT_CASE which
300         resolves to open() on non-Win32 platforms and
301         Win32-specific jcf_open_exact_case() on Win32
302         * jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
303         when trying .java and .class files
304         * win32-host.c: added to repository. Defines
305         Win32-specific jcf_open_exact_case()
307 2003-04-10  Andrew Haley  <aph@redhat.com>
309         * jcf-write.c (struct jcf_partial): num_jsrs: new field.
310         (maybe_free_localvar): Renamed from localvar_free.
311         Add new arg, really.
312         (generate_bytecode_insns): Set new variable, jsrs.
313         Only free local vars if no jsr insns have been emittted.
314         Call maybe_free_localvar, not localvar_free.
316 2003-03-30  Joseph S. Myers  <jsm@polyomino.org.uk>
318         * gcj.texi: Remove @ at start of file.
320 2003-03-25  Tom Tromey  <tromey@redhat.com>
322         * parse.y (create_interface): Call CHECK_DEPRECATED.
324 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
326         * Make-lang.in: Link jcf-dump against $(LDEXP_LIB).
328 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
330         * javaop.h (jfloat, jdouble): Make them structures mirroring
331         the bit fields of IEEE float and double respectively.
332         (JFLOAT_FINITE, JFLOAT_QNAN_MASK, JFLOAT_EXP_BIAS,
333         JDOUBLE_FINITE, JDOUBLE_QNAN_MASK, JDOUBLE_EXP_BIAS): New.
334         (union Word, union DWord): Delete.
335         (WORD_TO_FLOAT, WORDS_TO_DOUBLE): Update to match.
337         * gjavah.c (java_float_finite, java_double_finite, F_NAN_MASK,
338         D_NAN_MASK): Delete.
339         (jni_print_float, jni_print_double): New.  Generate
340         hexadecimal floating constants.
341         (print_field_info): Use jni_print_float/double.
343         * jcf-dump.c: Include math.h.  Use ldexp/frexp to assemble
344         finite floating point numbers for output; special case
345         non-finite floats.
347 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
349         * lang.c (java_dump_tree): Change return type from 'int' to 'bool'.
350         Replace 0 and 1 with true and false in return statements.
352 2003-03-19  Tom Tromey  <tromey@redhat.com>
354         * lex.c (do_java_lex): Renamed from java_lex.
355         (java_lex): New function.
356         Include timevar.h.
358 2003-03-13  Tom Tromey  <tromey@redhat.com>
360         * parse.y (resolve_inner_class): Error if qualifier is a primitive
361         type.
363 2003-03-04  Andrew Haley  <aph@redhat.com>
365         * gjavah.c (is_first_data_member): New global variable.
366         (print_c_decl): If it's the first data member, align it as the
367         superclass.
368         (process_file): Set is_first_data_member.
370 2003-03-11  Tom Tromey  <tromey@redhat.com>
372         * parse.y (resolve_field_access): Initialize class if field is
373         found in another static field.
374         * expr.c (build_class_init): Don't optimize out initialization of
375         implemented interface.
377 2003-03-11  Andrew Haley  <aph@redhat.com>
379         * jcf-io.c (caching_stat): Initialize origsep to remove compiler
380         warning.
382 2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>
384         * jcf-io.c (caching_stat): Account for both DIR_SEPARATOR
385         and DIR_SEPARATOR_2 for a target.
386         Correct minor typos.
388         * jcf-write.c (make_class_file_name): Take both DIR_SEPARATOR
389         and DIR_SEPARATOR_2 for a target into account.
391 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
393         * lang.c (java_init): Update prototype, move code to java_post_options.
394         (java_post_options): Similarly.
396 2003-03-05  Ranjit Mathew  <rmathew@hotmail.com>
398         * jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
399         compare file name components depending on the case-sensitivity
400         or otherwise of the host file system.
402         * jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
403         "strcmp" to compare file name components.
404         Use IS_DIR_SEPARATOR instead of comparing directly against
405         DIR_SEPARATOR.
406         (jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
407         comparing directly against DIR_SEPARATOR.
409 2003-03-04  Tom Tromey  <tromey@redhat.com>
411         * Make-lang.in (java.tags): New target.
413 2003-03-01  Roger Sayle  <roger@eyesopen.com>
415         * java/builtins.c (builtin_type): Handle DEF_FUNCTION_TYPE_VAR_3.
416         (initialize_builtins): Handle DEF_FUNCTION_TYPE_VAR_3.
418 2003-03-01  Tom Tromey  <tromey@redhat.com>
420         * parse.y (jdep_resolve_class): Only check deprecation if we found
421         a decl.
423 2003-02-28  Tom Tromey  <tromey@redhat.com>
425         PR java/9695:
426         * class.c (maybe_layout_super_class): Always pass a WFL to
427         do_resolve_class.
428         * parse.y (do_resolve_class): Updated comment to explain
429         parameters.
431 2003-02-26  Tom Tromey  <tromey@redhat.com>
433         * jcf-write.c (generate_classfile): Check whether class is
434         deprecated before writing attribute count.
436 2003-02-25  Roger Sayle  <roger@eyesopen.com>
438         * java/decl.c (java_init_decl_processing): Get soft_fmod_node from
439         built_in_decls[BUILT_IN_FMOD] rather than define it ourselves.
441 2003-02-23  Tom Tromey  <tromey@redhat.com>
443         * lang-options.h: Added -Wdeprecated.
444         * gcj.texi (Warnings): Document -Wdeprecated.
445         * java-tree.h (flag_deprecated): Declare.
446         * lang.c (lang_W_options): Added deprecated.
447         (flag_deprecated): New global.
448         * chartables.h: Rebuilt.
449         * gen-table.pl (process_one): Look at whitespace.
450         (print_tables): Define LETTER_SPACE, LETTER_MASK.
451         * parse.h (CLEAR_DEPRECATED): New macro.
452         (CHECK_DEPRECATED_NO_RESET): New macro.
453         * jcf-parse.c (handle_deprecated): New function.
454         (HANDLE_DEPRECATED_ATTRIBUTE): New define.
455         * jcf-reader.c (get_attribute): Handle Deprecated attribute.
456         * parse.y (resolve_type_during_patch): Check deprecation.
457         (jdep_resolve_class): Likewise.
458         (process_imports): Likewise.
459         (resolve_expression_name): Likewise.
460         (check_deprecation): Strip arrays from decl.  Check
461         flag_deprecated.
462         (patch_method_invocation): Also check the particular constructor
463         for deprecation.
464         (register_fields): Use CHECK_DEPRECATED_NO_RESET in loop.
465         * jcf-write.c (append_deprecated_attribute): New function.
466         (generate_classfile): Generate deprecated attribute when
467         appropriate.
468         * lex.c (java_parse_doc_section): Return type now void.  Rewrote.
469         (java_lex) [case '*']: Simplify logic.
470         (java_start_char_p): Use LETTER_MASK.
471         (java_part_char_p): Likewise.
472         (java_space_char_p): New function.
474 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
476         Change base class access representation.
477         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
478         (add_interface_do): Likewise.
480 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
482         * decl.c (java_init_decl_processing): Change
483         soft_lookupjnimethod_node to reflect the change in
484         signature of _Jv_LookupJNIMethod in libjava/jni.cc
485         * expr.c (build_jni_stub): Calculate and pass the size
486         on the stack of the arguments to a JNI function. Use
487         new target macro MODIFY_JNI_METHOD_CALL to allow a
488         target to modify the call to a JNI method.
490 2003-02-08  Roger Sayle  <roger@eyesopen.com>
492         * jcf-io.c (java_or_class_file): Use libiberty's lbasename
493         instead of basename to avoid compiler warnings on Tru64.
495 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
497         * gcj.texi: Update to GFDL 1.2.
499 2003-01-31  Andrew Haley  <aph@redhat.com>
501         * parse.y (java_expand_classes): Scan the whole class list looking
502         for access methods that haven't yet been expanded.
504 2003-01-31 Adrian Bunk <bunk@fs.tum.de>
506         Fix for java/4269:
508         * jv-scan.c: Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
509         to fix bootstrap on sparc-unknown-netbsdelf1.5.
510         * jcf-parse.c: Likewise.
512 2003-01-31  Mark Wielaard  <mark@klomp.org>
514         * gjavah.c (throwable_p): Allocate 1 more byte for string.
516 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
518         * class.c (make_class): Use BINFO_ELTS.
519         (set_super_info): Likewse.
520         (add_interface_do): Likewise.
522 2003-01-30  Tom Tromey  <tromey@redhat.com>
524         * jcf-parse.c (read_class): Update identifier's class value if it
525         changed during parsing.
527 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
529         * Make-lang.in (po-generated): Find the targets in $(parsedir).
530         Propagate change to all other rules as required.
531         (java/parse-scan.o): Add explicit dependency on
532         $(parsedir)/java/parse-scan.c .
534 2003-01-29  Tom Tromey  <tromey@redhat.com>
536         * parse.y (patch_assignment): Only transform the rhs of an
537         assignment when compiling to native.
539 2003-01-28  Tom Tromey  <tromey@redhat.com>
541         * jcf-write.c (generate_bytecode_conditional): Typo fixes.
543 2003-01-28  Tom Tromey  <tromey@redhat.com>
545         * lex.c (java_lex): Don't include UEOF as part of token.
546         (java_read_unicode): Error if \u sequence prematurely terminated.
548 2003-01-27  Tom Tromey  <tromey@redhat.com>
550         * parse.y (java_check_regular_methods): Check for construct after
551         checking types in throws clause.
553 2003-01-24  Tom Tromey  <tromey@redhat.com>
555         * class.c (build_static_field_ref): Only a String or numeric field
556         can fold to a constant.
558 2003-01-23  Tom Tromey  <tromey@redhat.com>
560         * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of
561         file name in resource buffer.
563 2003-01-23  Tom Tromey  <tromey@redhat.com>
565         * expr.c (build_known_method_ref): Use method's context to find
566         method table index.
568 2003-01-23  Tom Tromey  <tromey@redhat.com>
570         * constants.c (set_constant_entry): Allocated cleared memory.
572 2003-01-22  Tom Tromey  <tromey@redhat.com>
574         * java-tree.h: Don't use PARAMS.
575         * resource.c: Add prototypes for all functions.
576         (write_resource_constructor): Use `const char *' to avoid
577         warning.
579 2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>
581         * jcf-parse.c (process_zip_dir): Remove unused variable.
583 2003-01-22  Tom Tromey  <tromey@redhat.com>
585         * expr.c (build_invokeinterface): Abort if method's context is not
586         an interface.
588 2003-01-22  Tom Tromey  <tromey@redhat.com>
590         * gcj.texi (Input and output files): Mention non-class entries.
591         * decl.c (java_init_decl_processing): Call
592         init_resource_processing.
593         * java-tree.h (compile_resource_data, write_resource_constructor,
594         compile_resource_file, init_resource_processing): Declare.
595         * config-lang.in (gtfiles): Added resource.c.
596         * Make-lang.in (gt-java-resource.h): New target.
597         (JAVA_OBJS): Added resource.o.
598         (java/resource.o): New target.
599         * resource.c: New file.
600         * class.c (compile_resource_file): Moved to resource.c.
601         (registerResource_libfunc): Likewise.
602         (utf8_decl_list): Mark with GTY; now static.
603         * jcf-parse.c (classify_zip_file): New function.
604         (parse_zip_file_entries): Use it; compile .properties files.
605         (process_zip_dir): Use classify_zip_file and compute_class_name.
606         Don't write class name into zip directory.
607         (java_parse_file): Call write_resource_constructor.
608         (compute_class_name): New function.
609         * jcf-io.c (read_zip_member): Reindented.
611 2003-01-21  Tom Tromey  <tromey@redhat.com>
613         * class.c (supers_all_compiled): New function.
614         (make_class_data): Use it.
616 2003-01-21  Tom Tromey  <tromey@redhat.com>
618         * parse.y (method_header): Native method can't be strictfp.
619         No method can be transient or volatile.
621 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
623         Make-lang.in (jvspec.o-warn): Add -Wno-error.
625 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
627         * check-init.c: Fix comment typos.
628         * class.c: Likewise.
629         * constants.c: Likewise.
630         * decl.c: Likewise.
631         * except.c: Likewise.
632         * expr.c: Likewise.
633         * java-except.h: Likewise.
634         * java-tree.h: Likewise.
635         * javaop.h: Likewise.
636         * jcf-dump.c: Likewise.
637         * jcf-io.c: Likewise.
638         * jcf-parse.c: Likewise.
639         * jcf-write.c: Likewise.
640         * lang.c: Likewise.
641         * mangle.c: Likewise.
642         * typeck.c: Likewise.
643         * verify.c: Likewise.
645 2003-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
647         * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
648         * jcf-write.c: Include "tm_p.h".
650 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
652         * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
654 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
656         * builtins.c (java_build_function_call_expr): Renamed from
657         build_function_call_expr.  All callers changed.
659         * Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
660         * jcf-parse.c: Include tm_p.h.
662         * jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
663         warning.
665 2003-01-14  Tom Tromey  <tromey@redhat.com>
667         * class.c (make_class_data): Check that super is compiled before
668         building class reference to it.
670 2003-01-14  Andrew Haley  <aph@redhat.com>
672         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
673         varargs function -- correct.
675 2003-01-14  Andrew Haley  <aph@redhat.com>
677         * decl.c (java_init_decl_processing): Temporarily back out previous patch.
679 2003-01-14  Andrew Haley  <aph@redhat.com>
681         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
682         varargs function -- correct.
684         * parse.y (patch_assignment): Copy the rhs of an assignment into a
685         temporary if the RHS is a reference.
687 2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
689         * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
690         * keyword.h: Regenerated.
692         * All Files: Convert to ISO C style function definitions.
694 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
696         * parse.y (check_pkg_class_access): ANSIfy definition.
698 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
700         * decl.c, parse-scan.y, parse.y: Don't cast return value of
701         xmalloc et al.
703         * class.c, gjavah.c, parse.y, verify.c: Don't use PTR.
705 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
707         Merge from pch-branch:
709         2002-12-02  Geoffrey Keating  <geoffk@apple.com>
711         * Make-lang.in (java/gjavah.o): Update dependencies.
712         * gjavah.c: Include ggc.h.
714         2002-08-16  Geoffrey Keating  <geoffk@redhat.com>
716         * Make-lang.in (GCJH_OBJS): Add ggc-none.o.
717         (JCFDUMP_OBJS): Add ggc-none.o.
718         (java/jcf-dump.o): Depend on GGC_H.
719         * jcf-reader.c (jcf_parse_constant_pool): Use ggc_alloc to allocate
720         CPool substructures.
721         * jcf-parse.c (process_zip_dir): Use ggc_alloc to allocate JCFs.
722         * jcf-dump.c: Include ggc.h.
724         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
726         * jcf.h (union cpool_entry): New.
727         (struct CPool): Use gengtype to mark.  Change field 'data' to be
728         an array of unions.
729         (struct JCF): Use gengtype to mark.
730         (CPOOL_UINT): Update for new cpool_entry type.
731         (CPOOL_USHORT1): Likewise.
732         (CPOOL_USHORT2): Likewise.
733         (CPOOL_FINISH): Use GC to free cpool subfields.
734         * parse.h (struct parser_ctxt): Mark field current_jcf.
735         * lex.c (java_init_lex): Use GC to allocate struct JCF.
736         * jcf-parse.c (HANDLE_CONSTANT_Utf8): Update for new cpool_entry type.
737         (main_jcf): Use gengtype to mark.
738         (ggc_mark_jcf): Delete.
739         (get_constant): Update for new cpool_entry type.
740         (give_name_to_class): Likewise.
741         (get_class_constant): Likewise.
742         (init_outgoing_cpool): Use GGC to allocate struct CPool.
743         (java_parse_file): Use GGC to allocate struct JCF.
744         (init_jcf_parse): Don't call ggc_add_root.
745         * jcf-reader.c (jcf_parse_constant_pool): Update for new
746         cpool_entry type.
747         * java-tree.h (current_jcf): Use gengtype to mark.
748         (CPOOL_UTF): Update for new cpool_entry type.
749         (outgoing_cpool): Use gengtype to mark.
750         (struct lang_type): GC struct JCF and struct CPool.
751         * config-lang.in (gtfiles): Add jcf.h.
752         * constants.c (find_tree_constant): New.
753         (set_constant_entry): Allocate cpool subfields using GGC.  Update
754         for new cpool_entry type.
755         (find_constant1): Update for new cpool_entry type.
756         (find_constant2): Likewise.
757         (find_utf8_constant): Use find_tree_constant.
758         (find_class_or_string_constant): Remove unnecessary cast to jword.
759         Update for new cpool_entry type.
760         (count_constant_pool_bytes): Update for new cpool_entry type.
761         (write_constant_pool): Likewise.
762         (alloc_name_constant): Use find_tree_constant.
763         (build_constants_constructor): Update for new cpool_entry type.
765         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
767         * parse.y (mark_parser_ctxt): Delete.
768         (goal): Don't use ggc_add_root.
769         (create_new_parser_context): Use GC to allocate struct parser_ctxt.
770         (java_pop_parser_context): Let GC free parser_ctxt.
771         (java_parser_context_resume): Likewise.
772         * parse.h (struct parser_ctxt): Use gengtype to mark.
773         (ctxp): Likewise.
774         (ctxp_for_generation): Likewise.
775         * lex.h (struct java_lc_s): Mark for gengtype.
776         (java_lexer): Rearrange for gengtype.
777         * config-lang.in (gtfiles): Add lex.h, parse.h.
779 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
781         * All Files: Remove PARAMS macro.
783         * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,
784         jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or
785         `__STDC__' macros.
787         * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and
788         VA_CLOSE.
790 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
792         * Make-lang.in (java.install-common, java.uninstall,
793         java.install-info, java.install-man): Prepend $(DESTDIR)
794         to destination paths in all (un)installation commands.
795         (java.install-common): Rewrite $(LN) command to support
796         DESTDIR with "ln" as well as with "ln -s".
798 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
800         * java-tree.h: Protect against multiple inclusion.
802 2003-01-07  Tom Tromey  <tromey@redhat.com>
804         * class.c (add_assume_compiled): Don't adjust parent if we're
805         already at the root of tree.
807 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
809         * lang.c (dump_compound_expr): Prototype.
811 2003-01-03  Tom Tromey  <tromey@redhat.com>
813         Fix for PR java/8712:
814         * expr.c (build_instanceof): Build an NE_EXPR, not a COND_EXPR,
815         when simply checking against `null'.
817 2003-01-03  Tom Tromey  <tromey@redhat.com>
819         * gcj.texi (Standard Properties): Document http.proxyHost and
820         http.proxyPort.
822         * gcj.texi (GNU Classpath Properties): Document new properties.
824 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
826         * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
827         java/lang-options.h, java/mangle.c, java/mangle_name.c,
828         java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
830 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
832         * Make-lang.in, boehm.c, buffer.c,
833           buffer.h, builtins.c, class.c,
834           config-lang.in, constants.c,
835           convert.h, decl.c, except.c,
836           expr.c, java-except.h,
837           java-tree.h, javaop.def,
838           jcf-parse.c, jcf-write.c,
839           jv-scan.c, jvgenmain.c,
840           jvspec.c, keyword.gperf,
841           keyword.h, lang-options.h,
842           lang-specs.h, lang.c, lex.c,
843           lex.h, mangle.c, mangle_name.c,
844           parse-scan.y, parse.h, parse.y,
845           typeck.c, verify.c, xref.c,
846           xref.h: Replace "GNU CC" with
847           "GCC" in the copyright header.
849         * check-init.c, gjavah.c, javaop.h,
850           jcf-depend.c, jcf-dump.c, jcf-io.c,
851           jcf-path.c, jcf-reader.c, jcf.h,
852           zextract.c, zipfile.h: These files are
853           "part of GCC". Also say "GCC" not "GNU CC".
855 2002-12-30  DJ Delorie  <dj@redhat.com>
857         * Make-lang.in: Protect against texi2pod/pod2man failing.
859 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
861         * gcj.texi: Use @copying.
863 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
865         * gjavah.c (print_name_for_stub_or_jni): Adjust call to
866         print_cxx_classname.
867         (print_cxx_classname): Add add_scope parameter.
868         (print_class_decls): Do not emit a semicolon after the extern
869         "Java" block.
870         (process_file): Adjust calls to print_cxx_classname.
872 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
874         * gcj.texi: Include Cover Texts in man page.
876 2002-12-23  Jeff Sturm  <jsturm@one-point.com>
878         * class.c (build_static_field_ref): Check FIELD_FINAL.
880         * constants.c (alloc_class_constant): Use TYPE_CPOOL_DATA_REF
881         instead of current_constant_pool_data_ref.
882         * java-tree.h (current_constant_pool_data_ref): Undefine.
883         (JTI_CURRENT_CONSTANT_POOL_DATA_REF): Remove.
884         * jcf-parse.c (init_outgoing_cpool): Don't initialize
885         current_constant_pool_data_ref.
887         * except.c (prepare_eh_table_type ): Use DECL_NAME of class type,
888         not build_internal_class_name.
890         * parse.y (patch_incomplete_class_ref): Always emit `class$' method.
891         Use it when class ref isn't certain to be compiled.
893 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
895         * gcj.texi: Include gcc-common.texi.
896         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Depend on
897         $(srcdir)/doc/include/gcc-common.texi.
899 2002-12-22  Anthony Green  <green@redhat.com>
901         * gcj.texi (Limitations): Add note about org.xml.sax and
902         org.w3c.dom.
904 2002-12-20  Tom Tromey  <tromey@redhat.com>
906         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Handle case
907         where minimum case value is Integer.MIN_VALUE.
908         Fixes PR java/8955.
910 2002-12-18  Andrew Haley  <aph@redhat.com>
912         * parse.y (patch_invoke): Force evaluation order when `check' is
913         set.  For PR libgcj/8945.
915 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
917         * gcj.texi: Change version number to 3.4.
919 2002-12-05  Ranjit Mathew <rmathew@hotmail.com>
920         Andrew Haley <aph@redhat.com>
922         * parse.y (source_end_java_method): Remove custom encoding of line
923         numbers for a function decl before passing it to the back end.
925 2002-12-03  Andrew Haley  <aph@redhat.com>
927         * class.c (make_class_data): New field, "chain".
928         * decl.c (java_init_decl_processing): Likewise.
930 2002-12-02  Tom Tromey  <tromey@redhat.com>
932         For PR java/8740:
933         * parse.y (do_resolve_class): Handle qualified name via
934         recursion.
936 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
938         * boehm.c, buffer.c, builtins.c, check-init.c, class.c,
939         constants.c, decl.c, except.c, expr.c, gjavah.c, jcf-depend.c,
940         jcf-dump.c, jcf-io.c, jcf-parse.c, jcf-path.c, jcf-write.c,
941         jv-scan.c, jvgenmain.c, jvspec.c, lang.c, mangle.c, mangle_name.c,
942         parse-scan.y, parse.y, typeck.c, verify.c, xref.c, zextract.c:
943         Include coretypes.h and tm.h.
944         * Make-lang.in: Update dependencies.
946 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
948         * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.
950 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
952         * jcf-reader.c: Don't expand JCF_readu4 inside the
953         expansion of JCF_SKIP.
955 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
957         * jcf-reader.c: Don't expand JCF_readu4 inside the
958         expansion of JCF_SKIP.
960 2002-11-22  Tom Tromey  <tromey@redhat.com>
962         * parse.y (patch_binop): Cast right hand side of shift expression
963         to `int'.  Fixes PR java/8676.
965 2002-11-22  Ranjit Mathew <rmathew@hotmail.com>
966             Andrew Haley <aph@redhat.com>
968         * gcc/java/jcf-write.c (write_classfile): Remove target
969         class file, if it exists, before renaming the temporary
970         class file to it.
972 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
974         * jvspec.c (lang_specific_spec_functions): New.
976 2002-11-18  Tom Tromey  <tromey@redhat.com>
978         Fix for PR java/7912:
979         * expr.c (can_widen_reference_to): Allow cast of array to
980         Cloneable or Serializable.
981         * java-tree.h (java_lang_cloneable_identifier_node): Declare.
982         (java_io_serializable_identifier_node): Likewise.
983         * parse.y (java_lang_cloneable, java_io_serializable): Removed.
984         (valid_ref_assignconv_cast_p): Use new identifier nodes.
985         * lex.c (java_init_lex): Don't initialize java_lang_cloneable and
986         java_io_serializable.
987         * decl.c (java_init_decl_processing): Initialize
988         java_lang_cloneable_identifier_node and
989         java_io_serializable_identifier_node.
990         (java_lang_cloneable_identifier_node): New global.
991         (java_io_serializable_identifier_node): Likewise.
993 2002-11-14  Jens-Michael Hoffmann  <jensmh@gmx.de>
995         * buffer.c: Remove unnecessary casts.
996         * check-init.c: Likewise.
997         * class.c: Likewise.
998         * constants.c: Likewise.
999         * decl.c: Likewise.
1000         * except.c: Likewise.
1001         * gjavah.c: Likewise.
1002         * jcf-io.c: Likewise.
1003         * jcf-parse.c: Likewise.
1004         * jcf-path.c: Likewise.
1005         * jvspec.c: Likewise.
1006         * lang.c: Likewise.
1007         * lex.c: Likewise.
1008         * verify.c: Likewise.
1010 2002-11-06  Tom Tromey  <tromey@redhat.com>
1012         * gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in
1013         a JNI header.
1015 2002-11-05  Tom Tromey  <tromey@redhat.com>
1017         Fix for PR java/6388.
1018         * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
1019         * java-tree.h (enum java_tree_index): New values
1020         JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
1021         (decimal_int_max, decimal_long_max): New defines.
1022         * lex.c (yylex): Rewrote range checking.  Sign extend literals.
1023         (error_if_numeric_overflow): Rewrote range checking.
1024         * decl.c (java_init_decl_processing): Initialize decimal_int_max,
1025         decimal_long_max.
1027 2002-11-02  Tom Tromey  <tromey@redhat.com>
1029         * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
1031         * class.c (make_method_value): Put class name, not signature, into
1032         `throws' field.  For PR java/8415.
1034 2002-10-24  Tom Tromey  <tromey@redhat.com>
1036         * gcj.texi (Invoking gij): Document --showversion.
1037         (Standard Properties): java.library.path now set.
1039 2002-10-23  Tom Tromey  <tromey@redhat.com>
1041         * gjavah.c (decode_signature_piece): In JNI mode, print
1042         `jobjectArray' when array depth is nonzero.
1043         Fixes PR java/8296.
1045 2002-10-15  Andrew Haley  <aph@redhat.com>
1047         * parse.y (patch_invoke): Call force_evaluation_order on a static
1048         arg list.
1049         (resolve_qualified_expression_name): Call force_evaluation_order
1050         on a arg list that is part of a Qualified Expression Name.
1052         * lang.c (dump_compound_expr): New.
1053         (java_dump_tree): New.
1055 2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
1057         * gcj.texi: Added item describing the GCJ runtime property
1058         "gnu.gcj.progname".
1060 2002-10-15  Richard Henderson  <rth@redhat.com>
1062         * jcf-parse.c (get_constant): Fix type warning.
1064 2002-10-15  Andrew Haley  <aph@redhat.com>
1066         * java-tree.h (java_inlining_merge_static_initializers): Declare.
1067         (java_inlining_map_static_initializers): Declare.
1069 2002-10-14  Andrew Haley  <aph@redhat.com>
1071         * tree-inline.c (remap_block): All local class initialization
1072         flags go in the outermost scope.
1073         (expand_call_inline): Call java_inlining_map_static_initializers.
1074         (expand_call_inline): Call java_inlining_merge_static_initializers.
1075         * java/lang.c (merge_init_test_initialization): New.
1076         (java_inlining_merge_static_initializers): New.
1077         (inline_init_test_initialization): New.
1078         (java_inlining_map_static_initializers): New.
1080 2002-10-11  Mark Wielaard  <mark@klomp.org>
1082         * gcj.texi (Compatibility): Add Limitations and Extensions section.
1084 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1086         * class.c (JAVA_TREEHASHHASH_H): Use htab_hash_pointer.
1088 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1090         * parse.y (merge_string_cste): Add parentheses around & within |.
1092 2002-10-08  Tom Tromey  <tromey@redhat.com>
1094         * parse.y (variable_declarator_id): Simplify error path for
1095         array declarator error.  For PR java/8003.
1097 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
1099         * gjavah.c, jcf-dump.c, jv-scan.c: Globally replace GCCBUGURL with
1100         bug_report_url.
1102 2002-10-08  Andrew Haley  <aph@redhat.com>
1104         * parse.y (attach_init_test_initialization_flags): Check for
1105         error_mark_node.
1107 2002-10-07  Anthony Green  <green@redhat.com>
1109         * parse.y (merge_string_cste): Fix bug in string concatenation.
1111 2002-10-03  Michael Koch  <konqueror@gmx.de>
1113         * gcj.texi (Standard properties):
1114         Change default of java.awt.toolkit to gnu.awt.gtk.GtkToolkit.
1116 2002-10-02  Roger Sayle  <roger@eyesopen.com>
1118         PR optimization/6627
1119         * lang.c (java_init): If storing the vbit in function
1120         pointers, ensure that force_align_functions_log is atleast
1121         one to aid compatability with g++ vtables.
1123 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
1125         * jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
1126         foul of type-based aliasing.
1128 2002-09-30  Anthony Green  <green@redhat.com>
1130         * gcj.texi (Invoking jv-scan): Fix texinfo.
1132 2002-09-28  Anthony Green  <green@redhat.com>
1134         * gcj.texi (Invoking jv-scan): Add --no-assert documentation.
1135         (Code Generation): Add -fno-assert documentation.
1136         * jv-scan.c (flag_assert): New global.
1137         (options): Add assert option.
1138         (help): Add --no-assert documentation.
1139         * parse-scan.y (flag_assert): New global.
1140         * lang.c (lang_f_options): Add -fassert/-fno-assert support.
1141         (flag_assert): New global.
1142         * java-tree.h (flag_assert): New global.
1143         * lex.c (java_lex): Obey flag_assert.
1144         * jvspec.c (jvgenmain_spec): Strip -fassert/-fno-assert when
1145         calling cc1.
1147 2002-09-26  Andrew Haley  <aph@redhat.com>
1149         * expr.c (build_java_array_length_access): Check for null pointer.
1150         * expr.c (expand_java_arrayload): Likewise.
1152 2002-09-21  Richard Henderson  <rth@redhat.com>
1154         * jcf-parse.c (get_constant): Decode from IEEE no matter
1155         what the target format.
1157 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
1159         * ChangeLog: Follow spelling conventions.
1160         * class.c: Likewise.
1161         * decl.c: Likewise.
1162         * expr.c: Likewise.
1163         * gjavah.c: Likewise.
1164         * java-tree.h: Likewise.
1165         * jcf-dump.c: Likewise.
1166         * jcf-parse.c: Likewise.
1167         * jvspec.c: Likewise.
1168         * lang.c: Likewise.
1169         * mangle.c: Likewise.
1170         * parse.y: Likewise.
1172 2002-09-17  Tom Tromey  <tromey@redhat.com>
1174         * lex.c (java_read_unicode_collapsing_terminators): Handle case
1175         where \r appears at EOF.  Fixes PR java/7950.
1177 2002-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1179         * jvspec.c (lang_specific_driver): Remove unused variable.
1181 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
1183         * java-tree.h (union lang_tree_node): Add chain_next option.
1185 2002-09-16  Richard Henderson  <rth@redhat.com>
1187         * jcf-parse.c (get_constant): Runtime check for IEEE format;
1188         use new real.h interface.
1189         * jcf-write.c (find_constant_index): Use new real.h interface.
1190         * lex.c (IS_ZERO): Use REAL_VALUES_EQUAL.
1192 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
1194         * lang.c: Follow spelling conventions.
1196 2002-09-11  Per Bothner  <per@bothner.com>
1198         * parse.y (fold_constant_for_init):  If a VAR_DECL, convert numerical
1199         constant to the type of the field.
1200         (java_complete_tree):  Remove now-redundant code.
1202         * parse.y (fold_constant_for_init):  'null' is not a constant expr.
1204 2002-09-03  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
1206         For PR java/5794:
1207         * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the
1208         return label if a ret instruction for the jsr has been reached.
1210 2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>
1212         * parse.y (DIR_SEPARATOR): Don't define.
1213         (check_class_interface_creation): Use IS_DIR_SEPARATOR.
1215 2002-08-28  Andrew Haley  <aph@redhat.com>
1217         * verify.c (verify_jvm_instructions): Allow exception handler
1218         inside code that is being protected, but generate a warning.
1219         * except.c (link_handler): Initialize `expanded' in new eh_range.
1220         (binding_depth, is_class_level, current_pc): Declare extern.
1222 2002-09-01  Mark Wielaard <mark@klomp.org>
1224         * gcj.texi: Add chapter about system properties.
1225         Fixed some typos.
1227 2002-08-26  Tom Tromey  <tromey@redhat.com>
1229         * parse.y (try_builtin_assignconv): Allow narrowing primitive
1230         conversion if RHS_TYPE is byte, short, or char.
1232 2002-08-22  Tom Tromey  <tromey@redhat.com>
1234         * gcj.texi (Invoking gij): Document -cp and -classpath.
1236 2002-08-21  Tom Tromey  <tromey@redhat.com>
1238         * Make-lang.in (java/jcf-path.o): Use $(datadir), not
1239         $(prefix)/share.  For PR libgcj/7633.
1241         For PR java/6005 and PR java/7611:
1242         * lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
1243         (java_can_use_bit_fields_p): New function.
1245 2002-08-16  Tom Tromey  <tromey@redhat.com>
1247         * gcj.texi (Class Initialization): Mention class initialization of
1248         arrays.
1250 2002-07-30  Andrew Haley  <aph@cambridge.redhat.com>
1252         * Make-lang.in (java-tree-inline.o): New.
1253         (JAVA_OBJS): Add java-tree-inline.o.
1254         * parse.y (source_end_java_method): Call java_optimize_inline.
1255         (java_expand_method_bodies): Save method's tree in
1256         DECL_SAVED_TREE.
1257         (add_stmt_to_compound): Keep track of the number of statments.
1258         * lang.c (java_init): Enable flag_inline_trees.
1259         (java_post_options): If flag_inline_functions is on, enable
1260         flag_inline_trees instread.
1261         (decl_constant_value): New.
1262         (java_tree_inlining_walk_subtrees): New.
1263         * java-tree.h (DECL_NUM_STMTS): New macro.
1264         (java_optimize_inline): Declare.
1265         * expr.c (java_expand_expr): Allow a BLOCK to return a value.
1266         Handle a LABEL_EXPR.
1267         * decl.c (build_result_decl): If we already have a DECL_RESULT
1268         don't make another.
1269         (dump_function): New.
1270         (java_optimize_inline): New.
1271         (dump_function): New.
1273 2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>
1275         For PR java/7483:
1276         * parse.y (build_assertion): Invert return from
1277         desiredAssertionStatus.
1279 2002-08-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1281         * jcf-write.c (get_access_flags): Return correct access flags for
1282         private and protected inner classes.
1284 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1286         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
1288 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
1290         * mangle_name.c: Don't include obstack.h twice.
1291         * xref.c: Don't include obstack.h.
1293 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
1295         * class.c: (permanent_obstack): Delete declaration.
1296         * constants.c: (permanent_obstack): Delete declaration.
1297         * except.c: (permanent_obstack): Delete declaration.
1298         * expr.c: (permanent_obstack): Delete declaration.
1299         * jcf-parse.c: (permanent_obstack): Delete declaration.
1300         (saveable_obstack): Delete declaration.
1301         * parse.h: (permanent_obstack): Delete declaration.
1302         * typeck.c: (permanent_obstack): Delete declaration.
1304 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
1306         * gcj.texi (version-gcc): Increase to 3.3.
1308 2002-07-22  Tom Tromey  <tromey@redhat.com>
1310         * lex.c (java_lex): Check for `e' or `E' after 0.
1312 2002-07-21  Richard Henderson  <rth@redhat.com>
1314         * lang.c (java_unsafe_for_reeval): New.
1315         (LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
1317 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
1319         * jcf-path.c (GET_ENV_PATH_LIST): Remove.
1320         (jcf_path_init): Use GET_ENVIRONMENT.
1322 2002-07-10  Roger Sayle  <roger@eyesopen.com>
1323             Zack Weinberg <zack@codesourcery.com>
1325         * builtins.c (initialize_builtins): Remove defines that
1326         handled C/C++ specific junk hereby removed from builtins.def.
1328 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
1330         * lang.c (java_post_options): Update prototype.
1332 2002-07-05  Roger Sayle  <roger@eyesopen.com>
1334         * builtins.c (initialize_builtins): Ignore the additional
1335         parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
1336         the builtins.def file.
1338 2002-07-01  Tom Tromey  <tromey@redhat.com>
1340         For PR libgcj/7073:
1341         * parse.y (patch_incomplete_class_ref): Handle VOID_TYPE
1342         specially.
1344 2002-07-01  Roger Sayle  <roger@eyesopen.com>
1346         * java/decl.c (builtin_function): Accept additional parameter.
1347         (java_init_decl_processing): Pass an additional NULL_TREE
1348         argument to builtin_function.
1350 2002-06-29  T.J. Mather  <tjmather@maxmind.com>
1352         * gcj.texi: Fixed gcj invocation example so that it compiles.
1354 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1356         * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
1357         * parse.y (mark_parser_ctxt): Likewise.
1358         (check_modifiers, declare_local_variables): Avoid incorrect
1359         hardcoded constant 10.
1361         * lex.c (java_read_char): Avoid "comparison is always true"
1362         warning.
1364 2002-06-25  Andreas Schwab  <schwab@suse.de>
1366         * expr.c (JSR): Avoid undefined operation on PC.
1368 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1370         * decl.c (clear_binding_level): Const-ify.
1372 2002-06-13  Akim Demaille  <akim@epita.fr>
1374         * parse.y (class_declaration, interface_declaration): Make sure
1375         all their rules have an action, in order to avoid meaningless `$$
1376         = $1' and their type clashes.
1378 2002-06-11  Tom Tromey  <tromey@redhat.com>
1380         * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
1381         * parse-scan.y (statement_without_trailing_substatement): Added
1382         assert_statement.
1383         (assert_statement): New rule.
1384         * java-tree.h (struct lang_type) [assertions]: New field.
1385         (TYPE_USES_ASSERTIONS): New macro.
1386         (CLASS_USES_ASSERTIONS): Likewise.
1387         (FIELD_SYNTHETIC): New define.
1388         * lex.c (java_lval;): Added ASSERT_TK.
1389         * parse.y (ASSERT_TK): Added.
1390         (statement_without_trailing_substatement): Added assert_statement.
1391         (assert_statement): New rule.
1392         (build_assertion): New function.
1393         (maybe_generate_pre_expand_clinit): Create and initialize
1394         $assertionsDisabled.
1395         (lookup_package_type): Removed decl.
1396         * keyword.h: Rebuilt.
1397         * keyword.gperf (assert): New token.
1399 2002-06-10  Akim Demaille  <akim@epita.fr>
1401         * parse.y (interface_type_list, class_member_declaration)
1402         (unary_expression_not_plus_minus): Remove duplicate %type.
1403         Whitespace changes.
1405 2002-06-09  Tom Tromey  <tromey@redhat.com>
1407         * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.
1409         * parse.y (method_header): Give error message in all cases.
1410         Fixes PR java/6865.
1412 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1414         Don't use RTL inlining. Fix for PR java/6820.
1415         * lang.c (LANG_HOOKS_POST_OPTIONS): Define.
1416         (flag_really_inline): New.
1417         (java_decode_option): Set flag_really_inline if -finline-functions
1418         is seen.
1419         (java_post_options): New function. Turn off inlining unless
1420         flag_really_inline is set.
1422 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1424         * gjavah.c (throwable_p): Accept argument as either a classname or
1425         signature fragment. Create null-terminated classname string for super
1426         when calling itself recursively.
1427         (decode_signature_piece): Skip first character from class name
1428         signature when calling throwable_p.
1430 2002-06-08  H.J. Lu  (hjl@gnu.org)
1432         * jcf-path.c (jcf_path_init): Allocate 1 more byte for string.
1434 2002-06-04  Tom Tromey  <tromey@redhat.com>
1436         * jcf-write.c (perform_relocations): Optmize a goto to a goto.
1438 2002-06-04  Michael Koch  <konqueror@gmx.de>
1440         * gcj.texi (Input Options): Fixed typo.
1442 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
1444         * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
1445         typeck.c, verify.c: Remove all #if JAVA_USE_HANDLES blocks,
1446         all mention of CLASS_TO_HANDLE_TYPE or HANDLE_TO_CLASS_TYPE,
1447         and all now-pointless local variables.  Rename other local
1448         variables to reflect their not being handles.
1450         * java-tree.h, jcf-dump.c, jcf-io.c: Remove all
1451         #if JCF_USE_STDIO blocks.
1453         * parse.y: Add missing semicolon at end of rule.
1455 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
1457         * check-init.c (attach_initialized_static_class): Delete, unused.
1458         * parse.y: Use htab_t instead of struct hashtable, update
1459         all uses.
1460         * java-tree.h: Include hashtab.h instead of hash.h.
1461         (struct lang_decl_func): Use htab_t, set up for gengtype.
1462         (struct init_test_hash_entry): Delete.
1463         (struct treetreehash_entry): New.
1464         (java_treetreehash_find): New
1465         (java_treetreehash_new): New prototype.
1466         (java_treetreehash_create): New prototype.
1467         (java_mark_tree): Delete prototype.
1468         (java_hash_hash_tree_node): Delete prototype.
1469         (java_hash_compare_tree_node): Delete prototype.
1470         (attach_initialized_static_class): Delete prototype.
1471         * expr.c (build_class_init): Update to use java_treetreehash
1472         functions.
1473         (java_expand_expr): Update to use htab_t.
1474         (emit_init_test_initialization): Likewise.
1475         * decl.c (java_mark_tree): Delete.
1476         * class.c (init_test_hash_newfunc): Delete.
1477         (java_hash_hash_tree_node): Delete.
1478         (java_hash_compare_tree_node): Delete.
1479         (add_method_1): Update to use java_treetreehash functions.
1480         (JAVA_TREEHASHHASH_H): New macro.
1481         (java_treetreehash_hash): New function.
1482         (java_treetreehash_compare): New function.
1483         (java_treetreehash_find): New function.
1484         (java_treetreehash_new): New function.
1485         (java_treetreehash_create): New function.
1486         * Make-lang.in (JAVA_TREE_H): Replace hash.h by HASHTAB_H.
1488         * Make-lang.in (java/parse.o): Depend on debug.h.
1489         * java-tree.h (struct lang_identifier): Use gengtype.
1490         (union lang_tree_node): New.
1491         (struct lang_decl_func): Use gengtype.
1492         (struct lang_decl_var): Likewise.
1493         (struct lang_decl): Likewise.
1494         * parse.y: Include debug.h.
1495         * lang.c (LANG_HOOKS_MARK_TREE): Delete.
1497         * lang.c (struct language_function): New dummy structure.
1499         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Set
1500         descriminator for DECL_LANG_SPECIFIC.
1501         (struct lang_decl_func): Rename from struct lang_decl.
1502         (enum lang_decl_desc): New.
1503         (struct lang_decl): Make it a union.  Update all the accessor macros.
1504         (struct lang_type): Use gengtype.
1505         * class.c (add_method_1): Set descriminator for DECL_LANG_SPECIFIC.
1506         * decl.c (java_dup_lang_specific_decl): All lang_decl structures
1507         are now the same size.
1508         (lang_mark_tree): Use gengtype to mark TYPE_LANG_SPECIFIC;
1509         use discriminator to mark DECL_LANG_SPECIFIC.
1511         * Make-lang.in (gt-java-builtins.h): New rule.
1512         (java/builtins.o): Add dependency on gt-<filename>.h.
1513         * builtins.c: Use gengtype for roots.
1514         (union string_or_tree): Use gengtype.
1515         (struct builtin_record): Use gengtype.
1516         * config-lang.in (gtfiles): Add builtins.c.
1518         * Make-lang.in (gt-java-class.h, gt-java-constants.h,
1519         gt-java-decl.h, gt-java-expr.h, gt-java-jcf-parse.h,
1520         gt-java-jcf-write.h, gt-java-lang.h, gt-java-mangle.h,
1521         gt-java-parse.h, gtype-java.h): Add rules to generate.
1522         (parse.o): Add dependency on gt-java-parse.h, gt-java.h.
1523         (class.o): Add dependency on gt-*.h.
1524         (constants.o): Likewise.
1525         (decl.o): Likewise.
1526         (expr.o): Likewise.
1527         (jcf-parse.o): Likewise.
1528         (jcf-write.o): Likewise.
1529         (lang.o): Likewise.
1530         * config-lang.in (gtfiles): New.
1531         * class.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1532         * constants.c: Replace uses of ggc_add_* with GTY markers.
1533         Include gt-*.h.
1534         * decl.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1535         * expr.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1536         * java-tree.h: Replace uses of ggc_add_* with GTY markers.
1537         * jcf-parse.c: Replace uses of ggc_add_* with GTY markers.
1538         Include gt-*.h.
1539         * jcf-write.c: Replace uses of ggc_add_* with GTY markers.
1540         Include gt-*.h.
1541         * lang.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1542         * mangle.c: Replace uses of ggc_add_* with GTY markers.  Include
1543         gt-*.h.
1544         * parse.y: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1545         Include gtype-java.h.
1547 2002-06-02  Tom Tromey  <tromey@redhat.com>
1549         Fix for PR java/5913:
1550         * parse.y (patch_binop): Call patch_string on op1.
1552 2002-06-02  Tom Tromey  <tromey@redhat.com>
1554         Fix for PR java/1343, PR java/6336:
1555         * parse.y (make_nested_class_name): Remove extraneous `else'; fix
1556         formatting.  Changed return type.
1557         (anonymous_class_counter): Moved to top of file.
1558         (maybe_make_nested_class_name): Append number to class name for
1559         function-local classes.
1561 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
1563         * decl.c, jcf-parse.c, parse.y, typeck.c: Include real.h.
1564         * Make-lang.in: Update dependency lists.
1566 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
1568         * gjavah.c (throwable_p): Do not free the name of the class after
1569         passing it to find_class.
1570         * java-tree.h (CLASS_BEING_LAIDOUT): Remove duplicate definition.
1571         * jcf-io.c (dirent.h): Include it.
1572         (fnmatch.h): Likewise.
1573         (compare_path): New function.
1574         (java_or_class_file): Likewise.
1575         (memoized_dirlist_entry): New type.
1576         (memoized_dirlist_lookup_eq): New function.
1577         (memoized_dirlists): New variable.
1578         (caching_stat): New function.
1579         (memoized_class_lookup_eq): New function.
1580         (memoized_class_lookups): Likewise.
1581         (find_class): Use memoized_class_lookups and caching_stat.
1582         * jcf.h (JCF_USE_SCANDIR): Define.
1583         * parse.y (java_expand_classes): Write the class files in reverse
1584         order.
1586 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1588         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
1590 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
1592         * jcf-write.c (write_classfile): Unlink the temporary file if it
1593         cannot be renamed.  Use concat to build up the name of the
1594         temporary file.
1596 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1598         * jcf-write.c (write_classfile): Write the file to a
1599         temporary file and then rename it.
1601 2002-05-07  Tom Tromey  <tromey@redhat.com>
1603         * gjavah.c (throwable_p): Use xstrdup, not strdup.
1605         Fix for PR java/1200:
1606         * gjavah.c (throwable_p): New function.
1607         (decode_signature_piece): Use it.  A `WeakReference' isn't the
1608         same as a `jweak'.
1609         Include hashtab.h.
1610         (gcjh_streq): New function.
1612 2002-05-07  Andreas Jaeger  <aj@suse.de>
1614         * parse.y (finish_for_loop): Fix if statement.
1616 2002-05-06  Tom Tromey  <tromey@redhat.com>
1618         Fix for PR java/5941:
1619         * parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
1620         loop update expression.
1621         (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
1622         * java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
1624 2002-05-04  Mark Wielaard  <mark@klomp.org>
1626         For PR java/6519:
1627         * parse.y (build_string_concatenation): Return just op1 only when op2
1628         is null and op1 is a STRING_CST, otherwise always construct a
1629         StringBuffer.
1631 2002-04-27  Tom Tromey  <tromey@redhat.com>
1633         For PR java/6382:
1634         * parse.y (string_convert_int_cst): New function.
1635         (merge_string_cste): Use it.
1637 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1639         * java-tree.h (java_parse_file): Update.
1640         (java_set_yydebug): Remove.
1641         * jcf-parse.c (yydebug): Remove.
1642         (java_set_yydebug): Die.
1643         (java_parse_file): Update.
1644         * lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
1646 2002-04-24  Tom Tromey  <tromey@redhat.com>
1648         For PR java/6425:
1649         * parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
1650         EXPR_WFL_QUALIFICATION of qual_wfl.
1652 2002-04-23  Per Bothner  <per@bothner.com>
1654         * expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
1655         * java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
1656         (BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
1658 2002-04-23  Tom Tromey  <tromey@redhat.com>
1660         For PR java/6314:
1661         * jvspec.c (lang_specific_driver): Use --resource, not -R.  Also
1662         recognize `-fcompile-resource='.
1663         * gcj.texi (Invoking gcj): Use --resource, not -R.  Expanded text
1664         a bit.
1666 2002-04-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
1668         * jcf-parse.c: (yyparse): Don't prepend "./" to relative
1669         paths. Fixes PR java/2791.
1671 2002-04-19  Andrew Haley  <aph@redhat.com>
1673         * jcf-write.c (push_long_const): lo, hi: New variables.
1674         Use rshift_double to extract the high part of a 64-bit long.
1675         Use WORD_TO_INT to extract the low part.
1677         * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
1678         HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
1679         CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.
1681 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1683         * typeck.c (incomplete_type_error): Remove.
1685 2002-04-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1687         * class.c (make_class_data): Set DECL_ALIGN on static class data,
1688         for hash synchronization.
1689         * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
1690         * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
1691         class_type_node.
1693 2002-04-16  Mark Wielaard  <mark@klomp.org>
1695         * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
1696         negative zero.
1698 2002-04-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1700         Fix for PR java/6294:
1701         * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
1702         interfaces.
1704 2002-04-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1706         Fix for PR java/6085:
1707         * parse.y (patch_method_invocation): Always use build_access_to_thisn
1708         to get enclosing "this" argument for inner-class constructor
1709         invocation. Pass correct arguments to build_access_to_thisn.
1711 2002-04-10  Andreas Jaeger  <aj@suse.de>
1713         * gcj.texi (Input Options): Fix extdirs patch.
1715 2002-04-10  Anthony Green  <green@redhat.com>
1717         * jcf-path.c (jcf_path_init) : Clean up local extdirs declaration.
1719 2002-04-09  Anthony Green  <green@redhat.com>
1721         * gcj.texi (Input Options): Add --extdirs documentation.
1722         * jcf-dump.c (OPT_extdirs): New macro.
1723         (options): Add extdirs option.
1724         (help): Describe --extdirs.
1725         (main): Handle OPT_extdirs.
1726         * gjavah.c (OPT_extdirs): New macro.
1727         (options): Add extdirs option.
1728         (help): Describe --extdirs.
1729         (main): Handle OPT_extdirs.
1730         * jcf-path.c (jcf_path_init): Add extdirs support.
1731         (jcf_path_extdirs_arg): New function.
1732         (extensions): New variable to hold extensions path entries.
1733         * jvspec.c: Remove -fextdirs= when compiling main().
1734         * lang.c (java_decode_option): Handle -fextdirs=.
1735         * jcf.h (jcf_path_extdirs_arg): Declare new function.
1736         * Make-lang.in: Compile jcf-path with version info for use in
1737         identifying the appropriate libgcj.jar.
1739 2002-04-08  Tom Tromey  <tromey@redhat.com>
1741         For PR libgcj/5303:
1742         * .cvsignore: Added rmic.1 and rmiregistry.1.
1743         * gcj.texi (Top): Link to new nodes.
1744         (Invoking rmic): New node.
1745         (Invoking rmiregistry): Likewise.
1746         * Make-lang.in (java.generated-manpages): Added rmic.1 and
1747         rmiregistry.1.
1748         (java.maintainer-clean): Likewise.
1749         ($(srcdir)/java/rmic.1): New target.
1750         ($(srcdir)/java/rmiregistry.1): Likewise.
1751         (java.install-man): Handle rmic.1 and rmiregistry.1.
1753 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1755         * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
1756         Add note about handling uncaught exceptions. Add an exception handler
1757         to example.
1759 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1761         * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
1762         after using it to patch CALL_EXPR.
1764 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1766         * gcj.texi (Invocation): Document CNI invocation API.
1768 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1770         * expr.c (truthvalue_conversion): Rename.  Update.
1771         (expand_compare): Update.
1772         * java-tree.h (java_truthvalue_conversion): New.
1773         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
1775 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1777         * java-tree.h (java_mark_addressable): New.
1778         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
1779         * typeck.c (mark_addressable): Rename, update.
1781 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1783         * expr.c (build_java_binop): Update.
1784         * java-tree.h (java_signed_type, java_unsigned_type,
1785         java_signed_or_unsigned_type): Update.
1786         * lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1787         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
1788         * parse.y (patch_binop): Update.
1789         * typeck.c (signed_or_unsigned_type, unsigned_type,
1790         signed_type): Update.
1792 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1794         * lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
1795         (java_dummy_print): Remove.
1796         (lang_print_error): Rename.  Exit early if inhibiting output.
1797         (inhibit_error_printing_function): New.
1798         (java_init): Don't set hook.
1799         (lang_init_source): Use new boolean.
1801 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
1803         * parse.y (do_resolve_class): Fix infinite recursion.
1805 2002-03-29  Tom Tromey  <tromey@redhat.com>
1807         * parse.y (check_inner_circular_reference): Ignore incomplete
1808         types.
1810 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1812         * Make-lang.in (builtins.o): Update.
1813         * boehm.c (get_boehm_type_descriptor): Update.
1814         * builtins.c: Include langhooks.h.
1815         * decl.c (java_init_decl_processing): Update.
1816         * java-tree.h (java_type_for_mode, java_type_for_size): New.
1817         * lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
1818         Redefine.
1819         * typeck.c (type_for_mode, type_for_size): Update.
1821 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
1823         * lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
1825 2002-03-28  Tom Tromey  <tromey@redhat.com>
1827         * except.c (expand_end_java_handler): If the handler type is NULL,
1828         use java.lang.Throwable.  Fixes PR java/5986.
1830 2002-03-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
1832         Fix for PR java/4715:
1833         * jcf-parse.c (parse_source_file_3): New function.
1834         (read_class): Call it.
1835         (java_parse_file): Likewise.
1837 2002-03-28  Jan Hubicka  <jh@suse.cz>
1839         * java/lang.c (java_init_options): Set flag_trapping_math to 0.
1841 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1843         * parse.y (resolve_package): Initialize "decl".
1844         (lookup_package_type): Remove unused function.
1846 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1848         Fix for PR java/5993:
1849         * parse.y (resolve_package): Return the decl if resolution was
1850         successful. Don't special case "java.lang" and "java.lang.reflect"
1851         packages. Set type_name to the merged identifier.
1852         (resolved_qualified_expression_name): Print error using "name" if
1853         resolve_package returns NULL_TREE.
1855 2002-03-27  Tom Tromey  <tromey@redhat.com>
1857         * expr.c (expand_invoke): Don't generate null pointer check if
1858         we're calling <init>.
1860 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1862         * expr.c (java_lang_expand_expr): Rename java_expand_expr,
1863         fix prototype.
1864         * java-tree.h (java_lang_expand_expr): Similarly.
1865         * lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
1866         (java_init): Don't set hook.
1868 2002-03-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1870         Fix for PR java/5850:
1871         * parse.y (lookup_field_wrapper): Call itself recursively for enclosing
1872         context if field was not found in the current scope.
1873         * expr.c (lookup_field): Don't look in enclosing contexts.
1875 2002-03-26  Tom Tromey  <tromey@redhat.com>
1877         Fix for PR java/5942:
1878         * parse.y (init_src_parse): Added sanity check.
1879         * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12
1880         elements, not 11.
1882 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1884         * decl.c (lang_mark_tree): Rename java_mark_tree.
1885         * java-tree.h (java_mark_tree): New.
1886         * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
1888 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1890         * lex.c: Change java_perform_atof to take normal parameters
1891         instead of a pointer to a parameter block.  Call it directly
1892         from java_lex.
1894 2002-03-22  Mark Wielaard  <mark@klomp.org>
1896         Fix for PR java/5368:
1897         * parse.y (resolve_qualified_expression_name): Use decl not field_decl
1898         when printing error message.
1900 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1902         * decl.c (maybe_build_cleanup): Remove.
1904 2002-03-22  Tom Tromey  <tromey@redhat.com>
1906         Andrew Haley  <aph@cambridge.redhat.com>
1908         * expr.c (build_field_ref): Don't build a check if the field is a
1909         member of `this'.
1911 2002-03-21  Eric Blake  <ebb9@email.byu.edu>
1913         Fix for PR java/6026:
1914         * lex.c (java_lex): Fix parsing of consecutive floats.
1916 2002-03-21  Tom Tromey  <tromey@redhat.com>
1918         * parse.y (build_access_to_thisn): Stop when FROM is not an inner
1919         class.
1921 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1923         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
1924         insert_block, getdecls, kept_level_p, global_bindings_p): New.
1926 2002-03-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
1928         * gcj.texi: @code{gcj} becomes @command{gcj}.
1929         @code{gcc} becomes @command{gcc}.
1930         GcjRaw changed to gnu.gcc.RawData.
1932 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1934         * decl.c (start_java_method): Use new hook.
1935         * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
1936         (java_init): Remove old hook.
1938 2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
1940         * builtins.c (define_builtin): Do nothing if `type' is null.
1941         Fixes PR java/5876.
1943 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1945         * parse.y (parser_check_super_interface): Fix error message
1946         grammar/order.
1948 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1950         * jcf-parse.c (get_constant): Delete unused variables.
1952 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1954         * java-tree.h (java_parse_file): New.
1955         * jcf-parse.c (yyparse): Rename java_parse_file.
1956         * lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
1958 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1960         * parse.y (craft_constructor): Return the constructor decl.
1961         (java_expand_classes): Update comments.
1962         (lookup_method_invoke): Call fix_constructors immediately for
1963         anonymous class. Fixes PR java/5935.
1965 2002-03-15  Anthony Green  <green@redhat.com>
1967         * jcf-parse.c (yyparse): Don't emit class registration
1968         constructor when compiling resource files.
1970 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1972         * lang.c (java_tree_code_type, java_tree_code_length,
1973         tree_code_name): Delete.
1974         (tree_code_type, tree_code_length, tree_code_name): Define.
1975         (java_init): Don't try to copy into the various tree_code
1976         arrays.
1978 2002-03-12  Tom Tromey  <tromey@redhat.com>
1980         * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
1981         UTF-8, not UCS-2.  Fixes PR java/5923.
1983         * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
1984         a call_expr wrapped in a convert.  Fixes PR java/5848.
1986 2002-03-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1988         * jcf-write.c (write_classfile): Improve error strings.
1990 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
1992         * lex.c: Adjust comments to GNU standards.
1994 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
1996         Fix for PR java/5902:
1997         * lex.c (java_lex): Fix parsing of literals.
1999 2002-03-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2001         * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
2002         to prevent it getting evaluated twice in the store checking case.
2003         * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
2004         examining OBJECT.
2006 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2008         * decl.c (java_init_decl_processing): Make sure class_type_node
2009         alignment is not less than 64 bits if hash synchronization is enabled.
2011 2002-03-08  Per Bothner  <per@bothner.com>
2013         * parse.y (java_complete_lhs):  Check if patch_assignment
2014         returned an error-mark.
2016         * parse.y (try_builtin_assignconv):  Don't special-case zero.
2018 2002-03-08  Per Bothner  <per@bothner.com>
2020         Fix for PR java/5812.
2021         * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
2022         here instead of in JSR macro.  Likewise with load_type_state call.
2023         Do the latter on if the return_pc has been verified (the jsr returns).
2024         (JSR):  Now just call build_java_jsr.
2026 2002-03-07  Jeff Sturm  <jsturm@one-point.com>
2028         * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
2029         (java.install-common): Link native driver to
2030         JAVA_TARGET_INSTALL_NAME.
2032 2002-03-05  David Billinghurst <David.Billinghurst@riotinto.com>
2034         * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
2035         * builtins.c(sin_builtin): Likewise
2036         * builtins.c(sqrt_builtin): Likewise
2038 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
2040         * java/expr.c, java/jcf-parse.c, java/lex.c:
2041         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
2042         REAL_ARITHMETIC blocks unconditional.  Delete some further
2043         #ifdef blocks predicated on REAL_ARITHMETIC.
2045 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2047         * class.c (init_class_processing): Use ARRAY_SIZE in lieu of
2048         explicit sizeof/sizeof.
2049         * decl.c (java_init_decl_processing): Likewise.
2050         * jcf-parse.c (init_jcf_parse): Likewise.
2051         * parse.y (init_src_parse): Likewise.
2053 2002-03-02  Per Bothner  <per@bothner.com>
2055         Make --CLASSPATH by a synonym for --classpath and -classpath.
2056         Implement --bootclasspath.
2057         * jcf-path.c (classpath_u):  Rename static variable to classpath_user.
2058         (classpath_l):  Remove.
2059         (jcf_path_CLASSPATH_arg):  Remove.
2060         (jcf_path_bootclasspath_arg):  New function.
2061         (jcf_path_seal):  Simplify accordingly.
2063         * jcf.h (jcf_path_bootclasspath_arg):  New declarations.
2064         (jcf_path_CLASSPATH):  Remove declaration.
2065         * jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
2066         (lang_specific_driver):  Translate -bootclasspath.
2067         * lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
2068         * lang.c (decode_lang_options):  Do jcf_path_init first.
2069         Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
2070         * gjavah.c:  Also handle --bootclasspath.
2071         Handle --CLASSPATH as a synonum for --classpath.
2072         * jcf-dump.c: Likewise.
2074         "." is not part of system path, but is the default for --classpath.
2075         * jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
2076         (jcf_path_seal):  Add "." if no CLASSPATH specified.
2078         * gcj.texi:  Document changes.
2080 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2082         * expr.c (build_java_arraystore_check): Fix formatting.
2084 2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
2086         Fix for PR java/5758, java/5632:
2087         * jcf-parse.c (load_class): Renamed local variable, consider `.' an
2088         inner-class separator too.
2089         * parse.y (do_resolve_class): New local `decl_result.'
2090         Progressively build a name for what can have been loaded.
2092 2002-02-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2094         * expr.c (java_array_data_offset): Removed function.
2095         (JAVA_ARRAY_LENGTH_OFFSET): Removed macro.
2096         (build_java_array_length_access): Obtain "length" value using a
2097         COMPONENT_REF, instead of INDIRECT_REF and arithmetic.
2098         (build_java_arrayaccess): Correct comment. Access "data" using a
2099         COMPONENT_REF, and return an ARRAY_REF instead of an INDIRECT_REF.
2100         (build_java_arraystore_check): New function.
2101         (expand_java_arraystore): Use build_java_arraystore_check.
2102         * parse.y (patch_assignment): Simplify code to insert a store check
2103         when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
2104         * check-init.c (check_init): Update to reflect that an array length
2105         access is now a COMPONENT_REF.
2106         * gcj.texi (Code Generation): Improve documentation of
2107         -fno-bounds-check. Add documentation for -fno-store-check.
2108         * java-tree.h (flag_store_check): Declare.
2109         (build_java_arraystore_check): Declare.
2110         * lang.c (flag_store_check): Initialize to 1.
2111         (lang_f_options): Add store-check option.
2112         * jvspec.c: Don't pass store-check option to jvgenmain.
2113         * lang-options.h: Add help string for -fno-store-check.
2115 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2117         * decl.c (copy_lang_decl): Rename java_dup_lang_specific_decl.
2118         * java-tree.h (java_dup_lang_specific_decl): New.
2119         * lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
2121 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
2123         * builtins.c, decl.c: Delete traditional-mode-related code
2124         copied from the C front end but not used, or used only to
2125         permit the compiler to link.
2127 2002-02-22  Tom Tromey  <tromey@redhat.com>
2129         Fix for PR java/2369:
2130         * jvspec.c (verify_class_name): New function.
2131         (lang_specific_driver): Call it.
2132         (JAVA_START_CHAR_P): New macro.
2133         (JAVA_PART_CHAR_P): Likewise.
2135 2002-02-22  Per Bothner  <per@bothner.com>
2137         * class.c:  Change vtable to be more compatible with g++ v3 abi.
2138         (get_dispatch_table):  Prepend offset-to-top (always 0) and
2139         type_info pointer (currently unimplemented hence NULL) to vtable.
2140         Specifically, prepend offset-to-top and typeinfo ptr (currently null).
2141         (make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
2142         Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
2143         (build_dtable_decl):  Add declarations for new fields.
2145 2002-02-20  Per Bothner  <per@bothner.com>
2147         * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
2148         to finit$ (otherwise generate_bytecode_insns drops it). However, we
2149         don't need to set it on the COMPOUND_EXPR - the caller does that.
2151 2002-02-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
2153         * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
2154         `--CLASSPATH' becomes `--classpath.'
2155         * gjavah.c: Likewise.
2156         * jcf-dump.c: Likewise.
2157         * lang-options.h: Likewise.
2158         * lang.c: Likewise.
2159         * jcf-path.c: Updated comment.
2160         (jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
2161         (jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
2162         * jcf.h (jcf_path_CLASSPATH_arg): Ditto.
2163         (jcf_path_CLASSPATH_arg): Ditto.
2164         (classpath_u): Updated leading comment.
2166 2002-02-20  Per Bothner  <per@bothner.com>
2168         * builtins.c (check_for_builtin):  New function.
2169         (build_call_or_builtin):  Remove.
2170         * java-tree.h:  Update accordingly.
2171         * expr.c (expand_invoke):  Use build + check_for_builtin instead
2172         of build_call_or_builtin.
2173         * parse.y (patch_invoke):  Likewise.  This avoids needlessly creating
2174         a new CALL_EXPR node, which means we don't lose the CALL_USING_SUPER
2175         flag (which had caused jcf-write to incorrectly emit invokevirtual).
2177 2002-02-17  Tom Tromey  <tromey@redhat.com>
2179         * java-tree.h (TYPE_STRICTFP): New macro.
2180         (struct lang_type) [strictfp]: New field.
2181         (CLASS_STRICTFP): New macro.
2182         (METHOD_STRICTFP): New macro.
2183         (struct lang_decl) [strictfp]: New field.
2184         * parse.y (method_header): Disallow strictfp constructor or
2185         abstract method.
2186         (STRICT_TK): Move before MODIFIER_TK.
2187         * parse.h (CLASS_MODIFIERS): Added ACC_STRICT.
2188         (METHOD_MODIFIERS): Likewise.
2189         (INTERFACE_MODIFIERS): Likewise.
2190         * jcf-write.c (get_access_flags): Likewise.
2191         * class.c (set_class_decl_access_flags): Recognize ACC_STRICT.
2192         (add_method_1): Likewise.
2193         (get_access_flags_from_decl): Likewise.
2194         * jcf-dump.c (print_access_flags): Print in standard order.  Also,
2195         recognize strictfp flag.
2196         * jcf.h (ACC_STRICT): New define.
2198 2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>
2200         * class.c(build_utf8_ref): Move declaration of decl_size
2202 2002-02-07  Tom Tromey  <tromey@redhat.com>
2204         * gcj.texi (Input Options): --CLASSPATH does not suppress system
2205         path.
2207 2002-02-04  Anthony Green  <green@redhat.com>
2209         * class.c (build_utf8_ref): Put UTF-8 constants into merged
2210         sections if available.
2212 2002-02-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2214         * parse.y (java_expand_classes): Fix typo in static field loop.
2216 2002-02-02  Richard Henderson  <rth@redhat.com>
2218         * class.c (add_field): Mark static fields external.
2219         (build_class_ref): Remove redundant set.
2220         * parse.y (java_expand_classes): Mark static fields of classes
2221         to be compiled as local.
2222         * jcf-parse.c (parse_class_file): Likewise.
2224 2002-02-02  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
2226         * gcj.texi (About CNI): New node.
2228 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2230         PR java/5080
2231         * jcf-parse.c : Check for HAVE_LOCALE_H before using
2232         setlocale() with LC_CTYPE as a parameter.
2233         * jv-scan.c: Same.
2235 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2237         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
2238         Follow GNU Coding Standards for --version.
2240 2002-01-28  Tom Tromey  <tromey@redhat.com>
2242         * expr.c (build_jni_stub): Ensure storage for `meth' is
2243         generated.
2244         * parse.y (java_complete_expand_methods): Set
2245         current_function_decl before building JNI stub.
2247 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
2249         * gcc/java/builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not
2250         BUILT_IN_SQRTF.
2252 2002-01-22  Tom Tromey  <tromey@redhat.com>
2254         * decl.c (java_init_decl_processing): Use add_predefined_file.
2255         Predefine RawData.java.
2256         (predef_filenames): Removed.
2257         (java_init_decl_processing): Don't register predef_filenames.
2258         * jcf-parse.c (add_predefined_file): New function.
2259         (predefined_filename_p): Rewrote.
2260         (predefined_filename_p): No longer static.
2261         * decl.c (java_init_decl_processing): Call initialize_builtins.
2262         * Make-lang.in (JAVA_OBJS): Added builtins.o.
2263         (java/builtins.o): New target.
2264         * builtins.c: New file.
2265         * parse.y (patch_invoke): Use build_call_or_builtin.
2266         * java-tree.h (build_call_or_builtin): Declare.
2267         (initialize_builtins): Declare.
2268         (java_set_exception_lang_code): Removed unused declaration.
2269         (PREDEF_FILENAMES_SIZE): Removed.
2270         (java_tree_index): Added JTI_PREDEF_FILENAMES.
2271         (predef_filenames): New define.
2272         (add_predefined_file): Declare.
2273         (predefined_filename_p): Declare.
2274         * expr.c (expand_invoke): Use build_call_or_builtin.
2276 2002-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2278         * parse.y (patch_switch_statement): Fix format specifier.
2280 2002-01-16  Tom Tromey  <tromey@redhat.com>
2282         More for PR java/5365:
2283         * gjavah.c (print_stub_or_jni): Cause exception to be thrown by
2284         default.
2285         (process_file): Generate include for
2286         java.lang.UnsupportedOperationExceptions.
2288 2002-01-15  Andreas Jaeger  <aj@suse.de>
2290         * .cvsignore: Add man pages.
2292 2002-01-15  Tom Tromey  <tromey@redhat.com>
2294         Fix for PR java/5365:
2295         * gjavah.c (process_file): Turn class name into a file name.
2297 2002-01-14  Matthias Klose  <doko@debian.org>
2299         * gcj.texi: Fix whitespace and formatting errors in the
2300         synopsis of the man pages. Update copyright.
2302 2002-01-14  Tom Tromey  <tromey@redhat.com>
2304         For PR libgcj/5303:
2305         * Make-lang.in (java.install-man): Handle jv-convert man page.
2306         (java.generated-manpages): Added jv-convert.1.
2307         (java.uninstall): Remove jv-convert.1.
2308         (java.maintainer-clean): Likewise.
2309         ($(srcdir)/java/jv-convert.1): New target.
2310         * gcj.texi (Top): Link to jv-convert node.
2311         (Individual utilities): Likewise.
2312         (Invoking jv-convert): New node.
2314 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
2315             Martin Kahlert  <martin.kahlert@infineon.com>
2317         * jcf-parse.c (get_constant): Don't swap lo/hi for big
2318         endian targets when HOST_BITS_PER_WIDE_INT >= 64.
2320 2002-01-03  Graham Stott  <grahams@redhat.com>
2322         * class.c (compile_resource_file): Update copyright date.
2323         Constify filename parameter.
2324         (java-tree.h): Update copyright date.
2325         (compile_resource_file): Constify filename parameter.
2327 2002-01-03  Graham Stott  <grahams@redhat.com>
2329         * gcc/jcf-parse.c: Update copyright date.
2330         (yyparse): Constify resource_filename.
2332 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2334         * parse.y (src_parse_roots): Don't needlessly zero init.
2336 2001-12-31  Tom Tromey  <tromey@redhat.com>
2338         * parse.y (dump_java_tree): New function.
2339         (source_end_java_method): Call it.
2340         (end_class_declaration): Likewise.
2341         * lang.c (java_decode_option): Call dump_switch_p.
2343 2001-12-28  Tom Tromey  <tromey@redhat.com>
2345         * gen-table.pl: Don't process characters after \uffff.  Added
2346         comment pointing to input file.
2348 2001-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2350         * gen-table.pl: Const-ify output.  Document the location of a
2351         suitable unicode input file.
2353         * chartables.h: Regenerate.
2355 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2357         * chartables.h: Const-ify.
2358         * gjavah.c (options): Likewise.
2359         * jcf-dump.c (options): Likewise.
2360         * jv-scan.c (options): Likewise.
2361         * lex.c (java_start_char_p, java_part_char_p): Likewise.
2362         * parse.y (binop_lookup): Likewise.
2364 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2366         * Make-lang.in (keyword.h): Pass -C to gperf to const-ify
2367         the static arrays that are output.
2368         * jvspec.c (jvgenmain_spec): Make static.
2369         * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
2370         * keyword.h: Regenerate.
2371         * lang.c (string_option, process_option_with_no, lang_f_options,
2372         lang_W_options): Const-ify.
2373         * lex.c (java_lex): Likewise.
2375 2001-12-21  Richard Henderson  <rth@redhat.com>
2377         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..
2378         (get_boehm_type_descriptor): ... here.  Arrange for the
2379         TREE_TYPE to get set properly.
2381 2001-12-21  Richard Henderson  <rth@redhat.com>
2383         * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor
2384         only if the target requires collect2.
2386         * class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
2388 2001-12-20  Tom Tromey  <tromey@redhat.com>
2390         For PR java/4509:
2391         * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
2392         CAN_COMPLETE_NORMALLY for the node.
2393         * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't
2394         generate code for second branch if first branch can't complete
2395         normally.
2396         (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to
2397         the loop head if the loop body can't complete normally.
2399 2001-12-20  Tom Tromey  <tromey@redhat.com>
2401         For PR java/4766:
2402         * jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle
2403         case where `finally' clause can't complete normally.
2405 2001-12-20  Tom Tromey  <tromey@redhat.com>
2407         Fixes PR java/5057:
2408         * parse.y (analyze_clinit_body): Added this_class parameter.
2409         Check for more cases where we must keep <clinit>.
2410         (maybe_yank_clinit): Cleaned up flow control.
2412 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2414         * decl.c (java_init_decl_processing): Don't initialize
2415         finit_leg_identifier_node.
2416         * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE.
2417         (finit_leg_identifier_node): Remove.
2418         (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE.
2420 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2422         * mangle.c (mangle_member_name): Don't special-case for
2423         NO_DOLLAR_IN_LABEL.
2424         * mangle_name.c (unicode_mangling_length): Likewise.
2425         (append_unicode_mangled_name): Likewise.
2426         * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL
2427         code.
2429 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2431         * expr.c (build_java_array_length_access): Don't force null pointer
2432         check unless flag_check_references is set.
2434 2001-12-20  Tom Tromey  <tromey@redhat.com>
2436         Fix for PR java/3417:
2437         * parse.y (patch_assignment): Added special processing for
2438         `return'.
2439         (patch_return): Don't convert booleans to integers, and don't
2440         special-case `null'.
2442 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2444         * config-lang.in (diff_excludes): Remove.
2446 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2448         * gcj.texi: Update link to GCC manual.
2450 2001-12-17  Tom Tromey  <tromey@redhat.com>
2452         * parse.y (link_nested_class_to_enclosing): Removed useless
2453         statement.
2455 2001-12-16  Tom Tromey  <tromey@redhat.com>
2457         * mangle.c (mangle_method_decl): Never emit `C2' constructor.
2458         Fixes PR java/5088.
2460 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2462         * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
2463         jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
2464         spelling errors.
2466 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2468         * lex.c (java_read_unicode, java_lex): Use hex_p/hex_value.
2470 2001-12-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2472         * decl.c (java_init_decl_processing): Build otable_type correctly.
2473         otable_decl is an otable_type.
2475 2001-12-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2477         * java-tree.h (otable_methods, otable_decl, otable_syms_decl,
2478         otable_type, otable_ptr_type, method_symbol_type,
2479         method_symbols_array_type, method_symbols_array_ptr_type): New
2480         field/global tree definitions.
2481         (flag_indirect_dispatch): New flag.
2482         * decl.c (java_init_decl_processing): Initialize new otable and
2483         otable_syms type nodes and decls. Add new field "index" to
2484         method_type_node.
2485         * class.c (build_method_symbols_entry): New function.
2486         (make_method_value): Set "index" to to method's vtable index for
2487         virtual methods when indirect-dispatch is not used.
2488         (make_class_data): For indirect-dispatch, don't emit the dtable_decl,
2489         and set vtable_method_count to -1. Set otable and otable_syms field
2490         if indirect-dispatch is used and there was something to put in them.
2491         (build_method_symbols_entry): New function.
2492         (emit_offset_symbol_table): New function.
2493         * expr.c (get_offset_table_index): New function.
2494         (build_invokevirtual): Build array reference to otable at the index
2495         returned by get_offset_table_index, and use the result as the vtable
2496         offset.
2497         (build_invokeinterface): Similar.
2498         * jcf-parse.c (yyparse): If indirect-dispatch, call
2499         emit_offset_symbol_table at the end of compilation, after all classes
2500         have been generated.
2501         * jvspec.c: Don't pass findirect-dispatch to jvgenmain.
2502         * lang.c (flag_indirect_dispatch): Define.
2503         (lang_f_options): Add indirect-dispatch flag.
2505 2001-12-14  Matthias Klose  <doko@debian.org>
2507         * gcj.texi: Markup for man page generation. Document missing
2508         options printed by <tool> --help.
2509         Terminate description of gij's -ms option with a dot.
2510         * Make-lang.in ($(srcdir)/java/*.1): New targets.
2511         (java.generated-manpages java.install-man, java.uninstall,
2512         java-maintainer-clean) Updated.
2514 2001-12-14  Hans Boehm  <Hans_Boehm@hp.com>
2516         * class.c (get_dispatch_table): Fix java vtable layout
2517         for TARGET_VTABLE_USES_DESCRIPTORS.
2518         * decl.c (java_init_decl_processing): Initialize
2519         alloc_no_finalizer_node, finalize_identifier_node.
2520         * expr.c (class_has_finalize_method): New function.
2521         (expand_java_NEW): Generate calls for finalizer-free allocation.
2522         (build_invokevirtual): Fix java vtable layout for
2523         TARGET_VTABLE_USES_DESCRIPTORS.
2524         * java-tree.h (enum java_tree_index): New entries:
2525         JTI_ALLOC_NO_FINALIZER_NODE, JTI_FINALIZE_IDENTIFIER_NODE.
2526         (alloc_no_finalizer_node, finalize_deintifier_node): New macros.
2527         (class_has_finalize_method): declare.
2528         (HAS_FINALIZER_P): New macro.
2529         * parse.y (patch_invoke): Generate calls for finalizer-free
2530         allocation.
2532 2001-12-12  Matthias Klose  <doko@debian.org>
2534         * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
2535         whitespace at end of line.
2537 2001-12-11  Tom Tromey  <tromey@redhat.com>
2539         * lex.c (java_init_lex): Define wfl_to_string as
2540         gnu.gcj.runtime.StringBuffer unless generating bytecode.
2542 2001-12-11  Jeff Sturm  <jsturm@one-point.com>
2544         * class.c (make_method_value): Use null_pointer_node to
2545         represent empty exception table.
2547 2001-12-10  Tom Tromey  <tromey@redhat.com>
2549         * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.
2551 2001-12-10  Douglas B. Rupp  <rupp@gnat.com>
2553         * Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION).
2555 2001-12-09  Per Bothner  <per@bothner.com>
2557         * check-init.c (current_switch_has_default):  New static field.
2558         (check_init):  Case DEFAULT_EXPR: Set current_switch_has_default.
2559         Case SWITCH_EXPR:  Save/restore current_switch_has_default.  If no
2560         DEFAULT_EXPR seen, simulate a default alternative that copies state.
2562 2001-12-09  Tom Tromey  <tromey@redhat.com>
2564         * check-init.c (check_init): Don't allow pre- or post- increment
2565         or decrement of final variable.
2566         (final_assign_error): Minor error message rewording.
2568 2001-12-08  Tom Tromey  <tromey@redhat.com>
2570         * java-tree.h: Fixed typo.
2572         * gjavah.c (decompile_method): Don't decompile to `return this'
2573         for static methods.
2575         * gjavah.c (cxx_keywords): Re-sorted.
2576         * lex.c (cxx_keywords): Re-sorted.
2578         * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
2579         else.
2581         * gjavah.c (print_namelet): Clear subnamelets.
2582         (HANDLE_METHOD): Set `method_printed' earlier.
2584 2001-12-07  Tom Tromey  <tromey@redhat.com>
2586         * lang.c (lang_f_options): Added
2587         optimize-static-class-initialization.
2588         (java_decode_option): Removed special case.
2590 2001-12-07  Per Bothner  <per@bothner.com>
2592         * check-init.c (check_init):  Fix typo freeing memory twice.
2594 2001-12-05  Per Bothner  <per@bothner.com>
2596         Restore support for static class initialization optimization.
2597         * java-tree.h (STATIC_CLASS_INIT_OPT_P): Re-enable.
2598         * check-init.c (check_int):  At end of BLOCK handle initialization
2599         blocks, which used to be done in java_complete_expand_method but did
2600         not handle the case where check_for_initialization might allocate
2601         more than a word of bits.
2602         * decl.c (lang_make_tree):  The smic field is now a tree.
2603         * expr.c (build_class_init):  Set DECL_FUNCTION_INIT_TEST_CLASS field.
2604         * java-tree.h (DECL_FUNCTION_INIT_TEST_TABLE):  New macro.
2606         * parse.y (emit_test_initialization):  Combine hash_lookup calls.
2608         * java-tree.h (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND):
2609         Change from a hash table to a list.
2610         (struct_lang_decl):  Change field 'smic' to match.
2611         * class.c (add_method_1):  Initialize
2612         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND to null list.
2613         * parse.y (adjust_init_test_initialization):  Removed - inlined into -
2614         (java_expand_method_bodies): -here, since 'smic' is now a list.
2615         (patch_invoke):  Add to 'smic' list, instead of hash_lookup.
2617         * check-init.c (WORD_SIZE):  Use BITS_PER_UNIT.
2619         * class.c (java_hash_compare_tree_node):  Fix casts.
2621 2001-12-04  Per Bothner  <per@bothner.com>
2623         * check-init.c:   Handle definite unassignment to finals in addition
2624         to definite assignment.
2625         (loop_current_locals):  New field.
2626         (num_current_locals, int start_current_locals, num_current_words):
2627         Make static.
2628         (SET_P, CLEAR_P, SET_BIT):  Add needed but missing parentheses.
2629         (ASSIGNED_P, UNASSIGNED_P, SET_ASSIGNED, SET_UNASSIGNED,
2630         CLEAR_ASSIGNED, CLEAR_UNASSIGNED):  New macros.
2631         (get_variable_decl, check_final_reassigned):  New functions.
2632         (check_init, check_bool_init):  Modify as needed for checking finals.
2633         (check_for_initialization):  Take extra parameter and return void.
2634         Do extra start-up logic to check final fields for assignment.
2635         * parse.y (check_static_final_variable_assignment_flag,
2636         reset_static_final_variable_assignment_flag, check_final_assignment,
2637         check_final_variable_local_assignment_flag,
2638         reset_final_variable_indirect_assignment_flag,
2639         reset_final_variable_global_assignment_flag):  Remove functions.
2640         (java_complete_expand_methods, outer_field_access_fix,
2641         patch_assignment): Remove no-longer used logic.
2642         * java-tree.h (DECL_FIELD_FINAL_IUD):  Change usage and comments.
2643         * parse.y (register_fields, java_complete_tree):  Update accordingly.
2645         * check-init.c (ALLOC_WORDS/FREE_WORDS):  Use xmalloc/free, not alloca.
2646         (DECLARE_BUFFERS, RELEASE_BUFFERS, ALLOC_BUFFER, FREE_BUFFER):  New.
2647         (check_cond_init, check_bool2_init):  Use DECLARE_BUFFERS.
2649         * java-tree.h (STATIC_CLASS_INIT_OPT_P):  Temporarily turn off.
2651         * java-tree.h (DECL FINAL):  New bit-field.
2652         (METHOD_FINAL, FIELD_FINAL, CLASS_FINAL):  Define as DECL_FINAL.
2653         (LOCAL_FINAL_P):  Use DECL_FINAL rather than old LOCAL_FINAL.
2654         (DECL_INIT_CALLS_THIS):  New macro.
2655         (struct lang_decl):  New bit-field init_calls_this.
2656         (DECL_FUNCTION_ALL_FINAL_INITIALIZED, DECL_FIELD_FINAL_LIIC,
2657         DECL_FIELD_FINAL_IERR, LOCAL_FINAL, TYPE_HAS_FINAL_VARIABLE
2658         (DECL_BIT_INDEX):  Change to use pointer_alias_set since we now
2659         use it for both local variables and final fields.
2660         (struct lang_decl_var):  Remove bit-fields final_liic, final_ierr,
2661         and local_final.
2662         (struct lang_type):  Remove hfv bit-field.
2663         (check_for_initialization):  Change to return void.
2665         * java-tree.h (IS_ARRAY_LENGTH_ACCESS):  New macros.
2666         * expr.c (build_java_array_length_access):  Set IS_ARRAY_LENGTH_ACCESS.
2667         * check-init.c (final_assign_error):  New helper function.
2668         (check_final_reassigned, check_init):  Use it.
2669         (check_init):  Also check IS_ARRAY_LENGTH_ACCESS for ARRAY.length.
2671         * java-tree.h (struct lang_decl, struct lang_decl_var):  Change all
2672         bit-fields to unsigned.
2674 2001-12-03  Per Bothner  <per@bothner.com>
2676         * parse.y (patch_binop):  Minor constant folding.
2678         * parse.y (build_current_thisn):  Shorter 'buffer'.
2680 2001-12-03  Per Bothner  <per@bothner.com>
2682         * decl.c (complete_start_java_method):  Now generate TRY_FINALLY_EXPR
2683         instead of CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR.
2684         * jcf-write.c (generate_bytecode_insns):  Remove support for
2685         CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR as they are no longer used.
2686         * check-init.c (check_init):  Likewise.
2688 2001-12-03  Per Bothner  <per@bothner.com>
2690         * verify.c (subroutine_nesting):  New function.
2691         (verify_jvm_instructions):  Use it to fix logic for checking that
2692         we're done with the current subroutine.
2694         * verify.c (verify_jvm_instruction): For OPCODE_checkcast and
2695         OPCODE_instanceof use POP_TYPE macro for better diagnostics.
2697 2001-12-03  Per Bothner  <per@bothner.com>
2699         * jcf.h:  Fix obvious typo in comment.
2700         * typeck.c (build_null_signature):  Add comment.
2702 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2704         * expr.c: Remove leading capital from diagnostic messages, as
2705         per GNU coding standards.
2706         * jcf-io.c: Similarly.
2707         * jcf-parse.c: Similarly.
2708         * jv-scan.c: Similarly.
2709         * jvspec.c: Similarly.
2710         * mangle.c: Similarly.
2712 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
2713             Alexandre Petit-Bianco  <apbianco@redhat.com>
2715         * expr.c (build_java_arrayaccess): Call save_expr on array for
2716         correct evaluation order, modified comment, fixed indentation.
2717         * parse.y: (patch_assignment): Correctly extract the array base
2718         from the tree generate by build_java_arrayaccess, added comments.
2719         (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.
2720         Fixes PR java/3096, PR java/3803, PR java/3965.
2722 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2724         * expr.c (expand_byte_code): Remove trailing periods from messages.
2725         * jcf-parse.c (load_class, jcf_parse): Similarly.
2726         * jcf-write.c (generate_classfile): Similarly.
2727         * lex.c (java_lex): Similarly.
2729 2001-11-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2731         * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
2733 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2735         * Make-lang.in (java.generated-manpages): New dummy target.
2737 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2739         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
2740         ASM_FINAL_SPEC.
2741         (lang_specific_pre_link): Use set_input to set input_filename.
2742         Append `main' here.
2743         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
2744         (main): Fix definition.
2745         Strip `main' from classname.
2746         Fixes PR java/227.
2748 2001-11-18  Roger Sayle <roger@eyesopen.com>
2750         * parse.h (java_expand_switch): Remove old prototype.
2752 2001-11-18  Tom Tromey  <tromey@redhat.com>
2754         Fix for PR java/1401:
2755         * jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
2756         arg0 is null.
2757         (generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
2758         correctly.
2760 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2762         * lang.c (finish_parse): Rename to java_finish.
2763         (LANG_HOOKS_FINISH, java_finish): New.
2765 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2767         * decl.c (init_decl_processing): Rename java_init_decl_processing.
2768         * java-tree.h: New prototype.
2769         * lang.c (java_init): Update prototype.  Combine with old init_parse.
2771 2001-11-13  Tom Tromey  <tromey@redhat.com>
2773         * gjavah.c (method_signature): New global.
2774         (HANDLE_METHOD): Set it.
2775         (decompile_return_statement): New function.
2776         (decompile_method): Use it.
2777         (print_method_info): Removed `synth' argument.
2779 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2781         * java-tree.h (java_set_yydebug): New.
2782         * jcf-parse.c (set_yydebug): Rename java_set_yydebug.
2783         * lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
2784         (print_lang_decl, print_lang_type, print_lang_identifier,
2785         print_lang_statistics, lang_print_xnode): Remove.
2787 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2789         * jcf-parse.c (init_lex): Remove.
2790         * lang.c (language_string, lang_identify): Remove.
2791         (struct lang_hooks): Constify.
2792         (LANG_HOOKS_NAME): Override.
2793         (init_parse): Update.
2795 2001-11-08  Andreas Franck  <afranck@gmx.de>
2797         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_CROSS_NAME): Handle
2798         program_transform_name the way suggested by autoconf.
2799         (java.install-common): Also transform auxiliary program names with
2800         program_transform_name.
2802 2001-11-08  Tom Tromey  <tromey@cygnus.com>
2804         * parse.y (trap_overflow_corner_case): New rule.
2805         (unary_expression): Use it.
2806         * lex.c (java_init_lex): Don't set minus_seen.
2807         (yylex): Don't use minus_seen.  Communicate overflow to parser for
2808         it to handle.
2809         (error_if_numeric_overflow): New function.
2810         * parse.h (minus_seen): Removed field.
2811         (JAVA_RADIX10_FLAG): New define.
2813 2001-11-07  Tom Tromey  <tromey@redhat.com>
2815         Patch for PR java/1414:
2816         * parse.y (case_label_list): New global.
2817         (goal): Register case_label_list with GC.
2818         (java_complete_lhs): Save new case on case_label_list.
2819         (patch_switch_statement): Check for duplicate case labels.
2821 2001-11-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
2823         * parse.y (patch_assignment): Removed unused third argument.
2824         (java_complete_lhs): Removed unused third argument to patch_assignment.
2826 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2828         * lang.c: Include langhooks-def.h.
2829         * Make-lang.in: Update.
2831 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
2833         * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
2835 2001-10-29  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2837         * mangle.c (find_compression_record_match): Don't match compression
2838         records for package name elements unless they occur at the start of
2839         the name. Fix for PR java/4717.
2841 2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2843         * expr.c (expand_java_field_op): Don't special-case references to
2844         java.lang.PRIMTYPE.TYPE.
2845         (build_primtype_type_ref): Removed.
2846         * java-tree.h (build_primtype_type_ref): Remove prototype.
2847         * parse.y (maybe_build_primttype_type_ref): Removed.
2848         (complete_function_arguments): Don't special-case references to
2849         java.lang.PRIMTYPE.TYPE.
2850         (patch_assignment): Likewise.
2851         (array_constructor_check_entry): Likewise.
2853 2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
2855         * mangle.c (static tree compression_table): Fixed leading comment.
2856         * parse.h (struct parser_ctxt): Fixed field comment.
2857         * parse.y (check_pkg_class_access): New prototype, fixed leading
2858         comment, new parameter used to emit error only if passed as true.
2859         (parse_check_super): Pass extra argument to check_pkg_class_access.
2860         (do_resolve_class): Likewise.
2861         (process_imports): Likewise.
2862         (read_import_dir): Fixed indentation.
2863         (find_in_imports_on_demand): New local class_type_name. Local
2864         node_to_use deleted. while loop changed into for loop. Report
2865         multiple definition only for accessible classes. Improved error
2866         message.
2867         (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
2868         assigned to parameter list, fixed indentation. while loop changed
2869         into for loop, restore TREE_CHAIN on local `tem' before the next
2870         iteration.
2872 2001-10-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2874         * lang.c (lang_get_alias_set): Deleted.
2876 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2878         * gjavah.c (jni_print_char): Fix thinko in last change.
2880         * gjavah.c (jni_print_char, decode_signature_piece): Use
2881         safe-ctype macros and/or fold extra calls into fewer ones.
2882         * lex.c (java_read_unicode, java_lex): Likewise.
2883         * lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
2884         JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
2885         * mangle_name.c (append_unicode_mangled_name,
2886         unicode_mangling_length): Likewise.
2888 2001-10-17  Richard Henderson  <rth@redhat.com>
2890         * Make-lang.in (java/lang.o): Depend on langhooks.h.
2892 2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
2894         * lang.c (langhooks.h): Included.
2895         (LANG_HOOKS_INIT): Redefined.
2896         (LANG_HOOKS_INIT_OPTIONS): Likewise.
2897         (LANG_HOOKS_DECODE_OPTION): Likewise.
2898         (struct lang_hooks lang_hooks): New initialization.
2900 2001-10-11  Per Bothner  <per@bothner.com>
2902         * parse.y (patch_synchronized_statement):  Use a TRY_FINALLY_EXPR
2903         rather than a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR pair.
2904         The former is simpler, and jcf-write.c handles it better.
2905         (java_complete_lhs):  No longer need to handle CLEANUP_POINT_EXPR
2906         or WITH_CLEANUP_EXPR.
2907         * jcf-write.c:  Revert Alex's change from 2000-10-18.  It is no
2908         longer needed, as we already handle empty TRY_FINALLY_EXPR bodies fine.
2910         * parse.y (patch_if_else_statement):  If the condition is constant,
2911         optimize away the test.
2913 2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2915         * parse.y (patch_cast): Call patch_string on the first operand of
2916         the incoming node, update it if necessary. Fixes PR java/4510.
2918 2001-10-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2920         * parse.y (find_as_inner_class): Don't disregard the enclosing scope
2921         when name qualifier matches a package name.
2923 2001-10-08  Tom Tromey  <tromey@redhat.com>
2925         Fix for PR java/4489:
2926         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always
2927         force a new label when computing `body_block'.
2929 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2931         * jcf-io.c (format_uint): Const-ify.
2932         * lang.c (java_tree_code_type, java_tree_code_length): Likewise.
2933         * lex.c (java_get_line_col): Likewise.
2934         * parse.y (build_incdec): Likewise.
2936 2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
2938         * parse.y (register_incomplete_type): Set JDEP_SUPER to be given
2939         a NULL enclosing context if appropriate. Fixes PR java/4466.
2941 2001-10-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
2943         * parse.y (patch_assignment): Use lvalue's original TYPE when
2944         building the final COMPOUND_EXPR.
2945         (try_reference_assignconv): Fixed leading comment.
2947 2001-09-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
2949         * parse.y (check_final_variable_indirect_assignment): For
2950         COMPOUND_EXPR, return only if finals were found initialized
2951         properly, if not, keep on checking.
2952         (check_final_variable_global_assignment_flag): New local
2953         error_found, set when appropriate and used to decide whether to
2954         report uninitialized finals. Fixed typo in comment.
2956 2001-09-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
2958         * decl.c (init_decl_processing): Fixed typo in predef_filenames
2959         last three initializations. Fixes PR java/4360.
2961 2001-09-21  Richard Henderson  <rth@redhat.com>
2963         * class.c (get_dispatch_table): Handle function descriptors.
2964         (build_dtable_decl): Likewise.
2965         * expr.c (build_invokevirtual): Likewise.
2967 2001-09-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
2969         * parse.y (patch_method_invocation): Build class initialization
2970         when static finals are used to qualify method invocation.
2971         Fixes PR java/4366.
2973 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
2975         * parse.h: (WFL_STRIP_BRACKET): Re-written using
2976         build_type_name_from_array_name.
2977         (STRING_STRIP_BRACKETS): New macro.
2978         * parse.y (build_type_name_from_array_name): New function.
2979         (array_creation_expression:): Accumulate []s instead of [s.
2980         (cast_expression:): Accumulate []s instead of [s after cast type
2981         name.
2982         (build_array_from_name): Local string deleted, use
2983         build_type_name_from_array_name.
2984         (build_unresolved_array_type): Accumulate []s instead of [s after
2985         type name.
2986         (register_fields): Fixed comment.
2987         (resolve_class): Local name, base deleted, new locals tname and
2988         array_dims. Use build_type_name_from_array_name. Use array_dims to
2989         build array type.
2990         (purify_type_name): Use STRING_STRIP_BRACKETS.
2992 2001-09-18  Andreas Jaeger  <aj@suse.de>
2994         * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2995         * jv-scan.c: Likewise.
2997 2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
2999         * parse.y (patch_method_invocation): Inner class creation context
3000         check not enforced within constructors. Fixes PR java/1873.
3002 2001-09-16  Tom Tromey  <tromey@redhat.com>
3004         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
3005         NOTE_PUSH for single-case push.  Fixes PR java/4189.
3007 2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
3009         * java-tree.h (TYPE_IMPORT_LIST): New macro.
3010         (TYPE_IMPORT_DEMAND_LIST): Likewise.
3011         (struct lang_type): New fields import_list and import_demand_list.
3012         * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
3013         TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
3014         (do_resolve_class): New local saved_enclosing_type, initialized,
3015         passed as parameter to find_in_imports and find_in_imports_on_demand.
3016         (find_in_imports): Added paramater enclosing_type, use its
3017         TYPE_IMPORT_LIST when applicable.
3018         (find_in_imports_on_demand): Added parameter enclosing_type, use
3019         its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
3020         declaration and initialization.
3021         (fold_constant_for_init): Switch/restore current_class to the
3022         appropriate context.
3024 2001-09-13  Mark Mitchell  <mark@codesourcery.com>
3026         * verify.c (verify_jvm_instructions): Fix typo.
3028 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3030         * expr.c (expand_invoke): Const-ification.
3031         * parse.y (patch_method_invocation): Likewise.
3033 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3035         * gjavah.c (cxx_keywords): Const-ification.
3036         * keyword.gperf (java_keyword): Likewise.
3037         * lang.c (java_tree_code_name): Likewise.
3038         * lex.c (cxx_keywords): Likewise.
3039         * parse.y (java_parser_context_suspend, merge_string_cste): Likewise.
3041 2001-09-11  Richard Henderson  <rth@redhat.com>
3043         * parse.h (ctxp_for_generation): Mark extern.
3045 2001-09-10  Richard Henderson  <rth@redhat.com>
3047         * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
3049 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
3051         * typeck.c (java_array_type_length, build_prim_array_type):
3052         Represent empty arrays by NULL index.
3054 2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
3056         * java-tree.h (compile_resource_file): Grouped with other prototypes.
3057         * jvspec.c (lang_specific_driver): Removed unused local `ptr.'
3059 2001-09-06  Anthony Green  <green@redhat.com>
3061         * class.c (O_BINARY): Define if necessary.
3062         (registerResource_libfunc): Declare.
3063         (init_class_processing): Initilize registerResource_libfunc.
3064         (compile_resource_file): New function.
3065         * java-tree.h (resource_name): Declare.
3066         (compile_resource_file): Declare.
3067         * jcf-parse.c (yyparse): Handle compiling java resource files.
3068         * lang.c (java_decode_option): Handle -fcompile-resource option.
3069         * jvspec.c (lang_specific_driver): Handle -R flag for compiling
3070         resource files.
3071         * gcj.texi (Code Generation): Add documentation for -R flag.
3073 2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>
3075         * jcf-write.c (generate_classfile): Issue an error in case of
3076         field/initial value mismatch.
3077         * parse.y (analyze_clinit_body): Keep <clinit> if an array is
3078         being initialized and we're generating bytecode.
3079         (java_complete_lhs): In MODIFY_EXPR section: added comments,
3080         set DECL_INITIAL properly when appropriate.
3081         Fixes PR java/4230
3082         Fixes PR java/4204
3084 2001-09-01  Per Bothner  <per@bothner.com>
3086         * parse.y (maybe_yank_clinit):  A field without an initializer is not
3087         relevant.  All initializers except static final and constant require
3088         <clinit>, regardless of flag_emit_class_files.
3090 2001-08-31  Per Bothner  <per@bothner.com>
3092         * class.c (set_constant_value):  When not emiting class files, then a
3093         String ConstantValue is a utf8const_ptr_type.
3095 2001-08-30  Per Bothner  <per@bothner.com>
3097         * jcf-write.c (generate_classfile):  Check that field is primitive
3098         or string before emitting ConstantValue attribute.
3100 2001-08-30  Per Bothner  <per@bothner.com>
3102         * parse.y (resolve_qualified_expression_name):  If creating a
3103         COMPOUND_EXPR, set it's type correctly.
3105 2001-08-30  Per Bothner  <per@bothner.com>
3107         * jcf-io.c (open_class):  Set filename field.
3109         * jcf-parse,c (parse_class_file):  Set current_function_decl
3110         for better error message when Code attribute is missing.
3112         * lang.c (put_decl_node, lang_print_error):  Re-arrange for
3113         better diagnostics, especially for constructors.
3115 2001-08-30  Per Bothner  <per@bothner.com>
3117         * jcf-write.c (generate_classfile):  Don't write ConstantValue
3118         attribute if field is not final, for compatibility with jdk.
3120         * jcf-write.c (generate_classfile):  Convert ConstantValue values
3121         to correct type.  Work-around for front-end bug.
3122         * class.c (set_constant_value):  Error if constant has wrong type.
3124 2001-08-30  Per Bothner  <per@bothner.com>
3126         * jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
3127         "Double" are printed at verbosity 1.
3129         * jcf-dump.c (main):  Disable flag_print_attributes if --javap.
3131         * jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
3133 2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
3135         * parse.y (patch_assignment): Don't verify final re-assignment here.
3136         (java_complete_lhs): Verify assignments to finals calling
3137         patch_assignment. Verify re-assignments to finals before calling
3138         patch_assignment.
3140 2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
3142         * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
3143         Fixes PR java/1413
3145 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
3147         * lex.c (java_lex): new local found_hex_digits. Set and then used
3148         in test to reject invalid hexadecimal numbers.
3149         * parse.y (java_complete_tree): Prevent unwanted cast with
3150         initialized floating point finals.
3151         (patch_binop): Emit a warning when detecting a division by zero,
3152         mark result not constant, don't simplify non integer division.
3154 2001-08-28  Per Bothner  <per@bothner.com>
3156         * jcf-write.c  (generate_bytecode_insns):  For increments and
3157         decrements just recurse to push constant.  Improvement on Mark's patch.
3159 2001-08-28  Mark Mitchell  <mark@codesourcery.com>
3161         * jcf-write.c (generate_bytecode_insns): Generate an integer to
3162         real conversion for increments and decrements of reals.
3164 2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3166         * parse.y (resolve_qualified_expression_name): Handle unresolved
3167         qualified expressions, prevent numerical qualifiers, fixed typo.
3168         Fixes PR java/4141
3170 2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
3172         * parse.y (check_deprecation): Handle TYPE_DECL in a special case,
3173         don't report anything but deprecated class when marked so. Handle
3174         VAR_DECL.
3175         (patch_method_invocation): Check deprecation on methods and types.
3176         (patch_binop): code becomes an enum tree_code, added default: to
3177         switch to handle that. Detect division by zero, try to fold and
3178         return before using a subroutine.
3180 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
3182         * jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
3183         file smaller than 4 bytes.
3184         * parse.y (check_inner_circular_reference): New function.
3185         (check_circular_reference): Likewise.
3186         (array_initializer:): Accept {,}.
3187         (java_check_circular_reference): Rewritten using
3188         check_circular_reference and check_inner_circular_reference.
3189         (java_complete_expand_method): Unconditionally save and restore
3190         the unpurged exception list.
3191         (build_dot_class_method_invocation): Unmangle signature parameter.
3193 2001-08-21  Tom Tromey  <tromey@redhat.com>
3195         * decl.c (init_decl_processing): Add `throws' field to method
3196         descriptor.
3197         * class.c (make_method_value): Compute `throws' field for method.
3199 2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
3201         * parse.y (resolve_inner_class): Keep local_enclosing to NULL if
3202         circularity is detected.
3203         (ctors_unchecked_throws_clause_p): Fixed leading comment.
3205 2001-08-17  Richard Henderson  <rth@redhat.com>
3207         * class.c (emit_register_classes): Add align parameter to
3208         call to assemble_integer.
3210 2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>
3212         * jcf-parse.c (load_class): New locals saved and class_loaded. If
3213         loading a class_or_name fails, try considering an innerclass name
3214         and load the enclosing context.
3215         * parse.y (resolve_inner_class): New function.
3216         (find_as_inner_class): Added leading comment.
3217         (register_incomplete_type): Keep the current context as enclosing
3218         context for JDEP_FIELD dependencies.
3219         (do_resolve_class): Locals new_class_decl and super initialized to
3220         NULL. Call resolve_inner_class, explore the enclosing context
3221         superclass if necessary.
3222         Fixes PR java/4007
3224 2001-08-16  Tom Tromey  <tromey@redhat.com>
3226         * jcf-dump.c (main): Updated for change to jcf_path_seal.
3227         * gjavah.c (main): Updated for change to jcf_path_seal.
3228         * lang.c (version_flag): New global.
3229         (java_decode_option): Recognize `-version'.
3230         (java_init): Update for change to jcf_path_seal.
3231         * jcf.h (jcf_path_seal): Added `print' argument.
3232         * jcf-path.c (jcf_path_seal): Added `print' argument.
3234 2001-08-13  Zack Weinberg  <zackw@panix.com>
3236         * Make-lang.in (java/decl.o): Update dependencies.
3237         * decl.c: Include libfuncs.h, don't include toplev.h.
3239 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
3241         * decl.c (init_decl_processing): exception_type_node,
3242         class_not_found_type_node, and no_class_def_found_type_node
3243         initialized. predef_filenames augmented accordingly.
3244         instinit_identifier_node initialized.
3245         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
3246         * java-tree.h (enum java_tree_index): New entries
3247         JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
3248         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
3249         (exception_type_node): New macro.
3250         (class_not_found_type_node): Likewise.
3251         (no_class_def_found_type_node): Likewise.
3252         (instinit_identifier_node): Likewise.
3253         (PREDEF_FILENAMES_SIZE): Adjusted.
3254         (TYPE_HAS_FINAL_VARIABLE): Fixed typo.
3255         (struct lang_type): Fixed typo in bitfield name.
3256         (DECL_INSTINIT_P): New macro.
3257         (ID_INSTINIT_P): Likewise.
3258         * jcf-write.c (generate_classfile): instinit$ bears the Synthetic
3259         attribute.
3260         * parse.y (encapsulate_with_try_catch): New function.
3261         (generate_instinit): Likewise.
3262         (build_instinit_invocation): Likewise.
3263         (ctors_unchecked_throws_clause_p): Likewise.
3264         (add_instance_initializer): Deleted.
3265         (build_instance_initializer): Likewise.
3266         (in_instance_initializer): Likewise.
3267         (check_method_redefinition): instinit$ not to be verified.
3268         (java_complete_expand_methods): Generate instinit$, simplified code.
3269         (build_dot_class_method): Eliminated unnecessary locals. Use
3270         encapsulate_with_try_catch, removed unnecessary code.
3271         (fix_constructors): New local iii. Use build_instinit_invocation.
3272         (patch_method_invocation): Added comment.
3273         (maybe_use_access_method): Don't consider instinit$.
3274         (find_applicable_accessible_methods_list): Shorten the search for
3275         instinit$ too.
3276         (java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
3277         (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
3278         (patch_throw_statement): Likewise. Fixed typo.
3280 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
3282         Revert:
3283         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3284         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
3285         ASM_FINAL_SPEC.
3286         (lang_specific_pre_link): Use set_input to set input_filename.
3287         Append `main' here.
3288         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
3289         (main): Fix definition.
3290         Strip `main' from classname.
3291         Fixes PR java/227.
3293 2001-08-11  Zack Weinberg  <zackw@panix.com>
3295         * lex.h: Don't include setjmp.h.  Don't define
3296         SET_FLOAT_HANDLER or prototype set_float_handler.
3298 2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3300         * expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
3301         `poplevel' in the right order.
3303 2001-08-09  Richard Henderson  <rth@redhat.com>
3305         * Make-lang.in (class.o): Depend on TARGET_H.
3306         * class.c (emit_register_classes): Use target hooks instead of
3307         assemble_constructor and assemble_destructor.
3309 2001-08-08  Alexandre Petit-Bianco  <apbianco@redhat.com>
3311         * check-init.c (flags.h): Include
3312         (check_init): Don't report uninitialized static class
3313         initialization flags, don't free bit index when doing static class
3314         initialization optimization.
3315         (check_for_initialization): Return type changed to `unsigned int.'
3316         (attach_initialized_static_class): New function.
3317         * class.c (add_method_1): Create the initialized static class
3318         table if necessary.
3319         (finish_class): Always emit deferred inline methods.
3320         * decl.c (emit_init_test_initialization): Moved to expr.c
3321         (complete_start_java_method): Don't traverse
3322         DECL_FUNCTION_INIT_TEST_TABLE.
3323         (lang_mark_tree): Mark hash tables in function decls.
3324         * expr.c (emit_init_test_initialization): Moved from decl.c.
3325         (build_class_init): Create LAG_DECL_SPECIFIC for the static class
3326         initialization flag, set DECL_CONTEXT and
3327         LOCAL_CLASS_INITIALIZATION_FLAG.
3328         (java_lang_expand_expr): Emit initialization code for static class
3329         initialized flags when entering block, if necessary.
3330         * gcj.texi (-fno-optimize-static-class-initialization): Documented.
3331         * java-tree.h (flag_optimize_sci): New global variable declaration.
3332         (DECL_FUNCTION_INITIALIZED_CLASS_TABLE): New macro.
3333         (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND): Likewise.
3334         (LOCAL_FINAL_P): Fixed typo in comment.
3335         (FINAL_VARIABLE_P): Likewise.
3336         (LOCAL_CLASS_INITIALIZATIO_FLAG): New macro.
3337         (LOCAL_CLASS_INITIALIZATIO_FLAG_P): Likewise.
3338         (struct lang_decl): New fields `ict', `smic' and `cif.'
3339         (check_for_initialization): New returned value for global.
3340         (attach_initialized_static_class): New global function.
3341         (STATIC_CLASS_INIT_OPT_P): New macro.
3342         * lang-options.h (-fno-optimize-static-class-initialization): New flag.
3343         * lang.c (java_decode_option): Handle
3344         `-fno-optimize-static-class-initialization'
3345         * parse.y (start_complete_expand_method): New function.
3346         (java_expand_method_bodies): Likewise.
3347         (attach_init_test_initialization_flags): Likewise.
3348         (adjust_init_test_initialization): Likewise.
3349         (emit_test_initialization): Likewise.
3350         (java_complete_expand_methods): Nullify abstract and native method
3351         bodies.
3352         (java_complete_expand_method): New locals `fbody', `block_body'
3353         and `exception_copy.' Reorganized: directly return on empty method
3354         bodies, call `start_complete_expand_method', remember definitely
3355         initialized static class in function, don't expand method bodies.
3356         (java_expand_classes): Call `java_expand_method_bodies' before
3357         `finish_class' when compiling to native.
3358         (resolve_expression_name): Use `orig' after building outer class
3359         field access.
3360         (patch_invoke): Remember static method invokations.
3362 2001-08-06  Richard Henderson  <rth@redhat.com>
3364         * class.c (emit_register_classes): Pass a symbol_ref and priority
3365         to assemble_constructor.
3367 2001-08-02  Alexandre Petit-Bianco  <apbianco@redhat.com>
3369         * java-tree.h (all_class_filename): New macro.
3370         (enum java_tree_index): New enum `JTI_ALL_CLASS_FILENAME.'
3371         (BUILD_FILENAME_IDENTIFIER_NODE): Fixed leading comment. Link
3372         newly created IDENTIFIER_NODE to `all_class_filename.'
3374 2001-08-01  Jeff Sturm  <jsturm@one-point.com>
3376         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
3377         Use ggc_add_tree_root to register roots.
3379 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
3381         * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
3382         second operand calling check_init.
3383         * decl.c (complete_start_java_method): Swaped second and third
3384         arguments while creating WITH_CLEANUP_EXPR node.
3385         * jcf-write.c (generate_bytecode_insns): Use second operand
3386         instead of third when handling WITH_CLEANUP_EXPR.
3387         * parse.y (java_complete_lhs): Expand second operand of
3388         WITH_CLEANUP_EXPR nodes.
3389         (patch_synchronized_statement): Swaped second and third arguments
3390         while creating WITH_CLEANUP_EXPR node.
3392 2001-07-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
3394         * parse.y (create_interface): Avoid cyclic inheritance report when
3395         syntax error encountered during class definition.
3396         Fixes PR java/2956
3398 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3400         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
3401         ASM_FINAL_SPEC.
3402         (lang_specific_pre_link): Use set_input to set input_filename.
3403         Append `main' here.
3404         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
3405         (main): Fix definition.
3406         Strip `main' from classname.
3407         Fixes PR java/227.
3409 2001-07-18  Tom Tromey  <tromey@redhat.com>
3411         For PR java/2812:
3412         * lex.h: Use HAVE_ICONV, not HAVE_ICONV_H.
3413         * lex.c (java_new_lexer): Use ICONV_CONST.
3414         (java_read_char): Likewise.
3415         * Make-lang.in (jc1$(exeext)): Link against LIBICONV.
3416         (jv-scan$(exeext)): Likewise.
3418 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
3420         * parse.h (INTERFACE_INNER_MODIFIERS): Disallow `private.'
3421         * parse.y (check_class_interface_creation): Allow `private' if the
3422         enclosing is not an interface.
3423         (create_interface): Interface tagged public if the enclosing
3424         context is an interface.
3425         (create_class): Class tagged public if the enclosing context
3426         is an interface.
3427         Fixes PR java/2959
3429 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
3431         * class.c (push_class): Set DECL_SIZE to `integer_zero_node.'
3432         Fixes PR java/2665
3434 2001-07-14  Tim Josling  <tej@melbpc.org.au>
3436         * check-init.c (check_init): Remove references to EXPON_EXPR.
3438 2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
3440         * parse.y (java_complete_lsh): Set CAN_COMPLETE_NORMALLY and unset
3441         TREE_CONSTANT_OVERFLOW of CASE_EXPR value.
3442         Fixes PR java/3602
3444 2001-07-13  Tom Tromey  <tromey@redhat.com>
3446         * jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
3447         invocation.
3449 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
3451         * parse.y (patch_method_invocation): Don't override primary if one
3452         is already provided, but let this$<n> be built. Fixed comment.
3454 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
3456         * parse.y (empty_statement:): Report empty statement error only
3457         when found at class declaration level.
3458         Fixes PR java/3635
3460 2001-07-12  Tom Tromey  <tromey@redhat.com>
3462         * expr.c (expand_load_internal): New function.
3463         (LOAD_INTERNAL): Use it.
3465 2001-07-11  Alexandre Petit-Bianco  <apbianco@redhat.com>
3467         * parse.y (verify_constructor_super): Compare anonymous class ctor
3468         args with `valid_method_invocation_conversion_p.'
3469         Fixes PR java/3285
3471 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3473         * lang-specs.h: Forbit the use if `-femit-class-file{s}' without
3474         `-fsyntax-only.' Fixes PR java/3248
3476 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3478         * jcf-io.c (find_class): Clarified error message. Fixes PR java/2603
3480 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3482         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): No `this' is fine if the
3483         current function is static. Fixes PR java/1970
3485 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3487         * parse.y (patch_method_invocation): Add enclosing context to ctor
3488         calls if necessary. Fixes PR java/2953
3490 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3492         * parse.y (resolve_package): Abort if qualified expression member
3493         isn't right.
3494         (qualify_ambiguous_name): Don't qualify as type if `this' in use.
3495         Fixes PR java/1391
3497 2001-07-07  Zack Weinberg  <zackw@stanford.edu>
3499         * verify.c: Don't use // comments.
3501 2001-07-05  Tom Tromey  <tromey@redhat.com>
3503         * lang.c (flag_assume_compiled): Removed.
3504         * java-tree.h (flag_assume_compiled): Removed.
3505         * lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
3506         -fhash-synchronization, -fuse-divide-subroutine,
3507         -fcheck-references, -femit-class-file, -femit-class-files,
3508         -fassume-compiled.  Updated --encoding information.  Changed
3509         -foutput-class-dir to `-d'.
3511 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
3513         * jcf-parse.c (parse_class_file): Add lineno parameter to
3514         debug_start_source_file call.
3516 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3518         * gcj.texi: Use gpl.texi.
3519         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Update
3520         dependencies and use doc/include in search path.
3522 2001-07-03  Jeff Sturm  <jsturm@one-point.com>
3524         * parse.y (fix_constructors): Test if a CALL_EXPR invokes
3525         `this'.  If so, don't build instance initializers.
3527 2001-07-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
3529         * parse.y (resolve_expression_name): Improved error message for
3530         inner class cases. Fixes PR java/1958
3532 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3534         * lang.c: #include diagnostic.h
3535         (lang_print_error): Add a `diagnostic_context *' parameter.
3536         (java_dummy_print): Likewise.
3537         * Make-lang.in (JAVA_LEX_C): Depend on diagnostic.h
3539 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3541         * jcf-parse.c (gcc_mark_jcf): Test for a finished JCF.
3542         * jcf.h (typedef struct JCF): New bitfield `finished.'
3543         (JCF_FINISH): Set `finished.'
3544         (JCF_ZERO): Reset `finished.'
3545         Fixes PR java/2633
3547 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3549         * parse.y (class_body_declaration:): Don't install empty instance
3550         initializers.
3551         Fixes PR java/1314
3553 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3555         * class.c (set_super_info): Call `set_class_decl_access_flags.'
3556         (set_class_decl_access_flags): New function.
3557         * java-tree.h (set_class_decl_access_flags): New prototype.
3558         * jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
3559         (parse_class_file): New local `decl_max_locals.' Take wide types
3560         into account to compute DECL_MAX_LOCALS.
3561         * parse.y (type_import_on_demand_declaration:): Ignore duplicate
3562         imports on demand.
3564 2001-06-22  Jan van Male  <jan.vanmale@fenk.wau.nl>
3566         * zipfile.h: Use GCC_JCF_H instead of JCF_H.
3568 2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
3570         * class.c (java_hash_tree_node): Fixed indentation in leading comment.
3571         * parse.y (do_resolve_class): Moved comments out to leading comment
3572         section. Removed local `start', New local `_ht' and
3573         `circularity_hash.'  Record `enclosing' in hash table and search
3574         it to detect circularity.  Use `enclosing' as an argument to
3575         `lookup_cl.' Free the hash table when done.
3577 2001-06-19  Tom Tromey  <tromey@redhat.com>
3579         * lex.c (java_read_char): Disallow invalid and overlong
3580         sequences.  Fixes PR java/2319.
3582 2001-06-05  Jeff Sturm  <jsturm@one-point.com>
3584         * decl.c (create_primitive_vtable): Don't call make_decl_rtl.
3586 2001-06-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3588         * expr.c (force_evaluation_order): Match wrapped ctor calls, locate
3589         arguments accordingly.
3591 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3593         * gcj.texi: Move contents to just after title page.
3595 2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>
3597         * parse.y (type_literals:): Use `build_incomplete_class_ref' with
3598         builtin type.
3599         (patch_incomplete_class_ref): Build the class ref, build the class
3600         init if necessary, complete the tree.
3601         Fixes PR java/2605
3603 2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
3605         * parse.y (lookup_field_wrapper): Test `name' code.
3606         (resolve_qualified_expression_name): Test `qual_wfl' code.
3607         (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
3608         handle `qual_wfl' by code.
3609         (maybe_build_primttype_type_ref): Test `wfl' code.
3611 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
3613         * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
3614         fdl.texi.
3615         (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
3616         the dvi file in the java directory.
3618 2001-05-25  Sam TH  <sam@uchicago.edu>
3620         * gen-table.pl javaop.h jcf.h lex.h,
3621         parse.h: Fix header include guards.
3623 2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3625         * jv-scan.c (version): Update copyright year.
3627 2001-05-21  Per Bothner  <per@bothner.com>
3629         * jcf-parse.c (read_class):  If class is from .class or .zip file
3630         and it's already been read, don't push/pop parser context.
3632 2001-05-18  Per Bothner  <per@bothner.com>
3634         * jvspec.c (lang_specific_pre_link):  Re-arrange the linker
3635         command line so the jvgenmain-generated main program comes first.
3637 2001-05-15  Tom Tromey  <tromey@redhat.com>
3639         * class.c (build_utf8_ref): Don't generate identifier based on
3640         utf8const contents.
3642 2001-05-12  Richard Henderson  <rth@redhat.com>
3644         * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
3645         * expr.c (java_lang_expand_expr): Expand it.
3646         (process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
3647         calling build_exception_object_ref.
3648         * parse.y (catch_clause_parameter): Likewise.
3649         (build_dot_class_method): Likewise.
3650         (try_reference_assignconv): Likewise.
3651         * check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
3652         * jcf-write.c (generate_bytecode_insns): Likewise.
3654 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
3656         * parse.y (build_unresolved_array_type): Set
3657         EXPR_WFL_QUALIFICATION on the newly created wfl.
3658         Fixes PR java/2538. Fixes PR java/2535.
3660 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
3662         * parse.y (fix_constructors): Removed unnecessary assignment to
3663         local. Moved assignment to `this$<n>', fixed comments and
3664         indentation.
3665         (build_wfl_wrap): Fixed indentation.
3666         Fixes PR java/2598, java/2579 and java/2658.
3668 2001-05-03  Mo DeJong  <mdejong@redhat.com>
3670         * lex.c (java_new_lexer): Call iconv_close on temp handle used to
3671         check for byte swap.
3673 2000-05-02  Jeff Sturm  <jsturm@one-point.com>
3675         * expr.c (build_class_init): Move MODIFY_EXPR
3676         outside of COND_EXPR.  Remove variable `call'.
3678 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3680         * decl.c: NULL_PTR -> NULL.
3681         * jcf-write.c: Likewise.
3683 2001-05-01  Tom Tromey  <tromey@redhat.com>
3685         * Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
3686         (java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
3687         * gcj.texi: Updated copyright text.  Include fdl.texi.
3688         (Top): Link to new node.
3690 2001-05-01  Per Bothner  <per@bothner.com>
3692         * parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
3694 2001-05-01  Per Bothner  <per@bothner.com>
3696         * parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
3697         import_list contains the name, not the TREE_PURPOSE.
3699 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3701         * jcf-io.c (read_zip_member): Cast to long in comparison with
3702         signed value.
3704         * jvspec.c (lang_specific_driver): Initialize variables.
3706         * mangle.c (find_compression_record_match): Likewise.
3708         * typeck.c (build_null_signature): Provide static prototype.  Mark
3709         parameter with ATTRIBUTE_UNUSED.
3711         * verify.c (verify_jvm_instructions): Initialize variable.
3713 2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3715         * parse.y (do_resolve_class): Check for cyclic inheritance during
3716         inner class resolution.
3718 2001-04-27  Per Bothner  <per@bothner.com>
3720         * parse.y (java_expand_classes):  Don't change ctxp_for_generation
3721         while iterating, since that could cause gc to lose stuff.
3723 2001-04-26  Per Bothner  <per@bothner.com>
3725         Fix method search wrt scope of inner classes to match JLS2.
3726         * typeck.c (build_null_signature):  New static function.
3727         (has_method):  New function.  Uses build_null_signature and lookup_do.
3728         * java-tree.h (has_method):  New declaration.
3729         * parse.y (find_applicable_accessible_methods_list):  Do not search
3730         context of inner classes here.
3731         (patch_method_invocation):  Search scope, ie. current and outer clases,
3732         for method matching simple name, to find class.
3734 2001-04-26  Per Bothner  <per@bothner.com>
3736         * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
3737         Fix thinko:  If a single case, use if_icmpeq, not ifeq.
3739         * constants.c (find_methodref_with_class_index):  New function.
3740         (find_methodref_index):  Use find_methodref_with_class_index.
3741         * java-tree.h (find_methodref_with_class_index):  New declaration.
3742         * jcf-write.c (generate_bytecode_insns case CALL_EXPR):  Don't change
3743         DECL_CONTEXT, instead use new find_methodref_with_class_index function.
3744         If context changed from interface to class, don't use invokeinterface.
3746 2001-04-25  Per Bothner  <per@bothner.com>
3748         * verify.c (verify_jvm_instructions):  For field instructions,
3749         check that field index is valid.  For invoke instructions, check that
3750         method index is valid.
3752 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
3754         * config-lang.in (target_libs): Copy from $libgcj_saved.
3756 2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3758         * decl.c (init_decl_processing): Add new class "protectionDomain"
3759         field.
3760         * class.c (make_class_data): Set initial value for "protectionDomain".
3762 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3764         * jvspec.c (lang_specific_driver): Fix memory allocation
3765         deficit, by using concat in lieu of xmalloc/sprintf.
3767 2001-04-20  Per Bothner  <per@bothner.com>
3769         Fixes to compile multiple .class files at once.
3770         * decl.c (init_decl_processing):  Don't set CLASS_LOADED_P.
3771         * java-tree.h (CLASS_PARSED_P):  New macro.
3772         (CLASS_LOADED_P):  Re-define to use TYPE_SIZE and CLASS_PARSED_P.
3773         * jcf-parse.c (jcf_parse_source):  Inline into read_class.
3774         (read_class):  Avoid some code duplication.
3775         Don't call JCF_FINISH for a .class file - might be needed later.
3776         (jcf_parse):  Don't call layout_class here.  Check/set CLASS_PARSED_P
3777         rather than CLASS_LOADED_P, since latter implies class laid out.
3778         (yyparse):  Do layout_class and JCF_FINISh here instead, in pass 2.
3779         * parse.y:  Don't need to set CLASS_LOADED_P for array types.
3781 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3783         * Make-lang.in (java/boehm.o): Depend on toplev.h.
3785         * boehm.c: Include toplev.h.
3787 2001-04-06  Tom Tromey  <tromey@redhat.com>
3788             Alexandre Petit-Bianco  <apbianco@redhat.com>
3790         Fix for PR gcj/1404 and PR gcj/2332:
3791         * parse.y (build_array_from_name): If we use the type_wfl then
3792         accumulate dimensions from the original type as well.
3793         (build_unresolved_array_type): Don't modify TYPE_OR_WFL in place.
3795 2001-04-06  Tom Tromey  <tromey@redhat.com>
3797         * parse.y (analyze_clinit_body): Return true if the second operand
3798         of a METHOD_EXPR is nonzero.
3800 2001-04-06  Tom Tromey  <tromey@redhat.com>
3802         * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build
3803         directory.
3804         ($(srcdir)/java/parse.c): Likewise.
3806 2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
3808         * gcj.texi: Use `which-gcj' instead of `which-g77.'
3809         (version-gcc): Initialized.
3810         (which-gcj): Likewise.
3812 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3814         * java-tree.h (struct lang_decl): New macro
3815         `DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
3816         * parse.y (build_instance_initializer): New function.
3817         (add_instance_initializer): Use it.
3818         (java_fix_constructors): Set `current_class' before fix pass.
3819         (fix_constructors): Just return if already fixed. Move `super()'
3820         invokation ahead. Use `build_instance_initializer.'
3821         Fixes PR java/1315.
3823 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3825         * parse.y (resolve_qualified_expression_name): Pass field's
3826         DECL_CONTEXT to `not_accessible_p.'
3827         (not_accessible_p): Changed parameters order in `inherits_from_p'
3828         invokation.
3830 2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>
3832         * lang-options.h: Add flag_check_references.
3834 2001-04-04  Per Bothner  <per@bothner.com>
3836         * java-tree.h (CONSTANT_VALUE_P):  New macro.
3837         * jcf-write.c (generate_classfile):  Use CONSTANT_VALUE_P.
3838         * parse.y (maybe_build_class_init_for_field):  New static function.
3839         (resolve_expression_name, resolve_field_access):  Use
3840         maybe_build_class_init_for_field instead of build_class_init
3841         This does not do the init if the field is compile-time-constant.
3842         (resolve_field_access):  Simplify.
3844         * parse.y (fold_constant_for_init):  Merge test into switch.
3846 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
3848         * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
3849         on gansidecl.h.
3850         * buffer.c, jvgenmain.c: Don't include gansidecl.h.
3852 2001-04-02  Zack Weinberg  <zackw@stanford.edu>
3854         * expr.c (pop_type_0): Save the result of the first
3855         lang_printable_name call in a scratch buffer, so it
3856         won't be clobbered by the second call.
3858 2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
3860         * parse-scan.y (array_type:): Rewritten.
3861         (type_declaration:): `empty_statement' replaces `SC_TK.'
3862         (class_member_declaration:): `empty statement' added.
3863         (method_body:): Simplified.
3864         (static_initializer:): Likewise.
3865         (primary_no_new_array:): Use `type_literals.'
3866         (type_literals:): New rule.
3867         (dims:): Set and update `bracket_count.'
3868         Fixes PR java/1074. Fixes PR java/2412.
3870 2001-03-28  Hans Boehm  <boehm@acm.org>
3872         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'
3873         (get_boehm_type_descriptor): Set type on returned value to be a
3874         pointer length integer.
3876 2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3878         * expr.c (pop_type_0): Call `concat' rather than building the
3879         string manually.
3880         (pop_type): Add format specifier in call to `error'.
3882         * parse.y (patch_method_invocation): Avoid casting away
3883         const-ness.
3885 2001-03-28  Jeffrey Oldham  <oldham@codesourcery.com>
3887         * jvgenmain.c (do_mangle_classname): End string constant with '\0'.
3889 2001-03-28  Richard Henderson  <rth@redhat.com>
3891         IA-64 ABI Exception Handling:
3892         * Make-lang.in (except.o): Don't depend on eh-common.h.
3893         * check-init.c (check_init): Handle EXC_PTR_EXPR.
3894         * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
3895         [soft_exceptioninfo_call_node]: Remove.
3896         [eh_personality_libfunc, lang_eh_runtime_type]: New.
3897         (end_java_method): No emit_handlers.
3898         * except.c (java_set_exception_lang_code): Remove.
3899         (method_init_exceptions): Don't call it.
3900         (prepare_eh_table_type): No CATCH_ALL_TYPE.
3901         (build_exception_object_ref): New.
3902         (expand_end_java_handler): Update for except.h name changes.
3903         (emit_handlers, expand_resume_after_catch): Remove.
3904         * expr.c (java_lang_expand_expr): Update for except.h name changes.
3905         (process_jvm_instruction): Use build_exception_object_ref.
3906         * java-tree.h (JTI_SOFT_EXCEPTIONINFO_CALL_NODE): Remove.
3907         (soft_exceptioninfo_call_node): Remove.
3908         (build_exception_object_ref): Declare.
3909         * jcf-write.c (generate_bytecode_insns) [CALL_EXPR]: No
3910         soft_exceptioninfo_call_node.  Move processing ...
3911         [EXC_PTR_EXPR]: ... here.
3912         * parse.h (BUILD_ASSIGN_EXCEPTION_INFO): Remove dead code.
3913         * parse.y (catch_clause_parameter): Use build_exception_object_ref.
3914         (source_end_java_method): No java_set_exception_lang_code or
3915         emit_handlers.
3916         (build_dot_class_method): Use build_exception_object_ref.
3917         (try_reference_assignconv): Check EXC_PTR_EXPR not
3918         soft_exceptioninfo_call_node.
3920 2001-03-28  Richard Henderson  <rth@redhat.com>
3922         * java-tree.h (throw_node): Define as a single member of
3923         java_global_trees instead of a separate array.
3924         (JTI_THROW_NODE): New.
3925         * decl.c (throw_node): Don't declare.
3926         (init_decl_processing): Init a scalar throw_node.
3927         Don't register it for gc.
3928         * check-init.c (check_init): Reference scalar throw_node.
3929         * expr.c (build_java_athrow): Likewise.
3930         * jcf-write.c (generate_bytecode_insns): Likewise.
3931         * parse.h (BUILD_THROW): Likewise.
3933 2001-03-28  Richard Henderson  <rth@redhat.com>
3935         * decl.c (end_java_method): Do not save and restore
3936         flag_non_call_exceptions.
3937         * parse.y (source_end_java_method): Likewise.
3938         * lang.c (flag_exceptions): Don't declare.
3939         (java_init_options): Set flag_non_call_exceptions.  Set
3940         flag_exceptions here ...
3941         (java_init): ... not here.
3943 2001-03-27  Richard Henderson  <rth@redhat.com>
3945         * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of
3946         exceptions_via_longjmp.
3948         * lang.c (flag_new_exceptions): Don't declare it.
3949         (java_init_options): Or set it.
3951 2001-03-27  Richard Henderson  <rth@redhat.com>
3953         * decl.c (end_java_method): Rename asynchronous_exceptions to
3954         flag_non_call_exceptions.
3955         * parse.y (source_end_java_method): Likewise.
3957 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3959         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
3961 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
3963         * parse.h (DECL_END_SOURCE_LINE): Don't rely on DECL_FRAME_SIZE.
3965 2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
3967         * parse.y (find_as_inner_class): Follow current package
3968         indications not to mistakingly load an unrelated class.
3970 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3972         * constants.c (PUTN): Use memcpy, not bcopy.
3974         * lex.c (java_read_char): Use memmove, not bcopy.
3976         * parse.y (java_parser_context_resume): Use memcpy, not bcopy.
3978 2001-03-23  Per Bothner  <per@bothner.com>
3980         * verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
3981         macro for better error pin-pointing.
3982         * java-tree.h:  Fix typo in comment.
3984         * jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
3985         Don't include jsr/goto in exception range.
3986         Check if start and end of exception range are the same (also TRY_EXPR).
3987         Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
3988         However, do emit the following goto even if try_block is empty.
3989         Defer freeing exception_decl until after the finalizer, to make
3990         sure the local isn't reused in the finalizer.  Fixes PR java/1208.
3992         * parse.y (java_complete_lhs):  If the try-clause is empty, just
3993         return the finally-clause and vice versa.
3995 2001-03-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
3997         * gcj.texi (Input Options): documented the check for attribute
3998         `gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
3999         * java-tree.h (flag_force_classes_archive_check): Declared extern.
4000         * jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
4001         (jcf_parse): Check for the right classes archive if necessary.
4002         * jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
4003         (jcf_parse_fields): Fixed indentation.
4004         * jcf-write.c (append_gcj_attribute): New function.
4005         (generate_classfile): Compute the attribute count, invoke
4006         `append_gcj_attribute'.
4007         * jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
4008         turned into bit-fields. New bit-field `right_zip.'
4009         (JCF_ZERO): Set `right_zip' to zero.
4010         * lang-options.h (-fforce-classes-archive-check): Added flag.
4011         * lang.c (flag_force_classes_archive_check): New flag.
4012         (lang_f_options): New entry `force-classes-archive-check.'
4013         Fixes PR java/1213.
4015 2001-02-07  Andrew Haley  <aph@redhat.com>
4017         * gcj.texi (Configure-time Options): Add -fcheck-references.
4018         * expr.c (build_java_indirect_ref): New function.
4019         (java_check_reference): New function.
4020         (build_java_array_length_access): Use build_java_indirect_ref to
4021         check for null references.
4022         (build_java_arrayaccess): Likewise.
4023         (build_get_class): Likewise.
4024         (build_field_ref): Likewise.
4025         (invoke_build_dtable): Likewise.
4026         (build_invokeinterface): Likewise.
4027         * lang.c (lang_f_options): Add flag_check_references.
4028         * jvspec.c (jvgenmain_spec): Add flag_check_references.
4029         * java-tree.h (flag_check_references): New variable.
4030         * lang.c (flag_check_references): Likewise.
4031         * parse.y (patch_invoke): Use java_check_reference.
4032         (patch_assignment): Allow for extra nesting in
4033         _Jv_CheckArrayStore.
4035 2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
4037         * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.
4038         * lex.c (cxx_keywords): Likewise.
4040 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
4042         * parse.y (qualify_ambiguous_name): Broaden `length'
4043         recognition. Help MODIFY_EXPR be resolved as expression names.
4044         Fixes PR java/2066. Fixes PR java/2400.
4046 2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
4048         * gjavah.c (process_file): Mark interface definitions with
4049         "__attribute__ ((java_interface))".
4051 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
4053         * class.c (layout_class): Fixed push_super_field's second
4054         argument. Fixes PR java/2333.
4055         (jdep_resolve_class): Reset TYPE_SIZE if `error_mark_node', it's
4056         too early to lay innerclasses out.
4058 2001-03-20  Tom Tromey  <tromey@redhat.com>
4059             Alexandre Petit-Bianco <apbianco@redhat.com>
4061         * parse.y (patch_assignment): Handle the case of a SAVE_EXPR
4062         inside an array reference. Insertion of the array store check
4063         rewritten. Fixes PR java/2299.
4065 2001-03-20  Tom Tromey  <tromey@redhat.com>
4067         * lex.c (java_read_unicode): Only accept leading `u's.
4069 2001-03-20  Tom Tromey  <tromey@redhat.com>
4071         * jcf-parse.c (read_class): Initialize `class'.
4073 2001-03-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4075         * jcf_parse.c (jcf_parse): Eliminate unused variable.
4077 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
4079         * class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
4080         (layout_class): Likewise.
4081         (layout_class_method): Likewise.
4082         (emit_register_classes): Likewise.
4083         * decl.c (builtin_function): Likewise.
4084         (give_name_to_locals): Likewise.
4086 2001-03-19  Per Bothner  <per@bothner.com>
4088         * jcf-parse.c (load_inner_classes):  Check CLASS_LOADED_P
4089         before trying to load an inner class.
4091         Fixes to process to command-line .class files in two passes.
4092         * java-tree.h (JAVA_FILE_P, CLASS_FILE_P, ZIP_FILE_P):  New flags.
4093         (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P):  Rename to ..
4094         (CLASS_FROM_CURRENTLY_COMPILED_P):  ... because it is more general now.
4095         * class.c (is_compiled_class):  Fix for renamed flag.
4096         * parse.y (maybe_create_class_interface_decl):  Likewise.
4097         * jcf-parse.c (yyparse):  Also set if compiling .class files.
4098         * jcf-parse.c (read_class);  Read current_class.
4099         (jcf_parse):  Make static.
4100         (load_inner_classes):  New function, with code moved from jcf_parse,
4101         because we need to inner classes after the command-line files are read.
4102         (yyparse):  Set finput to NULL when it doesn't need to be closed.
4103         Reduce use of main_jcf (basically only for archive) and
4104         use finput instead of main_jcf->read_state.
4105         Inline jcf_figure_file_type into yyparse.
4106         Set JAVA_FILE_P, CLASS_FILE_P, or ZIP_FILE_P on filename list name.
4107         Defer load_inner_classes and parse_class_file to a second pass,
4108         after we've correctly mapped command-line .clas fiels to classes.
4109         (jcf_figure_file_type):  Removed.
4110         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE):  Removed flags.
4111         (JCF_ZERO):  Also clear zipd field.
4112         * zipfile.h:  Conditionalize on JCF_H insread of JCF_ZIP.
4114 2001-03-18  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
4116         * jcf-parse.c (yyparse): Change ch from char * to char.
4118 2001-03-19  Per Bothner  <per@bothner.com>
4120         * jvspec.c (lang_specific_driver):  Check for .zip and .jar files.
4121         Add constructed filelist-file at end, following -xjava.  Thus any .o
4122         and library files are not affected by the -xjava.  Also wrap
4123         explicit @FILE with -xjava and -xnone.
4125 2001-03-19  Andrew Haley  <aph@cambridge.redhat.com>
4127         * class.c (build_static_field_ref): Call make_decl_rtl() after
4128         setting the DECL_EXTERNAL flag.
4130 2001-03-17  Per Bothner  <per@bothner.com>
4132         * decl.c (clear_binding_level):  Fix initializer (broke 03-15).
4134         * jcf-write.c (generate_bytecode_insns):  Handle emitting iinc
4135         when result is is needed (target is STACK_TARGET).
4137         * parse.h (JDEP_SOLV):  Removed.
4138         * parse.y (register_incomplete_type):  Use JDEP_TO_RESOLVE instead.
4140         * parse.y (incomplete_class_list): Removed.
4141         (obtain_incomplete_type): Don't use or set incomplete_class_list.
4142         It doesn't work if resolve_class changes the name of an array type
4143         that is on the list and then someone else looks for the modified name.
4144         Also, seems liable to break when compiling multiple source files at
4145         once.  So the simplest is to just remove incomplete_class_list -
4146         it is only a minor space win and it is not even clear it saves time.
4148         * parse.y (resolve_class):  Remove unneeded promote_type.
4150 2001-03-15  Per Bothner  <per@bothner.com>
4152         * java-tree.h (BLOCK_IS_IMPLICIT):  New flag.
4153         * parse.h (BLOCK_EXPR_ORIGIN):  Removed macro.
4154         * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
4155         Use BLOCK_IS_IMPLICIT rather than BLOCK_EXPR_ORIGIN.
4157         * jcf-parse.c (yyparse):  Set/reset input_filename for source file.
4158         * parse.y (java_expand_classes):  Likewise.
4160         * parse.y (expand_start_java_method):  Was only called once and had a
4161         misleading name, so inline in caller java_complete_expand_method.
4162         (enter_a_block):  Likewise inline in enter_block and remove.
4164         Remove junk from when gcc/java was created (by copying from C/C++).
4165         * decl.c (keep_next_level_flag, keep_next_if_subblocks):  Remove.
4166         (struct binding_level):  Remove fields keep, keep_if_subblocks,
4167         more_cleanups_ok, have_cleanups (which have never been used).
4168         (pushlevel, poplevel):  Remove related useless code.
4170         * class.c (make_class_data):  The class_dtable_decl (i.e. the
4171         vtable for Class) should be external, except when compiling Class.
4173         * jvspec.c (lang_specific_driver):  Fix -C handling.
4174         Check -save-temps to see if temp @FILE should be deleted.
4175         Follow-up to/fix for February 16 patch.
4177         * verify.c (verify_jvm_instructions):  Better error msgs for dup.
4178         (type_stack_dup):  Remove no-longer neded error check.
4180 2001-03-15  Bryce McKinlay  <bryce@albatross.co.nz>
4182         * mangle.c (mangle_record_type): Rename 'from_pointer' argument
4183         to 'for_pointer'. If this type is for a pointer (argument) mangling,
4184         don't surround the element with 'N..E' if the type name is
4185         unqualified.
4187 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
4189         * class.c (build_static_field_ref): Use COPY_DECL_RTL,
4190         DECL_RTL_SET_P, etc.
4191         (make_method_value): Likewise.
4192         (get_dispatch_table): Likewise.
4194         * decl.c (push_jvm_slot): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
4196 2001-03-07  Tom Tromey  <tromey@redhat.com>
4198         * config-lang.in (lang_requires): Define.
4200 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
4202         * typeck.c (convert): Check flag_unsafe_math_optimizations,
4203         not flag_fast_math.
4205 2001-03-05  Per Bothner  <per@bothner.com>
4207         Fix a problem where rest_of_decl_compilation applied to
4208         class_dtable_decl causes problems because it was done too early,
4209         before output file was opened.
4210         * decl.c (init_decl_processing):  Remove init of class_dtable_decl.
4211         * class.c (class_dtable_decl):  Add macro - element of class_roots.
4212         (make_class_data):  Define class_dtable_decl.
4213         * java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.
4215 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4217         * java/class.c, java/decl.c, java/java-tree.h: Replace all
4218         uses of 'boolean' with 'bool'.
4220 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4222         * lang-specs.h: Add zero initializer for cpp_spec field to all
4223         array elements.
4225 2001-02-16  Per Bothner  <per@bothner.com>
4227         Handle compiling multiple input files at once, and @FILE syntax.
4228         * gcj.texi:  Updated documentation to match.
4229         * java-tree.h (flag_filelist_file, init_src_parse):  New declarations.
4230         * jcf-parse.c (parse_source_file):  Split into ...
4231         (parse_source_file_1):  New function - and:
4232         (parse_source_file_2):  New function.
4233         (yyparse):  On -ffilelist-file, open and scan named file.
4234         On first pass over files, only do parse_source_file_1.
4235         A new second pass calls parse_source_file_2 for each file to compile.
4236         (init_jcf_parse):  Call init_src_parse.
4237         * jvspec.c (INDIRECT_FILE_ARG):  New flag.
4238         (lang_specific_driver):  Support @FILELIST-FILE syntax, as well
4239         as multiple input file combined in one compilation.
4240         * lang-options.h:  Add -ffilelist-file
4241         * lang.c (flag_filelist_file):  New flag variable.
4242         (lang_f_options):  Handle -ffilelist-file.
4243         * lex.c (java_init_lex): Don't clear ctxp->incomplete_class.
4244         * parse.h (struct parse_ctxt):  Remove fields incomplete_class and
4245         gclass_list - use global fields of src_parse_roots instead.
4246         * parse.y (src_parse_roots):  New array.
4247         (incomplete_class_list, gclass_list):  New macros.
4248         (push_parser_context, java_pop_parser_context,
4249         java_parser_context_resume):  Don't fiddle with deleted fields.
4250         (various):  Use incomplete_class gclass_list and global macros
4251         instead of parse_ctxt fields - the lists are global.
4252         (init_src_parse):  New function.
4254 2001-02-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4256         * decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
4258 2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
4260         * parse.y (check_inner_class_access): Moved declaration of local
4261         `enclosing_decl_type' to the right location.
4263 2001-02-19  Bryce McKinlay  <bryce@albatross.co.nz>
4265         * parse.y (parser_check_super_interface): Don't call
4266         check_pkg_class_access for an inner interface.
4267         (parser_check_super): Don't call check_pkg_class_access for inner
4268         class.
4269         (do_resolve_class): Simplify enclosing type loop. Don't call
4270         check_pkg_class_access if CL and DECL are not set.
4271         (find_in_imports_on_demand): Set DECL if class_type needed to be
4272         loaded. Don't call check_pkg_class_access for an inner class.
4273         (check_inner_class_access): Rewritten to implement member access
4274         rules as per spec 6.6.1.
4275         (check_pkg_class_access): Handle the empty package correctly.
4276         (in_same_package): New function. Determine if two classes are in the
4277         same package.
4279 2001-02-18  Bryce McKinlay  <bryce@albatross.co.nz>
4281         * typeck.c (build_java_array_type): Don't try to poke a public `clone'
4282         method into array types.
4283         * parse.y (patch_method_invocation): Bypass access check on clone call
4284         to array instance.
4286 2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
4288         * expr.c (build_instanceof): Check for arrays when trying fold to
4289         false.
4291 2001-02-15  Jim Meyering  <meyering@lucent.com>
4293         * Make-lang.in (java.install-common): Depend on `installdirs'.
4294         (java.install-info): Likewise.
4296 2001-02-15  Bryce McKinlay  <bryce@albatross.co.nz>
4298         * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
4300 2001-02-14  Tom Tromey  <tromey@redhat.com>
4301             Alexandre Petit-Bianco  <apbianco@cygnus.com>
4303         Fix for PR java/1261.
4304         * typeck.c (build_java_array_type): Add public `clone' method to
4305         arrays.
4306         * parse.y (resolve_qualified_expression_name): Use current_class
4307         when checking for inaccessibility.
4308         (patch_method_invocation): Fixed error message when accessibility
4309         denied.  Added `from_super' argument.
4311 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
4313         * parse.y (resolve_class): Don't build a fake decl. Use the one
4314         already built.
4315         * typeck.c (build_java_array_type): Build and assign decl to array
4316         type.
4318 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
4320         * parse.y (not_accessible_p): Changed leading comment. Added extra
4321         `where' argument. Use it to enforce protected access rules.
4322         (resolve_qualified_expression_name): Added extra argument to
4323         not_accessible_p.
4324         (patch_method_invocation): Use argument `primary' to provide
4325         not_accessible_p with an extra argument.
4326         (lookup_method_invoke): Added extra argument to not_accessible_p.
4327         (search_applicable_method_list): Likewise.
4329 2001-02-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
4331         * parse.y (resolve_qualified_expression_name): Try to resolve as
4332         an inner class access only if `decl' is a TYPE_DECL.
4334 2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4336         * decl.c (classdollar_identifier_node): Initialize.
4337         * java-tree.h (enum java_tree_index): New entry
4338         `JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
4339         (classdollar_identifier_node): New macro.
4340         (ID_CLASSDOLLAR_P): Likewise.
4341         * parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
4342         (build_dot_class_method_invocation): Likewise.
4343         (find_applicable_accessible_methods_list): `class$' can't be
4344         inherited.
4346 2001-02-09  Raja R Harinath  <harinath@cs.umn.edu>
4348         * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
4350 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
4352         * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
4353         * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
4354         gone.
4356 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
4358         * mangle_name (append_unicode_mangled_name): Emit `_' or `U'
4359         outside of the `__U' sequence too.
4360         (unicode_mangling_length): Count `_' or `U' outside of the `__U'
4361         sequence too.
4363 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
4365         * jvgenmain.c (error): Reversed 2001-02-01 deletion.
4367 2001-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4369         * Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
4370         (JVGENMAIN_OBJS): Likewise.
4371         * java-tree.h (append_gpp_mangled_name): New prototype.
4372         * jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
4373         Removed cast calling `gcc_add_root.'
4374         * jvgenmain.c (mangle_obstack): New global, initialized.
4375         (main): Use it.
4376         (do_mangle_class): Constify local `ptr.'
4377         Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
4378         append_gpp_mangle_name and update `count' if necessary.
4379         Use `mangle_obstack.'
4380         * mangle.c (append_unicode_mangled_name): Removed.
4381         (append_gpp_mangled_name): Likewise.
4382         (unicode_mangling_length): Likewise.
4383         (mangle_member_name): Return type set to `void.'
4384         (mangle_field_decl): Don't append `U' in escaped names.
4385         (mangle_method_decl): Likewise.
4386         (mangle_member_name): Just use `append_gpp_mangled_name.'
4387         * mangle_name.c: New file.
4389 2001-02-07  Per Bothner  <per@bothner.com>
4391         * check-init.c (check_init):  Fix TRY_FINALLY_EXPR logic.
4393         * check-init.c (check_init):  Don't call done_alternative after
4394         processing loop code, as a LOOP_EXPR never terminates normally.
4396 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4398         * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
4400 2001-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4402         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
4403         DECLs.
4405 2001-02-06  Tom Tromey  <tromey@redhat.com>
4407         * lex.c (java_new_lexer): Longer error message.
4409 2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
4410             Alexandre Petit-Bianco  <apbianco@cygnus.com>
4412         * typeck.c (build_prim_array_type): Added leading comment.
4413         (build_java_array_type): Moved locals out of
4414         block. Always create the `data' field, fixed alignment to match
4415         C++.
4417 2001-02-04  Tom Tromey  <tromey@redhat.com>
4419         * expr.c (java_lang_expand_expr): Don't bother recomputing
4420         `length'.  Use rest_of_decl_compilation, not make_decl_rtl.
4421         Fixes PR java/1866.
4423 2001-02-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4425         * parse.y (process_imports): Save the original name of the import
4426         for better error report.
4428 2001-02-04  Bryce McKinlay  <bryce@albatross.co.nz>
4430         * Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
4431         of macros used when compiling jvspec.c.
4432         * jvspec.c (lang_specific_driver): Link with the shared
4433         libgcc by default.
4435 2001-02-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4437         * check-init.c (check_init): Call internal_error instead of fatal.
4438         * expr.c (java_lang_expand_expr): Likewise.
4439         * jcf-parse.c (get_constant): Likewise.
4440         * mangle.c (java_mangle_decl): Likewise.
4441         * parse.y (make_nested_class_name, java_complete_lhs): Likewise.
4442         (operator_string): Likewise.
4443         * check-init.c (check_init): Call abort instead of fatal.
4444         * class.c (build_class_ref): Likewise.
4445         * constants.c (write_constant_pool): Likewise.
4446         * decl.c (start_java_method): Likewise.
4447         * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise.
4448         (java_stack_dup, encode_newarray_type): Likewise.
4449         (build_java_array_length_access): Likewise.
4450         (build_java_check_indexed_type, expand_java_pushc): Likewise.
4451         (build_java_soft_divmod, build_invokeinterface): Likewise.
4452         * java-tree.h (INNER_CLASS_P): Likewise.
4453         * jcf-parse.c (parse_signature, get_name_constant): Likewise.
4454         (give_name_to_class, get_class_constant): Likewise.
4455         * jcf-write.c (CHECK_PUT, CHECK_OP, get_access_flags): Likewise.
4456         (find_constant_index, generate_bytecode_conditional): Likewise.
4457         (generate_bytecode_insns, perform_relocations): Likewise.
4458         * lex.c (java_unget_unicode, java_lex): Likewise.
4459         * mangle.c (mangle_type, mangle_record_type): Likewise.
4460         (mangle_pointer_type, mangle_array_type, init_mangling): Likewise.
4461         (finish_mangling): Likewise.
4462         * parse.h (MARK_FINAL_PARMS): Likewise.
4463         * parse.y (pop_current_osb, unreachable_stmt_error): Likewise.
4464         (obtain_incomplete_type, java_complete_class): Likewise.
4465         (java_check_regular_methods, java_complete_expand_method): Likewise.
4466         (cut_identifier_in_qualified, check_deprecation): Likewise.
4467         (patch_invoke, find_applicable_accessible_methods_list): Likewise.
4468         (java_complete_lhs, lookup_name_in_blocks): Likewise.
4469         (check_final_variable_indirect_assignment, build_unaryop): Likewise.
4470         * typeck.c (set_local_type, parse_signature_type): Likewise.
4471         (parse_signature_string, build_java_signature): Likewise;
4472         (set_java_signature): Likewise.
4473         * verify.c (type_stack_dup, CHECK_PC_IN_RANGE): Likewise.
4474         * class.c (add_method): Call fatal_error instead of fatal.
4475         (build_static_field_ref): Likewise.
4476         * expr.c (build_known_method_ref, expand_invoke): Likewise.
4477         * jcf-parse.c (get_constant, jcf_parse): Likewise.
4478         * lex.c (java_new_new_lexer): Likewise.
4479         * jv-scan.c (main): Likewise.
4480         (fatal_error): Renamed from fatal.
4481         * jcf-parse.c (yyparse): Call fatal_io_error instead of
4482         pfatal_with_name.
4483         * jcf-parse.c (jcf_parse_source): Call fatal_io_error, not fatal.
4484         (yyparse): Likewise.
4485         * jcf-write.c (make_class_file_name, write_classfile): Likewise.
4486         * lex.c (java_get_line_col): Likewise.
4487         * jcf-parse.c (load_class): Make errors non-fatal.
4488         * lex.c (byteswap_init, need_byteswap): Only #ifdef HAVE_ICONV.
4490 2001-02-01  Bryce McKinlay  <bryce@albatross.co.nz>
4492         * jvgenmain.c (class_mangling_suffix): Remove unused string.
4493         (error): Remove unused function.
4494         (main): Don't use "__attribute__ alias" on generated class symbol.
4496 2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4498         * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
4499         argument.
4500         * parse.y (finish_method_declaration): Code accounting for WFLed
4501         method DECL_NAMEs deleted.
4502         (check_abstract_method_definitions): Likewise.
4503         (resolve_type_during_patch): Layout resolved type.
4504         * typeck.c (lookup_do): Removed unused local.
4506 2001-01-30  Bryce McKinlay  <bryce@albatross.co.nz>
4508         * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
4509         * decl.c (init_decl_processing): Use integer_minus_one_node, not
4510         integer_negative_one_node.
4511         * expr.c (build_java_binop): Likewise.
4513 2001-01-24  Jeff Sturm  <jeff.sturm@commerceone.com>
4515         * zextract.c (read_zip_archive): Read file_offset before writing
4516         zipd and consequently clobbering the header contents.
4518 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4520         * Make-lang.in: Remove all dependencies on defaults.h.
4521         * decl.c: Don't include defaults.h.
4522         * expr.c: Likewise.
4523         * parse.y: Likewise.
4525 2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4527         * ChangeLog (2001-01-21): Fixed typo.
4528         * class.c (layout_class_method): Code accounting for WFLed
4529         method DECL_NAMEs deleted.
4530         * constant.c (find_methodref_index): Likewise.
4531         * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
4532         * java-tree.h (DECL_FUNCTION_WFL): New macro.
4533         (struct lang_decl): New field `wfl'.
4534         (java_get_real_method_name): Prototype deleted.
4535         * mangle.c (mangle_method_decl): Code accounting for WFLed
4536         method DECL_NAMEs deleted.
4537         * parse.h (GET_METHOD_NAME): Macro deleted.
4538         * parse.y (reset_method_name): Deleted.
4539         (method_header): Set DECL_FUNCTION_WFL.
4540         (check_abstract_method_header): Code accounting for WFLed method
4541         DECL_NAMEs deleted.
4542         (java_get_real_method_name): Deleted.
4543         (check_method_redefinition): Code accounting for WFLed method
4544         DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
4545         (java_check_regular_methods): Likewise.
4546         (java_check_abstract_methods): Likewise.
4547         (java_expand_classes): Don't call `reset_method_name.'
4548         (search_applicable_method_list): Use DECL_NAMEs instead of
4549         GET_METHOD_NAME.
4550         * typeck.c (lookup_do): Code accounting for WFLed method
4551         DECL_NAMEs deleted.
4553 2001-01-25  Richard Earnshaw  <rearnsha@arm.com>
4555         * lex.c (java_read_char): Check for EOF from getc first.
4557 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4559         * class.c (layout_class): Don't lay the superclass out if it's
4560         already being laid out.
4561         * jcf-parse.c (handle_innerclass_attribute): New function.
4562         (HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
4563         handle_innerclasses_attribute.
4564         (jcf_parse): Don't load an innerclasses if it's already being
4565         laid out.
4566         * jcf-write.c (append_innerclass_attribute_entry): Static
4567         `anonymous_name' and its initialization deleted. `ocii' and `ini'
4568         to be zero for anonymous classes.
4570 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4572         * class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
4573         necessary.
4574         * jcf-parse.c (set_source_filename): Use
4575         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
4577 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4579         * expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
4580         gets a unique asm name.
4582 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4584         * jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
4585         (HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
4586         if necessary.
4587         (HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
4588         * jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
4589         * parse.y (lookup_package_type_and_set_next): Deleted.
4590         (resolve_package): Removed unnecessary code.
4591         (find_applicable_accessible_methods_list): `finit$' can't be
4592         inherited.
4593         * verify.c (pop_argument_types): Added missing prototype.
4595 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4597         * config-lang.in: Disable java by default.
4599 2001-01-23  Tom Tromey  <tromey@redhat.com>
4601         * gcj.texi (Copying): New node.
4602         Added copyright information.
4604 2001-01-21  Per Bothner  <per@bothner.com>
4606         Various fixes to allow compiling a compressed .jar/.zip archive.
4607         * zipfile.h (struct ZipFileCache):  Replace by struct ZipFile.
4608         (struct ZipFile):  Add fields name and next (from  ZipFileCache).
4609         (struct ZipDirectory):  New field zipf points to owning ZipFile.
4610         * jcf.h (struct ZipDirectory):  Add forward declaration.
4611         (struct JCF):   Declare zipd field to have type struct ZipDirectory.
4612         Remove seen_in_zip and zip_offset fields.
4613         (JCF_SEEN_IN_ZIP):  New macro.
4614         * zextract.c (read_zip_archive):  Set ZipDirectory's zipf field.
4615         * jcf-io.c:  Change all ZipFileCache to ZipFile.
4616         (read_zip_member):  New function.
4617         (open_in_zip):  Call read_zip_member.
4618         * jcf-parse.c (find_in_current_zip):  Remove function.
4619         (read_class):  Merge in find_in_current_zip functionality.
4620         Call read_zip_member if needed.
4621         (parse_zip_file_entries):  Use read_zip_member.
4622         (process_zip_dir):  Update for removed and added JCF fields.
4623         (jcf_figure_file_type):  Re-use, don't copy initial ZipFile struct.
4625 2001-01-21  Per Bothner  <per@bothner.com>
4627         Minor optimization of static ggc roots.
4628         * jcf-parse.c (parse_roots):  New static field.
4629         (current_field, current_method, current_file_list):  Replace by macros
4630         naming fields of parse_roots.
4631         (init_jcf_parse):  Combine 3 ggc_add_tree_root calls to 1.
4632         * class.c (class_roots):  New static field.
4633         (registered_class, fields_ident, info_ident, class_list):
4634         New macros naming fields of parse_roots.
4635         (build_static_field_ref):  Don't register roots here.
4636         (layout_class):  Static field list replaced by macro class_list.
4637         (init_class_processing):  Call ggc_add_tree_root for 4 roots.
4638         Initialize fields_ident and info_ident here.
4640 2001-01-21  Per Bothner  <per@bothner.com>
4642         * jcf-parse.c (ggc_mark_jcf):  New function.
4643         (init_jcf_parse):  Register current_jcf as ggc root.
4645 2001-01-21  Per Bothner  <per@bothner.com>
4647         * lang.c (put_decl_node):  Print method's name.
4649 2001-01-21  Per Bothner  <per@bothner.com>
4651         * verify.c (VERIFICATION_ERROR_WITH_INDEX):  New macro.
4652         (verify_jvm_instructions):  Use it, for better error messages on loads.
4654 2001-01-21  Per Bothner  <per@bothner.com>
4656         * verify.c (merge_type_state):  Still may have to merge even if
4657         LABEL_VERIFIED (label).
4659 2001-01-21  Per Bothner  <per@bothner.com>
4661         * parse.y (method_header):  Don't set the DECL_NAME of a FUNCTION_DECL
4662         to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
4664 2001-01-19  Per Bothner  <per@bothner.com>
4666         * expr.c (pop_type_0):  Only return object_ptr_type_node on mismatch
4667         if expeting an interface type.  Refines Tom's change of 2000-09-12.
4669 2001-01-18  Per Bothner  <per@bothner.com>
4671         * gcj.texi (Input Options): Mention .java files.
4673 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4675         * lang-options.h (-Wunsupported-jdk11): Removed.
4676         * lang.c (flag_not_overriding): Deleted.
4677         (flag_static_local_jdk1_1): Likewise.
4678         (lang_W_options): Removed "unsupported-jdk11" entry.
4679         * parse.y (java_check_methods): Removed dead code.
4681 2001-01-17  Tom Tromey  <tromey@redhat.com>
4683         Changes suggested by Per Bothner:
4684         * gcj.texi (Input Options): Don't mention input files.
4685         (Code Generation): Updated --main information.
4686         (Invoking jcf-dump): Mention that --javap is incomplete.
4687         From Alexandre Petit-Bianco:
4688         (Warnings): Don't mention -Wunsupported-jdk11.
4689         My stuff:
4690         (Compatibility): Mention JDK 1.2-ness of libraries.
4691         (Resources): Mention resources used when writing gcj.
4693 2001-01-17  Tom Tromey  <tromey@redhat.com>
4695         * gcj.texi: New file.
4696         * Make-lang.in ($(srcdir)/java/gcj.info): New target.
4697         (java.info): Depend on gcj.info.
4698         (java/gcj.dvi): New target.
4699         (java.dvi): Depend on gcj.dvi.
4700         (java.install-info): Wrote.
4702 2001-01-16  Jeff Sturm  <jeff.sturm@appnet.com>
4704         * expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after
4705         having called make_decl_rtl.
4707 2001-01-14  Per Bothner  <per@bothner.com>
4709         Various patches to emit better messages on verification errors.
4710         * expr.c (push_type_0):  Return error indication on stack overflow,
4711         instead of callinfg fatal.
4712         (push_type):  Now just call push_type_0 (nd fatal on overflow).
4713         (pop_type_0):  Return detailed error message (in a char** argument).
4714         (pop_type):  If pop_type_0 fails, print error message.
4715         (pop_argument_types):  Moved to verify.c.
4716         * verify.c (pop_argument_types):  Moved from expr.c.
4717         Return a (possible) error message, rather than void.
4718         (POP_TYPE, POP_TYPE_CONV, PUSH_TYPE, PUSH_PENDING):  New macros.
4719         (verify_jvm_instruction):  Use new macros, improving error messages.
4720         For case OPCODE_astore use object_ptr_type_node.
4721         * java-tree.h (TYPE_UNDERFLOW, TYPE_UNEXPECTED):  New macros.
4722         (pop_type_0, push_type_0, pop_argument_types):  Update accordingly.
4724         * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is
4725         constant, return body without wrapper.  (Improves constant folding.)
4726         * lex.c (build_wfl_node):  Clear TREE_TYPE from returned node.
4728 2001-01-13  Per Bothner  <per@bothner.com>
4730         * expr.c (expand_java_field_op):  Assigning to a final field outside
4731         an initializer does not violate JVM spec, so should be warning, not
4732         error.  (Sun's verifier does not complain - though MicroSoft's does.)
4734 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4736         * gjavah.c (version), jcf-dump.c (version): Update copyright year
4737         to 2001.
4739 2001-01-11  Bryce McKinlay  <bryce@albatross.co.nz>
4741         * parse.y (resolve_expression_name): Permit instance variables from
4742         enclosing context in super constructor call.
4743         (resolve_qualified_expression_name): Permit enclosing class's qualified
4744         "this" in super constructor call.
4746 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
4748         * class.c (build_utf8_ref): Remove last argument in call to
4749         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
4750         (build_class_ref): Likewise.
4751         (build_static_field_ref): Likewise.
4752         (get_dispatch_table): Likewise.
4753         (layout_class_method): Likewise.
4754         (emit_register_classes): Likewise.
4755         * constants.c (build_constant_data_ref): Likewise.
4756         * decl.c (builtin_function): Likewise.
4757         (create_primitive_vtable): Likewise.
4758         * expr.c (build_known_method_def): Likewise.
4759         (build_jni_stub): Likewise.
4760         (java_lang_expand_expr): Likewise.
4762 2001-01-10  Tom Tromey  <tromey@redhat.com>
4764         * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
4766 2001-01-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4768         * java-tree.h (lang_printable_name_wls): New prototype.
4769         * lang.c (put_decl_name): Removed dead code. Use DECL_CONTEXT
4770         rather than `current_class' to print type name. Don't prepend type
4771         names when printing constructor names.
4772         (lang_printable_name_wls): New function.
4773         * jcf-parse.c (jcf_parse_source): Pass NULL `file' argument to
4774         `build_expr_wfl', alway set EXPR_WFL_FILENAME_NODE.
4775         * parse.y (patch_method_invocation): Message tuned for constructors.
4776         (not_accessible_p): Grant `private' access from within
4777         enclosing contexts.
4779 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4781         All files with updated copyright when applicable.
4782         * Make-lang.in (JVGENMAIN_OBS): Removed java/mangle.o.
4783         * class.c (mangle_class_field): Function removed.
4784         (append_gpp_mangled_type, mangle_static_field, mangle_field): Likewise.
4785         (utf8_cmp, cxx_keyword_p): Moved to lex.c.
4786         (build_class_ref): Call `java_mangle_class_field' instead of
4787         `mangle_class_field.'
4788         (build_dtable_decl): Rewritten to call `java_mangle_vtable.'
4789         (layout_class): Call `java_mangle_decl' instead of
4790         `mangle_static_field.'
4791         (cxx_keywords): Initialized static array moved to `lex.c.'
4792         (layout_class_method): Changed leading comment. Simplified to
4793         call `java_mangle_decl.' Local `ptr' moved in for loop body.
4794         * decl.c (lang_mark_tree): Mark field `package_list.'
4795         * java-tree.h (TYPE_PACKAGE_LIST): New macro.
4796         (struct lang_type): New field `package_list.'
4797         (unicode_mangling_length): Prototype removed.
4798         (append_gpp_mangled_name, append_gpp_mangled_classtype,
4799         emit_unicode_mangled_name): Likewise.
4800         (cxx_keyword_p): New prototype.
4801         (java_mangle_decl, java_mangle_class_field,
4802         java_mangle_class_field_from_string, java_mangle_vtable): Likewise.
4803         * jcf-parse.c (jcf_parse_source): Constify `file' argument to
4804         `build_expr_wfl.'
4805         * jvgenmain.c (main_method_prefix): Global variable removed.
4806         (main_method_suffix): Likewise.
4807         (do_mangle_classname): New function.
4808         (main): Call it. Format changed to accommodate new mangling scheme.
4809         * lex.c: (utf8_cmp): Conditionally prototyped.
4810         (cxx_keywords): Moved from class.c, conditionally defined.
4811         (utf8_cmp, cxx_keyword_p): Likewise.
4812         * mangle.c (obstack.h, ggc.h): Included.
4813         (mangle_field_decl): New function.
4814         (mangle_method_decl, mangle_type, mangle_pointer_type,
4815         mangle_array_type, mangle_record_type,
4816         find_compression_pointer_match, find_compression_array_match,
4817         find_compression_record_match,
4818         find_compression_array_template_match, set_type_package_list,
4819         entry_match_pointer_p, emit_compression_string, init_mangling,
4820         finish_mangling, compression_table_add, mangle_member_name): Likewise.
4821         (mangle_obstack): New global.
4822         (MANGLE_RAW_STRING): New macro.
4823         (unicode_mangling_length): Turned static.
4824         (append_unicode_mangled_name): Renamed from
4825         `emit_unicode_mangled_name.'  Turned static. `mangle_obstack'
4826         replaces `obstack', removed from the parameter list.
4827         (append_gpp_mangled_name): Turned static. `mangle_obstack'
4828         replaces parameter `obstack', removed from the parameter list. Call
4829         `append_unicode_mangled_name' instead of `emit_unicode_mangled_name.
4830         (append_gpp_mangled_classtype): Removed.
4831         (compression_table, compression_next): New static variables.
4832         * parse.y (temporary_obstack): Extern declaration removed.
4834 2001-01-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4836         * parse.y (patch_binop): Compute missing type in error situations.
4838 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
4840         * class.c (make_class_data): Push initial value for "arrayclass".
4841         * decl.c (init_decl_processing): Add new class field "arrayclass".
4843 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
4845         From patha@softlab.ericsson.se:
4846         * parse.y (switch_label): Use build, not build1, to construct
4847         DEFAULT_EXPR.
4849 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4851         * lang.c (lang_decode_option): Change -MA to -MP.
4852         * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target):
4853         Update to new prototype; do quote targets.
4854         (jcf_dependency_write): Update.
4856 2000-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
4858         Shorten primitive array allocation path:
4859         * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
4860         to create new primitive arrays.
4861         * expr.c (build_newarray): If generating native code, call
4862         soft_newarray_node with a reference to the primitive TYPE identifier
4863         instead of type_value.
4865 2000-12-17  Bryce McKinlay  <bryce@albatross.co.nz>
4867         Fix for PRs gcj/312 and gcj/253:
4868         * parse.y (valid_ref_assignconv_cast_p): Load classes for source and
4869         dest if they arn't already.
4870         * class.c (layout_class): Call maybe_layout_super_class on
4871         superinterfaces also, but only if compiling from bytecode.
4873         Fix for PR gcj/373:
4874         * parse.y (create_class): Set ACC_STATIC if class is declared in an
4875         interface.
4877 2000-12-15  Tom Tromey  <tromey@redhat.com>
4879         * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
4880         set.
4882 2000-12-14  Andrew Haley  <aph@redhat.com>
4884         * boehm.c (mark_reference_fields): Change test to correctly detect
4885         bitmap overflow.
4887 2000-12-15  Andreas Jaeger  <aj@suse.de>
4889         * config-lang.in (lang_dirs): Added.
4891 2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4893         * parse.y (end_artificial_method_body): Fixed undefined behavior.
4894         Credits go to rth for finding it.
4896 2000-12-13  Mike Stump  <mrs@wrs.com>
4898         * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
4900 2000-11-07  Tom Tromey  <tromey@cygnus.com>
4902         * Make-lang.in (JAVA_LEX_C): Added chartables.h.
4903         * lex.c (java_ignorable_control_p): Removed.
4904         (java_letter_or_digit_p): Removed.
4905         (java_start_char_p): New function.
4906         (java_read_char): Return `int', not `unicode_t'.  Changed
4907         callers.
4908         (java_read_unicode): Likewise.
4909         (java_read_unicode_collapsing_terminators): Likewise.
4910         (java_get_unicode): Likewise.
4911         (java_new_lexer): Initialize hit_eof.
4912         (java_parse_end_comment): Take `int' argument.
4913         (java_parse_doc_section): Likewise.
4914         (java_parse_escape_sequence): Don't allow backlash-newline.
4915         Return `int'.
4916         * lex.h (JAVA_DIGIT_P): Removed.
4917         (_JAVA_LETTER_OR_DIGIT_P): Removed.
4918         (_JAVA_IDENTIFIER_IGNORABLE): Removed.
4919         (JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
4920         (JAVA_PART_CHAR_P): New macro.
4921         (UEOF): Now -1.
4922         (JAVA_CHAR_ERROR): Now -2.
4923         (java_lexer): New field `hit_eof'.
4924         * chartables.h: New file.
4925         * gen-table.pl: new file.
4927 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4928             Alexandre Petit-Bianco  <apbianco@cygnus.com>
4930         * parse.y (java_complete_lhs): Only allow compound assignment of
4931         reference type if type is String.
4933 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4935         * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip.
4936         jcf-path.c: Likewise.
4938 2000-12-09  Anthony Green  <green@redhat.com>
4940         * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
4941         filestart and filename_length as int values.
4943 2000-12-07  Mo DeJong  <mdejong@redhat.com>
4945         * jcf-io.c (find_class): Correct the logic that tests to see if a
4946         .java file is newer than its .class file. The compiler was
4947         incorrectly printing a warning when file mod times were equal.
4949 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4951         * jvgenmain.c: Use ISPRINT not isascii.
4953 2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4955         * parse.y (end_artificial_method_body): Fixed typo.
4957 2000-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4959         * parse.y (patch_method_invocation): Pick the correct enclosing
4960         context when creating inner class instances.
4961         Fixes gcj/332.
4963 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
4965         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
4966         Update copyright year to 2000.
4968 2000-11-23  Anthony Green  <green@redhat.com>
4970         * jcf-parse.c (init_jcf_parse): Register current_file_list root.
4971         Move current_file_list out of yyparse and make it static.
4973         * expr.c: Declare quick_stack and tree_list_free_list as static
4974         (init_expr_processing): Register quick_stack and
4975         tree_list_free_list roots.
4977 2000-11-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4979         * parse.y (build_outer_field_access): New local `decl_ctx', use
4980         it. Check for field's context and current class immediate outer
4981         context inheritance.
4982         (outer_field_access_p): Consider fields inherited from the last
4983         enclosing context.
4984         (build_access_to_thisn): Stop at the last enclosing context if
4985         necessary.
4986         Fixes gcj/367.
4988 2000-11-23  J"orn Rennecke <amylaar@redhat.com>
4990         * Make-lang.in (jvspec.o): Depend on $(CONFIG_H).
4992 2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
4994         * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
4995         scratch buffer.
4997 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4999         * jv-scan.c (help): Document --complexity.
5000         (options): Added --complexity.
5001         (flag_complexity): New global.
5002         (main): Call `report'.
5003         * parse-scan.y (complexity): New global.
5004         (if_then_statement, if_then_else_statement,
5005         if_then_else_statement_nsi, switch_block_statement_group,
5006         while_expression, do_statement, for_begin, continue_statement,
5007         throw_statement, catch_clause, finally, method_invocation,
5008         conditional_and_expression, conditional_or_expression,
5009         conditional_expression): Update complexity.
5010         (reset_report): Reset complexity.
5011         (report): New function.
5013 2000-11-20  Tom Tromey  <tromey@cygnus.com>
5015         * lex.c (yylex): Added STRICT_TK case.
5016         * parse.y (STRICT_TK): Added.
5017         * parse-scan.y (STRICT_TK): Added.
5018         * Make-lang.in ($(srcdir)/java/keyword.h): Added missing `\' and
5019         `;'.  Use 4, not 3, with -k option.  Correctly rename resulting
5020         file.
5021         * keyword.h: Rebuilt.
5022         * keyword.gperf (strictfp): Added.
5024 2000-11-20  Tom Tromey  <tromey@cygnus.com>
5026         * lex.c (yylex): Recognize floating point constants with leading
5027         0.
5029 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5031         * java-tree.h (cyclic_inheritance_report): Constify.
5032         * parse.y (cyclic_inheritance_report): Likewise.
5034 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
5036         * parse.y (goal): Remove call to ggc_add_string_root.
5038 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
5040         * jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
5041         Create string in scratch buffer, then pass to build_string.
5043 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5045         * parse.y (issue_warning_error_from_context): Add
5046         ATTRIBUTE_PRINTF.
5048 2000-11-11  Anthony Green  <green@redhat.com>
5050         * jcf-parse.c (process_zip_dir): Add finput parameter.
5051         (jcf_figure_file_type): Call process_zip_dir with appropriate
5052         argument.
5054 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5056         * decl.c (copy_lang_decl): Use memcpy, not bcopy.
5057         * jcf-parse.c (jcf_figure_file_type): Likewise.
5059 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5061         * parse.y (create_new_parser_context): Use memset () instead of
5062         bzero ().
5064 2000-11-08  Tom Tromey  <tromey@cygnus.com>
5066         * gjavah.c (process_file): Only include gcj/cni.h when generating
5067         CNI stubs.
5069 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5071         * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
5072         (init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
5073         instead of bzero ().
5075 2000-11-05  Tom Tromey  <tromey@cygnus.com>
5077         * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
5078         * lex.c (IS_ZERO): New define.
5079         (java_perform_atof): Error on floating point underflow.
5081 2000-11-04  Tom Tromey  <tromey@cygnus.com>
5083         * lex.c (java_parse_escape_sequence): Only read two octal
5084         characters if the first one is greater than 3.  Don't allow
5085         "octal" numbers to include the digits 8 or 9.
5087 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5089         * Make-lang.in (java.distdir): Remove.
5091 2000-11-03  Tom Tromey  <tromey@cygnus.com>
5093         * Make-lang.in (java.dvi): New target.
5094         Partial fix for PR other/567.
5096         * lang-options.h: Mention -Wout-of-date.
5097         * jcf-dump.c (flag_newer): New global.
5098         * gjavah.c (flag_newer): New global.
5099         * jcf-io.c (find_class): Only warn when flag_newer set.
5100         * lang.c (flag_newer): New global.
5101         (struct string_option): New declaration.
5102         (lang_W_options): New global.
5103         (process_option_with_no): New function.
5104         (lang_decode_option): Use it.
5106         * class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
5107         * gjavah.c (cxx_keyword_subst): Handle any number of trailing
5108         `$'.
5110         * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
5111         (JAVA_ID_CHAR_P): Also try java_ignorable_control_p.
5112         * lex.c (java_read_unicode): Removed `term_context' argument.
5113         Recognize any number of `u' in `\u'.
5114         (java_read_unicode_collapsing_terminators): New function.
5115         (java_get_unicode): Use it.
5116         (java_lineterminator): Removed.
5117         (yylex): Produce error if character literal is newline or single
5118         quote.  Return if eof found in middle of `//' comment.  EOF in
5119         `//' comment is only an error if pedantic.
5120         (java_ignorable_control_p): New function.
5121         (java_parse_end_comment): Return if eof found in middle of
5122         comment.
5123         Include flags.h.
5124         * jv-scan.c (pedantic): New global.
5126 2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5128         * parse.y (outer_field_access_p): Inherited fields aren't
5129         consider outer fields.
5130         (maybe_build_thisn_access_method): Use
5131         PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
5132         (resolve_expression_name): Trigger an error if a static field
5133         is being accessed as an outer field.
5135 2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5137         * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
5138         Fixes gcj/365.
5140 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
5142         * Make-lang.in: Move all build rules here from Makefile.in,
5143         adapt to new context.  Wrap all rules that change the current
5144         directory in parentheses.  Expunge all references to $(P).
5145         When one command depends on another and they're run all at
5146         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
5147         all object-file generation rules.  Delete obsolete variables.
5149         * Makefile.in: Delete.
5150         * config-lang.in: Delete outputs= line.
5152 2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5154         * parse.y (patch_method_invocation): NULLify this_arg when already
5155         inserted.
5156         (maybe_use_access_method): Handle call to methods unrelated to the
5157         current class. Fixed comment.
5158         Fixes gcj/361.
5160 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5162        * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
5163        scope.
5165 2000-10-24  Tom Tromey  <tromey@cygnus.com>
5167         * lex.c (java_new_lexer): Initialize new fields.  Work around
5168         broken iconv() implementations.
5169         (java_read_char): Swap bytes if required.  Use fallback decoder if
5170         required.
5171         (byteswap_init, need_byteswap): New globals.
5172         (java_destroy_lexer): Only close iconv handle if it is in use.
5173         * lex.h (java_lexer): New fields read_anything, byte_swap,
5174         use_fallback.
5175         Made out_buffer unsigned.
5177 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5179         * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
5180         where an enclosing context can be set on the jdep.
5181         (do_resolve_class): Fixed identation.
5183 2000-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5185         * gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
5187         * jcf-reader.c (peek_attribute, skip_attribute): Only define
5188         when requested.
5190         * parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
5192         * verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
5194 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5196         * jcf-write.c (OP1): Update `last_bc'.
5197         (struct jcf_block): Fixed indentation and typo in comments.  New
5198         field `last_bc'.
5199         (generate_bytecode_insns): Insert `nop' if `jsr' immediately
5200         follows `monitorenter'.
5201         * parse.y (patch_synchronized_statement): New local `tmp'. Call
5202         `patch_string'.
5203         Fixes gcj/232.
5205 2000-10-16  Tom Tromey  <tromey@cygnus.com>
5207         * jvspec.c (lang_specific_driver): Recognize -MF and -MT.
5208         * lang-specs.h: Added %{MA}, %{MF*}, %{MT*}.
5209         * lang-options.h: Added -MA, -MT, -MF..
5210         * lang.c (lang_decode_option): Recognize -MA, -MT, -MF.
5211         (DEPEND_TARGET_SET): New macro.
5212         (DEPEND_FILE_ALREADY_SET): Likewise.
5213         (init_parse): Handle new flags.
5214         * jcf.h (jcf_dependency_print_dummies): Declare.
5215         * Make-lang.in (s-java): Added mkdeps.o.
5216         * Makefile.in (BACKEND): Added mkdeps.o.
5217         (../gcjh$(exeext)): Added mkdeps.o.
5218         (../jcf-dump$(exeext)): Added mkdeps.o.
5219         * jcf-depend.c: Include mkdeps.h.
5220         (struct entry, dependencies, targets, MAX_OUTPUT_COLUMNS,
5221         add_entry): Removed.
5222         (jcf_dependency_reset): Rewrote.
5223         (dependencies): New global.
5224         (jcf_dependency_set_target): Rewrote.
5225         (jcf_dependency_add_target): Likewise.
5226         (jcf_dependency_add_file): Likewise.
5227         (munge): Removed.
5228         (print_ents): Removed.
5229         (jcf_dependency_write): Rewrote.
5230         (print_dummies): New global.
5231         (jcf_dependency_print_dummies): New function
5232         (jcf_dependency_write): Call deps_dummy_targets if required.
5234 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5236         * gjavah.c (add_class_decl): Removed unused variables `tname',
5237         `tlen' and `name_index'.
5238         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
5239         * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
5240         in `wfl_operator' with value.
5241         (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
5242         (jcf_figure_file_type): Fixed identation.
5243         * lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
5244         * parse.y (analyze_clinit_body): New function.
5245         (static_initializer:): Reset `current_static_block'.
5246         (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
5247         `wfl_operator' with new value.
5248         (lookup_cl): Use EXPR_WFL_FILENAME.
5249         (maybe_yank_clinit): Handle bogus <clinit> bodies, call
5250         analyze_clinit_body.
5251         (build_outer_field_access): Access to this$<n> built from
5252         current_class, not its outer context.
5253         (build_access_to_thisn): Fixed leading comment. Tidied things up.
5254         (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
5255         (patch_method_invocation): Use `is_static_flag' when already
5256         initialized.
5257         (patch_newarray): Removed assignment in ternary operator.
5259 2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5261         * except.c (free_eh_ranges): Don't free `whole_range'.
5263 2000-10-15  Anthony Green  <green@redhat.com>
5265         * decl.c (init_decl_processing): Call init_class_processing before
5266         anything else.
5268 2000-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5270         * check-init.c (check_init): Fixed leading comment. Use
5271         LOCAL_FINAL_P.
5272         * decl.c (push_jvm_slot): Use MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
5273         (give_name_to_locals): Likewise.
5274         (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl'
5275         fields in lang_decl_var.
5276         * java-tree.h (DECL_FUNCTION_SYNTHETIC_CTOR,
5277         DECL_FUNCTION_ALL_FINAL_INITIALIZED): New macros.
5278         (FIELD_INNER_ACCESS): Removed ugly cast, macro rewritten.
5279         (FIELD_INNER_ACCESS_P, DECL_FIELD_FINAL_IUD, DECL_FIELD_FINAL_LIIC,
5280         DECL_FIELD_FINAL_IERR, DECL_FIELD_FINAL_WFL): New macros.
5281         (LOCAL_FINAL): Rewritten.
5282         (LOCAL_FINAL_P, FINAL_VARIABLE_P, CLASS_FINAL_VARIABLE_P
5283         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): New macros.
5284         (struct lang_decl): Fixed comments. Added `synthetic_ctor' and
5285         `init_final' fields.
5286         (struct lang_decl_var): Fixed leading comment. Added `am', `wfl',
5287         `final_uid', `final_liic', `final_ierr' and `local_final' fields.
5288         (TYPE_HAS_FINAL_VARIABLE): New macro.
5289         (struct lang_type): Added `afv' field.
5290         * parse.y (check_static_final_variable_assignment_flag): New function.
5291         (reset_static_final_variable_assignment_flag): Likewise.
5292         (check_final_variable_local_assignment_flag): Likewise.
5293         (reset_final_variable_local_assignment_flag): Likewise.
5294         (check_final_variable_indirect_assignment): Likewise.
5295         (check_final_variable_global_assignment_flag): Likewise.
5296         (add_inner_class_fields): Use LOCAL_FINAL_P.
5297         (register_fields): Handle local finals and final variables.
5298         (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
5299         (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
5300         (source_start_java_method): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
5301         on local finals.
5302         (java_complete_expand_methods): Loop to set
5303         TYPE_HAS_FINAL_VARIABLE. Call
5304         `reset_final_variable_local_assignment_flag' and
5305         `check_final_variable_local_assignment_flag' accordingly before
5306         and after constructor expansion. Call
5307         `reset_static_final_variable_assignment_flag'
5308         before expanding <clinit> and after call
5309         `check_static_final_variable_assignment_flag' if the
5310         current_class isn't an interface. After all methods have been
5311         expanded, call `check_final_variable_global_assignment_flag' and
5312         `check_static_final_variable_assignment_flag' if the current class
5313         is an interface.
5314         (maybe_yank_clinit): Fixed typo in comment.
5315         (build_outer_field_access_methods): Removed old sanity check. Use
5316         FIELD_INNER_ACCESS_P. Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
5317         Don't create access methods for finals.
5318         (resolve_field_access): Use `CLASS_FINAL_VARIABLE_P'.
5319         (java_complete_tree): Likewise. Reset DECL_FIELD_FINAL_IUD if
5320         existing DECL_INIT has been processed.
5321         (java_complete_lhs): Likewise.
5322         (check_final_assignment): Filter input on `lvalue''s TREE_CODE.
5323         Test for COMPONENT_REF to get to the FIELD_DECL. Implemented new
5324         logic.
5325         (patch_assignment): Use LOCAL_FINAL_P.
5326         (fold_constant_for_init): Reset DECL_FIELD_FINAL_IUD if
5327         DECL_INITIAL is nullified.
5328         Fixes gcj/163.
5330 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5332         * Make-lang.in (parse.c, parse-scan.c): Create atomically.
5334         * Makefile.in (parse.c, parse-scan.c): Likewise.
5336 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
5338         * class.c (temporary_obstack): Remove.
5339         (make_class): Don't mess with obstascks.
5340         (push_class): Likewise.
5341         (set_super_info): Likewise.
5342         (add_method_1): Likewise.
5343         (add_method): Likewise.
5344         (add_field): Likewise.
5345         (build_utf8_ref): Likewise.
5346         (build_class_ref): Likewise.
5347         (build_static_field_ref): Likewise.
5348         (finish_class): Likewise.
5349         (push_super_field): Likewise.
5350         (layout_class): Likewise.
5351         (layout_class_methods): Likewise.
5352         (init_class_processing): Likewise.
5353         * constants.c (get_tag_node): Likewise.
5354         (build_constant_data_ref): Likewise.
5355         * decl.c (ggc_p): Remove.
5356         (copy_lang_decl): Use ggc_alloc.
5357         (complete_start_java_method): Don't mess with obstacks.
5358         (start_java_method): Likewise.
5359         (end_java_method): Likewise.
5360         * except.c (link_handler): Use xmalloc.
5361         (free_eh_ranges): New function.
5362         (method_init_exceptions): Use it.
5363         (add_handler): Use xmalloc.
5364         (expand_start_java_handler): Don't mess with obstacks.
5365         (prepare_eh_table_type): Likewise.
5366         (expand_end_java_handler): Likewise.
5367         * expr.c (push_value): Likewise.
5368         (create_label_decl): Likewise.
5369         (build_jni_stub): Likewise.
5370         (java_lang_expand_expr): Likewise.
5371         (note_instructions): Use xrealloc.
5372         (java_push_constant_from_pool): Don't mess with obstacks.
5373         (process_jvm_instruction): Likewise.
5374         * java-tree.h (cyclic_inheritance_report): Remove duplicate
5375         declaration.
5376         * jcf-parse.c (get_constant): Don't mess with obstacks.
5377         (read_class): Likewise.
5378         (jcf_parse): Likewise.
5379         * lex.c (expression_obstack): Remove.
5380         (java_lex): Don't use obstack_free.
5381         * parse.h (exit_java_complete_class): Don't mess with obstacks.
5382         (MANGLE_OUTER_LOCAL_VARIABLE_NAME): Adjust.
5383         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): Likewise.
5384         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING): Likewise.
5385         * parse.y (gaol): Add more GC roots.
5386         (add_inner_class_fields): Adjust calls to MANGLE_* macros.
5387         (lookup_field_wrapper): Likewise.
5388         (obtain_incomplete_type): Don't mess with obstacks.
5389         (build_alias_initializer_parameter_list): Adjust calls to MANGLE_*
5390         macros.
5391         (craft_constructor): Don't mess with obstacks.
5392         (safe_layout_class): Likewise.
5393         (java_complete_class): Likewise.
5394         (source_end_java_method): Likewise.
5395         (build_outer_field_access_methods): Likewise.
5396         (build_outer_method_access_method): Likewise.
5397         (maybe_build_thisn_access_method): Likewise.
5398         (build_dot_class_method_invocation): Likewise.
5399         (java_complete_tree): Likewise.
5400         (java_complete_lhs): Likewise.
5401         (do_merge_string_cste): Likewise.
5402         (patch_string_cst): Likewise.
5403         (array_constructor_check_entry): Likewise.
5404         * typeck.c (build_java_array_type): Likewise.
5405         (parse_signature_string): Likewise.
5406         (build_java_signature): Likewise.
5408 2000-10-12  Tom Tromey  <tromey@cygnus.com>
5410         Fix for PR gcj/356:
5411         * gjavah.c (add_class_decl): Don't special-case inner classes.
5412         (add_namelet): Likewise.
5414 2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>
5416         * java-tree.h: Constify current_encoding.
5417         * lang.c: Constify current_encoding.
5419 2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>
5421         * jvgenmain.c (class_mangling_suffix): Omit `.'.
5422         (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.
5424 2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5426         * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
5427         patch. Fixes gcj/340.
5429 2000-10-10  Tom Tromey  <tromey@cygnus.com>
5431         * lex.c (java_new_lexer): Initialize out_first and out_last
5432         fields.
5433         * lex.h (java_lexer): Added out_buffer, out_first, out_last.
5435 2000-10-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5437         * parse.y (pop_current_osb): New function.
5438         (array_type:): Use `dims:', changed actions
5439         accordingly. Suggested by Anthony Green.
5440         (array_creation_expression:): Used pop_current_osb.
5441         (cast_expression:): Likewise.
5442         (search_applicable_method_list): Fixed indentation.
5444 2000-10-08  Anthony Green  <green@redhat.com>
5446         * parse.y (array_type_literal): Remove production.
5447         (type_literals): Refer to array_type, not array_type_literal.
5449 2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5451         Patch contributed by Corey Minyard.
5452         * decl.c (check_local_named_variable): New function.
5453         (tree check_local_unnamed_variable): Likewise.
5454         (find_local_variable): Splitted. Call check_local_{un}named_variable.
5456 2000-10-07  Anthony Green  <green@redhat.com>
5458         * class.c (layout_class): Handle case where superclass can't be
5459         layed out yet.
5461 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5463         * Makefile.in (keyword.h): Refer to GNU FTP site for updated
5464         gperf.
5466 2000-10-05  Tom Tromey  <tromey@cygnus.com>
5468         * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
5469         * jvgenmain.c (class_mangling_prefix): Removed.
5470         (class_mangling_suffix): New global.
5471         (main): Use it.
5472         * gjavah.c (cxx_keyword_subst): Mangle C++ keywords by appending
5473         `$'.
5474         (print_method_info): Handle overrides for static and final
5475         methods.
5476         (process_file): Generate declaration for class object field.
5477         * class.c (cxx_keywords): New array.
5478         (utf8_cmp): New function.
5479         (cxx_keyword_p): New function.
5480         (layout_class_method): Mangle C++ keywords by appending `$'.
5481         (mangle_field): New function.
5482         (mangle_class_field): Use mangle_field.  Mangle class name as
5483         `class$'.
5484         (mangle_static_field): Use mangle_field.
5486 2000-10-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5488         * decl.c (find_local_variable): Removed uncessary type check and
5489         fixed range check typo. From Corey Minyard.
5491 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5493         * decl.c (give_name_to_locals): New local `code_offset'. Call
5494         `maybe_adjust_start_pc'.
5495         * expr.c (note_instructions): New function.
5496         (expand_byte_code): Don't collect insn starts here.
5497         (peek_opcode_at_pc): New function.
5498         (maybe_adjust_start_pc): Likewise.
5499         * java-tree.h (maybe_adjust_start_pc): Declare.
5500         (note_instructions): Likewise.
5501         * jcf-parse.c (parse_class_file): Call `note_instructions'.
5503 2000-09-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5505         * parse.y (field_access:): Fixed indentation.
5506         (qualify_ambiguous_name): Properly qualify `this.a[b].c'.
5508 2000-09-07  Tom Tromey  <tromey@cygnus.com>
5510         Fix for PR gcj/307:
5511         * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not
5512         JPRIMITIVE_TYPE_P, for arithmetic operators.
5513         (patch_method_invocation): Indentation fix.
5514         (try_builtin_assignconv): Handle boolean specially.  Fixed typo.
5515         (valid_builtin_assignconv_identity_widening_p): Handle boolean.
5516         (do_unary_numeric_promotion): Cleaned up code.
5517         (valid_cast_to_p): Handle boolean correctly.
5519 2000-09-27  Tom Tromey  <tromey@cygnus.com>
5521         * lex.c (java_read_unicode): Reset bs_count when finished with
5522         `\u' sequence.
5524 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
5526         Convert to GC.
5527         * Make-lang.in (s-java): Don't depend on ggc-callbacks.o.
5528         * Makefile.in (BACKEND): Don't include ggc-callbacks.o.
5529         (typeck.o): Depend on ggc.h.
5530         * class.c (add_method_1): Use GC functions for allocation.
5531         (init_class_processing): Register roots.
5532         * decl.c (ggc_p): Set to 1.
5533         (pending_local_decls): Make it static.
5534         (push_jvm_slot): Use GC functions for allocation.
5535         (init_decl_processing): Register roots.
5536         (give_name_to_locals): Use GC functions for allocation.
5537         (lang_mark_tree): New function.
5538         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use GC
5539         functions for allocation.
5540         * jcf-parse.c (jcf_parse_source): Use ggc_strdup.
5541         * lex.c (java_lex): Use build_string, rather than replicating it
5542         inline.
5543         * parse.y (goal): Add more roots.
5544         (mark_parser_ctxt): New function.
5545         * typeck.c: Include ggc.h.
5547 2000-09-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5549         * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
5550         contains something else than MODIFY_EXPR.
5552 2000-09-23  Mark Mitchell  <mark@codesourcery.com>
5554         * Make-lang.in (JAVA_SRCS): Include java-tree.h.
5555         * Makefile.in (parse.o): Depend on ggc.h.
5556         (class.o): Likewise.
5557         (constants.o): Likewise.
5558         (decl.o): Likewise.
5559         (expr.o): Likewise.
5560         (jcf-parse.o): Likewise.
5561         (jcf-write.o): Likewise.
5562         (mangle.o): Likewise.
5563         * class.c: Include ggc.h.
5564         (build_static_field_ref): Register GC roots.
5565         (layout_class): Likewise.
5566         (init_class_processing): Likewise.
5567         * constants.c: Include ggc.h.
5568         (current_constant_pool_data_ref): Remove.
5569         (tag_nodes): Move it to ...
5570         (get_tag_node): ... here.  Register GC roots.
5571         * decl.c: Include ggc.h.  Remove many global tree definitions.
5572         (throw_node): Define.
5573         (java_global_trees): Likewise.
5574         (predef_filenames): Make the size a constant.
5575         (init_decl_processing): Adjust accordingly.
5576         (init_decl_processing): Call init_jcf_parse.  Register GC roots.
5577         * expr.c: Include ggc.h.
5578         (init_expr_processing): Register GC roots.
5579         (build_invokeinterface): Likewise.
5580         * java-tree.h: Replace extern tree declarations with macros.
5581         (java_global_trees): New variable.
5582         (java_tree_index): New enumeration.
5583         (init_jcf_parse): Declare.
5584         * jcf-parse.c: Include ggc.h.
5585         (current_class): Remove declaration.
5586         (main_class): Likewise.
5587         (all_class_list): Likewise.
5588         (predefined_filename_p): Adjust for constant size of
5589         predef_filenames.
5590         (init_jcf_parse): New function.
5591         * jcf-write.c: Include ggc.h.
5592         (generate_classfile): Register GC roots.
5593         (append_synthetic_attribute): Likewise.
5594         (append_innerclass_attribute_entry): Likewise.
5595         * lang.c: Include ggc.h.
5596         (lang_print_error): Register GC roots.
5597         * parse.h (struct parser_ctxt): Rename fields to avoid conflicts
5598         with macros.
5599         * parse.y: Include ggc.h.
5600         (wfl_operator): Remove.
5601         (goal): Register GC roots.
5602         (java_pop_parser_context): Adjust for new field names.
5603         (java_parser_context_save_global): Likewse.
5604         (java_parser_context_restore_global): Likewise.
5605         (java_parser_context_suspend): Likewise.
5606         (java_parser_context_resume): Likewise.
5607         (verify_constructor_circularity): Register GC roots.
5608         (lookup_cl): Likewise.
5609         (java_reorder_fields): Likewise.
5610         (build_current_this): Likewise.
5611         (class_in_current_package): Likewise.
5612         (argument_types_convertible): Likewise.
5613         (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
5615 2000-09-14  Tom Tromey  <tromey@cygnus.com>
5617         * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
5619 2000-09-13  Tom Tromey  <tromey@cygnus.com>
5621         * jcf-parse.c: Include <locale.h>.
5622         * jv-scan.c: Include <locale.h>.
5624 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5626         * expr.c (pop_type_0): Return `Object' if trying to merge two
5627         interface types.
5628         * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for
5629         interface types; `Object' is always a valid supertype.
5631 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5633         Fix for PR gcj/33:
5634         * jv-scan.c (help): Document --encoding.
5635         (options): Added `encoding' entry.
5636         (OPT_ENCODING): New define.
5637         (main): Handle --encoding.
5638         Include <langinfo.h> if nl_langinfo exists.
5639         * lang-options.h: Document --classpath, --CLASSPATH, --main, and
5640         --encoding.
5641         * jcf-parse.c Include <langinfo.h> if we have nl_langinfo.
5642         (parse_source_file): Correctly call java_init_lex.  Added `finput'
5643         argument.  Use nl_langinfo to determine default encoding.
5644         * java-tree.h (current_encoding): Declare.
5645         * parse.y (java_parser_context_restore_global): Don't restore
5646         `finput'.
5647         (java_parser_context_save_global): Don't set `finput' field.
5648         (java_pop_parser_context): Don't restore `finput'.  Free old lexer
5649         if required.
5650         * lang.c (current_encoding): New global.
5651         (lang_decode_option): Recognize `-fencoding='.
5652         (finish_parse): Don't close finput.
5653         * parse.h (struct parser_ctxt): Removed `finput' and
5654         `unget_utf8_value' fields.  Added `lexer' field.
5655         (java_init_lex): Fixed declaration.
5656         * lex.c (java_new_lexer): New function.
5657         (java_destroy_lexer): Likewise.
5658         (java_read_char): Added `lex' argument.  Handle iconv case.
5659         (java_read_unicode): Added `lex' argument.  Count backslashes in
5660         lexer structure.
5661         (java_init_lex): Added `finput' and `encoding' arguments.  Set
5662         `lexer' field in ctxp.
5663         (BAD_UTF8_VALUE): Removed.
5664         (java_lex): Handle seeing UEOF in the middle of a string literal.
5665         * lex.h: Include <iconv.h> if HAVE_ICONV defined.
5666         (java_lexer): New structure.
5667         (UNGETC): Removed.
5668         (GETC): Removed.
5669         (DEFAULT_ENCODING): New define.
5670         (java_destroy_lexer): Declare.
5672 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5674         Fix for PR gcj/343:
5675         * lex.c (java_init_lex): Initialize java_io_serializable.
5676         * parse.y (java_io_serializable): New global.
5677         (valid_ref_assignconv_cast_p): An array can be cast to
5678         serializable.
5680 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
5682         * decl.c, expr.c: Include defaults.h if not already included.
5683         Don't define the *_TYPE_SIZE macros.
5685 2000-09-09  Geoffrey Keating  <geoffk@cygnus.com>
5687         * typeck.c (build_java_array_type): Correct first parameter
5688         in ADJUST_FIELD_ALIGN invocation.
5690 2000-09-06  Tom Tromey  <tromey@cygnus.com>
5692         * lang-specs.h: Also recognize `-femit-class-files'.
5694 2000-09-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5696         * verify.c (merge_types): Load the types to merge if necessary.
5698 2000-09-02  Anthony Green  <green@redhat.com>
5700         * jcf-io.c: Include zlib.h.
5701         (open_in_zip): Read compressed class file archives.
5702         * zipfile.h (ZipDirectory): Add uncompressed_size and
5703         compression_method fields.
5704         * zextract.c (read_zip_archive): Collect file compression info.
5706 2000-08-15  Bryce McKinlay  <bryce@albatross.co.nz>
5708         * parse.y (do_resolve_class): Also explore superclasses of
5709         intermediate enclosing contexts when searching for inner classes.
5711 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5713         * parse.y (variable_declarator_id:): Better error message.
5714         (expression_statement:): Use YYNOT_TWICE.
5715         (cast_expression:): Likewise.
5716         (assignment:): Likewise.
5718 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5720         * parse.y (do_merge_string_cste): New locals. Create new
5721         STRING_CSTs each time, use memcpy. Fixes gcj/311.
5723 2000-08-07  Hans Boehm  <boehm@acm.org>
5725         * boehm.c (mark_reference_fields): Set marking bits for all words in
5726         a multiple-word record.
5727         (get_boehm_type_descriptor): Use the procedure marking descriptor for
5728         java.lang.Class.
5730 2000-08-31  Mike Stump  <mrs@wrs.com>
5732         * Make-lang.in (jc1$(exeext), gcjh$(exeext), jv-scan$(exeext),
5733         jcf-dump$(exeext)): Make parallel safe.
5735 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5737         * jcf-parse.c (set_source_filename): Constify a char *.
5738         * jcf-write.c (append_innerclasses_attribute,
5739         make_class_file_name): Constify a char *.  Don't recycle a
5740         variable for an unrelated purpose.
5741         * parse.y: (build_alias_initializer_parameter_list): Constify a char *.
5742         (breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
5744 2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5746         * expr.c (can_widen_reference_to): Fixed indentation.
5747         * java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
5748         * parse.y: `finit$' replaces `$finit$' in comments.
5749         (try_builtin_assignconv): Fixed leading comment.
5751 2000-08-25  Greg McGary  <greg@mcgary.org>
5753         * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
5755 2000-08-24  Greg McGary  <greg@mcgary.org>
5757         * lang.c (lang_decode_option): Use ARRAY_SIZE.
5758         * parse.y (BINOP_LOOKUP): Likewise.
5760 2000-08-22  Andrew Haley  <aph@cygnus.com>
5762         * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
5763         sign extending. Fixes gcj/321.
5764         * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
5765         combining to make a jlong. Fixes gcj/321.
5767 2000-08-21  Nix  <nix@esperi.demon.co.uk>
5769         * lang-specs.h: Do not process -o or run the assembler if
5770         -fsyntax-only.
5772 2000-08-16  Andrew Haley  <aph@cygnus.com>
5774         * typeck.c (build_java_array_type): Rewrite code to do array
5775         alignment.  Take into account back-end macros when aligning array
5776         data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
5777         user to set alignment. Fixes gcj/252 and 160.
5779 2000-08-09  Tom Tromey  <tromey@cygnus.com>
5781         * parse.y (check_abstract_method_definitions): Now return `int'.
5782         Check implemented interfaces.  Fixes PR gcj/305.
5784         * parse.y (patch_switch_statement): Disallow `long' in switch
5785         expressions.  Fixes PR gcj/310.
5787 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5789         * decl.c (finit_leg_identifier_node): New global.
5790         (init_decl_processing): Use `finit$' to initialize
5791         finit_identifier_node. Use `$finit$' to initialize
5792         finit_leg_identifier_node.
5793         * expr.c (expand_java_field_op): Use ID_FINIT_P.
5794         * java-tree.h (finit_identifier_node): Changed attached comment.
5795         (finit_leg_identifier_node): New declaration.
5796         (ID_FINIT_P): Take finit_identifier_node and
5797         finit_leg_identifier_node into account. This is a backward
5798         compatibility hack.
5800 2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5802         * jcf-write.c (generate_bytecode_conditional): Re-installed lost
5803         Jan 6 2000 patch.
5804         (generate_bytecode_insns): Check `nargs' before emitting it.
5805         * verify.c (merge_type_state): Fixed typo.
5806         * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
5807         generate_bytecode_{conditional,insns}.
5809 2000-08-13  Anthony Green  <green@redhat.com>
5811         * check-init.c (check_init): Add case for BIT_FIELD_REF (required
5812         for -pg builds).
5814 2000-08-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5816         * class.c (maybe_layout_super_class): Fixed indentation.
5817         * java-tree.h (CLASS_METHOD_CHECKED_P): New macro.
5818         (java_check_methods): New function declaration.
5819         * jcf-parse.c (get_constant): Let `char_len' go up to 3. Use `str'
5820         instead of `str_ptr'.
5821         * jcf-write.c (generate_bytecode_insns): Emit number the of args
5822         of a `invokeinterface' at the right time.
5823         * parse.h (WFL_STRIP_BRACKET): New macro.
5824         (SET_TYPE_FOR_RESOLUTION): Use it.
5825         * parse.y (build_unresolved_array_type): Reuse `type_or_wfl'.
5826         (check_class_interface_creation): Don't check for cross package
5827         innerclass name clashes.
5828         (method_header): Behave properly if MDECL is `error_mark_node'.
5829         (method_declarator): Return `error_mark_node' if bogus current
5830         class.
5831         (resolve_class): Apply WFL_STRIP_BRACKET on `cl' if necessary.
5832         (resolve_and_layout): New local `decl_type', set and used. Call
5833         java_check_methods.
5834         (java_check_methods): New method.
5835         (java_layout_classes): Use it.
5836         (resolve_qualified_expression_name): No EH check necessary in
5837         access$<n>.
5838         (java_complete_lhs): Use VAR_DECL's DECL_INITIAL when evaluating
5839         `case' statement.
5840         (patch_assignment): Set DECL_INITIAL on integral final local.
5842 2000-08-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5844         * java-tree.h (flag_extraneous_semicolon): New extern.
5845         * lang-options.h: (-Wextraneous-semicolon): New option.
5846         * lang.c (flag_redundant): Fixed typo in leading comment.
5847         (flag_extraneous_semicolon): New global.
5848         (lang_decode_option): Set `flag_extraneous_semicolon' when
5849         -Wall. Decode `-Wextraneous-semicolon'.
5850         * parse.y (type_declaration:): Removed `SC_TK' hack, added
5851         `empty_statement' rule.
5852         (class_body_declaration): Likewise.
5853         (method_body:): Accept `;' as a method body.
5854         (static_initializer:): Removed `SC_TK' hack.
5855         (constructor_block_end:): Likewise.
5856         (empty_statement:): Report deprecated empty declaration. Fixes
5857         gcj/295
5859 2000-08-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5861         * parse.y (build_dot_class_method_invocation): Changed parameter
5862         name to `type'. Build signature from `type' and convert it to a
5863         STRING_CST if it's an array.
5864         (patch_incomplete_class_ref): `build_dot_class_method_invocation'
5865         to use `ref_type' directly.
5867 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
5869         * lang-options.h: Added a comma after the last element to avoid
5870         syntax errors when other languages define additional options.
5872 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5874         * Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
5875         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
5876         (jc1): Link with $(BACKEND).
5877         (jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
5879 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5881         * jvspec.c: Adjust type of second argument to
5882         lang_specific_driver, and update code as necessary.
5884         * class.c (build_dtable_decl): Initialize dummy.
5886 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5888         * parse.y (maybe_yank_clinit): When generating bytecode: non empty
5889         method bodies not to rule out discarding `<clinit>'; don't use
5890         <clinit> to initialize static fields with constant initializers.
5892 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5894         * gjavah.c (print_method_info): Added `synth' parameter. Skip
5895         synthetic methods.
5896         (method_synthetic): New global.
5897         (HANDLE_METHOD): Recognize synthetic method and tell
5898         `print_method_info' about it.
5899         (HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
5900         processing a synthetic method.
5901         * jcf-reader.c (skip_attribute): New function.
5902         ( skip_attribute): Likewise.
5904 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5906         * parse.y (build_outer_field_access): Fixed comments.
5907         (fix_constructors): Emit the initialization of this$<n> before
5908         calling $finit$.
5909         (resolve_qualified_expression_name): Build an access to `decl' if
5910         necessary.
5912 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5914         * parse-scan.y (curent_class): Non longer const.
5915         (inner_qualifier, inner_qualifier_length): Deleted.
5916         (current_class_length): New global.
5917         (bracket_count): Fixed typo in leading comment.
5918         (anonymous_count): New global.
5919         (class_instance_creation_expression:): Handle anonymous classes.
5920         (anonymous_class_creation:): New rule.
5921         (push_class_context): Rewritten.
5922         (pop_class_context): Likewise.
5923         (INNER_QUALIFIER): Macro deleted.
5924         (report_class_declaration): call `push_class_context' when
5925         entering the function. `fprintf' format modified not to use
5926         INNER_QUALIFIER.
5927         (report_class_declaration): Assign `package_name' and
5928         `current_class' to NULL separately.
5930 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5932         * expr.c (build_invokeinterface): Call layout_class_methods on
5933         target interface.
5935 2000-07-27  Tom Tromey  <tromey@cygnus.com>
5936             Anthony Green  <green@cygnus.com>
5937             Alexandre Petit-Bianco  <apbianco@cygnus.com>
5939         * class.c (make_class_data): Create vtable for abstract classes.
5940         (get_dispatch_table): Changed to cope with abstract classes.
5942 2000-07-27  Tom Tromey  <tromey@cygnus.com>
5944         * parse.y (patch_method_invocation): Don't reverse the argument
5945         list when dealing with anonymous class constructors. Fixed typo in
5946         comment.
5948 2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5950         * parse.y (build_alias_initializer_parameter_list): Reverse
5951         crafted list when building aliases for anonymous class
5952         constructors.
5954 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5956         * parse.y (jdep_resolve_class): Don't bother checking potential
5957         innerclass access if `decl' is NULL.
5958         (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
5959         WFL.
5961 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5963         * parse.c: Remove (again.)
5965 2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5967         * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
5968         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
5969         outside the `if' statement, alias to innerclass removed, `decl'
5970         used to mark the class complete.
5972 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5974         * parse.y (simple_name:): Fixed typo in error message.
5976 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5978         * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
5979         or its first operand can be error marks.
5981 2000-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5983         * parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
5984         * parse.y (method_header): Likewise.
5986 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5988         * parse.y (process_imports): Consider that one might be trying to
5989         import an innerclass. Fixes gcj/254
5991 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5993         * parse.y (find_as_inner_class): Handle the case where the
5994         enclosing context of an innerclass has been loaded as bytecode.
5996 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5998         * parse.y (simple_name:): Reject `$' in type names.
5999         (resolve_type_during_patch): Use `type' as a second
6000         argument to resolve_no_layout. Fixes gcj/257.
6002 2000-07-18  Bryce McKinlay  <bryce@albatross.co.nz>
6004         * parse.y (find_most_specific_methods_list): Select the only
6005         non-abstract method even if max has been set.
6006         Fixes gcj/285, gcj/298.
6008 2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>
6010         * lang-specs.h: Added %(jc1) to java compiler options.
6012 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
6014         * .cvsignore: New file.
6016 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6018         * parse.y (not_accessible_p): Access granted to innerclasses
6019         (indirectly) extending the reference type. Fixes gcj/249.
6021 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6023         * parse.y (patch_method_invocation): Fixed comment.
6024         (maybe_use_access_method): Build this$<n>s to the context of the
6025         target method, or a type that extends it. Fixes gcj/242.
6027 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
6029         * parse.c: Remove.
6031 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6033         * parse.y (fold_constant_for_init): Avoid bullish conversion.
6035 2000-07-13  Tom Tromey  <tromey@cygnus.com>
6037         * lang-specs.h: Added %{I*}.
6039 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
6041         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
6043 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
6045         * parse-scan.c: Remove.
6047 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6049         * class.c (set_super_info): Handled protected inner classes.
6050         (common_enclosing_context_p): Bail early if arguments aren't both
6051         inner classes.
6052         (get_access_flags_from_decl): Handle private and protected inner
6053         classes.
6054         * java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
6055         (CLASS_PROTECTED): Likewise.
6056         (struct lang_type): New bitfield `poic'.
6057         * parse.y (jdep_resolve_class): Call check_inner_class_access on
6058         inner classes only.
6059         (check_inner_class_access): Renamed arguments, added
6060         comments. Handles protected inner classes (fixes gcj/225)
6061         (not_accessible_p): Fixed comments. Avoid handling inner classes.
6063 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6065         * parse.y (resolve_qualified_expression_name): Verify qualified
6066         access to `this'. Fixes gcj/239.
6068 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6070         * jcf-write.c (generate_classfile): Don't install ConstantValue
6071         for null pointers.
6073 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6075         * parse.y (resolve_qualified_expression_name): Handle inner class
6076         access. Fixes gcj/256.
6078 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6080         * jcf-write.c (generate_classfile): Properly install the
6081         ConstantValue attribute and the initial value constant pool index
6082         on string constants.
6083         * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
6084         class files.
6086 2000-07-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6088         * parse.h (BUILD_PTR_FROM_NAME): Surround with a do/while
6089         construct.
6090         * parse.y (find_as_inner_class): Fixed typo.
6091         (do_resolve_class): Explore enclosing contexts when searching for
6092         innerclasses. Removed curly brackets around BUILD_PTR_FROM_NAME.
6093         (check_inner_class_access): Check `decl' which can be null in case
6094         of previous errors.
6096 2000-07-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6098         * java-tree.h (java_debug_context): Declared `extern'.
6099         (safe_layout_class): Likewise.
6100         * parse.y (resolve_field_access): Field must be `static' in order
6101         to be replaced by its initial value. Added comments.
6102         (find_applicable_accessible_methods_list): Fixed typo.
6103         (find_most_specific_methods_list): Methods found in innerclasses
6104         take over methods founds in the enclosing contexts.
6105         (java_complete_tree): Loosen restrictions on the type of DECLs
6106         that can be replaced by their initialization values.
6107         (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'.
6109 2000-07-05  Tom Tromey  <tromey@cygnus.com>
6111         * Make-lang.in (PARSE_DIR): New macro.
6112         (PARSE_RELDIR): Likewise.
6113         (PARSE_C): Likewise.
6114         (PARSE_SCAN_C): Likewise.
6115         ($(PARSE_C)): New target.
6116         ($(PARSE_SCAN_C)): Likewise.
6117         (SET_BISON): New macro.
6118         (BISONFLAGS): Likewise.
6119         (JAVABISONFLAGS): Likewise.
6121 2000-07-02  Bryce McKinlay  <bryce@albatross.co.nz>
6123         * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream
6124         argument on the first pass for CNI as well as JNI.
6125         (print_method_info): Set up method name on the first pass only.
6127 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6129         * parse.y (parser_qualified_classname): Removed parameter
6130         `is_static'.
6131         (create_interface): Removed first passed parameter to
6132         parser_qualified_classname.
6133         (create_class): Likewise. Don't install alias on static
6134         innerclasses. Fixes gcj/275.
6136 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6138         * parse.y (maybe_generate_pre_expand_clinit): Don't build a
6139         debugable statement with empty_stmt_node. Fixes gcj/272
6141 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6143         * expr.c (build_instanceof): Layout type after it's loaded. Fixes
6144         gcj/271.
6146 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6148         * jcf-write.c (push_long_const): Appropriately cast short negative
6149         constant to jword.
6151 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6153         * parse.y (verify_constructor_super): Use loop variable
6154         `m_arg_type' initialized with `mdecl_arg_type'.
6156 2000-06-29  Tom Tromey  <tromey@cygnus.com>
6158         * parse.y (resolve_field_access): Handle case where `type_found'
6159         is NULL.
6161 2000-06-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6163         * expr.c (lookup_field): The same field can be found through two
6164         different interface. Don't declare it ambiguous in that case.
6166 2000-06-27  Tom Tromey  <tromey@cygnus.com>
6168         * lex.c (java_lineterminator): Don't recognize \r after \n.  If \r
6169         follows \r, then unget it at a lower level.
6171 2000-06-26  Tom Tromey  <tromey@cygnus.com>
6173         * parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to
6174         java_complete_tree.
6176 2000-06-25  Tom Tromey  <tromey@cygnus.com>
6178         * parse.y (for_statement): Wrap expression in a WFL if it is a
6179         constant.  For PR gcj/268.
6181 2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6183         * parse.y (do_resolve_class): Minor optimiztion in the package
6184         list search. Removed unnecessary test and return statement.
6185         (valid_ref_assignconv_cast_p): Order of arguments to
6186         enclosing_context_p fixed.
6188 2000-06-24  Tom Tromey  <tromey@cygnus.com>
6190         * expr.c (lookup_field): Print error and return error_mark_node if
6191         field reference is ambiguous.
6193         * parse.y (check_abstract_method_definitions): Also check if
6194         `other_method' is abstract.
6196 2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6198         * class.c (set_super_info): Handle ACC_PRIVATE for (inner)
6199         classes.
6200         * java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
6201         (struct lang_type): New field `pic'.
6202         (CLASS_PRIVATE): New macro.
6203         * parse.y (check_inner_class_access): New function.
6204         (jdep_resolve_class): Call it.
6206 2000-06-23  Tom Tromey  <tromey@cygnus.com>
6208         * parse.y (patch_incomplete_class_ref): Initialize the returned
6209         class.  For PR gcj/260.
6211 2000-06-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6213         * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
6215 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6217         * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
6218         Java specific checks.
6219         * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
6220         screened by DECL_P.
6221         * java-tree.def (CASE_EXPR): Marked 'e'.
6222         (DEFAULT_EXPR): Likewise.
6223         * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage
6224         screened by DECL_P.
6225         * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
6226         Java specific checks.
6227         (generate_bytecode_insns): Test try_block for BLOCK before using
6228         BLOCK_EXPR_BODY.
6229         * parse.y (build_wfl_wrap): Added `location' argument. Set
6230         EXPR_WFL_LINECOL accordingly.
6231         (dim_expr:): Wrap constants with WFLs.
6232         (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC.
6233         (resolve_package): Check for `stmt' not being a BLOCK before
6234         building a debuggable statement with it.
6235         (make_qualified_primary): Added extra parameter to build_wfl_wrap
6236         invocation.
6237         (resolve_field_access): Make sure `decl' is a DECL before treating
6238         it as such.
6239         (maybe_build_primttype_type_ref): Make sure `wfl''s node is an
6240         IDENTIFIER_NODE before treating it as such.
6241         (patch_new_array_init): Make sure `elt' is a TREE_LIST before
6242         treating it as such.
6243         (find_applicable_accessible_methods_list): CLASS_INTERFACE macro
6244         to be applied only on non array types.
6246 2000-06-16  Per Bothner  <per@bothner.com>
6248         * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN):  Don't
6249         define in terms of DECL_RESULT, as that fails when --enable-checking.
6251 2000-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6253         * jcf-write.c (CHECK_PUT): Add static prototype.  Make pointer
6254         types the same in comparison.
6255         (CHECK_OP): Add static prototype.
6257 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
6259         * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
6260         * parse.y (java_complete_class): Set DECL_USER_ALIGN.
6261         * parse.c: Rebuilt.
6263 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6265         * decl.c (create_primitive_vtable): Prototype.
6267         * jcf-write.c (generate_bytecode_insns): Initialize variable
6268         `saved_context'.
6270         * lang.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
6272 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
6274         * parse.y (find_applicable_accessible_methods_list): Use a hashtable
6275         to track searched classes, and do not search the same class more than
6276         once. Call find_applicable_accessible_methods_list on immediate
6277         superclass, instead of search_applicable_method_list on all ancestors.
6278         Fix for PR gcj/238.
6280 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
6282         * parse.y (register_fields): Permit static fields in inner classes
6283         if they are final. Fix for PR gcj/255.
6285 2000-06-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6287         * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries.
6288         * parse.y (find_in_imports): Returned type changed to void,
6289         leading comment fixed.
6290         (register_package): New function.
6291         (qualify_and_find): Likewise.
6292         (package_declaration:): Use `register_package'.
6293         (single_type_import_declaration:): Removed local variable
6294         `node'. Added missing `;' for consistency.
6295         (type_import_on_demand_declaration:): Use `chainon' to link new
6296         entries.
6297         (lookup_field_wrapper): Lookup local variables defined in outer
6298         contexts first.
6299         (java_complete_class): Don't reverse the list of imported on demand.
6300         (do_resolve_class): Reorganized. Removed local variable
6301         `original_name'. Call `qualify_and_find' with the current package
6302         name, invoke `find_in_imports_on_demand' right after. Call
6303         `qualify_and_find' with the packages we've seen so far. Fixed
6304         operations numbering in comments.
6305         (java_expand_class): Don't reverse `package_list'.
6306         (find_most_specific_methods_list): New local variables `abstract'
6307         and `candidates'. Use them to pick the right method.
6309 2000-06-06  Tom Tromey  <tromey@ferrule.cygnus.com>
6311         * parse.y (check_modifiers_consistency): Don't subtract out
6312         `PUBLIC_TK' from argument to THIS_MODIFIER_ONLY.
6314 2000-06-04  Philipp Thomas  <pthomas@suse.de>
6316         * Makefile.in (INTLLIBS): New.
6317         (LIBS): Add above.
6318         (DEPLIBS): Ditto.
6320 2000-06-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6322         * class.c (get_dispatch_table): Build the vtable dummy entry list
6323         element with a null purpose. Fixed leading comment.
6324         (build_dtable_decl): Build an accurate dtable type when appropriate
6325         and use it.
6327 2000-06-02  Richard Henderson  <rth@cygnus.com>
6329         * lang.c (lang_get_alias_set): New.
6331 2000-05-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6333         * parse.y (resolve_field_access): Complete the DECL_INITIAL tree
6334         before using it as the accessed field.
6336 2000-05-31  Tom Tromey  <tromey@cygnus.com>
6338         * java-tree.h (boolean_array_vtable, byte_array_vtable,
6339         char_array_vtable, short_array_vtable, int_array_vtable,
6340         long_array_vtable, float_array_vtable, double_array_vtable):
6341         Declare.
6342         * expr.c (get_primitive_array_vtable): New function.
6343         (create_primitive_vtable): New function.
6344         (java_lang_expand_expr): Enable code to statically generate
6345         arrays.
6346         * decl.c (init_decl_processing): Create primitive vtables.
6347         (boolean_array_vtable, byte_array_vtable, char_array_vtable,
6348         short_array_vtable, int_array_vtable, long_array_vtable,
6349         float_array_vtable, double_array_vtable): Define.
6351 2000-05-26  Zack Weinberg  <zack@wolery.cumb.org>
6353         * java/parse.y (find_applicable_accessible_methods_list):
6354         Don't add an uninitialized value to the list.
6356 2000-05-25  Tom Tromey  <tromey@cygnus.com>
6358         * parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
6359         when trying to see if field's class should be initialized.  Always
6360         initialize field's declaring class, not qualified class.
6361         For PR gcj/162.
6363         * parse.y (array_constructor_check_entry): Pass `wfl_value', not
6364         `wfl_operator', to maybe_build_primttype_type_ref.
6365         Fixes PR gcj/235.
6367 2000-05-23  Bryce McKinlay  <bryce@albatross.co.nz>
6369        * parse.y (patch_method_invocation): Don't try to lookup methods
6370        in primitive types.
6372 2000-05-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6374         * parse.y (resolve_field_access): Call the appropriate <clinit>
6375         before accessing the length of a static array. Craft a decl for
6376         the field while its time. Fixes PR gcj/129.
6378 2000-05-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6380         * parse.y (resolve_package): Correctly set `*next' (was off by
6381         one.)
6382         (resolve_qualified_expression_name): Fixed comment.
6384 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6386         * jcf-parse.c (jcf_parse_source): Reset current_class and
6387         current_function_decl to NULL before parsing a new file.
6389 2000-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6391         * parse.y (block_end:): If the collected block doesn't feature a
6392         statement, insert an empty statement.
6394 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6396         * parse.y (maybe_yank_clinit): New function.
6397         (maybe_generate_pre_expand_clinit): Always link <clinit> at the
6398         end of the list of methods belonging to a class.
6399         (java_complete_expand_method): Check whether <clinit> is really
6400         necessary and expand it accordingly.
6402 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6404         * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be
6405         processed by the method's switch statement.
6407 2000-05-19  Tom Tromey  <tromey@cygnus.com>
6409         * java-tree.h: Added init state enum.
6410         * decl.c (emit_init_test_initialization): Initialize class
6411         initialization check variable by looking at class' state.
6413 2000-05-19  Tom Tromey  <tromey@cygnus.com>
6415         * java-tree.h (build_instanceof): Declare.
6416         (build_get_class): Declare.
6417         * parse.y (patch_binop): Use build_instanceof.
6418         * expr.c (build_instanceof): New function.  If class is final,
6419         don't make a function call.
6420         (expand_java_INSTANCEOF): Use it.
6421         (build_get_class): New function.
6423 2000-05-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6425         * jcf-write.c (generate_classfile): Scan the source_file for
6426         slashes with the right pointer variable.
6428 2000-05-17  Andrew Cagney  <cagney@b1.cygnus.com>
6430         * lang.c (lang_decode_option): Update -Wunused flags by calling
6431         set_Wunused.
6432         * decl.c (poplevel): Replace warn_unused with warn_unused_label.
6434 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
6436         * check_init.c (check_init): Constify local char *.
6437         * class.c (push_class): Constify local char *.
6438         * java_tree.h: Update prototypes.
6439         * jcf-io.c (open_class): Constify filename parameter and
6440         return value.
6441         (find_class): Remove redundant string copy.  Cast return from
6442         open_class.
6443         * jcf-parse.c (read_class, parse_class_file, yyparse):
6444         Constify local char *.
6445         * jcf-write.c (generate_bytecode_insns, generate_classfile):
6446         Constify local char *.
6447         * jcf.h (JCF): Constify filename and classname.
6448         (JCF_FINISH): Cast args to FREE to char * when appropriate.
6449         * lang.c (init_parse): Constify parameter and return value.
6450         * lex.c (java_get_line_col): Constify filename parameter.
6451         * parse.h: Constify parser_ctxt.filename.  Update prototypes.
6452         * parse.y (java_parser_context_suspend,
6453         issue_warning_error_from_context, safe_layout_class): Constify
6454         local char *.
6455         * parse.c: Regenerate.
6457 2000-05-08  Tom Tromey  <tromey@cygnus.com>
6459         * expr.c (build_jni_stub): Cache the result of
6460         _Jv_LookupJNIMethod.
6462 2000-05-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6464         * decl.c (predef_filenames_size): Now 7.
6465         (predef_filenames): New seventh entry.
6467 2000-05-04  Tom Tromey  <tromey@cygnus.com>
6469         * boehm.c (mark_reference_fields): Don't mark RawData fields.
6470         Keep track of when we've seen a reference field after a
6471         non-reference field.
6472         (get_boehm_type_descriptor): Handle case where we see
6473         non-reference fields but no trailing reference field.
6474         * decl.c (rawdata_ptr_type_node): Define.
6475         (init_decl_processing): Initialize rawdata_ptr_type_node.
6476         * java-tree.h (rawdata_ptr_type_node): Declare.
6478 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6480         * jcf-dump.c (SPECIAL_IINC): Ensure arguments match format
6481         specifiers in calls to fprintf.
6483 2000-05-03  Andrew Haley  <aph@cygnus.com>
6485         * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
6487         * javaop.h (WORD_TO_INT): New function.
6488         (IMMEDIATE_s4): Use WORD_TO_INT.
6489         * jcf.h (JPOOL_INT): Ditto.
6491         * gjavah.c (decode_signature_piece): Don't treat `$' as namespace
6492         separator.
6494 2000-04-19  Tom Tromey  <tromey@cygnus.com>
6496         * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
6497         on native function.
6498         * jcf-parse.c (parse_class_file): Call build_jni_stub for native
6499         JNI methods.
6500         * expr.c (build_jni_stub): New function.
6501         * lang-specs.h: -fjni and -femit-class-file are incompatible.
6502         * parse.c: Rebuilt.
6503         * parse.y (java_complete_expand_methods): Expand a native method
6504         and call build_jni_stub if -fjni given.
6505         * lang-options.h: Document -fjni.
6506         * lang.c (flag_jni): New global.
6507         (lang_f_options): Added `jni' entry.
6508         * java-tree.h (soft_lookupjnimethod_node,
6509         soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
6510         Declare.
6511         (flag_jni): Declare.
6512         (build_jni_stub): Declare.
6513         (struct lang_decl): Added `native' flag.
6514         (METHOD_NATIVE): Redefined to use `native' field of lang specific
6515         structure.
6516         * decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
6517         soft_jnipopsystemframe_node): New globals.
6518         (init_decl_processing): Set them.  _Jv_InitClass only takes one
6519         argument.
6521         * java-tree.def: Put into `C' mode.
6523 2000-04-27  Tom Tromey  <tromey@cygnus.com>
6525         Fix for PR gcj/2:
6526         * expr.c (expand_invoke): Generate check to see if object pointer
6527         is null in nonvirtual invocation case.
6528         * java-tree.h (soft_nullpointer_node): Declare.
6529         * decl.c (soft_nullpointer_node): New global.
6530         (init_decl_processing): Initialize soft_nullpointer_node.
6531         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
6532         or `private' methods.
6533         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
6535 2000-04-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6537         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
6538         from <clinit>
6540 2000-04-26  Tom Tromey  <tromey@cygnus.com>
6542         * zextract.c (find_zip_file_start): New function.
6543         (read_zip_archive): Use it.
6545 2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6547         * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.
6549 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6551         * class.c (common_enclosing_context_p): New function.
6552         * java-tree.h (common_enclosing_context_p): Added prototype.
6553         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Relaxed test to allow
6554         classes sharing an outer context with the current instance.
6555         * parse.y (build_access_to_thisn): Fixed leading comment.
6556         (verify_constructor_super): New local `supper_inner'. Skip
6557         enclosing context argument in the case of inner class constructors.
6558         (patch_method_invocation): Insert proper context as second
6559         parameter to pure inner class constructor super invocations.
6561 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6563         * parse.y (end_class_declaration): Reset the interface number
6564         counter.
6566 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6568         * parse.y (source_start_java_method): Deleted unnecessary code.
6569         (patch_method_invocation): Fixed comment.
6571 2000-04-24  Robert Lipe <robertlipe@usa.net>
6573         * parse.h (_jdep): Member `kind' now ENUM_BITFIELD.
6575 2000-04-23  Tom Tromey  <tromey@cygnus.com>
6577         * boehm.c (mark_reference_fields): Use int_byte_position.
6579 2000-04-22  Tom Tromey  <tromey@cygnus.com>
6581         * boehm.c (mark_reference_fields): Only call byte_position on
6582         non-static fields.
6584 2000-04-22  Tom Tromey  <tromey@cygnus.com>
6586         * boehm.c (mark_reference_fields): Added `last_view_index'
6587         argument.  Use DECL_FIELD_OFFSET to determine field's offset.
6589 2000-04-20  Mo DeJong  <mdejong@cygnus.com>
6591         * parse.h (INTERFACE_INNER_MODIFIERS): New macro.
6592         * parse.y (check_class_interface_creation): Fixed comments. Select
6593         permitted modifiers for (inner) interfaces. Changed error message
6594         to report rejected modifiers used with local classes.
6596 2000-04-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6598         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Immediate inner classes
6599         of directly inherited type considered in scope.
6600         * parse.y (do_resolve_class): Search inherited classes for inner
6601         classes.
6603 2000-04-20  Tom Tromey  <tromey@cygnus.com>
6605         * parse.y (not_accessible_p): Use member's class, not current
6606         class, when doing inheritance check for protected reference.
6607         Fixes PR gcj/124.
6609 2000-04-20  Jason Schroeder  <shrode@subnature.com>
6611         * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
6613 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6615         * parse.y (lookup_field_wrapper): Search for final local aliases.
6616         (resolve_expression_name): Let lookup_field_wrapper search for
6617         final local aliases. Force the value of `name' if one is found.
6618         (qualify_ambiguous_name): CONVERT_EXPR is enough to now we have
6619         an expression name. Fixed comments.
6621 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6623         * parse.y (yyerror): `msg' can be null, don't use it in that case.
6625 2000-04-19  Tom Tromey  <tromey@cygnus.com>
6627         * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.
6629 2000-04-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6631         * parse.y (maybe_make_nested_class_name): Use `obstack_grow0'.
6633 2000-04-18  Tom Tromey  <tromey@cygnus.com>
6635         PR gcj/211:
6636         * gjavah.c (utf8_cmp): Changed return value.
6637         (cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
6638         result.
6639         (cxx_keywords): New global.
6640         (get_field_name): Handle new result of cxx_keyword_subst.
6641         (print_method_info): Likewise.
6643 2000-04-17  Bryce McKinlay  <bryce@albatross.co.nz>
6645         * gjavah.c (print_name_for_stub_or_jni): Don't prefix method names
6646         with a newline, for CNI.
6647         (print_stub_or_jni): Print a space or newline before method name for
6648         CNI as well as JNI.
6649         (print_cxx_classname): Don't write leading "::" in CNI stub method.
6650         (process_file): Include gcj/cni.h if generating CNI stubs.
6652 2000-04-16  Tom Tromey  <tromey@cygnus.com>
6654         * gjavah.c (decompile_method): Use print_field_name.
6655         Fixes PR gcj/205.
6657 2000-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6659         * parse.y (java_expand_classes): Reverse the package list once.
6660         (java_complete_lhs): PLUS_EXPR: don't try rhs and lhs at string
6661         reduction.
6662         (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
6663         the `==' and `!=' operators.
6665 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6667         * jcf-write.c (generate_bytecode_insns): At invokation time,
6668         always relate an interface method to the type of its selector.
6670 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6672         Fix for PR gcj/2:
6673         * expr.c (expand_invoke): Generate check to see if object pointer
6674         is null in nonvirtual invocation case.
6675         * java-tree.h (soft_nullpointer_node): Declare.
6676         * decl.c (soft_nullpointer_node): New global.
6677         (init_decl_processing): Initialize soft_nullpointer_node.
6678         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
6679         or `private' methods.
6680         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
6682 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6684         Fix for PR gcj/140:
6685         * parse.y (check_final_assignment): Recognize assignments to the
6686         `length' field of an array when generating class files.
6688 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6690         * class.c (decl_hash): Prototype removed.
6691         (decl_compare): Likewise.
6693 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6695         * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
6696         * parse.y (check_modifiers_consistency): Check for final/volatile
6697         clash.  Fixes PR gcj/164.
6699 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6701         * class.c: (java_hash_hash_tree_node): Renamed from `decl_hash',
6702         made global.
6703         (java_hash_compare_tree_node): Renamed from `decl_compare, made
6704         global.
6705         (add_method_1): Use `java_hash_hash_tree_node' and
6706         `java_hash_compare_tree_node'.
6707         * java-tree.h: (java_hash_hash_tree_node): Prototyped.
6708         (java_hash_compare_tree_node): Likewise.
6709         * parse.y (find_applicable_accessible_methods_list): Create,
6710         delete and use a hash table to remember already searched interfaces.
6712 2000-04-03  Matt Welsh  <mdw@cs.berkeley.edu>
6714         * jcf-depend.c (add_entry): Fixed bug where list was always replaced
6715         with latest entry.
6717 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6719         * boehm.c (mark_reference_fields, set_bit): Prototype.
6720         (set_bit): Un-ANSI-fy definition.
6722         * class.c (init_test_hash_newfunc, decl_hash, decl_compare):
6723         Prototype.
6725         * decl.c (emit_init_test_initialization): Likewise.
6727         * gjavah.c (jni_print_char): Likewise.
6729         * parse.y (create_new_parser_context): Likewise.
6731 2000-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6733         * expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000
6734         patch missing hunk. Fixed indentation.
6736 2000-03-30  Tom Tromey  <tromey@cygnus.com>
6738         * gjavah.c (D_NAN_MASK): Only define as word-reversed when
6739         HOST_FLOAT_WORDS_BIG_ENDIAN and HOST_WORDS_BIG_ENDIAN disagree.
6741 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6743         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
6744         when negative *before* using it as an array index.
6745         * ChangeLog: Fixed typo.
6747 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6749         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
6750         to 0 when it reaches -1.
6752 2000-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6754         * jcf-parse.c (get_constant): Properly cast `num' during the
6755         invocation of `add_double'.
6756         * jcf-write.c (push_long_const): Properly cast `lo' before
6757         comparing it to short bounds.
6758         * parse-scan.y (interface_declaration:): Rule re-arrange so that
6759         `interface_body:' is reduced after the current interface is
6760         pushed.
6762 2000-03-26  Tom Tromey  <tromey@cygnus.com>
6764         * jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each
6765         Java-specific `-f' option.
6767 2000-03-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6769         * decl.c (init_decl_processing): Only call initialize_sizetypes once.
6770         Adjust order of making types.
6771         Make bitsize_*_node values.
6773 2000-03-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6775         * class.c (make_field_value): Use byte_position.
6776         * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
6777         (java_array_data_offset): Likewise.
6778         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Add case to
6779         bzero call.
6781 2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6783         * parse.y (check_abstract_method_definitions): New local
6784         `end_type_reached'. Make sure we also consider `end_type'.
6785         (java_check_abstract_method_definitions): Make sure we eventually
6786         consider `java.lang.Object'.
6787         (maybe_use_access_method): Don't use access method if not in the
6788         context of a pure inner class or if the method's context is right.
6789         (find_applicable_accessible_methods_list): New static flag
6790         `object_done'. Don't search abstract classes as interfaces. Fixed
6791         indentation. Fixed the `java.lang.Object' only search. Search
6792         class interface(s) first, then fully search enclosing contexts.
6793         (find_most_specific_methods_list): Pick the closest candidate when
6794         they're all abstract.
6796 2000-03-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6798         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
6799         properly initialize `finished_label'. Don't emit gotos for empty
6800         try statements.
6802 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6804         * except.c (emit_handlers): Clear catch_clauses_last.
6806 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6808         * parse.y (check_method_types_complete): New function.
6809         (create_class): Reset anonymous class counter only when seeing an
6810         non inner classe.
6811         (java_complete_class): JDEP_METHOD: Don't recompute signature
6812         if incomplete.
6814 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6816         * class.c (build_static_ref): Fixed indentation in comment.
6817         * java-tree.def (TRY_EXPR): Fixed typo in name.
6818         (CLASS_LITERAL): Likewise.
6819         * java-tree.h: (TYPE_DOT_CLASS): New macro.
6820         (struct lang_type): New field `dot_class'.
6821         * jcf-write.c (generate_bytecode_insns): Fixed error message.
6822         (generate_classfile): Method `class$' is synthetic.
6823         * parse.y (build_do_class_method): New function.
6824         (build_dot_class_method_invocation): Likewise.
6825         (java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
6826         (resolve_qualified_expression_name): Handle CLASS_LITERAL.
6827         (qualify_ambiguous_name): Likewise.
6828         (patch_incomplete_class_ref): Invoke synthetic method if necessary.
6829         (build_try_statement): Fixed leading comment.
6831 2000-03-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6833         * class.c (make_field_value): Properly handle sizes.
6834         (get_dispatch_vector): Use tree_low_cst and host_integerp.
6835         (layout_class_method): Count using trees.
6836         * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
6837         * expr.c (java_array_data_offset): Use int_bit_position.
6838         (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
6839         (build_invokevirtual): Use tree_low_cst and do computations with trees.
6841 2000-03-16  Tom Tromey  <tromey@cygnus.com>
6843         * lang.c (flag_hash_synchronization): New global.
6844         (lang_f_options): Added `hash-synchronization'.
6845         * lang-options.h: Mention -fhash-synchronization.
6846         * java-tree.h (flag_hash_synchronization): Declare.
6847         * expr.c (java_lang_expand_expr): Only push `sync_info' value when
6848         hash table synchronization is disabled.
6849         * decl.c (init_decl_processing): Only push `sync_info' value when
6850         hash table synchronization is disabled.
6851         * class.c (make_class_data): Only push `sync_info' field when hash
6852         table synchronization is disabled.  Removed dead code.
6854 2000-03-16  Tom Tromey  <tromey@cygnus.com>
6856         * lang.c (lang_decode_option): Enable -Wunused when -Wall given.
6858 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6860         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
6861         classes.
6862         * parse.y (patch_method_invocation): Handle anonymous classes
6863         creation in static context.
6865 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6867         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
6868         * parse.y (resolve_qualified_expression_name): Use it.
6869         (patch_method_invocation): Likewise.
6871 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6873         * parse.y (register_incomplete_type): JDEP_ENCLOSING set
6874         depending on the type of dependency which dictates what the
6875         current class is.
6876         (unresolved_type_p): Resolved types limited to the current class.
6878 2000-03-15  Tom Tromey  <tromey@cygnus.com>
6880         * decl.c (init_decl_processing): Set type of `sync_info' to be
6881         pointer to Object.
6883         * boehm.c (get_boehm_type_descriptor): Correctly compute `bits'.
6884         Correctly compute bit number for current slot.  Zero `high' and
6885         `low' in DS_LENGTH case.  Don't skip inherited fields.  Use
6886         mark_reference_fields.
6887         (mark_reference_fields): New function.
6889 2000-03-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6891         * parse.y (register_incomplete_type): Fixed initialization of
6892         JDEP_ENCLOSING.
6894 2000-02-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6896         * parse-scan.y (inner_qualifier, inner_qualifier_length): New
6897         static globals.
6898         (push_class_context, pop_class_context): New function.
6899         (class_body:): Call pop_class_context.
6900         (interface_body:): Likewise.
6901         (INNER_QUALIFIER): New macro.
6902         (report_class_declaration): Changed output format and use
6903         INNER_QUALIFIER. Call push_class_context.
6905 2000-02-14  Andrew Haley  <aph@cygnus.com>
6907         * check-init.c (check_init): Add new cases for unary and binary
6908         tree nodes.
6910 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6912         * parse.y (resolve_package): Set `next' once a type name has been
6913         progressively discovered.
6914         (resolve_qualified_expression_name): Propagate resolution only if
6915         there are remaining qualifiers. Take into account `q' might have
6916         been cleared after re-qualification.
6917         * parse.y (patch_method_invocation): New local `resolved'.
6918         Section dealing with qualified expression rewritten to use
6919         resolve_field_access.
6921 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6923         * parse.h (PUSH_CPC): Fixed indentation.
6924         (DEBUG_CPC): New macro.
6925         (SET_CPC_INITIALIZER_STMT, SET_CPC_STATIC_INITIALIZER_STMT,
6926         SET_CPC_INSTANCE_INITIALIZER_STMT): New macros.
6927         * parse.y (class_body_declaration:): Use
6928         SET_CPC_INSTANCE_INITIALIZER_STMT.
6929         (method_declaration:): Check for null current_function_decl.
6930         (static_initializer:): Use SET_CPC_STATIC_INITIALIZER_STMT.
6931         (java_parser_context_pop_initialized_field): Better handling of
6932         empty lists.
6933         (maybe_make_nested_class_name): Mark nested class name as
6934         qualified when necessary.
6935         (end_class_declaration): Don't call java_parse_context_resume when
6936         one or more error occurred.
6937         (add_inner_class_fields): Use SET_CPC_INITIALIZER_STMT.
6938         (register_fields): Use SET_CPC_STATIC_INITIALIZER_STMT and
6939         SET_CPC_INITIALIZER_STMT.
6940         (method_header): Check for inner classes declaring static methods.
6941         (resolve_qualified_expression_name): Handle situation where `this'
6942         is implied.
6944 2000-03-13  Hans Boehm <boehm@acm.org>
6946         * typeck.c (build_prim_array_type): Correctly set the high word too.
6948 2000-03-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6950         * parse.y (java_complete_expand_methods): Leave <clinit> out of
6951         ordinary methods.
6952         (maybe_generate_pre_expand_clinit): Put <clinit> at the end of the
6953         list of methods for interfaces.
6955 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6957         * parse.y (qualify_ambiguous_name): Properly handle expressions
6958         using `null'.
6960 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6962         * parse.y (check_final_assignment): Extended to process
6963         COMPOUND_EXPR.
6964         (patch_assignment): Have check_final_assignment called only once.
6966 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6968         * java-tree.h (IS_INIT_CHECKED): New flag.
6969         * check-init.c (check_init): Test and set IS_INIT_CHECKED.
6970         * parse.y (patch_string): Call force_evaluation_order on the
6971         completed string concatenation tree.
6972         * expr.c (force_evaluation_order): Call force_evaluation_order on
6973         function's arguments too.
6975 2000-03-06  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6977         * decl.c (emit_init_test_initialization): Mark KEY as unused.
6978         * expr.c (build_newarray): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6979         (build_anewarray): Likewise.
6980         * parse.y (patch_newarray): Likewise.
6981         * parse.c: Regenerated.
6983 2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
6985         * decl.c (init_decl_processing): Added new class fields `depth',
6986         `ancestors', and `idt' to class_type_node. Use
6987         _Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
6988         * class.c (make_class_data): Push initial values for new fields.
6989         * java-tree.h: Updated prototype for `build_invokeinterface'.
6990         * expr.c (build_invokeinterface): Changed parameters to accept
6991         `method' tree. Calculate index of `method' in its declaring
6992         interface. Build call to _Jv_LookupInterfaceMethodIdx.
6993         (expand_invoke): Call `build_invokeinterface' with new parameters.
6994         * parse.y (patch_invoke): Call `build_invokeinterface' with new
6995         parameters.
6997 2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
6999         * typeck.c (lookup_do): Search superinterfaces first
7000         when looking up an interface method. From Godmar Back
7001         <gback@cs.utah.edu>
7003 2000-03-06  Tom Tromey  <tromey@cygnus.com>
7005         * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
7007 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7009         * java-tree.h (lookup_argument_method2): Declared.
7010         (safe_layout_class): Prototype moved from parse.h.
7011         * parse.h (safe_layout_class): Prototype moved to java-tree.h.
7012         * parse.y (java_check_regular_methods): Local `super_class' gone.
7013         Call lookup_argument_method2 instead of lookup_argument_method.
7014         Perform modifier match for methods found declared in implemented
7015         interfaces. Fixed indentation problem. Overriding/hiding error
7016         report to take place only for methods found in classes.
7017         * typeck.c (lookup_argument_method): Changed leading
7018         comment. Re-written by calling lookup_do.
7019         (lookup_argument_method2): New function.
7020         (lookup_java_method): Re-written by calling lookup_do.
7021         (lookup_do): New function.
7023 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7025         * check-init.c (check_init): Removed dead code. Handle (blank)
7026         final variables.
7027         * parse.y (declare_local_variables): New local `final_p', set it
7028         and use it to initialize LOCAL_FINAL.
7029         (check_final_assignment): Only check FIELD_DECLs.
7031 2000-02-17  Tom Tromey  <tromey@cygnus.com>
7033         * Makefile.in (JAVA_OBJS): Added boehm.o.
7034         (boehm.o): New target.
7035         * Make-lang.in (JAVA_SRCS): Added boehm.c.
7036         * java-tree.h (flag_use_boehm_gc): Declare.
7037         (get_boehm_type_descriptor): Declare.
7038         * lang.c (lang_f_options): Added `use-boehm-gc'.
7039         (flag_use_boehm_gc): New global.
7040         * lang-options.h: Added -fuse-boehm-gc.
7041         * boehm.c: New file.
7042         * class.c (get_dispatch_table): If class uses a Boehm type
7043         descriptor, put it in the vtable.
7044         (make_class_data): Removed dead code.
7046 2000-03-03  Per Bothner  <per@bothner.com>
7048         * decl.c (init_decl_processing):  Initialize sizetype properly.
7050 2000-03-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7052         * java-tree.h (LOCAL_CLASS_P): New flag usage and macro.
7053         (PURE_INNER_CLASS_DECL_P, PURE_INNER_CLASS_TYPE_P): New macros.
7054         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
7055         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Likewise.
7056         (jcf_parse): New local `current'. Load innerclasses seen in outer
7057         context being processed.
7058         * jcf-reader.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
7059         * jcf-write.c (append_innerclasses_attribute): New function.
7060         (append_innerclasses_attribute_entry): Likewise.
7061         (get_access_flags): Handle static classes. Set anonymous and local
7062         classes to be private.
7063         (generate_classfile): Attribute count adjusted. Call
7064         append_innerclasses_attribute.
7065         * parse.h (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use
7066         PURE_INNER_CLASS_TYPE_P.
7067         * parse.y (parser_qualified_classname): New parameter `is_static',
7068         produce non qualified name accordingly.
7069         (block_statement:): Set LOCAL_CLASS_P when declaring local class.
7070         (create_interface): Added argument to parser_qualified_classname.
7071         (create_class): Added argument to parser_qualified_classname. Setup
7072         alias for top level classes. Use PURE_INNER_CLASS_DECP_P.
7073         (add_inner_class_fields): Fixed indentation.
7074         (method_declarator): Use PURE_INNER_CLASS_DECP_P.
7075         (method_declarator): Fixed typo in comment.
7076         (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
7077         (build_current_thisn): Likewise.
7078         (patch_method_invocation): Likewise.
7080 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7082         * decl.c (current_function_decl): Move to toplev.c.
7084 2000-02-28  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7086         * java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
7087         (DECL_BIT_INDEX): Use underlying representation.
7088         * parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
7090 2000-02-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7092         * expr.c (build_java_ret): Pass proper type to size_binop.
7094 2000-02-25  Anthony Green  <green@cygnus.com>
7096         * expr.c (build_class_init): Mark the decl to be ignored by
7097         check_init.
7098         * java-tree.h (DECL_BIT_INDEX): Move definition from check-init.c
7099         * check-init.c: Move DECL_BIT_INDEX to java-tree.h
7100         * class.c (init_test_hash_newfunc): New function.
7101         (decl_hash): New function.
7102         (decl_compare): New function.
7103         * decl.c (emit_init_test_initialization): New function.
7104         (complete_start_java_method): Traverse the init test hashtable,
7105         calling emit_init_test_initialization.
7106         (always_initialize_class_p): Define.
7107         * expr.c (build_class_init): Use initialization tests when
7108         emitting class initialization code.
7109         (always_initialize_class_p): Declare.
7110         * jcf-parse.c (parse_class_file): Set always_initialize_class_p to
7111         1.
7112         * java-tree.h: Include hash.h.
7113         (DECL_FUNCTION_INIT_TEST_TABLE): Define.
7114         (struct lang_decl): Add init_test_table field.
7115         (init_test_hash_entry): Define.
7117 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7119         * gjavah.c (main): Avoid using `argi' to report unimplemented
7120         options.
7122 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7124         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
7125         initialize locals to avoid warnings. Local `exception_type' moved
7126         into if statement.
7128 2000-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7130         * parse.y (resolve_expression_name): Use `orig' as a second
7131         argument to resolve_field_access.
7132         (resolve_field_access): Removed unnecessary code when dealing with
7133         static fields.
7135 2000-02-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7137         * class.c (push_super_field): Don't push the field twice.
7138         * jcf-parse.c (parse_source_file): Call java_reorder_fields.
7139         * parse.h (java_reorder_fields): Prototyped.
7140         * parse.y (java_reorder_fields): New function.
7141         (java_layout_class): Simplified not to worry about re-ordering.
7143 2000-02-23  Tom Tromey  <tromey@cygnus.com>
7145         * gjavah.c (print_name): In JNI case, correctly quote string.
7146         (print_method_info): Don't handle overrides in JNI mode.
7148 2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7150         * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
7151         value type set to `boolean_type_node'.
7153 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
7155         * jcf-dump.c (main): Test for correct condition after
7156         output file creation.
7158 2000-02-19  Anthony Green  <green@cygnus.com>
7160         * jcf-depend.c (add_entry): Fix test for first list entry.
7162 2000-02-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7164         * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
7165         * constants.c (build_constants_constructor): Likewise.
7167 2000-02-19  Anthony Green  <green@cygnus.com>
7169         * jcf-depend.c (add_entry): Add entries to the end of the list.
7171 1999-11-03  Pekka Nikander  <pekka.nikander@hut.fi>
7173         * decl.c (INT_TYPE_SIZE): Define if necessary.
7174         (expand_java_return): Handle the case of a native integer smaller
7175         than a JVM integer.
7177 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7179         * gjavah.c (help): Use GCCBUGURL.
7180         * jv-scan.c (help): Likewise.
7181         * jcf-dump.c (help): Likewise.
7183 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7185         * jcf-write.c (generate_bytecode_insns): Don't generate empty
7186         `finally' clauses.
7188 2000-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7190         * jcf-parse.c (load_class): Call `fatal' if no file containing
7191         the target class are found.
7193 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
7195         * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
7196         lex.c, lex.h, and PARSE_H to...
7197         (parse.o, parse-scan.o): ...here, respectively.
7199         * lex.c: Split out code that may trigger SIGFPE from yylex()
7200         to its own function.
7201         * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value.
7203 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7205         * Make-lang.in (jvspec.o): Depend on $(GCC_H), not gcc.h.
7207 2000-02-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7209         * parse.y (outer_field_access_p): Stop in time when outer contexts
7210         are exhausted.
7211         (resolve_qualified_expression_name): Properly qualify *everything*
7212         after a package.type to be resoled as expression names.
7213         (find_applicable_accessible_methods_list): Save/restore `class' to
7214         isolate it from a possible outer context search.
7216 2000-02-15  Tom Tromey  <tromey@cygnus.com>
7218         * gjavah.c (jni_print_char): New function.
7219         (print_full_cxx_name): Use it.
7220         (decode_signature_piece): Likewise.
7221         (print_cxx_classname): Likewise.
7223 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7225         * Makefile.in (jv-scan, jcf-dump, gcjh): Depend on and link with
7226         version.o.
7227         (jcf-dump.o, gjavah.o, jv-scan.o): Depend on version.h.
7229         * gjavah.c: Include version.h.
7231         * jcf-dump.c: Likewise.
7233         * jv-scan.c: Likewise.
7235 2000-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7237         * parse.y (outer_field_access_fix): First parameter now a tree
7238         node. Check for assignement to final. First argument to
7239         build_outer_field_access_fix modified to accommodate prototype.
7240         (build_outer_field_access): Don't check for assignment to final
7241         here.
7242         (java_complete_lhs): MODIFY_EXPR case: Check for `error_mark_node'
7243         possibly returned by outer_field_access_fix. Changed
7244         outer_field_access_fix's first argument.
7245         (check_final_assignment): $finit$'s context is OK.
7246         (patch_unaryop): Use node instead of its line/column value when
7247         calling outer_field_access_fix.
7249 2000-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7251         * parse.y (interface_declaration:): No longer tagged
7252         <node>. Re-installed default action.
7253         (class_member_declaration:): Handle inner interfaces.
7254         (interface_member_declaration): Handle inner interfaces and
7255         classes.
7256         (create_interface): Push error if one seen. Suspend parsing
7257         context when processing an inner interface.
7258         (register_fields): Inner class static field limitations not to
7259         apply to inner interfaces.
7261 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7263         * jcf-parse.c (load_class): Update `java_error_count' when a
7264         class' file can't be found.
7265         (parse.y): Avoid (byte)code generation when errors seen.
7267 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7269         * parse.y (java_complete_lhs): Handle TRUNC_DIV_EXPR. Ensure `fatal'
7270         decodes a valid node.
7271         (patch_binop): Handle TRUNC_DIV_EXPR.
7273 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7275         * parse.y (resolve_package): New local `acc'. Try to progressively
7276         build and guess a package and type name.
7278 2000-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7280         * parse.y (find_applicable_accessible_methods_list): Load and
7281         layout the search class if necessary.
7282         (java_complete_tree): Keep to original type of the folded initial
7283         value.
7285 2000-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7287         * class.c (layout_class): Set and test CLASS_BEING_LAIDOUT.
7288         Generate error message if circularity is detected. New static
7289         local `list'.
7290         * java-tree.h (CLASS_BEING_LAIDOUT): New flag usage, new macro.  *
7291         * jcf-write.c (generate_bytecode_insns): Very simply handle
7292         SAVE_EXPR.
7293         * parse.y (java_check_circular_reference): Use
7294         `cyclic_inheritance_report' during report, if necessary.
7295         (java_complete_lhs): fixed comment with `THROW_EXPR:' case. Avoid
7296         walking NEW_ARRAY_INIT twice.
7298 2000-02-09  Tom Tromey  <tromey@cygnus.com>
7300         * parse.y (check_class_interface_creation): Allow inner classes to
7301         be `private' or `protected', check modifiers' consistency. Prevent
7302         block local classes from bearing any modifiers.
7304 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7306         * except.c (check_start_handlers): Re-add prototype lost in last
7307         patch.
7308         (maybe_start_try): Remove excess argument to `check_start_handlers'.
7310 2000-02-09  Andrew Haley  <aph@cygnus.com>
7312         * decl.c (clear_binding_level): Remove excess initializer.
7313         (maybe_poplevels): Remove unused variable.
7314         (force_poplevels): Ditto.
7315         (struct binding_level): Add comment.
7317 2000-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7319         * jcf-write.c (generate_classfile): Don't consider
7320         pre-initialization with reference value (use <clinit> instead.)
7321         * parse.y (java_fix_constructors): No generated constructor for
7322         interfaces.
7323         (build_outer_field_access): Removed debug message.
7324         (outer_field_expanded_access_p): Adapted to bytecode generation.
7325         (build_outer_field_access_method): Use fix_method_argument_names.
7326         (build_outer_method_access_method): Fixed indentation. Added
7327         comment. Handle access method generation for static and also void
7328         methods.
7329         (build_access_to_thisn): Inserted debug message.
7330         (maybe_build_thisn_access_method): Use fix_method_argument_names.
7331         (resolve_qualified_expression_name): Fixed comment.
7332         (not_accessible_p): Adapted to bytecode generation. Added comment.
7333         (patch_method_invocation): Added comment.
7334         (maybe_use_access_method): Fixed leading comment. Handle static
7335         methods.
7336         (java_complete_lhs): Don't shortcut handling of initialized upon
7337         declaration String type static fields when generating bytecode.
7338         (patch_unaryop): Handle outer field access when generating
7339         bytecode.
7341 2000-02-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7343         * java-tree.h (FIELD_THISN): New macro.
7344         * jcf-write.c (append_synthetic_attribute): New function.
7345         (generate_classfile): Set "Synthetic" attribute on this$<n>,
7346         val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
7347         * parse.y (add_inner_class_fields): Set FIELD_THISN for created
7348         this$<n> fields.
7349         (build_outer_field_access): Turned on access functions usage and
7350         generation when compiling to bytecode.
7351         (maybe_use_access_method): Likewise.
7353 2000-01-25  Andrew Haley  <aph@cygnus.com>
7355         * java-except.h (struct eh_range): Add `expanded' field.
7356         (maybe_start_try): Add end_pc arg.
7357         (maybe_end_try): Ditto.
7358         * java-tree.h (force_poplevels): new function.
7359         * expr.c (expand_byte_code): Don't call maybe_start_try or
7360         maybe_end_try.
7361         * except.c (add_handler): Reset expanded.
7362         (expand_start_java_handler): Set expanded.
7363         (check_start_handlers): Don't expand a start handler that's
7364         already been expanded.
7365         (maybe_start_try): Add end_pc arg.  Only expand a handler which
7366         ends after end_pc.
7367         (expand_end_java_handler): call force_poplevels.
7368         (force_poplevels): new function.
7369         * decl.c (binding_level): Add start_pc of binding level.
7370         (maybe_pushlevels): Call maybe_start_try when pushing binding
7371         levels.
7372         (maybe_poplevels): Call maybe_end_try when popping binding levels.
7373         (LARGEST_PC): Define.
7374         (clear_binding_level): Use LARGEST_PC.
7376         * java-tree.h (DEBUG_JAVA_BINDING_LEVELS): new define.
7377         * decl.c (DEBUG_JAVA_BINDING_LEVELS): new define.
7378         (binding_depth, is_class_level, current_pc): new variables.
7379         (struct binding_level): ditto.
7380         (indent): new function.
7381         (push_jvm_slot): add debugging info.
7382         (maybe_pushlevels): ditto.
7383         (maybe_poplevels): ditto.
7384         (pushlevel): ditto.
7385         (poplevel): ditto.
7386         (start_java_method): ditto.
7387         (give_name_to_locals): comment only.
7388         * except.c (binding_depth, is_class_level, current_pc):
7389         new variables.
7390         (expand_start_java_handler): add debugging info.
7391         (expand_end_java_handler): ditto.
7393 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7395         * gjavah.c (overloaded_jni_method_exists_p): Add prototype.
7396         (print_name_for_stub_or_jni, process_file): Constify a char*.
7398 2000-02-03  Tom Tromey  <tromey@cygnus.com>
7400         * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
7402 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
7404         * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
7405         assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is
7406         defined to be 1.
7408 2000-02-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7410         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): New tree code.
7411         * java-tree.h (TYPE_II_STMT_LIST): New macro.
7412         (struct lang_type): New field `ii_block'.
7413         * lex.c (java_init_lex): Use CPC_INITIALIZER_LIST,
7414         CPC_STATIC_INITIALIZER_LIST and CPC_INSTANCE_INITIALIZER_LIST.
7415         * parse.h (struct parser_ctxt): New field `instance_initializers'.
7416         (CPC_INITIALIZER_LIST, CPC_STATIC_INITIALIZER_LIST,
7417         CPC_INSTANCE_INITIALIZER_LIST, CPC_INITIALIZER_STMT,
7418         CPC_STATIC_INITIALIZER_STMT, CPC_INSTANCE_INITIALIZER_STMT): New
7419         macros.
7420         * parse.y (add_instance_initializer): New function.
7421         (in_instance_initializer): New static global.
7422         (class_body_declaration:): Link instance initializer block.
7423         (static_initializer:): Use CPC_STATIC_INITIALIZER_STMT.
7424         (array_creation_expression:): Remove unused local.
7425         (java_parser_context_push_initialized_field): Fixed leading
7426         comment. Use CPC_STATIC_INITIALIZER_LIST, CPC_INITIALIZER_LIST and
7427         CPC_INSTANCE_INITIALIZER_LIST.
7428         (java_parser_context_pop_initialized_field): Likewise.
7429         (add_inner_class_fields): Use CPC_INITIALIZER_STMT.
7430         (register_fields): Use CPC_STATIC_INITIALIZER_STMT and
7431         CPC_INITIALIZER_STMT.
7432         (fix_constructors): New local `class_type'. Use it. Call
7433         add_instance_initializer.
7434         (java_complete_lhs): New case INSTANCE_INITIALIZERS_EXPR.
7435         (patch_return): Forbid return in instance initializers.
7436         (patch_throw_statement): Enforce exception handling in the context
7437         of instance initializers.
7439 2000-02-03  Tom Tromey  <tromey@cygnus.com>
7441         * Make-lang.in (java.mostlyclean): Remove executables in
7442         `mostlyclean'.
7444 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
7446         * gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
7447         HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
7448         (java_float_finite): Convert to use union Word from javaop.h.
7449         (java_double_finite): Convert to use union DWord from javaop.h.
7451 2000-02-02  Tom Tromey  <tromey@cygnus.com>
7453         * gjavah.c (options): Added `jni' entry.
7454         (help): Document -jni.
7455         (flag_jni): New global.
7456         (process_file): Handle JNI output.  Don't print text from
7457         -prepend, -add, etc, when generating stubs.  Only remove `.class'
7458         suffix if it actually exists.
7459         (main): Create a `.c' file when run with `--jni --stubs'.  Create
7460         correct output file name with `--jni'.
7461         (print_include): Mangle header name differently in JNI case.
7462         (HANDLE_METHOD): In JNI mode, call print_method_info to generate
7463         method list.
7464         (print_method_info): Handle JNI case.  Put signature info into
7465         method name.  Handle case when STREAM is NULL.
7466         (print_name_for_stub_or_jni): New function.
7467         (print_stub_or_jni): Renamed from `print_stub'.  Handle JNI.
7468         (print_cxx_classname): Handle JNI.
7469         (print_full_cxx_name): Likewise.
7470         (decode_signature_piece): Likewise.
7471         (overloaded_jni_method_exists_p): New function.
7472         (struct method_name): Added `signature' and `sig_length' fields.
7473         (HANDLE_END_FIELD): Do nothing in JNI mode.
7475 2000-02-02  Tom Tromey  <tromey@cygnus.com>
7477         * jv-scan.c: Include version.c, <getopt.h>.
7478         (LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
7479         (options): New array.
7480         (usage): New function.
7481         (version): New function.
7482         (main): Use getopt_long to parse command line.
7483         * jcf-dump.c: Include version.c, <getopt.h>.
7484         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
7485         OPT_JAVAP): New macros.
7486         (options): New array.
7487         (usage): Return `void'.  Changed message.
7488         (help): New function.
7489         (version): New function.
7490         (main): Use getopt_long_only to parse command line.
7491         * gjavah.c: Include <getopt.h>.
7492         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
7493         OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
7494         OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
7495         (options): New array.
7496         (java_no_argument): Removed.
7497         (help): Updated with missing options.
7498         (main): Use getopt_long_only to parse command line.
7499         (usage): Changed message.
7501 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7503         * java-tree.def (NEW_ANONYMOUS_ARRAY_EXPR): New tree code.
7504         * parse.h (ANONYMOUS_ARRAY_BASE_TYPE, ANONYMOUS_ARRAY_DIMS_SIG,
7505         ANONYMOUS_ARRAY_INITIALIZER): New access macros.
7506         * parse.y (array_creation_expression:): Handle anonymous arrays.
7507         (build_array_from_name): Don't set `ret_name' if null.
7508         (resolve_qualified_expression_name): New case NEW_ANONYMOUS_ARRAY_EXPR.
7509         (qualify_ambiguous_name): Likewise.
7510         (java_complete_expand_class): Likewise.
7512 2000-02-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7514         * java-tree.def (SYNCHRONIZED_EXPR): Fixed typo.
7515         * parse.h (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): New macro.
7516         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STR): Likewise.
7517         (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use DECL_FINIT_P.
7518         (AIPL_FUNCTION_FINIT_INVOCATION): Replaces
7519         AIPL_FUNCTION_COMPLETED_INVOCATION.
7520         (AIPL_FUNCTION_CTOR_INVOCATION): Replaces
7521         AIPL_FUNCTION_INVOCATION_READY.
7522         (AIPL_FUNCTION_DECLARATION): New enum entry.
7523         * parse.y (reorder_static_initialized): New function.
7524         (java_parser_context_pop_initialized_field): Use it.
7525         (add_inner_class_fields): Use
7526         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID. Comment
7527         augmented. Install marker after last alias initializer, if any.
7528         (generate_finit): Fixed typo. Don't try to retain only the used
7529         fields.
7530         (method_header): Compute and set DECL_FUNCTION_NAP.
7531         (method_declarator): Fixed comment. Insert alias initializer in
7532         parameter list.
7533         (build_alias_initializer_parameter_list): Fixed leading
7534         comment. New case for AIPL_FUNCTION_DECLARATION. Old enum value
7535         replaced by new ones. Use MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID.
7536         (java_complete_expand_class): Code to retain only used aliases
7537         removed.
7538         (java_complete_expand_methods): New local `first_decl'. Generate
7539         $finit$ first, then expand the constructors, regular methods and
7540         <clinit>.
7541         (java_complete_expand_method): Don't report error on missing
7542         return statement if previously detected bogus.
7543         (fix_constructors): Don't patch constructor parameters list.
7544         (patch_method_invocation): Use new AIPL enum values. Reverse
7545         alias initializer list for anonymous classes.
7547 2000-01-30  Anthony Green  <green@redhat.com>
7549         * jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to
7550         determine how many stack slots to pop.
7552 2000-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7554         * parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
7555         error handling/recovery.
7556         * java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
7558 2000-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7560         * java-tree.h (ARG_FINAL_P, FIELD_LOCAL_ALIAS,
7561         FIELD_LOCAL_ALIAS_USED): New macros.
7562         (DECL_FUNCTION_NAP): New macro.
7563         (struct lang_decl): New field `nap'.
7564         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST): New macros.
7565         (struct lang_type): New fields `finit_stmt_list' and
7566         `clinit_stmt_list'.
7567         (CLASS_HAS_FINIT_P): Defined using TYPE_FINIT_STMT_LIST.
7568         * parse.h (MANGLE_OUTER_LOCAL_VARIABLE_NAME): New macro.
7569         (SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
7570         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP): New macros.
7571         (AIPL_FUNCTION_CREATION, AIPL_FUNCTION_COMPLETED_INVOCATION,
7572         AIPL_FUNCTION_INVOCATION_READY): New enum fields.
7573         (BUILD_THROW): Macro line separator re-indented.
7574         * parse.y (end_class_declaration): New function.
7575         (maybe_generate_pre_expand_clinit): New name for
7576         java_pre_expand_clinit. Create <clinit> off TYPE_CLINIT_STMT_LIST,
7577         pre-expand static fields.
7578         (maybe_generate_clinit): Function deleted.
7579         (check_for_static_method_reference): Prototype's parameter list
7580         indented.
7581         (generate_finit): New name for maybe_generate_finit. Changed
7582         leading comment. Function rewritten to use
7583         TYPE_FINIT_STMT_LIST. Call build_alias_initializer_parameter_list.
7584         (build_alias_initializer_parameter_list): New function.
7585         (java_parser_context_pop_initialized_field): Likewise.
7586         (add_inner_class_fields): Likewise.
7587         (type_declaration:): Call end_class_declaration.
7588         (class_member_declaration:): Likewise.
7589         (formal_parameter_list:): Fixed typos.
7590         (formal_parameter:): Use ARG_FINAL_P to mark created tree list
7591         element. Improved error handling.
7592         (block_statement:): Call end_class_declaration.
7593         (anonymous_class_creation:): Likewise.
7594         (create_anonymous_class): Fixed comments.
7595         (create_class): Call add_inner_class_fields.
7596         (register_fields): Set FIELD_LOCAL_ALIAS according to ARG_FINAL_P.
7597         (method_header): Use MARK_FINAL_PARMS.
7598         (finish_method_declaration): Use UNMARK_FINAL_PARMS.
7599         (method_declarator): Propagate final argument flag.
7600         (craft_constructor): New local `artificial'. Call
7601         build_alias_initializer_parameter_list. Use
7602         CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.
7603         (source_start_java_method): Mark parm decls with LOCAL_FINAL if
7604         necessary.
7605         (complete_expand_class): Get rid of unused outer context local
7606         alias fields.
7607         (java_complete_expand_methods): Fixed leading
7608         comment. Generate/pre-expand <clinit> first. Changed method
7609         expansion order to regular, $finit$, constructors, <clinit>.
7610         (java_complete_expand_method): Set current_function_decl.
7611         (fix_constructors): Fix constructor parameter list to account for
7612         outer context local alias initializers.
7613         (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
7614         (resolve_expression_name): Lookup outer context local aliases. New
7615         local `access', use it.
7616         (patch_method_invocation): Patch inner class ctor invocation with
7617         outer context local aliases initialization values. $finit$
7618         invocation patching now includes things generated with
7619         build_alias_initializer_parameter_list.
7620         (argument_types_convertible): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
7621         (build_super_invocation): Likewise.
7622         (patch_assignment): Changed comment.
7624 2000-01-27  Andrew Haley  <aph@cygnus.com>
7626         * jcf-write.c (emit_goto): RESERVE 3 bytes for insn.
7627         (emit_if): Ditto.
7628         (emit_jsr): Ditto.
7630 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7632         * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
7633         concatenation.
7634         (OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.
7636         * parse.y (register_fields): Don't pass a format specifier to
7637         OBSOLETE_MODIFIER_WARNING.
7638         (check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
7639         instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
7640         specifier.
7641         (check_modifiers): Change function into a macro.
7642         (check_class_interface_creation): Pass a literal format string.
7644 2000-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7646         * buffer.h: PROTO -> PARAMS.
7647         * check-init.c: Likewise.
7648         * class.c: Likewise.
7649         * constants.c: Likewise.
7650         * convert.h: Likewise.
7651         * decl.c: Likewise.
7652         * except.c: Likewise.
7653         * expr.c: Likewise.
7654         * gjavah.c: Likewise.
7655         * java-except.h: Likewise.
7656         * java-tree.h: Likewise.
7657         * jcf-depend.c: Likewise.
7658         * jcf-dump.c: Likewise.
7659         * jcf-parse.c: Likewise.
7660         * jcf-path.c: Likewise.
7661         * jcf-reader.c: Likewise.
7662         * jcf-write.c: Likewise.
7663         * jcf.h: Likewise.
7664         * jv-scan.c: Likewise.
7665         * jvgenmain.c: Likewise.
7666         * jvspec.c: Likewise.
7667         * lang.c: Likewise.
7668         * lex.c: Likewise.
7669         * lex.h: Likewise.
7670         * parse-scan.y: Likewise.
7671         * parse.h: Likewise.
7672         * parse.y: Likewise.
7673         * typeck.c: Likewise.
7674         * verify.c: Likewise.
7675         * xref.c: Likewise.
7676         * xref.h: Likewise.
7677         * zextract.c: Likewise.
7678         * zipfile.h: Likewise.
7680 2000-01-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7682         * class.c (make_class): Use MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
7683         (is_compiled_class): Remove test on TYPE_LANG_SPECIFIC, use TYPE_JCF.
7684         * constants.c (build_constant_data_ref): Check for cached
7685         current_constant_pool_data_ref. Cache current_constant_pool_data_ref
7686         in TYPE_CPOOL_DATE_REF.
7687         * java-tree.h (TYPE_JCF, TYPE_CPOOL, TYPE_CPOOL_DATA_REF,
7688         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC:) New macros.
7689         (struct lang_type): New fields `cpool' and `cpool_data_ref'.
7690         (LOCAL_FINAL): New macro.
7691         * jcf-parse.c (init_outgoing_cpool): Always allocate new outgoing
7692         constant pool -- don't try to reuse.
7693         (parse_zip_file_entries): Use TYPE_JCF, don't lazily allocate
7694         TYPE_LANG_SPECIFIC.
7695         (find_in_current_zip): Use TYPE_JCF.
7696         * parse.h (java_check_final): Prototype removed.
7697         * parse.y (create_class): Reversed Jan 12, 2000 extra argument patch.
7698         (maybe_create_class_interface_decl,
7699         check_class_interface_creation): Likewise.
7700         (java_expand_finals): Function removed.
7701         (class_declaration:): Reversed Jan 12, 2000 extra argument patch.
7702         (block_statement:): Fixed comment.
7703         (anonymous_class_creation:): Likewise.
7704         (check_class_interface_creation): Reversed Jan 12, 2000 extra
7705         argument patch.
7706         (check_class_interface_creation): Loosened error report on (inner)
7707         public class declarations. CPC_INNER_P replaces GET_CPC_LIST.
7708         (link_nested_class_to_enclosing): Reversed Jan 12, 2000 patch.
7709         (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra
7710         argument patch.
7711         (create_interface): Likewise.
7712         (anonymous_class_counter): New static global.
7713         (create_anonymous_class): Reversed Jan 12, 2000 extra argument
7714         patch. Fixed comments.
7715         (create_class): Reversed Jan 12, 2000 extra argument patch. Reset
7716         anonymous_class_counter when declaring a toplevel class.
7717         (craft_constructor): Fixed constructor name when handling
7718         anonymous classes. Anonymous class constructors to feature hidden
7719         this$<n> parameter.
7720         (java_fix_constructors): Added comment.
7721         (java_check_final): Function removed.
7722         (java_complete_expand_methods): Fixed comment. Don't generate
7723         class data, save its outgoing constant pool instead.
7724         (verify_constructor_super): Skip anonymous class constructor
7725         hidden this$<n> parameter.
7726         (java_expand_classes): New local `saved_ctxp'. Removed call to
7727         java_expand_finals and java_check_final. Expand anonymous class
7728         constructors. Generate class data.
7729         (build_super_invocation): Skip anonymous class hidden this$<n>
7730         parameter.
7731         * typeck.c (build_java_signature): Use TYPE_SIGNATURE and
7732         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
7733         (set_java_signature): Likewise.
7735 2000-01-18  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
7737         * gjavah.c: Delete ACC_VISIBILITY define.
7738         * jcf.h: Add ACC_VISIBILITY define.
7739         * parse.y: final: rule tagged <value>.
7740         (java_check_regular_methods): Use ACC_VISIBILITY define for
7741         default package access check.
7742         (local_variable_declaration_statement): Use final: rule.
7744 2000-01-17  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
7746         * parse.y (format_parameter:): Use final: rule instead of modifiers:.
7747         (final:): New rule.
7749 2000-01-17  Tom Tromey  <tromey@cygnus.com>
7751         * gjavah.c (print_field_info): Allow non-static final fields.
7753 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7755         * parse.h (enum jdep_code): New entry `JDEP_ANONYMOUS'.
7756         * parse.y (patch_anonymous_class): New function.
7757         (create_anonymous_class): Register incomplete type when the
7758         class/interface to extends/implement isn't known yet.
7759         (parser_check_super_interface): Simplify argument to CLASS_INTERFACE.
7760         (verify_constructor_super): Tuned error message.
7762 2000-01-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7764         * java-tree.h (FOR_LOOP_P): Replaces IS_FOR_LOOP_P.
7765         (ANONYMOUS_CLASS_P): New macro.
7766         (TYPE_SIGNATURE, TYPE_JCF): New macros.
7767         (INNER_CLASS_TYPE_P): Fixed typo in leading comment.
7768         * parse.y (create_class): Added leading argument.
7769         (maybe_create_class_interface_decl,
7770         check_class_interface_creation): Likewise.
7771         (craft_constructor): New function.
7772         (verify_constructor_super): Added argument in prototype.
7773         (class_declaration:): Inserted leading argument.
7774         (for_begin:): Use FOR_LOOP_P.
7775         (anonymous_class_creation): Create WFL of the anonymous class to
7776         instantiate. Call build_new_invocation. Added comments.
7777         (check_class_interface_creation): Handle parameter `anonymous' in
7778         verbose mode class creation announce.
7779         (link_nested_class_to_enclosing): Exclude anonymous classes.
7780         (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on
7781         anonymous class, even though they appear to have an enclosing
7782         context.
7783         (create_interface): Pass extra argument to
7784         check_class_interface_creation.
7785         (create_anonymous_class): Set ANONYMOUS_CLASS_P to 1.
7786         (create_class): Call check_class_interface_creation and
7787         maybe_create_class_interface_decl with extra new argument. Don't
7788         add private this$<n> to anonymous classes.
7789         (method_declarator): Insert hidden this$<n> to anonymous class
7790         constructors.
7791         (java_fix_constructors): Deleted code creating default
7792         constructor. Call craft_constructor instead.
7793         (java_check_regular_methods): Set `saw_constructor' to 1 for
7794         anonymous classes.
7795         (fix_constructors): Pass extra argument to verify_constructor_super.
7796         (verify_constructor_super): New local `sdecl', use it. Search for
7797         matching constructor (possibly featuring arguments) in super
7798         class.
7799         (lookup_method_invoke): Craft constructor according to arguments
7800         list when dealing with anonymous class constructors.
7801         (build_super_invocation): Pass arguments to anonymous class super
7802         constructors.
7803         (search_loop): Use FOR_LOOP_P.
7804         (labeled_block_contains_loop_p): Likewise.
7806 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7808         * class.c (set_super_info): Set CLASS_STATIC when appropriate.
7809         (enclosing_context_p): New function.
7810         (get_access_flags_from_decl): Handle CLASS_STATIC.
7811         (maybe_layout_super_class): Extra first argument passed to
7812         do_resolve_class.
7813         (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
7814         ID_INIT_P.
7815         * decl.c (access0_identifier_node): New global.
7816         (init_decl_processing): access0_identifier_node initialized.
7817         (pushdecl): Set DECL_CONTEXT only on non type decls.
7818         * expr.c (lookup_field): Lookup inner class fields in enclosing
7819         contexts.
7820         (expand_invoke): Use ID_INIT_P.
7821         (expand_java_field_op): Use DECL_CLINIT_P.
7822         * java-tree.def (CLASS_LITERAL): New tree code.
7823         * java-tree.h (DECL_FUNCTION_ACCESS_DECL,
7824         DECL_FUNCTION_INNER_ACCESS, FIELD_INNER_ACCESS): New macros.
7825         (struct lang_decl): New field `inner_access'.
7826         (enclosing_context_p): Prototyped.
7827         (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
7828         ID_CLINIT_P): New macros.
7829         (CLASS_STATIC): New macro.
7830         (CLASS_ACCESS0_GENERATED_P): New macro.
7831         (OUTER_FIELD_ACCESS_IDENTIFIER_P, INNER_CLASS_DECL_P,
7832         TOPLEVEL_CLASS_DECL_P, INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
7833         INNER_CLASS_P): New macros.
7834         (DECL_INNER_CLASS_LIST): New macro.
7835         * jcf-parse.c (yyparse): Avoid the use of ANSI string
7836         concatenation.
7837         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
7838         the shift value to int. Fixed typo in comment.
7839         * lex.c (inst_id, wpv_id): Initialize.
7840         * mangle.c (unicode_mangling_length): Take `$' into account.
7841         * parse.h (DRECOVER, RECOVER): Terminate properly.
7842         (IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS): New macro.
7843         (typedef struct _jdep): New field `enclosing'.
7844         (JDEP_ENCLOSING): New macro.
7845         (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
7846         (struct parser_ctxt): New fields `marker_beginning', `marked_end'.
7847         (GET_CPC_LIST, CPC_INNER_P, GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE,
7848         GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
7849         GET_ENCLOSING_CPC_CONTEXT): New macros.
7850         (PUSH_CPC, PUSH_ERROR, POP_CPC): New macros.
7851         (do_resolve_class): Added extra argument in prototype.
7852         * parse.y (resolve_class): Added extra argument in prototype.
7853         (maybe_create_class_interface_decl): Likewise.
7854         (maybe_use_access_method, build_wfl_wrap): New functions.
7855         (java_complete_expand_classes, java_complete_expand_class):
7856         Likewise.
7857         (java_parser_context_push_initialized_field,
7858         java_parser_context_suspend, java_parser_context_resume):
7859         Likewise.
7860         (maybe_make_nested_class_name, make_nested_class_name,
7861         set_nested_class_simple_name_value,
7862         link_nested_class_to_enclosing, find_as_inner_class,
7863         find_as_inner_class_do, check_inner_class_redefinition,
7864         build_thisn_assign, build_current_thisn, build_access_to_thisn,
7865         maybe_build_thisn_access_method, build_outer_field_access,
7866         build_outer_field_access_methods, build_outer_field_access_expr,
7867         build_outer_method_access_method, build_new_access_id,
7868         build_outer_field_access_method, outer_field_access_p,
7869         outer_field_expanded_access_p, outer_field_access_fix,
7870         build_incomplete_class_ref, patch_incomplete_class_ref,
7871         create_anonymous_class): Likewise.
7872         (inst_id, wpv_id): New static global variables.
7873         (synchronized:): New rule, tagged <node>.
7874         (type_declaration:): No longer tagged <node>. Call POP_CPC in sub
7875         rules.
7876         (anonymous_class_creation:): New rule, tagged <node>.
7877         (NEW_TK): Tagged <node>.
7878         (type_literals, array_type_literal): New rules, tagged <node>.
7879         (class_declaration:): Removed action when reducing by class_body:
7880         (class_body:): Set DECL_END_SOURCE_LINE and rule's returned value
7881         using GET_CPC in sub-rules.
7882         (class_member_declaration): Handle inner classes.
7883         (method_declaration): When reducing method_header:, reset
7884         current_function_decl when appropriate.
7885         (method_declarator:): Set the number of formal parameter to 0 for
7886         method declared without arguments.
7887         (constructor_declarator:): Likewise.
7888         (static_initializer:): List of elements kept in a list.
7889         (static:): Rule modifiers: replaces MODIFIER_TK. Enforce correct
7890         use of the keyword `static' for type declarations.
7891         (block_statement:): Handle inner class declarations.
7892         (primary_no_new_array:): Use type_literals:. Fixed comment. Handle
7893         type qualified `this'.
7894         (class_instance_creation_expression): Use anonymous_class_creation:
7895         to handle inner class instances creation. Handle qualified `new'.
7896         (something_dot_new): Added appropriate actions.
7897         (create_new_parser_context): New function.
7898         (java_push_parser_context, java_parser_context_save_global,
7899         java_parser_context_suspend): Use create_new_parser_context.
7900         (check_modifiers): Changed leading comment.
7901         (check_class_interface_creation): Handle interclasses.
7902         (add_superinterfaces): Fixed comment.
7903         (create_interface): Build qualified name from the raw_name instead
7904         of its matching WFL. Push the initialized fields list. raw_name added
7905         as an extra argument to maybe_create_class_interface_decl.
7906         (create_class): Build qualified name from the raw_name instead of
7907         its matching WFL. Removed assignment to current_parsed_class_un.
7908         Call PUSH_ERROR before returning an error. Suspend the current
7909         parser context when processing an inner class. Push the
7910         initialized fields list. raw_name added as an extra argument to
7911         maybe_create_class_interface_decl. Add the private this$<n>
7912         field.
7913         (duplicate_declaration_error_p): Use GET_CPC when calling find_field.
7914         (register_fields): Get the class type from GET_CPC and handle
7915         previous errors.  Added code to handle the creation of static
7916         fields in inner classes. Initialized fields initialization
7917         statements kept in a list of lists.
7918         (maybe_generate_finit): Initialized fields initialization
7919         statements kept in a list of lists. Use GET_CPC.
7920         (maybe_generate_clinit): Likewise.
7921         (method_header): Use GET_CPC and GET_CPC_UN.
7922         (parser_qualified_classname): Handle inner classes.
7923         (register_incomplete_type): Set JDEP_ENCLOSING using GET_CPC.
7924         (java_fix_constructors): Hide pointer to enclosing context
7925         instance in constructor list when dealing with inner classes.
7926         (jdep_resolve_class): Call resolve_class with extra first argument
7927         JDEP_ENCLOSING.
7928         (resolve_class): Add enclosing context as a first extra argument
7929         to do_resolve_class.
7930         (do_resolve_class): Call find_as_inner_class. Handle WFLs
7931         properly.
7932         (resolve_no_layout): Extra argument added to resolve_class
7933         invocation.
7934         (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
7935         (java_get_real_method_name): Use GET_CPC_UN.
7936         (check_abstract_method_definitions): Use DECL_CLINIT_P.
7937         (java_check_abstract_methods): Handle static method declared in
7938         inner classes by an error.
7939         (java_check_regular_methods): Use DECL_CLINIT_P.
7940         (source_start_java_method): Also set DECL_MAX_LOCALS.
7941         (create_artificial_method): Call java_parser_context_save_global
7942         and java_parser_context_restore_global instead of saving/restoring
7943         the context by hand.
7944         (expand_start_java_method): Improved verbose mode message.
7945         (java_complete_expand_methods): Fixed leading comment. Use
7946         DECL_CLINIT_P.
7947         (fix_constructors): Added assignment to this$<n> if necessary.
7948         (java_expand_classes): Call java_complete_expand_classes instead
7949         of java_complete_expand_methods.
7950         (make_qualified_primary): Simplified.
7951         (merge_qualified_name): Optimized for missing left or right parts.
7952         (resolve_expression_name): Handle access to outer class fields from
7953         interclasses.
7954         (resolve_qualified_expression_name): New macro
7955         RESTORE_THIS_AND_CURRENT_CLASS, used. Handle creation of inner
7956         classes. Report error on non appropriate qualification of
7957         `new'. Handle qualified `this'.
7958         (not_accessible_p): Allow access to outer class private fields from
7959         inner classes.
7960         (patch_method_invocation): Handle method invocations through
7961         access methods and inner class constructor invocations.
7962         (find_applicable_accessible_methods_list): Search enclosing
7963         contexts of an inner class.
7964         (search_applicable_methods_list): Fixed typo.
7965         (argument_types_convertible): Handle inner class constructors'
7966         hidden outer context reference argument.
7967         (qualify_ambiguous_name): Handle qualified `this'.
7968         (java_complete_lhs): Handle use of field accessed through
7969         artificial access methods in various cases of assignments. Handle
7970         CLASS_LITERAL node.
7971         (check_final_assignment): Use DECL_CLINIT_P.
7972         (valid_ref_assignconv_cast_p): Handle the destination being an
7973         enclosing context of the source.
7974         (patch_unaryop): Handle use of field accessed through artificial
7975         access methods.
7976         (patch_return): Use DECL_CLINIT_P.
7977         (patch_throw_statement): Use DECL_CLINIT_P.
7978         (check_thrown_exceptions): Use DECL_FINIT_P and DECL_INIT_P.
7979         * verify.c (verify_jvm_instructions): Use ID_CLINIT_P and
7980         ID_INIT_P.
7982 2000-01-16  Anthony Green  <green@cygnus.com>
7984         * parse.y (build_string_concatenation): Only use
7985         StringBuffer(String) shortcut if String arg is constant.
7987 2000-01-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7989         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
7990         the shift value to int. Fixed typo in comment.
7992 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
7994         * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
7995         * jcf-write.c: Likewise.
7996         * parse.y: Likewise.
7997         * parse.c: Regenerate.
7999 2000-01-09  Anthony Green  <green@cygnus.com>
8001         * jcf-write.c (generate_bytecode_insns): Emit invokeinterface
8002         bytecodes in the correct order.
8004 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8006         * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
8008 2000-01-06  Anthony Green  <green@cygnus.com>
8010         * expr.c (java_lang_expand_expr): Switch to permanent obstack
8011         before building constant array decl.
8013 2000-01-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8015         * jcf-write.c (generate_bytecode_conditional): Fixed indentation in
8016         method invocation and typo in conditional expression.
8017         (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
8018         the appropriate NOTE_POP.
8019         * parse.y (patch_binop): Shift value mask to feature the right
8020         type.
8022 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8024         * class.c (assume_compiled, assume_compiled_node): Add static
8025         prototype.
8026         (add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
8028         * jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
8030         * jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
8032         * parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
8033         to `__modifier' to avoid stringifying it.
8035         * parse.y (verify_constructor_circularity): Don't call a variadic
8036         function with a non-literal format string.
8037         (java_check_abstract_methods): Move unreachable code inside
8038         `continue' statement.
8039         (lookup_method_invoke): Call xstrdup, not strdup.
8041         * expr.c (expand_java_field_op): Avoid the use of ANSI string
8042         concatenation.
8044         * jcf-parse.c (yyparse): Likewise.
8046         * jv-scan.c (main): Likewise.
8048 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8050         * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
8051         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
8052         ERROR_CAST_NEEDED_TO_INTEGRAL): Avoid the use of ANSI string
8053         concatenation.
8055         * parse.y (synchronized, variable_redefinition_error,
8056         check_class_interface_creation, create_interface, create_class,
8057         method_header, finish_method_declaration,
8058         check_modifiers_consistency, method_declarator,
8059         complete_class_report_errors, check_abstract_method_definitions,
8060         java_check_regular_methods, check_throws_clauses,
8061         java_check_abstract_methods, read_import_dir,
8062         check_pkg_class_access, declare_local_variables, fix_constructors,
8063         cut_identifier_in_qualified, resolve_expression_name,
8064         resolve_qualified_expression_name, patch_method_invocation,
8065         java_complete_lhs, patch_assignment, try_builtin_assignconv,
8066         patch_binop, patch_array_ref, patch_newarray, build_labeled_block,
8067         patch_exit_expr, patch_exit_expr, patch_switch_statement,
8068         patch_try_statement, patch_synchronized_statement,
8069         patch_throw_statement, check_thrown_exceptions,
8070         patch_conditional_expr): Likewise.
8072 1999-12-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8074         * Makefile.in (LIBDEPS): Added gcc's errors.o
8075         (../jcf-dump$(exeext):): Link with gcc's errors.o
8076         (../gcjh$(exeext):): Likewise.
8077         * expr.c (expand_java_NEW): Layout the entire target type instead of
8078         laying out its methods only.
8079         (lookup_field): Layout the class after having loaded it.
8080         * java-tree.h (java_debug_context): Declared.
8081         * jcf-io.c (toplev.h): Included.
8082         (find_class): Removed assignment to jcf's outofsynch
8083         field. Force source file to be read if newer than its matching
8084         class file. Tweaked debug messages.
8085         * jcf-parse.c (jcf_out_of_synch): Deleted.
8086         (read_class): Call to jcf_out_of_synch removed.
8087         * jcf.h (typedef struct JCF): Field `outofsynch' deleted.
8088         (jcf_out_of_synch): Prototype deleted.
8089         * parse.h (struct parser_ctxt): `minus_seen', `java_error_flag',
8090         `deprecated' and `class_err': integer turned into bit-fields.
8091         New bit-fields `saved_data_ctx' and `saved_data'. Fixed comments.
8092         * parse.y (package_list): New global.
8093         (package_declaration:): Record newly parsed package name.
8094         (extra_ctxp_pushed_p): Static global deleted.
8095         (java_parser_context_save_global): Create buffer context for the
8096         purpose of saving globals, if necessary.
8097         (java_parser_context_restore_global): Pop context pushed for the
8098         purpose of saving globals, if necessary.
8099         (java_debug_context_do): New prototype and function.
8100         (java_debug_context): Likewise.
8101         (do_resolve_class): Use already parsed package names to qualify
8102         and lookup class candidate.
8103         (java_pre_expand_clinit): Removed unnecessary local variable.
8105 1999-12-17  Tom Tromey  <tromey@cygnus.com>
8107         * gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
8108         fixes PR gcj/119.
8109         (process_file): Use `\n\' at end of each line in string.
8111 1999-12-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8113         * expr.c (expand_invoke): Layout the loaded class before
8114         attempting to use it.
8115         (expand_java_field_op): Allow final field assignments to take
8116         place in $finit$.
8117         * typeck.c (convert): Return error_mark_node if expr is null.
8119 1999-12-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8121         * class.c (class_depth): Return -1 if the class doesn't load
8122         properly.
8123         * expr.c (can_widen_reference_to): Check for errors during depth
8124         computation and return 0 accordingly.
8125         * jcf-parse.c (parse_source_file): Call java_fix_constructors to
8126         create default constructors and add an other error check.
8127         * parse.h (java_fix_constructors): Prototyped.
8128         * parse.y (java_pre_expand_clinit): Likewise.
8129         (build_super_invocation): Re-prototyped to feature one argument.
8130         (java_check_circular_reference): Directly use `current'.
8131         (java_fix_constructors): New function.
8132         (java_check_regular_methods): Don't create default constructors
8133         here, but abort if none were found.
8134         (java_complete_expand_methods): Pre-process <clinit> calling
8135         java_pre_expand_clinit.
8136         (java_pre_expand_clinit): New function.
8137         (fix_constructors): build_super_invocation invoked with the
8138         current method declaration as an argument.
8139         (build_super_invocation): Use the context of the processed method
8140         decl argument instead of current_class.
8141         * typeck.c (lookup_java_method): Take WFLs in method names into
8142         account.
8144 1999-12-14  Per Bothner  <per@bothner.com>
8146         * class.c (make_class_data): flag_keep_inline_functions to keep
8147         private methods in the method array.
8149 1999-12-15  Anthony Green  <green@cygnus.com>
8151         * check-init.c (check_init): Take into account both types of
8152         `throw's when checking for uninitialized variables.
8154 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8156         * parse.y (java_complete_lhs): Force convertion of array
8157         dimensions to int_type_node, that's what runtime's ABI expects.
8159 1999-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8161         * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
8162         operand of a WFL, until the Java front-end gets fixed with regard
8163         to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
8165 1999-12-10  Andrew Haley  <aph@cygnus.com>
8167         * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
8168         decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
8169         expr.c (build_java_athrow): Add support for sjlj-exceptions.
8170         java-tree.h: Ditto.
8171         jcf-write.c: Ditto.
8173 1999-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8175         * expr.c (java_lang_expand_expr): Switch to permanent obstack
8176         before calling expand_eh_region_start and expand_start_all_catch.
8177         * except.c (expand_start_java_handler): Switch to permanent
8178         obstack before calling expand_eh_region_start.
8179         (expand_end_java_handler): Switch to permanent obstack before
8180         calling expand_start_all_catch.
8182 1999-12-5  Anthony Green  <green@cygnus.com>
8184         * decl.c (init_decl_processing): Mark throw_node as a noreturn
8185         function with side effects.
8186         (init_decl_processing): Mark all memory allocating DECLs with
8187         DECL_IS_MALLOC.
8189 1999-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8191         * except.c (expand_end_java_handler): Call
8192         expand_resume_after_catch and end_catch_handler.
8194 1999-11-30  Anthony Green  <green@cygnus.com>
8196         * verify.c (verify_jvm_instructions): Create new return label
8197         chain if non existent (don't rely on the verified state of the jsr
8198         target.)
8200 1999-11-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8202         * jcf-write.c (generate_bytecode_insns): Fixed indentation for
8203         COMPOUND_EXPR and FIX_TRUNC_EXPR cases.
8205         * parse.y (patch_assignment): Removed bogus final class test on
8206         lhs when checking on whether to emit an ArrayStoreException runtime
8207         check.
8208         * expr.c (expand_java_arraystore): Likewise.
8210 1999-11-28 Anthony Green <green@cygnus.com>
8212         * decl.c (find_local_variable): Reuse single slot decls when
8213           appropriate.
8215 1999-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8217         * jcf-parse.c (saw_java_source): Global variable removed.
8218         (read_class): Don't use `saw_java_source'. Added extra braces.
8219         (yyparse): Code setting `saw_java_source' removed.
8221 1999-11-24  Mark Mitchell  <mark@codesourcery.com>
8223         * except.c (emit_handlers): Zero catch_clauses after emitting them.
8225 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8227         * verify.c (merge_type_state): Non verified subroutines being
8228         considered more than once to trigger passive type merge.
8230 1999-11-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8232         * parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE
8233         in case of error. Error message tuned.
8235 1999-11-21  Anthony Green  <green@cygnus.com>
8237         * constants.c (find_methodref_index): Unwrap method names before
8238         inserting them in the constant pool.
8240         * jcf-parse.c (jcf_parse): Display `interface' when appropriate.
8242         * class.c (assume_compiled_node): New typedef.
8243         (assume_compiled_tree): New static data.
8244         (find_assume_compiled_node): New function.
8245         (add_assume_compiled): New function.
8246         (assume_compiled): New function.
8247         * class.c (make_class_data): Use assume_compiled.
8248         (is_compiled_class): Use assume_compiled.
8250         * java-tree.h (add_assume_compiled): Declare.
8252         * lang.c (lang_decode_option): Parse new options.
8254 1999-11-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8256         * class.c (layout_class): Always convert TYPE_SIZE_UNIT to
8257         int_type_node: that's what `_Jv_AllocObject' expects.
8259 1999-11-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8261         * parse.y (lookup_method_invoke): Use lang_printable_name to
8262         reliably build the type name during error report. Fixes PR gcj/97.
8264 1999-11-09  Tom Tromey  <tromey@cygnus.com>
8266         * jcf-path.c: Include <sys/stat.h>.
8267         (jcf_path_init): Search for libjava.zip.  Fixes PR gcj/84.
8268         (DIR_UP): New macro.
8270 1999-11-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8272         * parse.y (source_end_java_method): Resume permanent allocation,
8273         reversing Apr 27 1998 patch.
8274         (patch_string_cst): Pop obstacks after having pushed the permanent
8275         ones.
8277 1999-11-05  Tom Tromey  <tromey@cygnus.com>
8279         * class.c (finish_class): Emit inlined methods if any native
8280         methods exist in the class.  Fixes PR gcj/85.
8282 1999-11-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8284         * parse.y (resolve_qualified_expression_name): Handle PLUS_EXPR.
8285         (qualify_ambiguous_name): Likewise.
8287 1999-11-03  Godmar Back <gback@cs.utah.edu>
8289         * typeck.c: (lookup_java_method):  search all inherited
8290         interfaces when looking up interface method.
8292 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8294         * parse.y (method_header:): Issue error message for rule `type
8295         error'.
8296         (synchronized:): Error report when not using synchronized.
8298 1999-11-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8300         * parse.y (resolve_qualified_expression_name): Prevent `this' from
8301         being used before the superclass constructor has been called.
8302         (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
8303         instead of `CALL_THIS_CONSTRUCTOR_P'.
8305 1999-10-30  Todd T. Fries <todd@lighthouse.fries.net>
8307         * check-init.c: Fix typo in comment.
8309 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8311         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
8312         and final method.
8314 1999-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8316         * parse.y (expression_statement:): Call function to report
8317         improper invocation of a constructor.
8318         (parse_ctor_invocation_error): New function.
8320 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
8322         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
8323         remember_end_note.
8325 1999-10-21  Tom Tromey  <tromey@cygnus.com>
8327         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
8328         in generated `main'.
8330 1999-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8332         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
8333         (qualify_ambiguous_name): Likewise.
8335 1999-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8337         * parse.y (java_complete_tree): fold_constant_for_init to work on
8338         permanent_obstack.
8339         (java_complete_lhs): Likewise.
8340         (array_constructor_check_entry): Complete an initializer element
8341         on permanent_obstack.
8343 1999-10-19  Tom Tromey  <tromey@cygnus.com>
8345         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
8346         From Mike Moreton <mike@pillim.demon.co.uk>.
8348 1999-10-15  Greg McGary  <gkm@gnu.org>
8350         * java-tree.h (flag_bounds_check): Remove extern decl.
8351         * lang.c (flag_bounds_check): Remove global variable.
8352         (lang_f_options): Remove "bounds-check" entry.
8353         (lang_init_options): Default flag_bounds_check to "on".
8355 1999-10-14  Tom Tromey  <tromey@cygnus.com>
8357         * jvgenmain.c (usage): New function.
8358         (main): Use it.  Also, handle `-D' options.
8359         * jvspec.c (lang_specific_driver): Recognize -D.
8360         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
8362         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
8364 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8366         * jcf-dump.c (print_constant, disassemble_method): Don't call a
8367         variadic function with a non-literal format string.
8369         * parse-scan.y (report_main_declaration): Likewise.
8371         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
8373         * parse.y (read_import_dir, patch_assignment, patch_binop,
8374         patch_array_ref): Likewise.
8376         * typeck.c (build_java_array_type): Likewise.
8378         * verify.c (verify_jvm_instructions): Likewise.
8380 1999-10-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8382         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
8384 1999-10-07  Anthony Green  <green@cygnus.com>
8386         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
8387         where CHECK_PUT may fail for valid reasons.
8389         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
8390         UNSAFE_PUTN): New macros.
8392 1999-10-04  Tom Tromey  <tromey@cygnus.com>
8394         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
8395         well.  Fixes Java PR gcj/59.
8396         * parse-scan.y (yyerror): Report errors.
8398 1999-09-24  Glenn Chambers  <GChambers@provsol.com>
8400         * decl.c (insert_block): Remove unconditional `abort'.
8402 1999-09-24  Bernd Schmidt  <bernds@cygnus.co.uk>
8404         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
8405         FUNCTION_CODE now of type int.  All callers changed.
8406         Set the builtin's DECL_BUILT_IN_CLASS.
8408 1999-09-23  Tom Tromey  <tromey@cygnus.com>
8410         * jvspec.c (lang_specific_driver): Don't read spec file if
8411         -fsyntax-only given.
8413 1999-09-22  Tom Tromey  <tromey@cygnus.com>
8415         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
8417         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
8418         (WORDS_TO_LONG): Likewise.
8419         (WORDS_TO_DOUBLE): Likewise.
8421 1999-09-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8423         * jcf-write.c (RELOCATION_VALUE_0): New macro.
8424         (RELOCATION_VALUE_1): Likewise.
8425         (emit_iinc, emit_reloc, push_constant1, push_constant2,
8426         push_in_const, push_long_const): Prototyped.
8427         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
8428         (push_constant2): Likewise.
8429         (push_int_const): Cast find_constant1's integer arguments to `jword'.
8430         (find_constant_wide): Cast find_constant2's integer arguments to
8431         `jword'.
8432         (find_constant_index): Cast find_constant2's and find_constant2's
8433         integer arguments to `jword'.
8434         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
8435         (emit_switch_reloc): Use RELOCATION_VALUE_0.
8436         (emit_if): Use RELOCATION_VALUE_1.
8437         (emit_goto): Likewise.
8438         (emit_jsr): Likewise.
8439         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
8440         argument to push_long_const to HOST_WIDE_INT.
8442 1999-09-15  Andreas Schwab  <schwab@suse.de>
8444         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
8446 1999-09-20  Nick Clifton  <nickc@cygnus.com>
8448         * lang.c (lang_decode_option): Extend comment.
8450 1999-09-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8452         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
8453         instead of fndecl.
8455 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8457         * gjavah.c (get_field_name, print_method_info, print_include,
8458         add_namelet): Use xmalloc, not malloc.
8460         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
8461         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
8462         NULL pointer.
8464         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
8466         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
8468         * jcf-path.c (add_entry): Likewise.
8470         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
8472         * jv-scan.c (xmalloc): Remove definition.
8474         * jvgenmain.c (xmalloc): Likewise.
8476         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
8478         * lex.c (java_store_unicode): Use xrealloc, not realloc.
8480         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
8481         concat, not xmalloc/sprintf.
8482         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
8483         (xstrdup): Remove definition.
8485         * parse.y (duplicate_declaration_error_p,
8486         constructor_circularity_msg, verify_constructor_circularity,
8487         check_abstract_method_definitions, java_check_regular_methods,
8488         java_check_abstract_methods, patch_method_invocation,
8489         check_for_static_method_reference, patch_assignment, patch_binop,
8490         patch_cast, array_constructor_check_entry, patch_return,
8491         patch_conditional_expr): Use xstrdup, not strdup.
8493         * zextract.c (ALLOC): Use xmalloc, not malloc.
8495 1999-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8497         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
8499         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
8500         (do_spec, lang_specific_pre_link, lang_specific_driver,
8501         input_filename, input_filename_length): Don't declare.
8502         (main_class_name, jvgenmain_spec, lang_specific_driver):
8503         Constify a char*.
8504         (lang_specific_driver): All calls to the function pointer
8505         parameter now explicitly call `fatal'.
8507 1999-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8509         * parse.y (find_applicable_accessible_methods_list): Search
8510         abstract classes as interfaces.
8512 1999-09-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8514         * class.c (finish_class): We're now outside a valid method
8515         declaration. Tell the rest of gcc so.
8517 1999-09-08  Bruce Korb  autogen@linuxbox.com
8519         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
8521 1999-09-07  Tom Tromey  <tromey@cygnus.com>
8523         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
8524         java-array.h.
8525         (decode_signature_piece): Don't emit "::" in JArray<>.
8526         (print_namelet): Only print trailing `;' when printing a class.
8528 1999-09-10  Bernd Schmidt  <bernds@cygnus.co.uk>
8530         * java-tree.h: Delete declarations for all tree nodes now moved to
8531         global_trees.
8532         * decl.c: Delete their definitions.
8534 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
8536         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
8537         * Makefile.in (OBJS): Add ggc-callbacks.o.
8538         (OBJDEPS): Likewise.
8540 1999-09-03  Tom Tromey  <tromey@cygnus.com>
8542         * parse.y (strip_out_static_field_access_decl): Return operand if
8543         it satisfies JDECL_P.
8545 1999-09-02  Tom Tromey  <tromey@cygnus.com>
8547         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
8548         Handle nested arrays, like `[[I'.
8550 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8552         * class.c (finish_class): Remove unused parameter, all callers
8553         changed.
8555         * expr.c (build_java_athrow): Change return type to void.
8556         (java_lang_expand_expr): Make sure each case in switch returns a
8557         value.
8559         * java-tree.h (finish_class): Fix prototype to take void args.
8561         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
8562         (main): Issue return from main, not exit.
8564         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
8566         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
8568         * jv-scan.c (main): Issue return from main, not exit.
8570         * parse.y (check_abstract_method_definitions,
8571         java_check_abstract_method_definitions): Add static prototypes.
8572         (java_complete_expand_methods): Fix call to `finish_class'.
8574         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
8575         and `prevpc'.
8577 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8579         * lang.c (language_string): Constify.
8581 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8583         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
8584         Remove hacks for stuff which comes from libiberty.
8586         * Make-lang.in: Likewise.
8588 1999-08-30  Hans-Peter Nilsson  <hp@axis.se>
8590         * Makefile.in (xref.o): Depend on xref.c explicitly.
8592 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8594         * java-tree.h (lang_printable_name): Constify a char*.
8596         * lang.c (lang_printable_name): Likewise.
8598 1999-08-27  Jeffrey A Law  (law@cygnus.com)
8600         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
8601         comments in C code.
8603 1999-08-26  Tom Tromey  <tromey@cygnus.com>
8605         * gjavah.c (print_cxx_classname): Print "::" before qualified
8606         name.
8608 1999-08-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8610         * parse.y (lookup_cl): Changed leading comment. Now does its best
8611         to set the column number.
8612         (qualify_ambiguous_name): Take WFL wrappers into account.
8614 1999-08-25  Gregg Townsend  <gmt@cs.arizona.edu>
8616         * verify.c (verify_jvm_instructions): Don't check instruction
8617         validity beyond end of method.
8619 1999-08-25  Tom Tromey  <tromey@cygnus.com>
8621         * jvspec.c (lang_specific_driver): Correctly handle --help again.
8623 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8625         * gjavah.c (print_name, print_base_classname, utf8_cmp,
8626         cxx_keyword_subst, generate_access, name_is_method_p,
8627         get_field_name, print_field_name, super_class_name, print_include,
8628         decode_signature_piece, print_class_decls, usage, help,
8629         java_no_argument, version, add_namelet, print_namelet): Add static
8630         prototype.
8631         (print_base_classname, utf8_cmp, cxx_keyword_subst,
8632         name_is_method_p): Constify a char*.
8633         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
8634         Provide a final else clause in an if-else-if.
8635         (print_field_info): Add missing final arg in function call to
8636         `print_field_name'.
8637         (print_method_info, decompile_method, decode_signature_piece,
8638         print_c_decl, print_full_cxx_name, print_stub,
8639         print_mangled_classname, super_class_name, print_include,
8640         add_namelet, add_class_decl, print_class_decls, process_file,
8641         help): Constify a char*.
8643         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
8644         push_int_const, find_constant_wide, find_constant_index,
8645         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
8646         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
8647         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
8648         emit_if, emit_goto, emit_jsr, call_cleanups,
8649         make_class_file_name): Add static prototypes.
8650         (generate_bytecode_return, generate_bytecode_insns): Pass a
8651         NULL_PTR, not a NULL_TREE.
8653         * jv-scan.c: Include "jcf.h".
8654         (main): Declare using DEFUN macro.
8656         * jvspec.c (find_spec_file, lang_specific_pre_link,
8657         lang_specific_driver): Add prototypes.
8658         (find_spec_file): Constify a char*.
8660         * keyword.gperf (hash, java_keyword): Add prototypes.
8662         * lang.c (lang_print_error): Add static prototype.
8663         (lang_init): Prefer memcpy over bcopy to avoid casts.
8665         * lex.c (yylex): Add static prototype.
8667         * parse-scan.y: Include "lex.c" earlier.
8669         * parse.h: Remove redundant declaration for `yylex'.
8671         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
8672         labeled_block_contains_loop_p): Add static prototypes.
8673         (not_accessible_p): Make static to match prototype.
8675         * verify.c (start_pc_cmp): Don't needlessly cast away const.
8677 1999-08-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8679         * parse.y (check_method_redefinition): Changed leading comment.
8680         (check_abstract_method_definitions): New function.
8681         (java_check_abstract_method_definitions): New function.
8682         (java_check_regular_methods): Call it.
8683         (verify_constructor_super): Fixed indentation.
8684         (lookup_method_invoke): Likewise.
8686 1999-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8688         * parse.y (method_header): Return a null pointer if the current
8689         class node is null.
8690         (finish_method_declaration): Return if the current function decl
8691         is null.
8692         (source_start_java_method): Likewise.
8693         (java_method_add_stmt): Likewise.
8695 1999-08-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8697         * class.c (emit_register_class): Removed unnecessary call to
8698         start_sequence.
8699         * parse.y (labeled_block_contains_loop_p): Removed unused local
8700         variable.
8702 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8704         * parse.y (java_refold): Added prototype.
8706 1999-08-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8708         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
8709         (java_stabilize_reference): Removed unnecessary `else'.
8710         (java_complete_lhs): Set flag to remember boolean. Call
8711         java_refold. Added comments.
8712         (java_decl_equiv): New function.
8713         (binop_compound_p): Likewise.
8714         (java_refold): Likewise.
8715         (patch_unaryop): Striped static field access assigned to decl and
8716         op. Changed promotion scheme for ++/-- operators.
8717         (search_loop): New function.
8718         (labeled_block_contains_loop_p): Likewise.
8719         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
8720         comment.
8721         (patch_bc_statement): Call search_loop. Fixed comment.
8723 1999-08-14  Anthony Green  <green@cygnus.com>
8725         * expr.c (java_lang_expand_expr): Mark static array data as
8726         referenced.
8728 1999-08-10  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8730         * jvgenmain.c (main): NUL-terminate name_obstack.
8732 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8734         * check-init.c (check_bool2_init, done_alternative): Add static
8735         prototypes.
8737         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
8738         (add_method, build_utf8_ref, build_class_ref,
8739         append_gpp_mangled_type, layout_class_method): Constify a char*.
8741         * decl.c (push_promoted_type, make_binding_level): Add static
8742         prototypes.
8743         (push_promoted_type, pushdecl): Constify a char*.
8745         * except.c (find_handler_in_range, link_handler,
8746         check_start_handlers): Add static prototypes.
8748         * expr.c (process_jvm_instruction): Constify a char*.
8750         * gjavah.c (main): Constify a char*.
8752         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
8753         Constify a char*.
8755         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
8756         static prototypes.
8757         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
8758         munge, print_ents): Constify a char*.
8760         * jcf-dump.c (disassemble_method): Constify a char*.
8761         (print_constant_pool, print_exception_table): Add static prototypes.
8762         (print_constant, print_exception_table, main, disassemble_method):
8763         Constify a char*.
8765         * jcf-io.c (find_classfile, find_class): Likewise.
8767         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
8768         (set_source_filename, predefined_filename_p): Add static prototypes.
8769         (set_source_filename, get_constant, get_class_constant,
8770         find_in_current_zip): Constify a char*.
8772         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
8773         static prototypes.
8774         (add_entry, add_path, jcf_path_classpath_arg,
8775         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
8777         * jcf-reader.c (get_attribute, jcf_parse_preamble,
8778         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
8779         jcf_parse_one_method, jcf_parse_methods,
8780         jcf_parse_final_attributes): Add static prototypes.
8781         (get_attribute): Constify a char*.
8783         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
8784         jcf_dependency_add_target, jcf_path_classpath_arg,
8785         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
8787         * jv-scan.c (main): Constify a char*.
8788         (gcc_obstack_init): Add prototype arguments.
8790         * jvgenmain.c (gcc_obstack_init): Likewise.
8791         (main): Constify a char*.
8793         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
8794         static prototypes.
8795         (put_decl_string, lang_print_error): Constify a char*.
8796         (lang_init): Remove redundant extern prototype.
8798         * mangle.c (emit_unicode_mangled_name): Constify a char*.
8800         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
8801         Add static prototypes.
8802         (get_type_from_signature): Constify a char*.
8804         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
8805         Add static prototypes.
8806         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
8807         (verify_jvm_instructions): Constify a char*.
8809         * xref.c (xref_flag_value): Likewise.
8811         * xref.h (xref_flag_value): Likewise.
8813         * zextract.c (makeword, makelong): Add static prototypes.
8814         (makeword, makelong): Constify a uch*.
8816 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8818         * lang.c (java_dummy_print): Constify a char*.
8819         (lang_print_error): Likewise.
8820         (lang_init): Remove redundant prototype for `print_error_function'.
8821         (lang_init_source): Likewise.
8822         (lang_identify): Constify a char*.
8824 1999-08-09  Tom Tromey  <tromey@cygnus.com>
8826         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
8827         (WORDS_TO_LONG): Likewise.
8828         (WORDS_TO_DOUBLE): Likewise.
8830 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8832         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
8834         * expr.c (java_stack_pop, java_array_data_offset,
8835         build_java_throw_out_of_bounds_exception, case_identity,
8836         build_java_check_indexed_type): Add static prototypes.
8837         (linenumber_table, expand_invoke, expand_java_field_op,
8838         build_primtype_type_ref, expand_byte_code): Constify a char*.
8840         * java-tree.h (build_primtype_type_ref, linenumber_table):
8841         Constify a char*.
8842         (java_lang_expand_expr): Add prototype.
8844         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
8845         `java_lang_expand_expr'.
8847         * lex.c (java_lex_error): Constify a char*.
8848         (java_get_unicode, java_read_char, java_allocate_new_line,
8849         java_unget_unicode, java_sneak_unicode): Prototype.
8851         * parse-scan.y (current_class, package_name, method_declarator,
8852         report_class_declaration, yyerror): Constify a char*.
8854         * parse.h (java_report_errors): Prototype.
8855         (yyerror): Constify a char*.
8857         * parse.y (classitf_redefinition_error, check_modifiers,
8858         parse_jdk1_1_error, lookup_package_type,
8859         lookup_package_type_and_set_next, get_printable_method_name,
8860         purify_type_name): Constify a char*.
8861         (build_super_invocation, maybe_generate_finit,
8862         verify_constructor_super, parser_add_interface,
8863         add_superinterfaces, jdep_resolve_class, note_possible_classname,
8864         java_complete_expand_methods, java_expand_finals,
8865         cut_identifier_in_qualified, java_stabilize_reference,
8866         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
8867         merge_string_cste): Prototype.
8868         (single_type_import_declaration, yyerror,
8869         variable_redefinition_error, build_array_from_name,
8870         build_unresolved_array_type, check_class_interface_creation,
8871         resolve_class, complete_class_report_errors,
8872         note_possible_classname, read_import_dir,
8873         find_in_imports_on_demand, resolve_package, fix_constructors,
8874         check_deprecation, lookup_method_invoke,
8875         maybe_build_primttype_type_ref, array_constructor_check_entry):
8876         Constify a char*.
8877         (java_complete_expand_methods, java_expand_finals): Make static.
8878         (convert_narrow): Remove static prototype.
8880 1999-08-03  J"orn Rennecke <amylaar@cygnus.co.uk>
8882         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
8884 1999-08-02  Richard Henderson  <rth@cygnus.com>
8886         * decl.c: Include defaults.h instead of expr.h.
8887         * parse.y: Likewise.
8889 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
8891         * java/decl.c (start_java_method): Change all uses of
8892         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
8893         Ensure expr.h is included.
8894         * java/expr.c (pop_arguments): Ditto.
8895         * java/parse.y (expand_start_java_method): Ditto.
8897 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8899         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
8901 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
8903         * decl.c: Include "function.h".
8904         * except.c: Likewise.
8905         * parse.y: Likewise.
8906         * Makefile.in: Update dependencies.
8908 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8910         * expr.c (build_java_soft_divmod): Provide a default case in switch.
8911         (java_lang_expand_expr): Mark parameters `target', `tmode' and
8912         `modifier' with ATTRIBUTE_UNUSED.
8914         * gjavah.c (process_file): Add braces around ambiguous `else'.
8916         * jcf-dump.c (print_access_flags, localvar_free): Change return
8917         type to void.
8919         * parse.y (java_complete_expand_method): Initialize variable
8920         `exception_copy'.
8921         (resolve_qualified_expression_name): Likewise for `field_decl'.
8922         (patch_method_invocation): Likewise for `class_to_search'.
8923         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
8924         (patch_assignment): Likewise for `lhs_type'.
8926         * verify.c (verify_jvm_instructions): Remove unused variable
8927         `caller'.
8929 1999-07-25  Richard Henderson  <rth@cygnus.com>
8931         * decl.c (va_list_type_node): New.
8933 1999-07-25  Anthony Green  <green@cygnus.com>
8935         * gjavah.c (print_stub): New function.
8936         (METHOD_IS_NATIVE): New macro.
8937         (print_mangled_classname): Make static.
8938         (HANDLE_END_FIELD): Don't emit fields during stub generation.
8939         (process_file): Perform stub generation.
8940         (HANDLE_METHOD): Don't emit class decls during stub
8941         generation.
8942         (HANDLE_END_METHOD): Take into account stub generation.
8943         (print_method_info): Handle stub generation.
8944         (print_stub): New function.
8945         (print_cxx_classname): Make signature consistant with others.
8946         (help): Describe -stubs option.
8947         (main): Create stub file.
8948         (version): Use version.c.
8949         (print_full_cxx_name): New function.
8950         (print_c_decl): Use print_full_cxx_name.
8952 1999-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8954         * check-init.c (check_init): Handle MAX_EXPR.
8956 1999-07-15  Andrew Haley  <aph@cygnus.com>
8958         * lang.c (flag_use_divide_subroutine): New variable.
8959         * typeck.c: (convert_ieee_real_to_integer): Bounds check
8960         fp-to-integer conversion.
8961         (convert): Call convert_ieee_real_to_integer when flag_fast_math
8962         is not set.
8964         * expr.c (build_java_soft_divmod): New function.
8965         (build_java_binop): Call build_java_soft_divmod if
8966         flag_use_divide_subroutine is set.
8967         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
8968         soft_lrem_node: new builtin functions.
8969         (init_decl_processing) Initialize the new builtins.
8970         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
8971         soft_lrem_node: new builtin functions.
8972         (build_java_soft_divmod): New function.
8973         * parse.y: Call build_java_soft_divmod if
8974         flag_use_divide_subroutine is set.
8975         * parse.c: Rebuilt.
8977         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
8978         a --specs= arg) even if not linking.
8979         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
8980         -fuse-divide-subroutine
8982 1999-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8984         * parse.y (resolve_and_layout): Check methods only once.
8985         (resolve_qualified_expression_name): Verify thrown exceptions
8986         compatibility.
8987         (check_thrown_exceptions): Reject exceptions thrown in
8988         initializer. Error message tuned.
8990 1999-07-14  Andrew Haley  <aph@cygnus.com>
8992         * expr.c (expand_expr): Do not return the last statement in a
8993         block as the block's value.
8995 1999-07-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8997         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
8998         CALL_EXPR, to avoid order of evaluation changes.
9000 1999-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9002         * parse.y (qualify_ambiguous_name): Do not use
9003         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
9005 1999-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9007         * check-init.c (check_init): Handle MAX_EXPR.
9008         * expr.c (force_evaluation_order): Force method call arguments to
9009         be evaluated in left-to-right order.
9010         * parse.y (qualify_ambiguous_name): Loop again to qualify
9011         NEW_ARRAY_EXPR properly.
9013 1999-06-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9015         * parse.y (patch_invoke): Resolve unresolved invoked method
9016         returned type.
9017         (qualify_ambiguous_name): STRING_CST to qualify expression for
9018         type name resolution.
9020 1999-06-24  Andrew Haley  <aph@cygnus.com>
9022         * class.c (finish_class): Whenever a deferred method is
9023         output, rescan the list of methods to see if a new candidate for
9024         output can be found.
9026 1999-06-28  Tom Tromey  <tromey@cygnus.com>
9028         * jvspec.c (lang_specific_driver): Recognize --help.
9030 1999-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9032         * parse.y (resolve_package): Fixed bogus return statement.
9033         (patch_method_invocation): Resolve method invocation beginning with
9034         a package name qualifier.
9036 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9038         * Make-lang.in (java.stage1): Depend on stage1-start.
9039         (java.stage2): Likewise for stage2-start.
9040         (java.stage3): Likewise for stage3-start.
9041         (java.stage4): Likewise for stage4-start.
9043 1999-06-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9045         * parse.y (java_complete_lhs): When doing cross referencing, don't
9046         try to keep file location on a WFL expanded as a CALL_EXPR.
9048 1999-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9050         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
9051         compiling to class file a void method with an empty method body.
9052         As a side effect, the bytecode backend will generate the
9053         appropriate `return' instruction.
9055 1999-06-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9057         * parse.y (lookup_package_type_and_set_next): New function prototype.
9058         (resolve_package): Search current and imported packages.
9059         (lookup_package_type_and_set_next): New function.
9061 1999-06-22  Andrew Haley  <aph@cygnus.com>
9063         * verify.c (verify_jvm_instructions): Check for pending blocks
9064         before invalid PC test and opcode switch, not after.
9066 1999-06-21  Andrew Haley  <aph@cygnus.com>
9068         * except.c (find_handler_in_range): The upper limit for exception
9069         ranges is exclusive, not inclusive: (start <= pc < end).
9070         (link_handler): find child pointer which points to outer by
9071         searching sibling list: previous code incorrectly assumed that
9072         outer->outer->first_child must point to outer.
9073         * verify.c (verify_jvm_instructions): FIXME added to code for
9074         `athrow'.
9075         (verify_jvm_instructions): Do not assume that the last block
9076         processed in a subroutine is a block which ends with a `ret'
9077         instruction.  With some control flows it is possible that the last
9078         block ends with an `athrow'.
9080 1999-06-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9082         * parse.y (qualify_ambiguous_name): Reorganized the post
9083         evaluation of non WFL leading expression nodes.
9085 1999-06-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9087         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
9088         CONVERT_EXPR.
9090 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9092         * parse.y (qualify_ambiguous_name): Handle qualified expression
9093         beginning with a STRING_CST.
9095 1999-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9097         * parse.y (register_fields): Set DECL_INITIAL on both
9098         pre-initialized static and public fields.
9099         (resolve_field_access): Static field access expressions to always
9100         use pointer types.
9101         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
9102         qualification. CONVERT_EXPR to be resolved as an expression name.
9103         (java_complete_lhs): Identify and access qualified final
9104         initialized field in switch statement case expression.
9105         (fold_constant_for_init): Pre-initialized field decl constant to
9106         be folded.
9108 1999-06-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9110         * parse.y (note_possible_classname): Mark returned node with
9111         QUALIFIED_P only if the original class name contained a '/'.
9113 1999-06-05  Anthony Green  <green@cygnus.com>
9115         * Make-lang.in (gcjh): More parallel build fixes.
9117 1999-06-03  Mike Stump  <mrs@wrs.com>
9119         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
9121 1999-06-02  Anthony Green  <green@cygnus.com>
9123         * except.c (link_handler): Chain exception handlers in order.
9125 1999-06-02  Anthony Green  <green@cygnus.com>
9127         * expr.c (expand_byte_code): Fill unreachable bytecode regions
9128         with nops and process as usual in order to always set correct EH
9129         ranges.  Emit detailed warnings about unreachable bytecodes.
9131 1999-06-02  Anthony Green  <green@cygnus.com>
9133         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
9134         constant.
9136 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9138         * parse.y (lookup_field_wrapper): Unified returned value to NULL
9139           or the searched field decl.
9141 1999-05-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9143         * parse.y (fold_constant_for_init): Convert numerical constant
9144         values to the type of the assigned field.
9146 1999-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9148         * expr.c (lookup_field): Relaxed the test on class loading error
9149         detection.
9150         * parse.y (fold_constant_for_init): Enabeled old code.
9152 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9154         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
9155         decide the validity of the cast of a java.lang.Cloneable reference
9156         to an array.
9157         (patch_conditional_expr): Fixed first argument passed to
9158         binary_numeric_promotion.
9160 1999-05-26  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9162         * parse.y (qualify_ambiguous_name): Take into account that a
9163         CONVERT_EXPR might specify a type as a WFL.
9165 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9167         * parse.y (patch_assignment): Save the rhs before using it as an
9168         argument to _Jv_CheckArrayStore.
9170 1999-05-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9172         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
9174 1999-05-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9176         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
9177         floating point litteral only when the exponent indicator has been
9178         parsed.
9180 1999-05-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9182         * parse.y (formal_parameter:): Construct argument tree list
9183         element even if a yet unsupported final parameter was encountered.
9185 1999-05-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9187         * parse.y (finish_method_declaration): Issue errors for native or
9188         abstract methods declared with a method body, as well as for non
9189         native or non abstract methods with no method body.
9191 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9193         * class.c (build_utf8_ref): Initialize variable `field'.
9195         * decl.c (init_decl_processing): Initialize variable `field'.
9197         * expr.c (build_known_method_ref): Mark parameters `method_type',
9198         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
9199         (process_jvm_instruction): Likewise for parameter `length'.
9201         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
9202         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
9203         ATTRIBUTE_UNUSED.
9205         * parse.y (maybe_generate_clinit): Remove unused variable
9206         `has_non_primitive_fields'.
9207         (find_in_imports_on_demand): Initialize variables `node_to_use'
9208         and `cl'.
9209         (patch_binop): Likewise for variable `prom_type'.
9210         (patch_unaryop): Likewise for variable `prom_type'.
9212         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
9214         * xref.c (xref_table): Add missing initializer.
9216 1999-05-14  Tom Tromey  <tromey@cygnus.com>
9218         * java-except.h (struct eh_range): Removed unused `next' member.
9219         * verify.c (verify_jvm_instructions): Call check_nested_ranges
9220         after adding all exception handlers.  Sort exception ranges in
9221         order of start PC.
9222         (struct pc_index): New structure.
9223         (start_pc_cmp): New function.
9224         * except.c (add_handler): Return `void'.  Don't call link_handler;
9225         instead construct an ordinary linked list and do range
9226         coalescing.
9227         (check_nested_ranges): New function.
9228         (link_handler): Changed interface to allow merging of eh_ranges.
9229         Split overlapping ranges.  Return `void'.
9231 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9233         * parse.y (constructor_block_end:): New rule, tagged <node>.
9234         (constructor_body:): Use `constructor_block_end' instead of
9235         `block_end'.
9237 1999-05-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9239         * parse.y (statement_nsi:): Pop `for' statement block.
9240         (java_complete_lhs): Labeled blocks containing no statement are
9241         marked as completing normally.
9243 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9245         * xref.c (xref_set_current_fp): New function, defined.
9246         * xref.h (xref_set_current_fp): New function, prototyped.
9248 1999-05-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9250         * check-init.c (check_init): Take into account that
9251         LABELED_BLOCK_STMT can be empty.
9253 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9255         * parse.y (java_check_regular_methods): Warning check on not
9256         overriding methods with default access in other packages does not
9257         apply to `<clinit>'.
9258         (java_complete_lhs): If block body is an empty_stmt_node, replace
9259         it by NULL_TREE. This prevents gcc from generating an irrelevant
9260         warning.
9262 1999-05-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9264         * check-init.c (check_init): Removed code accepting to see things
9265         falling through default:, when doing xrefs.
9266         * java-tree.h (do_not_fold): New global variable, declared.
9267         * parse.y (do_not_fold): New global variable, defined.
9268         (java_complete_expand_method): Set `do_not_fold' to the value of
9269         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
9270         and reinstall them after them have been purged; do not check for
9271         initializations; do not issue missing return errors.
9272         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
9273         when doing xrefs.
9274         (patch_binop): Skip the fold part when doing xrefs.
9275         (build_string_concatenation): Skip the concatenation part when
9276         doing xrefs.
9277         (patch_synchronized_statement): Do not generate a try-finally when
9278         doing xrefs.
9279         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
9280         and keep the location where the throw was seen.
9281         * typeck.c (convert): When `do_not_fold' is set, do not attempt
9282         any treatment on the converted node an simply return a NOP_EXPR of
9283         the targeted type.
9284         * xref.c (xref_get_data): New function, defined.
9285         * xref.h (xref_get_data): New function, declared.
9286         (XREF_GET_DATA): Use xref_get_data.
9288 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9290         * gjavah.c (print_include): Cast the result of `strlen' to int
9291         when comparing against a signed value.
9292         (add_namelet): Likewise.
9294 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9296         * expr.c (expand_invoke): Mark parameter `nargs' with
9297         ATTRIBUTE_UNUSED.
9298         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
9300         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
9301         ATTRIBUTE_UNUSED.
9303         * jcf-reader.c (get_attribute): Cast a value to long
9304         when comparing against a signed expression.  Likewise.
9306         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
9307         HOST_BITS_PER_CHAR.
9309 1999-05-11  Andrew Haley  <aph@cygnus.com>
9311         * parse.y (source_end_java_method): If the current method contains
9312         any exception handlers, force asynchronous_exceptions: this is
9313         necessary because signal handlers in libjava may throw exceptions.
9314         * decl.c (end_java_method): Ditto.
9316 1999-05-11  Tom Tromey  <tromey@cygnus.com>
9318         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
9319         flags.
9320         * jvspec.c (THREAD_NAME): Removed.
9321         (GC_NAME): Likewise.
9322         (MATHLIB): Likewise.
9323         (WITHLIBC): Likewise.
9324         (GCLIB): Likewise.
9325         (THREADLIB): Likewise.
9326         (MATH_LIBRARY): Likewise.
9327         (lang_specific_driver): Don't add `-l' options to command line.
9328         Instead, add a single --specs option.  Recognize `-L' options and
9329         use them to search for spec file.
9330         (find_spec_file): New function.
9331         (SPEC_FILE): New define.
9333 1999-05-11  Dave Brolley  <brolley@cygnus.com>
9335         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
9336         cpplib-enabled build.
9338 1999-05-05  Per Bothner  <bothner@cygnus.com>
9340         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
9341         temporarily zero it while calling rest_of_decl_compilation.
9343         * java-tree.h (string_ptr_type_node):  Add declaration.
9344         * decl.c:  Define and initialize string_ptr_type_node.
9345         * parse.y (patch_string_cst):  Use string_ptr_type_node.
9347         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
9348         * parse.y (for_statement):  Now unconditionally exit_block.
9349         (finish_labeled_statement):  No longer exit_block if for-loop.
9350         (patch_loop_statement):  Check harder if the loop is already labeled.
9352         * parse.y (patch_initialized_static_field):  Removed function.
9353         (maybe_generate_clinit):  Removed special handling for interfaces.
9354         (java_complete_expand_methods):  Do a preliminary java_complete_tree
9355         on <clinit> to determine if it can be removed.
9356         (java_complete_expand_method):  Remove special handling for <clinit>.
9357         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
9358         optimize if we get back empty_stmt_node.
9359         For MODIFY_EXPR, re-do checking of static initializers.
9360         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
9361         For VAR_DECL, pass correct context.
9363         * verify.c (verify_jvm_instructions):  Better error messages.
9365 1999-05-03  Tom Tromey  <tromey@cygnus.com>
9367         * parse-scan.y (interface_declaration): Call
9368         report_class_declaration for interfaces.
9370 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
9372         * Makefile.in: Remove -v from bison command lines.
9374 1999-04-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9376         * check-init.c (check_init): Exclude a case of error when doing
9377         xrefs.
9378         * class.c (layout_class_method): Don't generate the error message
9379         twice when compiling from source.
9380         * lang-options.h: Added `-Wredundant-modifers' and
9381         `-Wunusupported-jdk11' flags and help text.
9382         * lang.c (lang_decode_option): Added support for
9383         `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
9384         flag_static_local_jdk11 and flag_redundant set accordingly.
9385         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
9386         * parse.h (EXPR_WFL_ADD_COL): New macro.
9387         (DECL_END_SOURCE_LINE): Likewise.
9388         (DECL_INHERITED_SOURCE_LINE): Likewise.
9389         * parse.y (static_ref_err): New function, prototyped.
9390         (CCB_TK): Now tagged <operator>.
9391         (class_body:): Remember the location of the closing '}' of a class
9392         definition when doing xrefs.
9393         (block:): Likewise.
9394         (block_end:): Likewise.
9395         (create_class): Remember the location of the inherited class
9396         identifier when doing xrefs.
9397         (register_fields): Added test on first operand of `init' before
9398         testing it TREE_CODE.
9399         (method_header): Store the location of the class identifier in the
9400         class decl when doing xrefs.
9401         (finish_method_declaration): Don't combine first/last method line
9402         when doing xref.
9403         (java_check_regular_methods): Warning check on not overriding
9404         methods with default access on other packages move before check on
9405         static methods. Initialization of `aflags' also moved up.
9406         (resolve_expression_name): Call static_ref_err to report the error.
9407         (static_ref_err): New function, implemented.
9408         (resolve_field_access): Returned simplified static field access
9409         when doing xrefs.
9410         (resolve_qualified_expression_name): Check for illegal use of
9411         static fields in a non static context. Call static_ref_err to
9412         report error in various places.
9413         (java_complete_tree): Do not fold initialized static fields when
9414         doing xrefs.
9415         (java_complete_lhs): Likewise.
9417 1999-04-29  Anthony Green  <green@cygnus.com>
9419         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
9420         create internal labels.
9421         (lookup_label): Ditto.
9423 1999-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9425         * class.c (layout_class_method): Generate <clinit>'s rtl for
9426         interfaces.
9427         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
9428         for interfaces' <clinit>.
9429         * expr.c (lookup_field): Search for fields in interfaces.
9430         (expand_invoke): Fixed indentation.
9431         (expand_java_field_op): Likewise. Use IS_CLINIT.
9432         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
9433         (IS_CLINIT): New macro.
9434         * parse.y (type_declaration:): Call maybe_generate_clinit after an
9435         interface was parsed.
9436         (maybe_generate_clinit): Don't generate if the current class is an
9437         interface with only fields of primitive types.
9438         (reset_method_name): Use IS_CLINIT.
9439         (java_complete_expand_method): Expand <clinit> when it exists for
9440         interfaces. Use IS_CLINIT.
9441         (resolve_expression_name): Use DECL_CONTEXT instead of
9442         current_class to build static field references.
9443         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
9444         ARRAY_REF when doing xreferencing.
9445         (check_final_assignment): Fixed typo in leading comment. Use
9446         IS_CLINIT.
9447         (patch_array_ref): Don't fully expand array references when
9448         xreferencing.
9449         (patch_return): Use IS_CLINIT.
9450         (patch_throw_statement): Likewise.
9452 1999-04-22  Tom Tromey  <tromey@cygnus.com>
9454         * Make-lang.in (JAVA_SRCS): Added check-init.c.
9456 1999-04-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9458         * decl.c (predef_filenames, predef_filenames_size): New globals
9459         (init_decl_processing): predef_filenames and predef_filenames_size
9460         initialized.
9461         * java-tree.h (predef_filenames, predef_filenames_size): Declared
9462         extern.
9463         * jcf-parse.c (predefined_filename_p): New function.
9464         (yyparse): Check that files on the command line are specified only
9465         once and issue a warning otherwise.
9466         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
9467         * parse.y (source_end_java_method): Nullify NOP method bodies, to
9468         avoid a gcc warning with -W -Wall turned on.
9469         (java_expand_classes): Abort if errors were encountered.
9470         (java_complete_lhs): If the cross reference flag is set, wrap
9471         field DECL node around a WFL when resolving expression name.
9473 1999-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9475         * lang.c (lang_decode_option): Fixed returned value when parsing
9476         `-fxref=...' and `-Wall'.
9477         * parse.y (source_end_java_method): Do not generate code when
9478         flag_emit_xref is set.
9479         (resolve_expression_name): Do not build static field access when
9480         flag_emit_xref is set.
9481         (resolve_field_access): No special treatment on `length' when
9482         flag_emit_xref is set. Do not build qualified static field access
9483         when flag_emit_xref is set.
9484         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
9485         when flag_emit_xref is set.
9486         (patch_assignment): Do not generate array store runtime check when
9487         flag_emit_xref is set.
9488         * xref.c (xref_flag_value): Fixed function declaration
9489         indentation.
9490         (xset_set_data): New function.
9491         * xref.h (xref_set_data): Added prototype for new function.
9492         (typedef struct xref_flag_table): New field data.
9493         (XREF_GET_DATA): New macro.
9495 1999-04-19  Tom Tromey  <tromey@cygnus.com>
9497         * xref.h (enum): Removed trailing comma.
9499         * parse.y (resolve_qualified_expression_name): Added missing
9500         `break'.
9502 1999-04-15  Anthony Green  <green@cygnus.com>
9504         * gjavah.c: New prototypes for java_float_finite and
9505         java_double_finite.
9507 1999-04-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9509         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
9510         references.
9512 1999-04-06  Jeffrey A Law  (law@cygnus.com)
9514         * Makefile.in (TREE_H): Add tree-check.h.
9515         (RTL_H): Add genrtl.h.
9517 1999-04-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9519         * parse.y (patch_assignment): Added ArrayStoreException runtime
9520         check.
9522 1999-04-06  Per Bothner  <bothner@cygnus.com>
9524         * expr.c (pop_type_0):  New function.
9525         (pop_type):  Use pop_type_0.
9526         * java-tree.h (pop_type_0):  New declaration.
9527         * verify.c (verify_jvm_instructions):  Check return instructions.
9529         * parse.y (patch_binop):  Don't fold if non-constant and emiting
9530         class files.
9532 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9534         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
9536         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
9537         (main_jcf): Don't define.
9538         (process_file): Don't set `main_jcf'.
9540         * java-tree.h (main_jcf): Don't declare.
9542         * jcf-parse.c (main_jcf): Add static definition.
9544         * lang.c (main_jcf): Don't define.
9546 1999-04-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9548         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
9550         * decl.c (copy_lang_decl): Likewise for `bcopy'.
9552         * jcf-depend.c: Include "config.h", not <config.h>.
9554         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
9555         `bcopy' to PTR.
9557         * jcf-path.c: Include "config.h", not <config.h>.
9559         * lex.c: Don't include various system header files.
9560         (java_init_lex): Cast the argument of `bzero' to PTR
9562         * parse-scan.y (java_push_parser_context): Likewise.
9564         * parse.y (java_push_parser_context): Likewise.
9565         (patch_bc_statement): Match format specifier to variable argument.
9567         * xref.c: Don't include <stdio.h>.
9569 1999-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9571         * parse.y (struct parser_ctxt *ctxp): Now global.
9572         (declare_local_variables): Use WFL compound value for the
9573         declaration source line value, when doing cross-referencing.
9575 1999-03-31  Tom Tromey  <tromey@cygnus.com>
9577         * gjavah.c (print_field_info): Allow constants of other types.
9578         (print_include): Generate include when new name is proper prefix
9579         of already printed name.
9580         (add_namelet): Likewise.
9581         (cxx_keyword_subst): New function.
9582         (print_method_info): Use it.
9583         (print_field_name): New function.
9584         (get_field_name): New function.
9585         (print_field_info): Use get_field_name and print_field_name.
9587 1999-03-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9589         * Makefile.in (keyword.h): Generate using gperf language 'C', not
9590         'KR-C', so gperf uses the `const' keyword on strings.
9592         * keyword.gperf (java_keyword): Const-ify a char*.
9594 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9596         * parse.y (patch_bc_statement): Fixed identation and a bogus
9597         `printf' format.
9599 1999-03-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9601         * parse.y (patch_assignment): Allow static variables in other
9602         classes to be assigned.
9604 1999-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9606         * class.c (maybe_add_interface): Remove unused variable
9607         `interface_binfo'.
9608         (make_class_data): Use = for assignment, not ==.  Likewise.
9609         (emit_register_classes): Remove unused variable `decl'.
9611         * lex.c: Fix comment so as not to contain an embedded `/*'.
9613         * verify.c (verify_jvm_instructions): Remove unused variable
9614         `self_type'.
9616 1999-03-27  Per Bothner  <bothner@cygnus.com>
9618         * parse.y (complete_loop_body):  Rename to finish_loop_body.
9619         (complete_labeled_statement):  Rename to finish_labeled_statement.
9620         (complete_for_loop):  Rename to finish_for_loop.
9621         (complete_method_declaration):  Rename to finish_method_declaration.
9623         * java-tree.h (continue_identifier_node):  New global node.
9624         * decl.c:  Define and initialize continue_identifier_node.
9625         * parse.y (generate_labeled_block):  Remove - no longer needed.
9626         (build_loop_body):  Use continue_identifier_node for continue block.
9627         (finish_labeled_statement):  Also do pop_labeled_block actions.
9628         (java_complete_lhs):  POP_LOOP even if error.
9629         (build_labeled_block):  Special handling for continue_identifier_node.
9630         (patch_loop_statement):  Re-organize.
9631         (patch_bc_statement):  Re-write.
9633 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9635         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
9636         using a WFL compound value.
9637         * parse.y (xref.h): Include.
9638         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
9639         WFL compound value.
9640         (register_fields): Set WFL compound value to lineno if doing
9641         xrefs.
9642         (java_complete_expand_method): Call expand_xref if flag_emit_xref
9643         is set.
9644         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
9645         * xref.h (expand_xref): Prototype renamed from xref_generate.
9647 1999-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9649         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
9650         (GET_CURRENT_BLOCK): New macro.
9651         * parse.y (current_static_block): New global variable.
9652         (method_body:): Define action.
9653         (complete_method_declaration): Set current_function_decl to NULL
9654         when work on the current method is done.
9655         (declare_local_variables): Use GET_CURRENT_BLOCK.
9656         (java_method_add_stmt): Likewise.
9657         (java_complete_expand_method): Disable the use of `this' when
9658         expanding <clinit>.
9659         (enter_a_block): If no current method exist, use
9660         current_static_block to link static initializer blocks.
9661         (exit_block): Rewritten to use current_static_block when no current
9662         method decl exists.
9663         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
9664         (patch_return): Forbid the use of `return' in static initializers.
9665         (patch_throw_statement): Fixed indentation. Issue specific error
9666         for uncaught thrown checked exception in static initializer
9667         blocks. Removed FIXME.
9669 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
9671         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
9672         Link gcj from gcc.o.
9674 1999-03-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9676         * parse.y (find_applicable_accessible_methods_list): When dealing
9677         with interface: ensure that a given interface or java.lang.Object
9678         are searched only once.
9680 1999-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9682         * gjavah.c (print_c_decl): Remove unused argument `flags'.
9684         * jcf-dump.c (print_access_flags): Add braces around if-else.
9686         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
9687         COMBINE_INPUTS.
9689         * lex.c (build_wfl_node): Add static prototype.
9691         * lex.h (build_wfl_node): Remove static prototype.
9693         * parse.y: Include lex.c early enough to declare everything needed.
9694         Ensure calls to `build_wfl_node' pass the proper arguments.
9695         (create_class): Remove unused variable `super_decl'.
9696         (get_printable_method_name): Initialize variable `name'.
9698 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9700         * Changelog: Fixed 1999-03-22 typos.
9701         * lang.c (lang_decode_option): Fixed typo in error string in the
9702         XARG section.
9704 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9706         * Makefile.in (JAVA_OBJS): Added entry xref.o.
9707         (xref.o): New rule.
9708         * java-tree.h (flag_emit_xref): Declared extern.
9709         * lang.c (xref.h): Included.
9710         (flag_emit_xref): New global variable.
9711         (lang_decode_option): Added support for -fxref.
9712         * xref.c: Created.
9713         * xref.h: Likewise.
9715 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
9717         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
9718         linked with.
9720 1999-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9722         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
9723         $(srcdir)/../system.h and $(JAVA_TREE_H).
9724         (jcf-io.o): Depend on $(JAVA_TREE_H).
9725         (mangle.o): Likewise.
9727         * check-init.c (check_cond_init): Add static prototype.
9729         * class.c (build_java_method_type, hashUtf8String,
9730         make_field_value, get_dispatch_vector, get_dispatch_table,
9731         append_gpp_mangled_type, mangle_static_field): Likewise.
9732         (strLengthUtf8): Hide unused definition.
9733         (hashUtf8String): Const-ify.
9734         (make_field_value): Un-ANSI-fy.
9736         * constants.c: Move inclusion of jcf.h above java-tree.h.
9737         (set_constant_entry, find_class_or_string_constant,
9738         find_name_and_type_constant, get_tag_node,
9739         build_constant_data_ref): Add static prototype.
9741         * decl.c (push_jvm_slot, builtin_function,
9742         lookup_name_current_level): Likewise.
9743         (builtin_function): Const-ify.
9745         * except.c (expand_start_java_handler, expand_end_java_handler):
9746         Add static prototype.
9748         * expr.c (flush_quick_stack, push_value, pop_value,
9749         java_stack_swap, java_stack_dup, build_java_athrow,
9750         build_java_jsr, build_java_ret, expand_java_multianewarray,
9751         expand_java_arraystore, expand_java_arrayload,
9752         expand_java_array_length, build_java_monitor, expand_java_pushc,
9753         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
9754         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
9755         expand_compare, expand_test, expand_cond, expand_java_goto,
9756         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
9757         expand_java_field_op, java_push_constant_from_pool): Likewise.
9759         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
9760         (build_java_arraynull_check): Mark parameters `node' and `type'
9761         with ATTRIBUTE_UNUSED.
9762         (note_label): Likewise for parameter `current_pc'.
9763         (expand_java_call, expand_java_ret): Hide unused definition.
9765         * java-tree.h (make_class, build_constants_constructor,
9766         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
9767         init_outgoing_cpool, register_class, emit_register_classes,
9768         java_layout_seen_class_methods): Prototype.
9769         (unicode_mangling_length): Const-ify.
9770         (append_gpp_mangled_name, append_gpp_mangled_classtype,
9771         emit_unicode_mangled_name, format_int, format_uint,
9772         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
9773         jcf_print_utf8_replace, open_class): Prototype.
9775         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
9776         <stdio.h>.  Include tree.h/java-tree.h.
9777         (utf8_equal_string usage, process_class): Add static prototype.
9778         (open_class): Don't prototype this here.
9779         (utf8_equal_string): Match arguments to format specifiers.
9780         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
9781         TABLE_SWITCH, disassemble_method): Likewise.
9783         * jcf-io.c: Include tree.h/java-tree.h.
9784         (open_class, find_classfile, jcf_print_utf8,
9785         jcf_print_utf8_replace): Const-ify.
9787         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
9788         parse_class_file): Add static prototype.
9789         (find_in_current_zip): Match definition to existing static
9790         prototype.
9792         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
9793         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
9794         finish_jcf_block, define_jcf_label, get_jcf_label_here,
9795         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
9796         write_chunks, adjust_typed_op, generate_bytecode_conditional,
9797         generate_bytecode_return, perform_relocations, init_jcf_state,
9798         init_jcf_method, release_jcf_state, generate_classfile):
9799         Add static prototype.
9800         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
9801         (make_class_file_name): Const-ify.
9803         * jcf.h (find_classfile): Const-ify.
9805         * jv-scan.c (reset_report): Remove prototype.
9807         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
9808         (error): Rewrite to allow varargs.
9810         * lang.c (lang_f_options): Const-ify.
9812         * lex.c (java_parse_escape_sequence): Add static prototype.
9813         (java_allocate_new_line): Match definition to existing static
9814         prototype.
9816         * mangle.c Include tree.h/java-tree.h.
9817         (unicode_mangling_length, emit_unicode_mangled_name,
9818         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
9820         * parse.h (jdep_code): Remove trailing comma in enumeration.
9821         (java_get_line_col): Move prototype outside of !JC1_LITE test.
9822         (reset_report): Add prototype.
9824         * verify.c (push_pending_label, merge_types): Add static
9825         prototypes.
9827         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
9829 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9831         * parse.y (find_applicable_accessible_methods_list): Extend the
9832         search to superinterfaces when relevant.
9833         (search_applicable_methods_list): New function.
9835 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9837         * class.c (unmangle_classname): Implemented stricter testing
9838         before setting the QUALIFIED_P flag on an identifier.
9840 1999-03-16  Per Bothner  <bothner@cygnus.com>
9842         * parse.y (java_complete_lhs):  Call force_evaluation_order
9843         after patch_newarray.
9844         (patch_binop):  Don't call fold if there are side effects.
9846 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9848         * parse.y (java_stabilize_reference): Use save_expr instead of
9849         building a SAVE_EXPR node.
9850         (java_complete_lhs): Patch the resulting string of the `+='
9851         operator (if necessary) and complete the RHS after having built
9852         the cast.
9854 1999-03-15  Per Bothner  <bothner@cygnus.com>
9856         * class.c (make_class):  Don't set CLASS_P here (because
9857         this function is also called by build_java_array_type).
9858         (push_class):  Set CLASS_P here instead.
9859         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
9861         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
9862         context.  If the context is class, perfer "super" over "synchronized".
9863         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
9865         * parse.y (create_class):  Don't call parser_check_super here;
9866         it is not robust.  Always wait until later.
9868         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
9869         match what JDK 1.2 does), but don't set ACC_PUBLIC.
9871 1999-03-13  Per Bothner  <bothner@cygnus.com>
9873         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
9874         * lex.h (UNGETC):  Change misleading macro.
9876 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9878         * parse.y (java_stabilize_reference): Return NODE when patching a
9879         COMPOUND_EXPR.
9880         (java_complete_lhs): Put parenthesis around truth values.
9882 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9884         * class.c (layout_class_method): Don't make rtl for interface
9885         methods.
9886         * parse.h (GET_TYPE_NAME): New macro.
9887         * parse.y (if_then_statement:): Fixed indentation.
9888         (if_then_else_statement:): Likewise.
9889         (for_statement:): Fixed spacing.
9890         (try_statement:): Fixed indentation.
9891         (create_interface): Don't force interfaces to be abstract.
9892         (method_header): Abstract methods are OK in interfaces.
9893         (declare_local_variables): Fixed typo in comment.
9894         (java_complete_expand_method): Fixed indentation.
9895         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
9896         non accessible fields.
9897         (java_stabilize_reference): New function.
9898         (java_complete_lhs): Fixed indentation. Use
9899         java_stabilize_reference in compound assignement. Insert the
9900         cast. If not processing `+' fix string constants before processing
9901         binop.
9903 1999-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9905         * constants.c (find_class_or_string_constant): Cast variable `j'
9906         to a `jword' when comparing against one.
9908         * expr.c (java_lang_expand_expr): Remove unused variables
9909         `has_finally_p' and `op0'.
9911         * gjavah.c (print_field_info): Cast a value to jint when comparing
9912         against one.  Likewise for a jlong.
9913         (add_namelet): Likewise cast a `sizeof' to an int when comparing
9914         against a signed quantity.
9916         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
9917         (print_signature): Don't needlessly dereference variable `str'
9919         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
9920         `max_locals' with ATTRIBUTE_UNUSED.
9921         (jcf_parse_class): Likewise for variable `index'.
9923         * parse.h (reverse_jdep_list): Remove static prototype.
9925         * parse.y (build_jump_to_finally): Remove prototype and definition.
9926         (reverse_jdep_list): Add static prototype.
9928         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
9929         `assignment' and `expr_decl'.
9931         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
9933 1999-03-12  Andrew Haley  <aph@cygnus.com>
9935         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
9936         we'll need a directory separator and a null character.
9938 1999-03-10  Per Bothner  <bothner@cygnus.com>
9940         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
9942   Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9944         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
9945         interfaces.
9947 1999-03-05  Per Bothner  <bothner@cygnus.com>
9949         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
9951         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
9953         * class.c (layout_class_method):  A static method in a base class
9954         is never overridden, so treat it like it doesn't exist.
9955         However, do complain about private non-static method overriding
9956         public static method.
9958         * parse.y:  Don't set unused INITIALIZED_P flag.
9959         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
9961         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
9962         (build_array_from_name):  Re-order &index[string] to &string[index].
9964         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
9965         error_mark (it might catch more errors, but it is more likely to lose).
9967 1999-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9969         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
9970         (parse-scan.o): Depend on toplev.h.
9972         * class.c (make_method_value): Add prototype.  Make it static.
9973         Remove unused second argument, caller changed.
9975         * expr.c (java_lang_expand_expr): Remove unused variable
9976         `return_label'.
9978         * java-tree.h: Don't prototype find_in_current_zip.
9979         Add prototypes for verify_constant_pool, start_java_method,
9980         end_java_method, give_name_to_locals, expand_byte_code,
9981         open_in_zip, set_constant_value, find_constant1, find_constant2,
9982         find_utf8_constant, find_string_constant, find_class_constant,
9983         find_fieldref_index, find_methodref_index, write_constant_pool,
9984         count_constant_pool_bytes and encode_newarray_type.
9986         * jcf-dump.c: Remove unused variable `LONG_temp'.
9988         * jcf-parse.c: Include parse.h.
9989         (jcf_parse_source): Remove unused parameter, all callers changed.
9990         (jcf_figure_file_type): Add static prototype.
9991         (find_in_current_zip): Likewise.  Also remove unused parameter,
9992         all callers changed.
9993         (read_class): Initialize variable `saved_pos'.
9995         * jcf-reader.c (jcf_parse_preamble): Mark variables
9996         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
9998         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
9999         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
10000         (java_parse_doc_section): Initialize variable `seen_star'.
10001         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
10002         (java_lex_error): Mark parameters `msg' and `forward' with
10003         ATTRIBUTE_UNUSED.
10004         (java_get_line_col): Mark parameters `filename' and `line' with
10005         ATTRIBUTE_UNUSED.
10007         * parse-scan.y: Include toplev.h.
10008         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
10010         * parse.h: use `struct JCF', not plain `JCF'.
10011         (java_parser_context_save_global, java_expand_classes
10012         java_parser_context_restore_global, java_parse): Add prototypes.
10014         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
10015         `node'.
10017 1999-02-24  Per Bothner  <bothner@deneb.cygnus.com>
10019         *  check-init.c (check_init):  COPYN takes word count, not bit count.
10021 1999-02-26  Per Bothner  <bothner@cygnus.com>
10023         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
10024         explicit build_decl.  (Avoids crash in reload when optimizing.)
10026 1999-02-25  Per Bothner  <bothner@cygnus.com>
10028         * decl.c (complete_start_java_method):  Handle synchronized method
10029         even when compiling from bytecode.
10031 1999-02-26  Tom Tromey  <tromey@cygnus.com>
10033         * gjavah.c (add_class_decl): Only generate `#include' if outer
10034         class is not the name of the class we are processing.  Correctly
10035         append `.h' in #include.
10036         (process_file): Clean up newlines around generated `#include's.
10037         (decode_signature_piece): Correctly handle inner classes.
10038         (struct include): New structure.
10039         (all_includes): New global.
10040         (print_include): New function.
10041         (add_class_decl): Use it.
10042         (process_file): Likewise.
10043         (add_class_decl): Generate include for java-array.h if array
10044         seen.
10045         (process_file): Don't generate java-array.h include.
10047         * gjavah.c (add_namelet): Check for standard package names here.
10048         (add_class_decl): Don't check for standard package names here.
10050 1999-02-25  Tom Tromey  <tromey@cygnus.com>
10052         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
10053         When reading a zip file, only use strncmp if both strings are
10054         bigger than the buffer length.  Initialize `k' when looping
10055         through zip file.
10057 1999-02-24  Tom Tromey  <tromey@cygnus.com>
10059         * gjavah.c (struct namelet): New structure.
10060         (add_namelet): New function.
10061         (print_namelet): New function.
10062         (print_class_decls): Use add_namelet and print_namelet to generate
10063         namespaces and not classes.
10064         (method_printed): New global.
10065         (HANDLE_END_METHOD): Examine method_printed.
10066         (print_method_info): Set method_printed when required.  Print
10067         error if function to be ignored is marked virtual.  Handle $finit$
10068         method.
10069         (METHOD_IS_FINAL): New macro.
10070         (print_field_info): Use it.
10071         (HANDLE_METHOD): Clear method_printed.
10072         (method_pass): New global.
10073         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
10074         (process_file): Do two passes over both fields and methods.
10075         (HANDLE_METHOD): Examine method_pass.
10076         (root): New global.
10077         (add_class_decl): New function.
10078         (print_class_decls): Don't scan over entire constant pool.
10080 1999-02-23  Tom Tromey  <tromey@cygnus.com>
10082         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
10083         disable linking in that case.
10085 1999-02-20  Tom Tromey  <tromey@cygnus.com>
10087         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
10088         not 0x1f.
10090 1999-02-21  Per Bothner  <bothner@cygnus.com>
10092         * decl.c (build_result_decl), java-tree.h:  New method.
10093         (complete_start_java_method):  Handle synchronized methods.
10094         Don't build DECL_RESULT here.  (Ordering dependency problem.)
10095         (start_java_method):  Call build_result_decl here instead  ...
10096         * parse.y (java_complete_expand_method):  ... and here.
10097         (expand_start_java_method): Don't call complete_start_java_method here.
10098         (java_complete_expand_method):  Call it here instead.
10099         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
10100         * java-tree.h:  ... here.
10102         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
10103         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
10104         for ARRAY_REF - it doesn't work when array bounds are checked.
10105         (patch_array_ref):  Handle it here instead.
10107         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
10109 1999-02-19  Per Bothner  <bothner@cygnus.com>
10111         Force left-to-right evaluation of binary operations etc.
10112         * expr.c (force_evaluation_order), java-tree.h:  New function.
10113         * parse.y (java_complete_lhs):  Pass binary operations, procedure
10114         calls, and ARRAY_REFs to force_evaluation_order.
10115         (various):  Set TREE_SIDE_EFFECTS more carefully.
10117         Tolerate random (non-UTF8) encoding in comments without complaining.
10118         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
10119         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
10121         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
10122         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
10124         * parse.y (java_complete_lhs):  Ignore an empty statement in a
10125         COMPOUND_EXPR.  Don't complain about empty statement after return.
10127 1999-02-19  Per Bothner  <bothner@cygnus.com>
10129         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
10130         in TREE_LIST - just chain the POINTER_TYPEs together.
10131         (resolve_class):  If type already resolved, return decl.
10132         After resolving, update TREE_TYPE(class_type), and name (if array).
10133         * parse.h (do_resolve_class), parse.y:  Make non-static.
10134         * class.c (maybe_layout_super_class):  Take this_class argument.
10135         Do do_resolve_class if necessary.
10136         (layout_class, layout_class_methods): Adjust calls appropriately.
10137         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
10138         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
10139         * typeck.c (build_java_array_type):  Don't call layout_class.
10141 1999-02-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10143         * parse.y (check_pkg_class_access): Allow private class access
10144         within the same package.
10145         (strip_out_static_field_access_decl): New function.
10146         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
10147         operator argument before testing its nature.
10149 1999-02-03  Per Bothner  <bothner@cygnus.com>
10151         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
10152         (TRY_EXPR):  Simplify - it no longer has a finally clause.
10153         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
10154         Simpler handling of TRY_EXPR, which no longer has a finally clause.
10155         * expr.c (java_lang_expand_expr):  Likewise.
10156         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
10157         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
10158         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
10159         (build_try_statement):  Remove finally parameter and handling.
10160         (build_try_finally_statement):  New function.
10161         (patch_try_statement):   No longer need to support finally clause.
10162         (try_statement):  Update grammar action rules.
10163         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
10164         Simpler handling of TRY_EXPR, which no longer has a finally clause.
10166 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
10168         * jcf-parse.c (get_constant): Add braces around computation of 'd'
10169         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
10171 1999-02-17  Andrew Haley  <aph@cygnus.com>
10173         * class.c (build_utf8_ref): Back out broken patch which was
10174         intended to to output signatures using '.' as a separator.
10176         * class.c (make_class_data): Output signatures using '.' as a
10177         separator, rather than '/'.
10178         (mangled_classname): Likewise.
10179         (make_field_value): Likewise.
10180         (make_method_value): Likewise.
10181         * constants.c (alloc_class_constant): Likewise.
10182         * expr.c (build_invokeinterface): Likewise.
10184 1999-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10186         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
10187         of an ancient workaround.
10189 1999-02-10  Jeffrey A Law  (law@cygnus.com)
10191         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
10192         here anymore.
10194 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10196         * lex.c (yylex): Encode \0 as UTF8.
10198 1999-02-10  Tom Tromey  <tromey@cygnus.com>
10200         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
10201         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
10202         (libgcj_zip): Renamed.
10203         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
10204         LIBJAVA_ZIP_FILE.
10205         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
10207         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
10208         (GC_NAME): Renamed -lgc to -lgcjgc.
10210 1999-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10212         * lex.c (java_lang_cloneable): Initialize.
10213         * parse.y (java_lang_cloneable): New static variable.
10214         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
10215         doing one more qualification round.
10216         (valid_ref_assignconv_cast_p): Reject null source or
10217         destination. Allow an array to be cast into java.lang.Cloneable.
10218         (patch_cast): Swapped two first arguments to first call to
10219         valid_ref_assignconv_cast_p.
10221 1999-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10223         * parse.h: DECL_P renamed JDECL_P.
10224         * parse.y: DECL_P replaced by JDECL_P.
10225         (build_array_from_name): Always use pointer's type.
10226         (patch_bc_statement): Extra code to search continue target in a
10227         for loop. Fixed comments. Continue target is current loop when
10228         unlabeled.
10230 1999-02-05  Andrew Haley  <aph@cygnus.com>
10232         * class.c (make_class_data): The superclass of an interface should
10233         be null, not class Object.
10235         * lex.c (java_lex): Sign extend hex literals.
10237 1999-02-04  Andrew Haley  <aph@cygnus.com>
10239         * class.c (build_utf8_ref): Output signatures using '.' as a
10240         separator, rather than '/'.
10241         (make_class_data): Likewise.
10243 1999-02-03  Marc Espie <Marc.Espie@liafa.jussieu.fr>
10245         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
10246         mkstemp.o.  Get them from libiberty now.
10248 1999-02-02  Jeffrey A Law  (law@cygnus.com)
10250         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
10252 1999-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10254         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
10255         from libiberty.h
10257 1999-02-02  Per Bothner  <bothner@cygnus.com>
10259         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
10260         * jcf-write.c (generate_bytecode_return):  New function.
10261         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
10263         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
10264         generate special [fd]const_[01] instructions.
10266         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
10268         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
10269         handling OPCODE_lookupswitch or OPCODE_tableswitch.
10271 1999-02-01  Per Bothner  <bothner@cygnus.com>
10273         * parse.y (patch_method_invocation):  Handle calling static methods,
10274         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
10276         * parse.y (java_complete_lhs):  Don't complain about unreachable
10277         exit condition in a do-while statement.
10279 1999-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10281         * lex.c (java_read_char): Fixed utf8 decoding.
10282         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
10283         range.
10284         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
10285         comments. Local variable `all_primitive' is gone. Broadened
10286         acceptance of `0' to floating point targets. `long' can now be
10287         widened to `double' or `float'.
10288         (valid_method_invocation_conversion_p): Added leading
10289         comment. Fixed tabulation.
10290         (build_string_concatenation): Optimize out left or right empty
10291         string constants.
10293 1999-01-28  Per Bothner  <bothner@cygnus.com>
10295         * jcf-write.c (localvar_alloc):  Only emit entry for
10296         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
10297         (generate_bytecode_insns):  Only call put_linenumber if
10298         debug_info_level > DINFO_LEVEL_NONE.
10299         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
10300         is specified, add -g1 (for compatibility wih javac).
10302 1999-01-28  Hans-Peter Nilsson  <hp@axis.se>
10304         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
10305         gjavah.o, check-init.o, jv-scan.o
10307 1999-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10309         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
10311         * gjavah.c: Include config.h and system.h.
10313         * javaop.h (inline): Don't define, its handled by system.h.
10314         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
10315         from `inline' to `static inline'.
10317         * jcf.h (inline): Don't define, its handled by system.h.
10319         * lex.c (inline): Likewise.
10321 1999-01-31  Zack Weinberg  <zack@rabi.columbia.edu>
10323         * lang-specs.h: Map -Qn to -fno-ident.
10325 1999-01-29  Richard Henderson  <rth@cygnus.com>
10327         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
10329 1999-01-29  Tom Tromey  <tromey@cygnus.com>
10331         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
10332         then cast it to Object before calling `append' method.
10334 1999-01-28  Per Bothner  <bothner@cygnus.com>
10336         * check-init.c (check_bool2_init, check_bool_init, check_init):
10337         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
10338         * jcf-write.c (generate_bytecode_insns):  Likewise.
10340 1999-01-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10342         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
10343         * parse.y (patch_cast): Allow a boolean to be cast into a
10344         boolean.
10346 1999-01-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10348         * parse.y: (class_declaration:): Fixed indentation.
10349         (class_member_declaration:): Extra `;' after field declaration now
10350         accepted.
10351         (interface_declaration:): Removed debug messages in error reports.
10352         (patch_binop): Nodes created and returned inherit the orignal
10353         node's COMPOUND_ASSIGN_P flag value.
10354         (patch_cast): Fix cast from char to floating point.
10356 1999-01-25  Andrew Haley  <aph@cygnus.com>
10358         * except.c, java-except.h (expand_resume_after_catch): new
10359         function.
10360         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
10361         to branch back to main flow of control after a catch block.
10363 1999-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10365         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
10366         $(srcdir)/../system.h.
10367         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
10368         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
10369         (jcf-write.o): Likewise.
10370         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
10371         (mangle.o): Depend on $(srcdir)/../toplev.h.
10372         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
10373         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
10375         * class.c: Include output.h and parse.h.
10376         (mangled_classname): Add the `const' keyword to a char*.
10377         (find_named_method): Hide unused function definition.
10378         (build_utf8_ref): Change type of variable `c' to unsigned char.
10379         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
10380         (build_class_ref): Add the `const' keyword to a char*.
10381         (layout_class_method): Remove unused variable `buf'.
10383         * decl.c (find_local_variable): Remove unused variable `rtl'.
10384         (pushdecl): Likewise for variables `different_binding_level' and
10385         `oldglobal'.
10386         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
10387         (maybe_build_cleanup): Likewise for parameter `decl'.
10389         * except.c (expand_start_java_handler): Mark parameter `range'
10390         with ATTRIBUTE_UNUSED.
10392         * expr.c: Include except.h.
10393         (pop_type): Remove unused variable `i'.
10394         (pop_value): Likewise for variables `n_words' and `i'.
10395         (expand_java_arrayload): Likewise for variable `convert'.
10396         (java_lang_expand_expr): Likewise for variables `op0', `type',
10397         `mode', `unsignedp', `node' and `elements'.
10398         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
10399         `eh_ranges'.
10400         (process_jvm_instruction): Add a `const' qualifier to a char*.
10402         * gjavah.c (output_directory): Add the `const' keyword to a char*.
10403         (temp_directory): Likewise.
10404         (print_c_decl): Likewise.
10405         (print_method_info): Likewise.
10406         (decode_signature_piece): Likewise.
10407         (print_mangled_classname): Likewise.
10409         * java-except.h: Provide prototypes for maybe_start_try,
10410         maybe_end_try and add_handler.
10412         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
10413         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
10414         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
10415         init_expr_processing, push_super_field, init_class_processing,
10416         can_widen_reference_to, class_depth, verify_jvm_instructions,
10417         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
10418         set_local_type, merge_type_state, push_type, load_type_state,
10419         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
10420         emit_unicode_mangled_name): Add prototypes.
10422         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
10423         (print_signature_type): Use ISDIGIT, not isdigit.
10424         (print_signature): Remove unused variable `j'.
10426         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
10427         int when comparing against one.
10429         * jcf-parse.c: Include toplev.h.
10431         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
10432         (localvar_free): Remove unused variable `i'.
10433         (generate_bytecode_conditional): Likewise for variable `kind'.
10435         * jv-scan.c: Include config.h and system.h.  Remove redundant
10436         OS header and gansidecl.h includes.
10437         (warning): Add the `const' keyword to a char*.  Also add
10438         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
10439         __STDC__, when determining whether to use ANSI-isms.
10440         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
10441         (xmalloc): Don't redundantly prototype here.
10442         (main): Remove unused parameter `envp'.  Also fix the arguments
10443         passed to function `fatal' to match the format specifier.
10445         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
10447         * mangle.c: Include toplev.h.
10448         (emit_unicode_mangled_name): Declare parameter `len'.
10450         * parse.y (parse_warning_context): Add the `const' keyword to a
10451         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
10452         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
10453         (issue_warning_error_from_context): Add the `const' keyword to
10454         a char*.
10455         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
10456         not `__STDC__' for whether to use ANSI-isms.
10458         * typeck.c (incomplete_type_error): Mark parameters `value' and
10459         `type' with ATTRIBUTE_UNUSED.
10460         (parse_signature_type): Use ISDIGIT, not isdigit.
10462         * verify.c (check_pending_block): Add the `const' keyword to a char*.
10463         (verify_jvm_instructions): Likewise.  Remove unused variables
10464         `field_name' and `default_val'.
10466         * zextract.c: Include config.h and system.h.  Remove redundant
10467         OS header includes.
10469         * zipfile.h: Prototype `read_zip_archive'.
10471 1999-01-21  Andrew Haley  <aph@cygnus.com>
10473         * typeck.c (convert): Allow conversions to void type: some
10474         optimizations in gcc do this.
10476 1999-01-21  Andrew Haley  <aph@cygnus.com>
10478         * typeck.c (convert_ieee_real_to_integer): New function.
10479         (convert): When not using fast-math and using hardware fp, convert
10480         an IEEE NaN to zero.
10482 1999-01-18  Andrew Haley  <aph@cygnus.com>
10484         * parse.y (patch_binop): Do a type conversion from signed to
10485         unsigned and then back to signed when a ">>>" is found.
10487 1999-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10489         * java-tree.h: (check_for_initialization): Added prototype.
10490         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
10491         * parse.y (do_resolve_class): Removed unused locals.
10492         (read_import_dir): Likewise.
10493         (resolve_qualified_expression_name): Array creation
10494         expressions are valid primary expressions.
10495         (qualify_ambiguous_name): Likewise.
10496         (patch_synchronized_statement): Removed unused local.
10498 1999-01-17  Jeffrey A Law  (law@cygnus.com)
10500         * Makefile.in (zextract.o): Add dependencies.
10502         * Makefile.in: Do not put ^Ls at the start of a line.
10504 1999-01-15  Per Bothner  <bothner@cygnus.com>
10506         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
10507         sub-type the result of the call that gets the exception value.
10509         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
10510         don't call finish_class.
10512         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
10513         clear found before continuing.
10515         * verify.c (verify_jvm_instructions):  On an array load, allow
10516         and handle top of stack to be TYPE_NULL.
10518         * gjavah.c (generate_access):  Translate Java package private or
10519         protected access to C++ public, but with a comment.
10521 1999-01-13  Andrew Haley  <aph@cygnus.com>
10523         * expr.c (generate_name): Name prefix changed to avoid clashes
10524         with assembler temp labels.
10526         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
10527         MODIFY_EXPR.  Without this, code for the assignement may not be
10528         generated at all and the synchronized statement will read an
10529         uninitialized variable.
10531 1999-01-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10533         * class.c (maybe_layout_super_class): Fixed returned value.
10534         * lex.c: Added 1999 to the copyright.
10535         (java_init_lex): Initialize java_lang_imported.
10536         * lex.h: Added 1999 to the copyright.
10537         * parse.h: Added 1999 to the copyright.
10538         (REGISTER_IMPORT): Fixed typo in trailing macro.
10539         (CURRENT_OSB): New macro.
10540         (struct parser_ctxt): New fields osb_depth, osb_limit.
10541         * parse.y (java_lang_id): New global variable.
10542         (type_import_on_demand_declaration): Don't import java.lang.* twice.
10543         (array_creation_expression:): Use CURRENT_OSB.
10544         (dims:): Uses a stack to keep track of array dimensions.
10545         (cast_expression:): Use CURRENT_OSB.
10546         (find_expr_with_wfl): Return NULL if node found doesn't meet the
10547         conditions.
10548         (register_fields): Fixed typos in comment.
10549         (check_method_redefinition): Fixed comment indentation.
10550         (java_check_regular_methods): Set saved found wfl to NULL after
10551         having reinstalled it in the previously found DECL_NAME.
10553 1999-01-10  Richard Henderson  <rth@cygnus.com>
10555         * gjavah.c (java_float_finite): Use a union to do type punning.
10556         (java_double_finite): Likewise.
10558 1999-01-09  Per Bothner  <bothner@cygnus.com>
10560         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
10561         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
10562         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
10563         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
10564         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
10565         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
10567 1999-01-08  Per Bothner  <bothner@cygnus.com>
10569         * check-init.c (check_init):  If compiling to native, we don't
10570         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
10572 1999-01-08  Tom Tromey  <tromey@cygnus.com>
10574         * parse-scan.y (variable_declarator_id): Set or increment
10575         bracket_count.
10576         (bracket_count): New global.
10577         (formal_parameter): Handle case where bracket pairs trail variable
10578         declarator id.
10580 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
10582         * jcf-parse.c (yyparse): variable len changed from a char to an
10583         int to prevent overflow.
10585 1999-01-06  Per Bothner  <bothner@cygnus.com>
10587         * java-tree.h:  Declare read_class.
10588         * jcf-parse.c (read_class):  New function.
10589         (load_class):  Now just call read_class.
10591         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
10592         * jcf-parse.c (parse_source_file):  Declare save_error_count,
10593         which is needed by java_parse_abort_on_error macro,
10594         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
10596         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
10597         constructor, if initializing a static field.
10598         (patch_new_array_init):  Set TREE_CONSTANT if it is.
10599         * expr.c (java_lang_expand_expr):  For a static array constructor
10600         of primitive elements, allocate the array itself statically.
10601         Disabled until we can set the vtable field statically.
10603         * check-init.c:  New file.  Checks for definite assignment.
10604         * Makefile.in (JAVA_OBJS):  Add check-init.o.
10605         * parse.y (java_complete_expand_method): Call check_for_initialization.
10606         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
10608 1999-01-06  Graham <grahams@rcp.co.uk>
10610         * parse.y : include system.h instead of including
10611         standard headers directly with the exception of <dirent.h>.
10613 1999-01-06  Per Bothner  <bothner@cygnus.com>
10615         * lex.h:  Moved static function declarations to lex.c,
10616         to shut up some -Wall warnings.
10617         * lex.c:  Static function declarations moved here.
10618         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
10620 1999-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10622         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
10624 1998-12-22  Per Bothner  <bothner@cygnus.com>
10626         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
10627         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
10629         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
10630         (localvar_alloc):  Change return type to void,
10631         (emit_unop):  Remove unused variable size.
10633         * jcf-write.c (struct jcf_block):  Add new union.
10634         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
10635         (call_cleanups):  New functions.
10636         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
10637         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
10638         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
10639         * lang.c (lang_init):  Call using_eh_for_cleanups.
10640         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
10641         completing operands to patch_synchronized_statement.
10642         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
10643         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
10644         WITH_CLEANUP_EXPR instead of TRY_EXPR.
10646 1998-12-20  John F. Carr  <jfc@mit.edu>
10648         * Make-lang.in: Comment out control-Ls; they upset some makes.
10650 1998-12-18  Tom Tromey  <tromey@cygnus.com>
10652         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
10653         consistently.
10655 1998-12-17  Tom Tromey  <tromey@cygnus.com>
10657         * parse.y (DIR_SEPARATOR): New define.
10658         (check_class_interface_creation): Use it.
10660         * parse-scan.y (report_main_declaration): Recognize
10661         `java.lang.String' in argument to main.
10663 1998-12-16  Per Bothner  <bothner@cygnus.com>
10665         * parse.y (create_interface):  Remove bogus test.
10667 1998-12-16  Per Bothner  <bothner@cygnus.com>
10669         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
10670         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
10672 1998-12-16  Tom Tromey  <tromey@cygnus.com>
10674         * parse-scan.y (qualified_name): Use correct sprintf format.
10676 1998-12-15  Tom Tromey  <tromey@cygnus.com>
10678         * gjavah.c (print_field_info): Changed how most negative number is
10679         printed.
10681 1998-12-14  Per Bothner  <bothner@cygnus.com>
10683         * parse.y (fold_constant_for_init):  New function.
10684         (resolve_expression_name):  Don't replace static final
10685         constant-initialized fields by its value.
10686         (java_complete_lhs):  New.  Same as java_complete_tree, except does
10687         not replace static final constant-initialized fields by their values.
10688         (register_fields):  If there is an initializer, set DECL_INITIAL and
10689         MODIFY_EXPR_FROM_INITIALIZATION_P.
10690         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
10691         Only call patch_initialized_static_field if
10692         MODIFY_EXPR_FROM_INITIALIZATION_P.
10693         (patch_initialized_static_field):  If not valid constant, clear
10694         DECL_INITIAL.
10696         * parse.y (lookup_field_wrapper):  Fix thinko.
10698         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
10699         set and restore global lineno.
10701 1998-12-14  Tom Tromey  <tromey@cygnus.com>
10703         * gjavah.c (print_field_info): If value to print is the smallest
10704         value of its size, then print as hex to avoid later warnings from
10705         C++ compiler.
10707 1998-12-14  Tom Tromey  <tromey@cygnus.com>
10709         * gjavah.c (decompile_method): Decompile `return null'.
10710         (process_file): Generate `#pragma interface'.
10711         (method_declared): New global.
10712         (print_method_info): Set it.
10713         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
10714         (print_method_info): Handle abstract methods.
10716 1998-12-13  Per Bothner  <bothner@cygnus.com>
10718         * parse.y (patch_method_invocation):  If class_decl is null
10719         (e.g. an array type), use original type.
10721         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
10722         errors about uncaught exception from clone (of array, specifically).
10724 1998-12-13  Tom Tromey  <tromey@cygnus.com>
10726         * gjavah.c (decompile_method): Handle all types of `return'
10727         opcode.  Decompile `return this' and `return'.
10728         (method_access): New global.
10729         (print_method_info): Set it.
10730         (decompile_method): Don't decompile a synchronized method.
10732 1998-12-13  Tom Tromey  <tromey@cygnus.com>
10734         * jcf-reader.c (jcf_parse_one_method): Recognize
10735         HANDLE_END_METHOD.
10736         * gjavah.c (HANDLE_END_METHOD): New macro.
10737         (HANDLE_CODE_ATTRIBUTE): New macro.
10738         (decompile_method): New function.
10739         (print_method_info): Don't print `;\n' at end of function decl.
10740         Include java-opcodes.h.
10741         (decompiled): New global.
10743 1998-12-12  Per Bothner  <bothner@cygnus.com>
10745         * class.c (build_class_ref):  Handle PRIMTYPE.class if
10746         flag_emit_class_files.
10747         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
10748         if flag_emit_class_files.
10749         * parse.y (java_complete_tree):  Pre-liminary support for
10750         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
10752         * parse.y (patch_synchronized_statement):   Don't call monitorexit
10753         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
10755         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
10757         * zipfile.h (opendir_in_zip):  New declaration.
10758         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
10759         (opendir_in_zip):  New function, using code from open_in_zip.
10760         (open_in_zip):  Call opendir_in_zip.
10761         (find_class):  Remove no-longer-used do_class_file parameter,
10762         but add source_ok parameter.  Change logic so if we find a .java file,
10763         we don't look for .class in later classpath emtries.
10764         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
10765         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
10766         * gjavah.c: Update call to find_class.
10767         * jcf-dump.c:  Likewise.
10769         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
10770         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
10771         nothing if body is empty_stmt_node.
10772         Various little fixes so SP gets correctly adjusted.
10773         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
10774         For CALL_EXPR, test if static first.
10775         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
10776         such as the ones we create for Object and Class.
10777         Set and restore current_function_decl.
10778         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
10779         (note_possible_classname):  New function.
10780         (read_import_entry):  Removed.  Merged with read_import_dir.
10781         (read_import_dir):  Don't call find_class - that only gives us
10782         the first classpath entry having the needed package.
10783         Use the struct buffer data structure from buffer.h.
10784         (read_import_dir, find_in_imports_on_demand):  The remembered
10785         class names now use '.' (not '/') as package separator.
10787         * parse.y (java_complete_expand_methods):  Call write_classfile
10788         here, and not in java_expand_classes (which only gets first class).
10790 1998-12-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10792         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
10793         (register_fields):  If a static fields has an initializer, just
10794         chain it on ctxp->static_initialized, and handle later.
10795         (java_complete_expand_methods):  Force <clinit> first.
10796         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
10797         - it's already been completed.
10798         (patch_initialized_static_field):  New function.
10799         (java_complete_field):  Call it.
10801 1998-12-12  Per Bothner  <bothner@cygnus.com>
10803         * expr.c (encode_newarray_type, build_new_array):  New functions.
10804         * java-tree.h:  Declare build_new_array.
10805         * jcf-write.c (patch_newarray):  Use build_new_array.
10807         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
10808         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
10810         * parse.y (patch_new_array_init):  Re-organize.
10811         Now is passed the actual array (pointer) type of the value.
10812         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
10813         (patch_array_constructor):  Removed - merged into patch_new_array_init.
10814         (java_complete_tree):  Update patch_new_array_init.
10816         * jcf-write.c (find_constant_index):  New function.
10817         (generate_bytecode_insns):  Use find_constant_index.
10818         (generate_classfile):  Use find_constant_index for ConstantValue.
10820 1998-12-11  Tom Tromey  <tromey@cygnus.com>
10822         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
10823         * decl.c (init_decl_processing): Renamed dtable -> vtable.
10824         * class.c (make_class_data): Renamed dtable -> vtable, and
10825         dtable_method_count -> vtable_method_count.
10827 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10829         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
10830         global variables, initialized.
10831         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
10832         Declared new global variables.
10833         * lex.c (java_lex): Return long_zero_node, float_zero_node,
10834         double_zero_node, integer_zero_node upon direct matching.
10835         * parse.y (purify_type_name): Added function prototype.
10836         (duplicate_declaration_error_p): Consider new_type as potentially
10837         being a incomplete type. Use purify_type_name on type string.
10838         (method_header): saved_type: unused variable removed. Don't figure
10839         return type if method name is invalid.
10840         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
10841         processed by patch_unaryop.
10842         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
10843         increment/decrement node into its original type after binary
10844         numeric promotion on its operands.
10846 1998-12-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10848         * parse.y (array_initializer:): Array init operand is NULL_TREE
10849         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
10850         now an error. Fixed indentation problems.
10851         (patch_string): Handle error_mark_node as an argument.
10852         (patch_new_array_init): Fixed indentation problems.
10853         (array_constructor_check_entry): Removed check on null wfl_value.
10854         Return an error if wfl_value's walk returns an error.
10856 1998-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10858         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
10859         * lex.c (java_lex): Remember column position before advancing one
10860         token. Retain location information on OCB_TK.
10861         * lex.h (typedef struct java_lc): Added new field.
10862         * parse.h (GET_SKIP_TYPE): New macro.
10863         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
10864         * parse.y (build_new_array_init, patch_new_array_init,
10865         patch_array_constructor, maybe_build_array_element_wfl,
10866         array_constructor_check_entry): New function prototypes.
10867         (switch_block:): Tagged <node>.
10868         (OCB_TK): Tagged <operator>.
10869         (array_initializer:): Installed actions.
10870         (variable_initializer): Build location information on element if
10871         necessary.
10872         (switch_statement:): Fixed indentation typo.
10873         (switch_block:): Redefined default action.
10874         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
10875         (patch_assignment): Removed duplicate code.
10876         (maybe_build_array_element_wfl, build_new_array_init,
10877         patch_new_array_init, patch_array_constructor,
10878         array_constructor_check_entry): New functions.
10880 1998-12-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10882         * parse.y (array_initializer): Tagged <node>.
10883         (variable_initializer:): Use default rule.
10884         (array_initializer:): Defined actions.
10885         (variable_initializers:): Likewise.
10886         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
10887         non-static field accesses.
10888         (patch_invoke): Fixed indentation typo.
10889         (java_complete_tree): Likewise.
10890         (build_labeled_block): Changed leading comment. Generate an error
10891         in case of duplicate loop labels.
10892         (patch_conditional_expr): Patch results of string concatenation
10893         operations.
10895 1998-12-06  Per Bothner  <bothner@cygnus.com>
10897         * constants.c (find_methodref_index):  When the class is an interface,
10898         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
10900         * decl.c (finit_identifier_node):  Use "$finit$", rather than
10901         "<finit>" (which Sun's verifier rejects).
10902         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
10903         (generate_field_initialization_code):  Removed.
10904         (fix_constructors)  Don't add call to $finit$ here (wrong order).
10905         (patch_method_invocation):  Add $finit$ call here.
10907         * java-tree.h (CALL_USING_SUPER):  New macro.
10908         * parse.y (patch_invoke):  Remove im local variable.
10909         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
10910         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter.
10911         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
10913         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
10915         * parse.y (java_complete_tree):  Don't complain about unreachable
10916         statement if it is empty_stmt_node.
10918         * jcf-write.c (find_constant_wide):  New function.
10919         (push_long_const):  Use find_constant_wide.
10921         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
10922         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
10923         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
10924         Emit invokeinterface when calling an interface method.
10925         Emit invokespecial also when calling super or private methods.
10927         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
10929 1998-12-06  Per Bothner  <bothner@cygnus.com>
10931         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
10933 1998-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10935         * java-tree.h (java_layout_seen_class_methods): New function
10936         prototype.
10937         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
10938         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
10939         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
10940         * parse.y (method_declarator:): Defined action.
10941         (issue_warning_error_from_context): input_filename saved, set to
10942         the appropriate value and restored after java_error is called.
10943         (build_unresolved_array_type): Fixed comment.
10944         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
10945         (method_header): Deal with return type the same way type are
10946         handled for fields and method's parameters and local variables
10947         types are handled.
10948         (check_method_redefinition): Removed extra CR.
10949         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
10950         (java_layout_seen_class_methods): New function.
10951         (java_layout_classes): Call java_layout_seen_class_methods.
10953 1998-12-03  Per Bothner  <bothner@cygnus.com>
10955         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
10957 1998-12-03  Per Bothner  <bothner@cygnus.com>
10959         * jcf-dump.c (main):  Fix error message.
10960         * jcf-path.c (add_entry):  Style fix.
10962 1998-12-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10964         * class.c (layout_class_method): Call build_java_argument_signature
10965         on constructors too.
10966         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
10967         (patch_method_invocation): Define a primary when resolving an
10968         expression name. Augmented comment on code checking illegal `this'
10969         usage. Loosened it test by accepting NEW_CLASS_EXPR.
10971 1998-12-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10973         * class.c (layout_class_method): Don't report error on non-static
10974         overriding static if the method is private.
10975         * java-tree.h (finish_class): Prototype added.
10976         * lex.c (java_get_line_col): Handle col argument -2 value.
10977         * parse.h: All static method declarations moved to parse.y.
10978         * parse.y: Now contains all static method declarations previously
10979         found in parse.h.
10980         (find_expr_with_wfl, missing_return_error,
10981         unreachable_stmt_error): New functions.
10982         (java_get_real_method_name): Identify constructors bearing class
10983         names in source code compiled classes only.
10984         (java_complete_expand_methods): Call missing_return_error.
10985         (invocation_mode): Private methods invoked as static methods.
10986         (java_complete_tree): Call unreachable_stmt_error.
10988 1998-12-01  Tom Tromey  <tromey@cygnus.com>
10990         * Makefile.in (+target): Removed.
10991         (+xmake_file): Likewise.
10992         (+tmake_file): Likewise.
10993         (.NOEXPORT): Removed duplicate.
10995 1998-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10997         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
10999         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
11001         * jvgenmain.c: Remove the xmalloc prototype, we get it from
11002         libiberty.h.  Provide an xmalloc definition.
11004         * jvspec.c: Remove the xmalloc prototype.
11006         * parse-scan.y: Include config.h and system.h.  Don't include
11007         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
11008         Provide an xstrdup definition.
11010 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
11012         * jcf-path.c (add_entry): Recognize ".jar" too.
11013         * lang-specs.h: Likewise.
11015 1998-11-26  Per Bothner  <bothner@cygnus.com>
11017         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
11018         soft_monitorenter_node, soft_monitorexit_node, throw_node.
11020         * jcf-write.c (generate_bytecode_insns):
11021         Handle pre/post-increment/decrement of long.
11023         * jcf-write.c (generate_bytecode_insns):
11024         Handle missing exception handler (finally for synchronized).
11026 1998-11-25  Per Bothner  <bothner@cygnus.com>
11028         * java-tree.h (end_params_node):  Declare global.
11029         * decl.c (end_params_node):  New global.
11030         (init_decl_processing, start_java_method):  Use end_params_node for
11031         end of list of parameter types.  Follows correct gcc conventions.
11032         * expr.c (pop_argument_types, pop_arguments):  Likewise.
11033         * lang.c (put_decl_node):  Likewise.
11034         * typeck.c (various places):  Likewise.
11035         * class.y (various places):  Likewise.
11036         * parse.y (various places):  Likewise.
11038         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
11039         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
11041         * class.c:  Add #include flags.h, remove no-longer needed declaration.
11043         * class.c (layout_class_method):  Remove commented-out code, re-format.
11044         Don't add vtable entry (or index) for private methods.
11045         * expr.c (expand_invoke):  A private method is implicitly final.
11046         * class.c (make_class_data):  If inlining or optimizing,
11047         skip private methods.
11049         * class.c (finish_class):  New function.  Calls existing methods,
11050         but alls emits deferred inline functions.
11051         * jcf-parse.c (parse_class_file):  Call finish_class.
11052         * parse.y (java_complete_expand_methods):  Likewise.
11054         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
11056         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
11058 1998-11-25  Marc Espie <espie@quatramaran.ens.fr>
11060         * jcf-write.c (generate_bytecode_conditional): Fix typo.
11062 1998-11-24  Per Bothner  <bothner@cygnus.com>
11064         * (generate_classfile): Always write class access flag with
11065         ACC_SUPER set.
11067 1998-11-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11069         * class.c (maybe_layout_super_class): New function.
11070         (layout_class): Reorganized. Loop on class methods dispatched into
11071         a new function. Call maybe_layout_super_class.
11072         (layout_class_methods, layout_class_method): New functions.
11073         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
11074         class.
11075         (expand_invoke): Likewise.
11076         * java-tree.h (all_class_list): New global variable declared.
11077         (layout_class_methods, layout_class_method): New function
11078         prototypes.
11079         (LAYOUT_SEEN_CLASS_METHODS): New macro.
11080         * jcf-parse.c (all_class_list): New global variable.
11081         (load_class): Extended what class_or_name can be. Use parser
11082         context mechanism to save globals before calling jcf_parse.
11083         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
11084         is set on the file name.
11085         (jcf_parse): Layout class methods when Object is loaded, otherwise
11086         record class in all_class_list for delayed method layout.
11087         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
11088         * lang.c (put_decl_node): Decode <init> into the decl context
11089         class name.
11090         * lex.c (java_allocate_new_line): Use xmalloc.
11091         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
11092         pointers, not TREE_LIST elements.
11093         (struct parser_ctxt): Fixed comment indentations, added comments
11094         and reordered some fields.
11095         (java_check_methods): Function prototype removed.
11096         * parse.y (java_push_parser_context): Use xmalloc.
11097         (java_parser_context_restore_global): Pop extra pushed ctxp only
11098         when there's nothing next.
11099         (maybe_create_class_interface_decl): Fixed comment, add new
11100         created class decl to all_class_list.
11101         (method_header): Use GET_REAL_TYPE on argument's types.
11102         (method_declarator): Use GET_REAL_TYPE, change type to the real
11103         type in TREE_LIST dependency node. Build argument list with the
11104         real type.
11105         (create_jdep_list): Use xmalloc. Removed allocation error message.
11106         (obtain_incomplete_type): Fixed leading comment. Broadened
11107         incoming argument meaning.
11108         (register_incomplete_type): Use xmalloc. Removed allocation error
11109         message.
11110         (safe_layout_class): Fixed leading comment.
11111         (jdep_resolve_class): Reversed if statement condition and switch
11112         if and else bodies.
11113         (resolve_and_layout): Fixed leading comment. Broadened incoming
11114         argument meaning.
11115         (complete_class_report_errors): New local variable name, for
11116         clarity. purify_type_name used for all error cases.
11117         (java_get_real_method_name): Stricter check on constructors.
11118         (java_check_regular_methods): Reverse methods list only if not
11119         already laid out. Layout artificial constructor.
11120         (java_check_methods): Deleted.
11121         (source_start_java_method): Obtain incomplete type for patchable
11122         method arguments.
11123         (java_layout_classes): Fixed leading comment. Use
11124         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
11125         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
11126         before returning. Fixed comments.
11127         (java_expand_classes): Check for errors up front.
11128         (patch_method_invocation): Class to search is resolved and laid
11129         out.
11131 1998-11-24  Per Bothner  <bothner@cygnus.com>
11133         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
11135         * javaop.h (int8):  Removed - not used.
11136         (jbyte):  Redefine portably with correct signedness.
11138         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
11140         * jcf-write.c (generate_bytecode_insns):  Fix typo
11141         OPCODE_getstatic to OPCODE_getfield.
11143         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
11144         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
11145         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
11147 1998-11-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11149         * jcf-parse.c (jcf_parse_source): Function returned type is
11150         void. Added prototype.
11151         (jcf_parse): Function returned type is void.
11152         (yyparse): Remove call to fclose on the last parsed file.
11154         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
11156 1998-11-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11158         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
11159         (layout_class): Cope with methods featuring WFL in decl names.
11160         * decl.c (unqualified_object_id_node): New global variable,
11161         initialized.
11162         (build_decl_no_layout): Removed.
11163         * expr.c (build_primtype_type_ref): Handle Double.
11164         (java_lang_expand_expr): Fixed indentations.
11165         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
11166         (flag_wall, flag_redundant, flag_not_overriding,
11167         flag_static_local_jdk1_1, unqualified_object_id_node): Global
11168         variable declarations.
11169         (build_decl_no_layout): Removed prototype.
11170         (java_get_real_method_name): Added prototype.
11171         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
11172         (java_parse_abort_on_error): Macro now just returns.
11173         * jcf-parse.c (jcf_parse_source): Check fclose returned
11174         value. Call emit_register_classes if java_report_errors returns
11175         zero.
11176         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
11177         flag_static_local_jdk1_1): New integer flags.
11178         (lang_decode_option): New flags set here.
11179         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
11180         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
11181         the flag_redundant variable.
11182         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
11183         when parsing java.lang.Object class.
11184         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
11185         NULL_TREE to build.
11186         (resolve_qualified_expression_name): Fixed indentation.
11187         (patch_array_ref): Changed prototype.
11188         (not_initialized_as_it_should_p): Prototype removed.
11189         (java_report_errors): Added function prototype.
11190         * parse.y (formal_parameter:): Changed error message for not yet
11191         supported final parameters.
11192         (class_type_list:): Set both PURPOSE and VALUE of created
11193         TREE_LIST to be class_type.
11194         (primary_no_new_array:): Handle class literals on primitive types.
11195         (parse_warning_context): Reinstalled correct force_error and
11196         do_warning flags setups.
11197         (java_report_errors): Changed prototype. Return java_error_count
11198         value.
11199         (variable_redefinition_error): Consider treating variable type as
11200         a fake pointer.
11201         (create_interface): Warn about redundant abstract modifier if
11202         flag_redundant is set. Changed error message.
11203         (lookup_field_wrapper): Save/restore globals before/after looking
11204         up field.
11205         (duplicate_declaration_error_p): Consider treating declaration
11206         type as a fake pointer.
11207         (register_fields): Extract real type from dependency node. Check
11208         for duplicate field declaration after type adjustment. Use
11209         DECL_INITIAL to store static final initialized values.
11210         (method_header): Extract real function type from dependency node.
11211         (check_abstract_method_header): Use GET_METHOD_NAME.
11212         (obtain_incomplete_type): Layout fake pointer type.
11213         (safe_layout_class): Don't try to check for methods before layout.
11214         (java_complete_class): Don't check for correct throws clause
11215         elements inheritance here.
11216         (resolve_and_layout): Broadened name parameter meaning.
11217         (reset_method_name): Use GET_METHOD_NAME.
11218         (java_get_real_method_name): New function.
11219         (java_check_regular_methods): Don't check methods in
11220         java.lang.Object.  Verify lineage of throws clause elements. Use
11221         flag_no_overriding in warning report.
11222         (check_throws_clauses): Don't check if class was from
11223         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
11224         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
11225         (declare_local_variables): Use flag_static_local_jdk1_1 to report
11226         warning on unsupported final local variables. Use build_decl
11227         instead of build_decl_no_layout. Get real local variable type from
11228         dependency node.
11229         (source_start_java_method): Get real parameter type from
11230         dependency node. Call build_decl instead of build_decl_no_layout.
11231         (java_layout_classes): Reverse tree and layout type and class as
11232         required. Mark class as loaded when done.
11233         (resolve_field_access): Fixed indentation. Restricted condition
11234         leading to static field access code generation. Set field_type
11235         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
11236         (resolve_qualified_expression_name): Initialize type_found to
11237         null. Handle static field resolved during qualification. Fixed
11238         layout on non primitive field decl types.
11239         (not_accessible_p): Fixed typo in comment.
11240         (patch_method_invocation): Resolve and layout class to search from
11241         type.
11242         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
11243         layout non primitive type, if necessary. Make method node only to
11244         report errors.
11245         (find_applicable_accessible_methods_list): Consider WFL'ed method
11246         decl names. Fixed indentation.
11247         (argument_types_convertible): Resolve and layout target type if
11248         necessary.
11249         (java_complete_tree): Fixed indentation problems. Rewrote
11250         CALL_EXPR thrown exceptions check. Re-installed further processing
11251         of the assignment in certain cases.
11252         (patch_assignment): Call maybe_build_primttype_type_ref to perform
11253         inlining on class literals.
11254         (valid_builtin_assignconv_identity_widening_p): Cope with constant
11255         0 literal.
11256         (valid_method_invocation_conversion_p): Likewise.
11257         (patch_string): Temporary disable forbidden use of `this' in
11258         explicit constructor invocations when doing string concatenation
11259         within their scope.
11260         (patch_unaryop): Added comment. Reinstalled code to disable
11261         further check on assignment operation with cast expression RHS.
11262         (patch_switch_statement): Fixed indentation.
11263         (build_try_statement): Call build_decl instead of
11264         build_decl_no_layout.
11265         (patch_synchronized_statement): Likewise.
11266         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
11267         IS_UNCHECKED_EXPRESSION_P.
11268         (check_thrown_exceptions_do): Changed leading comment. Resolve and
11269         layout argument exception type.
11270         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
11271         of IS_UNCHECKED_EXPRESSION_P.
11273 1998-11-18  Anthony Green  <green@cygnus.com>
11275         * jcf-parse.c (yyparse): Open class file in binary mode.
11277 1998-11-15  Per Bothner  <bothner@cygnus.com>
11279         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
11281         * jcf-write.c (perform_relocations):  Move check out one loop.
11283 1998-11-15  Anthony Green  <green@hoser.cygnus.com>
11285         * Make-lang.in: Fix reference to srcdir.
11286         * jv-scan.c: Add missing xmalloc prototype.
11287         * jvgenmain.c: Ditto.
11289 1998-11-15  Per Bothner  <bothner@cygnus.com>
11291         * decl.c (error_mark_node), java-tree.h:  New global.
11292         * parse.y:  Use empty_stmt_node instead of size_zero_node.
11293         (build_if_else_statement):  If missing else, use empty_stmt_node.
11295         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
11296         (java_complete_expand_method):  Complain if return is missing.
11297         (java_check_regular_methods):  Comment out incorrect error check.
11298         (not_accessible_p):  Fix incorrect handling of protected methods.
11299         (patch_method_invocation):  Pass correct context to not_accessible_p.
11300         (find_applicable_accessible_methods_list):  Likewise.
11301         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
11302         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
11303         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
11304         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
11306         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
11307         (push_int_const):  Remove reundant NOTE_PUSH.
11308         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
11309         (- case SWITCH_EXPR):  Fix code generation bug.
11310         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
11311         (generate_classfile):  More robust for abstract methods.
11313 1998-11-15  Anthony Green  <green@cygnus.com>
11315         * Makefile.in: jv-scan and jvgenmain all require libiberty.
11316         * Make-lang.in: Ditto.
11318         * jv-scan.c: Remove xmalloc and xstrdup definitions.
11319         * jvgenmain: Ditto.
11321 1998-11-15  Per Bothner  <bothner@cygnus.com>
11323         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
11325         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
11327 1998-11-14  Per Bothner  <bothner@cygnus.com>
11329         Allow uses of interface types to verify.  This is not really
11330         type-safe, but it matches what Sun does, and is OK as long as
11331         there are appropriate run-time checks.
11332         * verify.c (merge_types):  If merging two interface types,
11333         just set the result to java.lang.Object.
11334         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
11336 1998-11-13  Tom Tromey  <tromey@cygnus.com>
11338         * gjavah.c (main): Handle --output-class-directory argument.
11339         * jvspec.c (lang_specific_driver): Translate `-d' into
11340         -foutput-class-dir.
11341         * jcf.h (jcf_write_base_directory): Declare.
11342         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
11343         * lang-options.h: Mention -foutput-class-dir.
11344         * jcf-write.c (jcf_write_base_directory): New global.
11345         (make_class_file_name): Put generated .class file into `-d'
11346         directory, or into source directory if -d not given.  Function now
11347         static.
11348         (write_classfile): Free class file name.  Handle case where class
11349         file name is NULL.
11350         (DIR_SEPARATOR): New macro.
11351         Include <sys/stat.h>
11353         * Makefile.in (prefix): New macro.
11355 1998-11-12  Per Bothner  <bothner@cygnus.com>
11357         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
11358         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
11359         here (done in patch_invoke instead).
11360         (case_identity):  Moved here from parse.y.
11362         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
11363         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
11364         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
11365         so they can be efficiently scanned without recursion.
11366         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
11367         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
11368         in BLOCK iteratively, rather than recursively.
11370         * parse.y (do_unary_numeric_promotion):  New function.
11371         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
11373         * parse.y (patch_newarray):  Various fixes.
11375         Re-do handling of switch statements (for proper block scoping).
11376         * parse.y:  Add just a single block for the enture switch block,
11377         but don't create any "case blocks".
11378         (group_of_labels):  Rmeoved unneeded non-terminal.
11379         CASE_EXPR and DEFAULT_EXPR are added to current block.
11380         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
11381         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
11382         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
11383         * parse.y (wfl_operator, print_int_node): Make non-static.
11384         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
11385         as part of recursive scan of block.
11386         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
11387         (patch_switch_statement):  Most tests move dinto java_complete_tree.
11389         * parse.y:  Make various production be non-typed (void).
11390         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
11391         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
11392         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
11394         * jcf-write.c (struct jcf_handler):  New type.
11395         (struct jcf_switch_state):  New type.
11396         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
11397         (alloc_handler, emit_unop, emit_reloc):  New functions.
11398         (adjust_typed_op):  Add extra parameter ("max type" offset).
11399         (emit_switch_reloc, emit_case-reloc):  New function.
11400         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
11401         (generate_bytecode_insns):  Support REAL_CST, switch statements,
11402         exception handling, method calls, object/array creation, and more.
11404         * class.c:  Remove some unused variables.
11405         * constants.c (find_string_constant):  New function.
11406         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
11407         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
11408         if flag_emit_class_files.
11410 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11412         * jcf-io.c (find_class): Added explanatory comment.
11414         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
11415         trailing slash to `.zip' entries.
11417         * jvspec.c (lang_specific_driver): Correctly handle case where
11418         GC_NAME not defined.
11420 1998-11-11  Tom Tromey  <tromey@cygnus.com>
11422         * jvspec.c (GC_NAME): New define.
11423         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
11424         if required.
11425         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
11427 1998-11-11  Per Bothner  <bothner@cygnus.com>
11429         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
11431 1998-11-11  Tom Tromey  <tromey@cygnus.com>
11433         * jcf-dump.c (main): Correctly recognize `--'-style long options.
11435 1998-11-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11437         * class.c (is_compiled_class): Call safe_layout_class for class
11438         compiled from source.
11439         * conver.h (convert_to_integer, convert_to_real,
11440         convert_to_pointer): Added prototypes.
11441         * decl.c (init_decl_processing): Non longer push the decls of
11442         `methodtable', `constants', `Class', `Field', `dispatchTable'
11443         `jexception' and `Method'.
11444         * expr.c (build_invokeinterface): New function.
11445         (expand_invoke): static variable CLASS_IDENT now in
11446         build_invokeinterface. Use build_invokeinterface.
11447         (expand_java_field_op): Moved code to inline
11448         java.lang.PRIMTYPE.TYPE into a function.
11449         (build_primtype_type_ref): New function.
11450         * java-tree.def (INSTANCEOF_EXPR): New tree code.
11451         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
11452         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
11453         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
11454         (DECL_LOCAL_STATIC_VALUE): New macro.
11455         (build_invokeinterface, build_primtype_type_ref): New function
11456         prototypes.
11457         (java_parse_abort_on_error): Macro rewritten.
11458         * jcf-parse.c (current_method): Add comment to declaration.
11459         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
11460         Function prototypes fixed.
11461         (jcf_parse_source): push/pop parser context. save/restore global.
11462         (parse_source_file): Fixed leading comment. Now take a
11463         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
11464         classes and pop the parser context anymore.
11465         (yyparse): Push parser context, save globals, parse the source
11466         file, restore globals and pop the parser context when processing a
11467         source file.
11468         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
11469         * lex.c (java_parse_doc_section): New function.
11470         (java_lex): Call java_parse_doc_section when appropriate. Build an
11471         operator around INSTANCEOF_TK.
11472         * lex.h (java_lineterminator, java_sprint_unicode,
11473         java_unicode_2_utf8, java_lex_error, java_store_unicode):
11474         Prototypes rewritten.
11475         (java_parse_escape_sequence, java_letter_or_digit_p,
11476         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
11477         java_read_unicode, java_store_unicode, java_read_char,
11478         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
11479         Added function prototypes.
11480         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
11481         define.
11482         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
11483         New macros
11484         (struct parser_ctxt): New fields: deprecated,
11485         current_parsed_class_un, gclass_list.
11486         (fix_method_argument_names, issue_warning_error_from_context,
11487         resolve_package, lookup_package_type): New function prototypes.
11488         (resolve_expression_name): Fixed function prototype.
11489         (find_applicable_accessible_methods_list): Fixed indentation, added
11490         extra argument in prototype.
11491         (check_final_assignment, build_null_of_type, check_deprecation,
11492         check_method_redefinition, reset_method_name,
11493         java_check_regular_methods, java_check_abstract_methods,
11494         maybe_build_primttype_type_ref): New function prototype.
11495         * parse.y (conver.h): Include.
11496         (INSTANCEOF_TK): Tagged <operator>.
11497         (single_type_import_declaration): Use REGISTER_IMPORT macro.
11498         (relational_expression:): Build binop for instanceof.
11499         (java_push_parser_context): Remember ctxp->gclass_list across
11500         contexts.
11501         (java_pop_parser_context): Simply return if no context
11502         exists. Remember gclass_list across contexts.
11503         (issue_warning_error_from_context): New function.
11504         (parse_error_context): Don't setup ctxp->elc here. Call
11505         issue_warning_error_from_context instead.
11506         (parse_warning_context): Likewise.
11507         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
11508         setup. Link new class/interface to ctxp->gclass_list.
11509         (add_superinterfaces): Register interface as incomplete if not
11510         loaded.
11511         (create_class): Remember class unqualified name in
11512         ctxp->current_parsed_class_un. Check class deprecation.
11513         (register_fields): Check field deprecation. Remember static final
11514         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
11515         processing INIT.
11516         (method_header): New local variable ORIG_ARG. Use unqualified
11517         current class name for check on constructor errors. Promote return
11518         type if of record type. Argument list fix moved in
11519         fix_method_argument_names, called here. Check method deprecation.
11520         (fix_method_argument_names): New function.
11521         (method_declarator): Promote record typed arguments.
11522         (safe_layout_class): Check class methods before layout.
11523         (java_complete_class): Compute field layout when patched.
11524         (do_resolve_class): Try to load class after having it renamed
11525         after the package name.
11526         (get_printable_method_name): Use DECL_CONTEXT.
11527         (reset_method_name): New function.
11528         (check_method_redefinition): Use reset_method_name.
11529         (java_check_regular_methods): New local variable
11530         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
11531         names for error report. Check for compile-time error when method
11532         found has default (package) access.
11533         (java_check_abstract_methods): Now takes an interface DECL node as
11534         an argument. Also reinstall real name on unchecked
11535         overriding/hiding methods for error report.
11536         (java_check_methods): Fixed leading comment. Get classes to verify
11537         from ctxp->gclass_list. Use CHECK_METHODS macro and set
11538         CLASS_METHOD_CHECKED_P on class verification.
11539         (lookup_java_method2): Get real method name if necessary.
11540         (find_in_imports): Don't check package class access here.
11541         (resolve_package, lookup_package_type): New functions.
11542         (java_layout_classes): Fixed leading comment. Take classes to be
11543         laid out from ctxp->gclass_list.
11544         (java_complete_expand_methods): Don't expand native and abstract
11545         methods.
11546         (java_expand_classes): New function.
11547         (resolve_expression_name): Use additional argument ORIG.  Retrieve
11548         values of static final field of primitive types.
11549         (resolve_field_access): Handles static final field of promotive
11550         type.
11551         (resolve_qualified_expression_name): Handle STRING_CST as
11552         primaries and package name resolution. Check deprecation on found
11553         decls. Set where_found and type_found on non static field resolved
11554         during qualification. Layout non primitive field decl types.
11555         (check_deprecation): New function.
11556         (maybe_access_field): Simplified.
11557         (patch_method_invocation_stmt): Local variable CLASS_TYPE
11558         removed. Reverse method's argument when primary is a type. Don't
11559         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
11560         instead. Include abstract class in the list of class searchable
11561         for constructors. Use DECL_CONTEXT of found method for access
11562         checks. Check method deprecation.
11563         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
11564         converting arguments. Handle INVOKE_INTERFACE.
11565         (lookup_method_invoke): Search constructor using existing
11566         infrastructure (don't rely on lookup_java_constructor anymore).
11567         (find_applicable_accessible_methods_list): Extra argument flag
11568         LC. Now include constructor in the search.
11569         (qualify_ambiguous_name): Conditional expression are primaries.
11570         (not_initialized_as_it_should_p): static final are always
11571         initialized.
11572         (java_complete_tree): Pass extra NULL argument to
11573         resolve_expression_name. Stricter test to carry on patching
11574         assignments. New case for INSTANCEOF_EXPR.
11575         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
11576         (check_final_assignment, maybe_build_primttype_type_ref): New
11577         functions.
11578         (patch_assignment): Detect resolved static finals and carry normal
11579         assignment error check on them. Inline PRIMTYPE.TYPE read access.
11580         (try_builtin_assignconv): Access constant 0 on all primitive
11581         types.
11582         (valid_builtin_assignconv_identity_widening_p): Accept identical
11583         types. Accept all promoted type on int type.
11584         (valid_ref_assignconv_cast_p): Accept a null pointer to be
11585         assigned to a reference.
11586         (valid_method_invocation_conversion_p): Accept to check null
11587         pointers.
11588         (build_binop): Merge declaration and initialization of local
11589         variable BINOP.
11590         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
11591         numeric types. Improved validity test for qualify operators on
11592         references.
11593         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
11594         and PREINCREMENT_EXPR. Also detect resolved static finals of a
11595         primitive type and issue the appropriate error message.
11596         (resolve_type_during_patch): Mark class loaded when resolved.
11597         (patch_cast): Allow null to be cased to reference types.
11598         (build_null_of_type): New function.
11599         (patch_array_ref): Handle array on references correctly.
11600         (patch_return): Removed unused local variable MODIFY. Force
11601         boolean to be returned as integers. Allows null to be returned by
11602         a function returning a reference.
11603         * typeck.c (convert_to_integer, convert_to_real,
11604         convert_to_pointer): Prototypes moved to convert.h
11605         (lookup_argument_method): Use method real name, if necessary.
11607 1998-10-30  Tom Tromey  <tromey@cygnus.com>
11609         * class.c (build_class_ref): Changed name of primitive classes to
11610         start with `_Jv_'.
11612         * class.c (make_class_data): Renamed fields: nmethods to
11613         method_count, method_count to dtable_method_count.  Always set
11614         `state' field to 0.
11615         * decl.c (init_decl_processing): Likewise.
11617 1998-10-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11619         * class.c (layout_class): Don't mangle <finit>, produce
11620         __finit<class> instead. Don't verify artificial methods.
11621         * decl.c (finit_identifier_node): New declared global.
11622         (init_decl_processing): finit_identifier_node initialized.
11623         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
11624         * java-tree.h (finit_identifier_node): Declared as extern.
11625         (struct lang_decl): New field called_constructor.
11626         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
11627         (CLASS_HAS_FINIT_P): New macro.
11628         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
11629         explicit constructor invocation.
11630         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
11631         CALL_SUPER_CONSTRUCTOR_P): New macros.
11632         (write_classfile): Added prototype.
11633         * jcf-parse.c (jcf_parse_source): Parse and remember for
11634         generation if the file was seen on the command line.
11635         (parse_source_file): Don't write the class file here.
11636         (yyparse): Loop on files rewritten. Set current_jcf.
11637         (parse_zip_file_entries): Parse class file only if it was found.
11638         * lang.c (init_parse): Don't open command line provided filename
11639         here.
11640         (lang_parse): Don't set main_jcf anymore.
11641         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
11642         (JCONSTRUCTOR_CHECK): New macro.
11643         (JBSC_TYPE_P): New macro.
11644         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
11645         (COMPLETE_CHECK_OP_2): New macro.
11646         (struct parse_ctxt): New field explicit_constructor_p.
11647         (check_class_interface_creation): Fixed prototype indentation.
11648         (patch_method_invocation_stmt): Prototype reflects added argument.
11649         (patch_invoke): Likewise.
11650         (complete_method_declaration, build_super_invocation,
11651         verify_constructor_circularity,
11652         build_this_super_qualified_invocation, get_printable_method_name,
11653         patch_conditional_expr, maybe_generate_finit, fix_constructors,
11654         verify_constructor_super, create_artificial_method,
11655         start_artificial_method_body, end_artificial_method_body,
11656         generate_field_initialization_code): New function prototypes.
11657         * parse.y: Fixed leading comment
11658         (constructor_header:, constructor_body:, block_end:): Rules tagged
11659         <node>.
11660         (type_declaration:): Call maybe_generate_finit.
11661         (method_declaration:): Action for method_body: placed in new
11662         function complete_method_declaration, called here.
11663         (constructor_declaration:): Defined actions. Removed leading
11664         FIXME.
11665         (constructor_header:): New rule with action.
11666         (constructor_body:): Rule rewritten using block_begin: and
11667         block_end:. Defined actions.
11668         (constructor_declarator:, explicit_constructor_invocation:):
11669         Defined actions.
11670         (block:): Use new rules block_begin: block_end:.
11671         (block_begin:, block_end:): New rules and actions.
11672         (block_statements:): Fixed error message for explicit
11673         constructors.
11674         (method_invocation:): Call build_this_super_qualified_invocation
11675         if primary is `this' or `super' was seen.
11676         (conditional_expression:): Action defined.
11677         (extra_ctxp_pushed_p): New static global flag.
11678         (java_parser_context_save_global): Create parser context if
11679         necessary. Use extra_ctxp_pushed_p to remember it.
11680         (java_parser_context_restore_global): Pop extra parser context if
11681         one exists.
11682         (build_array_from_name): Array on primitive types are marked
11683         loaded.
11684         (register_fields): Restore new name in field initializer
11685         expression if type was altered. Non static fields initialized upon
11686         declaration marked initialized.
11687         (maybe_generate_finit): New function.
11688         (maybe_generate_clinit): Use create_artificial_method,
11689         start_artificial_method_body, end_artificial_method_body. Generate
11690         debug info for enclosed initialization statements.
11691         (method_header): Fixed leading comment. Check constructor
11692         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
11693         accordingly.
11694         (complete_method_declaration, constructor_circularity_msg,
11695         verify_constructor_circularity): New functions.
11696         (get_printable_method_name): New function.
11697         (check_method_redefinition): Don't rename <finit> methods. Fix
11698         declared constructor names. Error message for
11699         constructors modified.
11700         (java_check_regular_methods): Local variable seen_constructor
11701         renamed saw_constructor. Skip verification on constructors. Create
11702         default constructor with create_artificial_method.
11703         (java_check_methods): Removed unnecessary empty line.
11704         (create_artificial_method, start_artificial_method_body,
11705         end_artificial_method_body): New functions.
11706         (java_layout_classes): Changed leading comment. Reverse fields
11707         list if necessary. Always layout java.lang.Object if being
11708         defined.
11709         (java_complete_expand_methods): Verify constructor circularity.
11710         (java_complete_expand_method): Call fix_constructor on
11711         constructors.  Local variable no_ac_found removed. Restore
11712         bindings if method body expansion failed.
11713         (fix_constructors, verify_constructor_super,
11714         generate_field_initialization_code): New function.
11715         (java_expand_classes): Fixed leading comment. Write class file
11716         here.
11717         (resolve_expression_name): Check for illegal instance variable
11718         usage within the argument scope of an explicit constructor
11719         invocation.
11720         (resolve_qualified_expression_name): Pass extra from_super flag
11721         when invoking patch_method_invocation_stmt. New case for
11722         conditional expression when used as a primary. Check for error
11723         when acquiring super.
11724         (patch_method_invocation_stmt): Added extra argument super. New
11725         local variable is_static_flag. Set class_to_search according to
11726         the nature of the constructor invocation. Don't add `this'
11727         argument when expanding NEW_CLASS_EXPR. Check for illegal method
11728         invocation within the argument scope of explicit constructor
11729         invocation. Set is_static according to is_static_flag. Provide
11730         extra `super' argument to patch_invoke invocation.
11731         (patch_invoke): New argument from_super. Loop on arguments
11732         indentation fixed. Pass from_super to invocation_mode. New switch
11733         case INVOKE_SUPER. Fixed error message in switch default case.
11734         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
11735         value.
11736         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
11737         (lookup_method_invoke): Fixed prototypes in candidates list. Error
11738         message takes constructors into account.
11739         (find_applicable_accessible_methods_list): Fixed indentation.
11740         (qualify_ambiguous_name): Take explicit constructor invocation
11741         into account. Deal with a conditional expression as a primary to
11742         a method call.
11743         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
11744         case. Added extra argument to patch_method_invocation_stmt.
11745         Register calls made to explicit constructor `this'. Don't call
11746         save_expr in ARRAY_REF case when emitting class files. Check for
11747         illegal use of this when expanding explicit constructor invocation
11748         arguments.
11749         (complete_function_arguments): Set and reset parser context
11750         explicit_constructor_p field value when appropriate.
11751         (build_super_invocation, build_this_super_qualified_invocation):
11752         New functions.
11753         (patch_assignment): Fixed typo.
11754         (patch_unaryop): Check on final fields occurs only when a decl
11755         exits.
11756         (patch_return): Take constructors into account.
11757         (patch_conditional_expr): New function.
11758         * typeck.c (build_java_signature): Removed unnecessary empty line.
11760 1998-10-28  Jeffrey A Law  (law@cygnus.com)
11762         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
11764 1998-10-28  Tom Tromey  <tromey@cygnus.com>
11766         * decl.c (init_decl_processing): Renamed fields.
11767         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
11768         interface_len, msize fields.
11770         * class.c (make_class_data): Removed subclass_head and
11771         subclass_next fields.
11772         * decl.c (init_decl_processing): Removed subclass_head and
11773         subclass_next fields.
11775 1998-10-28  Jeffrey A Law  (law@cygnus.com)
11777         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
11778         * mangle.c (emit_unicode_mangled_name): Similarly.
11780 1998-10-26  Nick Clifton  <nickc@cygnus.com>
11782         * jcf-parse.c (get_constant): Place braces around code to compute
11783         'd' when REAL_ARITHMETIC is not defined.
11785 1998-10-25  H.J. Lu  (hjl@gnu.org)
11787         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
11788         dependency.
11790 1998-10-23  Tom Tromey  <tromey@cygnus.com>
11792         * lang-specs.h: `.zip' files are input to jc1.
11794 1998-10-22  Per Bothner  <bothner@cygnus.com>
11796         * jvspecs.c:  Add (but don't enable) support for combining multiple
11797         .class and .java input filenames to a single jc1 invocation.
11798         Add support for -C flag (copile to .class files).
11799         Translate -classpath and -CLASSPATH arguments.
11800         * lang-specs.h:  Don't set %2 spec.
11802 1998-10-22  Tom Tromey  <tromey@cygnus.com>
11804         * jcf-path.c (add_entry): Don't add trailing separator if entry is
11805         a .zip file.
11806         (add_path): Don't add trailing separator to non-empty path
11807         elements.
11809         * lang.c (lang_decode_option): Check for -fclasspath and
11810         -fCLASSPATH before examining other `-f' options.
11812         * java-tree.h (finalize_identifier_node): Don't declare.
11813         * class.c (make_class_data): Don't push "final" field.
11814         * decl.c (init_decl_processing): Don't push "final" field.
11815         (finalize_identifier_node): Removed.
11816         (init_decl_processing): Don't set finalize_identifier_node.
11818         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
11820 1998-10-11  Anthony Green  <green@cygnus.com>
11822         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
11823         (JV_SCAN_SOURCES): New macro.
11824         (JCF_DUMP_SOURCES): Likewise.
11825         (jcf-dump$(exeext)): New target.
11826         (jv-scan$(exeext)): New target.
11828 1998-10-22  Tom Tromey  <tromey@cygnus.com>
11830         * Makefile.in (LEX): Removed.
11831         (LEXFLAGS): Likewise.
11832         (SET_BISON): New macro.
11833         (BISON): Removed.
11834         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
11835         spurious diffs in parse.c.
11836         ($(PARSE_SCAN_C)): Likewise.
11837         (PARSE_DIR): New macro.
11838         (PARSE_C): Use it.
11839         (PARSE_SCAN_C): Likewise.
11840         (PARSE_RELDIR): New macro.
11842         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
11844         * jcf-io.c (find_class): Use saw_java_source to determine when to
11845         look for `.java' file.
11846         * jcf-parse.c (saw_java_source): New global.
11847         (yyparse): Set it if `.java' file seen.
11849         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
11850         (GCJH_SOURCES): Likewise.
11851         * Makefile.in (datadir): New macro.
11852         (libjava_zip): Likewise.
11853         (JAVA_OBJS): Added jcf-path.o.
11854         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
11855         (../gcjh$(exeext)): Likewise.
11856         (jcf-path.o): New target.
11857         * java-tree.h (fix_classpath): Removed decl.
11858         * jcf-parse.c (fix_classpath): Removed.
11859         (load_class): Don't call fix_classpath.
11860         * parse.y (read_import_dir): Don't call fix_classpath.
11861         * lex.h: Don't mention classpath.
11862         * lex.c (java_init_lex): Don't initialize classpath.
11863         * jcf-io.c (classpath): Removed global.
11864         (find_class): Use jcf_path iteration functions.  Correctly search
11865         class path for .java file.
11866         (open_in_zip): New argument `is_system'.
11867         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
11868         classpath-related options.
11869         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
11870         and -I.
11871         (lang_init): Call jcf_path_init.
11872         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
11873         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
11874         Correctly put braces around second string in each entry.
11875         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
11876         classpath-related options.
11877         (help): Updated for new options.
11878         * jcf.h: Declare functions from jcf-path.c.  Don't mention
11879         `classpath' global.
11880         * jcf-path.c: New file.
11882         * jcf-depend.c: Include jcf.h.
11884         * jcf-write.c (localvar_alloc): Returns `void'.
11885         (localvar_free): Removed unused variable.
11887         * lang.c (OBJECT_SUFFIX): Define if not already defined.
11888         (init_parse): Use OBJECT_SUFFIX, not ".o".
11890 1998-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11892         * class.c (emit_register_classes): Renamed from
11893         emit_register_class.
11894         * java-tree.h (emit_register_classes): Prototype renamed from
11895         emit_register_class.
11896         * jcf-parse.c (yyparse): Call emit_register_classes once before
11897         returning.
11898         * parse.y (java_expand_classes): No longer register classes.
11900 1998-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11902         * class.c (is_compiled_class): New local variable
11903         seen_in_zip. Identify classes found in currently compiled source
11904         file(s).
11905         * decl.c (complete_start_java_method): Fixed typo.
11906         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
11907         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
11908         (CLASS_P): Moved around.
11909         (java_parse_abort_on_error): Macro moved from jcf-parse.c
11910         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
11911         java-parse.h
11912         (jcf_parse_source): Changed leading comment. Removed unnecessary
11913         fclose and CLASS_FROM_SOURCE_P marking.
11914         (parse_source_file): New local variables remember_for_generation
11915         and filename. Mark parsed file name identifier node. Removed block
11916         executed when parse_only was null. Set remember_for_generation.
11917         Use it as an argument to java_pop_parser_context.
11918         (yyparse): New local variables several_files, list, next node and
11919         current_file_list. Split ampersand separated file names into
11920         current_file_list. Iterate through the list and parse accordingly.
11921         * parse.h (java_pop_parser_context): New function prototype.
11922         * parse.y (ctxp_for_generation): New static global variable.
11923         (java_pop_parser_context): New argument generate. Link popped ctxp
11924         to ctxp_for_generation list accordingly.
11925         (java_complete_expand_methods): Fixed indentation.
11926         (java_expand_classes): New function.
11928 1998-10-17  Per Bothner  <bothner@cygnus.com>
11930         * Makefile.in:  Link with libiberty.a instead of memmove.o.
11932 1998-10-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11934         * lex.c (setjmp.h): No longer included.
11935         * lex.h (setjmp.h): Included.
11936         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
11937         (duplicate_declaration_error_p): Renamed from
11938         duplicate_declaration_error.
11939         (build_array_from_name): New function prototype.
11940         * parse.y (setjmp.h): No longer included.
11941         (variable_declarator_id): Define action.
11942         (build_array_from_name): New function.
11943         (duplicate_declaration_error_p): Renamed from
11944         duplicate_declaration_error.  Fixed leading comment.
11945         (register_fields): Main `for' loop reorganized. Uses
11946         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
11947         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
11948         build_array_from_name.
11949         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
11950         types.
11951         (read_import_dir): Don't try to skip `.' and `..'.
11952         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
11953         build_array_from_name. Main `for' loop reorganized.
11954         (resolve_qualified_expression_name): When building access to a
11955         field, use the type where the field was found, not its own type.
11956         (maybe_access_field): Use field DECL_CONTEXT if the type where the
11957         field was found is null.
11958         (qualify_ambiguous_name): Sweep through all successive array
11959         dimensions.
11961 1998-10-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11963         * java-tree.h (pop_labeled_block, lang_printable_name,
11964         maybe_add_interface, set_super_info, get_access_flags_from_decl,
11965         interface_of_p, inherits_from_p, fix_classpath,
11966         complete_start_java_method, emit_handlers, init_outgoing_cpool,
11967         make_class_data, register_class, alloc_name_constant): New
11968         function prototypes.
11969         * lang.c (lang_decode_option): Set argc argument unused. Fixed
11970         indentation. Added cast to remove warning.
11971         (lang_printable_name): Set v argument unused.
11972         (lang_print_error): Added argument to lang_printable_name call.
11973         (java_dummy_print, print_lang_decl, print_lang_type,
11974         print_lang_identifier, lang_print_xnode): All argument marked
11975         unused.
11976         * lex.c (java_unget_unicode): Removed unnecessary argument.
11977         (java_allocate_new_line): Unused local variable is gone.
11978         (java_read_char): Added parenthesis in expressions to remove
11979         warnings.  Added final return statement.
11980         (java_read_unicode): Added parenthesis in expression to remove
11981         warning.
11982         (java_parse_end_comment): Fixed java_unget_unicode invocation.
11983         (java_parse_escape_sequence): Likewise.
11984         (java_lex): Unused local variables are gone. Fixed
11985         java_unget_unicode invocation.
11986         * lex.h (set_float_handler): Prototype added when JC1_LITE not
11987         defined.
11988         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
11989         lang_printable_name invocation in macro.
11990         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
11991         Likewise.
11992         (duplicate_declaration_error): Suppressed unused argument in
11993         prototype.
11994         (identical_subpath_p): Function declaration is gone.
11995         (patch_invoke): Suppressed unused argument in prototype.
11996         (patch_cast, build_labeled_block, check_thrown_exceptions):
11997         Likewise.
11998         * parse.y (setjmp.h): Included
11999         (toplev.h): Likewise.
12000         (field_declaration:): Suppressed unused local
12001         (label_decl:): Fixed build_labeled_block invocation.
12002         (java_pop_parser_context): Put extra parenthesis around assignment
12003         in if.
12004         (yyerror): Suppressed unused local variables.
12005         (variable_redefinition_error): Fixed lang_printable_name
12006         invocation.
12007         (create_interface): Suppressed unused local variables.
12008         (create_class): Likewise.
12009         (duplicate_declaration_error): Suppressed unused argument. Fixed
12010         lang_printable_name invocation.
12011         (register_fields): Suppressed unused local variable. Fixed
12012         duplicate_declaration_error invocation.
12013         (method_header): Suppressed unused local variable.
12014         (method_declarator, parser_check_super): Likewise.
12015         (java_complete_class): Suppressed unused local variable. Fixed
12016         fatal error message.
12017         (complete_class_report_errors): Added default: in switch.
12018         (java_check_regular_methods): Fixed lang_printable_name
12019         invocations.
12020         (check_throws_clauses): Likewise.
12021         (java_check_abstract_methods): Suppressed unused local
12022         variable. Fixed lang_printable_name invocation.
12023         (read_import_entry): Added supplemental return statement.
12024         (read_import_dir): Suppressed unused local variables.
12025         (check_pkg_class_access, declare_local_variables): Likewise.
12026         (source_start_java_method): Suppressed unused extern variable
12027         declarations
12028         (expand_start_java_method): Suppressed unused extern and local
12029         variable declarations.
12030         (java_complete_expand_methods): Likewise.
12031         (java_complete_expand_method): Suppressed unused local variables.
12032         (make_qualified_name): Likewise.
12033         (resolve_qualified_expression_name): Added default: in
12034         switch. Fixed lang_printable_name invocation.
12035         (class_instance_creation_expression): Added parenthesis around
12036         expressions.
12037         (patch_method_invocation_stmt): Fixed lang_printable_name and
12038         patch_invoke invocations.
12039         (check_for_static_method_reference): Fixed lang_printable_name
12040         invocation.
12041         (patch_invoke): Suppressed unused arguments and local variables.
12042         (lookup_method_invoke): Suppressed unused local variables.
12043         (qualify_ambiguous_name): Added default: in switch.
12044         (identical_subpath_p): Function removed.
12045         (patch_assignment): Suppressed unused local variables. Suppressed
12046         unnecessary if statement. Fixed lang_printable_name invocations.
12047         (try_builtin_assignconv): Fixed lang_printable_name invocations.
12048         (valid_ref_assignconv_cast_p): Parenthesis around
12049         expression. Suppressed unused local variables.
12050         (build_binop): Suppressed unused local variables. fixed
12051         lang_printable_name invocations.
12052         (string_constant_concatenation): Suppressed unused local
12053         variables.
12054         (patch_unaryop): Fixed lang_printable_name invocation.
12055         (patch_cast): Suppressed unnecessary argument. Fixed
12056         lang_printable_name invocation.
12057         (patch_array_ref): Fixed lang_printable_name invocation.
12058         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
12059         (build_labeled_block): Suppressed unused argument.
12060         (generate_labeled_block): Fixed build_labeled_block invocation.
12061         (build_loop_body): Suppressed unused local variables.
12062         (patch_loop_statement): Likewise.
12063         (patch_exit): Fixed lang_printable_name invocation.
12064         (patch_switch_statement): Likewise.
12065         (case_identity): First argument marked unused.
12066         (patch_try_statement): Fixed lang_printable_name invocations.
12067         (patch_synchronized_statement, patch_throw_statement): Likewise.
12068         (check_thrown_exceptions): Fixed check_thrown_exceptions and
12069         lang_printable_name invocations.
12070         (check_thrown_exceptions_do): Suppressed unused argument.
12072 1998-10-14  Tom Tromey  <tromey@cygnus.com>
12074         * jcf-write.c (write_classfile): Add output class file as target.
12075         * lang-options.h: Added -MD, -MMD, -M, and -MM.
12076         * jcf.h: Added declarations for dependency-tracking functions.
12077         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
12078         * lang.c (lang_decode_option): Recognize -MD and -MMD.
12079         (finish_parse): Call jcf_dependency_write.
12080         (dependency_tracking): New global.
12081         (DEPEND_SET_FILE): New define.
12082         (DEPEND_ENABLE): New define.
12083         (init_parse): Enable dependency tracking if required.
12084         Include "flags.h".
12085         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
12086         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
12087         (../gcjh$(exeext)): Likewise.
12088         (jcf-depend.o): New target.
12089         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
12090         (GCJH_SOURCES): Likewise.
12091         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
12092         dep_name argument.
12093         (find_classfile): Added dep_name argument.
12094         (find_class): Compute name of dependency.
12095         (open_in_zip): Call jcf_dependency_add_file.
12096         * gjavah.c (output_file): No longer global.
12097         (usage): Don't mention "gjavah".
12098         (help): Likewise.
12099         (java_no_argument): Likewise.
12100         (version): Likewise.
12101         (main): Recognize and handle -M family of options.
12102         (print_mangled_classname): Return is void.
12103         (process_file): Handle case where output is suppressed.
12104         (HANDLE_END_FIELD): Likewise.
12105         (HANDLE_METHOD): Likewise.
12106         * jcf-depend.c: New file.
12108 1998-10-13  Jeffrey A Law  (law@cygnus.com)
12110         * java-tree.def: Add missing newline at EOF.
12112 1998-10-13  Tom Tromey  <tromey@cygnus.com>
12114         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
12115         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
12116         function.
12117         Include <config.h> and "system.h".
12118         (disassemble_method): Undefine RET to avoid clash with
12119         config/i386/i386.h.
12121 1998-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12123         * decl.c (runtime_exception_type_node, error_exception_type_node):
12124         New global variables.
12125         (init_decl_processing): Initialized.
12126         * expr.c (java_lang_expand_expr): Set caught exception type to
12127         null if catch handler argument doesn't exit.
12128         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
12129         tree codes.
12130         * java-tree.h (runtime_exception_type_node,
12131         error_exception_type_node): Global variables declared.
12132         (DECL_FUNCTION_THROWS): New macro.
12133         (DECL_FUNCTION_BODY): Modified comment.
12134         (DECL_SPECIFIC_COUNT): Likewise.
12135         (struct lang_decl): New field throws_list.
12136         (IS_UNCHECKED_EXPRESSION_P): New macro.
12137         * lex.c (java_lex): Generate location information for THROW_TK.
12138         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
12139         EXCEPTIONS_P): New macros.
12140         (enum jdep_code): New value JDEP_EXCEPTION.
12141         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
12142         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
12143         PATCH_METHOD_RETURN_ERROR): New macros.
12144         (patch_method_invocation_stmt): Added new argument to prototype.
12145         (patch_synchronized_statement, patch_throw_statement,
12146         check_thrown_exceptions, check_thrown_exceptions_do,
12147         purge_unchecked_exceptions, check_throws_clauses): New function
12148         prototypes.
12149         * parse.y Fixed typo in keyword section.
12150         (throw:): Rule tagged <node>.
12151         (THROW_TK): Keyword tagged <operator>.
12152         (method_header:): Last argument to call to method_header passed
12153         from throws: rule.
12154         (throws:, class_type_list:, throw_statement:,
12155         synchronized_statement:, synchronized:): Defined actions.
12156         (method_header): New local variable current. Register exceptions
12157         from throws clause.
12158         (java_complete_tree): Complete and verify exceptions from throws
12159         clause.
12160         (complete_class_report_errors): Error message on exceptions not
12161         found
12162         (java_check_regular_methods): Fixed typo. Shortcut on private
12163         overriding methods. Changed error message on method
12164         redefinition. Check for throws clause compatibility.
12165         (check_throws_clauses): New function.
12166         (java_check_abstract_methods): Use DECL_NAME for wfl or current
12167         method. Changed error message on method redefinition.
12168         (currently_caught_type_list): New static variable.
12169         (java_complete_expand_methods): Purge unchecked exceptions from
12170         throws clause list. Call PUSH_EXCEPTIONS before walk and
12171         POP_EXCEPTIONS after.
12172         (resolve_qualified_expression_name): Pass new argument as NULL to
12173         patch_method_invocation_stmt.
12174         (patch_method_invocation_stmt): New argument ref_decl. Invoke
12175         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
12176         argument list when appropriate. Use new argument if non null to
12177         store selected method decl.
12178         (patch_invoke): Convert if necessary args of builtin types before
12179         forming CALL_EXPR. Argument list no longer reversed here.
12180         (invocation_mode): Treat final methods as static methods.
12181         (java_complete_tree): New cases for THROW_EXPR: and
12182         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
12183         function call.
12184         (complete_function_arguments): No more RECORD_TYPE
12185         conversion. Function parameter nodes no longer saved.
12186         (valid_ref_assignconv_cast_p): Avoid handling null type.
12187         (patch_binop): Fixed null constant reference handling.
12188         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
12189         BUILD_THROW macros.
12190         (patch_try_statement): Fixed comments. Record caught types in
12191         list, push the list, expand try block and pop the list.
12192         (patch_synchronized_statement, patch_throw_statement,
12193         check_thrown_exceptions, check_thrown_exceptions_do,
12194         purge_unchecked_exceptions): New functions.
12195         * typeck.c (lookup_argument_method): Allow WFL in place of method
12196         DECL_NAME during method definition check
12198 1998-10-09  Tom Tromey  <tromey@cygnus.com>
12200         * gjavah.c (decode_signature_piece): New function.
12201         (print_c_decl): Use it.  Added `name_override' argument.
12202         (print_method_info): Use name_override argument to print_c_decl.
12203         (seen_fields): Removed.
12204         (print_field_info): Don't update seen_fields.
12205         (struct method_name): New structure.
12206         (method_name_list): New global.
12207         (print_method_info): Add new method to list of methods.
12208         (name_is_method_p): New function.
12209         (print_field_info): If field name has same name as method, then
12210         change field name.
12211         (process_file): Parse methods before fields.
12212         (field_pass): New global.
12213         (HANDLE_END_FIELD): Take field_pass into account.
12215 1998-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12217         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
12218         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
12220 1998-10-03  Anthony Green  <green@cygnus.com>
12222         * jvspec.c: Fix bug in jvgenmain_spec patch.
12224 1998-10-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12226         * Makefile.in (lang.o:): Install dependency on java-tree.def.
12227         * decl.c (soft_exceptioninfo_call_node): New global variable.
12228         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
12229         takes extra integer argument. soft_exceptioninfo_call_node
12230         initialized.
12231         * except.c (java_set_exception_lang_code): New function
12232         (method_init_exceptions): Called here.
12233         (prepare_eh_table_type): New function.
12234         (expand_end_java_handler): Called here.
12235         * expr.c (build_java_throw_out_of_bounds_exception): Now features
12236         one argument. Modified generation of call to
12237         soft_badarrayindex_node to use new argument.
12238         (build_java_arrayaccess): Pass faulty index value to
12239         build_java_throw_out_of_bounds_exception.
12240         (generate_name): New function.
12241         (java_lang_expand_expr): New local variables node, current,
12242         has_finally_p. Expand TRY_EXPR node.
12243         (process_jvm_instruction): Replace top of the stack with thrown
12244         object reference when entering exception handler.
12245         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
12246         specific tree codes.
12247         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
12248         global.
12249         (DECL_SPECIFIC_COUNT): New macro.
12250         (prepare_eh_table_type, java_set_exception_lang_code,
12251         generate_name): New function declarations.
12252         (match_java_method): Declaration deleted.
12253         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
12254         macros.
12255         * lex.c (TRY_TK, CATCH_TK): Generate location information.
12256         * parse.h (redefinition_error, refine_accessible_methods_list,
12257         can_cast_to_p): Function declaration removed.
12258         (classitf_redefinition_error, variable_redefinition_error,
12259         parse_jdk1_1_error, find_applicable_accessible_methods_list,
12260         find_most_specific_methods_list, argument_types_convertible,
12261         enter_a_block, valid_builtin_assignconv_identity_widening_p,
12262         valid_cast_to_p, valid_method_invocation_conversion_p,
12263         try_reference_assignconv, add_stmt_to_compound,
12264         build_jump_to_finally, build_tree_list, patch_try_statement,
12265         java_get_catch_block): New function declarations.
12266         * parse.y (string_buffer_type): Global variable deleted.
12267         (group_of_labels, catches, catch_clause, catch_clause_parameter,
12268         finally): Rules tagged <node>.
12269         (TRY_TK, CATCH_TK): Token tagged <operator>.
12270         (class_body_declaration:, class_member_declaration:,
12271         formal_parameter:, explicit_constructor_invocation:,
12272         interface_member_declaration:, constant_declaration:,
12273         primary_no_new_array:, class_instance_creation_expression:,
12274         array_creation_expression:): Issue error on unsuported JDK1.1
12275         features.
12276         (try_statement:, catches:, finally:): Define actions.
12277         (catch_clause_parameter): New rule.
12278         (catch_clause:): Use new rule catch_clause_parameter.
12279         (parse_jdk1_1_error): New function.
12280         (redefinition_error): Renamed classitf_redefinition_error.
12281         (variable_redefinition_error): New function.
12282         (check_class_interface_creation): Call
12283         classitf_redefinition_error.
12284         (java_complete_tree): Added error message on JDEP_TYPE: case.
12285         (complete_class_report_errors): Fixed indentation.
12286         (declare_local_variables): Call variable_redefinition_error.
12287         (source_end_java_method): Call java_set_exception_lang_code and
12288         emit_handlers where appropriate.
12289         (java_method_add_stmt): Call add_stmt_to_block.
12290         (add_stmt_to_block): New function.
12291         (lookup_method_invoke): Fixed outside comment. new local variable
12292         candicates.  Call find_applicable_accessible_methods_list and
12293         find_most_specific_methods_list when searching for a
12294         method. Modified error report to list possible candidates when
12295         applicable.
12296         (find_applicable_accessible_methods_list,
12297         find_most_specific_methods_list, argument_types_convertible): New
12298         function.
12299         (refine_accessible_methods_list): Function deleted.
12300         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
12301         expr (if applicable) before calling patch_array_ref.
12302         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
12303         (enter_block): Fixed comment.
12304         (enter_a_block): New function.
12305         (patch_assignment): Reorganized. Call try_reference_assignconv for
12306         references. Call valid_cast_to_p instead of can_cast_to_p.
12307         (try_reference_assignconv,
12308         valid_builtin_assignconv_identity_widening_p): New functions.
12309         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
12310         (valid_cast_to_p, valid_method_invocation_conversion_p): New
12311         functions.
12312         (build_string_concatenation): Don't resolve StringBuffer.
12313         (patch_cast): Fixed inverted arguments.
12314         (patch_array_ref): Code to save array expr deleted. Call
12315         valid_cast_to_p instead of can_cast_to_p.
12316         (generate_labeled_block): Call generate_name.
12317         (build_jump_to_finally, build_try_statement, java_get_catch_block,
12318         patch_try_statement): New functions.
12319         * typeck.c (match_java_method): Function deleted.
12321 1998-10-02  Anthony Green  <green@cygnus.com>
12323         * jvspec.c: jvgenmain_spec uses different temporary file names.
12325 1998-10-02  Anthony Green  <green@cygnus.com>
12327         * jvspec.c (lang_specific_driver): Fail if user specifies
12328         --main= when not linking.
12330 1998-09-28  Tom Tromey  <tromey@cygnus.com>
12332         * class.c (make_class_data): Push value for `thread' field.
12333         * decl.c (init_decl_processing): Added `thread' field to class.
12335         * class.c (add_field): Always make static fields externally
12336         visible.
12338 1998-09-26  Anthony Green  <green@cygnus.com>
12340         * expr.c (build_java_athrow,
12341         build_java_throw_out_of_bounds_exception, expand_invoke,
12342         build_newarray, expand_java_multianewarray, build_java_monitor):
12343         Update comments to reflect _Jv_* function names.
12345 1998-09-25  Per Bothner  <bothner@cygnus.com>
12347         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
12348         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
12349         * parse.y (expand_start_java_method):  Likewise.
12351 1998-09-24  Per Bothner  <bothner@cygnus.com>
12353         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
12355         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
12356         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
12357         * expr.c:  Remove no-longer-needed calls to promote_type.
12358         * decl.c (give_name_to_locals):  Liekwise.
12359         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
12360         * parse.y:  Add/remove promote_type calls as appropriate.
12361         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
12362         (parse_signature_string):  Likewise.
12363         (build_java_array_type):  Fix for now signature convenions.
12365         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
12367 1998-09-23  Tom Tromey  <tromey@cygnus.com>
12369         * class.c (init_class_processing): libjava function renamed to
12370         _Jv_RegisterClass.
12372 1998-09-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12374         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
12375         * java-tree.def: Fixed DEFTREECODE third argument.
12376         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
12377         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
12378         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
12379         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
12380         JAVA_THIS_EXPR): Now replaced by tree code definitions.
12381         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
12382         * lang.c (java_tree_code_type, java_tree_code_length,
12383         java_tree_code_name): New arrays.
12384         (lang_init): Append Java tree node definitions to Gcc ones.
12385         * lex.c (expression_obstack): Declared as extern when JC1_LITE
12386         defined.
12387         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
12388         wfl_to_string.
12389         (java_lex): Allow declaration of empty string constants. Retain
12390         location information on CASE_TK and DEFAULT_TK.
12391         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
12392         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
12393         Modified to be more robust.
12394         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
12395         (build_new_invocation, try_builtin_assignconv,
12396         patch_switch_statement, string_constant_concatenation,
12397         build_string_concatenation, patch_string_cst, patch_string,
12398         java_expand_switch): New function declarations.
12399         * parse.y: Rules related to switch and EH tagged <node>.
12400         (label_id): Set to NULL_TREE
12401         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
12402         tree nodes.
12403         (this_or_super:): Fixed indentation.
12404         (statement:, statement_nsi:, statement_without_trailing_substatement:,
12405         statement_expression:): Removed call to RULE on all sub-rules.
12406         (switch_expression:, switch_labels:): New rules.
12407         (switch_statement:, switch_block:, switch_block_statement_groups:,
12408         switch_block_statement_group:, switch_labels:, switch_label:):
12409         Defined actions.
12410         (throw_statement:, synchronized_statement:, try_statement:):
12411         Defined temporary actions.
12412         (class_instance_creation_expression:): Call
12413         build_new_invocation. Fixed indentation.
12414         (field_access): Fixed indentation.
12415         (method_invocation): Likewise.
12416         (make_qualified_primary): Use THIS_EXPR.
12417         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
12418         resolving from SUPER, set *type_found.
12419         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
12420         (java_complete_tree): Removed unused local variable `location'. Case
12421         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
12422         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
12423         on MODIFY_EXPR: and all binary operator tree code cases. Removed
12424         STRING_CST: case. default: checks for patchable strings.
12425         (complete_function_arguments): Transform string constant or
12426         crafted StringBuffer if necessary.
12427         (build_method_invocation): Fixed comments.
12428         (build_new_invocation): New function.
12429         (patch_assignment): Call try_builtin_assignconv to figure a valid
12430         assignment conversion between builtin types.
12431         (try_builtin_assignconv): New function.
12432         (build_binop): Use URSHIFT_EXPR directly to call build.
12433         (operator_string): Use UNARY_PLUS_EXPR.
12434         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
12435         operator.
12436         (do_merge_string_cste, merge_string_cste,
12437         string_constant_concatenation, build_string_concatenation,
12438         patch_string, patch_string_cst): New function.
12439         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
12440         (patch_unaryop): Likewise. New test of valid ++/-- operands.
12441         (build_newarray_node): Use NEW_ARRAY_EXPR.
12442         (build_this): Use THIS_EXPR.
12443         (build_return): Enable debug information on return statement.
12444         (build_if_else_statement): Likewise.
12445         (complete_labeled_statement): Fixed related comment.
12446         (build_loop_body): Fixed comment.
12447         (build_bc_statement): Enable debug information on break/continue
12448         statements.
12449         (patch_bc_statement): Fixed typos. Handle SWITCH statement
12450         context.
12451         (patch_switch_statement, case_identity, java_expand_switch): New
12452         functions.
12454 1998-09-21  Per Bothner  <bothner@cygnus.com>
12456         * buffer.h (BUFFER_INIT):  New macro.
12457         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
12458         Pass (struct jcf_partial *state) to most functions.
12459         (jcf_block, jcf_relocation):  New types.
12460         Support labels, branches, conditionals, loops.
12462 1998-09-21  Tom Tromey  <tromey@cygnus.com>
12464         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
12466 1998-09-21  Per Bothner  <bothner@cygnus.com>
12468         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
12469         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
12470         not integer_type_node (INT_TYPE_SIZ bits).
12472         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
12474         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
12475         * jcf-dump.c (print_exception_table):  New function.
12476         (disassemble_method):  Better handling of wide instructions.
12477         Make more robust for bad input.
12479 1998-09-30  Jeffrey A Law  (law@cygnus.com)
12481         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
12482         FreeBSD.
12484 1998-09-17  Jeffrey A Law  (law@cygnus.com)
12486         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
12488 1998-09-17  Tom Tromey  <tromey@cygnus.com>
12490         * Makefile.in ($(PARSE_H)): Removed target.
12492 1998-09-17  Jeffrey A Law  (law@cygnus.com)
12494         * Makefile.in (JAVA_OBJS): Add memmove.o
12495         (memmove.o): New target & rules.
12497 1998-09-15  Tom Tromey  <tromey@cygnus.com>
12499         * expr.c (expand_invoke): Don't generate a call to the class init
12500         code.
12502 1998-09-14  Jeffrey A Law  (law@cygnus.com)
12504         * Makefile.in: Add many missing dependencies.
12505         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
12506         as appropriate.
12507         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
12508         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
12510 1998-09-11  Per Bothner  <bothner@cygnus.com>
12512         * decl.c (complete_start_java_method):  If method is static (and
12513         not private) call _Jv_InitClass.
12514         * expr.c (expand_invoke):  Don't call build_class_init.
12516         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
12518 1998-09-10  Jeffrey A Law  (law@cygnus.com)
12520         * Make-lang.in (GCJ): Define before using.
12522 1998-09-09  Jeffrey A Law  (law@cygnus.com)
12524         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
12525         losing due to namespace pollution in GNU getopt.h
12527 1998-09-09  Tom Tromey  <tromey@cygnus.com>
12529         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
12530         (java.all.cross): Likewise.
12531         (java.rest.encap): Likewise.
12533 1998-09-08  Jeffrey A Law  (law@cygnus.com)
12535         * gjavah.c (print_class_decls): Fix thinko in arglist
12536         * jcv-io.c (find_classfile): Similarly.
12538 1998-09-07  Jeffrey A Law  (law@cygnus.com)
12540         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
12542 1998-09-05  Tom Tromey  <tromey@cygnus.com>
12544         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
12545         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
12546         * Makefile.in (PARSE_C): New macro.
12547         (PARSE_H): Likewise.
12548         (PARSE_SCAN_C): Likewise.
12549         ($(PARSE_C)): Target renamed from parse.c.
12550         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
12551         (clean): Remove parse-scan.c as well.
12552         (parse.o): Depend on $(PARSE_C).
12554 1998-09-05  Anthony Green  <green@cygnus.com>
12556         * README, license.terms: Removed.
12558         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
12559         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
12560         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
12561         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
12562         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
12563         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
12564         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
12565         and Java trademark attribution.
12567 1998-09-04  Tom Tromey  <tromey@cygnus.com>
12569         * Makefile.in: Use gcjh, not gjavah.
12570         * config-lang.in (stagestuff): Use gcjh, not gjavah.
12571         * Make-lang.in: Changed gjavah to gcjh everywhere.
12573 1998-09-03  Per Bothner  <bothner@cygnus.com>
12575         * gjavah.c:  Support new -prepend -add -append flags.
12576         (print_method_info):  Method is not virtual if class is final.
12578 1998-09-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12580         * jv-scan.c: Fixed copyright assignment.
12581         * keyword.gperf: Likewise.
12582         * keyword.h: Likewise.
12583         * lex.c: Fixed copyright assignment.
12584         (java_lex): Push unicode back when parsing '<'.
12585         * lex.h: Fixed copyright assignment.
12586         * parse-scan.y: Likewise.
12587         * parse.h: Fixed copyright assignment.
12588         (build_debugable_stmt, complete_for_loop): New function prototypes.
12589         * parse.y: Fixed copyright assignment.
12590         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
12591         size_zero_node when completing a loop with no exit condition.
12592         (for_statement_nsi:): Define action.
12593         (for_init:, for_update:): Return size_zero_node when empty.
12594         (declare_local_variables): Call build_debugable_stmt.
12595         (build_debugable_stmt): New function.
12596         (build_loop_body): Build debugable statement around loop
12597         condition part.
12598         (complete_loop_body): Take into account the debugable statement
12599         around the EXIT_EXPR.
12600         (complete_loop_body): New function.
12601         (patch_exit_expr): Fixed condition inversion.
12603 1998-09-02  Tom Tromey  <tromey@cygnus.com>
12605         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
12606         name of thread define.
12607         * jvspec.c (THREAD_NAME): New macro.
12608         (GCLIB): Likewise.
12609         (THREADLIB): Likewise.
12610         (lang_specific_driver): Recognize attempt to link with thread
12611         library or gc library.  Recognize -ljava on command line so it
12612         isn't linked against more than once.
12614 1998-09-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12616         * parse-scan.y (report_main_declaration): Name of the class
12617         containing `main' can be a qualified name.
12619 1998-08-31  Tom Tromey  <tromey@cygnus.com>
12621         * config-lang.in: Changed gjavac to gjc everywhere.
12622         * Make-lang.in: Changed gjavac to gjc everywhere.
12624 1998-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12626         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
12627         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
12628         and install the files.
12629         * Makefile.in (JAVA_OBJS_LITE): New variable.
12630         (compiler:): Now include jv-scan as a dependency.
12631         (../jv-scan$(exeext), parse-scan.c): New targets.
12632         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
12633         * config-lang.in (compilers): Removed gcj, gjavah from the list.
12634         * jcf-parse.c (parse_source_file): Call java_layout_classes and
12635         check for errors even if parse_only.
12636         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
12637         defined.
12638         (yylex): New function. Uses java_lex body.
12639         (java_lex): Removed commented out statement. Remove local variable
12640         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
12641         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
12642         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
12643         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
12644         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
12645         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
12646         where appropriate.
12647         (java_lex_error): Empty if JC1_LITE is defined.
12648         (java_get_line_col): Return 0 if JC1_LITE is defined.
12649         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
12650         SET_MODIFIER_CTX): Moved into the section containing the macros
12651         conditionally defined by JC1_LITE.
12652         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
12653         argument if JC1_LITE is defined.
12654         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
12655         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
12656         is defined.
12657         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
12658         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
12659         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
12660         to different values according to JC1_LITE.
12661         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
12662         declared if JC1_LITE set.
12663         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
12664         defined if JC1_LITE not set.
12665         (struct parser_ctx): Reorganized and skip the jc1 front end part
12666         if JC1_LITE set.
12667         (java_layout_classes): New function definition.
12668         (java_push_parser_context, java_init_lex, yyparse, yylex,
12669         yyerror): Prototype always declared. All other static function
12670         prototypes declared only if JC1_LITE is not set.
12671         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
12672         declared in parse.h.
12673         (java_layout_classes): New function.
12674         (java_complete_expand_methods): No longer layout the class here.
12675         * parse-scan.y: New file.
12676         * jv-scan.c: New file.
12678 1998-08-25  Tom Tromey  <tromey@cygnus.com>
12680         * gjavah.c (main): Handle -friend option.
12681         (friend_specs): New global.
12682         (generate_access): Handle friend_specs.
12683         (process_file): Likewise.
12684         (MAX_FRIENDS): New macro.
12685         (friend_count): New global.
12686         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
12687         Changed all callers.
12689 1998-08-24  Per Bothner  <bothner@cygnus.com>
12691         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
12692         (main):  Handle processing all the entries of a named .zip archive.
12693         * jcf-io.c (jcf_trim_old_input):  New function.
12694         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
12696 1998-08-24  Per Bothner  <bothner@cygnus.com>
12698         * lang.c (flag_assume_compiled):  Make default be on.
12700 1998-08-21  Per Bothner  <bothner@cygnus.com>
12702         * jcf-dump.c:  Add bunches of flags to control output more.
12703         (process_class):  New function;  support printing more than one class.
12704         (main): Support new --print-main and --javap flags.
12705         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
12706         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
12708 1998-08-20  Per Bothner  <bothner@cygnus.com>
12710         Change mangling of dispatch table to match C++ vtable (w/thunks).
12711         * class.c (build_dtable_decl), java-tree.h:  New function.
12712         (make_class_data):  Call it.
12713         * decl.c (init_decl_processing):  Likewise.
12715 1998-08-19  Warren Levy  <warrenl@cygnus.com>
12717         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
12718         soft_anewarray; adjust args passed.
12719         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
12720         match _Jv_NewObjectArray.
12722 1998-08-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12724         * decl.c (push_labeled_block, pop_labeled_block): New functions.
12725         * expr.c (loopup_label): Call create_label_decl.
12726         (create_label_decl): New function.
12727         (java_lang_expand_expr): Call expand_start_bindings with argument
12728         set to zero.
12729         * java-tree.h Added space after PROTO in function declarations
12730         when necessary.
12731         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
12732         (create_label_decl, push_labeled_block): New function
12733         declarations.
12734         * lex.c (label_id): Initialize.
12735         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
12736         switch.
12737         * parse.h Added space after PROTO in function declarations when
12738         necessary.
12739         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
12740         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
12741         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
12742         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
12743         macros.
12744         (struct parser_ctxt): New fields current_loop,
12745         current_labeled_block.
12746         (build_if_else_statement, patch_if_else_statement,
12747         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
12748         generate_labeled_block, complete_labeled_statement,
12749         build_bc_statement, patch_bc_statement, patch_loop_statement,
12750         build_new_loop, build_loop_body, complete_loop_body): New function
12751         declarations.
12752         * parse.y (java_warning_count): New global variable.
12753         (label_id): New static variable.
12754         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
12755         (block:): Return size_zero_node when block is empty.
12756         (empty_statement:): Return size_zero_node.
12757         (statement:): Implement supplemental action when for_statement: is
12758         reduced.
12759         (label_decl:): New rule.
12760         (labeled_statement:): Rewritten using label_decl. Actions
12761         implemented.
12762         (labeled_statement_nsi:): Likewise.
12763         (if_then_statement): Actions implemented.
12764         (while_expression): New rule.
12765         (while_statement:): Rewritten using while_expression. Actions
12766         implemented.
12767         (while_statement_nsi:): Likewise.
12768         (do_statement_begin:): New rule.
12769         (do_statement:): Rewritten using do_statement_begin. Actions
12770         implemented.
12771         (for_statement:): Rewritten using for_begin. Actions implemented.
12772         (for_statement_nsi:): Likewise.
12773         (for_header:, for_begin:): New rules.
12774         (for_init:): Actions implemented.
12775         (statement_expression_list:, break_statement:,
12776         continue_statement:): Likewise.
12777         (yyerror): Count number of issued warning(s).
12778         (java_report_errors): Report error(s) and/or warning(s).
12779         (java_complete_class): Use build_java_argument_signature to
12780         recompute completed method signature.
12781         (java_check_regular_methods): New locals method_wfl and aflags.
12782         Use method_wfl instead of lookup_cl during error reports. Fixed
12783         indentation and modified some error messages. Use
12784         lang_printable_name in method instead of the DECL_NAME. New code
12785         to issue warnings on methods not overriding corresponding methods
12786         private to a different package.
12787         (java_method_add_stmt): Call add_stmt_to_compound.
12788         (add_stmt_to_compound): New function.
12789         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
12790         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
12791         (build_if_else_statement, patch_if_else_statement,
12792         build_labeled_block, generate_labeled_block,
12793         complete_labeled_statement, build_new_loop, build_loop_body,
12794         complete_loop_body, patch_loop_statement, build_bc_statement,
12795         patch_bc_statement, patch_exit_expr): New functions.
12796         * typeck.c (build_java_signature): Build argument signature before
12797         enclosing it in between parenthesis.
12799 1998-08-17  Warren Levy  <warrenl@cygnus.com>
12801         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
12802         (JAVA_OBJS): Added reminder comment
12804 1998-08-13  Nick Clifton  <nickc@cygnus.com>
12806         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
12807         be interpreted as a long long.
12809 1998-08-13  Warren Levy  <warrenl@cygnus.com>
12811         * decl.c (init_decl_processing): Use _Jv_InitClass, not
12812         soft_initialise_class.  Use _Jv_NewMultiArray, not
12813         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
12814         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
12815         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
12816         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
12818 1998-08-12  Per Bothner  <bothner@cygnus.com>
12820         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
12821         length_identifier_node):  New global tree node constants.
12822         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
12823         Replace uses by super_identifier_node etc.
12824         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
12826         * parse.y (resolve_field_access):  Don't special-case ".length" if
12827         flag_emit_class_files.
12828         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
12829         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
12830         and ARRAY.length.
12832 1998-08-11  Per Bothner  <bothner@cygnus.com>
12834         * decl.c (init_decl_processing): Remove unused method_type_node fields.
12835         * class.c (make_method_value):  Remove init for removed fields.
12837         * class.c (layout_class):  Use build_java_argument_signature.
12838         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
12840         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
12841         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
12842         (build_java_signature):  Don't use push_java_argument_signature.
12844         * typeck.c (lookup_argument_method):  New function.
12845         * parse.y (java_check_regular_methods):  Use lookup_argument_method
12846         instead of lookup_java_method2 followed by lookup_java_method.
12848         * parse.y (check_method_redefinition):  Minor optimization.
12850         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
12851         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
12853 1998-08-10  Tom Tromey  <tromey@cygnus.com>
12855         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
12856         c-pragma.o.
12858         * gjavah.c (java_float_finite): Use K&R-style definition.
12859         (java_double_finite): Likewise.
12860         (generate_access): Now returns void.  Changed all callers.
12861         (last_access_generated): Removed.
12862         (process_file): Only make a single pass over the .class file.
12864 1998-07-29  Per Bothner  <bothner@cygnus.com>
12866         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
12867         for compatibility for G++ (with -fvtable-thunks).
12868         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
12870         * gjavah.c (process_file):  Use public inheritance for super-class.
12872 1998-07-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12874         * lex.c (java_init_lex): Initialize ctxp->package.
12875         * parse.h (struct parser_ctxt): package and package_len replaced
12876         by tree package, an identifier node. Field method_decl_list is
12877         gone. Fixed comments.
12878         (lookup_field_wrapper, merge_qualified_name, not_accessible,
12879         class_in_current_package): New function prototypes.
12880         * parse.y (array_type:): Set class loaded flag on primitive type
12881         arrays.
12882         (package_declaration:): Assign ctxp->package to the
12883         identifier node.
12884         (method_invocation:): Handle invocation of method qualified by
12885         `super'.
12886         (single_type_import_declaration:): Removed ambiguity check.
12887         (java_pop_parser_context): New local variable `next'. Reset and
12888         set IMPORT_CLASSFILE_NAME flags on current and previous import
12889         list.
12890         (java_accstring_lookup): Use new local macro COPY_RETURN.
12891         (lookup_field_wrapper): New function.
12892         (parser_qualified_classname): Use merge_qualified_name.
12893         (parser_check_super_interface): Broaden error message.
12894         (do_resolve_class): Check for qualified class name in the current
12895         compilation unit if appropriate.
12896         (process_imports): Check for already defined classes.
12897         (check_pkg_class_access): Got rid of call to
12898         get_access_flags_from_decl.
12899         (java_complete_expand_methods): Call safe_layout_class based on
12900         the current class size.
12901         (make_qualified_primary): Build a WFL qualification on primary if
12902         none exists.
12903         (merge_qualified_name): New function.
12904         (make_qualified_name): Use merge_qualified_name.
12905         (resolve_expression_name): Use safe_lookup_field.
12906         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
12907         (resolve_qualified_expression_name): Likewise. Check on resolved
12908         element accessibility.
12909         (not_accessible_p, class_in_current_package): New functions.
12910         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
12911         (patch_method_invocation_stmt): Merged common pieces. Check
12912         accessibility of invoked method.
12913         (check_for_static_method_reference): Add returned type in error
12914         message.
12915         (invocation_mode): Get rid of bogus check on PRIVATE methods.
12916         (refine_accessible_methods_list): Merged two conditions in test.
12917         (java_complete_class): Sanity check on stabilize_ref gone.
12918         * zextract.c (read_zip_archive): Cast lseek second argument to long.
12920 1998-07-28  Per Bothner  <bothner@cygnus.com>
12922         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
12924 1998-07-24  Tom Tromey  <tromey@cygnus.com>
12926         * gjavah.c (F_NAN): Removed.
12927         (F_NAN_MASK): New macro.
12928         (F_POSITIVE_INFINITY): Removed.
12929         (F_NEGATIVE_INFINITY): Likewise.
12930         (java_float_finite): Rewrote.
12931         (D_NAN_MASK): Renamed.
12932         (java_double_finite): Rewrote.
12933         (D_POSITIVE_INFINITY): Removed.
12934         (D_NEGATIVE_INFINITY): Likewise.
12936         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
12937         If verbose, print underlying representation of value in hex.
12939 1998-07-24  Per Bothner  <bothner@cygnus.com>
12941         * buffer.h, buffer.c:  New files.
12942         * Makefile.in (JAVA_OBJS):  Add buffer.o.
12944         Support locals variables and writing their debug entries to .class.
12945         * jcf-write.c:  Simplify some by user new buffer type.
12946         (vode_buffer_grow):  Removed.
12947         (struct localvar_info):  New type.
12948         (localsvars, localvartable):  New buffers.
12949         (localvar_alloc, localvar_free):  New functions.
12950         (generate_bytecode_insns):  Handle local variables.
12951         (generate_classfile):  Write LocalVariableTable attribute.
12953 1998-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12955         * jcf-io.c (open_in_zip): Check the zipfile magic number.
12956         * zipfile.h (ZIPMAGIC): New macro.
12958 1998-07-24  Tom Tromey  <tromey@cygnus.com>
12960         * Makefile.in (gjavah.o): Updated dependencies.
12961         (jcf-dump.o): Likewise.
12962         (all.indirect): Use ../gjavah.
12963         (../gjavah$(exeext)): Likewise.
12964         (clean): Don't remove gjavah.
12965         (clean): Remove parse.c, not java/parse.c.
12966         * Make-lang.in (java): Added gjavah.
12967         (gjavah$(exeext)): New target.
12968         (GJAVAH_SOURCES): New macro.
12969         (java.all.build): Added gjavah.
12970         (java.all.cross): Likewise.
12971         (java.rest.encap): Likewise.
12972         * config-lang.in (compilers, stagestuff): Added gjavah.
12974 1998-07-23  Tom Tromey  <tromey@cygnus.com>
12976         * gjavah.c (java_float_finite): New function.
12977         (java_double_finite): Likewise.
12978         (F_POSITIVE_INFINITY): New macro.
12979         (F_NEGATIVE_INFINITY): Likewise.
12980         (F_NAN): Likewise.
12981         (D_POSITIVE_INFINITY): Likewise.
12982         (D_NEGATIVE_INFINITY): Likewise.
12983         (D_NAN): Likewise.
12984         (print_field_info): Use java_float_finite and java_double_finite.
12986 1998-07-23  Per Bothner  <bothner@cygnus.com>
12988         * parse.y (method_header):  Name "this" implicit argument.
12990 1998-07-22  Per Bothner  <bothner@cygnus.com>
12992         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
12993         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
12994         (put_linenumber):  New function.
12995         (generate_bytecode_insns, generate_classfile):  Write line numbers.
12997 1998-07-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12999         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
13000         (lookup_name, build_known_method_ref, build_class_init,
13001         build_invokevirtual, invoke_build_dtable, match_java_method,
13002         build_field_ref, pushdecl_force_head, build_java_binop,
13003         binary_numeric_promotion, build_decl_no_layout,
13004         build_java_arrayaccess, build_newarray, build_anewarray,
13005         build_java_array_length_access, build_java_arraynull_check): New
13006         extern function prototypes.
13007         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
13008         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
13009         java-tree.h.
13010         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
13011         to NULL
13012         * jcf.h (jcf_out_of_synch): New extern function prototype.
13013         * parse.h: Static/global function implemented in parse.y
13014         prototyped and declarations moved at the end of the file.
13015         (DECL_P): Check that the argument isn't null.
13016         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
13017         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
13018         (QUAL_DECL_TYPE): New macro.
13019         (PARAMS): Macro definition removed.
13020         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
13021         (return_statement:): Call build_return.
13022         (field_access:): Call make_qualified_primary in sub rule.
13023         (method_invocation:): Build method invocation and call
13024         make_qualified_primary when processing primaries.
13025         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
13026         get_type_from_signature.
13027         (java_check_regular_method): Extra integer 0 argument when calling
13028         lookup_java_method2.
13029         (lookup_java_interface_method2): Extra method DECL argument when
13030         calling lookup_java_interface_method2.
13031         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
13032         COMPOUND_EXPR node.
13033         (java_complete_expand_method): Layout current class iff not
13034         already done. Don't process interface's methods.
13035         (java_complete_expand_method): Use super class only if it
13036         exists. Use current class otherwise.
13037         (make_qualified_primary): New function.
13038         (resolve_expression_name): Process qualified expression or
13039         expression from primary the same way.
13040         (resolve_expression_name): Two last arguments to
13041         resolve_field_access are now NULL_TREEs.
13042         (resolve_field_access): New variable is_static. Local field must
13043         be DECLs. is_static computed on field DECLs only. Append code in
13044         where_found to the field access if necessary. Use QUAL_DECL_TYPE
13045         to initialize field_type.
13046         (resolve_qualified_expression_name): New local variable,
13047         previous_call_static and is_static. Handle primaries with function
13048         calls, casts, array references and `this'. `super' now handled as
13049         `(super_class)this'. Use is_static to clarify boolean expressions.
13050         Added code to handle case where a proper handle is required to
13051         access a field. Use QUAL_DECL_TYPE where applicable.
13052         (maybe_access_field): New function.
13053         (patch_method_invocation_stmt): New arguments primary, where,
13054         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
13055         deleted. Use `where' as a type to search from if specified. Check
13056         for static method reference where forbidden. Append primary or
13057         current_this to the argument list if not calling constructor nor
13058         static methods.
13059         (check_for_static_method_reference): New function.
13060         (patch_invoke): Layout the class on which new is done if
13061         necessary.
13062         (lookup_method_invoke): Changed format to report errors on
13063         methods.
13064         (qualify_ambiguous_name): New local variable this_found. Now
13065         handle things from primaries. Method call are considered
13066         expression names.
13067         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
13068         changed into NULLs.
13069         (not_initialized_as_it_should_p): Comply with the new DECL_P.
13070         (java_complete_tree): New case fo RETURN_EXPR. Process function
13071         call arguments in separate function.
13072         (complete_function_arguments): New function.
13073         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
13074         anymore.
13075         (patch_assignment): Take the return function slot into account as
13076         a RHS. Distinguish assignment from a return.
13077         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
13078         when checking methods in interfaces.
13079         (resolve_type_during_patch): NULL argument to unresolve_type_p
13080         instead of NULL_TREE.
13081         (patch_newarray): Fixed typo in comment.
13082         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
13083         (build_return, patch_return): New functions.
13084         * typeck.c (lookup_java_constructor): Fixed typo in comment.
13086 1998-07-21  Per Bothner  <bothner@cygnus.com>
13088         * constants.c (find_name_and_type_constant, find_fieldref_index,
13089         find_methodref_index):  New methods.
13090         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
13091         just return given method.  Also, rename to build_known_method_ref.
13092         (expand_invoke):  Rename call to build_invoke_non_interface.
13093         * java-tree.h, parse.h:  Update prototype.
13094         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
13095         (such as expand_expr_stmt) if flag_emit_class_files.
13096         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
13097         STACK_TARGET, IGNORE_TARGET):  New macros.
13098         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
13099         (generate_bytecode_insn):  New function to generate method's bytecode.
13100         (generate_classfile):  Node generate Code attribute for a method.
13101         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
13102         push_long_const, field_op, adjust_typed_op, maybe_wide):
13103         New functions used by generate_bytecode_insn.
13105         * typeck.c (signature_include_return):  Remove variable.
13106         (push_java_argument_signature, build_java_argument_signature):  New.
13107         (build_java_signature):  Use push_java_argument_signature.
13108         * parse.y:  Use build_java_argument_signature instead of fiddling
13109         with signature_include_return.
13111 1998-07-17  Tom Tromey  <tromey@cygnus.com>
13113         * gjavah.c (print_c_decl): Always generate JArray<>* for array
13114         types.
13116         * Makefile.in (all.indirect): Added gjavah$(exeext).
13117         (gjavah$(exeext)): Added $(exeext).
13118         (clean): Likewise.
13120 1998-07-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13122         * class.c (layout_class): Call to java_layout_parsed_class replace
13123         by safe_layout_class.
13124         * expr.c (build_java_array_length_access): Removed static storage
13125         class in the function definition.
13126         (build_java_arraynull_check): Likewise.
13127         Also fixed typos in two comments.
13128         * lex.c (java_init_lex): Initialize static global kw_length.
13129         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
13130         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
13131         java_lex_error.
13132         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
13133         * parse.h (resolve_no_layout): New static function declaration.
13134         (get_identifier_in_static): Declaration removed.
13135         (java_layout_parsed_class): Function name declaration changed to
13136         safe_layout_class.
13137         (build_newarray_node, patch_newarray, resolve_type_during_patch,
13138         not_initialized_as_it_should_p, build_this): New static function
13139         declarations.
13140         (pushdecl_force_head, build_java_binop, int_fits_type_p,
13141         binary_numeric_promotion, stabilize_reference,
13142         build_decl_no_layout, build_java_arrayaccess): Extern function
13143         declarations moved into their own section.
13144         (build_newarray, build_anewarray, build_java_array_length_access,
13145         build_java_arraynull_check): New extern function declarations.
13146         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
13147         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
13148         fake tree codes.
13149         (CALL_CONSTRUCTOR_P): New macro.
13150         * parse.y (kw_length): New static global tree node.
13151         (return_statement): Tagged <node>.
13152         (RETURN_TK): Tagged <operator>.
13153         (variable_declarator_id:): Build variable declaration with an
13154         empty initialization value if a syntax error was found in the
13155         initialization part of the variable declaration.
13156         (statement_without_trailing_substatement:): return_statement: now
13157         uses the default rule.
13158         (return_statement:): Temporarily fixed to return NULL_TREE.
13159         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
13160         (class_instance_creation_expression:): Class creation rules now
13161         call build_method_invocation upon reduction.
13162         (array_creation_expression:): Rules call build_newarray_node upon
13163         reduction.
13164         (dim_exprs:): Build a list of dimension expressions.
13165         (dim_expr:): Store location of the OSB_TK in the dimension
13166         expression node.
13167         (method_invocation:): Added a new error rule.
13168         (build_unresolved_array_type): WFL argument may also be an array
13169         on a primitive type. Name of the argument changed to reflect this.
13170         (method_declarator): Insert argument type at the beginning of the
13171         argument type list and later reverse the list.
13172         (unresolved_type_p): Argument 'returned' may be optionally
13173         NULL_TREE.
13174         (java_layout_class_from_source): Function renamed
13175         safe_layout_class.
13176         (resolve_and_layout): Now call resolve_no_layout and
13177         safe_layout_class.
13178         (resolve_no_layout): New function.
13179         (purify_type_name): New function.
13180         (complete_class_report_errors): Call purify_type_name during error
13181         report on a type not found.
13182         (process_imports): error_found local variable doesn't need to be
13183         initialized to zero.
13184         (declare_local_variables): New local type_wfl. Fixed typo in error
13185         message. type_wfl assigned to unresolved type and used to register
13186         incomplete type. Build a WFL around the variable initialization
13187         statement so that debug info can be generated on it.
13188         (source_start_java_method): Reverse argument list after they've
13189         been processed.
13190         (current_this): New static global variable.
13191         (java_complete_expand_methods): Set current_this when appropriate.
13192         (resolve_expression_name): Build correct static and non static
13193         field access bearing a simple name.
13194         (resolve_field_access): Resolve the length field of arrays. Handle
13195         f.m() cases.
13196         (patch_method_invocation_stmt): Set the type of the method
13197         invocation to error_mark_node. This value is later overridden by a
13198         valid type, if any. Don't handle qualified constructor invocation
13199         as qualified method invocation. Call lookup_method_invoke with its
13200         new flag. It's no longer necessary to access the selected method
13201         as the value of a tree list. Handle constructor invocation.
13202         (patch_invoke): Reverse argument list when invoking non interface
13203         methods. Insert call to new as the first argument of the
13204         constructor.
13205         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
13206         defined within a final class. Return INVOKE_STATIC if the invoked
13207         method is a constructor.
13208         (lookup_method_invoke): New lc argument is a flag to indicate a
13209         constructor lookup. Now handle constructor lookup. Choose the most
13210         specific method in case several were matching the invocation
13211         requirements. Return a method decl instead of a tree list featuring
13212         one single method decl element.
13213         (refine_accessible_methods_list): New lc flag argument to
13214         indicate that a constructor is being looked up.
13215         (not_initialized_as_it_should_p): New function.
13216         (java_complete_tree): Now process fake tree codes
13217         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
13218         save_expr on resolved function call arguments. Case on
13219         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
13220         (patch_assignment): LHS can be a field access expression. When
13221         dealing with reference, lhs_type is the promoted type of the
13222         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
13223         applicable.
13224         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
13225         (patch_binop): Use not_initialized_as_it_should_p where
13226         applicable.
13227         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
13228         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
13229         where applicable.
13230         (resolve_type_during_patch): New function.
13231         (patch_cast): Call resolve_type_during_patch to resolve type and
13232         report error accordingly.
13233         (patch_array_ref): Use not_initialized_as_it_should_p where
13234         applicable. Array base expression is saved before being
13235         used. Promote the type of an array elements if it contains non
13236         builtin types.
13237         (build_newarray_node, patch_newarray, build_this): New functions.
13239 1998-07-16  Tom Tromey  <tromey@cygnus.com>
13241         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
13242         increment it in `for' statement.
13243         (print_field_info): If number is inf or nan, don't print it.
13244         (print_method_info): If method name is `delete', just ignore it.
13245         (print_c_decl): Special-case jstringArray.
13247         * gjavah.c (help): New function.
13248         (no_argument): New function.
13249         (usage): Changed text.
13250         (main): Rewrote argument handling.  Now handles -v, --help,
13251         --version.
13252         (version): New function.
13253         (found_error): New global.
13254         (main): Return found_error.
13255         (generate_access): Set found_error.
13256         (print_c_decl): Likewise.
13258 1998-07-15  Tom Tromey  <tromey@cygnus.com>
13260         * gjavah.c (print_c_decl): Don't print "," when examining field.
13261         Skip type name when looking at "[L" types.
13262         (process_file): Now static.
13263         (generate_access): Now returns int.
13264         (last_access_generated): New global.
13265         (process_file): Clear last_access_generated; make multiple passes
13266         over the class.
13267         (print_field_info): Just return if generate_access returns true.
13268         (print_method_info): Likewise.  Also, allow <init> functions to
13269         pass through.
13270         (print_c_decl): Added is_init argument.  Print constructors
13271         properly.
13272         (print_cxx_classname): Use UTF8_GET to extract characters from
13273         string.
13274         (print_base_classname): New function.
13275         (print_class_decls): New function.
13276         (process_file): Use it.
13277         (utf8_cmp): New function.
13279 1998-07-13  Nick Clifton  <nickc@cygnus.com>
13281         * lang-options.h: Format changed to match changes in gcc/toplev.c
13282         to implement a --help option.
13284 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
13286         * decl.c (init_decl_processing): Revert change to dtable_type.
13288 1998-07-09  Per Bothner  <bothner@cygnus.com>
13290         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
13292 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
13294         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
13296         * lang.c (lang_init): Default flag_exceptions to 1, without
13297         checking to see if it's 2 first.
13299 1998-07-08  Jeffrey A Law  (law@cygnus.com)
13301         * constants.c: Include "system.h".
13302         * decl.c: Likewise.
13303         * lang.c (flag_new_exceptions): Get via extern now.
13304         (lang_init_options): New functions.  Turn on flag_new_exceptions.
13306 1998-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13308         * lex.c (java_lex): Return 0 when we see an invalid character in
13309         the input.
13311         * lex.c (java_read_char): Specify extra argument when calling
13312         java_lex_error.
13313         (java_read_unicode, java_parse_end_comment,
13314         java_parse_escape_sequence): Likewise,
13315         (java_lex): Specify extra argument when calling
13316         java_lex_error. Test that IDs are beginning with a legal character
13317         for IDs. Handle invalid characters with an error message and a
13318         call to java_lex_error.
13319         (java_lex_error): Adjust column position by new argument
13320         `forward'. Issue an error even if in the middle of reporting an
13321         other error.
13323 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
13325         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
13326         we don't explicitly put a null pointer when we're copying it.
13328 1998-07-07  Tom Tromey  <tromey@cygnus.com>
13330         * gjavah.c (print_cxx_classname): New function.
13331         (super_class_name): Likewise.
13332         (print_super_fields): Removed.
13333         (in_super): Removed.
13334         (print_field_info): Never generate #defines.
13335         (print_c_decl): Changed generated types to match JNI.  No longer
13336         print class name before method name.
13337         (print_method_info): Print "static" before static methods.
13338         Print "virtual" before non-final methods.
13339         (usage): Use exit(1), not exit(-1).
13340         (main): Likewise.
13341         (print_field_info): Use %.17g to print a double.
13342         (last_access): New globals.
13343         (process_file): Initialize last_access.
13344         (usage): Now static.
13345         (ACC_VISIBILITY): New define.
13346         (generate_access): New function.
13347         (print_field_info): Call it.
13348         (print_method_info): Likewise.  Also, generate information for all
13349         methods, not just native methods.  Return void.
13350         (print_c_decl): Return void.
13351         (print_field_info): Return void.
13353 1998-07-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13355         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
13356         processing the jc1 grammar file. Prefix bison functions and
13357         variables with java_.
13358         (parse.c): Dependencies on parse.h and lex.h
13359         * expr.c (build_java_arrayaccess): Function now global.
13360         * java-tree.h: Comment reorganized to carry on previous
13361         classification effort.
13362         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
13363         RESOLVE_TYPE_NAME_P): New flags on WFLs.
13364         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
13365         java_parse (new prefix java_ generated by bison).
13366         (java_layout_parsed_class, java_register_parsed_class): Function
13367         call removed.
13368         (yyparse): Removed unnecessary call to init_outgoing_cpool.
13369         * lex.c (static tree wfl_op): Variable deleted.
13370         (java_init_lex): Initialize kw_super and kw_this. Initialize more
13371         ctxp fields to NULL_TREE.
13372         (java_lex): No longer create WFL for operators. Filename caching
13373         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
13374         created as STRING_CST and later expanded. Removed extra argument
13375         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
13376         and SUPER.
13377         (build_wfl_node): Removed code in comments.
13378         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
13379         store token and location data in the current bison token.
13380         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
13381         static/extern function declaration at the beginning of the file.
13382         (struct qualification): Data structure definition deleted.
13383         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
13384         (qualify_ambiguous_name): Function declaration modified. Function
13385         now returns nothing.
13386         (build_array_ref, patch_array_ref, make_qualified_name,
13387         resolve_qualified_expression_name, maybe_generate_clinit,
13388         resolve_field_access): New static function declarations.
13389         (build_java_arrayaccess): New extern function declaration.
13390         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
13391         (CALL_EXPR_PRIMARY): Macro deleted.
13392         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
13393         (struct parser_ctxt): Field initialized_final
13394         removed. non_static_initialized, static_initialized: New fields.
13395         * parse.y (static tree kw_super, static tree kw_this): New global
13396         static.
13397         (%union): tree wfl field of operator member replaced by int
13398         location. WFLs are non longer created for operators.
13399         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
13400         (qualified_name:): Now calls make_qualified_name to build the
13401         identifier.
13402         (type_declaration:): Consider generating <clinit> when class
13403         parsing completed.
13404         (variable_declarator:): Directly build an assignment node when the
13405         variable is initialized when declared.
13406         (this_or_super:): Build a WFL and set current location when THIS
13407         or SUPER are parsed.
13408         (expression_statement:): Wrap statement around a WFL.
13409         (primary_no_new_array:): Fixed typo. Changed value returned by
13410         THIS_TK because of its new type (temporary).
13411         (dim_exprs:): Temporary fix because of OSB_TK's new type.
13412         (field_access:): Build qualified name with SUPER.
13413         (method_invocation:): Fixed returned value because of SUPER's new
13414         type.
13415         (array_access:): Use OSB_TK location information.
13416         (post_increment_expression:, post_decrement_expression:,
13417         unary_expression:, pre_increment_expression:,
13418         pre_decrement_expression:, unary_expression_not_plus_minus:,
13419         cast_expression:, multiplicative_expression:,
13420         additive_expression:, shift_expression:, relational_expression:,
13421         equality_expression:, and_expression:, exclusive_or_expression:,
13422         inclusive_or_expression:, conditional_and_expression:,
13423         conditional_or_expression:, assignment:): Use new location/token
13424         information available on operators.
13425         (create_class): Set super_decl_type to NULL_TREE when processing
13426         java.lang.Object.
13427         (register_fields): Field initialization is now a MODIFY_EXPR
13428         node. Chain initialization code to the matching lists (according
13429         the the field declaration modifiers).
13430         (maybe_generate_clinit): New function.
13431         (method_header): Don't set method's DECL_NAME to a WFL when adding
13432         methods to java.lang.Object.
13433         (resolve_and_layout): Now can return NULL_TREE if the type
13434         resolution fails. Otherwise, return the class DECL instead of its
13435         TYPE.
13436         (check_method_redefinition): Don't patch method DECL_NAME if it
13437         belongs to java.lang.Object.
13438         (process_imports): Simply assign error_found to the value returned
13439         by check_pkg_class_access.
13440         (declare_local_variables): Don't use their init statements (if
13441         any) when parsing error were previously found. Reuse MODIFY_EXPR
13442         build during parsing as an init statement.
13443         (java_method_add_stmt): Now return the current method body.
13444         (java_layout_parsed_class, java_register_parsed_class): Functions
13445         removed.
13446         (java_complete_expand_methods): Initialize the constant pool on a
13447         per class basis. Layout the classes before expanding their method
13448         bodies. Don't try expand artificial constructor code if error were
13449         found. Make the classes data and register them if no error were
13450         found.
13451         (java_complete_expand_method): Retrieve an artificial constructor
13452         argument list before entering its body. Assign the top block to
13453         the artificial constructor function body and set types of declared
13454         blocks and compound statements to void. Walk method body if not an
13455         artificial constructor.
13456         (make_qualified_name, cut_identifier_in_qualified): New functions.
13457         (resolve_expression_name): Fixed comments. Save/restore the
13458         current class CLASS_LOADED_P flag value. Build non qualified
13459         static field access and handle qualified expression names.
13460         (resolve_field_access, resolve_qualified_expression_name): New
13461         functions.
13462         (patch_method_invocation_stmt): Use the new expression resolution
13463         scheme, calling resolve_field_access when the function call is
13464         resolved as an expression.
13465         (qualify_ambiguous_name): Function rewritten to work on qualified
13466         expression produced by make_qualified_name.
13467         (java_complete_tree): Promote type when function's argument are
13468         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
13469         the assignment to discover further errors if RHS is a expression
13470         name that fails to evaluate. Declare LHS initialized even though
13471         the assignment failed. Don't use the location variable and removed
13472         extra argument in patch function calls. Now handle the ARRAY_REF
13473         case and build internal string representation when STRING_CSTs are
13474         walked.
13475         (build_method_invocation): Don't wrap function call around a WFL.
13476         (build_assignment): Likewise. Use the operator location
13477         information.
13478         (patch_assignment): Handle array access LHSs. Handle error
13479         provenance, resulting in a better error report.
13480         (build_binop): Use op_location from operator as binop location
13481         information.
13482         (build_unaryop, build_incdec, build_cast): Likewise.
13483         (patch_binop): Extract location information from the node. Fixed
13484         typo in error message.
13485         (patch_unary_op): Extract location information from the node.
13486         (build_array_ref, patch_array_ref): New functions.
13488 1998-07-01  Tom Tromey  <tromey@cygnus.com>
13490         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
13491         match _Jv_IsInstanceOf.
13492         * decl.c (init_decl_processing): Use _Jv_NewArray, not
13493         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
13495 1998-06-30  Tom Tromey  <tromey@cygnus.com>
13497         * decl.c (init_decl_processing): Functions are now named
13498         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
13500 1998-06-29  Per Bothner  <bothner@cygnus.com>
13502         * java-tree.h (load_class):  Add prototype.
13503         * class.c (is_compiled_class):  Add missing arg to load_class.
13504         * expr.c (expand_java_NEW):  Call load_class.
13505         * parse.y (process_import):  Removed bogus use of void return value.
13507 1998-06-25  Per Bothner  <bothner@cygnus.com>
13509         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
13510         Function name is "_Jv_Throw" instead of "soft_athrow".
13511         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
13512         Function name is "_Jv_AllocObject" instead of "soft_new".
13513         Takes an extra parameter (object size).
13514         * expr.c:  Update calls.
13516 1998-06-24  Per Bothner  <bothner@cygnus.com>
13518         * lex.c (java_get_line_col):  Handle end-of-file.
13519         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
13521 1998-06-24  Andrew MacLeod  <amacleod@cygnus.com>
13523         * lang.c (lang_init): Make -fexceptions the default.
13524         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
13525         exception handling is not turned on.
13527 1998-06-23  Andrew MacLeod  <amacleod@cygnus.com>
13529         * lang.c (flag_new_exceptions): Make this this default.
13530         * decl.c (end_java_method): Call emit_handlers.
13531         * except.c (method_init_exceptions): Set language code and version.
13532         (expand_start_java_handler): Enable exception, and call
13533         expand_eh_region_start.
13534         (expand_end_java_handler): Enable exception, and set up catch blocks.
13535         (emit_handlers): New routine to generate the saved handlers.
13536         * java-except.h (emit_handlers): Add prototype.
13538 1998-06-12  Per Bothner  <bothner@cygnus.com>
13540         We used to have three different representations of the constant pool:
13541         the CPool structure, the tree_constant_pool, and the constructures
13542         used to build the Class object (which may need class and string
13543         constants) in compiled code.  None were appropriate for compiling
13544         to .class files, so I did a major overhaul.
13546         First, the tree_constant_pool array was removed.  Things were
13547         modified to the CPool structure in the JCF could be used.
13548         Second, a "capacity" field was added to the CPool, and functions
13549         written to search for a matching constant, adding one if not found.
13550         The code that generated the Class object was changed to use a CPool.
13551         The actual TREE_LISTs used to build the CONSTRUCTORs used for
13552         the static Class object are now only in build_constants_constructor.
13553         Finally, I wrote code which can generate a .class file (including its
13554         constant pool) from the RECORD_TYPE of a class.  This is a big step
13555         on the way to compiling Java source into .class files.
13557         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
13558         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
13560         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
13561         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
13562         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
13563         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
13564         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
13565         (lang_type):  Removed constant_pool field.
13566         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
13567         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
13568         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
13569         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
13571         * constants.c (current_constant_pool_tags, current_constant_pool_data,
13572         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
13573         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
13574         (set_constant_entry, find_constant1, find_constant2,
13575         find_class_constant, count_constant_pool_bytes, write_constant_pool,
13576         find_utf8_constant, find_class_or_string_constant):  New functions.
13578         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
13579         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
13580         (give_name_to_class, get_class_constant):  Likewise.
13581         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
13582         (get_name_and_type_constant, get_ref_constant):  Removed.
13583         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
13584         * parse.y:  Don't save/restore tree_constant_pool.
13585         * verify.c (verify_jvm_instructions):  Update for new approach.
13586         * expr.c (expand_invoke, expand_java_field_op): Likewise.
13588         * lang-options.h:  Added -femit-class-file, -femit-class-files.
13589         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
13590         (lang_f_options):  Added "emit-class-file(s)".
13592         * expr.c (build_java_arrayaccess):  Generate more efficient array
13593         bounds checking, by using unsigned compare.
13595         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
13597 1998-06-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13599         * parse.h: New comment on the handling of unresolved type
13600         identifiers. JDEPs are now part of the jdep_code enum.
13601         (typedef struct jdep): Now use enum jdep_code or int, depending on
13602         availability. Both are narrowed down to an 8 bits bitfield.
13603         (CALL_EXPR_PRIMARY): Fixed comment.
13605 1998-06-10  Tom Tromey  <tromey@cygnus.com>
13607         * Make-lang.in (java): Added gjavac and jvgenmain.
13608         (java.start.encap): Depend on gjavac.
13609         (java.rest.encap): Depend on jvgenmain.
13611         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
13612         (JAVA_CROSS_NAME): Likewise.
13613         (java.all.build): Depend on jvgenmain and gjavac.
13614         (java.all.cross): Depend on jvgenmain and gjavac-cross.
13615         (jvgenmain$(exeext)): New target.
13616         (java.install-common): Wrote.
13617         * config-lang.in (compilers, stagestuff): Added gjavac and
13618         jvgenmain.
13620 1998-06-10  Dave Brolley  <brolley@cygnus.com>
13622         * lang.c (lang_decode_option): New argc/argv interface.
13624 1998-06-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13626         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
13627         * decl.c (build_decl_no_layout): New function.
13628         * expr.c (java_lang_expand_expr): Layout declarations found in
13629         blocks before they're pushed.
13630         * jcf-parse.c (load_class): Save current line when parsing class
13631         file.
13632         (parse_source_file): Register class before expanding their
13633         methods.
13634         * lang.c (put_decl_node): Produce `null' when `void *' is
13635         processed.
13636         * lex.c (static tree wfl_op): New static global, for error report
13637         on casts.
13638         (java_init_lex): wfl_operator and wfl_op initialized
13639         here. Filename caching added for wfl_op. Return wfl_op when `(' is
13640         parsed.
13641         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
13642         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
13643         build_unresolved_array_type): New static function definitions.
13644         (build_decl_no_layout): New extern function declared.
13645         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
13646         faulty modifier exists.
13647         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
13648         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
13649         (UNARY_PLUS_EXPR): New fake operator.
13650         (struct parser_ctxt): New field osb_number.
13651         * parse.y (static tree wfl_operator): New static WFL for operator
13652         bound error messages.
13653         (DECR_TK, INCR_TK): Moved.
13654         (OP_TK): Tagged <operator>.
13655         (array_type:): Now call build_unresolved_array_type.
13656         (dim_expr:): Count the number of '[' seen.
13657         (post_increment_expression, post_decrement_expression,
13658         pre_increment_expression, pre_decrement_expression,
13659         unary_expression_not_plus_minus, unary_expression:): Actions are
13660         now building the corresponding unary expressions.
13661         (cast_expression:): Actions are now building cast expressions.
13662         (build_unresolved_array_type): New function.
13663         (create_interface): Reset the number of declared interfaces.
13664         (create_class): Likewise.
13665         (method_header): Methods declared within the scope of an interface
13666         are now implicitly set public and abstract.
13667         (java_complete_class): Variable's and parameter's type are patched
13668         with a promoted type.
13669         (declare_local_variables): Resolved non builtin types are promoted
13670         before being used to build a variable decl. Removed type patch
13671         posted on variable initialization statement.
13672         (source_start_java_method): Use build_decl_no_layout to build the
13673         decl of a parameter of incomplete type.
13674         (java_register_parsed_class): Process interfaces too. Call
13675         rest_of_decl_compilation on each processed class declarations.
13676         (java_complete_expand_methods): Don't attempt to expand things in
13677         interfaces.
13678         (java_complete_tree): Process CONVERT_EXPR, even though it always
13679         has a type. Propagate error_mark_node to node's type too. Promote
13680         method's call argument type and return error_mark_node if
13681         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
13682         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
13683         handle unary operator nodes.
13684         (build_assignment): Added comment.
13685         (print_int_node): New function.
13686         (patch_assignment): New second argument. New error handling. Use
13687         print_int_node. Handle references. Use can_cast_to_p to issue
13688         different error message according to the context and check upon
13689         the initialization of the RHS.
13690         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
13691         (operator_string): Handle more operators.
13692         (patch_binop): No longer use a function static
13693         wfl_operator. Improved error message on shift distance.
13694         (build_unaryop, build_incdec, build_cast, patch_unaryop,
13695         patch_cast): New functions.
13697 1998-06-05  Per Bothner  <bothner@cygnus.com>
13699         * jvspec.c:  New file.
13700         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
13702         * java-tree.h (identifier_subst):  Add declaration.
13704 1998-06-04  Tom Tromey  <tromey@cygnus.com>
13706         * jvgenmain.c (main): Generate call to JvRunMain.
13708         * class.c (make_class_data): Push value for "sync_info" field.
13709         * decl.c (init_decl_processing): Push "sync_info" field.
13711 1998-06-03  Per Bothner  <bothner@cygnus.com>
13713         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
13714         Java (source) name, not signature.
13715         Set TYPE_ALIGN to (at least) that of element_type.
13717 1998-06-02  Per Bothner  <bothner@cygnus.com>
13719         * class.c:  Moved classname-mangling-rekated code to ...
13720         * mangle.c:  ... this new file.
13721         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
13722         * Makefile.in:  Update for above changes.
13724 1998-06-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13726         * expr.c (truthvalue_conversion): Convert integer and floating
13727         point value to their truth value.
13728         * lex.c (java_lex): Handle the `null' literal.
13729         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
13730         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
13731         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
13732         New macros.
13734         * parse.y: Reorganization/documentation on token declaration.
13735         (binop_lookup[]): New added new tree codes.
13736         (relational_expression): Build corresponding binary operators.
13737         (equality_expression, conditional_and_expression,
13738         conditional_or_expression): Likewise.
13739         (java_complete_class): Fix crash in debug message.
13740         (java_complete_tree): Check initialization of method call
13741         arguments. Further bogus node evaluation to detect more error
13742         during assignments. Handles more binary operators.
13743         (patch_assignment): Use DECL_P.
13744         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
13745         code.
13746         (operator_string): Handle more case. Compacted source.
13747         (patch_binop): Changed function comment. Checking for
13748         uninitialized first operand takes the compound assignment into
13749         account and uses DECL_P. Checking for uninitialized second operand
13750         delayed to routine's end. Use macros to issue type bound error
13751         messages and issue messages on both operands if their types are
13752         different. Force fixed type into node. Handle all binary
13753         operators.
13755 1998-05-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13757         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
13758         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
13759         build operator node and return tokens.
13760         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
13761         * parse.h (java_complete_tree): Changed returned type in prototype.
13762         (build_method_invocation, build_assignment, patch_assignment,
13763         patch_binop): New static function declarations.
13764         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
13765         BUILD_EXPR_WFL): New macros.
13766         * parse.y (enum tree_code binop_lookup[]): New static for token to
13767         TREE_CODE lookup.
13768         (%union): Parser union has new sub-structure `operator'.
13769         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
13770         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
13771         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
13772         ASSIGN_ANY_TK): Tokens tagged `operator'.
13773         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
13774         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
13775         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
13776         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
13777         (assignment_operator:): Rule tagged `operator'.
13778         (expression_statement:): Re-installed default rule.
13779         (method_invocation:): Sub rules call build_method_invocation.
13780         (postfix_expression:): Don't attempt to resolve name here. Just
13781         return an ID.
13782         (multiplicative_expression:): Sub-rules build corresponding binop
13783         expression node.
13784         (additive_expression:, shift_expression:, and_expression:,
13785         exclusive_or_expression:, inclusive_or_expression:): Likewise.
13786         (assignment:): Sub rule invoke build_assignment.
13787         (assignment_operator:): Default rules on sub rules.
13788         (force_error): Added documentation on this variable.
13789         (declare_local_variables): Build initialization calling
13790         build_assignment.
13791         (expand_start_java_method): Removed unused rtx declaration. Mark
13792         arguments as already initialized.
13793         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
13794         (java_complete_expand_methods): Don't process next method if
13795         completion of the previous one triggered errors.
13796         (java_complete_expand_method): Call source_end_java_method if no
13797         error were found during completion.
13798         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
13799         locals declaratilon. Handle names found within a class. Return
13800         error_mark_node when things aren't found.
13801         (patch_method_invocation_stmt): Return error_mark_node on failures.
13802         (patch_invoke): Removed unused local. Return the correct node.
13803         (java_complete_tree): Now returns a value. The BLOCK section binds
13804         local identifiers and the type of a BLOCK is now void. Assign the
13805         result of operand completion on COMPOUND_EXPR. Assign the
13806         encapsulated node of a WFL to the result of its completion, except
13807         when the node is an identifier. Now handle MODIFY_EXPR and several
13808         binary operators. Return error_mark_node on errors.
13809         (build_method_invocation, build_assignment, patch_assignment,
13810         build_binop, operator_string, patch_binop): New functions.
13811         * typeck.c (binary_numeric_promotion): New function.
13813 1998-05-21  Per Bothner  <bothner@cygnus.com>
13815         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
13816         Replace most uses of ident_subst by identifier_subst.
13818         * class.c (push_class_static_dummy_field):  Removed function.
13819         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
13820         instead of looking got "class" static field.  Create that decl here.
13821         (class_identifier_node):  Removed;  no longer needed.
13822         (init_class_processing):  Don't init class_identifier_node.
13823         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
13824         Do nreverse 0 times (instead of twice) for Object and Class.
13825         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
13827 1998-05-20  Per Bothner  <bothner@cygnus.com>
13829         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
13830         while initializing linenumber_count and linenumber_table.
13831         Do it before init_function_start (which calls emit_line_note).
13832         * expr.c (expand_byte_code):  Don't need to clear lineno here.
13834 1998-05-18  Tom Tromey  <tromey@cygnus.com>
13836         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
13837         then mangle number as _N_.
13839         * class.c (mangle_class_field): New function.
13840         (build_class_ref): Set assembler name of class reference using
13841         mangle_class_field.
13842         (push_class_static_dummy_field): Likewise.
13844 1998-05-17  Michael Tiemann <tiemann@cygnus.com>
13846         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
13847         of assigning to TREE_CODE.  The latter method exploits a feature
13848         of GCC that is not ANSI compliant.
13850 1998-05-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13852         * decl.c (pushdecl_force_head): New function.
13853         (pushlevel): Removed conditional printf.
13854         (complete_start_java_method): Don't enter local variable scope if
13855         function is compiled from source code.
13856         * expr.c: parse.h now included
13857         (java_lang_expand_expr): New function.
13858         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
13859         printf. Terminate buffer when doing directories.
13860         * jcf-parse.c (parse_source_file): Call lang_init_source before
13861         parsing and before code generation.
13862         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
13863         use printf if the macro is defined.
13864         * lang.c (lang_init): Install lang_expand_expr hook on
13865         java_lang_expand_expr.
13866         (java_dummy_print): New function.
13867         (lang_init_source): New function.
13868         * lex.c (java_lex): Remember location of an opening brace at the
13869         second nesting level.
13870         (java_is_eol): Unget character seen after a CR if it is EOF.
13871         * parse.h: Now includes lex.h
13872         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
13873         printf if the macro is defined.
13874         (expand_start_java_method, build_expr_block, enter_block,
13875         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
13876         New static function declarations.
13877         (pushdecl_force_head): New extern function declaration.
13878         (INCOMPLETE_TYPE_P): New macro.
13879         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
13880         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
13881         BLOCK_EXPR_ORIGIN): New macros.
13882         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
13883         DECL_SOURCE_LINE_LAST): New macros.
13884         (struct parser_ctxt): Removed field current_method_decl, redundant
13885         with the field current_function_decl. Added fields
13886         first_ccb_indent1 and pending_block.
13887         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
13888         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
13889         tagged <node>
13890         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
13891         (compilation_unit:): Cosmetic on sub rule.
13892         (type_declaration:): Cosmetic on sub rules. Added an error rule.
13893         (variable_initializer:): Installed default rule on expression:.
13894         (method_declaration:): method_header: starts a new
13895         method. method_body: installs the function body, absorbs blocks
13896         emitted for temporary variable scopings, pops function's body block
13897         and merges function's last statement lineno in DECL_SOURCE_LINE.
13898         (method_body:): Installed default rules.
13899         (block:): Call enter_block when an opening brace is seen.  Absorb
13900         scoping blocks and call exit_block when a closing brace is seen.
13901         (block_statement:): Cosmetic changes.
13902         (method_invocation:): Create WFL around CALL_EXPR node.
13903         (patch_stage): Added comment around definition.
13904         (method_header): Try to use first_ccb_indent1 as the first line of
13905         the method, so BP debug info are emitted at the first opening
13906         brace of the function. If the function has no body, use the
13907         location of the function's name. Override currently defined method
13908         name with the matching WFL so we can point redefinition errors
13909         using the location where the function's name was declared.
13910         (check_abstract_method_header): Interprets DECL_NAME as an
13911         identifier or as a WFL, accordingly.
13912         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
13913         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
13914         location and name information out of it and reinstall DECL_NAME to
13915         its original identifier node value.
13916         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
13917         function's source code).
13918         (read_import_dir): Test the value returned by find_class and issue
13919         a fatal accordingly.
13920         (declare_local_variables): Push a new block for the scope of the
13921         new variable(s) if code has been already generated at that nesting
13922         level. Pinpoint redefinition errors using the variable id
13923         WFLs. Generate initialization code if necessary. If the variable
13924         type is incomplete, register a patch on its decl.
13925         (source_start_java_method): Rewritten. Define a new block for the
13926         function's parameters. Build parameter decl out of function's
13927         arguments and register them for a patch if their types are
13928         incomplete.
13929         (expand_start_java_method): Includes the part of
13930         source_start_java_method that was pushing the parameter decls and
13931         completing the method start code.
13932         (source_end_java_method): Removed call the expand_end_bindings and
13933         poplevel (already taken care of). Reinstall function's arguments
13934         and get function's last line of code before calling
13935         expand_function_end.
13936         (java_method_add_stmt): New comment before the function's
13937         code. Complement the second operand of the current COMPOUND_EXPR
13938         if necessary.
13939         (java_complete_expand_methods): Don't generate debug info on line
13940         zero when expanding a generated constructor.
13941         (java_complete_expand_method): Set start and end line numbers for
13942         a artificially generated constructor to one and manually call
13943         enter_block and exit_block when defining it. For all methods:
13944         expand function's start calling the new expand_start_java_method
13945         and invoke java_complete_tree on the effective method's body, if
13946         any.
13947         (resolve_expression_name): Now use lookup_name_in_blocks to search
13948         local variable decls and print out an error when variables are
13949         undefined.
13950         (patch_method_invocation_stmt): Inserted comment before the
13951         function's code.
13952         (lookup_method_invoke): Chain method's arguments using chainon
13953         with the current arg list as a second argument. Inserted missing
13954         IDENTIFIER_POINTER when reporting an error on methods not found.
13955         (refine_accessible_methods_list): Don't retain constructors.
13956         (patch_arguments): Function removed.
13957         (java_complete_tree): Inserted comment before the function's
13958         code. New case for BLOCKs. Moved the WFL case a bit
13959         further. Complete function's arguments.
13960         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
13961         maybe_absorb_scoping_blocks): New functions.
13963 1998-04-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13965         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
13966         previously set.
13967         * jcf-parse.c (parse_source_file, java_error_count): New forward
13968         and extern declarations.
13969         (java_parse_abort_on_error): Macro moved.
13970         (jcf_parse_source): fatal called if fopen fails. Now calls
13971         parse_source_file.
13972         (parse_source_file): New parse_only parameter. Reflects the
13973         elimination of the second pass.
13974         (yyparse): parse_source_file called with argument set to 0.
13975         * jcf.h (JCF_ZERO): Sets java_source to zero.
13976         * lex.c (java_init_lex): pass argument is gone. Function modified
13977         to be called once during the analysis of a file.
13978         (java_unget_unicode): Fixed typo in fatal message.
13979         (java_get_line_col): Likewise.
13980         (java_lval): Likewise. String literals no longer built during
13981         second pass.
13982         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
13983         account.
13984         * parse.h (MODIFIER_WFL): New macro.
13985         (parse_check_super, parser_check_super_interface): Now return int.
13986         (parser_chain_incomplete_item, not_builtin_p,
13987         complete_method_decl): Declarations removed.
13988         (build_method_invocation_stmt, build_invoke): Renamed using the
13989         `patch' instead of `build'
13990         (register-incomplete_type, obtain_incomplete_type,
13991         java_complete_tree, java_complete_expand_method,
13992         unresolved_type_p, create_jdep_list): New function declarations.
13993         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
13994         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
13995         (jdep): New typedef on new struct _jdep.
13996         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
13997         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
13998         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
13999         JDEP_RESOLVED_P): New macros.
14000         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
14001         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
14002         JDEP_VARIABLE): New enum values and jdep kinds.
14003         (jdeplist): New typedef on struct _jdeplist.
14004         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
14005         macros.
14006         (CALL_EXPR_PRIMARY): New macro.
14007         (struct parser_ctxt): Fields java_pass, current_method_decl,
14008         method_decl_list deleted. New field jdeplist.
14009         (INCOMPLETE_P): Macro deleted.
14010         * parse.y (single_type_import_declaration:): Removed pass switch.
14011         (type_import_on_demand_declaration): Likewise.
14012         (field_declaration:): Removed pass switch on all sub rules.
14013         (class_declaration:): Call the complete_class_decl removed on
14014         class_body rules.
14015         (method_declaration:): Removed second pass switch. No longer chain
14016         methods decl when method_header reduced.
14017         (method_header:): Sub rules no longer depend on pass switch.
14018         (method_declarator:): Likewise.
14019         (method_body:): Likewise.
14020         (abstract_method_declaration:): Likewise.
14021         (block_statement:): Likewise.
14022         (local_variable_declaration:): Likewise.
14023         (argument_list:): Likewise.
14024         (method_invocation:): Likewise. Call to build_method_invocation_stmt
14025         removed. Partial CLASS_EXPR tree node built instead.
14026         (postfix_expression:): Removed pass switch on all sub rules.
14027         (java_pop_parser_context): Free classd_list content.
14028         (yyerror): Call obstrack_grow0 to finalize error message.
14029         (check_class_interface_creation): Comment modified to reflect new
14030         returned value meaning. Removed second pass switch. Return 1 if an
14031         error was found, 0 otherwise. Adjust pointer on filename if a
14032         leading path separator was found.
14033         (maybe_create_class_interface_decl): Removed first pass switch
14034         when linking the class decl to the class_list. Install a new
14035         jdep_list for the class.
14036         (add_superinterfaces): List of unresolved interfaces is
14037         gone. Unresolved interfaces are directly added to the current
14038         dependencies list.
14039         (create_interface): Second pass shortcut removed.
14040         ctpx->modifier_ctx access through MODIFIER_WFL.
14041         (create_class): Second pass shortcut removed. Call to
14042         register_incomplete_type replaces the call to
14043         parser_chain_incomplete_item.
14044         (complete_class_decl): Function removed.
14045         (duplicate_declaration_error): New way of retrieving redeclared
14046         item type.
14047         (register_fields): Call to lookup_modifier_cl replaced by
14048         MODIFIER_WFL. New way of handling unresolved type, using
14049         unresolved_type_p and obtain_incomplete_type.
14050         register_incomplete_type replaces call to parser_chain_incomplete_item.
14051         (patch_stage): New static global variable.
14052         (method_header): New way of handling unresolved type, using
14053         unresolved_type_p and obtain_incomplete_type. patch_stage used to
14054         indicates that the method decl needs to be patched.
14055         (check_abstract_method_header): Call to lookup_modifier_cl
14056         replaced by MODIFIER_WFL.
14057         (method_declarator): Incomplete argument type are registered
14058         calling register_incomplete_type. Patch on the declared method is
14059         issued in that case.
14060         (unresolved_type_p): New function.
14061         (parser_check_super_interface): New comment to reflect function's
14062         modified returned type (int). Function and has a new argument
14063         this_wfl. Call to parse_error_context uses this_wfl instead of
14064         relying on lookup_cl.
14065         (parser_check_super): Comment reflects function's new returned
14066         type (int). Function returns nonzero value on error.
14067         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
14068         register_incomplete_type, jdep_resolve_class): New functions to
14069         handle incomplete types in declarations.
14070         (java_complete_class): Rewritten to work with the new incomplete
14071         type handling scheme.
14072         (complete_class_report_errors): Likewise.
14073         (complete_method_decl): Removed: it jobs is now handled by
14074         java_complete_class.
14075         (do_resolve_class): Class loaded in not already loaded and not
14076         found in Java source code.
14077         (java_check_regular_methods, java_check_abstract_methods): Don't
14078         call complete_method_decl anymore.
14079         (lookup_modifier_cl, not_builtin_p): Functions deleted.
14080         (read_import_dir): Got rid of the pass number dependency.
14081         (declare_local_variables): New handling of unresolved types (patch
14082         issued).
14083         (source_start_java_method): New parameter level. Function called
14084         with level set to 1 when argument types are potentially
14085         unresolved.  Called to complete the job with level set to 2 once
14086         types are complete.
14087         (source_end_java_method): Call to permanent_allocation
14088         removed. Waiting to be replaced by a more suitable obstack
14089         management.
14090         (java_complete_expand_methods, java_complete_expand_method,
14091         java_expand_finals): New functions.
14092         (build_method_invocation_stmt): Renamed
14093         patch_method_invocation_stmt. Extracts function call expression
14094         (wfl) and arguments (args) from CALL_EXPR tree operands.
14095         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
14096         call. Patch the function and argument operand of the CALL_EXPR
14097         tree argument.
14098         (patch_argument, java_complete_tree): New functions.
14100 1998-04-20  Per Bothner  <bothner@cygnus.com>
14102         Recover from missing fields and methods (i.e. error instead of fatal).
14103         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
14104         * expr.c (expand_invoke):  Recover from missing method.
14105         (expand_java_field_op):  Recover from missing field.
14106         Inline references to java.lang.{Integer,Char,...}.TYPE.
14107         * typeck.c (get_type_from_signature), java-tree.h:  New function.
14108         * class.c (add_method):  Use get_type_from_signature.
14109         (build_class_ref):  Handle a class that was not found.
14110         * typeck.c (convert):  Handle conversion to pointers (for convenience).
14111         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
14112         instead of lookup_field to handle missing fields.
14114         * jcf-parse.c (process_zip_dir):  Set java_source.
14116 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
14118         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
14120 1998-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14122         * jcf-parse.c (load_class): Don't change input_filename before
14123         calling jcf_parse_source (but still do it before calling
14124         jcf_parse).
14125         (jcf_parse_source): Assign input_filename after having saved the
14126         parser context.
14127         * lex.c (java_init_lex): Chain a WFL node to the import on demand
14128         list. ctxp->modifier_ctx zeroed according to its new
14129         definition. ctxp->filename initialized. Removed
14130         JAVA_MODIFIER_CTX_UNMARK.
14131         (java_unget_unicode): Update the character based column position.
14132         (java_allocate_new_line): ref_count not used anymore. Always free
14133         ctxp->p_line. Initialize c_line->char_col to 0.
14134         (java_get_unicode): Update the character based column position.
14135         (java_lex): Use ctxp->elc to store current position in source
14136         file, at the beginning of the parsed token. Set modifier_ctx entry
14137         corresponding to the parse modifier to a WFL node. Return a WFL
14138         node when an identifier is parsed.
14139         (java_lex_error): Now uses ctxp->elc to store current position in
14140         source.
14141         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
14142         * lex.h (build_wfl_node): New function definitions.
14143         (struct java_line): ref_count and next fields are gone. New field
14144         char_col.
14145         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
14146         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
14147         (JAVA_COLUMN_DELTA): New macro.
14148         (java_lc): New typedef on new struct _java_lc.
14149         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
14150         (parse_error_context, parse_warning_context): Changed prototypes.
14151         (java_get_line_col): Added as an available global function.
14152         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
14153         (IC_DECL): Replaced by macro IC_TYPE
14154         (DEPEND_WFL): New macro.
14155         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
14156         wrong modifier.
14157         (exit_java_complete_class): Removed a commented out statement.
14158         (struct parser_ctxt): Added comments on fields. modifier_ctx is
14159         now an array of tree nodes. Deleted fields line_list and
14160         e_line. New field elc, to replace e_line.
14161         * parse.y (array_type:): Build WFL node.
14162         (qualified_name:): Build a single WFL node out of two. Retain
14163         the location information of the first node in the resulting node.
14164         (package_declaration:): Use package name as a WFL node
14165         (single_type_import_declaration:): Use imported name as a WFL node.
14166         (type_import_on_demand_declaration:): Use root of the imported
14167         packages as a WFL node.
14168         (field_declaration:): Removed unused local variable cl.
14169         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
14170         (yyerror): New static elc. Removed static error_line, error_pos.
14171         New local code_from_source. Save ctxp->elc into elc at the first
14172         pass. Call java_get_line_col to get a string of the line where
14173         the error occurred.
14174         (debug_line): Removed static function.
14175         (parse_error_context, parse_warning_context): Parameter cl is now
14176         a WFL node. Use its value to initialize ctxp->elc.
14177         (redefinition_error): Parameter cl is now a WFL node.
14178         (parse_add_interface): New parameter wfl. No longer call
14179         lookup_cl, use wfl instead.
14180         (check_class_interface_creation): Parameter cl is now a WFL node.
14181         (maybe_create_class_interface_decl): Likewise.
14182         (add_superinterfaces): New function.
14183         (create_interface): Removed local cl, node, super_decl,
14184         super_decl_type.  Function now uses id as a WFL node. Better
14185         warning/error report on obsolete or forbidden mix of
14186         modifiers. Now calls add_superinterfaces to register interfaces.
14187         (create_class): Removed local cl, node. Local variable id is used
14188         as a WFL node. Better error report on forbidden modifier
14189         mix. Uses add_superinterfaces to register interfaces.
14190         (find_field): Argument cl is now a WFL node. Now store the WFL
14191         node of a fields that needs to be checked for their
14192         initialization.
14193         (method_header): Local variable node non longer used. Local
14194         variable id replaces cl.
14195         (check_modifiers_consistency): Local variable cl is now a WFL
14196         node.
14197         (method_declarator): Local variable cl replaced by parameter id.
14198         (parser_qualified_name): Now uses parameter name as a WFL node.
14199         (parser_check_super_interface): New parameter wfl, for achieve
14200         greater accuracy during error reports.
14201         (parser_chain_incomplete_item): New parameter named location. Used,
14202         along the decl, to construct the incomplete item node.
14203         (java_complete_class): resolve_class now uses WFL node extracted
14204         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
14205         where appropriate.
14206         (complete_method_decl): Unresolved function's argument types are WFL.
14207         (resolve_class): Parameter cl is now a WFL node.
14208         (resolve_and_layout): Likewise.
14209         (do_resolve_class): Likewise. Try first to use cl and then do the
14210         lookup on the decl when calling check_pkg_class_access.
14211         (complete_class_report_errors): Use IC_TYPE in place of
14212         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
14213         instead of doing a lookup over the decl.
14214         (java_check_final): Use WFL info from field tree list.
14215         (lookup_cl): Rewritten and returns a statically defined WFL node.
14216         (lookup_modifier_cl): Now uses information from WFL nodes.
14217         (process_imports): Likewise.
14218         (read_import_dir): name and cl arguments replaced by a single WFL
14219         node. Function modified accordingly.
14220         (find_in_imports_on_demand): Now uses WFL node.
14221         (check_pkg_class_access): cl argument is now a WFL node.
14222         (declare_local_variables): Fixed to use WFL nodes.
14223         (resolve_expression_name): Likewise.
14224         (build_method_invocation_stmt): name_combo argument renamed
14225         wfl. Function modified to use WFL nodes.
14226         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
14227         (lookup_method_invoke): cl is now a WFL node. Added missing
14228         IDENTIFIER_POINTER to class type decl name.
14230 1998-04-14  Dave Brolley  <brolley@cygnus.com>
14232         * lang.c (init_parse): Now returns char* containing the filename.
14234 1998-04-10  Per Bothner  <bothner@cygnus.com>
14236         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
14238         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
14239         * class.c (make_class_data):  If flag_assume_compiled, initial class
14240         state is CSTATE_PREPARED; make superclass and interfaces direct
14241         references, rather than constant pool indexes.
14243 1998-04-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14245         * parser.y: Include flags.h. Removed debug variable pl.
14246         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
14247         (block:): Likewise.
14248         (labeled_statement_nsi:): Generate debug info when reducing
14249         expression_statement:.
14250         (check_pkg_class_access): get_access_flags_from_decl invokation
14251         fixed for new CLASS_* flags location.
14252         (source_end_java_method): Save/restore parser context when
14253         entering/leaving this routine. Restore lineno to its right value
14254         before calling expand_end_bindings.
14255         (build_method_invocation_stmt): build_invoke called with the
14256         current line information.
14257         (build_invoke): New argument cl. Wrap the function call around a
14258         wfl node.
14259         (refine_accessible_methods_list): Changed comment, removed
14260         unnecessary code.
14261         * parse.h: Fixed typo in comments.
14262         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
14263         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
14264         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
14265         parser_ccb_indent.
14266         * lex.c (java_lex): Record the last closing curly bracket of a
14267         function.
14268         * jcf-parse.c (jcf_parse_source): Now calls
14269         java_check_methods. Clarified comment, fixed typo.
14271 1998-04-09  Dave Brolley  <brolley@cygnus.com>
14273         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
14274         (finish_parse): Expose for non USE_CPPLIB builds.
14276 1998-04-08  Jeffrey A Law  (law@cygnus.com)
14278         * lang.c (lang_print_xnode): New function.
14280 1998-04-03  Per Bothner  <bothner@cygnus.com>
14282         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
14283         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
14284         used to build a class's dispatch table.
14285         (make_class_data):  Generate dispatch table if flag_assume_compiled.
14286         Set dtable of class object to address of class_dtable_decl.
14288         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
14289         be volatile and have side effects - generates better code.
14291         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
14292         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
14294         * expr.c (expand_invoke):  If class is final, method is
14295         effectively final, so can call it directly.
14297         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
14299         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
14301 1998-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14303         * parse.y (build_method_invocation_stmt): Removed extra argument
14304         to build_invoke.
14306 1998-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14308         * expr.c (dtable_indent): Now static global.
14309         (expand_invoke): Now call invoke_build_dtable and
14310         build_invokevirtual.
14311         (invoke_build_dtable, build_invokevirtual): New functions.
14312         * jcf-io.c (find_class): Defer issuing a warning by setting
14313         jcf->outofsynch to 1.
14314         * jcf-parse.c (jcf_out_of_synch): New function.
14315         (load_class): Test this_jcf.outofsynch flag and call
14316         jcf_out_of_synch accordingly.
14317         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
14318         comment indentation.
14319         * lex.c (java_get_unicode): Fixed code indentation.
14320         (java_lex): Create string literal. Fixed typo. Removed several
14321         premature obstack_free.
14322         * parse.h: New enums for name resolution and invocation mode.
14323         (struct qualification): New data structure.
14324         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
14325         (do_resolve_class, build_method_invocation_stmt,
14326         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
14327         debug_line, identical_subpath_p, invocation_mode,
14328         refine_accessible_methods_list, build_invoke,
14329         lookup_method_invoke): New functions declared.
14330         (build_invokevirtual, invoke_build_dtable, match_java_method,
14331         build_field_ref, jcf_out_of_synch): New references to external
14332         functions.
14333         (struct parse_ctxt): Removed artificial_constructor field.
14334         * parse.y: (array_type:): Type defined for this rule.
14335         (class_type:): Installed default rule for interface_type:.
14336         (array_type:): Now build Java array type.
14337         (qualified_name:): Now use obstack_grow0.
14338         (method_declaration:): Skip the artificial constructor added to
14339         the list, if any.
14340         (abstract_method_declaration:): Execute the code only during pass 1.
14341         (block:): Installed default rule in block_statements:.
14342         (block_statement:): Add the statement to the method during pass 2.
14343         (statement_expression): Installed default rule for
14344         method_invocation:.
14345         (argument_list:): Added code to build the argument list.
14346         (method_invocation:): Added call to create the method invocation
14347         node.
14348         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
14349         (debug_line): New function for debug.
14350         (complete_class_decl): No longer do something during pass 1.
14351         (method_header): Use BUILD_PTR_FROM_NAME.
14352         (parser_qualified_classname): Use obstack_grow0. Removed bogus
14353         obstack_free.
14354         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
14355         function's main comment.
14356         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
14357         classes.
14358         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
14359         (resolve_class): Now works with arrays.
14360         (do_resolve_class, resolve_and_layout): New functions.
14361         (java_check_regular_methods): Reverse method list before and after
14362         having processed it. No longer set ctxp->artificial_constructor.
14363         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
14364         accordingly. Fixed typo in issued error message. Now use
14365         obstack_grow0.
14366         (find_in_imports_on_demand): Now use obstack_grow0.
14367         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
14368         (source_end_java_method): Call expand_expr_stmt instead of
14369         expand_expr. Calls it before calling expand_function_end.
14370         (java_method_add_stmt): Do nothing if errors were found during
14371         parsing.
14372         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
14373         (build_method_invocation_stmt, build_invoke, invocation_mode,
14374         lookup_method_invoke, refine_accessible_methods_list,
14375         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
14376         New functions.
14377         * typeck.c (build_java_signature): Properly end method signature
14378         if return type skipped.
14379         (match_java_method): New function.
14381 1998-03-16  Per Bothner  <bothner@cygnus.com>
14383         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
14385 1998-02-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14387         * expr.c (build_invoke_non_interface): New function.
14388         (methods_ident, ncode_ident): Now static globals.
14389         (expand_invoke): Use build_invoke_non_interface.
14390         * java-tree.h (struct lang_decl): New field function_decl_body.
14391         (DECL_FUNCTION_BODY): New macro.
14392         * jcf-parse.c (jcf_parse_source): Deeper check before setting
14393         CLASS_FROM_SOURCE_P.
14394         (parse_source_file): Fixed typos. Call java_layout_parsed_class
14395         before starting pass 2. Call to java_generate_parsed_class replaced
14396         by java_register_parsed_class.
14397         * lex.c: Fixed typo in header. Some line width related formating.
14398         * lex.h: Some line width related formating.
14399         * parse.h (source_end_java_method, resolve_expression_name,
14400         complete_class_decl, maybe_create_class_interface_decl,
14401         check_class_interface_creation): New static function declarations.
14402         (java_layout_parsed_class, java_method_add_stmt): New function
14403         declarations.
14404         (struct parser_ctxt): Field mark_class_generate removed. New
14405         fields class_list and artificial_constructor.
14406         * parse.y: Fixed typo in header.
14407         (class_declaration:): Call complete_class_decl when class body
14408         parsed.
14409         (method_declaration:): Call source_end_java_method in pass 2 when
14410         the method body is defined.
14411         (postfix_expression:): Do expression name resolution on sub-rule
14412         name during pass 2.
14413         (create_class, create_interface): Merged common pieces.
14414         (check_class_interface_creation, maybe_create_class_interface_decl):
14415         New functions.
14416         (complete_class_decl): New function.
14417         (register_fields): Fixed line width related typo.
14418         (method_header): Correctly skip first argument when fixing
14419         argument line. Changed the loop.
14420         (java_check_circular_reference): Now use ctxp->class_list.
14421         (java_complete_class): Removed start/stop marking.
14422         (java_check_regular_methods): Now takes a class decl as an
14423         argument.  Add default constructor if none were encountered.
14424         (java_check_methods): Now use ctxp->class_list. Changed call to
14425         java_check_regular_methods.
14426         (source_start_java_method): Set DECL_ARG_TYPE for each function
14427         arguments.
14428         (source_end_java_method, java_method_add_stmt): New functions.
14429         (java_generate_parsed_class): No longer exists.
14430         (java_layout_parsed_class, java_register_parsed_class): New functions.
14431         (resolve_expression_name): New function.
14433 1998-02-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14435         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
14436         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
14437         until pass initializations are done. Call read_import_dir with
14438         pass set to 0.
14439         * parse.h: (lookup_modifier_cl): New function declared.
14440         (INTERFACE_FIELD_MODIFIERS): New macro.
14441         (OBSOLETE_MODIFIER_WARNING): New macro.
14442         * parse.y: (register_fields): Class type and current field name in
14443         local variables. Check modifier(s) if adding field(s) to an interface.
14444         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
14445         and report errors using the faulty modifier line context.
14446         (lookup_modifier_cl): New function.
14447         (read_import_dir): Detect and report default import processing
14448         failure.
14450 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
14452         Add a pair of -fassume-compiled/-fno-assume-compiled options.
14453         * class.c (is_compiled_class): Return 1 after making sure it
14454         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
14455         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
14456         * java-tree.h (flag_assume_compiled): Add decl.
14457         * lang.c (lang_f_options): Add the flag.
14458         (flag_assume_compiled): Add decl, default to 0.
14460 1998-02-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14462         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
14463         (is_compiled_class): Likewise.
14464         (layout_class): Likewise.
14465         (layout_class): Detect and lay out classes defined in source code.
14466         (interface_of_p, add_interface_do, may_add_interface): New
14467         function.
14468         (add_interface): Now use add_interface_do.
14469         (add_method_1): New function.
14470         (add_method): Now use add_method_1.
14471         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
14472         (complete_start_java_method): New function.
14473         (start_java_mehod): Now call complete_start_java_method.
14474         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
14475         (expand_invoke): Likewise and fixed typo.
14476         *gjava.c: (print_super_field): Use new argument to find_class
14477         DO_CLASS_FILE.
14478         (main): Likewise.
14479         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
14480         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
14481         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
14482         IDENTIFIER_NODE.
14483         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
14484         (add_method_1, push_class): New prototypes.
14485         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
14486         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
14487         directory where the class was found.
14488         (find_class): New argument DO_CLASS_FILE. Function find_class
14489         modified accordingly.
14490         *jcf-parse.c: (fix_class_path): New function.
14491         (load_class): Use new VERBOSE argument. load_class now finds and
14492         loads/parses .class/.java files. Save read_state of current_jcf
14493         if necessary.
14494         (java_parser_abort_on_error): New macro.
14495         (jcf_parse_source, parse_source_file): New function.
14496         (jcf_parse): Fixed typo.
14497         (yyparse): Call parse_source_file () only.
14498         (process_zip_dir): Fixed typo, fix zdir->filename_length when
14499         writing the real class name back in the zip directory entry.
14500         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
14501         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
14502         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
14503         (find_class): Prototype fixed.
14504         *lex.c: Added 1998 time stamp.
14505         Removed all static global variables, moved into the parser
14506         context data structure.. Now include unistd.h if SEEK_SET not
14507         defined.
14508         (java_init_lex): Rewritten.
14509         (java_sneak_unicode): Modified current unicode access in current line.
14510         (java_unget_unicode): Likewise.
14511         (java_allocate_new_line): New allocation management.
14512         (java_read_char): Modified access and storage of unget_utf8_value.
14513         New way of processing current unicode.
14514         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
14515         (java_get_unicode): Now use the parser context.
14516         (java_lineterminator): Likewise.
14517         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
14518         of the reentrant parser implementation. Function now use the
14519         parser context data structure and java_lval. Fixed production of
14520         the float and double constant "out of range" error message. Fixed
14521         obstack use. Return integer value when hitting a modifier. Now
14522         return type for TRUE, FALSE and other predefined types. Return
14523         identifier as a TREE_LIST list containing the current line context
14524         as the TREE_VALUE sub-node.
14525         (java_unicode_2_utf8): Fixed typo in declaration.
14526         (java_lex_error): Now use the parser context data structure.
14527         *lex.h: Added 1998 time stamp.
14528         (struct java_line): New fields ref_count and next.
14529         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
14530         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
14531         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
14532         *parse.h: Added 1998 time stamp.
14533         (java_parse_source_file): Renamed from parse_source_file.
14534         (YYERROR_NOW, YYNOT_TWICE): Fixed.
14535         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
14536         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
14537         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
14538         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
14539         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
14540         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
14541         (struct parser_ctxt): New data structure to keep the parser context.
14542         *parse.y: Added 1998 time stamp, got rid of static global variables.
14543         (java_error_count, ctxp): New global variables.
14544         (%union): New value field.
14545         (numeric_type, integral_type): Rules removed.
14546         (primitive_type): Rule defined to handle integral, float, double and
14547         boolean types.
14548         (qualified_name, package_declaration,
14549         single_type_import_declaration, type_import_on_demand_declaration,
14550         modifiers, class_declaration, super, interfaces,
14551         interface_type_list, class_body, field_declaration,
14552         field_declaration, variable_declarators, variable_declarator,
14553         variable_declarator_id, method_declaration, method_header,
14554         formal_parameter_list, formal_parameter, method_body, block,
14555         static, interface_declaration, extends_interfaces,
14556         abstract_method_declaration, local_variable_declarators): Rules now
14557         define actions.
14558         (force_error, do_warning): New global statics.
14559         (push_parser_context, parser_context_save_global,
14560         parser_context_restore_global, pop_parser_context): New functions.
14561         (yyerror): Now uses the global parser context. Fixed use of obstack.
14562         (parse_error, parse_error_context, parse_warning_context,
14563         java_accstring_lookup, redefinition_error, check_modifiers,
14564         parser_add_interface, create_interface, create_class, find_field,
14565         duplicate_declaration_error, register_fields, method_header,
14566         check_modifiers_consistency, check_abstract_method_header,
14567         method_declarator, parser_qualified_classname,
14568         parser_check_super_interface, parser_check_super,
14569         parser_chain_incomplete_item, java_check_circular_reference,
14570         layout_class_from_source, java_complete_class,
14571         complete_method_decl, resolve_class, complete_class_report_errors,
14572         java_check_final, check_method_redefinition,
14573         java_check_regular_methods, java_check_abstract_methods,
14574         java_check_methods, lookup_java_interface_method2,
14575         lookup_java_method2, lookup_cl, find_name_in_single_imports,
14576         process_imports, find_in_imports, read_import_entry,
14577         read_import_dir, find_in_imports_on_demand,
14578         check_pkg_class_access, not_builtin_p, declare_local_variables,
14579         source_start_java_method, java_generate_parsed_class): New
14580         functions.
14581         *typeck.c: (signature_include_return): New global variable.
14582         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
14583         to add the function returned type in the signature.
14585 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
14587         * jcf-io.c (open_in_zip): Use strncmp and LEN.
14589 1998-01-29  Dave Brolley  <brolley@cygnus.com>
14591         * Make-lang.in (java.info): Added.
14592         (java.install-info): Added
14594 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
14596         * Makefile.in (clean): Also remove java/parse.c.
14598 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
14600         Add a pair of -fbounds-check/-fno-bounds-check options.
14601         * lang.c (lang_decode_option): Add code to grok arguments.
14602         (flag_bounds_check): Add decl.
14603         (lang_f_options): New array w/ the option in it.
14604         * java-tree.h (flag_bounds_check): Add decl.
14605         * lang-options.h: New file.
14606         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
14607         of a static macro value.
14608         (JAVA_ARRAY_EXCEPTION): Delete macro.
14610 1998-01-23  Per Bothner  <bothner@cygnus.com>
14612         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
14613         * expr.c (build_anewarray):  Add missing promote_type.
14615 1998-01-22  Per Bothner  <bothner@cygnus.com>
14617         Add array types with known length to optimize bounds checking.
14618         * typeck.c (build_java_array_type):  Take length parameter.
14619         (java_array_type_length, build_prim_array_type):  New functions.
14620         * java-tree.h:  Update for new functions.
14621         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
14622         * class.c:  Use build_prim_array_type.
14623         * expr.c (can_widen_reference_to):  Handle known-length array types.
14624         (verify_jvm_instructions):  Keep track of integer push instructions
14625         followed by newarray/anewarray, so we can build known-length arrays.
14626         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
14627         (java_array_data_offset):  New function.
14628         (build_java_array_length_access):  New function.  Optimize if constant.
14629         (build_java_arrayaccess):  Constant fold bounds check.
14630         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
14631         (build_newarray, build_anewarray):  New functions.
14632         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
14633         * verify.c (merge_types):  Handle known-lengh array types.
14635 1998-01-19  Per Bothner  <bothner@cygnus.com>
14637         * expr.c (expand_byte_code):  Fix performace bug, which caused
14638         searching linenumber_table to be linear rather than constant.
14640 1997-12-12  Per Bothner  <bothner@cygnus.com>
14642         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
14644         * decl.c, java-tree.h (soft_fmod_node):  New global.
14645         * decl.c (init_decl_processing):  Define __builtin_fmod.
14646         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
14647         using __builtin_fmod.
14649 1997-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14651         * keyword.h: New file, output of keyword.gperf as processed by
14652         gperf.
14653         * lex.c (java_lex_init): Initialize java_error_flag.
14654         * parse.c (YYERROR_NOW): Uses java_error_flag.
14655         * parse.y: New static java_error_flag. Useless definition of
14656         buffer_error gone.
14657         * parse.y (java_error): Portable error recovery using
14658         java_error_flag (not yet completely tuned).
14660 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
14662         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
14664 1997-12-03  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14666         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
14667         (parse.c, lex.c, keyword.h): New rules for Java source code
14668         front-end.
14669         * parse.c: Renamed into jcf-parse.c.
14670         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
14671         * keyword.gperf: New file, Java keywords.
14672         * parse.y: New file, Java language grammar.
14673         * parse.h: New file, Java language grammar definitions.
14674         * lex.c: New file, Java language lexer.
14675         * lex.h: New file, Java language lexer definitions.
14677 1997-12-03  Per Bothner  <bothner@cygnus.com>
14679         * decl.c (clinit_identifier_node), java-tree.h:  New global.
14680         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
14681         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
14682         * expr.c (expand_java_field_op):  Check for invalid assignment
14683         to final field.
14685         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
14687 1997-10-27  Per Bothner  <bothner@cygnus.com>
14689         * verify.c (verify_jvm_instructions):  When processing a handler,
14690         attempt to set the current_subr to the right value.
14691         (More complicated code combines Sep 17 and Oct 22 versions.)
14693 1997-10-24  Per Bothner  <bothner@cygnus.com>
14695         * class.c (push_class):  Figure out (guess) name of source file.
14696         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
14697         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
14698         (parse_class_file):  Change return type from int to void.
14699         Call debug_start_source_file/debug_end_source_file.
14701         * expr.c (build_java_binop):  Fix masking 2nd operand.
14702         * decl.c (init_decl_processing):  Set sizetype first.
14704 1997-10-22  Per Bothner  <bothner@cygnus.com>
14706         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
14707         (Revert Sep 17 change.)
14709 1997-10-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14711         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
14712         .class extension in their name and fix thing so we don't process
14713         them parse_zip_file_entries().
14714         (parse_zip_file_entries): Cleaned unused local variables.
14716 1997-10-20  Per Bothner  <bothner@cygnus.com>
14718         * expr.c (can_widen_reference_to):  Allows equal array element types.
14719         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
14720         * jcf-dump.c (RET):  Get (and print) index.
14722         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
14723         Promote element type to POINTER_TYPE.
14725 1997-10-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14727         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
14728         find_in_current_zip, jcf_figure_file_type): Moved from
14729         jcf-reader.c to parse.c.
14730         * zextract.c: (read_zip_archive): takes file_comment_length possible
14731         field into account.
14733 1997-10-20  Per Bothner  <bothner@cygnus.com>
14735         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
14737         * verify.c (merge_types):  Handle array types even better ...
14739 1997-10-17  Per Bothner  <bothner@cygnus.com>
14741         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
14743         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
14744         * class.c (make_class_data):  Don't build fields_decl if no fields.
14745         When building fields_decl, skip if DECL_ARTIFICIAL.
14747         * expr.c (java_stack_swap):  Update stack_type_map.
14748         * verify.c (merge_types):  Handle array types better.
14750 1997-10-15  Per Bothner  <bothner@cygnus.com>
14752         * class.c (add_field):  Don't promote short integral fields to
14753         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
14754         * expr.c (push_value):  Promote and convert short integral values.
14756         * decl.c, java-tree.h (integer_two_node):  New constant node.
14757         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
14759 1997-10-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14761         * class.c (append_gpp_mangled_type): Use function argument
14762         unpromoted type to generate mangled name.
14764 1997-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14766         * constants.c (build_constant_data_ref): Now uses current_class
14767         instead of main_class.
14768         (build_constants_constructor): Now uses current_class instead of
14769         main_class.
14770         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
14771         of the global variable SeepZipFiles done here.
14772         * zextract.c (read_zip_archive): extra_field optional field taken
14773         into account while computing the position of the class file in the
14774         archive.
14775         * verify.c (verify_jvm_instructions): Use current_jcf to search
14776         the constant pool.
14777         * parse.c (load_class): First search for the class to load in the
14778         current zip file. Saves current_jcf (restored before returning
14779         from that function). Don't call JCF_FINISH in the class was found
14780         in the current ZIP file.
14781         (jcf_parse): If the class was found in the current ZIP file, save
14782         its tree_constant_pool (for later reuse).
14783         (parse_class_file): New function. Process each method defined in
14784         the current class and record the class as to be later registered.
14785         (yyparse): Rewritten. Figure the type of the current file and switch
14786         accordingly.
14787         * lang.c: New global variable current_jcf.
14788         (lang_init): Removed compiling_from_source test (done later, in
14789         yyparse). Removed call the jcf_parse ().
14790         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
14791         (typedef struct JCF): New fields seen_in_zip (to mark a class found
14792         in the current ZIP file) and zip_offset (offset to the class data in
14793         the current zip file).
14794         * jcf-reader.c: zipfile.h included.
14795         localToFile: New ZipFileCache static global variable
14796         (parse_zip_file_entries): New function. Browse the current ZIP
14797         file directory and process each class found.
14798         (process_zip_dir): New function. Register each class found in the
14799         ZIP file directory. The class aren't parsed but a valid JCF is
14800         link to each of them.
14801         (find_in_current_zip): New function. Search for a class in the
14802         current ZIP file directory. If found, prepare the class so that it
14803         can be loaded.
14804         (jcf_figure_file_type): New function. Examine the file structure
14805         to figure a class file, a ZIP file. If none of these categories are
14806         matched, a source file is assumed.
14807         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
14808         SeenZipFile: New global variable.
14809         (open_in_zip): Use zipmember's length to accelerate the search for
14810         a member. If zipmember was NULL and zip file successfully read,
14811         return 0.
14812         * java-tree.h: New global variable current_jcf declared.  Added
14813         declaration for current_constant_pool_tags, current_constant_pool_data,
14814         current_constant_pool_length, current_constant_pool_data_ref.
14815         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
14816         store the JCF of classes seen in a zip file) and tree *constant_pool
14817         (to save a loaded class constant pool). current_class declared here.
14818         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
14819         retrieve method_ref_constant.
14820         (PUSHC): java_push_constant_from_pool now uses current_jcf.
14821         (OBJECT): get_class_constant now uses current_jcf.
14822         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
14823         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
14824         (expand_invoke): Now uses current_class instead of main_class
14825         (build_class_init): Now uses current_class instead of main_class
14826         * class.c: New static global variable registered_class.
14827         (register_class): New function.
14828         (emit_register_class): Modified to use registered_class instead of
14829         main_class
14830         (is_compiled_class): Now take into account class seen in the archive.
14832 1997-10-06  Per Bothner  <bothner@cygnus.com>
14834         * except.h:  Renamed to: java-except.h.
14835         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
14836         * except.c:  Add semi-working (commented out) implementation.
14838         * expr.c (expand_iinc):  Add needed flush_quick_stack.
14839         * parse.c (set_source_filename):  New function.
14840         (give_name_to_class):  Set input_filename from package.classname.java.
14842         * jcf-io.c (find_class):  Don't look first in ".".
14844 1997-10-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14846         * zextract.c (read_zip_archive): Now takes into account the
14847         extra_field field.
14848         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
14850 1997-09-20  Per Bothner  <bothner@cygnus.com>
14852         * constants.c, java-tree.h (build_internal_class_name):  New function.
14853         (alloc_class_constant):  Re-implement using build_internal_class_name.
14854         * class.c (make_class_data):  Likewise.
14855         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
14857 1997-09-17  Per Bothner  <bothner@cygnus.com>
14859         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
14860         to NULL before pushing an exception handler target.
14862         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
14863         (java_stack_swap, java_stack_dup):  Re-write to be safe from
14864         clobbering registers.
14865         (build_class_init):  New function.
14867 1997-09-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14869         * typeck.c (build_java_array_type): Temporary use
14870         permanent_obstack to create the array 'length' field.
14871         * expr.c (lookup_label): Temporay use permanent_obstack to create
14872         label if not found.
14873         * class.c (push_super_field): Tempory use permanent_obstack.
14875 1997-09-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14877         * typeck.c (type_for_mode): Now handles double_type_node and
14878         float_type_node.
14879         * verify.c (verify_jvm_instructions): The instruction following
14880         the wide bytecode is checked. OPCODE_ret added to the list of
14881         wide.
14883 1997-09-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14885         * class.c (make_class): Temporary use permanent_obstack. Set the
14886         class CLASS_P field to 1.
14887         (push_class): Temporary use permanent_obstack.
14888         (set_super_info): Temporary use permanent_obstack.
14889         (add_method): Temporary use permanent_obstack, set
14890         METHOD_TRANSIENT().
14891         (add_field): Temporary use permanent_obstack. Sets
14892         FIELD_VOLATILE() and FIELD_TRANSIENT().
14893         (build_class_ref): Temporary use permanent_obstack if the class
14894         isn't compiled.
14895         (build_static_field_ref): Temporary use permanent_obstack when
14896         creating field's rtl.
14897         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
14898         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
14899         and fields. Function finalized, as far as flag handling.
14900         (push_class_static_dummy_field): Temporary use permanent_obstack.
14901         (emit_register_class): Force generation of class registration at
14902         -O3 or deeper.
14903         * decl.c (end_java_method): Call permanent_allocation() before
14904         returning.
14905         * expr.c (can_widen_reference_to): Added comment to interface
14906         handling, fixed typo.
14907         (lookup_field): Now uses CLASS_P() to correct FIXME
14908         (expand_invoke): Verification on public && !static &&
14909         !abstract moved into soft_lookupinterfacemethod (kaffe).
14910         Use Object class dtable if objectref is an array when expanding
14911         invokeinterface.
14912         (java_push_constant_from_pool): Temporary use permanent_obstack
14913         for CONSTANT_string
14914         * parse.c (get_ref_constant): Temporary use permanent_obstack to
14915         create constant references.
14916         (get_constant): Temporary use permanent_obstack to create constant.
14917         (load_class): Temporary use permanent_obstack to load class.
14918         (jcf_parse): Temporary use permanent_obstack to perform class
14919         layout.
14920         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
14921         (build_java_signature): Temporary use permanent_obstack.
14922         * verify.c: (verify_jvm_instruction): removed unnecessary verification
14923         on ACC_SUPER flag.
14924         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
14925         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
14926         (CLASS_P): Defined
14928 1997-09-11  Per Bothner  <bothner@cygnus.com>
14930         * class.c (append_gpp_mangled_type):  Fix typo.
14931         (emit_register_class):  Use main_class to get class object, rather
14932         than looking for no-longer-existing static decl starting with _CL.
14933         * typeck.c (parse_signature_type):  Promote array element type
14934         if it is a RECORD_TYPE.
14936 1997-09-10  Per Bothner  <bothner@cygnus.com>
14938         * class.c (push_class_static_dummy_field):  New function.
14939         (mangle_static_field):  New. Do G++-style mangling of static fields.
14940         (layout_class):  Mandle static fields here, not in add_field.
14941         (build_class_ref):  The class object is now a dummy static field.
14942         * decl.c (find_local_variable):  Look for best, instead of first match.
14943         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
14944         (build_java_athrow):  Don't check here if exception is Throwable.
14945         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
14946         (TYPE_USED):  Removed.  No longer used ...
14947         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
14948         * verify.c (push_pending_label):  New function.
14949         (push_pending_block):  Renamed to check_pending_block.
14950         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
14951         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
14952         re-checking possible handlers) after a store (less wasted work).
14953         Check for null handler (finally) before calling add_handler.
14954         Various changes to (finally?) correctly handle try/finally.
14956 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
14958         * class.c: Include stdio.h.
14960 1997-09-04  Per Bothner  <bothner@cygnus.com>
14962         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
14963         to make sure class is initialized before static/special invoke.
14965         * verify.c (verify_jvm_instructions):  On a store instruction,
14966         call find_local_variable to force pre-allocation of decl and rtx.
14967         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
14969 1997-09-03  Per Bothner  <bothner@cygnus.com>
14971         * class.c (build_class_ref):   Strip off "promoted_" if need be.
14972         (make_field_value): Call build_java_signature when needed.
14973         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
14974         * expr.c (build_java_athrow):  Don't push_value of exception.
14975         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
14976         match specification of [fd]cmp[lg] for NaNs.
14977         (expand_byte_code):  Add support for exception handler ranges.
14978         * except.c:  Add skeleton for EH code-generation.
14979         * verify.c (merge_types):  Treat all promoted integral types as equal.
14980         * constants.c (build_constants_constructor):  To force creation of
14981         current_constant_pool_data_ref, call build_constant_data_ref.
14983         * javaop.def (lload):  Fix typo.
14984         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
14986 1997-09-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
14988         * parse.c: Don't include function.h.
14990 1997-08-27  Per Bothner  <bothner@cygnus.com>
14992         * except.[ch]:  New files.
14993         * Makefile.in (JAVA_OBJS):  Add except.o
14994         * expr.c:  Temporary warning about unimplemented exceptions.
14995         * verify.c:  Verify exception handlers.
14997         * jcf-dump.c (disassemble_method):  Print exception table.
14999 1997-08-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15001         * expr.c (verify_jvm_instructions): Started a thorough
15002         verification of invoke* bytecodes.
15003         (expand_byte_code): flush quick stack if PC is the target of a
15004         branch.  and undef RET (conflicting with config/i386/i386.h).
15005         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
15006         used.
15007         (expand_invoke): Now handles invokeinterface and do more
15008         verification according to the bytecode.
15009         (lookup_field): Don't try to load the class if processing
15010         dtable_type.
15011         (can_widen_reference_to): Now handles interfaces.
15012         * decl.c (init_decl_processing): New global variable
15013         soft_lookupinterfacemethod_node, declared in java-tree.h.
15014         Call set_super_info on string_type_node.
15015         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
15016         defined.
15017         * class.c (set_super_info): Fills the CLASS_* flags according to
15018         access_flags.
15019         (get_access_flags_from_decl): Handles all class flags.
15021 1997-08-26  Per Bothner  <bothner@cygnus.com>
15023         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
15024         * parse.c (yyparse):  Check for abstract method, and missing code.
15025         * expr.c (expand_byte_code):  Change interface.
15026         * lang.c (put_decl_node):  Print promoted types prettier.
15027         * verify.c (verify_jvm_instruction):  Change interface.
15028         Partial support for scanning exception table.
15029         For load instructions, handle promoted integral types.
15031 1997-08-21  Per Bothner  <bothner@cygnus.com>
15033         * verify.c:  New file, with contents moved from expr.c.
15034         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
15035         * typeck.c (is_array_type_p):  Moved here from expr.c.
15036         * java-tree.h:  Add some now-needed function declarations.
15037         * Makefile.in (JAVA_OBJS): Added verify.o.
15039 1997-08-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15041         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
15042         METHOD_ABSTRACT flag.
15044         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
15045         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
15046         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
15048         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
15049         variables.
15050         (start_java_method): Hook for SYNCHRONIZED methods.
15052         * expr.c (build_java_jsr, build_java_ret): New functions
15053         (JSR,PRE): New macros
15054         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
15055         (verify_jvm_instructions): tableswitch, lookupswitch,
15056         monitorenter, monitorexit, goto_w: verified.
15057         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
15058         (build_java_monitor): New function.
15059         (MONITOR_OPERATION): Modified to call build_java_monitor()
15060         (verify_jvm_instructions): Started a thorough verification of
15061         invoke* bytecodes.
15063 1997-08-19  Per Bothner  <bothner@cygnus.com>
15065         Support verification of jsr/ret subroutines (used for try/finally).
15066         * decl.c (return_address_type_node):  New type node.
15067         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
15068         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
15069         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
15070         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
15071         TYPE_USED):  New macros for special types in type_map.
15073         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
15074         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
15075         BCODE_JUMP_TARGET.
15076         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
15078         * expr.c (can_widen_reference_to):  New function.
15079         (pop_type):  Use it.
15080         (merge_type_state):  Support handling start of subroutine.
15081         (push_pending_block):  Return char* error message, instead of calling
15082         fatal on an error.  Also handle subroutines.
15083         (verify_jvm_instructions):  Handle errors from push_poending_block.
15084         Support jsr and ret instructions.
15086 1997-08-19  Per Bothner  <bothner@cygnus.com>
15088         * jcf-io.c (find_classfile):  Fix thinko.
15089         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
15091 1997-08-12  Jason Merrill  <jason@yorick.cygnus.com>
15093         * Makefile.in (BISON): Remove.
15095 1997-08-07  Per Bothner  <bothner@cygnus.com>
15097         * Makefile.in:  Convert to autoconf.
15098         * config-lang.in (outputs):  Added java/Makefile.
15100         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
15101         Rename cc1java to jc1.
15103         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
15104         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
15106         * class.c (class_depth):  Do load_class if needed.
15108         Mostly better verification.
15109         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
15110         (init_decl_processing):  Change return type of soft_checkcast.
15111         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
15112         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
15113         lang_print_error):  New functions.
15114         (lang_init):  Set global hook print_error_function to lang_print_error.
15115         * expr.c:  In the type_map ptr_type_node is only used for null now.
15116         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
15117         (merge_types):  Dererence pointer to record types before comparing.
15118         (decode_newarray_type, merge_types):  On error just return NULL.
15119         (build_java_binop):  Add preliminary implementation (with warning)
15120         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
15121         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
15122         (expand_compare, expand_java_goto, expand_java_call):  Don't
15123         push_pending_block, since that only makes sense when verifying.
15124         (merge_type_state):  Different return codes.
15125         (push_pending_block):  A block may need to be verified more than once.
15126         (expand_byte_code):  Warn about unused code at code generation time.
15127         (verify_jvm_instruction):  Changed logic, since code may need to be
15128         re-verified if type-state has changed.  Also, better error handling.
15129         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
15130         Improve newarray, anewarray, ?aload, athrow,
15131         * java-tree.h (LABEL_CHANGED):  New macro.
15133 1997-08-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15135         * decl.c (soft_athrow_node): New global variable initialized.
15136         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
15137         * typeck.c (convert): Added support for REAL_TYPE.
15138         (convert_to_char): New function.
15139         (convert): Handle CHAR_TYPE.
15140         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
15141         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
15142         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
15143         promoted type.
15144         (verify_jvm_instructions): Added break a the end of bogus unop: label.
15145         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
15146         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
15147         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
15148         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
15149         to Use The Right Things.
15150         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
15151         compatible with INT. BOOLEAN is made equivalent to BYTE.
15152         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull,
15153         OPCODE_ifnonnull): Now supported.
15154         (build_java_athrow): New function.
15156 1997-08-04  Per Bothner  <bothner@cygnus.com>
15158         Rename method name <init> to match G++ (and fix mangling).
15159         * class.c (layout_class):  Replace method name of <init> by class name.
15160         (make_method_value):  Do inverse renaming of constructor from <init>.
15161         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
15162         * typeck.c (lookup_java_constructor):  New function.
15163         * expr.c (expand_invoke):  If method_name is <init>, call
15164         lookup_java_constructor to find constructor.
15166         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
15168 1997-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
15170         * parse.c (get_class_constant): Modified to handle array "classes"
15171         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
15172         wide type.
15173         (convert): Modified to handle real type.
15174         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
15175         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
15176         variables declared.
15177         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
15178         soft_multianewarray, soft_newarray_node, soft_throw_node): New
15179         global variables initialized.
15180         (find_local_variable): Handles the case of a pointer
15181         (end_java_method): Restore the use of one more scope
15182         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
15183         build_java_array_length_access, expand_java_arrayload,
15184         expand_java_arraystore, expand_java_array_length,
15185         expand_java_multianewarray, expand_java_anewarray,
15186         build_java_check_indexed_type, is_array_type_p,
15187         build_java_throw_out_of_bound_exception): New functions.
15188         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
15189         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
15190         OPCODE_<t>aload): Implemented code for verification.
15191         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
15192         ARRAY_NEW_MULTI): Macro defined.
15193         (CONVERT): Modified to invoke convert().
15194         (case OPCODE_aload2): Fixed index typo from 2 to 1.
15196 1997-07-31  Per Bothner  <bothner@cygnus.com>
15198         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
15199         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
15200         (make_class_data):  Field name needs '/' as package prefix.
15201         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
15203 1997-07-25  Per Bothner  <bothner@cygnus.com>
15205         Implement debug information for local variables.
15206         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
15207         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
15208         DECL_LOCAL_SLOT_CHAIN):  New macros.
15209         (struct lang_decl_var):  New type.
15210         * parse.c (give_name_to_locals):  Move to decl.c.
15211         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
15212         (start_java_method):  Re-write parameter handling.
15213         (pending_local_decls):  New global variable.
15214         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
15215         (find_local_variable):  Accept pc so we can skips decls not in range.
15216         (struct binding_level):  Add end_pc field.
15217         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
15218         (various):  Change so current pc gets passed to find_local_variable.
15220         * decl.c (init_decl_processing):  Re-arrange fields in
15221         class_type_node and and method_type_node to match kaffe 0.9.1.
15222         * class.c (make_method_value, make_class_data):  Update
15223         initializations to match.
15225 1997-07-16  Per Bothner  <bothner@cygnus.com>
15227         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
15228         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
15229         (push_super_field):  New function.
15230         (make_class_data):  Handle inheritance of class static initializer.
15231         (layout_class):  New name mangling.
15232         * constants.c (build_constant_data_ref):  Init type of data array
15233         to a one-element array.
15234         (build_constants_constructor):  Set DECL_SIZE from complete array type.
15235         * decl.c:  Rename class_type, object_type etc to class_type_node,
15236         object_type_node etc.  Make former inherit from latter.
15237         * expr.c (expand_invoke):  Add cast of function address.
15238         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
15239         * parse.c (yyparse):  Don't call layout_class here.
15240         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
15242 1997-06-14  Per Bothner  <bothner@cygnus.com>
15244         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
15245         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
15246         (alloc_class_constant):  New.
15247         * expr.c (expand_invoke):  Make sure method's class is initialized.
15248         * class.c (interits_from_p, emit_register_class):  New functions.
15249         * parse.c (yyparse):  Call emit_register_class.
15251 1997-06-09  Per Bothner  <bothner@cygnus.com>
15253         * constants.c:  New file, to handle constant pool.
15254         * Makefile.in (JAVA_OBJS):  Add constants.o.
15255         * decl.c (init_decl_processing):  Update, fix, finish various structs.
15256         (pushdecl_top_level):  New.
15257         * parse.c (layout_class):  Moved to class.c.
15258         * expr.c (java_push_constant_from_pool):  New function.
15259         * class.c (build_class_ref):  Make work fully
15260         (make_class_data):  Emit super-class, constant pool, interface vector.
15262 1997-06-03  Per Bothner  <bothner@cygnus.com>
15264         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
15265         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
15266         * class.c (class_depth):  New function.
15267         (lookup_named_class):  Replaced by new function lookup_class.
15268         * decl.c (object_type_node, string_type_node):  New.
15269         Remove various types that we no longer need.
15270         * expr.c (verify_jvm_instructions):  New separate verifier pass.
15271         (push_type, pop_type):  New functions for verifier.
15272         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
15273         (expand_byte_code):  Simplify, since we assume already verified.
15274         (expand_invoke):  Now mostly works.
15275         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
15276         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
15277         * parse.c:  Wait to allocate class object until we know its name.
15278         (layout_class):  Calculate DECL_VINDEX for each virtual method.
15279         * typeck.c (get_array_type):  Rename to ...
15280         (build_java_array_type):  ... and provide working implementation.
15281         (build_java_signature):  New function - build Java signature of type.
15282         (set_java_signature):  New function - cache signature with type.
15283         (lookup_java_method):  New function.
15285 1997-05-06  Per Bothner  <bothner@deneb.cygnus.com>
15287         * class.c (ident_subst):  Take extra SUFFIX parameter.
15288         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
15289         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
15290         (build_class_ref):  Actually implement.
15291         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
15292         * decl.c (builtin_function):  New.
15293         (init_decl_processing):  Update for current Kaffe.  Declare some
15294         builtin Kaffe functions.
15295         * expr.c (build_address_of):  New.
15296         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
15297         Renamed (from expand_java_new etc), and added working implementations.
15298         (build_field_ref):  Now also handle static fields.
15299         (expand_invoke):  Implement invokestatic, and start implement rest.
15300         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
15301         * javaop.def:  Rename invokevirt -> invokevirtual.
15302         * lang.c (use_handles):  Removed.
15303         * parse.c:  Add support for ConstantValue attribute.
15304         Handle nested loading of a class.  (JPOOL_UTF):  New.
15306 1997-03-11  Per Bothner  <bothner@deneb.cygnus.com>
15308         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
15310 1997-02-27  Per Bothner  <bothner@deneb.cygnus.com>
15312         * Make-lang.in (java.install-man):  New empty rule.
15313         * typeck.c (set_local_type):  New function.
15314         * expr.c (STORE_INTERNAL):  Call find_local_variable,
15315         not find_stack_slot.  Call set_local_type.
15317 1997-02-12  Per Bothner  <bothner@kalessin.cygnus.com>
15319         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
15320         and building RECORD_TYPE CONSTRUCTORs.
15321         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
15323         * lang.c (use_handles):  Change the default to 0.
15324         * decl.c:  Define and build class_type, field_type, utf8const_type.
15325         * class.c (make_class_data, make_field_value,
15326         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
15327         hashUtf8String, strLengthUtf8, mangled_classname:
15328         Functions to build reflective data structures.
15329         * parse.c (yyparse):  Call make_class_data.
15331         * jcf-io.c (open_class, find_classfile):  New functions.
15332         * jcf-dump.c:  Support reading classfile from explicitly-named
15333         class file (without CLASSPATH searching).
15335 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
15337         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
15338         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
15339         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
15340         (get_constant):  Now trivial for CONSTANT_Utf8.
15342         * jcf.h:  Make NEW_CPOOL the default.
15343         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
15345 1996-10-24  Per Bothner  <bothner@deneb.cygnus.com>
15347         New directory.