FSF GCC merge 02/23/03
[official-gcc.git] / gcc / java / ChangeLog
blob44dbbce9f881716013a22f0026b6c45c2ed8bcc6
1 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
3         Change base class access representation.
4         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
5         (add_interface_do): Likewise.
7 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
9         * decl.c (java_init_decl_processing): Change 
10         soft_lookupjnimethod_node to reflect the change in
11         signature of _Jv_LookupJNIMethod in libjava/jni.cc
12         * expr.c (build_jni_stub): Calculate and pass the size
13         on the stack of the arguments to a JNI function. Use
14         new target macro MODIFY_JNI_METHOD_CALL to allow a 
15         target to modify the call to a JNI method.
17 2003-02-08  Roger Sayle  <roger@eyesopen.com>
19         * jcf-io.c (java_or_class_file): Use libiberty's lbasename
20         instead of basename to avoid compiler warnings on Tru64.
22 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
24         * gcj.texi: Update to GFDL 1.2.
26 2003-01-31  Andrew Haley  <aph@redhat.com>
28         * parse.y (java_expand_classes): Scan the whole class list looking
29         for access methods that haven't yet been expanded.
31 2003-01-31 Adrian Bunk <bunk@fs.tum.de>
33         Fix for java/4269:
35         * jv-scan.c: Use HAVE_LANGINFO_CODESET instead of HAVE_NL_LANGINFO
36         to fix bootstrap on sparc-unknown-netbsdelf1.5.
37         * jcf-parse.c: Likewise.
39 2003-01-31  Mark Wielaard  <mark@klomp.org>
41         * gjavah.c (throwable_p): Allocate 1 more byte for string.
43 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
45         * class.c (make_class): Use BINFO_ELTS.
46         (set_super_info): Likewse.
47         (add_interface_do): Likewise.
49 2003-01-30  Tom Tromey  <tromey@redhat.com>
51         * jcf-parse.c (read_class): Update identifier's class value if it
52         changed during parsing.
54 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
56         * Make-lang.in (po-generated): Find the targets in $(parsedir).
57         Propagate change to all other rules as required.
58         (java/parse-scan.o): Add explicit dependency on
59         $(parsedir)/java/parse-scan.c .
61 2003-01-29  Tom Tromey  <tromey@redhat.com>
63         * parse.y (patch_assignment): Only transform the rhs of an
64         assignment when compiling to native.
66 2003-01-28  Tom Tromey  <tromey@redhat.com>
68         * jcf-write.c (generate_bytecode_conditional): Typo fixes.
70 2003-01-28  Tom Tromey  <tromey@redhat.com>
72         * lex.c (java_lex): Don't include UEOF as part of token.
73         (java_read_unicode): Error if \u sequence prematurely terminated.
75 2003-01-27  Tom Tromey  <tromey@redhat.com>
77         * parse.y (java_check_regular_methods): Check for construct after
78         checking types in throws clause.
80 2003-01-24  Tom Tromey  <tromey@redhat.com>
82         * class.c (build_static_field_ref): Only a String or numeric field
83         can fold to a constant.
85 2003-01-23  Tom Tromey  <tromey@redhat.com>
87         * jcf-parse.c (parse_zip_file_entries): Overwrite trailing \0 of
88         file name in resource buffer.
90 2003-01-23  Tom Tromey  <tromey@redhat.com>
92         * expr.c (build_known_method_ref): Use method's context to find
93         method table index.
95 2003-01-23  Tom Tromey  <tromey@redhat.com>
97         * constants.c (set_constant_entry): Allocated cleared memory.
99 2003-01-22  Tom Tromey  <tromey@redhat.com>
101         * java-tree.h: Don't use PARAMS.
102         * resource.c: Add prototypes for all functions.
103         (write_resource_constructor): Use `const char *' to avoid
104         warning.
106 2003-01-22 Nathanael Nerode  <neroden@gcc.gnu.org>
108         * jcf-parse.c (process_zip_dir): Remove unused variable.
110 2003-01-22  Tom Tromey  <tromey@redhat.com>
112         * expr.c (build_invokeinterface): Abort if method's context is not
113         an interface.
115 2003-01-22  Tom Tromey  <tromey@redhat.com>
117         * gcj.texi (Input and output files): Mention non-class entries.
118         * decl.c (java_init_decl_processing): Call
119         init_resource_processing.
120         * java-tree.h (compile_resource_data, write_resource_constructor,
121         compile_resource_file, init_resource_processing): Declare.
122         * config-lang.in (gtfiles): Added resource.c.
123         * Make-lang.in (gt-java-resource.h): New target.
124         (JAVA_OBJS): Added resource.o.
125         (java/resource.o): New target.
126         * resource.c: New file.
127         * class.c (compile_resource_file): Moved to resource.c.
128         (registerResource_libfunc): Likewise.
129         (utf8_decl_list): Mark with GTY; now static.
130         * jcf-parse.c (classify_zip_file): New function.
131         (parse_zip_file_entries): Use it; compile .properties files.
132         (process_zip_dir): Use classify_zip_file and compute_class_name.
133         Don't write class name into zip directory.
134         (java_parse_file): Call write_resource_constructor.
135         (compute_class_name): New function.
136         * jcf-io.c (read_zip_member): Reindented.
138 2003-01-21  Tom Tromey  <tromey@redhat.com>
140         * class.c (supers_all_compiled): New function.
141         (make_class_data): Use it.
143 2003-01-21  Tom Tromey  <tromey@redhat.com>
145         * parse.y (method_header): Native method can't be strictfp.
146         No method can be transient or volatile.
148 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
150         Make-lang.in (jvspec.o-warn): Add -Wno-error.
152 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
154         * check-init.c: Fix comment typos.
155         * class.c: Likewise.
156         * constants.c: Likewise.
157         * decl.c: Likewise.
158         * except.c: Likewise.
159         * expr.c: Likewise.
160         * java-except.h: Likewise.
161         * java-tree.h: Likewise.
162         * javaop.h: Likewise.
163         * jcf-dump.c: Likewise.
164         * jcf-io.c: Likewise.
165         * jcf-parse.c: Likewise.
166         * jcf-write.c: Likewise.
167         * lang.c: Likewise.
168         * mangle.c: Likewise.
169         * typeck.c: Likewise.
170         * verify.c: Likewise.
172 2003-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
174         * Make-lang.in (java/jcf-write.o): Depend on $(TM_P_H).
175         * jcf-write.c: Include "tm_p.h".
177 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
179         * jcf-io.c (caching_stat): Cast the 3rd arg of scandir to void*.
181 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
183         * builtins.c (java_build_function_call_expr): Renamed from
184         build_function_call_expr.  All callers changed.
186         * Make-lang.in (java/jcf-parse.o): Depend on $(TM_P_H).
187         * jcf-parse.c: Include tm_p.h.
189         * jcf-write.c (generate_bytecode_insns): Avoid signed/unsigned
190         warning.
192 2003-01-14  Tom Tromey  <tromey@redhat.com>
194         * class.c (make_class_data): Check that super is compiled before
195         building class reference to it.
197 2003-01-14  Andrew Haley  <aph@redhat.com>
199         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
200         varargs function -- correct.
202 2003-01-14  Andrew Haley  <aph@redhat.com>
204         * decl.c (java_init_decl_processing): Temporarily back out previous patch.
206 2003-01-14  Andrew Haley  <aph@redhat.com>
208         * decl.c (java_init_decl_processing): _Jv_NewMultiArray is a
209         varargs function -- correct.
211         * parse.y (patch_assignment): Copy the rhs of an assignment into a
212         temporary if the RHS is a reference.
214 2003-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
216         * Make-lang.in (keyword.h): Pass "-L ANSI-C" to gperf.
217         * keyword.h: Regenerated.
219         * All Files: Convert to ISO C style function definitions.
221 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
223         * parse.y (check_pkg_class_access): ANSIfy definition.
225 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
227         * decl.c, parse-scan.y, parse.y: Don't cast return value of
228         xmalloc et al.
230         * class.c, gjavah.c, parse.y, verify.c: Don't use PTR.
232 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
234         Merge from pch-branch:
236         2002-12-02  Geoffrey Keating  <geoffk@apple.com>
238         * Make-lang.in (java/gjavah.o): Update dependencies.
239         * gjavah.c: Include ggc.h.
241         2002-08-16  Geoffrey Keating  <geoffk@redhat.com>
243         * Make-lang.in (GCJH_OBJS): Add ggc-none.o.
244         (JCFDUMP_OBJS): Add ggc-none.o.
245         (java/jcf-dump.o): Depend on GGC_H.
246         * jcf-reader.c (jcf_parse_constant_pool): Use ggc_alloc to allocate
247         CPool substructures.
248         * jcf-parse.c (process_zip_dir): Use ggc_alloc to allocate JCFs.
249         * jcf-dump.c: Include ggc.h.
251         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
253         * jcf.h (union cpool_entry): New.
254         (struct CPool): Use gengtype to mark.  Change field 'data' to be
255         an array of unions.
256         (struct JCF): Use gengtype to mark.
257         (CPOOL_UINT): Update for new cpool_entry type.
258         (CPOOL_USHORT1): Likewise.
259         (CPOOL_USHORT2): Likewise.
260         (CPOOL_FINISH): Use GC to free cpool subfields.
261         * parse.h (struct parser_ctxt): Mark field current_jcf.
262         * lex.c (java_init_lex): Use GC to allocate struct JCF.
263         * jcf-parse.c (HANDLE_CONSTANT_Utf8): Update for new cpool_entry type.
264         (main_jcf): Use gengtype to mark.
265         (ggc_mark_jcf): Delete.
266         (get_constant): Update for new cpool_entry type.
267         (give_name_to_class): Likewise.
268         (get_class_constant): Likewise.
269         (init_outgoing_cpool): Use GGC to allocate struct CPool.
270         (java_parse_file): Use GGC to allocate struct JCF.
271         (init_jcf_parse): Don't call ggc_add_root.
272         * jcf-reader.c (jcf_parse_constant_pool): Update for new
273         cpool_entry type.
274         * java-tree.h (current_jcf): Use gengtype to mark.
275         (CPOOL_UTF): Update for new cpool_entry type.
276         (outgoing_cpool): Use gengtype to mark.
277         (struct lang_type): GC struct JCF and struct CPool.
278         * config-lang.in (gtfiles): Add jcf.h.
279         * constants.c (find_tree_constant): New.
280         (set_constant_entry): Allocate cpool subfields using GGC.  Update
281         for new cpool_entry type.
282         (find_constant1): Update for new cpool_entry type.
283         (find_constant2): Likewise.
284         (find_utf8_constant): Use find_tree_constant.
285         (find_class_or_string_constant): Remove unnecessary cast to jword.
286         Update for new cpool_entry type.
287         (count_constant_pool_bytes): Update for new cpool_entry type.
288         (write_constant_pool): Likewise.
289         (alloc_name_constant): Use find_tree_constant.
290         (build_constants_constructor): Update for new cpool_entry type.
292         2002-08-08  Geoffrey Keating  <geoffk@redhat.com>
294         * parse.y (mark_parser_ctxt): Delete.
295         (goal): Don't use ggc_add_root.
296         (create_new_parser_context): Use GC to allocate struct parser_ctxt.
297         (java_pop_parser_context): Let GC free parser_ctxt.
298         (java_parser_context_resume): Likewise.
299         * parse.h (struct parser_ctxt): Use gengtype to mark.
300         (ctxp): Likewise.
301         (ctxp_for_generation): Likewise.
302         * lex.h (struct java_lc_s): Mark for gengtype.
303         (java_lexer): Rearrange for gengtype.
304         * config-lang.in (gtfiles): Add lex.h, parse.h.
306 2003-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
308         * All Files: Remove PARAMS macro.
310         * expr.c, gjavah.c, javaop.h, jcf-dump.c, jcf-io.c, jcf-reader.c,
311         jcf-write.c, jcf.h, jv-scan.c: Don't rely on the `DEFUN', `AND' or
312         `__STDC__' macros.
314         * jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and
315         VA_CLOSE.
317 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
319         * Make-lang.in (java.install-common, java.uninstall,
320         java.install-info, java.install-man): Prepend $(DESTDIR)
321         to destination paths in all (un)installation commands.
322         (java.install-common): Rewrite $(LN) command to support
323         DESTDIR with "ln" as well as with "ln -s".
325 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
327         * java-tree.h: Protect against multiple inclusion.
329 2003-01-07  Tom Tromey  <tromey@redhat.com>
331         * class.c (add_assume_compiled): Don't adjust parent if we're
332         already at the root of tree.
334 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
336         * lang.c (dump_compound_expr): Prototype.
338 2003-01-03  Tom Tromey  <tromey@redhat.com>
340         Fix for PR java/8712:
341         * expr.c (build_instanceof): Build an NE_EXPR, not a COND_EXPR,
342         when simply checking against `null'.
344 2003-01-03  Tom Tromey  <tromey@redhat.com>
346         * gcj.texi (Standard Properties): Document http.proxyHost and
347         http.proxyPort.
349         * gcj.texi (GNU Classpath Properties): Document new properties.
351 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
353         * java/jcf-reader.c, java/jvgenmain.c, java/keyword.gperf,
354         java/lang-options.h, java/mangle.c, java/mangle_name.c,
355         java/xref.c, java/zextract.c,java/zipfile.h: Fix copyright years.
357 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
359         * Make-lang.in, boehm.c, buffer.c,
360           buffer.h, builtins.c, class.c,
361           config-lang.in, constants.c,
362           convert.h, decl.c, except.c,
363           expr.c, java-except.h,
364           java-tree.h, javaop.def,
365           jcf-parse.c, jcf-write.c,
366           jv-scan.c, jvgenmain.c,
367           jvspec.c, keyword.gperf,
368           keyword.h, lang-options.h,
369           lang-specs.h, lang.c, lex.c,
370           lex.h, mangle.c, mangle_name.c,
371           parse-scan.y, parse.h, parse.y,
372           typeck.c, verify.c, xref.c,
373           xref.h: Replace "GNU CC" with
374           "GCC" in the copyright header.
376         * check-init.c, gjavah.c, javaop.h,
377           jcf-depend.c, jcf-dump.c, jcf-io.c,
378           jcf-path.c, jcf-reader.c, jcf.h,
379           zextract.c, zipfile.h: These files are
380           "part of GCC". Also say "GCC" not "GNU CC".
382 2002-12-30  DJ Delorie  <dj@redhat.com>
384         * Make-lang.in: Protect against texi2pod/pod2man failing.
386 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
388         * gcj.texi: Use @copying.
390 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
392         * gjavah.c (print_name_for_stub_or_jni): Adjust call to
393         print_cxx_classname.
394         (print_cxx_classname): Add add_scope parameter.
395         (print_class_decls): Do not emit a semicolon after the extern
396         "Java" block.
397         (process_file): Adjust calls to print_cxx_classname.
399 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
401         * gcj.texi: Include Cover Texts in man page.
403 2002-12-23  Jeff Sturm  <jsturm@one-point.com>
405         * class.c (build_static_field_ref): Check FIELD_FINAL.
407         * constants.c (alloc_class_constant): Use TYPE_CPOOL_DATA_REF
408         instead of current_constant_pool_data_ref.
409         * java-tree.h (current_constant_pool_data_ref): Undefine.
410         (JTI_CURRENT_CONSTANT_POOL_DATA_REF): Remove.
411         * jcf-parse.c (init_outgoing_cpool): Don't initialize
412         current_constant_pool_data_ref.
414         * except.c (prepare_eh_table_type ): Use DECL_NAME of class type,
415         not build_internal_class_name.
417         * parse.y (patch_incomplete_class_ref): Always emit `class$' method.
418         Use it when class ref isn't certain to be compiled.
420 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
422         * gcj.texi: Include gcc-common.texi.
423         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Depend on
424         $(srcdir)/doc/include/gcc-common.texi.
426 2002-12-22  Anthony Green  <green@redhat.com>
428         * gcj.texi (Limitations): Add note about org.xml.sax and
429         org.w3c.dom.
431 2002-12-20  Tom Tromey  <tromey@redhat.com>
433         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Handle case
434         where minimum case value is Integer.MIN_VALUE.
435         Fixes PR java/8955.
437 2002-12-18  Andrew Haley  <aph@redhat.com>
439         * parse.y (patch_invoke): Force evaluation order when `check' is
440         set.  For PR libgcj/8945.
442 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
444         * gcj.texi: Change version number to 3.4.
446 2002-12-05  Ranjit Mathew <rmathew@hotmail.com>
447         Andrew Haley <aph@redhat.com>
449         * parse.y (source_end_java_method): Remove custom encoding of line
450         numbers for a function decl before passing it to the back end.
452 2002-12-03  Andrew Haley  <aph@redhat.com>
454         * class.c (make_class_data): New field, "chain".
455         * decl.c (java_init_decl_processing): Likewise.
457 2002-12-02  Tom Tromey  <tromey@redhat.com>
459         For PR java/8740:
460         * parse.y (do_resolve_class): Handle qualified name via
461         recursion.
463 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
465         * boehm.c, buffer.c, builtins.c, check-init.c, class.c,
466         constants.c, decl.c, except.c, expr.c, gjavah.c, jcf-depend.c,
467         jcf-dump.c, jcf-io.c, jcf-parse.c, jcf-path.c, jcf-write.c,
468         jv-scan.c, jvgenmain.c, jvspec.c, lang.c, mangle.c, mangle_name.c,
469         parse-scan.y, parse.y, typeck.c, verify.c, xref.c, zextract.c:
470         Include coretypes.h and tm.h.
471         * Make-lang.in: Update dependencies.
473 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
475         * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.
477 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
479         * jcf-reader.c: Don't expand JCF_readu4 inside the
480         expansion of JCF_SKIP.
482 2002-11-25  Diego Novillo  <dnovillo@redhat.com>
484         * jcf-reader.c: Don't expand JCF_readu4 inside the
485         expansion of JCF_SKIP.
487 2002-11-22  Tom Tromey  <tromey@redhat.com>
489         * parse.y (patch_binop): Cast right hand side of shift expression
490         to `int'.  Fixes PR java/8676.
492 2002-11-22  Ranjit Mathew <rmathew@hotmail.com>
493             Andrew Haley <aph@redhat.com>
495         * gcc/java/jcf-write.c (write_classfile): Remove target
496         class file, if it exists, before renaming the temporary
497         class file to it.
499 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
501         * jvspec.c (lang_specific_spec_functions): New.
503 2002-11-18  Tom Tromey  <tromey@redhat.com>
505         Fix for PR java/7912:
506         * expr.c (can_widen_reference_to): Allow cast of array to
507         Cloneable or Serializable.
508         * java-tree.h (java_lang_cloneable_identifier_node): Declare.
509         (java_io_serializable_identifier_node): Likewise.
510         * parse.y (java_lang_cloneable, java_io_serializable): Removed.
511         (valid_ref_assignconv_cast_p): Use new identifier nodes.
512         * lex.c (java_init_lex): Don't initialize java_lang_cloneable and
513         java_io_serializable.
514         * decl.c (java_init_decl_processing): Initialize
515         java_lang_cloneable_identifier_node and
516         java_io_serializable_identifier_node.
517         (java_lang_cloneable_identifier_node): New global.
518         (java_io_serializable_identifier_node): Likewise.
520 2002-11-14  Jens-Michael Hoffmann  <jensmh@gmx.de>
522         * buffer.c: Remove unnecessary casts.
523         * check-init.c: Likewise.
524         * class.c: Likewise.
525         * constants.c: Likewise.
526         * decl.c: Likewise.
527         * except.c: Likewise.
528         * gjavah.c: Likewise.
529         * jcf-io.c: Likewise.
530         * jcf-parse.c: Likewise.
531         * jcf-path.c: Likewise.
532         * jvspec.c: Likewise.
533         * lang.c: Likewise.
534         * lex.c: Likewise.
535         * verify.c: Likewise.
537 2002-11-06  Tom Tromey  <tromey@redhat.com>
539         * gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in
540         a JNI header.
542 2002-11-05  Tom Tromey  <tromey@redhat.com>
544         Fix for PR java/6388.
545         * lex.h (JAVA_INTEGRAL_RANGE_ERROR): Wrap in do...while.
546         * java-tree.h (enum java_tree_index): New values
547         JTI_DECIMAL_INT_MAX_NODE, JTI_DECIMAL_LONG_MAX_NODE.
548         (decimal_int_max, decimal_long_max): New defines.
549         * lex.c (yylex): Rewrote range checking.  Sign extend literals.
550         (error_if_numeric_overflow): Rewrote range checking.
551         * decl.c (java_init_decl_processing): Initialize decimal_int_max,
552         decimal_long_max.
554 2002-11-02  Tom Tromey  <tromey@redhat.com>
556         * java-tree.h: Move JV_STATE_ERROR before JV_STATE_DONE.
558         * class.c (make_method_value): Put class name, not signature, into
559         `throws' field.  For PR java/8415.
561 2002-10-24  Tom Tromey  <tromey@redhat.com>
563         * gcj.texi (Invoking gij): Document --showversion.
564         (Standard Properties): java.library.path now set.
566 2002-10-23  Tom Tromey  <tromey@redhat.com>
568         * gjavah.c (decode_signature_piece): In JNI mode, print
569         `jobjectArray' when array depth is nonzero.
570         Fixes PR java/8296.
572 2002-10-15  Andrew Haley  <aph@redhat.com>
574         * parse.y (patch_invoke): Call force_evaluation_order on a static
575         arg list.
576         (resolve_qualified_expression_name): Call force_evaluation_order
577         on a arg list that is part of a Qualified Expression Name.
579         * lang.c (dump_compound_expr): New.
580         (java_dump_tree): New.
582 2002-10-20  Ranjit Mathew <rmathew@hotmail.com>
584         * gcj.texi: Added item describing the GCJ runtime property
585         "gnu.gcj.progname".
587 2002-10-15  Richard Henderson  <rth@redhat.com>
589         * jcf-parse.c (get_constant): Fix type warning.
591 2002-10-15  Andrew Haley  <aph@redhat.com>
593         * java-tree.h (java_inlining_merge_static_initializers): Declare.
594         (java_inlining_map_static_initializers): Declare.
596 2002-10-14  Andrew Haley  <aph@redhat.com>
598         * tree-inline.c (remap_block): All local class initialization
599         flags go in the outermost scope.
600         (expand_call_inline): Call java_inlining_map_static_initializers.
601         (expand_call_inline): Call java_inlining_merge_static_initializers.
602         * java/lang.c (merge_init_test_initialization): New.
603         (java_inlining_merge_static_initializers): New.
604         (inline_init_test_initialization): New.
605         (java_inlining_map_static_initializers): New.
607 2002-10-11  Mark Wielaard  <mark@klomp.org>
609         * gcj.texi (Compatibility): Add Limitations and Extensions section.
611 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
613         * class.c (JAVA_TREEHASHHASH_H): Use htab_hash_pointer.
615 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
617         * parse.y (merge_string_cste): Add parentheses around & within |.
619 2002-10-08  Tom Tromey  <tromey@redhat.com>
621         * parse.y (variable_declarator_id): Simplify error path for
622         array declarator error.  For PR java/8003.
624 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
626         * gjavah.c, jcf-dump.c, jv-scan.c: Globally replace GCCBUGURL with
627         bug_report_url.
629 2002-10-08  Andrew Haley  <aph@redhat.com>
631         * parse.y (attach_init_test_initialization_flags): Check for
632         error_mark_node.
634 2002-10-07  Anthony Green  <green@redhat.com>
636         * parse.y (merge_string_cste): Fix bug in string concatenation.
638 2002-10-03  Michael Koch  <konqueror@gmx.de>
640         * gcj.texi (Standard properties):
641         Change default of java.awt.toolkit to gnu.awt.gtk.GtkToolkit.
643 2002-10-02  Roger Sayle  <roger@eyesopen.com>
645         PR optimization/6627
646         * lang.c (java_init): If storing the vbit in function
647         pointers, ensure that force_align_functions_log is atleast
648         one to aid compatability with g++ vtables.
650 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
652         * jcf-dump.c (print_constant, case CONSTANT_float): Don't fall
653         foul of type-based aliasing.
655 2002-09-30  Anthony Green  <green@redhat.com>
657         * gcj.texi (Invoking jv-scan): Fix texinfo.
659 2002-09-28  Anthony Green  <green@redhat.com>
661         * gcj.texi (Invoking jv-scan): Add --no-assert documentation.
662         (Code Generation): Add -fno-assert documentation.
663         * jv-scan.c (flag_assert): New global.
664         (options): Add assert option.
665         (help): Add --no-assert documentation.
666         * parse-scan.y (flag_assert): New global.
667         * lang.c (lang_f_options): Add -fassert/-fno-assert support.
668         (flag_assert): New global.
669         * java-tree.h (flag_assert): New global.
670         * lex.c (java_lex): Obey flag_assert.
671         * jvspec.c (jvgenmain_spec): Strip -fassert/-fno-assert when
672         calling cc1.
674 2002-09-26  Andrew Haley  <aph@redhat.com>
676         * expr.c (build_java_array_length_access): Check for null pointer.
677         * expr.c (expand_java_arrayload): Likewise.
679 2002-09-21  Richard Henderson  <rth@redhat.com>
681         * jcf-parse.c (get_constant): Decode from IEEE no matter
682         what the target format.
684 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
686         * ChangeLog: Follow spelling conventions.
687         * class.c: Likewise.
688         * decl.c: Likewise.
689         * expr.c: Likewise.
690         * gjavah.c: Likewise.
691         * java-tree.h: Likewise.
692         * jcf-dump.c: Likewise.
693         * jcf-parse.c: Likewise.
694         * jvspec.c: Likewise.
695         * lang.c: Likewise.
696         * mangle.c: Likewise.
697         * parse.y: Likewise.
699 2002-09-17  Tom Tromey  <tromey@redhat.com>
701         * lex.c (java_read_unicode_collapsing_terminators): Handle case
702         where \r appears at EOF.  Fixes PR java/7950.
704 2002-09-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
706         * jvspec.c (lang_specific_driver): Remove unused variable.
708 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
710         * java-tree.h (union lang_tree_node): Add chain_next option.
712 2002-09-16  Richard Henderson  <rth@redhat.com>
714         * jcf-parse.c (get_constant): Runtime check for IEEE format;
715         use new real.h interface.
716         * jcf-write.c (find_constant_index): Use new real.h interface.
717         * lex.c (IS_ZERO): Use REAL_VALUES_EQUAL.
719 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
721         * lang.c: Follow spelling conventions.
723 2002-09-11  Per Bothner  <per@bothner.com>
725         * parse.y (fold_constant_for_init):  If a VAR_DECL, convert numerical
726         constant to the type of the field.
727         (java_complete_tree):  Remove now-redundant code.
729         * parse.y (fold_constant_for_init):  'null' is not a constant expr.
731 2002-09-03  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
733         For PR java/5794:
734         * verify.c (verify_jvm_instructions) [OPCODE_jsr]: Only push the
735         return label if a ret instruction for the jsr has been reached.
737 2002-09-09  Ranjit Mathew  <rmathew@hotmail.com>
739         * parse.y (DIR_SEPARATOR): Don't define.
740         (check_class_interface_creation): Use IS_DIR_SEPARATOR.
742 2002-08-28  Andrew Haley  <aph@redhat.com>
744         * verify.c (verify_jvm_instructions): Allow exception handler
745         inside code that is being protected, but generate a warning.
746         * except.c (link_handler): Initialize `expanded' in new eh_range.
747         (binding_depth, is_class_level, current_pc): Declare extern.
749 2002-09-01  Mark Wielaard <mark@klomp.org>
751         * gcj.texi: Add chapter about system properties.
752         Fixed some typos.
754 2002-08-26  Tom Tromey  <tromey@redhat.com>
756         * parse.y (try_builtin_assignconv): Allow narrowing primitive
757         conversion if RHS_TYPE is byte, short, or char.
759 2002-08-22  Tom Tromey  <tromey@redhat.com>
761         * gcj.texi (Invoking gij): Document -cp and -classpath.
763 2002-08-21  Tom Tromey  <tromey@redhat.com>
765         * Make-lang.in (java/jcf-path.o): Use $(datadir), not
766         $(prefix)/share.  For PR libgcj/7633.
768         For PR java/6005 and PR java/7611:
769         * lang.c (LANG_HOOKS_CAN_USE_BITFIELDS_P): New define.
770         (java_can_use_bit_fields_p): New function.
772 2002-08-16  Tom Tromey  <tromey@redhat.com>
774         * gcj.texi (Class Initialization): Mention class initialization of
775         arrays.
777 2002-07-30  Andrew Haley  <aph@cambridge.redhat.com>
779         * Make-lang.in (java-tree-inline.o): New.
780         (JAVA_OBJS): Add java-tree-inline.o.
781         * parse.y (source_end_java_method): Call java_optimize_inline.
782         (java_expand_method_bodies): Save method's tree in
783         DECL_SAVED_TREE.
784         (add_stmt_to_compound): Keep track of the number of statments.
785         * lang.c (java_init): Enable flag_inline_trees.
786         (java_post_options): If flag_inline_functions is on, enable
787         flag_inline_trees instread.
788         (decl_constant_value): New.
789         (java_tree_inlining_walk_subtrees): New.
790         * java-tree.h (DECL_NUM_STMTS): New macro.
791         (java_optimize_inline): Declare.
792         * expr.c (java_expand_expr): Allow a BLOCK to return a value.
793         Handle a LABEL_EXPR.
794         * decl.c (build_result_decl): If we already have a DECL_RESULT
795         don't make another.
796         (dump_function): New.
797         (java_optimize_inline): New.
798         (dump_function): New.
800 2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>
802         For PR java/7483:
803         * parse.y (build_assertion): Invert return from
804         desiredAssertionStatus.
806 2002-08-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
808         * jcf-write.c (get_access_flags): Return correct access flags for
809         private and protected inner classes.
811 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
813         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
815 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
817         * mangle_name.c: Don't include obstack.h twice.
818         * xref.c: Don't include obstack.h.
820 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
822         * class.c: (permanent_obstack): Delete declaration.
823         * constants.c: (permanent_obstack): Delete declaration.
824         * except.c: (permanent_obstack): Delete declaration.
825         * expr.c: (permanent_obstack): Delete declaration.
826         * jcf-parse.c: (permanent_obstack): Delete declaration.
827         (saveable_obstack): Delete declaration.
828         * parse.h: (permanent_obstack): Delete declaration.
829         * typeck.c: (permanent_obstack): Delete declaration.
831 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
833         * gcj.texi (version-gcc): Increase to 3.3.
835 2002-07-22  Tom Tromey  <tromey@redhat.com>
837         * lex.c (java_lex): Check for `e' or `E' after 0.
839 2002-07-21  Richard Henderson  <rth@redhat.com>
841         * lang.c (java_unsafe_for_reeval): New.
842         (LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
844 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
846         * jcf-path.c (GET_ENV_PATH_LIST): Remove.
847         (jcf_path_init): Use GET_ENVIRONMENT.
849 2002-07-10  Roger Sayle  <roger@eyesopen.com>
850             Zack Weinberg <zack@codesourcery.com>
852         * builtins.c (initialize_builtins): Remove defines that
853         handled C/C++ specific junk hereby removed from builtins.def.
855 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
857         * lang.c (java_post_options): Update prototype.
859 2002-07-05  Roger Sayle  <roger@eyesopen.com>
861         * builtins.c (initialize_builtins): Ignore the additional
862         parameter to DEF_BUILTIN.  Handle more C/C++ specific junk in
863         the builtins.def file.
865 2002-07-01  Tom Tromey  <tromey@redhat.com>
867         For PR libgcj/7073:
868         * parse.y (patch_incomplete_class_ref): Handle VOID_TYPE
869         specially.
871 2002-07-01  Roger Sayle  <roger@eyesopen.com>
873         * java/decl.c (builtin_function): Accept additional parameter.
874         (java_init_decl_processing): Pass an additional NULL_TREE
875         argument to builtin_function.
877 2002-06-29  T.J. Mather  <tjmather@maxmind.com>
879         * gcj.texi: Fixed gcj invocation example so that it compiles.
881 2002-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
883         * lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
884         * parse.y (mark_parser_ctxt): Likewise.
885         (check_modifiers, declare_local_variables): Avoid incorrect
886         hardcoded constant 10.
888         * lex.c (java_read_char): Avoid "comparison is always true"
889         warning.
891 2002-06-25  Andreas Schwab  <schwab@suse.de>
893         * expr.c (JSR): Avoid undefined operation on PC.
895 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
897         * decl.c (clear_binding_level): Const-ify.
899 2002-06-13  Akim Demaille  <akim@epita.fr>
901         * parse.y (class_declaration, interface_declaration): Make sure
902         all their rules have an action, in order to avoid meaningless `$$
903         = $1' and their type clashes.
905 2002-06-11  Tom Tromey  <tromey@redhat.com>
907         * jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
908         * parse-scan.y (statement_without_trailing_substatement): Added
909         assert_statement.
910         (assert_statement): New rule.
911         * java-tree.h (struct lang_type) [assertions]: New field.
912         (TYPE_USES_ASSERTIONS): New macro.
913         (CLASS_USES_ASSERTIONS): Likewise.
914         (FIELD_SYNTHETIC): New define.
915         * lex.c (java_lval;): Added ASSERT_TK.
916         * parse.y (ASSERT_TK): Added.
917         (statement_without_trailing_substatement): Added assert_statement.
918         (assert_statement): New rule.
919         (build_assertion): New function.
920         (maybe_generate_pre_expand_clinit): Create and initialize
921         $assertionsDisabled.
922         (lookup_package_type): Removed decl.
923         * keyword.h: Rebuilt.
924         * keyword.gperf (assert): New token.
926 2002-06-10  Akim Demaille  <akim@epita.fr>
928         * parse.y (interface_type_list, class_member_declaration)
929         (unary_expression_not_plus_minus): Remove duplicate %type.
930         Whitespace changes.
932 2002-06-09  Tom Tromey  <tromey@redhat.com>
934         * Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.
936         * parse.y (method_header): Give error message in all cases.
937         Fixes PR java/6865.
939 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
941         Don't use RTL inlining. Fix for PR java/6820.
942         * lang.c (LANG_HOOKS_POST_OPTIONS): Define.
943         (flag_really_inline): New.
944         (java_decode_option): Set flag_really_inline if -finline-functions
945         is seen.
946         (java_post_options): New function. Turn off inlining unless
947         flag_really_inline is set.
949 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
951         * gjavah.c (throwable_p): Accept argument as either a classname or
952         signature fragment. Create null-terminated classname string for super
953         when calling itself recursively.
954         (decode_signature_piece): Skip first character from class name
955         signature when calling throwable_p.
957 2002-06-08  H.J. Lu  (hjl@gnu.org)
959         * jcf-path.c (jcf_path_init): Allocate 1 more byte for string.
961 2002-06-04  Tom Tromey  <tromey@redhat.com>
963         * jcf-write.c (perform_relocations): Optmize a goto to a goto.
965 2002-06-04  Michael Koch  <konqueror@gmx.de>
967         * gcj.texi (Input Options): Fixed typo.
969 2002-06-04  Zack Weinberg  <zack@codesourcery.com>
971         * java-tree.h, class.c, expr.c, jcf-parse.c, parse.y,
972         typeck.c, verify.c: Remove all #if JAVA_USE_HANDLES blocks,
973         all mention of CLASS_TO_HANDLE_TYPE or HANDLE_TO_CLASS_TYPE,
974         and all now-pointless local variables.  Rename other local
975         variables to reflect their not being handles.
977         * java-tree.h, jcf-dump.c, jcf-io.c: Remove all
978         #if JCF_USE_STDIO blocks.
980         * parse.y: Add missing semicolon at end of rule.
982 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
984         * check-init.c (attach_initialized_static_class): Delete, unused.
985         * parse.y: Use htab_t instead of struct hashtable, update
986         all uses.
987         * java-tree.h: Include hashtab.h instead of hash.h.
988         (struct lang_decl_func): Use htab_t, set up for gengtype.
989         (struct init_test_hash_entry): Delete.
990         (struct treetreehash_entry): New.
991         (java_treetreehash_find): New
992         (java_treetreehash_new): New prototype.
993         (java_treetreehash_create): New prototype.
994         (java_mark_tree): Delete prototype.
995         (java_hash_hash_tree_node): Delete prototype.
996         (java_hash_compare_tree_node): Delete prototype.
997         (attach_initialized_static_class): Delete prototype.
998         * expr.c (build_class_init): Update to use java_treetreehash
999         functions.
1000         (java_expand_expr): Update to use htab_t.
1001         (emit_init_test_initialization): Likewise.
1002         * decl.c (java_mark_tree): Delete.
1003         * class.c (init_test_hash_newfunc): Delete.
1004         (java_hash_hash_tree_node): Delete.
1005         (java_hash_compare_tree_node): Delete.
1006         (add_method_1): Update to use java_treetreehash functions.
1007         (JAVA_TREEHASHHASH_H): New macro.
1008         (java_treetreehash_hash): New function.
1009         (java_treetreehash_compare): New function.
1010         (java_treetreehash_find): New function.
1011         (java_treetreehash_new): New function.
1012         (java_treetreehash_create): New function.
1013         * Make-lang.in (JAVA_TREE_H): Replace hash.h by HASHTAB_H.
1015         * Make-lang.in (java/parse.o): Depend on debug.h.
1016         * java-tree.h (struct lang_identifier): Use gengtype.
1017         (union lang_tree_node): New.
1018         (struct lang_decl_func): Use gengtype.
1019         (struct lang_decl_var): Likewise.
1020         (struct lang_decl): Likewise.
1021         * parse.y: Include debug.h.
1022         * lang.c (LANG_HOOKS_MARK_TREE): Delete.
1024         * lang.c (struct language_function): New dummy structure.
1026         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Set
1027         descriminator for DECL_LANG_SPECIFIC.
1028         (struct lang_decl_func): Rename from struct lang_decl.
1029         (enum lang_decl_desc): New.
1030         (struct lang_decl): Make it a union.  Update all the accessor macros.
1031         (struct lang_type): Use gengtype.
1032         * class.c (add_method_1): Set descriminator for DECL_LANG_SPECIFIC.
1033         * decl.c (java_dup_lang_specific_decl): All lang_decl structures
1034         are now the same size.
1035         (lang_mark_tree): Use gengtype to mark TYPE_LANG_SPECIFIC;
1036         use discriminator to mark DECL_LANG_SPECIFIC.
1038         * Make-lang.in (gt-java-builtins.h): New rule.
1039         (java/builtins.o): Add dependency on gt-<filename>.h.
1040         * builtins.c: Use gengtype for roots.
1041         (union string_or_tree): Use gengtype.
1042         (struct builtin_record): Use gengtype.
1043         * config-lang.in (gtfiles): Add builtins.c.
1045         * Make-lang.in (gt-java-class.h, gt-java-constants.h,
1046         gt-java-decl.h, gt-java-expr.h, gt-java-jcf-parse.h,
1047         gt-java-jcf-write.h, gt-java-lang.h, gt-java-mangle.h,
1048         gt-java-parse.h, gtype-java.h): Add rules to generate.
1049         (parse.o): Add dependency on gt-java-parse.h, gt-java.h.
1050         (class.o): Add dependency on gt-*.h.
1051         (constants.o): Likewise.
1052         (decl.o): Likewise.
1053         (expr.o): Likewise.
1054         (jcf-parse.o): Likewise.
1055         (jcf-write.o): Likewise.
1056         (lang.o): Likewise.
1057         * config-lang.in (gtfiles): New.
1058         * class.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1059         * constants.c: Replace uses of ggc_add_* with GTY markers.
1060         Include gt-*.h.
1061         * decl.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1062         * expr.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1063         * java-tree.h: Replace uses of ggc_add_* with GTY markers.
1064         * jcf-parse.c: Replace uses of ggc_add_* with GTY markers.
1065         Include gt-*.h.
1066         * jcf-write.c: Replace uses of ggc_add_* with GTY markers.
1067         Include gt-*.h.
1068         * lang.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1069         * mangle.c: Replace uses of ggc_add_* with GTY markers.  Include
1070         gt-*.h.
1071         * parse.y: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
1072         Include gtype-java.h.
1074 2002-06-02  Tom Tromey  <tromey@redhat.com>
1076         Fix for PR java/5913:
1077         * parse.y (patch_binop): Call patch_string on op1.
1079 2002-06-02  Tom Tromey  <tromey@redhat.com>
1081         Fix for PR java/1343, PR java/6336:
1082         * parse.y (make_nested_class_name): Remove extraneous `else'; fix
1083         formatting.  Changed return type.
1084         (anonymous_class_counter): Moved to top of file.
1085         (maybe_make_nested_class_name): Append number to class name for
1086         function-local classes.
1088 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
1090         * decl.c, jcf-parse.c, parse.y, typeck.c: Include real.h.
1091         * Make-lang.in: Update dependency lists.
1093 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
1095         * gjavah.c (throwable_p): Do not free the name of the class after
1096         passing it to find_class.
1097         * java-tree.h (CLASS_BEING_LAIDOUT): Remove duplicate definition.
1098         * jcf-io.c (dirent.h): Include it.
1099         (fnmatch.h): Likewise.
1100         (compare_path): New function.
1101         (java_or_class_file): Likewise.
1102         (memoized_dirlist_entry): New type.
1103         (memoized_dirlist_lookup_eq): New function.
1104         (memoized_dirlists): New variable.
1105         (caching_stat): New function.
1106         (memoized_class_lookup_eq): New function.
1107         (memoized_class_lookups): Likewise.
1108         (find_class): Use memoized_class_lookups and caching_stat.
1109         * jcf.h (JCF_USE_SCANDIR): Define.
1110         * parse.y (java_expand_classes): Write the class files in reverse
1111         order.
1113 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1115         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
1117 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
1119         * jcf-write.c (write_classfile): Unlink the temporary file if it
1120         cannot be renamed.  Use concat to build up the name of the
1121         temporary file.
1123 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1125         * jcf-write.c (write_classfile): Write the file to a
1126         temporary file and then rename it.
1128 2002-05-07  Tom Tromey  <tromey@redhat.com>
1130         * gjavah.c (throwable_p): Use xstrdup, not strdup.
1132         Fix for PR java/1200:
1133         * gjavah.c (throwable_p): New function.
1134         (decode_signature_piece): Use it.  A `WeakReference' isn't the
1135         same as a `jweak'.
1136         Include hashtab.h.
1137         (gcjh_streq): New function.
1139 2002-05-07  Andreas Jaeger  <aj@suse.de>
1141         * parse.y (finish_for_loop): Fix if statement.
1143 2002-05-06  Tom Tromey  <tromey@redhat.com>
1145         Fix for PR java/5941:
1146         * parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
1147         loop update expression.
1148         (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
1149         * java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
1151 2002-05-04  Mark Wielaard  <mark@klomp.org>
1153         For PR java/6519:
1154         * parse.y (build_string_concatenation): Return just op1 only when op2
1155         is null and op1 is a STRING_CST, otherwise always construct a
1156         StringBuffer.
1158 2002-04-27  Tom Tromey  <tromey@redhat.com>
1160         For PR java/6382:
1161         * parse.y (string_convert_int_cst): New function.
1162         (merge_string_cste): Use it.
1164 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1166         * java-tree.h (java_parse_file): Update.
1167         (java_set_yydebug): Remove.
1168         * jcf-parse.c (yydebug): Remove.
1169         (java_set_yydebug): Die.
1170         (java_parse_file): Update.
1171         * lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
1173 2002-04-24  Tom Tromey  <tromey@redhat.com>
1175         For PR java/6425:
1176         * parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
1177         EXPR_WFL_QUALIFICATION of qual_wfl.
1179 2002-04-23  Per Bothner  <per@bothner.com>
1181         * expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
1182         * java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
1183         (BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
1185 2002-04-23  Tom Tromey  <tromey@redhat.com>
1187         For PR java/6314:
1188         * jvspec.c (lang_specific_driver): Use --resource, not -R.  Also
1189         recognize `-fcompile-resource='.
1190         * gcj.texi (Invoking gcj): Use --resource, not -R.  Expanded text
1191         a bit.
1193 2002-04-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
1195         * jcf-parse.c: (yyparse): Don't prepend "./" to relative
1196         paths. Fixes PR java/2791.
1198 2002-04-19  Andrew Haley  <aph@redhat.com>
1200         * jcf-write.c (push_long_const): lo, hi: New variables.
1201         Use rshift_double to extract the high part of a 64-bit long.
1202         Use WORD_TO_INT to extract the low part.
1204         * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
1205         HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
1206         CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.
1208 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1210         * typeck.c (incomplete_type_error): Remove.
1212 2002-04-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1214         * class.c (make_class_data): Set DECL_ALIGN on static class data,
1215         for hash synchronization.
1216         * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
1217         * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
1218         class_type_node.
1220 2002-04-16  Mark Wielaard  <mark@klomp.org>
1222         * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
1223         negative zero.
1225 2002-04-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1227         Fix for PR java/6294:
1228         * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
1229         interfaces.
1231 2002-04-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1233         Fix for PR java/6085:
1234         * parse.y (patch_method_invocation): Always use build_access_to_thisn
1235         to get enclosing "this" argument for inner-class constructor
1236         invocation. Pass correct arguments to build_access_to_thisn.
1238 2002-04-10  Andreas Jaeger  <aj@suse.de>
1240         * gcj.texi (Input Options): Fix extdirs patch.
1242 2002-04-10  Anthony Green  <green@redhat.com>
1244         * jcf-path.c (jcf_path_init) : Clean up local extdirs declaration.
1246 2002-04-09  Anthony Green  <green@redhat.com>
1248         * gcj.texi (Input Options): Add --extdirs documentation.
1249         * jcf-dump.c (OPT_extdirs): New macro.
1250         (options): Add extdirs option.
1251         (help): Describe --extdirs.
1252         (main): Handle OPT_extdirs.
1253         * gjavah.c (OPT_extdirs): New macro.
1254         (options): Add extdirs option.
1255         (help): Describe --extdirs.
1256         (main): Handle OPT_extdirs.
1257         * jcf-path.c (jcf_path_init): Add extdirs support.
1258         (jcf_path_extdirs_arg): New function.
1259         (extensions): New variable to hold extensions path entries.
1260         * jvspec.c: Remove -fextdirs= when compiling main().
1261         * lang.c (java_decode_option): Handle -fextdirs=.
1262         * jcf.h (jcf_path_extdirs_arg): Declare new function.
1263         * Make-lang.in: Compile jcf-path with version info for use in
1264         identifying the appropriate libgcj.jar.
1266 2002-04-08  Tom Tromey  <tromey@redhat.com>
1268         For PR libgcj/5303:
1269         * .cvsignore: Added rmic.1 and rmiregistry.1.
1270         * gcj.texi (Top): Link to new nodes.
1271         (Invoking rmic): New node.
1272         (Invoking rmiregistry): Likewise.
1273         * Make-lang.in (java.generated-manpages): Added rmic.1 and
1274         rmiregistry.1.
1275         (java.maintainer-clean): Likewise.
1276         ($(srcdir)/java/rmic.1): New target.
1277         ($(srcdir)/java/rmiregistry.1): Likewise.
1278         (java.install-man): Handle rmic.1 and rmiregistry.1.
1280 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1282         * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
1283         Add note about handling uncaught exceptions. Add an exception handler
1284         to example.
1286 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1288         * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
1289         after using it to patch CALL_EXPR.
1291 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1293         * gcj.texi (Invocation): Document CNI invocation API.
1295 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1297         * expr.c (truthvalue_conversion): Rename.  Update.
1298         (expand_compare): Update.
1299         * java-tree.h (java_truthvalue_conversion): New.
1300         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
1302 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1304         * java-tree.h (java_mark_addressable): New.
1305         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
1306         * typeck.c (mark_addressable): Rename, update.
1308 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1310         * expr.c (build_java_binop): Update.
1311         * java-tree.h (java_signed_type, java_unsigned_type,
1312         java_signed_or_unsigned_type): Update.
1313         * lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1314         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
1315         * parse.y (patch_binop): Update.
1316         * typeck.c (signed_or_unsigned_type, unsigned_type,
1317         signed_type): Update.
1319 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1321         * lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
1322         (java_dummy_print): Remove.
1323         (lang_print_error): Rename.  Exit early if inhibiting output.
1324         (inhibit_error_printing_function): New.
1325         (java_init): Don't set hook.
1326         (lang_init_source): Use new boolean.
1328 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
1330         * parse.y (do_resolve_class): Fix infinite recursion.
1332 2002-03-29  Tom Tromey  <tromey@redhat.com>
1334         * parse.y (check_inner_circular_reference): Ignore incomplete
1335         types.
1337 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1339         * Make-lang.in (builtins.o): Update.
1340         * boehm.c (get_boehm_type_descriptor): Update.
1341         * builtins.c: Include langhooks.h.
1342         * decl.c (java_init_decl_processing): Update.
1343         * java-tree.h (java_type_for_mode, java_type_for_size): New.
1344         * lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
1345         Redefine.
1346         * typeck.c (type_for_mode, type_for_size): Update.
1348 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
1350         * lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
1352 2002-03-28  Tom Tromey  <tromey@redhat.com>
1354         * except.c (expand_end_java_handler): If the handler type is NULL,
1355         use java.lang.Throwable.  Fixes PR java/5986.
1357 2002-03-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
1359         Fix for PR java/4715:
1360         * jcf-parse.c (parse_source_file_3): New function.
1361         (read_class): Call it.
1362         (java_parse_file): Likewise.
1364 Thu Mar 28 13:22:22 CET 2002  Jan Hubicka  <jh@suse.cz>
1366         * java/lang.c (java_init_options): Set flag_trapping_math to 0.
1368 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1370         * parse.y (resolve_package): Initialize "decl".
1371         (lookup_package_type): Remove unused function.
1373 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1375         Fix for PR java/5993:
1376         * parse.y (resolve_package): Return the decl if resolution was
1377         successful. Don't special case "java.lang" and "java.lang.reflect"
1378         packages. Set type_name to the merged identifier.
1379         (resolved_qualified_expression_name): Print error using "name" if
1380         resolve_package returns NULL_TREE.
1382 2002-03-27  Tom Tromey  <tromey@redhat.com>
1384         * expr.c (expand_invoke): Don't generate null pointer check if
1385         we're calling <init>.
1387 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1389         * expr.c (java_lang_expand_expr): Rename java_expand_expr,
1390         fix prototype.
1391         * java-tree.h (java_lang_expand_expr): Similarly.
1392         * lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
1393         (java_init): Don't set hook.
1395 2002-03-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1397         Fix for PR java/5850:
1398         * parse.y (lookup_field_wrapper): Call itself recursively for enclosing
1399         context if field was not found in the current scope.
1400         * expr.c (lookup_field): Don't look in enclosing contexts.
1402 2002-03-26  Tom Tromey  <tromey@redhat.com>
1404         Fix for PR java/5942:
1405         * parse.y (init_src_parse): Added sanity check.
1406         * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12
1407         elements, not 11.
1409 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1411         * decl.c (lang_mark_tree): Rename java_mark_tree.
1412         * java-tree.h (java_mark_tree): New.
1413         * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
1415 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1417         * lex.c: Change java_perform_atof to take normal parameters
1418         instead of a pointer to a parameter block.  Call it directly
1419         from java_lex.
1421 2002-03-22  Mark Wielaard  <mark@klomp.org>
1423         Fix for PR java/5368:
1424         * parse.y (resolve_qualified_expression_name): Use decl not field_decl
1425         when printing error message.
1427 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1429         * decl.c (maybe_build_cleanup): Remove.
1431 2002-03-22  Tom Tromey  <tromey@redhat.com>
1433         Andrew Haley  <aph@cambridge.redhat.com>
1435         * expr.c (build_field_ref): Don't build a check if the field is a
1436         member of `this'.
1438 2002-03-21  Eric Blake  <ebb9@email.byu.edu>
1440         Fix for PR java/6026:
1441         * lex.c (java_lex): Fix parsing of consecutive floats.
1443 2002-03-21  Tom Tromey  <tromey@redhat.com>
1445         * parse.y (build_access_to_thisn): Stop when FROM is not an inner
1446         class.
1448 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1450         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
1451         insert_block, getdecls, kept_level_p, global_bindings_p): New.
1453 2002-03-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
1455         * gcj.texi: @code{gcj} becomes @command{gcj}.
1456         @code{gcc} becomes @command{gcc}.
1457         GcjRaw changed to gnu.gcc.RawData.
1459 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1461         * decl.c (start_java_method): Use new hook.
1462         * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
1463         (java_init): Remove old hook.
1465 2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
1467         * builtins.c (define_builtin): Do nothing if `type' is null.
1468         Fixes PR java/5876.
1470 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1472         * parse.y (parser_check_super_interface): Fix error message
1473         grammar/order.
1475 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1477         * jcf-parse.c (get_constant): Delete unused variables.
1479 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1481         * java-tree.h (java_parse_file): New.
1482         * jcf-parse.c (yyparse): Rename java_parse_file.
1483         * lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
1485 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1487         * parse.y (craft_constructor): Return the constructor decl.
1488         (java_expand_classes): Update comments.
1489         (lookup_method_invoke): Call fix_constructors immediately for
1490         anonymous class. Fixes PR java/5935.
1492 2002-03-15  Anthony Green  <green@redhat.com>
1494         * jcf-parse.c (yyparse): Don't emit class registration
1495         constructor when compiling resource files.
1497 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1499         * lang.c (java_tree_code_type, java_tree_code_length,
1500         tree_code_name): Delete.
1501         (tree_code_type, tree_code_length, tree_code_name): Define.
1502         (java_init): Don't try to copy into the various tree_code
1503         arrays.
1505 2002-03-12  Tom Tromey  <tromey@redhat.com>
1507         * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
1508         UTF-8, not UCS-2.  Fixes PR java/5923.
1510         * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
1511         a call_expr wrapped in a convert.  Fixes PR java/5848.
1513 2002-03-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1515         * jcf-write.c (write_classfile): Improve error strings.
1517 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
1519         * lex.c: Adjust comments to GNU standards.
1521 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
1523         Fix for PR java/5902:
1524         * lex.c (java_lex): Fix parsing of literals.
1526 2002-03-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1528         * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
1529         to prevent it getting evaluated twice in the store checking case.
1530         * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
1531         examining OBJECT.
1533 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1535         * decl.c (java_init_decl_processing): Make sure class_type_node
1536         alignment is not less than 64 bits if hash synchronization is enabled.
1538 2002-03-08  Per Bothner  <per@bothner.com>
1540         * parse.y (java_complete_lhs):  Check if patch_assignment
1541         returned an error-mark.
1543         * parse.y (try_builtin_assignconv):  Don't special-case zero.
1545 2002-03-08  Per Bothner  <per@bothner.com>
1547         Fix for PR java/5812.
1548         * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
1549         here instead of in JSR macro.  Likewise with load_type_state call.
1550         Do the latter on if the return_pc has been verified (the jsr returns).
1551         (JSR):  Now just call build_java_jsr.
1553 2002-03-07  Jeff Sturm  <jsturm@one-point.com>
1555         * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
1556         (java.install-common): Link native driver to
1557         JAVA_TARGET_INSTALL_NAME.
1559 2002-03-05  David Billinghurst <David.Billinghurst@riotinto.com>
1561         * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
1562         * builtins.c(sin_builtin): Likewise
1563         * builtins.c(sqrt_builtin): Likewise
1565 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
1567         * java/expr.c, java/jcf-parse.c, java/lex.c:
1568         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
1569         REAL_ARITHMETIC blocks unconditional.  Delete some further
1570         #ifdef blocks predicated on REAL_ARITHMETIC.
1572 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1574         * class.c (init_class_processing): Use ARRAY_SIZE in lieu of
1575         explicit sizeof/sizeof.
1576         * decl.c (java_init_decl_processing): Likewise.
1577         * jcf-parse.c (init_jcf_parse): Likewise.
1578         * parse.y (init_src_parse): Likewise.
1580 2002-03-02  Per Bothner  <per@bothner.com>
1582         Make --CLASSPATH by a synonym for --classpath and -classpath.
1583         Implement --bootclasspath.
1584         * jcf-path.c (classpath_u):  Rename static variable to classpath_user.
1585         (classpath_l):  Remove.
1586         (jcf_path_CLASSPATH_arg):  Remove.
1587         (jcf_path_bootclasspath_arg):  New function.
1588         (jcf_path_seal):  Simplify accordingly.
1590         * jcf.h (jcf_path_bootclasspath_arg):  New declarations.
1591         (jcf_path_CLASSPATH):  Remove declaration.
1592         * jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
1593         (lang_specific_driver):  Translate -bootclasspath.
1594         * lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
1595         * lang.c (decode_lang_options):  Do jcf_path_init first.
1596         Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
1597         * gjavah.c:  Also handle --bootclasspath.
1598         Handle --CLASSPATH as a synonum for --classpath.
1599         * jcf-dump.c: Likewise.
1601         "." is not part of system path, but is the default for --classpath.
1602         * jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
1603         (jcf_path_seal):  Add "." if no CLASSPATH specified.
1605         * gcj.texi:  Document changes.
1607 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1609         * expr.c (build_java_arraystore_check): Fix formatting.
1611 2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
1613         Fix for PR java/5758, java/5632:
1614         * jcf-parse.c (load_class): Renamed local variable, consider `.' an
1615         inner-class separator too.
1616         * parse.y (do_resolve_class): New local `decl_result.'
1617         Progressively build a name for what can have been loaded.
1619 2002-02-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1621         * expr.c (java_array_data_offset): Removed function.
1622         (JAVA_ARRAY_LENGTH_OFFSET): Removed macro.
1623         (build_java_array_length_access): Obtain "length" value using a
1624         COMPONENT_REF, instead of INDIRECT_REF and arithmetic.
1625         (build_java_arrayaccess): Correct comment. Access "data" using a
1626         COMPONENT_REF, and return an ARRAY_REF instead of an INDIRECT_REF.
1627         (build_java_arraystore_check): New function.
1628         (expand_java_arraystore): Use build_java_arraystore_check.
1629         * parse.y (patch_assignment): Simplify code to insert a store check
1630         when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
1631         * check-init.c (check_init): Update to reflect that an array length
1632         access is now a COMPONENT_REF.
1633         * gcj.texi (Code Generation): Improve documentation of
1634         -fno-bounds-check. Add documentation for -fno-store-check.
1635         * java-tree.h (flag_store_check): Declare.
1636         (build_java_arraystore_check): Declare.
1637         * lang.c (flag_store_check): Initialize to 1.
1638         (lang_f_options): Add store-check option.
1639         * jvspec.c: Don't pass store-check option to jvgenmain.
1640         * lang-options.h: Add help string for -fno-store-check.
1642 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1644         * decl.c (copy_lang_decl): Rename java_dup_lang_specific_decl.
1645         * java-tree.h (java_dup_lang_specific_decl): New.
1646         * lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1648 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1650         * builtins.c, decl.c: Delete traditional-mode-related code
1651         copied from the C front end but not used, or used only to
1652         permit the compiler to link.
1654 2002-02-22  Tom Tromey  <tromey@redhat.com>
1656         Fix for PR java/2369:
1657         * jvspec.c (verify_class_name): New function.
1658         (lang_specific_driver): Call it.
1659         (JAVA_START_CHAR_P): New macro.
1660         (JAVA_PART_CHAR_P): Likewise.
1662 2002-02-22  Per Bothner  <per@bothner.com>
1664         * class.c:  Change vtable to be more compatible with g++ v3 abi.
1665         (get_dispatch_table):  Prepend offset-to-top (always 0) and
1666         type_info pointer (currently unimplemented hence NULL) to vtable.
1667         Specifically, prepend offset-to-top and typeinfo ptr (currently null).
1668         (make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
1669         Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
1670         (build_dtable_decl):  Add declarations for new fields.
1672 2002-02-20  Per Bothner  <per@bothner.com>
1674         * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
1675         to finit$ (otherwise generate_bytecode_insns drops it). However, we
1676         don't need to set it on the COMPOUND_EXPR - the caller does that.
1678 2002-02-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
1680         * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
1681         `--CLASSPATH' becomes `--classpath.'
1682         * gjavah.c: Likewise.
1683         * jcf-dump.c: Likewise.
1684         * lang-options.h: Likewise.
1685         * lang.c: Likewise.
1686         * jcf-path.c: Updated comment.
1687         (jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
1688         (jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
1689         * jcf.h (jcf_path_CLASSPATH_arg): Ditto.
1690         (jcf_path_CLASSPATH_arg): Ditto.
1691         (classpath_u): Updated leading comment.
1693 2002-02-20  Per Bothner  <per@bothner.com>
1695         * builtins.c (check_for_builtin):  New function.
1696         (build_call_or_builtin):  Remove.
1697         * java-tree.h:  Update accordingly.
1698         * expr.c (expand_invoke):  Use build + check_for_builtin instead
1699         of build_call_or_builtin.
1700         * parse.y (patch_invoke):  Likewise.  This avoids needlessly creating
1701         a new CALL_EXPR node, which means we don't lose the CALL_USING_SUPER
1702         flag (which had caused jcf-write to incorrectly emit invokevirtual).
1704 2002-02-17  Tom Tromey  <tromey@redhat.com>
1706         * java-tree.h (TYPE_STRICTFP): New macro.
1707         (struct lang_type) [strictfp]: New field.
1708         (CLASS_STRICTFP): New macro.
1709         (METHOD_STRICTFP): New macro.
1710         (struct lang_decl) [strictfp]: New field.
1711         * parse.y (method_header): Disallow strictfp constructor or
1712         abstract method.
1713         (STRICT_TK): Move before MODIFIER_TK.
1714         * parse.h (CLASS_MODIFIERS): Added ACC_STRICT.
1715         (METHOD_MODIFIERS): Likewise.
1716         (INTERFACE_MODIFIERS): Likewise.
1717         * jcf-write.c (get_access_flags): Likewise.
1718         * class.c (set_class_decl_access_flags): Recognize ACC_STRICT.
1719         (add_method_1): Likewise.
1720         (get_access_flags_from_decl): Likewise.
1721         * jcf-dump.c (print_access_flags): Print in standard order.  Also,
1722         recognize strictfp flag.
1723         * jcf.h (ACC_STRICT): New define.
1725 2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>
1727         * class.c(build_utf8_ref): Move declaration of decl_size
1729 2002-02-07  Tom Tromey  <tromey@redhat.com>
1731         * gcj.texi (Input Options): --CLASSPATH does not suppress system
1732         path.
1734 2002-02-04  Anthony Green  <green@redhat.com>
1736         * class.c (build_utf8_ref): Put UTF-8 constants into merged
1737         sections if available.
1739 2002-02-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1741         * parse.y (java_expand_classes): Fix typo in static field loop.
1743 2002-02-02  Richard Henderson  <rth@redhat.com>
1745         * class.c (add_field): Mark static fields external.
1746         (build_class_ref): Remove redundant set.
1747         * parse.y (java_expand_classes): Mark static fields of classes
1748         to be compiled as local.
1749         * jcf-parse.c (parse_class_file): Likewise.
1751 2002-02-02  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
1753         * gcj.texi (About CNI): New node.
1755 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1757         PR java/5080
1758         * jcf-parse.c : Check for HAVE_LOCALE_H before using
1759         setlocale() with LC_CTYPE as a parameter.
1760         * jv-scan.c: Same.
1762 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
1764         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
1765         Follow GNU Coding Standards for --version.
1767 2002-01-28  Tom Tromey  <tromey@redhat.com>
1769         * expr.c (build_jni_stub): Ensure storage for `meth' is
1770         generated.
1771         * parse.y (java_complete_expand_methods): Set
1772         current_function_decl before building JNI stub.
1774 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
1776         * gcc/java/builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not
1777         BUILT_IN_SQRTF.
1779 2002-01-22  Tom Tromey  <tromey@redhat.com>
1781         * decl.c (java_init_decl_processing): Use add_predefined_file.
1782         Predefine RawData.java.
1783         (predef_filenames): Removed.
1784         (java_init_decl_processing): Don't register predef_filenames.
1785         * jcf-parse.c (add_predefined_file): New function.
1786         (predefined_filename_p): Rewrote.
1787         (predefined_filename_p): No longer static.
1788         * decl.c (java_init_decl_processing): Call initialize_builtins.
1789         * Make-lang.in (JAVA_OBJS): Added builtins.o.
1790         (java/builtins.o): New target.
1791         * builtins.c: New file.
1792         * parse.y (patch_invoke): Use build_call_or_builtin.
1793         * java-tree.h (build_call_or_builtin): Declare.
1794         (initialize_builtins): Declare.
1795         (java_set_exception_lang_code): Removed unused declaration.
1796         (PREDEF_FILENAMES_SIZE): Removed.
1797         (java_tree_index): Added JTI_PREDEF_FILENAMES.
1798         (predef_filenames): New define.
1799         (add_predefined_file): Declare.
1800         (predefined_filename_p): Declare.
1801         * expr.c (expand_invoke): Use build_call_or_builtin.
1803 2002-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1805         * parse.y (patch_switch_statement): Fix format specifier.
1807 2002-01-16  Tom Tromey  <tromey@redhat.com>
1809         More for PR java/5365:
1810         * gjavah.c (print_stub_or_jni): Cause exception to be thrown by
1811         default.
1812         (process_file): Generate include for
1813         java.lang.UnsupportedOperationExceptions.
1815 2002-01-15  Andreas Jaeger  <aj@suse.de>
1817         * .cvsignore: Add man pages.
1819 2002-01-15  Tom Tromey  <tromey@redhat.com>
1821         Fix for PR java/5365:
1822         * gjavah.c (process_file): Turn class name into a file name.
1824 2002-01-14  Matthias Klose  <doko@debian.org>
1826         * gcj.texi: Fix whitespace and formatting errors in the
1827         synopsis of the man pages. Update copyright.
1829 2002-01-14  Tom Tromey  <tromey@redhat.com>
1831         For PR libgcj/5303:
1832         * Make-lang.in (java.install-man): Handle jv-convert man page.
1833         (java.generated-manpages): Added jv-convert.1.
1834         (java.uninstall): Remove jv-convert.1.
1835         (java.maintainer-clean): Likewise.
1836         ($(srcdir)/java/jv-convert.1): New target.
1837         * gcj.texi (Top): Link to jv-convert node.
1838         (Individual utilities): Likewise.
1839         (Invoking jv-convert): New node.
1841 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
1842             Martin Kahlert  <martin.kahlert@infineon.com>
1844         * jcf-parse.c (get_constant): Don't swap lo/hi for big
1845         endian targets when HOST_BITS_PER_WIDE_INT >= 64.
1847 2002-01-03  Graham Stott  <grahams@redhat.com>
1849         * class.c (compile_resource_file): Update copyright date.
1850         Constify filename parameter.
1851         (java-tree.h): Update copyright date.
1852         (compile_resource_file): Constify filename parameter.
1854 2002-01-03  Graham Stott  <grahams@redhat.com>
1856         * gcc/jcf-parse.c: Update copyright date.
1857         (yyparse): Constify resource_filename.
1859 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1861         * parse.y (src_parse_roots): Don't needlessly zero init.
1863 2001-12-31  Tom Tromey  <tromey@redhat.com>
1865         * parse.y (dump_java_tree): New function.
1866         (source_end_java_method): Call it.
1867         (end_class_declaration): Likewise.
1868         * lang.c (java_decode_option): Call dump_switch_p.
1870 2001-12-28  Tom Tromey  <tromey@redhat.com>
1872         * gen-table.pl: Don't process characters after \uffff.  Added
1873         comment pointing to input file.
1875 2001-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1877         * gen-table.pl: Const-ify output.  Document the location of a
1878         suitable unicode input file.
1880         * chartables.h: Regenerate.
1882 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1884         * chartables.h: Const-ify.
1885         * gjavah.c (options): Likewise.
1886         * jcf-dump.c (options): Likewise.
1887         * jv-scan.c (options): Likewise.
1888         * lex.c (java_start_char_p, java_part_char_p): Likewise.
1889         * parse.y (binop_lookup): Likewise.
1891 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1893         * Make-lang.in (keyword.h): Pass -C to gperf to const-ify
1894         the static arrays that are output.
1895         * jvspec.c (jvgenmain_spec): Make static.
1896         * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
1897         * keyword.h: Regenerate.
1898         * lang.c (string_option, process_option_with_no, lang_f_options,
1899         lang_W_options): Const-ify.
1900         * lex.c (java_lex): Likewise.
1902 2001-12-21  Richard Henderson  <rth@redhat.com>
1904         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..
1905         (get_boehm_type_descriptor): ... here.  Arrange for the
1906         TREE_TYPE to get set properly.
1908 2001-12-21  Richard Henderson  <rth@redhat.com>
1910         * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor
1911         only if the target requires collect2.
1913         * class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
1915 2001-12-20  Tom Tromey  <tromey@redhat.com>
1917         For PR java/4509:
1918         * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
1919         CAN_COMPLETE_NORMALLY for the node.
1920         * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't
1921         generate code for second branch if first branch can't complete
1922         normally.
1923         (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to
1924         the loop head if the loop body can't complete normally.
1926 2001-12-20  Tom Tromey  <tromey@redhat.com>
1928         For PR java/4766:
1929         * jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle
1930         case where `finally' clause can't complete normally.
1932 2001-12-20  Tom Tromey  <tromey@redhat.com>
1934         Fixes PR java/5057:
1935         * parse.y (analyze_clinit_body): Added this_class parameter.
1936         Check for more cases where we must keep <clinit>.
1937         (maybe_yank_clinit): Cleaned up flow control.
1939 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1941         * decl.c (java_init_decl_processing): Don't initialize
1942         finit_leg_identifier_node.
1943         * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE.
1944         (finit_leg_identifier_node): Remove.
1945         (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE.
1947 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1949         * mangle.c (mangle_member_name): Don't special-case for
1950         NO_DOLLAR_IN_LABEL.
1951         * mangle_name.c (unicode_mangling_length): Likewise.
1952         (append_unicode_mangled_name): Likewise.
1953         * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL
1954         code.
1956 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1958         * expr.c (build_java_array_length_access): Don't force null pointer
1959         check unless flag_check_references is set.
1961 2001-12-20  Tom Tromey  <tromey@redhat.com>
1963         Fix for PR java/3417:
1964         * parse.y (patch_assignment): Added special processing for
1965         `return'.
1966         (patch_return): Don't convert booleans to integers, and don't
1967         special-case `null'.
1969 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1971         * config-lang.in (diff_excludes): Remove.
1973 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1975         * gcj.texi: Update link to GCC manual.
1977 2001-12-17  Tom Tromey  <tromey@redhat.com>
1979         * parse.y (link_nested_class_to_enclosing): Removed useless
1980         statement.
1982 2001-12-16  Tom Tromey  <tromey@redhat.com>
1984         * mangle.c (mangle_method_decl): Never emit `C2' constructor.
1985         Fixes PR java/5088.
1987 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1989         * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
1990         jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
1991         spelling errors.
1993 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1995         * lex.c (java_read_unicode, java_lex): Use hex_p/hex_value.
1997 2001-12-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1999         * decl.c (java_init_decl_processing): Build otable_type correctly.
2000         otable_decl is an otable_type.
2002 2001-12-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2004         * java-tree.h (otable_methods, otable_decl, otable_syms_decl,
2005         otable_type, otable_ptr_type, method_symbol_type,
2006         method_symbols_array_type, method_symbols_array_ptr_type): New
2007         field/global tree definitions.
2008         (flag_indirect_dispatch): New flag.
2009         * decl.c (java_init_decl_processing): Initialize new otable and
2010         otable_syms type nodes and decls. Add new field "index" to
2011         method_type_node.
2012         * class.c (build_method_symbols_entry): New function.
2013         (make_method_value): Set "index" to to method's vtable index for
2014         virtual methods when indirect-dispatch is not used.
2015         (make_class_data): For indirect-dispatch, don't emit the dtable_decl,
2016         and set vtable_method_count to -1. Set otable and otable_syms field
2017         if indirect-dispatch is used and there was something to put in them.
2018         (build_method_symbols_entry): New function.
2019         (emit_offset_symbol_table): New function.
2020         * expr.c (get_offset_table_index): New function.
2021         (build_invokevirtual): Build array reference to otable at the index
2022         returned by get_offset_table_index, and use the result as the vtable
2023         offset.
2024         (build_invokeinterface): Similar.
2025         * jcf-parse.c (yyparse): If indirect-dispatch, call
2026         emit_offset_symbol_table at the end of compilation, after all classes
2027         have been generated.
2028         * jvspec.c: Don't pass findirect-dispatch to jvgenmain.
2029         * lang.c (flag_indirect_dispatch): Define.
2030         (lang_f_options): Add indirect-dispatch flag.
2032 2001-12-14  Matthias Klose  <doko@debian.org>
2034         * gcj.texi: Markup for man page generation. Document missing
2035         options printed by <tool> --help.
2036         Terminate description of gij's -ms option with a dot.
2037         * Make-lang.in ($(srcdir)/java/*.1): New targets.
2038         (java.generated-manpages java.install-man, java.uninstall,
2039         java-maintainer-clean) Updated.
2041 2001-12-14  Hans Boehm  <Hans_Boehm@hp.com>
2043         * class.c (get_dispatch_table): Fix java vtable layout
2044         for TARGET_VTABLE_USES_DESCRIPTORS.
2045         * decl.c (java_init_decl_processing): Initialize
2046         alloc_no_finalizer_node, finalize_identifier_node.
2047         * expr.c (class_has_finalize_method): New function.
2048         (expand_java_NEW): Generate calls for finalizer-free allocation.
2049         (build_invokevirtual): Fix java vtable layout for
2050         TARGET_VTABLE_USES_DESCRIPTORS.
2051         * java-tree.h (enum java_tree_index): New entries:
2052         JTI_ALLOC_NO_FINALIZER_NODE, JTI_FINALIZE_IDENTIFIER_NODE.
2053         (alloc_no_finalizer_node, finalize_deintifier_node): New macros.
2054         (class_has_finalize_method): declare.
2055         (HAS_FINALIZER_P): New macro.
2056         * parse.y (patch_invoke): Generate calls for finalizer-free
2057         allocation.
2059 2001-12-12  Matthias Klose  <doko@debian.org>
2061         * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
2062         whitespace at end of line.
2064 2001-12-11  Tom Tromey  <tromey@redhat.com>
2066         * lex.c (java_init_lex): Define wfl_to_string as
2067         gnu.gcj.runtime.StringBuffer unless generating bytecode.
2069 2001-12-11  Jeff Sturm  <jsturm@one-point.com>
2071         * class.c (make_method_value): Use null_pointer_node to
2072         represent empty exception table.
2074 2001-12-10  Tom Tromey  <tromey@redhat.com>
2076         * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.
2078 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
2080         * Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION).
2082 2001-12-09  Per Bothner  <per@bothner.com>
2084         * check-init.c (current_switch_has_default):  New static field.
2085         (check_init):  Case DEFAULT_EXPR: Set current_switch_has_default.
2086         Case SWITCH_EXPR:  Save/restore current_switch_has_default.  If no
2087         DEFAULT_EXPR seen, simulate a default alternative that copies state.
2089 2001-12-09  Tom Tromey  <tromey@redhat.com>
2091         * check-init.c (check_init): Don't allow pre- or post- increment
2092         or decrement of final variable.
2093         (final_assign_error): Minor error message rewording.
2095 2001-12-08  Tom Tromey  <tromey@redhat.com>
2097         * java-tree.h: Fixed typo.
2099         * gjavah.c (decompile_method): Don't decompile to `return this'
2100         for static methods.
2102         * gjavah.c (cxx_keywords): Re-sorted.
2103         * lex.c (cxx_keywords): Re-sorted.
2105         * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
2106         else.
2108         * gjavah.c (print_namelet): Clear subnamelets.
2109         (HANDLE_METHOD): Set `method_printed' earlier.
2111 2001-12-07  Tom Tromey  <tromey@redhat.com>
2113         * lang.c (lang_f_options): Added
2114         optimize-static-class-initialization.
2115         (java_decode_option): Removed special case.
2117 2001-12-07  Per Bothner  <per@bothner.com>
2119         * check-init.c (check_init):  Fix typo freeing memory twice.
2121 2001-12-05  Per Bothner  <per@bothner.com>
2123         Restore support for static class initialization optimization.
2124         * java-tree.h (STATIC_CLASS_INIT_OPT_P): Re-enable.
2125         * check-init.c (check_int):  At end of BLOCK handle initialization
2126         blocks, which used to be done in java_complete_expand_method but did
2127         not handle the case where check_for_initialization might allocate
2128         more than a word of bits.
2129         * decl.c (lang_make_tree):  The smic field is now a tree.
2130         * expr.c (build_class_init):  Set DECL_FUNCTION_INIT_TEST_CLASS field.
2131         * java-tree.h (DECL_FUNCTION_INIT_TEST_TABLE):  New macro.
2133         * parse.y (emit_test_initialization):  Combine hash_lookup calls.
2135         * java-tree.h (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND):
2136         Change from a hash table to a list.
2137         (struct_lang_decl):  Change field 'smic' to match.
2138         * class.c (add_method_1):  Initialize
2139         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND to null list.
2140         * parse.y (adjust_init_test_initialization):  Removed - inlined into -
2141         (java_expand_method_bodies): -here, since 'smic' is now a list.
2142         (patch_invoke):  Add to 'smic' list, instead of hash_lookup.
2144         * check-init.c (WORD_SIZE):  Use BITS_PER_UNIT.
2146         * class.c (java_hash_compare_tree_node):  Fix casts.
2148 2001-12-04  Per Bothner  <per@bothner.com>
2150         * check-init.c:   Handle definite unassignment to finals in addition
2151         to definite assignment.
2152         (loop_current_locals):  New field.
2153         (num_current_locals, int start_current_locals, num_current_words):
2154         Make static.
2155         (SET_P, CLEAR_P, SET_BIT):  Add needed but missing parentheses.
2156         (ASSIGNED_P, UNASSIGNED_P, SET_ASSIGNED, SET_UNASSIGNED,
2157         CLEAR_ASSIGNED, CLEAR_UNASSIGNED):  New macros.
2158         (get_variable_decl, check_final_reassigned):  New functions.
2159         (check_init, check_bool_init):  Modify as needed for checking finals.
2160         (check_for_initialization):  Take extra parameter and return void.
2161         Do extra start-up logic to check final fields for assignment.
2162         * parse.y (check_static_final_variable_assignment_flag,
2163         reset_static_final_variable_assignment_flag, check_final_assignment,
2164         check_final_variable_local_assignment_flag,
2165         reset_final_variable_indirect_assignment_flag,
2166         reset_final_variable_global_assignment_flag):  Remove functions.
2167         (java_complete_expand_methods, outer_field_access_fix,
2168         patch_assignment): Remove no-longer used logic.
2169         * java-tree.h (DECL_FIELD_FINAL_IUD):  Change usage and comments.
2170         * parse.y (register_fields, java_complete_tree):  Update accordingly.
2172         * check-init.c (ALLOC_WORDS/FREE_WORDS):  Use xmalloc/free, not alloca.
2173         (DECLARE_BUFFERS, RELEASE_BUFFERS, ALLOC_BUFFER, FREE_BUFFER):  New.
2174         (check_cond_init, check_bool2_init):  Use DECLARE_BUFFERS.
2176         * java-tree.h (STATIC_CLASS_INIT_OPT_P):  Temporarily turn off.
2178         * java-tree.h (DECL FINAL):  New bit-field.
2179         (METHOD_FINAL, FIELD_FINAL, CLASS_FINAL):  Define as DECL_FINAL.
2180         (LOCAL_FINAL_P):  Use DECL_FINAL rather than old LOCAL_FINAL.
2181         (DECL_INIT_CALLS_THIS):  New macro.
2182         (struct lang_decl):  New bit-field init_calls_this.
2183         (DECL_FUNCTION_ALL_FINAL_INITIALIZED, DECL_FIELD_FINAL_LIIC,
2184         DECL_FIELD_FINAL_IERR, LOCAL_FINAL, TYPE_HAS_FINAL_VARIABLE
2185         (DECL_BIT_INDEX):  Change to use pointer_alias_set since we now
2186         use it for both local variables and final fields.
2187         (struct lang_decl_var):  Remove bit-fields final_liic, final_ierr,
2188         and local_final.
2189         (struct lang_type):  Remove hfv bit-field.
2190         (check_for_initialization):  Change to return void.
2192         * java-tree.h (IS_ARRAY_LENGTH_ACCESS):  New macros.
2193         * expr.c (build_java_array_length_access):  Set IS_ARRAY_LENGTH_ACCESS.
2194         * check-init.c (final_assign_error):  New helper function.
2195         (check_final_reassigned, check_init):  Use it.
2196         (check_init):  Also check IS_ARRAY_LENGTH_ACCESS for ARRAY.length.
2198         * java-tree.h (struct lang_decl, struct lang_decl_var):  Change all
2199         bit-fields to unsigned.
2201 2001-12-03  Per Bothner  <per@bothner.com>
2203         * parse.y (patch_binop):  Minor constant folding.
2205         * parse.y (build_current_thisn):  Shorter 'buffer'.
2207 2001-12-03  Per Bothner  <per@bothner.com>
2209         * decl.c (complete_start_java_method):  Now generate TRY_FINALLY_EXPR
2210         instead of CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR.
2211         * jcf-write.c (generate_bytecode_insns):  Remove support for
2212         CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR as they are no longer used.
2213         * check-init.c (check_init):  Likewise.
2215 2001-12-03  Per Bothner  <per@bothner.com>
2217         * verify.c (subroutine_nesting):  New function.
2218         (verify_jvm_instructions):  Use it to fix logic for checking that
2219         we're done with the current subroutine.
2221         * verify.c (verify_jvm_instruction): For OPCODE_checkcast and
2222         OPCODE_instanceof use POP_TYPE macro for better diagnostics.
2224 2001-12-03  Per Bothner  <per@bothner.com>
2226         * jcf.h:  Fix obvious typo in comment.
2227         * typeck.c (build_null_signature):  Add comment.
2229 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2231         * expr.c: Remove leading capital from diagnostic messages, as
2232         per GNU coding standards.
2233         * jcf-io.c: Similarly.
2234         * jcf-parse.c: Similarly.
2235         * jv-scan.c: Similarly.
2236         * jvspec.c: Similarly.
2237         * mangle.c: Similarly.
2239 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
2240             Alexandre Petit-Bianco  <apbianco@redhat.com>
2242         * expr.c (build_java_arrayaccess): Call save_expr on array for
2243         correct evaluation order, modified comment, fixed indentation.
2244         * parse.y: (patch_assignment): Correctly extract the array base
2245         from the tree generate by build_java_arrayaccess, added comments.
2246         (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.
2247         Fixes PR java/3096, PR java/3803, PR java/3965.
2249 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2251         * expr.c (expand_byte_code): Remove trailing periods from messages.
2252         * jcf-parse.c (load_class, jcf_parse): Similarly.
2253         * jcf-write.c (generate_classfile): Similarly.
2254         * lex.c (java_lex): Similarly.
2256 2001-11-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2258         * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
2260 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2262         * Make-lang.in (java.generated-manpages): New dummy target.
2264 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2266         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
2267         ASM_FINAL_SPEC.
2268         (lang_specific_pre_link): Use set_input to set input_filename.
2269         Append `main' here.
2270         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
2271         (main): Fix definition.
2272         Strip `main' from classname.
2273         Fixes PR java/227.
2275 2001-11-18  Roger Sayle <roger@eyesopen.com>
2277         * parse.h (java_expand_switch): Remove old prototype.
2279 2001-11-18  Tom Tromey  <tromey@redhat.com>
2281         Fix for PR java/1401:
2282         * jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
2283         arg0 is null.
2284         (generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
2285         correctly.
2287 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2289         * lang.c (finish_parse): Rename to java_finish.
2290         (LANG_HOOKS_FINISH, java_finish): New.
2292 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2294         * decl.c (init_decl_processing): Rename java_init_decl_processing.
2295         * java-tree.h: New prototype.
2296         * lang.c (java_init): Update prototype.  Combine with old init_parse.
2298 2001-11-13  Tom Tromey  <tromey@redhat.com>
2300         * gjavah.c (method_signature): New global.
2301         (HANDLE_METHOD): Set it.
2302         (decompile_return_statement): New function.
2303         (decompile_method): Use it.
2304         (print_method_info): Removed `synth' argument.
2306 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2308         * java-tree.h (java_set_yydebug): New.
2309         * jcf-parse.c (set_yydebug): Rename java_set_yydebug.
2310         * lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
2311         (print_lang_decl, print_lang_type, print_lang_identifier,
2312         print_lang_statistics, lang_print_xnode): Remove.
2314 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2316         * jcf-parse.c (init_lex): Remove.
2317         * lang.c (language_string, lang_identify): Remove.
2318         (struct lang_hooks): Constify.
2319         (LANG_HOOKS_NAME): Override.
2320         (init_parse): Update.
2322 2001-11-08  Andreas Franck  <afranck@gmx.de>
2324         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_CROSS_NAME): Handle
2325         program_transform_name the way suggested by autoconf.
2326         (java.install-common): Also transform auxiliary program names with
2327         program_transform_name.
2329 2001-11-08  Tom Tromey  <tromey@cygnus.com>
2331         * parse.y (trap_overflow_corner_case): New rule.
2332         (unary_expression): Use it.
2333         * lex.c (java_init_lex): Don't set minus_seen.
2334         (yylex): Don't use minus_seen.  Communicate overflow to parser for
2335         it to handle.
2336         (error_if_numeric_overflow): New function.
2337         * parse.h (minus_seen): Removed field.
2338         (JAVA_RADIX10_FLAG): New define.
2340 2001-11-07  Tom Tromey  <tromey@redhat.com>
2342         Patch for PR java/1414:
2343         * parse.y (case_label_list): New global.
2344         (goal): Register case_label_list with GC.
2345         (java_complete_lhs): Save new case on case_label_list.
2346         (patch_switch_statement): Check for duplicate case labels.
2348 2001-11-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
2350         * parse.y (patch_assignment): Removed unused third argument.
2351         (java_complete_lhs): Removed unused third argument to patch_assignment.
2353 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2355         * lang.c: Include langhooks-def.h.
2356         * Make-lang.in: Update.
2358 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
2360         * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
2362 2001-10-29  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2364         * mangle.c (find_compression_record_match): Don't match compression
2365         records for package name elements unless they occur at the start of
2366         the name. Fix for PR java/4717.
2368 2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2370         * expr.c (expand_java_field_op): Don't special-case references to
2371         java.lang.PRIMTYPE.TYPE.
2372         (build_primtype_type_ref): Removed.
2373         * java-tree.h (build_primtype_type_ref): Remove prototype.
2374         * parse.y (maybe_build_primttype_type_ref): Removed.
2375         (complete_function_arguments): Don't special-case references to
2376         java.lang.PRIMTYPE.TYPE.
2377         (patch_assignment): Likewise.
2378         (array_constructor_check_entry): Likewise.
2380 2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
2382         * mangle.c (static tree compression_table): Fixed leading comment.
2383         * parse.h (struct parser_ctxt): Fixed field comment.
2384         * parse.y (check_pkg_class_access): New prototype, fixed leading
2385         comment, new parameter used to emit error only if passed as true.
2386         (parse_check_super): Pass extra argument to check_pkg_class_access.
2387         (do_resolve_class): Likewise.
2388         (process_imports): Likewise.
2389         (read_import_dir): Fixed indentation.
2390         (find_in_imports_on_demand): New local class_type_name. Local
2391         node_to_use deleted. while loop changed into for loop. Report
2392         multiple definition only for accessible classes. Improved error
2393         message.
2394         (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
2395         assigned to parameter list, fixed indentation. while loop changed
2396         into for loop, restore TREE_CHAIN on local `tem' before the next
2397         iteration.
2399 Tue Oct 23 14:02:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2401         * lang.c (lang_get_alias_set): Deleted.
2403 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2405         * gjavah.c (jni_print_char): Fix thinko in last change.
2407         * gjavah.c (jni_print_char, decode_signature_piece): Use
2408         safe-ctype macros and/or fold extra calls into fewer ones.
2409         * lex.c (java_read_unicode, java_lex): Likewise.
2410         * lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
2411         JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
2412         * mangle_name.c (append_unicode_mangled_name,
2413         unicode_mangling_length): Likewise.
2415 2001-10-17  Richard Henderson  <rth@redhat.com>
2417         * Make-lang.in (java/lang.o): Depend on langhooks.h.
2419 2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
2421         * lang.c (langhooks.h): Included.
2422         (LANG_HOOKS_INIT): Redefined.
2423         (LANG_HOOKS_INIT_OPTIONS): Likewise.
2424         (LANG_HOOKS_DECODE_OPTION): Likewise.
2425         (struct lang_hooks lang_hooks): New initialization.
2427 2001-10-11  Per Bothner  <per@bothner.com>
2429         * parse.y (patch_synchronized_statement):  Use a TRY_FINALLY_EXPR
2430         rather than a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR pair.
2431         The former is simpler, and jcf-write.c handles it better.
2432         (java_complete_lhs):  No longer need to handle CLEANUP_POINT_EXPR
2433         or WITH_CLEANUP_EXPR.
2434         * jcf-write.c:  Revert Alex's change from 2000-10-18.  It is no
2435         longer needed, as we already handle empty TRY_FINALLY_EXPR bodies fine.
2437         * parse.y (patch_if_else_statement):  If the condition is constant,
2438         optimize away the test.
2440 2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2442         * parse.y (patch_cast): Call patch_string on the first operand of
2443         the incoming node, update it if necessary. Fixes PR java/4510.
2445 2001-10-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2447         * parse.y (find_as_inner_class): Don't disregard the enclosing scope
2448         when name qualifier matches a package name.
2450 2001-10-08  Tom Tromey  <tromey@redhat.com>
2452         Fix for PR java/4489:
2453         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always
2454         force a new label when computing `body_block'.
2456 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2458         * jcf-io.c (format_uint): Const-ify.
2459         * lang.c (java_tree_code_type, java_tree_code_length): Likewise.
2460         * lex.c (java_get_line_col): Likewise.
2461         * parse.y (build_incdec): Likewise.
2463 2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
2465         * parse.y (register_incomplete_type): Set JDEP_SUPER to be given
2466         a NULL enclosing context if appropriate. Fixes PR java/4466.
2468 2001-10-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
2470         * parse.y (patch_assignment): Use lvalue's original TYPE when
2471         building the final COMPOUND_EXPR.
2472         (try_reference_assignconv): Fixed leading comment.
2474 2001-09-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
2476         * parse.y (check_final_variable_indirect_assignment): For
2477         COMPOUND_EXPR, return only if finals were found initialized
2478         properly, if not, keep on checking.
2479         (check_final_variable_global_assignment_flag): New local
2480         error_found, set when appropriate and used to decide whether to
2481         report uninitialized finals. Fixed typo in comment.
2483 2001-09-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
2485         * decl.c (init_decl_processing): Fixed typo in predef_filenames
2486         last three initializations. Fixes PR java/4360.
2488 2001-09-21  Richard Henderson  <rth@redhat.com>
2490         * class.c (get_dispatch_table): Handle function descriptors.
2491         (build_dtable_decl): Likewise.
2492         * expr.c (build_invokevirtual): Likewise.
2494 2001-09-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
2496         * parse.y (patch_method_invocation): Build class initialization
2497         when static finals are used to qualify method invocation.
2498         Fixes PR java/4366.
2500 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
2502         * parse.h: (WFL_STRIP_BRACKET): Re-written using
2503         build_type_name_from_array_name.
2504         (STRING_STRIP_BRACKETS): New macro.
2505         * parse.y (build_type_name_from_array_name): New function.
2506         (array_creation_expression:): Accumulate []s instead of [s.
2507         (cast_expression:): Accumulate []s instead of [s after cast type
2508         name.
2509         (build_array_from_name): Local string deleted, use
2510         build_type_name_from_array_name.
2511         (build_unresolved_array_type): Accumulate []s instead of [s after
2512         type name.
2513         (register_fields): Fixed comment.
2514         (resolve_class): Local name, base deleted, new locals tname and
2515         array_dims. Use build_type_name_from_array_name. Use array_dims to
2516         build array type.
2517         (purify_type_name): Use STRING_STRIP_BRACKETS.
2519 2001-09-18  Andreas Jaeger  <aj@suse.de>
2521         * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2522         * jv-scan.c: Likewise.
2524 2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
2526         * parse.y (patch_method_invocation): Inner class creation context
2527         check not enforced within constructors. Fixes PR java/1873.
2529 2001-09-16  Tom Tromey  <tromey@redhat.com>
2531         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
2532         NOTE_PUSH for single-case push.  Fixes PR java/4189.
2534 2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
2536         * java-tree.h (TYPE_IMPORT_LIST): New macro.
2537         (TYPE_IMPORT_DEMAND_LIST): Likewise.
2538         (struct lang_type): New fields import_list and import_demand_list.
2539         * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
2540         TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
2541         (do_resolve_class): New local saved_enclosing_type, initialized,
2542         passed as parameter to find_in_imports and find_in_imports_on_demand.
2543         (find_in_imports): Added paramater enclosing_type, use its
2544         TYPE_IMPORT_LIST when applicable.
2545         (find_in_imports_on_demand): Added parameter enclosing_type, use
2546         its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
2547         declaration and initialization.
2548         (fold_constant_for_init): Switch/restore current_class to the
2549         appropriate context.
2551 2001-09-13  Mark Mitchell  <mark@codesourcery.com>
2553         * verify.c (verify_jvm_instructions): Fix typo.
2555 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2557         * expr.c (expand_invoke): Const-ification.
2558         * parse.y (patch_method_invocation): Likewise.
2560 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2562         * gjavah.c (cxx_keywords): Const-ification.
2563         * keyword.gperf (java_keyword): Likewise.
2564         * lang.c (java_tree_code_name): Likewise.
2565         * lex.c (cxx_keywords): Likewise.
2566         * parse.y (java_parser_context_suspend, merge_string_cste): Likewise.
2568 2001-09-11  Richard Henderson  <rth@redhat.com>
2570         * parse.h (ctxp_for_generation): Mark extern.
2572 2001-09-10  Richard Henderson  <rth@redhat.com>
2574         * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
2576 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
2578         * typeck.c (java_array_type_length, build_prim_array_type):
2579         Represent empty arrays by NULL index.
2581 2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
2583         * java-tree.h (compile_resource_file): Grouped with other prototypes.
2584         * jvspec.c (lang_specific_driver): Removed unused local `ptr.'
2586 2001-09-06  Anthony Green  <green@redhat.com>
2588         * class.c (O_BINARY): Define if necessary.
2589         (registerResource_libfunc): Declare.
2590         (init_class_processing): Initilize registerResource_libfunc.
2591         (compile_resource_file): New function.
2592         * java-tree.h (resource_name): Declare.
2593         (compile_resource_file): Declare.
2594         * jcf-parse.c (yyparse): Handle compiling java resource files.
2595         * lang.c (java_decode_option): Handle -fcompile-resource option.
2596         * jvspec.c (lang_specific_driver): Handle -R flag for compiling
2597         resource files.
2598         * gcj.texi (Code Generation): Add documentation for -R flag.
2600 2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>
2602         * jcf-write.c (generate_classfile): Issue an error in case of
2603         field/initial value mismatch.
2604         * parse.y (analyze_clinit_body): Keep <clinit> if an array is
2605         being initialized and we're generating bytecode.
2606         (java_complete_lhs): In MODIFY_EXPR section: added comments,
2607         set DECL_INITIAL properly when appropriate.
2608         Fixes PR java/4230
2609         Fixes PR java/4204
2611 2001-09-01  Per Bothner  <per@bothner.com>
2613         * parse.y (maybe_yank_clinit):  A field without an initializer is not
2614         relevant.  All initializers except static final and constant require
2615         <clinit>, regardless of flag_emit_class_files.
2617 2001-08-31  Per Bothner  <per@bothner.com>
2619         * class.c (set_constant_value):  When not emiting class files, then a
2620         String ConstantValue is a utf8const_ptr_type.
2622 2001-08-30  Per Bothner  <per@bothner.com>
2624         * jcf-write.c (generate_classfile):  Check that field is primitive
2625         or string before emitting ConstantValue attribute.
2627 2001-08-30  Per Bothner  <per@bothner.com>
2629         * parse.y (resolve_qualified_expression_name):  If creating a
2630         COMPOUND_EXPR, set it's type correctly.
2632 2001-08-30  Per Bothner  <per@bothner.com>
2634         * jcf-io.c (open_class):  Set filename field.
2636         * jcf-parse,c (parse_class_file):  Set current_function_decl
2637         for better error message when Code attribute is missing.
2639         * lang.c (put_decl_node, lang_print_error):  Re-arrange for
2640         better diagnostics, especially for constructors.
2642 2001-08-30  Per Bothner  <per@bothner.com>
2644         * jcf-write.c (generate_classfile):  Don't write ConstantValue
2645         attribute if field is not final, for compatibility with jdk.
2647         * jcf-write.c (generate_classfile):  Convert ConstantValue values
2648         to correct type.  Work-around for front-end bug.
2649         * class.c (set_constant_value):  Error if constant has wrong type.
2651 2001-08-30  Per Bothner  <per@bothner.com>
2653         * jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
2654         "Double" are printed at verbosity 1.
2656         * jcf-dump.c (main):  Disable flag_print_attributes if --javap.
2658         * jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
2660 2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
2662         * parse.y (patch_assignment): Don't verify final re-assignment here.
2663         (java_complete_lhs): Verify assignments to finals calling
2664         patch_assignment. Verify re-assignments to finals before calling
2665         patch_assignment.
2667 2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
2669         * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
2670         Fixes PR java/1413
2672 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
2674         * lex.c (java_lex): new local found_hex_digits. Set and then used
2675         in test to reject invalid hexadecimal numbers.
2676         * parse.y (java_complete_tree): Prevent unwanted cast with
2677         initialized floating point finals.
2678         (patch_binop): Emit a warning when detecting a division by zero,
2679         mark result not constant, don't simplify non integer division.
2681 2001-08-28  Per Bothner  <per@bothner.com>
2683         * jcf-write.c  (generate_bytecode_insns):  For increments and
2684         decrements just recurse to push constant.  Improvement on Mark's patch.
2686 2001-08-28  Mark Mitchell  <mark@codesourcery.com>
2688         * jcf-write.c (generate_bytecode_insns): Generate an integer to
2689         real conversion for increments and decrements of reals.
2691 2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
2693         * parse.y (resolve_qualified_expression_name): Handle unresolved
2694         qualified expressions, prevent numerical qualifiers, fixed typo.
2695         Fixes PR java/4141
2697 2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
2699         * parse.y (check_deprecation): Handle TYPE_DECL in a special case,
2700         don't report anything but deprecated class when marked so. Handle
2701         VAR_DECL.
2702         (patch_method_invocation): Check deprecation on methods and types.
2703         (patch_binop): code becomes an enum tree_code, added default: to
2704         switch to handle that. Detect division by zero, try to fold and
2705         return before using a subroutine.
2707 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
2709         * jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
2710         file smaller than 4 bytes.
2711         * parse.y (check_inner_circular_reference): New function.
2712         (check_circular_reference): Likewise.
2713         (array_initializer:): Accept {,}.
2714         (java_check_circular_reference): Rewritten using
2715         check_circular_reference and check_inner_circular_reference.
2716         (java_complete_expand_method): Unconditionally save and restore
2717         the unpurged exception list.
2718         (build_dot_class_method_invocation): Unmangle signature parameter.
2720 2001-08-21  Tom Tromey  <tromey@redhat.com>
2722         * decl.c (init_decl_processing): Add `throws' field to method
2723         descriptor.
2724         * class.c (make_method_value): Compute `throws' field for method.
2726 2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
2728         * parse.y (resolve_inner_class): Keep local_enclosing to NULL if
2729         circularity is detected.
2730         (ctors_unchecked_throws_clause_p): Fixed leading comment.
2732 2001-08-17  Richard Henderson  <rth@redhat.com>
2734         * class.c (emit_register_classes): Add align parameter to
2735         call to assemble_integer.
2737 2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>
2739         * jcf-parse.c (load_class): New locals saved and class_loaded. If
2740         loading a class_or_name fails, try considering an innerclass name
2741         and load the enclosing context.
2742         * parse.y (resolve_inner_class): New function.
2743         (find_as_inner_class): Added leading comment.
2744         (register_incomplete_type): Keep the current context as enclosing
2745         context for JDEP_FIELD dependencies.
2746         (do_resolve_class): Locals new_class_decl and super initialized to
2747         NULL. Call resolve_inner_class, explore the enclosing context
2748         superclass if necessary.
2749         Fixes PR java/4007
2751 2001-08-16  Tom Tromey  <tromey@redhat.com>
2753         * jcf-dump.c (main): Updated for change to jcf_path_seal.
2754         * gjavah.c (main): Updated for change to jcf_path_seal.
2755         * lang.c (version_flag): New global.
2756         (java_decode_option): Recognize `-version'.
2757         (java_init): Update for change to jcf_path_seal.
2758         * jcf.h (jcf_path_seal): Added `print' argument.
2759         * jcf-path.c (jcf_path_seal): Added `print' argument.
2761 2001-08-13  Zack Weinberg  <zackw@panix.com>
2763         * Make-lang.in (java/decl.o): Update dependencies.
2764         * decl.c: Include libfuncs.h, don't include toplev.h.
2766 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
2768         * decl.c (init_decl_processing): exception_type_node,
2769         class_not_found_type_node, and no_class_def_found_type_node
2770         initialized. predef_filenames augmented accordingly.
2771         instinit_identifier_node initialized.
2772         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
2773         * java-tree.h (enum java_tree_index): New entries
2774         JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
2775         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
2776         (exception_type_node): New macro.
2777         (class_not_found_type_node): Likewise.
2778         (no_class_def_found_type_node): Likewise.
2779         (instinit_identifier_node): Likewise.
2780         (PREDEF_FILENAMES_SIZE): Adjusted.
2781         (TYPE_HAS_FINAL_VARIABLE): Fixed typo.
2782         (struct lang_type): Fixed typo in bitfield name.
2783         (DECL_INSTINIT_P): New macro.
2784         (ID_INSTINIT_P): Likewise.
2785         * jcf-write.c (generate_classfile): instinit$ bears the Synthetic
2786         attribute.
2787         * parse.y (encapsulate_with_try_catch): New function.
2788         (generate_instinit): Likewise.
2789         (build_instinit_invocation): Likewise.
2790         (ctors_unchecked_throws_clause_p): Likewise.
2791         (add_instance_initializer): Deleted.
2792         (build_instance_initializer): Likewise.
2793         (in_instance_initializer): Likewise.
2794         (check_method_redefinition): instinit$ not to be verified.
2795         (java_complete_expand_methods): Generate instinit$, simplified code.
2796         (build_dot_class_method): Eliminated unnecessary locals. Use
2797         encapsulate_with_try_catch, removed unnecessary code.
2798         (fix_constructors): New local iii. Use build_instinit_invocation.
2799         (patch_method_invocation): Added comment.
2800         (maybe_use_access_method): Don't consider instinit$.
2801         (find_applicable_accessible_methods_list): Shorten the search for
2802         instinit$ too.
2803         (java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
2804         (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
2805         (patch_throw_statement): Likewise. Fixed typo.
2807 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
2809         Revert:
2810         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2811         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
2812         ASM_FINAL_SPEC.
2813         (lang_specific_pre_link): Use set_input to set input_filename.
2814         Append `main' here.
2815         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
2816         (main): Fix definition.
2817         Strip `main' from classname.
2818         Fixes PR java/227.
2820 2001-08-11  Zack Weinberg  <zackw@panix.com>
2822         * lex.h: Don't include setjmp.h.  Don't define
2823         SET_FLOAT_HANDLER or prototype set_float_handler.
2825 2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2827         * expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
2828         `poplevel' in the right order.
2830 2001-08-09  Richard Henderson  <rth@redhat.com>
2832         * Make-lang.in (class.o): Depend on TARGET_H.
2833         * class.c (emit_register_classes): Use target hooks instead of
2834         assemble_constructor and assemble_destructor.
2836 2001-08-08  Alexandre Petit-Bianco  <apbianco@redhat.com>
2838         * check-init.c (flags.h): Include
2839         (check_init): Don't report uninitialized static class
2840         initialization flags, don't free bit index when doing static class
2841         initialization optimization.
2842         (check_for_initialization): Return type changed to `unsigned int.'
2843         (attach_initialized_static_class): New function.
2844         * class.c (add_method_1): Create the initialized static class
2845         table if necessary.
2846         (finish_class): Always emit deferred inline methods.
2847         * decl.c (emit_init_test_initialization): Moved to expr.c
2848         (complete_start_java_method): Don't traverse
2849         DECL_FUNCTION_INIT_TEST_TABLE.
2850         (lang_mark_tree): Mark hash tables in function decls.
2851         * expr.c (emit_init_test_initialization): Moved from decl.c.
2852         (build_class_init): Create LAG_DECL_SPECIFIC for the static class
2853         initialization flag, set DECL_CONTEXT and
2854         LOCAL_CLASS_INITIALIZATION_FLAG.
2855         (java_lang_expand_expr): Emit initialization code for static class
2856         initialized flags when entering block, if necessary.
2857         * gcj.texi (-fno-optimize-static-class-initialization): Documented.
2858         * java-tree.h (flag_optimize_sci): New global variable declaration.
2859         (DECL_FUNCTION_INITIALIZED_CLASS_TABLE): New macro.
2860         (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND): Likewise.
2861         (LOCAL_FINAL_P): Fixed typo in comment.
2862         (FINAL_VARIABLE_P): Likewise.
2863         (LOCAL_CLASS_INITIALIZATIO_FLAG): New macro.
2864         (LOCAL_CLASS_INITIALIZATIO_FLAG_P): Likewise.
2865         (struct lang_decl): New fields `ict', `smic' and `cif.'
2866         (check_for_initialization): New returned value for global.
2867         (attach_initialized_static_class): New global function.
2868         (STATIC_CLASS_INIT_OPT_P): New macro.
2869         * lang-options.h (-fno-optimize-static-class-initialization): New flag.
2870         * lang.c (java_decode_option): Handle
2871         `-fno-optimize-static-class-initialization'
2872         * parse.y (start_complete_expand_method): New function.
2873         (java_expand_method_bodies): Likewise.
2874         (attach_init_test_initialization_flags): Likewise.
2875         (adjust_init_test_initialization): Likewise.
2876         (emit_test_initialization): Likewise.
2877         (java_complete_expand_methods): Nullify abstract and native method
2878         bodies.
2879         (java_complete_expand_method): New locals `fbody', `block_body'
2880         and `exception_copy.' Reorganized: directly return on empty method
2881         bodies, call `start_complete_expand_method', remember definitely
2882         initialized static class in function, don't expand method bodies.
2883         (java_expand_classes): Call `java_expand_method_bodies' before
2884         `finish_class' when compiling to native.
2885         (resolve_expression_name): Use `orig' after building outer class
2886         field access.
2887         (patch_invoke): Remember static method invokations.
2889 2001-08-06  Richard Henderson  <rth@redhat.com>
2891         * class.c (emit_register_classes): Pass a symbol_ref and priority
2892         to assemble_constructor.
2894 2001-08-02  Alexandre Petit-Bianco  <apbianco@redhat.com>
2896         * java-tree.h (all_class_filename): New macro.
2897         (enum java_tree_index): New enum `JTI_ALL_CLASS_FILENAME.'
2898         (BUILD_FILENAME_IDENTIFIER_NODE): Fixed leading comment. Link
2899         newly created IDENTIFIER_NODE to `all_class_filename.'
2901 2001-08-01  Jeff Sturm  <jsturm@one-point.com>
2903         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
2904         Use ggc_add_tree_root to register roots.
2906 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
2908         * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
2909         second operand calling check_init.
2910         * decl.c (complete_start_java_method): Swaped second and third
2911         arguments while creating WITH_CLEANUP_EXPR node.
2912         * jcf-write.c (generate_bytecode_insns): Use second operand
2913         instead of third when handling WITH_CLEANUP_EXPR.
2914         * parse.y (java_complete_lhs): Expand second operand of
2915         WITH_CLEANUP_EXPR nodes.
2916         (patch_synchronized_statement): Swaped second and third arguments
2917         while creating WITH_CLEANUP_EXPR node.
2919 2001-07-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
2921         * parse.y (create_interface): Avoid cyclic inheritance report when
2922         syntax error encountered during class definition.
2923         Fixes PR java/2956
2925 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2927         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
2928         ASM_FINAL_SPEC.
2929         (lang_specific_pre_link): Use set_input to set input_filename.
2930         Append `main' here.
2931         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
2932         (main): Fix definition.
2933         Strip `main' from classname.
2934         Fixes PR java/227.
2936 2001-07-18  Tom Tromey  <tromey@redhat.com>
2938         For PR java/2812:
2939         * lex.h: Use HAVE_ICONV, not HAVE_ICONV_H.
2940         * lex.c (java_new_lexer): Use ICONV_CONST.
2941         (java_read_char): Likewise.
2942         * Make-lang.in (jc1$(exeext)): Link against LIBICONV.
2943         (jv-scan$(exeext)): Likewise.
2945 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
2947         * parse.h (INTERFACE_INNER_MODIFIERS): Disallow `private.'
2948         * parse.y (check_class_interface_creation): Allow `private' if the
2949         enclosing is not an interface.
2950         (create_interface): Interface tagged public if the enclosing
2951         context is an interface.
2952         (create_class): Class tagged public if the enclosing context
2953         is an interface.
2954         Fixes PR java/2959
2956 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
2958         * class.c (push_class): Set DECL_SIZE to `integer_zero_node.'
2959         Fixes PR java/2665
2961 2001-07-14  Tim Josling  <tej@melbpc.org.au>
2963         * check-init.c (check_init): Remove references to EXPON_EXPR.
2965 2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
2967         * parse.y (java_complete_lsh): Set CAN_COMPLETE_NORMALLY and unset
2968         TREE_CONSTANT_OVERFLOW of CASE_EXPR value.
2969         Fixes PR java/3602
2971 2001-07-13  Tom Tromey  <tromey@redhat.com>
2973         * jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
2974         invocation.
2976 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
2978         * parse.y (patch_method_invocation): Don't override primary if one
2979         is already provided, but let this$<n> be built. Fixed comment.
2981 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
2983         * parse.y (empty_statement:): Report empty statement error only
2984         when found at class declaration level.
2985         Fixes PR java/3635
2987 2001-07-12  Tom Tromey  <tromey@redhat.com>
2989         * expr.c (expand_load_internal): New function.
2990         (LOAD_INTERNAL): Use it.
2992 2001-07-11  Alexandre Petit-Bianco  <apbianco@redhat.com>
2994         * parse.y (verify_constructor_super): Compare anonymous class ctor
2995         args with `valid_method_invocation_conversion_p.'
2996         Fixes PR java/3285
2998 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3000         * lang-specs.h: Forbit the use if `-femit-class-file{s}' without
3001         `-fsyntax-only.' Fixes PR java/3248
3003 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3005         * jcf-io.c (find_class): Clarified error message. Fixes PR java/2603
3007 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
3009         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): No `this' is fine if the
3010         current function is static. Fixes PR java/1970
3012 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3014         * parse.y (patch_method_invocation): Add enclosing context to ctor
3015         calls if necessary. Fixes PR java/2953
3017 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3019         * parse.y (resolve_package): Abort if qualified expression member
3020         isn't right.
3021         (qualify_ambiguous_name): Don't qualify as type if `this' in use.
3022         Fixes PR java/1391
3024 2001-07-07  Zack Weinberg  <zackw@stanford.edu>
3026         * verify.c: Don't use // comments.
3028 2001-07-05  Tom Tromey  <tromey@redhat.com>
3030         * lang.c (flag_assume_compiled): Removed.
3031         * java-tree.h (flag_assume_compiled): Removed.
3032         * lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
3033         -fhash-synchronization, -fuse-divide-subroutine,
3034         -fcheck-references, -femit-class-file, -femit-class-files,
3035         -fassume-compiled.  Updated --encoding information.  Changed
3036         -foutput-class-dir to `-d'.
3038 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
3040         * jcf-parse.c (parse_class_file): Add lineno parameter to
3041         debug_start_source_file call.
3043 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3045         * gcj.texi: Use gpl.texi.
3046         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Update
3047         dependencies and use doc/include in search path.
3049 2001-07-03  Jeff Sturm  <jsturm@one-point.com>
3051         * parse.y (fix_constructors): Test if a CALL_EXPR invokes
3052         `this'.  If so, don't build instance initializers.
3054 2001-07-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
3056         * parse.y (resolve_expression_name): Improved error message for
3057         inner class cases. Fixes PR java/1958
3059 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
3061         * lang.c: #include diagnostic.h
3062         (lang_print_error): Add a `diagnostic_context *' parameter.
3063         (java_dummy_print): Likewise.
3064         * Make-lang.in (JAVA_LEX_C): Depend on diagnostic.h
3066 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3068         * jcf-parse.c (gcc_mark_jcf): Test for a finished JCF.
3069         * jcf.h (typedef struct JCF): New bitfield `finished.'
3070         (JCF_FINISH): Set `finished.'
3071         (JCF_ZERO): Reset `finished.'
3072         Fixes PR java/2633
3074 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3076         * parse.y (class_body_declaration:): Don't install empty instance
3077         initializers.
3078         Fixes PR java/1314
3080 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
3082         * class.c (set_super_info): Call `set_class_decl_access_flags.'
3083         (set_class_decl_access_flags): New function.
3084         * java-tree.h (set_class_decl_access_flags): New prototype.
3085         * jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
3086         (parse_class_file): New local `decl_max_locals.' Take wide types
3087         into account to compute DECL_MAX_LOCALS.
3088         * parse.y (type_import_on_demand_declaration:): Ignore duplicate
3089         imports on demand.
3091 2001-06-22  Jan van Male  <jan.vanmale@fenk.wau.nl>
3093         * zipfile.h: Use GCC_JCF_H instead of JCF_H.
3095 2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
3097         * class.c (java_hash_tree_node): Fixed indentation in leading comment.
3098         * parse.y (do_resolve_class): Moved comments out to leading comment
3099         section. Removed local `start', New local `_ht' and
3100         `circularity_hash.'  Record `enclosing' in hash table and search
3101         it to detect circularity.  Use `enclosing' as an argument to
3102         `lookup_cl.' Free the hash table when done.
3104 2001-06-19  Tom Tromey  <tromey@redhat.com>
3106         * lex.c (java_read_char): Disallow invalid and overlong
3107         sequences.  Fixes PR java/2319.
3109 2001-06-05  Jeff Sturm  <jsturm@one-point.com>
3111         * decl.c (create_primitive_vtable): Don't call make_decl_rtl.
3113 2001-06-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3115         * expr.c (force_evaluation_order): Match wrapped ctor calls, locate
3116         arguments accordingly.
3118 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3120         * gcj.texi: Move contents to just after title page.
3122 2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>
3124         * parse.y (type_literals:): Use `build_incomplete_class_ref' with
3125         builtin type.
3126         (patch_incomplete_class_ref): Build the class ref, build the class
3127         init if necessary, complete the tree.
3128         Fixes PR java/2605
3130 2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
3132         * parse.y (lookup_field_wrapper): Test `name' code.
3133         (resolve_qualified_expression_name): Test `qual_wfl' code.
3134         (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
3135         handle `qual_wfl' by code.
3136         (maybe_build_primttype_type_ref): Test `wfl' code.
3138 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
3140         * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
3141         fdl.texi.
3142         (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
3143         the dvi file in the java directory.
3145 2001-05-25  Sam TH  <sam@uchicago.edu>
3147         * gen-table.pl javaop.h jcf.h lex.h,
3148         parse.h: Fix header include guards.
3150 2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3152         * jv-scan.c (version): Update copyright year.
3154 2001-05-21  Per Bothner  <per@bothner.com>
3156         * jcf-parse.c (read_class):  If class is from .class or .zip file
3157         and it's already been read, don't push/pop parser context.
3159 2001-05-18  Per Bothner  <per@bothner.com>
3161         * jvspec.c (lang_specific_pre_link):  Re-arrange the linker
3162         command line so the jvgenmain-generated main program comes first.
3164 2001-05-15  Tom Tromey  <tromey@redhat.com>
3166         * class.c (build_utf8_ref): Don't generate identifier based on
3167         utf8const contents.
3169 2001-05-12  Richard Henderson  <rth@redhat.com>
3171         * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
3172         * expr.c (java_lang_expand_expr): Expand it.
3173         (process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
3174         calling build_exception_object_ref.
3175         * parse.y (catch_clause_parameter): Likewise.
3176         (build_dot_class_method): Likewise.
3177         (try_reference_assignconv): Likewise.
3178         * check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
3179         * jcf-write.c (generate_bytecode_insns): Likewise.
3181 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
3183         * parse.y (build_unresolved_array_type): Set
3184         EXPR_WFL_QUALIFICATION on the newly created wfl.
3185         Fixes PR java/2538. Fixes PR java/2535.
3187 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
3189         * parse.y (fix_constructors): Removed unnecessary assignment to
3190         local. Moved assignment to `this$<n>', fixed comments and
3191         indentation.
3192         (build_wfl_wrap): Fixed indentation.
3193         Fixes PR java/2598, java/2579 and java/2658.
3195 2001-05-03  Mo DeJong  <mdejong@redhat.com>
3197         * lex.c (java_new_lexer): Call iconv_close on temp handle used to
3198         check for byte swap.
3200 2000-05-02  Jeff Sturm  <jsturm@one-point.com>
3202         * expr.c (build_class_init): Move MODIFY_EXPR
3203         outside of COND_EXPR.  Remove variable `call'.
3205 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3207         * decl.c: NULL_PTR -> NULL.
3208         * jcf-write.c: Likewise.
3210 2001-05-01  Tom Tromey  <tromey@redhat.com>
3212         * Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
3213         (java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
3214         * gcj.texi: Updated copyright text.  Include fdl.texi.
3215         (Top): Link to new node.
3217 2001-05-01  Per Bothner  <per@bothner.com>
3219         * parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
3221 2001-05-01  Per Bothner  <per@bothner.com>
3223         * parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
3224         import_list contains the name, not the TREE_PURPOSE.
3226 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3228         * jcf-io.c (read_zip_member): Cast to long in comparison with
3229         signed value.
3231         * jvspec.c (lang_specific_driver): Initialize variables.
3233         * mangle.c (find_compression_record_match): Likewise.
3235         * typeck.c (build_null_signature): Provide static prototype.  Mark
3236         parameter with ATTRIBUTE_UNUSED.
3238         * verify.c (verify_jvm_instructions): Initialize variable.
3240 2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3242         * parse.y (do_resolve_class): Check for cyclic inheritance during
3243         inner class resolution.
3245 2001-04-27  Per Bothner  <per@bothner.com>
3247         * parse.y (java_expand_classes):  Don't change ctxp_for_generation
3248         while iterating, since that could cause gc to lose stuff.
3250 2001-04-26  Per Bothner  <per@bothner.com>
3252         Fix method search wrt scope of inner classes to match JLS2.
3253         * typeck.c (build_null_signature):  New static function.
3254         (has_method):  New function.  Uses build_null_signature and lookup_do.
3255         * java-tree.h (has_method):  New declaration.
3256         * parse.y (find_applicable_accessible_methods_list):  Do not search
3257         context of inner classes here.
3258         (patch_method_invocation):  Search scope, ie. current and outer clases,
3259         for method matching simple name, to find class.
3261 2001-04-26  Per Bothner  <per@bothner.com>
3263         * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
3264         Fix thinko:  If a single case, use if_icmpeq, not ifeq.
3266         * constants.c (find_methodref_with_class_index):  New function.
3267         (find_methodref_index):  Use find_methodref_with_class_index.
3268         * java-tree.h (find_methodref_with_class_index):  New declaration.
3269         * jcf-write.c (generate_bytecode_insns case CALL_EXPR):  Don't change
3270         DECL_CONTEXT, instead use new find_methodref_with_class_index function.
3271         If context changed from interface to class, don't use invokeinterface.
3273 2001-04-25  Per Bothner  <per@bothner.com>
3275         * verify.c (verify_jvm_instructions):  For field instructions,
3276         check that field index is valid.  For invoke instructions, check that
3277         method index is valid.
3279 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
3281         * config-lang.in (target_libs): Copy from $libgcj_saved.
3283 2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3285         * decl.c (init_decl_processing): Add new class "protectionDomain"
3286         field.
3287         * class.c (make_class_data): Set initial value for "protectionDomain".
3289 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3291         * jvspec.c (lang_specific_driver): Fix memory allocation
3292         deficit, by using concat in lieu of xmalloc/sprintf.
3294 2001-04-20  Per Bothner  <per@bothner.com>
3296         Fixes to compile multiple .class files at once.
3297         * decl.c (init_decl_processing):  Don't set CLASS_LOADED_P.
3298         * java-tree.h (CLASS_PARSED_P):  New macro.
3299         (CLASS_LOADED_P):  Re-define to use TYPE_SIZE and CLASS_PARSED_P.
3300         * jcf-parse.c (jcf_parse_source):  Inline into read_class.
3301         (read_class):  Avoid some code duplication.
3302         Don't call JCF_FINISH for a .class file - might be needed later.
3303         (jcf_parse):  Don't call layout_class here.  Check/set CLASS_PARSED_P
3304         rather than CLASS_LOADED_P, since latter implies class laid out.
3305         (yyparse):  Do layout_class and JCF_FINISh here instead, in pass 2.
3306         * parse.y:  Don't need to set CLASS_LOADED_P for array types.
3308 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3310         * Make-lang.in (java/boehm.o): Depend on toplev.h.
3312         * boehm.c: Include toplev.h.
3314 2001-04-06  Tom Tromey  <tromey@redhat.com>
3315             Alexandre Petit-Bianco  <apbianco@redhat.com>
3317         Fix for PR gcj/1404 and PR gcj/2332:
3318         * parse.y (build_array_from_name): If we use the type_wfl then
3319         accumulate dimensions from the original type as well.
3320         (build_unresolved_array_type): Don't modify TYPE_OR_WFL in place.
3322 2001-04-06  Tom Tromey  <tromey@redhat.com>
3324         * parse.y (analyze_clinit_body): Return true if the second operand
3325         of a METHOD_EXPR is nonzero.
3327 2001-04-06  Tom Tromey  <tromey@redhat.com>
3329         * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build
3330         directory.
3331         ($(srcdir)/java/parse.c): Likewise.
3333 2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
3335         * gcj.texi: Use `which-gcj' instead of `which-g77.'
3336         (version-gcc): Initialized.
3337         (which-gcj): Likewise.
3339 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3341         * java-tree.h (struct lang_decl): New macro
3342         `DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
3343         * parse.y (build_instance_initializer): New function.
3344         (add_instance_initializer): Use it.
3345         (java_fix_constructors): Set `current_class' before fix pass.
3346         (fix_constructors): Just return if already fixed. Move `super()'
3347         invokation ahead. Use `build_instance_initializer.'
3348         Fixes PR java/1315.
3350 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
3352         * parse.y (resolve_qualified_expression_name): Pass field's
3353         DECL_CONTEXT to `not_accessible_p.'
3354         (not_accessible_p): Changed parameters order in `inherits_from_p'
3355         invokation.
3357 2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>
3359         * lang-options.h: Add flag_check_references.
3361 2001-04-04  Per Bothner  <per@bothner.com>
3363         * java-tree.h (CONSTANT_VALUE_P):  New macro.
3364         * jcf-write.c (generate_classfile):  Use CONSTANT_VALUE_P.
3365         * parse.y (maybe_build_class_init_for_field):  New static function.
3366         (resolve_expression_name, resolve_field_access):  Use
3367         maybe_build_class_init_for_field instead of build_class_init
3368         This does not do the init if the field is compile-time-constant.
3369         (resolve_field_access):  Simplify.
3371         * parse.y (fold_constant_for_init):  Merge test into switch.
3373 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
3375         * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
3376         on gansidecl.h.
3377         * buffer.c, jvgenmain.c: Don't include gansidecl.h.
3379 2001-04-02  Zack Weinberg  <zackw@stanford.edu>
3381         * expr.c (pop_type_0): Save the result of the first
3382         lang_printable_name call in a scratch buffer, so it
3383         won't be clobbered by the second call.
3385 2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
3387         * parse-scan.y (array_type:): Rewritten.
3388         (type_declaration:): `empty_statement' replaces `SC_TK.'
3389         (class_member_declaration:): `empty statement' added.
3390         (method_body:): Simplified.
3391         (static_initializer:): Likewise.
3392         (primary_no_new_array:): Use `type_literals.'
3393         (type_literals:): New rule.
3394         (dims:): Set and update `bracket_count.'
3395         Fixes PR java/1074. Fixes PR java/2412.
3397 2001-03-28  Hans Boehm  <boehm@acm.org>
3399         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'
3400         (get_boehm_type_descriptor): Set type on returned value to be a
3401         pointer length integer.
3403 2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3405         * expr.c (pop_type_0): Call `concat' rather than building the
3406         string manually.
3407         (pop_type): Add format specifier in call to `error'.
3409         * parse.y (patch_method_invocation): Avoid casting away
3410         const-ness.
3412 2001-03-28  Jeffrey Oldham  <oldham@codesourcery.com>
3414         * jvgenmain.c (do_mangle_classname): End string constant with '\0'.
3416 2001-03-28  Richard Henderson  <rth@redhat.com>
3418         IA-64 ABI Exception Handling:
3419         * Make-lang.in (except.o): Don't depend on eh-common.h.
3420         * check-init.c (check_init): Handle EXC_PTR_EXPR.
3421         * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
3422         [soft_exceptioninfo_call_node]: Remove.
3423         [eh_personality_libfunc, lang_eh_runtime_type]: New.
3424         (end_java_method): No emit_handlers.
3425         * except.c (java_set_exception_lang_code): Remove.
3426         (method_init_exceptions): Don't call it.
3427         (prepare_eh_table_type): No CATCH_ALL_TYPE.
3428         (build_exception_object_ref): New.
3429         (expand_end_java_handler): Update for except.h name changes.
3430         (emit_handlers, expand_resume_after_catch): Remove.
3431         * expr.c (java_lang_expand_expr): Update for except.h name changes.
3432         (process_jvm_instruction): Use build_exception_object_ref.
3433         * java-tree.h (JTI_SOFT_EXCEPTIONINFO_CALL_NODE): Remove.
3434         (soft_exceptioninfo_call_node): Remove.
3435         (build_exception_object_ref): Declare.
3436         * jcf-write.c (generate_bytecode_insns) [CALL_EXPR]: No
3437         soft_exceptioninfo_call_node.  Move processing ...
3438         [EXC_PTR_EXPR]: ... here.
3439         * parse.h (BUILD_ASSIGN_EXCEPTION_INFO): Remove dead code.
3440         * parse.y (catch_clause_parameter): Use build_exception_object_ref.
3441         (source_end_java_method): No java_set_exception_lang_code or
3442         emit_handlers.
3443         (build_dot_class_method): Use build_exception_object_ref.
3444         (try_reference_assignconv): Check EXC_PTR_EXPR not
3445         soft_exceptioninfo_call_node.
3447 2001-03-28  Richard Henderson  <rth@redhat.com>
3449         * java-tree.h (throw_node): Define as a single member of
3450         java_global_trees instead of a separate array.
3451         (JTI_THROW_NODE): New.
3452         * decl.c (throw_node): Don't declare.
3453         (init_decl_processing): Init a scalar throw_node.
3454         Don't register it for gc.
3455         * check-init.c (check_init): Reference scalar throw_node.
3456         * expr.c (build_java_athrow): Likewise.
3457         * jcf-write.c (generate_bytecode_insns): Likewise.
3458         * parse.h (BUILD_THROW): Likewise.
3460 2001-03-28  Richard Henderson  <rth@redhat.com>
3462         * decl.c (end_java_method): Do not save and restore
3463         flag_non_call_exceptions.
3464         * parse.y (source_end_java_method): Likewise.
3465         * lang.c (flag_exceptions): Don't declare.
3466         (java_init_options): Set flag_non_call_exceptions.  Set
3467         flag_exceptions here ...
3468         (java_init): ... not here.
3470 2001-03-27  Richard Henderson  <rth@redhat.com>
3472         * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of
3473         exceptions_via_longjmp.
3475         * lang.c (flag_new_exceptions): Don't declare it.
3476         (java_init_options): Or set it.
3478 2001-03-27  Richard Henderson  <rth@redhat.com>
3480         * decl.c (end_java_method): Rename asynchronous_exceptions to
3481         flag_non_call_exceptions.
3482         * parse.y (source_end_java_method): Likewise.
3484 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3486         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
3488 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
3490         * parse.h (DECL_END_SOURCE_LINE): Don't rely on DECL_FRAME_SIZE.
3492 2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
3494         * parse.y (find_as_inner_class): Follow current package
3495         indications not to mistakingly load an unrelated class.
3497 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3499         * constants.c (PUTN): Use memcpy, not bcopy.
3501         * lex.c (java_read_char): Use memmove, not bcopy.
3503         * parse.y (java_parser_context_resume): Use memcpy, not bcopy.
3505 2001-03-23  Per Bothner  <per@bothner.com>
3507         * verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
3508         macro for better error pin-pointing.
3509         * java-tree.h:  Fix typo in comment.
3511         * jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
3512         Don't include jsr/goto in exception range.
3513         Check if start and end of exception range are the same (also TRY_EXPR).
3514         Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
3515         However, do emit the following goto even if try_block is empty.
3516         Defer freeing exception_decl until after the finalizer, to make
3517         sure the local isn't reused in the finalizer.  Fixes PR java/1208.
3519         * parse.y (java_complete_lhs):  If the try-clause is empty, just
3520         return the finally-clause and vice versa.
3522 2001-03-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
3524         * gcj.texi (Input Options): documented the check for attribute
3525         `gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
3526         * java-tree.h (flag_force_classes_archive_check): Declared extern.
3527         * jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
3528         (jcf_parse): Check for the right classes archive if necessary.
3529         * jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
3530         (jcf_parse_fields): Fixed indentation.
3531         * jcf-write.c (append_gcj_attribute): New function.
3532         (generate_classfile): Compute the attribute count, invoke
3533         `append_gcj_attribute'.
3534         * jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
3535         turned into bit-fields. New bit-field `right_zip.'
3536         (JCF_ZERO): Set `right_zip' to zero.
3537         * lang-options.h (-fforce-classes-archive-check): Added flag.
3538         * lang.c (flag_force_classes_archive_check): New flag.
3539         (lang_f_options): New entry `force-classes-archive-check.'
3540         Fixes PR java/1213.
3542 2001-02-07  Andrew Haley  <aph@redhat.com>
3544         * gcj.texi (Configure-time Options): Add -fcheck-references.
3545         * expr.c (build_java_indirect_ref): New function.
3546         (java_check_reference): New function.
3547         (build_java_array_length_access): Use build_java_indirect_ref to
3548         check for null references.
3549         (build_java_arrayaccess): Likewise.
3550         (build_get_class): Likewise.
3551         (build_field_ref): Likewise.
3552         (invoke_build_dtable): Likewise.
3553         (build_invokeinterface): Likewise.
3554         * lang.c (lang_f_options): Add flag_check_references.
3555         * jvspec.c (jvgenmain_spec): Add flag_check_references.
3556         * java-tree.h (flag_check_references): New variable.
3557         * lang.c (flag_check_references): Likewise.
3558         * parse.y (patch_invoke): Use java_check_reference.
3559         (patch_assignment): Allow for extra nesting in
3560         _Jv_CheckArrayStore.
3562 2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
3564         * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.
3565         * lex.c (cxx_keywords): Likewise.
3567 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
3569         * parse.y (qualify_ambiguous_name): Broaden `length'
3570         recognition. Help MODIFY_EXPR be resolved as expression names.
3571         Fixes PR java/2066. Fixes PR java/2400.
3573 2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
3575         * gjavah.c (process_file): Mark interface definitions with
3576         "__attribute__ ((java_interface))".
3578 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
3580         * class.c (layout_class): Fixed push_super_field's second
3581         argument. Fixes PR java/2333.
3582         (jdep_resolve_class): Reset TYPE_SIZE if `error_mark_node', it's
3583         too early to lay innerclasses out.
3585 2001-03-20  Tom Tromey  <tromey@redhat.com>
3586             Alexandre Petit-Bianco <apbianco@redhat.com>
3588         * parse.y (patch_assignment): Handle the case of a SAVE_EXPR
3589         inside an array reference. Insertion of the array store check
3590         rewritten. Fixes PR java/2299.
3592 2001-03-20  Tom Tromey  <tromey@redhat.com>
3594         * lex.c (java_read_unicode): Only accept leading `u's.
3596 2001-03-20  Tom Tromey  <tromey@redhat.com>
3598         * jcf-parse.c (read_class): Initialize `class'.
3600 2001-03-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
3602         * jcf_parse.c (jcf_parse): Eliminate unused variable.
3604 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
3606         * class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
3607         (layout_class): Likewise.
3608         (layout_class_method): Likewise.
3609         (emit_register_classes): Likewise.
3610         * decl.c (builtin_function): Likewise.
3611         (give_name_to_locals): Likewise.
3613 2001-03-19  Per Bothner  <per@bothner.com>
3615         * jcf-parse.c (load_inner_classes):  Check CLASS_LOADED_P
3616         before trying to load an inner class.
3618         Fixes to process to command-line .class files in two passes.
3619         * java-tree.h (JAVA_FILE_P, CLASS_FILE_P, ZIP_FILE_P):  New flags.
3620         (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P):  Rename to ..
3621         (CLASS_FROM_CURRENTLY_COMPILED_P):  ... because it is more general now.
3622         * class.c (is_compiled_class):  Fix for renamed flag.
3623         * parse.y (maybe_create_class_interface_decl):  Likewise.
3624         * jcf-parse.c (yyparse):  Also set if compiling .class files.
3625         * jcf-parse.c (read_class);  Read current_class.
3626         (jcf_parse):  Make static.
3627         (load_inner_classes):  New function, with code moved from jcf_parse,
3628         because we need to inner classes after the command-line files are read.
3629         (yyparse):  Set finput to NULL when it doesn't need to be closed.
3630         Reduce use of main_jcf (basically only for archive) and
3631         use finput instead of main_jcf->read_state.
3632         Inline jcf_figure_file_type into yyparse.
3633         Set JAVA_FILE_P, CLASS_FILE_P, or ZIP_FILE_P on filename list name.
3634         Defer load_inner_classes and parse_class_file to a second pass,
3635         after we've correctly mapped command-line .clas fiels to classes.
3636         (jcf_figure_file_type):  Removed.
3637         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE):  Removed flags.
3638         (JCF_ZERO):  Also clear zipd field.
3639         * zipfile.h:  Conditionalize on JCF_H insread of JCF_ZIP.
3641 2001-03-18  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
3643         * jcf-parse.c (yyparse): Change ch from char * to char.
3645 2001-03-19  Per Bothner  <per@bothner.com>
3647         * jvspec.c (lang_specific_driver):  Check for .zip and .jar files.
3648         Add constructed filelist-file at end, following -xjava.  Thus any .o
3649         and library files are not affected by the -xjava.  Also wrap
3650         explicit @FILE with -xjava and -xnone.
3652 2001-03-19  Andrew Haley  <aph@cambridge.redhat.com>
3654         * class.c (build_static_field_ref): Call make_decl_rtl() after
3655         setting the DECL_EXTERNAL flag.
3657 2001-03-17  Per Bothner  <per@bothner.com>
3659         * decl.c (clear_binding_level):  Fix initializer (broke 03-15).
3661         * jcf-write.c (generate_bytecode_insns):  Handle emitting iinc
3662         when result is is needed (target is STACK_TARGET).
3664         * parse.h (JDEP_SOLV):  Removed.
3665         * parse.y (register_incomplete_type):  Use JDEP_TO_RESOLVE instead.
3667         * parse.y (incomplete_class_list): Removed.
3668         (obtain_incomplete_type): Don't use or set incomplete_class_list.
3669         It doesn't work if resolve_class changes the name of an array type
3670         that is on the list and then someone else looks for the modified name.
3671         Also, seems liable to break when compiling multiple source files at
3672         once.  So the simplest is to just remove incomplete_class_list -
3673         it is only a minor space win and it is not even clear it saves time.
3675         * parse.y (resolve_class):  Remove unneeded promote_type.
3677 2001-03-15  Per Bothner  <per@bothner.com>
3679         * java-tree.h (BLOCK_IS_IMPLICIT):  New flag.
3680         * parse.h (BLOCK_EXPR_ORIGIN):  Removed macro.
3681         * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
3682         Use BLOCK_IS_IMPLICIT rather than BLOCK_EXPR_ORIGIN.
3684         * jcf-parse.c (yyparse):  Set/reset input_filename for source file.
3685         * parse.y (java_expand_classes):  Likewise.
3687         * parse.y (expand_start_java_method):  Was only called once and had a
3688         misleading name, so inline in caller java_complete_expand_method.
3689         (enter_a_block):  Likewise inline in enter_block and remove.
3691         Remove junk from when gcc/java was created (by copying from C/C++).
3692         * decl.c (keep_next_level_flag, keep_next_if_subblocks):  Remove.
3693         (struct binding_level):  Remove fields keep, keep_if_subblocks,
3694         more_cleanups_ok, have_cleanups (which have never been used).
3695         (pushlevel, poplevel):  Remove related useless code.
3697         * class.c (make_class_data):  The class_dtable_decl (i.e. the
3698         vtable for Class) should be external, except when compiling Class.
3700         * jvspec.c (lang_specific_driver):  Fix -C handling.
3701         Check -save-temps to see if temp @FILE should be deleted.
3702         Follow-up to/fix for February 16 patch.
3704         * verify.c (verify_jvm_instructions):  Better error msgs for dup.
3705         (type_stack_dup):  Remove no-longer neded error check.
3707 2001-03-15  Bryce McKinlay  <bryce@albatross.co.nz>
3709         * mangle.c (mangle_record_type): Rename 'from_pointer' argument
3710         to 'for_pointer'. If this type is for a pointer (argument) mangling,
3711         don't surround the element with 'N..E' if the type name is
3712         unqualified.
3714 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
3716         * class.c (build_static_field_ref): Use COPY_DECL_RTL,
3717         DECL_RTL_SET_P, etc.
3718         (make_method_value): Likewise.
3719         (get_dispatch_table): Likewise.
3721         * decl.c (push_jvm_slot): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
3723 2001-03-07  Tom Tromey  <tromey@redhat.com>
3725         * config-lang.in (lang_requires): Define.
3727 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
3729         * typeck.c (convert): Check flag_unsafe_math_optimizations,
3730         not flag_fast_math.
3732 2001-03-05  Per Bothner  <per@bothner.com>
3734         Fix a problem where rest_of_decl_compilation applied to
3735         class_dtable_decl causes problems because it was done too early,
3736         before output file was opened.
3737         * decl.c (init_decl_processing):  Remove init of class_dtable_decl.
3738         * class.c (class_dtable_decl):  Add macro - element of class_roots.
3739         (make_class_data):  Define class_dtable_decl.
3740         * java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.
3742 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
3744         * java/class.c, java/decl.c, java/java-tree.h: Replace all
3745         uses of 'boolean' with 'bool'.
3747 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
3749         * lang-specs.h: Add zero initializer for cpp_spec field to all
3750         array elements.
3752 2001-02-16  Per Bothner  <per@bothner.com>
3754         Handle compiling multiple input files at once, and @FILE syntax.
3755         * gcj.texi:  Updated documentation to match.
3756         * java-tree.h (flag_filelist_file, init_src_parse):  New declarations.
3757         * jcf-parse.c (parse_source_file):  Split into ...
3758         (parse_source_file_1):  New function - and:
3759         (parse_source_file_2):  New function.
3760         (yyparse):  On -ffilelist-file, open and scan named file.
3761         On first pass over files, only do parse_source_file_1.
3762         A new second pass calls parse_source_file_2 for each file to compile.
3763         (init_jcf_parse):  Call init_src_parse.
3764         * jvspec.c (INDIRECT_FILE_ARG):  New flag.
3765         (lang_specific_driver):  Support @FILELIST-FILE syntax, as well
3766         as multiple input file combined in one compilation.
3767         * lang-options.h:  Add -ffilelist-file
3768         * lang.c (flag_filelist_file):  New flag variable.
3769         (lang_f_options):  Handle -ffilelist-file.
3770         * lex.c (java_init_lex): Don't clear ctxp->incomplete_class.
3771         * parse.h (struct parse_ctxt):  Remove fields incomplete_class and
3772         gclass_list - use global fields of src_parse_roots instead.
3773         * parse.y (src_parse_roots):  New array.
3774         (incomplete_class_list, gclass_list):  New macros.
3775         (push_parser_context, java_pop_parser_context,
3776         java_parser_context_resume):  Don't fiddle with deleted fields.
3777         (various):  Use incomplete_class gclass_list and global macros
3778         instead of parse_ctxt fields - the lists are global.
3779         (init_src_parse):  New function.
3781 Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3783         * decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
3785 2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
3787         * parse.y (check_inner_class_access): Moved declaration of local
3788         `enclosing_decl_type' to the right location.
3790 2001-02-19  Bryce McKinlay  <bryce@albatross.co.nz>
3792         * parse.y (parser_check_super_interface): Don't call
3793         check_pkg_class_access for an inner interface.
3794         (parser_check_super): Don't call check_pkg_class_access for inner
3795         class.
3796         (do_resolve_class): Simplify enclosing type loop. Don't call
3797         check_pkg_class_access if CL and DECL are not set.
3798         (find_in_imports_on_demand): Set DECL if class_type needed to be
3799         loaded. Don't call check_pkg_class_access for an inner class.
3800         (check_inner_class_access): Rewritten to implement member access
3801         rules as per spec 6.6.1.
3802         (check_pkg_class_access): Handle the empty package correctly.
3803         (in_same_package): New function. Determine if two classes are in the
3804         same package.
3806 2001-02-18  Bryce McKinlay  <bryce@albatross.co.nz>
3808         * typeck.c (build_java_array_type): Don't try to poke a public `clone'
3809         method into array types.
3810         * parse.y (patch_method_invocation): Bypass access check on clone call
3811         to array instance.
3813 2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
3815         * expr.c (build_instanceof): Check for arrays when trying fold to
3816         false.
3818 2001-02-15  Jim Meyering  <meyering@lucent.com>
3820         * Make-lang.in (java.install-common): Depend on `installdirs'.
3821         (java.install-info): Likewise.
3823 2001-02-15  Bryce McKinlay  <bryce@albatross.co.nz>
3825         * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
3827 2001-02-14  Tom Tromey  <tromey@redhat.com>
3828             Alexandre Petit-Bianco  <apbianco@cygnus.com>
3830         Fix for PR java/1261.
3831         * typeck.c (build_java_array_type): Add public `clone' method to
3832         arrays.
3833         * parse.y (resolve_qualified_expression_name): Use current_class
3834         when checking for inaccessibility.
3835         (patch_method_invocation): Fixed error message when accessibility
3836         denied.  Added `from_super' argument.
3838 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
3840         * parse.y (resolve_class): Don't build a fake decl. Use the one
3841         already built.
3842         * typeck.c (build_java_array_type): Build and assign decl to array
3843         type.
3845 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
3847         * parse.y (not_accessible_p): Changed leading comment. Added extra
3848         `where' argument. Use it to enforce protected access rules.
3849         (resolve_qualified_expression_name): Added extra argument to
3850         not_accessible_p.
3851         (patch_method_invocation): Use argument `primary' to provide
3852         not_accessible_p with an extra argument.
3853         (lookup_method_invoke): Added extra argument to not_accessible_p.
3854         (search_applicable_method_list): Likewise.
3856 2001-02-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
3858         * parse.y (resolve_qualified_expression_name): Try to resolve as
3859         an inner class access only if `decl' is a TYPE_DECL.
3861 2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3863         * decl.c (classdollar_identifier_node): Initialize.
3864         * java-tree.h (enum java_tree_index): New entry
3865         `JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
3866         (classdollar_identifier_node): New macro.
3867         (ID_CLASSDOLLAR_P): Likewise.
3868         * parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
3869         (build_dot_class_method_invocation): Likewise.
3870         (find_applicable_accessible_methods_list): `class$' can't be
3871         inherited.
3873 2001-02-09  Raja R Harinath  <harinath@cs.umn.edu>
3875         * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
3877 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3879         * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
3880         * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
3881         gone.
3883 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3885         * mangle_name (append_unicode_mangled_name): Emit `_' or `U'
3886         outside of the `__U' sequence too.
3887         (unicode_mangling_length): Count `_' or `U' outside of the `__U'
3888         sequence too.
3890 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
3892         * jvgenmain.c (error): Reversed 2001-02-01 deletion.
3894 2001-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3896         * Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
3897         (JVGENMAIN_OBJS): Likewise.
3898         * java-tree.h (append_gpp_mangled_name): New prototype.
3899         * jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
3900         Removed cast calling `gcc_add_root.'
3901         * jvgenmain.c (mangle_obstack): New global, initialized.
3902         (main): Use it.
3903         (do_mangle_class): Constify local `ptr.'
3904         Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
3905         append_gpp_mangle_name and update `count' if necessary.
3906         Use `mangle_obstack.'
3907         * mangle.c (append_unicode_mangled_name): Removed.
3908         (append_gpp_mangled_name): Likewise.
3909         (unicode_mangling_length): Likewise.
3910         (mangle_member_name): Return type set to `void.'
3911         (mangle_field_decl): Don't append `U' in escaped names.
3912         (mangle_method_decl): Likewise.
3913         (mangle_member_name): Just use `append_gpp_mangled_name.'
3914         * mangle_name.c: New file.
3916 2001-02-07  Per Bothner  <per@bothner.com>
3918         * check-init.c (check_init):  Fix TRY_FINALLY_EXPR logic.
3920         * check-init.c (check_init):  Don't call done_alternative after
3921         processing loop code, as a LOOP_EXPR never terminates normally.
3923 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3925         * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
3927 2001-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3929         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
3930         DECLs.
3932 2001-02-06  Tom Tromey  <tromey@redhat.com>
3934         * lex.c (java_new_lexer): Longer error message.
3936 2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
3937             Alexandre Petit-Bianco  <apbianco@cygnus.com>
3939         * typeck.c (build_prim_array_type): Added leading comment.
3940         (build_java_array_type): Moved locals out of
3941         block. Always create the `data' field, fixed alignment to match
3942         C++.
3944 2001-02-04  Tom Tromey  <tromey@redhat.com>
3946         * expr.c (java_lang_expand_expr): Don't bother recomputing
3947         `length'.  Use rest_of_decl_compilation, not make_decl_rtl.
3948         Fixes PR java/1866.
3950 2001-02-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3952         * parse.y (process_imports): Save the original name of the import
3953         for better error report.
3955 2001-02-04  Bryce McKinlay  <bryce@albatross.co.nz>
3957         * Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
3958         of macros used when compiling jvspec.c.
3959         * jvspec.c (lang_specific_driver): Link with the shared
3960         libgcc by default.
3962 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3964         * check-init.c (check_init): Call internal_error instead of fatal.
3965         * expr.c (java_lang_expand_expr): Likewise.
3966         * jcf-parse.c (get_constant): Likewise.
3967         * mangle.c (java_mangle_decl): Likewise.
3968         * parse.y (make_nested_class_name, java_complete_lhs): Likewise.
3969         (operator_string): Likewise.
3970         * check-init.c (check_init): Call abort instead of fatal.
3971         * class.c (build_class_ref): Likewise.
3972         * constants.c (write_constant_pool): Likewise.
3973         * decl.c (start_java_method): Likewise.
3974         * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise.
3975         (java_stack_dup, encode_newarray_type): Likewise.
3976         (build_java_array_length_access): Likewise.
3977         (build_java_check_indexed_type, expand_java_pushc): Likewise.
3978         (build_java_soft_divmod, build_invokeinterface): Likewise.
3979         * java-tree.h (INNER_CLASS_P): Likewise.
3980         * jcf-parse.c (parse_signature, get_name_constant): Likewise.
3981         (give_name_to_class, get_class_constant): Likewise.
3982         * jcf-write.c (CHECK_PUT, CHECK_OP, get_access_flags): Likewise.
3983         (find_constant_index, generate_bytecode_conditional): Likewise.
3984         (generate_bytecode_insns, perform_relocations): Likewise.
3985         * lex.c (java_unget_unicode, java_lex): Likewise.
3986         * mangle.c (mangle_type, mangle_record_type): Likewise.
3987         (mangle_pointer_type, mangle_array_type, init_mangling): Likewise.
3988         (finish_mangling): Likewise.
3989         * parse.h (MARK_FINAL_PARMS): Likewise.
3990         * parse.y (pop_current_osb, unreachable_stmt_error): Likewise.
3991         (obtain_incomplete_type, java_complete_class): Likewise.
3992         (java_check_regular_methods, java_complete_expand_method): Likewise.
3993         (cut_identifier_in_qualified, check_deprecation): Likewise.
3994         (patch_invoke, find_applicable_accessible_methods_list): Likewise.
3995         (java_complete_lhs, lookup_name_in_blocks): Likewise.
3996         (check_final_variable_indirect_assignment, build_unaryop): Likewise.
3997         * typeck.c (set_local_type, parse_signature_type): Likewise.
3998         (parse_signature_string, build_java_signature): Likewise;
3999         (set_java_signature): Likewise.
4000         * verify.c (type_stack_dup, CHECK_PC_IN_RANGE): Likewise.
4001         * class.c (add_method): Call fatal_error instead of fatal.
4002         (build_static_field_ref): Likewise.
4003         * expr.c (build_known_method_ref, expand_invoke): Likewise.
4004         * jcf-parse.c (get_constant, jcf_parse): Likewise.
4005         * lex.c (java_new_new_lexer): Likewise.
4006         * jv-scan.c (main): Likewise.
4007         (fatal_error): Renamed from fatal.
4008         * jcf-parse.c (yyparse): Call fatal_io_error instead of
4009         pfatal_with_name.
4010         * jcf-parse.c (jcf_parse_source): Call fatal_io_error, not fatal.
4011         (yyparse): Likewise.
4012         * jcf-write.c (make_class_file_name, write_classfile): Likewise.
4013         * lex.c (java_get_line_col): Likewise.
4014         * jcf-parse.c (load_class): Make errors non-fatal.
4015         * lex.c (byteswap_init, need_byteswap): Only #ifdef HAVE_ICONV.
4017 2001-02-01  Bryce McKinlay  <bryce@albatross.co.nz>
4019         * jvgenmain.c (class_mangling_suffix): Remove unused string.
4020         (error): Remove unused function.
4021         (main): Don't use "__attribute__ alias" on generated class symbol.
4023 2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4025         * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
4026         argument.
4027         * parse.y (finish_method_declaration): Code accounting for WFLed
4028         method DECL_NAMEs deleted.
4029         (check_abstract_method_definitions): Likewise.
4030         (resolve_type_during_patch): Layout resolved type.
4031         * typeck.c (lookup_do): Removed unused local.
4033 2001-01-30  Bryce McKinlay  <bryce@albatross.co.nz>
4035         * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
4036         * decl.c (init_decl_processing): Use integer_minus_one_node, not
4037         integer_negative_one_node.
4038         * expr.c (build_java_binop): Likewise.
4040 2001-01-24  Jeff Sturm  <jeff.sturm@commerceone.com>
4042         * zextract.c (read_zip_archive): Read file_offset before writing
4043         zipd and consequently clobbering the header contents.
4045 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4047         * Make-lang.in: Remove all dependencies on defaults.h.
4048         * decl.c: Don't include defaults.h.
4049         * expr.c: Likewise.
4050         * parse.y: Likewise.
4052 2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4054         * ChangeLog (2001-01-21): Fixed typo.
4055         * class.c (layout_class_method): Code accounting for WFLed
4056         method DECL_NAMEs deleted.
4057         * constant.c (find_methodref_index): Likewise.
4058         * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
4059         * java-tree.h (DECL_FUNCTION_WFL): New macro.
4060         (struct lang_decl): New field `wfl'.
4061         (java_get_real_method_name): Prototype deleted.
4062         * mangle.c (mangle_method_decl): Code accounting for WFLed
4063         method DECL_NAMEs deleted.
4064         * parse.h (GET_METHOD_NAME): Macro deleted.
4065         * parse.y (reset_method_name): Deleted.
4066         (method_header): Set DECL_FUNCTION_WFL.
4067         (check_abstract_method_header): Code accounting for WFLed method
4068         DECL_NAMEs deleted.
4069         (java_get_real_method_name): Deleted.
4070         (check_method_redefinition): Code accounting for WFLed method
4071         DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
4072         (java_check_regular_methods): Likewise.
4073         (java_check_abstract_methods): Likewise.
4074         (java_expand_classes): Don't call `reset_method_name.'
4075         (search_applicable_method_list): Use DECL_NAMEs instead of
4076         GET_METHOD_NAME.
4077         * typeck.c (lookup_do): Code accounting for WFLed method
4078         DECL_NAMEs deleted.
4080 2001-01-25  Richard Earnshaw  <rearnsha@arm.com>
4082         * lex.c (java_read_char): Check for EOF from getc first.
4084 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4086         * class.c (layout_class): Don't lay the superclass out if it's
4087         already being laid out.
4088         * jcf-parse.c (handle_innerclass_attribute): New function.
4089         (HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
4090         handle_innerclasses_attribute.
4091         (jcf_parse): Don't load an innerclasses if it's already being
4092         laid out.
4093         * jcf-write.c (append_innerclass_attribute_entry): Static
4094         `anonymous_name' and its initialization deleted. `ocii' and `ini'
4095         to be zero for anonymous classes.
4097 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4099         * class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
4100         necessary.
4101         * jcf-parse.c (set_source_filename): Use
4102         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
4104 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4106         * expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
4107         gets a unique asm name.
4109 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4111         * jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
4112         (HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
4113         if necessary.
4114         (HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
4115         * jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
4116         * parse.y (lookup_package_type_and_set_next): Deleted.
4117         (resolve_package): Removed unnecessary code.
4118         (find_applicable_accessible_methods_list): `finit$' can't be
4119         inherited.
4120         * verify.c (pop_argument_types): Added missing prototype.
4122 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
4124         * config-lang.in: Disable java by default.
4126 2001-01-23  Tom Tromey  <tromey@redhat.com>
4128         * gcj.texi (Copying): New node.
4129         Added copyright information.
4131 2001-01-21  Per Bothner  <per@bothner.com>
4133         Various fixes to allow compiling a compressed .jar/.zip archive.
4134         * zipfile.h (struct ZipFileCache):  Replace by struct ZipFile.
4135         (struct ZipFile):  Add fields name and next (from  ZipFileCache).
4136         (struct ZipDirectory):  New field zipf points to owning ZipFile.
4137         * jcf.h (struct ZipDirectory):  Add forward declaration.
4138         (struct JCF):   Declare zipd field to have type struct ZipDirectory.
4139         Remove seen_in_zip and zip_offset fields.
4140         (JCF_SEEN_IN_ZIP):  New macro.
4141         * zextract.c (read_zip_archive):  Set ZipDirectory's zipf field.
4142         * jcf-io.c:  Change all ZipFileCache to ZipFile.
4143         (read_zip_member):  New function.
4144         (open_in_zip):  Call read_zip_member.
4145         * jcf-parse.c (find_in_current_zip):  Remove function.
4146         (read_class):  Merge in find_in_current_zip functionality.
4147         Call read_zip_member if needed.
4148         (parse_zip_file_entries):  Use read_zip_member.
4149         (process_zip_dir):  Update for removed and added JCF fields.
4150         (jcf_figure_file_type):  Re-use, don't copy initial ZipFile struct.
4152 2001-01-21  Per Bothner  <per@bothner.com>
4154         Minor optimization of static ggc roots.
4155         * jcf-parse.c (parse_roots):  New static field.
4156         (current_field, current_method, current_file_list):  Replace by macros
4157         naming fields of parse_roots.
4158         (init_jcf_parse):  Combine 3 ggc_add_tree_root calls to 1.
4159         * class.c (class_roots):  New static field.
4160         (registered_class, fields_ident, info_ident, class_list):
4161         New macros naming fields of parse_roots.
4162         (build_static_field_ref):  Don't register roots here.
4163         (layout_class):  Static field list replaced by macro class_list.
4164         (init_class_processing):  Call ggc_add_tree_root for 4 roots.
4165         Initialize fields_ident and info_ident here.
4167 2001-01-21  Per Bothner  <per@bothner.com>
4169         * jcf-parse.c (ggc_mark_jcf):  New function.
4170         (init_jcf_parse):  Register current_jcf as ggc root.
4172 2001-01-21  Per Bothner  <per@bothner.com>
4174         * lang.c (put_decl_node):  Print method's name.
4176 2001-01-21  Per Bothner  <per@bothner.com>
4178         * verify.c (VERIFICATION_ERROR_WITH_INDEX):  New macro.
4179         (verify_jvm_instructions):  Use it, for better error messages on loads.
4181 2001-01-21  Per Bothner  <per@bothner.com>
4183         * verify.c (merge_type_state):  Still may have to merge even if
4184         LABEL_VERIFIED (label).
4186 2001-01-21  Per Bothner  <per@bothner.com>
4188         * parse.y (method_header):  Don't set the DECL_NAME of a FUNCTION_DECL
4189         to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
4191 2001-01-19  Per Bothner  <per@bothner.com>
4193         * expr.c (pop_type_0):  Only return object_ptr_type_node on mismatch
4194         if expeting an interface type.  Refines Tom's change of 2000-09-12.
4196 2001-01-18  Per Bothner  <per@bothner.com>
4198         * gcj.texi (Input Options): Mention .java files.
4200 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4202         * lang-options.h (-Wunsupported-jdk11): Removed.
4203         * lang.c (flag_not_overriding): Deleted.
4204         (flag_static_local_jdk1_1): Likewise.
4205         (lang_W_options): Removed "unsupported-jdk11" entry.
4206         * parse.y (java_check_methods): Removed dead code.
4208 2001-01-17  Tom Tromey  <tromey@redhat.com>
4210         Changes suggested by Per Bothner:
4211         * gcj.texi (Input Options): Don't mention input files.
4212         (Code Generation): Updated --main information.
4213         (Invoking jcf-dump): Mention that --javap is incomplete.
4214         From Alexandre Petit-Bianco:
4215         (Warnings): Don't mention -Wunsupported-jdk11.
4216         My stuff:
4217         (Compatibility): Mention JDK 1.2-ness of libraries.
4218         (Resources): Mention resources used when writing gcj.
4220 2001-01-17  Tom Tromey  <tromey@redhat.com>
4222         * gcj.texi: New file.
4223         * Make-lang.in ($(srcdir)/java/gcj.info): New target.
4224         (java.info): Depend on gcj.info.
4225         (java/gcj.dvi): New target.
4226         (java.dvi): Depend on gcj.dvi.
4227         (java.install-info): Wrote.
4229 2001-01-16  Jeff Sturm  <jeff.sturm@appnet.com>
4231         * expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after
4232         having called make_decl_rtl.
4234 2001-01-14  Per Bothner  <per@bothner.com>
4236         Various patches to emit better messages on verification errors.
4237         * expr.c (push_type_0):  Return error indication on stack overflow,
4238         instead of callinfg fatal.
4239         (push_type):  Now just call push_type_0 (nd fatal on overflow).
4240         (pop_type_0):  Return detailed error message (in a char** argument).
4241         (pop_type):  If pop_type_0 fails, print error message.
4242         (pop_argument_types):  Moved to verify.c.
4243         * verify.c (pop_argument_types):  Moved from expr.c.
4244         Return a (possible) error message, rather than void.
4245         (POP_TYPE, POP_TYPE_CONV, PUSH_TYPE, PUSH_PENDING):  New macros.
4246         (verify_jvm_instruction):  Use new macros, improving error messages.
4247         For case OPCODE_astore use object_ptr_type_node.
4248         * java-tree.h (TYPE_UNDERFLOW, TYPE_UNEXPECTED):  New macros.
4249         (pop_type_0, push_type_0, pop_argument_types):  Update accordingly.
4251         * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is
4252         constant, return body without wrapper.  (Improves constant folding.)
4253         * lex.c (build_wfl_node):  Clear TREE_TYPE from returned node.
4255 2001-01-13  Per Bothner  <per@bothner.com>
4257         * expr.c (expand_java_field_op):  Assigning to a final field outside
4258         an initializer does not violate JVM spec, so should be warning, not
4259         error.  (Sun's verifier does not complain - though MicroSoft's does.)
4261 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4263         * gjavah.c (version), jcf-dump.c (version): Update copyright year
4264         to 2001.
4266 2001-01-11  Bryce McKinlay  <bryce@albatross.co.nz>
4268         * parse.y (resolve_expression_name): Permit instance variables from
4269         enclosing context in super constructor call.
4270         (resolve_qualified_expression_name): Permit enclosing class's qualified
4271         "this" in super constructor call.
4273 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
4275         * class.c (build_utf8_ref): Remove last argument in call to
4276         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
4277         (build_class_ref): Likewise.
4278         (build_static_field_ref): Likewise.
4279         (get_dispatch_table): Likewise.
4280         (layout_class_method): Likewise.
4281         (emit_register_classes): Likewise.
4282         * constants.c (build_constant_data_ref): Likewise.
4283         * decl.c (builtin_function): Likewise.
4284         (create_primitive_vtable): Likewise.
4285         * expr.c (build_known_method_def): Likewise.
4286         (build_jni_stub): Likewise.
4287         (java_lang_expand_expr): Likewise.
4289 2001-01-10  Tom Tromey  <tromey@redhat.com>
4291         * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
4293 2001-01-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4295         * java-tree.h (lang_printable_name_wls): New prototype.
4296         * lang.c (put_decl_name): Removed dead code. Use DECL_CONTEXT
4297         rather than `current_class' to print type name. Don't prepend type
4298         names when printing constructor names.
4299         (lang_printable_name_wls): New function.
4300         * jcf-parse.c (jcf_parse_source): Pass NULL `file' argument to
4301         `build_expr_wfl', alway set EXPR_WFL_FILENAME_NODE.
4302         * parse.y (patch_method_invocation): Message tuned for constructors.
4303         (not_accessible_p): Grant `private' access from within
4304         enclosing contexts.
4306 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4308         All files with updated copyright when applicable.
4309         * Make-lang.in (JVGENMAIN_OBS): Removed java/mangle.o.
4310         * class.c (mangle_class_field): Function removed.
4311         (append_gpp_mangled_type, mangle_static_field, mangle_field): Likewise.
4312         (utf8_cmp, cxx_keyword_p): Moved to lex.c.
4313         (build_class_ref): Call `java_mangle_class_field' instead of
4314         `mangle_class_field.'
4315         (build_dtable_decl): Rewritten to call `java_mangle_vtable.'
4316         (layout_class): Call `java_mangle_decl' instead of
4317         `mangle_static_field.'
4318         (cxx_keywords): Initialized static array moved to `lex.c.'
4319         (layout_class_method): Changed leading comment. Simplified to
4320         call `java_mangle_decl.' Local `ptr' moved in for loop body.
4321         * decl.c (lang_mark_tree): Mark field `package_list.'
4322         * java-tree.h (TYPE_PACKAGE_LIST): New macro.
4323         (struct lang_type): New field `package_list.'
4324         (unicode_mangling_length): Prototype removed.
4325         (append_gpp_mangled_name, append_gpp_mangled_classtype,
4326         emit_unicode_mangled_name): Likewise.
4327         (cxx_keyword_p): New prototype.
4328         (java_mangle_decl, java_mangle_class_field,
4329         java_mangle_class_field_from_string, java_mangle_vtable): Likewise.
4330         * jcf-parse.c (jcf_parse_source): Constify `file' argument to
4331         `build_expr_wfl.'
4332         * jvgenmain.c (main_method_prefix): Global variable removed.
4333         (main_method_suffix): Likewise.
4334         (do_mangle_classname): New function.
4335         (main): Call it. Format changed to accommodate new mangling scheme.
4336         * lex.c: (utf8_cmp): Conditionally prototyped.
4337         (cxx_keywords): Moved from class.c, conditionally defined.
4338         (utf8_cmp, cxx_keyword_p): Likewise.
4339         * mangle.c (obstack.h, ggc.h): Included.
4340         (mangle_field_decl): New function.
4341         (mangle_method_decl, mangle_type, mangle_pointer_type,
4342         mangle_array_type, mangle_record_type,
4343         find_compression_pointer_match, find_compression_array_match,
4344         find_compression_record_match,
4345         find_compression_array_template_match, set_type_package_list,
4346         entry_match_pointer_p, emit_compression_string, init_mangling,
4347         finish_mangling, compression_table_add, mangle_member_name): Likewise.
4348         (mangle_obstack): New global.
4349         (MANGLE_RAW_STRING): New macro.
4350         (unicode_mangling_length): Turned static.
4351         (append_unicode_mangled_name): Renamed from
4352         `emit_unicode_mangled_name.'  Turned static. `mangle_obstack'
4353         replaces `obstack', removed from the parameter list.
4354         (append_gpp_mangled_name): Turned static. `mangle_obstack'
4355         replaces parameter `obstack', removed from the parameter list. Call
4356         `append_unicode_mangled_name' instead of `emit_unicode_mangled_name.
4357         (append_gpp_mangled_classtype): Removed.
4358         (compression_table, compression_next): New static variables.
4359         * parse.y (temporary_obstack): Extern declaration removed.
4361 2001-01-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4363         * parse.y (patch_binop): Compute missing type in error situations.
4365 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
4367         * class.c (make_class_data): Push initial value for "arrayclass".
4368         * decl.c (init_decl_processing): Add new class field "arrayclass".
4370 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
4372         From patha@softlab.ericsson.se:
4373         * parse.y (switch_label): Use build, not build1, to construct
4374         DEFAULT_EXPR.
4376 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4378         * lang.c (lang_decode_option): Change -MA to -MP.
4379         * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target):
4380         Update to new prototype; do quote targets.
4381         (jcf_dependency_write): Update.
4383 2000-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
4385         Shorten primitive array allocation path:
4386         * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
4387         to create new primitive arrays.
4388         * expr.c (build_newarray): If generating native code, call
4389         soft_newarray_node with a reference to the primitive TYPE identifier
4390         instead of type_value.
4392 2000-12-17  Bryce McKinlay  <bryce@albatross.co.nz>
4394         Fix for PRs gcj/312 and gcj/253:
4395         * parse.y (valid_ref_assignconv_cast_p): Load classes for source and
4396         dest if they arn't already.
4397         * class.c (layout_class): Call maybe_layout_super_class on
4398         superinterfaces also, but only if compiling from bytecode.
4400         Fix for PR gcj/373:
4401         * parse.y (create_class): Set ACC_STATIC if class is declared in an
4402         interface.
4404 2000-12-15  Tom Tromey  <tromey@redhat.com>
4406         * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
4407         set.
4409 2000-12-14  Andrew Haley  <aph@redhat.com>
4411         * boehm.c (mark_reference_fields): Change test to correctly detect
4412         bitmap overflow.
4414 2000-12-15  Andreas Jaeger  <aj@suse.de>
4416         * config-lang.in (lang_dirs): Added.
4418 2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4420         * parse.y (end_artificial_method_body): Fixed undefined behavior.
4421         Credits go to rth for finding it.
4423 2000-12-13  Mike Stump  <mrs@wrs.com>
4425         * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
4427 2000-11-07  Tom Tromey  <tromey@cygnus.com>
4429         * Make-lang.in (JAVA_LEX_C): Added chartables.h.
4430         * lex.c (java_ignorable_control_p): Removed.
4431         (java_letter_or_digit_p): Removed.
4432         (java_start_char_p): New function.
4433         (java_read_char): Return `int', not `unicode_t'.  Changed
4434         callers.
4435         (java_read_unicode): Likewise.
4436         (java_read_unicode_collapsing_terminators): Likewise.
4437         (java_get_unicode): Likewise.
4438         (java_new_lexer): Initialize hit_eof.
4439         (java_parse_end_comment): Take `int' argument.
4440         (java_parse_doc_section): Likewise.
4441         (java_parse_escape_sequence): Don't allow backlash-newline.
4442         Return `int'.
4443         * lex.h (JAVA_DIGIT_P): Removed.
4444         (_JAVA_LETTER_OR_DIGIT_P): Removed.
4445         (_JAVA_IDENTIFIER_IGNORABLE): Removed.
4446         (JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
4447         (JAVA_PART_CHAR_P): New macro.
4448         (UEOF): Now -1.
4449         (JAVA_CHAR_ERROR): Now -2.
4450         (java_lexer): New field `hit_eof'.
4451         * chartables.h: New file.
4452         * gen-table.pl: new file.
4454 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4455             Alexandre Petit-Bianco  <apbianco@cygnus.com>
4457         * parse.y (java_complete_lhs): Only allow compound assignment of
4458         reference type if type is String.
4460 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4462         * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip.
4463         jcf-path.c: Likewise.
4465 2000-12-09  Anthony Green  <green@redhat.com>
4467         * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
4468         filestart and filename_length as int values.
4470 2000-12-07  Mo DeJong  <mdejong@redhat.com>
4472         * jcf-io.c (find_class): Correct the logic that tests to see if a
4473         .java file is newer than its .class file. The compiler was
4474         incorrectly printing a warning when file mod times were equal.
4476 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4478         * jvgenmain.c: Use ISPRINT not isascii.
4480 2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4482         * parse.y (end_artificial_method_body): Fixed typo.
4484 2000-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4486         * parse.y (patch_method_invocation): Pick the correct enclosing
4487         context when creating inner class instances.
4488         Fixes gcj/332.
4490 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
4492         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
4493         Update copyright year to 2000.
4495 2000-11-23  Anthony Green  <green@redhat.com>
4497         * jcf-parse.c (init_jcf_parse): Register current_file_list root.
4498         Move current_file_list out of yyparse and make it static.
4500         * expr.c: Declare quick_stack and tree_list_free_list as static
4501         (init_expr_processing): Register quick_stack and
4502         tree_list_free_list roots.
4504 2000-11-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4506         * parse.y (build_outer_field_access): New local `decl_ctx', use
4507         it. Check for field's context and current class immediate outer
4508         context inheritance.
4509         (outer_field_access_p): Consider fields inherited from the last
4510         enclosing context.
4511         (build_access_to_thisn): Stop at the last enclosing context if
4512         necessary.
4513         Fixes gcj/367.
4515 Thu Nov 23 02:19:14 2000  J"orn Rennecke <amylaar@redhat.com>
4517         * Make-lang.in (jvspec.o): Depend on $(CONFIG_H).
4519 2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
4521         * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
4522         scratch buffer.
4524 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4526         * jv-scan.c (help): Document --complexity.
4527         (options): Added --complexity.
4528         (flag_complexity): New global.
4529         (main): Call `report'.
4530         * parse-scan.y (complexity): New global.
4531         (if_then_statement, if_then_else_statement,
4532         if_then_else_statement_nsi, switch_block_statement_group,
4533         while_expression, do_statement, for_begin, continue_statement,
4534         throw_statement, catch_clause, finally, method_invocation,
4535         conditional_and_expression, conditional_or_expression,
4536         conditional_expression): Update complexity.
4537         (reset_report): Reset complexity.
4538         (report): New function.
4540 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4542         * lex.c (yylex): Added STRICT_TK case.
4543         * parse.y (STRICT_TK): Added.
4544         * parse-scan.y (STRICT_TK): Added.
4545         * Make-lang.in ($(srcdir)/java/keyword.h): Added missing `\' and
4546         `;'.  Use 4, not 3, with -k option.  Correctly rename resulting
4547         file.
4548         * keyword.h: Rebuilt.
4549         * keyword.gperf (strictfp): Added.
4551 2000-11-20  Tom Tromey  <tromey@cygnus.com>
4553         * lex.c (yylex): Recognize floating point constants with leading
4554         0.
4556 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4558         * java-tree.h (cyclic_inheritance_report): Constify.
4559         * parse.y (cyclic_inheritance_report): Likewise.
4561 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
4563         * parse.y (goal): Remove call to ggc_add_string_root.
4565 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
4567         * jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
4568         Create string in scratch buffer, then pass to build_string.
4570 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4572         * parse.y (issue_warning_error_from_context): Add
4573         ATTRIBUTE_PRINTF.
4575 2000-11-11  Anthony Green  <green@redhat.com>
4577         * jcf-parse.c (process_zip_dir): Add finput parameter.
4578         (jcf_figure_file_type): Call process_zip_dir with appropriate
4579         argument.
4581 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4583         * decl.c (copy_lang_decl): Use memcpy, not bcopy.
4584         * jcf-parse.c (jcf_figure_file_type): Likewise.
4586 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4588         * parse.y (create_new_parser_context): Use memset () instead of
4589         bzero ().
4591 2000-11-08  Tom Tromey  <tromey@cygnus.com>
4593         * gjavah.c (process_file): Only include gcj/cni.h when generating
4594         CNI stubs.
4596 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4598         * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
4599         (init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
4600         instead of bzero ().
4602 2000-11-05  Tom Tromey  <tromey@cygnus.com>
4604         * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
4605         * lex.c (IS_ZERO): New define.
4606         (java_perform_atof): Error on floating point underflow.
4608 2000-11-04  Tom Tromey  <tromey@cygnus.com>
4610         * lex.c (java_parse_escape_sequence): Only read two octal
4611         characters if the first one is greater than 3.  Don't allow
4612         "octal" numbers to include the digits 8 or 9.
4614 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4616         * Make-lang.in (java.distdir): Remove.
4618 2000-11-03  Tom Tromey  <tromey@cygnus.com>
4620         * Make-lang.in (java.dvi): New target.
4621         Partial fix for PR other/567.
4623         * lang-options.h: Mention -Wout-of-date.
4624         * jcf-dump.c (flag_newer): New global.
4625         * gjavah.c (flag_newer): New global.
4626         * jcf-io.c (find_class): Only warn when flag_newer set.
4627         * lang.c (flag_newer): New global.
4628         (struct string_option): New declaration.
4629         (lang_W_options): New global.
4630         (process_option_with_no): New function.
4631         (lang_decode_option): Use it.
4633         * class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
4634         * gjavah.c (cxx_keyword_subst): Handle any number of trailing
4635         `$'.
4637         * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
4638         (JAVA_ID_CHAR_P): Also try java_ignorable_control_p.
4639         * lex.c (java_read_unicode): Removed `term_context' argument.
4640         Recognize any number of `u' in `\u'.
4641         (java_read_unicode_collapsing_terminators): New function.
4642         (java_get_unicode): Use it.
4643         (java_lineterminator): Removed.
4644         (yylex): Produce error if character literal is newline or single
4645         quote.  Return if eof found in middle of `//' comment.  EOF in
4646         `//' comment is only an error if pedantic.
4647         (java_ignorable_control_p): New function.
4648         (java_parse_end_comment): Return if eof found in middle of
4649         comment.
4650         Include flags.h.
4651         * jv-scan.c (pedantic): New global.
4653 2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4655         * parse.y (outer_field_access_p): Inherited fields aren't
4656         consider outer fields.
4657         (maybe_build_thisn_access_method): Use
4658         PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
4659         (resolve_expression_name): Trigger an error if a static field
4660         is being accessed as an outer field.
4662 2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4664         * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
4665         Fixes gcj/365.
4667 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
4669         * Make-lang.in: Move all build rules here from Makefile.in,
4670         adapt to new context.  Wrap all rules that change the current
4671         directory in parentheses.  Expunge all references to $(P).
4672         When one command depends on another and they're run all at
4673         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
4674         all object-file generation rules.  Delete obsolete variables.
4676         * Makefile.in: Delete.
4677         * config-lang.in: Delete outputs= line.
4679 2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4681         * parse.y (patch_method_invocation): NULLify this_arg when already
4682         inserted.
4683         (maybe_use_access_method): Handle call to methods unrelated to the
4684         current class. Fixed comment.
4685         Fixes gcj/361.
4687 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4689        * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
4690        scope.
4692 2000-10-24  Tom Tromey  <tromey@cygnus.com>
4694         * lex.c (java_new_lexer): Initialize new fields.  Work around
4695         broken iconv() implementations.
4696         (java_read_char): Swap bytes if required.  Use fallback decoder if
4697         required.
4698         (byteswap_init, need_byteswap): New globals.
4699         (java_destroy_lexer): Only close iconv handle if it is in use.
4700         * lex.h (java_lexer): New fields read_anything, byte_swap,
4701         use_fallback.
4702         Made out_buffer unsigned.
4704 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4706         * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
4707         where an enclosing context can be set on the jdep.
4708         (do_resolve_class): Fixed identation.
4710 2000-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4712         * gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
4714         * jcf-reader.c (peek_attribute, skip_attribute): Only define
4715         when requested.
4717         * parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
4719         * verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
4721 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4723         * jcf-write.c (OP1): Update `last_bc'.
4724         (struct jcf_block): Fixed indentation and typo in comments.  New
4725         field `last_bc'.
4726         (generate_bytecode_insns): Insert `nop' if `jsr' immediately
4727         follows `monitorenter'.
4728         * parse.y (patch_synchronized_statement): New local `tmp'. Call
4729         `patch_string'.
4730         Fixes gcj/232.
4732 2000-10-16  Tom Tromey  <tromey@cygnus.com>
4734         * jvspec.c (lang_specific_driver): Recognize -MF and -MT.
4735         * lang-specs.h: Added %{MA}, %{MF*}, %{MT*}.
4736         * lang-options.h: Added -MA, -MT, -MF..
4737         * lang.c (lang_decode_option): Recognize -MA, -MT, -MF.
4738         (DEPEND_TARGET_SET): New macro.
4739         (DEPEND_FILE_ALREADY_SET): Likewise.
4740         (init_parse): Handle new flags.
4741         * jcf.h (jcf_dependency_print_dummies): Declare.
4742         * Make-lang.in (s-java): Added mkdeps.o.
4743         * Makefile.in (BACKEND): Added mkdeps.o.
4744         (../gcjh$(exeext)): Added mkdeps.o.
4745         (../jcf-dump$(exeext)): Added mkdeps.o.
4746         * jcf-depend.c: Include mkdeps.h.
4747         (struct entry, dependencies, targets, MAX_OUTPUT_COLUMNS,
4748         add_entry): Removed.
4749         (jcf_dependency_reset): Rewrote.
4750         (dependencies): New global.
4751         (jcf_dependency_set_target): Rewrote.
4752         (jcf_dependency_add_target): Likewise.
4753         (jcf_dependency_add_file): Likewise.
4754         (munge): Removed.
4755         (print_ents): Removed.
4756         (jcf_dependency_write): Rewrote.
4757         (print_dummies): New global.
4758         (jcf_dependency_print_dummies): New function
4759         (jcf_dependency_write): Call deps_dummy_targets if required.
4761 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4763         * gjavah.c (add_class_decl): Removed unused variables `tname',
4764         `tlen' and `name_index'.
4765         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
4766         * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
4767         in `wfl_operator' with value.
4768         (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
4769         (jcf_figure_file_type): Fixed identation.
4770         * lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
4771         * parse.y (analyze_clinit_body): New function.
4772         (static_initializer:): Reset `current_static_block'.
4773         (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
4774         `wfl_operator' with new value.
4775         (lookup_cl): Use EXPR_WFL_FILENAME.
4776         (maybe_yank_clinit): Handle bogus <clinit> bodies, call
4777         analyze_clinit_body.
4778         (build_outer_field_access): Access to this$<n> built from
4779         current_class, not its outer context.
4780         (build_access_to_thisn): Fixed leading comment. Tidied things up.
4781         (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
4782         (patch_method_invocation): Use `is_static_flag' when already
4783         initialized.
4784         (patch_newarray): Removed assignment in ternary operator.
4786 2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4788         * except.c (free_eh_ranges): Don't free `whole_range'.
4790 2000-10-15  Anthony Green  <green@redhat.com>
4792         * decl.c (init_decl_processing): Call init_class_processing before
4793         anything else.
4795 2000-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4797         * check-init.c (check_init): Fixed leading comment. Use
4798         LOCAL_FINAL_P.
4799         * decl.c (push_jvm_slot): Use MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
4800         (give_name_to_locals): Likewise.
4801         (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl'
4802         fields in lang_decl_var.
4803         * java-tree.h (DECL_FUNCTION_SYNTHETIC_CTOR,
4804         DECL_FUNCTION_ALL_FINAL_INITIALIZED): New macros.
4805         (FIELD_INNER_ACCESS): Removed ugly cast, macro rewritten.
4806         (FIELD_INNER_ACCESS_P, DECL_FIELD_FINAL_IUD, DECL_FIELD_FINAL_LIIC,
4807         DECL_FIELD_FINAL_IERR, DECL_FIELD_FINAL_WFL): New macros.
4808         (LOCAL_FINAL): Rewritten.
4809         (LOCAL_FINAL_P, FINAL_VARIABLE_P, CLASS_FINAL_VARIABLE_P
4810         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): New macros.
4811         (struct lang_decl): Fixed comments. Added `synthetic_ctor' and
4812         `init_final' fields.
4813         (struct lang_decl_var): Fixed leading comment. Added `am', `wfl',
4814         `final_uid', `final_liic', `final_ierr' and `local_final' fields.
4815         (TYPE_HAS_FINAL_VARIABLE): New macro.
4816         (struct lang_type): Added `afv' field.
4817         * parse.y (check_static_final_variable_assignment_flag): New function.
4818         (reset_static_final_variable_assignment_flag): Likewise.
4819         (check_final_variable_local_assignment_flag): Likewise.
4820         (reset_final_variable_local_assignment_flag): Likewise.
4821         (check_final_variable_indirect_assignment): Likewise.
4822         (check_final_variable_global_assignment_flag): Likewise.
4823         (add_inner_class_fields): Use LOCAL_FINAL_P.
4824         (register_fields): Handle local finals and final variables.
4825         (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
4826         (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
4827         (source_start_java_method): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
4828         on local finals.
4829         (java_complete_expand_methods): Loop to set
4830         TYPE_HAS_FINAL_VARIABLE. Call
4831         `reset_final_variable_local_assignment_flag' and
4832         `check_final_variable_local_assignment_flag' accordingly before
4833         and after constructor expansion. Call
4834         `reset_static_final_variable_assignment_flag'
4835         before expanding <clinit> and after call
4836         `check_static_final_variable_assignment_flag' if the
4837         current_class isn't an interface. After all methods have been
4838         expanded, call `check_final_variable_global_assignment_flag' and
4839         `check_static_final_variable_assignment_flag' if the current class
4840         is an interface.
4841         (maybe_yank_clinit): Fixed typo in comment.
4842         (build_outer_field_access_methods): Removed old sanity check. Use
4843         FIELD_INNER_ACCESS_P. Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
4844         Don't create access methods for finals.
4845         (resolve_field_access): Use `CLASS_FINAL_VARIABLE_P'.
4846         (java_complete_tree): Likewise. Reset DECL_FIELD_FINAL_IUD if
4847         existing DECL_INIT has been processed.
4848         (java_complete_lhs): Likewise.
4849         (check_final_assignment): Filter input on `lvalue''s TREE_CODE.
4850         Test for COMPONENT_REF to get to the FIELD_DECL. Implemented new
4851         logic.
4852         (patch_assignment): Use LOCAL_FINAL_P.
4853         (fold_constant_for_init): Reset DECL_FIELD_FINAL_IUD if
4854         DECL_INITIAL is nullified.
4855         Fixes gcj/163.
4857 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4859         * Make-lang.in (parse.c, parse-scan.c): Create atomically.
4861         * Makefile.in (parse.c, parse-scan.c): Likewise.
4863 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
4865         * class.c (temporary_obstack): Remove.
4866         (make_class): Don't mess with obstascks.
4867         (push_class): Likewise.
4868         (set_super_info): Likewise.
4869         (add_method_1): Likewise.
4870         (add_method): Likewise.
4871         (add_field): Likewise.
4872         (build_utf8_ref): Likewise.
4873         (build_class_ref): Likewise.
4874         (build_static_field_ref): Likewise.
4875         (finish_class): Likewise.
4876         (push_super_field): Likewise.
4877         (layout_class): Likewise.
4878         (layout_class_methods): Likewise.
4879         (init_class_processing): Likewise.
4880         * constants.c (get_tag_node): Likewise.
4881         (build_constant_data_ref): Likewise.
4882         * decl.c (ggc_p): Remove.
4883         (copy_lang_decl): Use ggc_alloc.
4884         (complete_start_java_method): Don't mess with obstacks.
4885         (start_java_method): Likewise.
4886         (end_java_method): Likewise.
4887         * except.c (link_handler): Use xmalloc.
4888         (free_eh_ranges): New function.
4889         (method_init_exceptions): Use it.
4890         (add_handler): Use xmalloc.
4891         (expand_start_java_handler): Don't mess with obstacks.
4892         (prepare_eh_table_type): Likewise.
4893         (expand_end_java_handler): Likewise.
4894         * expr.c (push_value): Likewise.
4895         (create_label_decl): Likewise.
4896         (build_jni_stub): Likewise.
4897         (java_lang_expand_expr): Likewise.
4898         (note_instructions): Use xrealloc.
4899         (java_push_constant_from_pool): Don't mess with obstacks.
4900         (process_jvm_instruction): Likewise.
4901         * java-tree.h (cyclic_inheritance_report): Remove duplicate
4902         declaration.
4903         * jcf-parse.c (get_constant): Don't mess with obstacks.
4904         (read_class): Likewise.
4905         (jcf_parse): Likewise.
4906         * lex.c (expression_obstack): Remove.
4907         (java_lex): Don't use obstack_free.
4908         * parse.h (exit_java_complete_class): Don't mess with obstacks.
4909         (MANGLE_OUTER_LOCAL_VARIABLE_NAME): Adjust.
4910         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): Likewise.
4911         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING): Likewise.
4912         * parse.y (gaol): Add more GC roots.
4913         (add_inner_class_fields): Adjust calls to MANGLE_* macros.
4914         (lookup_field_wrapper): Likewise.
4915         (obtain_incomplete_type): Don't mess with obstacks.
4916         (build_alias_initializer_parameter_list): Adjust calls to MANGLE_*
4917         macros.
4918         (craft_constructor): Don't mess with obstacks.
4919         (safe_layout_class): Likewise.
4920         (java_complete_class): Likewise.
4921         (source_end_java_method): Likewise.
4922         (build_outer_field_access_methods): Likewise.
4923         (build_outer_method_access_method): Likewise.
4924         (maybe_build_thisn_access_method): Likewise.
4925         (build_dot_class_method_invocation): Likewise.
4926         (java_complete_tree): Likewise.
4927         (java_complete_lhs): Likewise.
4928         (do_merge_string_cste): Likewise.
4929         (patch_string_cst): Likewise.
4930         (array_constructor_check_entry): Likewise.
4931         * typeck.c (build_java_array_type): Likewise.
4932         (parse_signature_string): Likewise.
4933         (build_java_signature): Likewise.
4935 2000-10-12  Tom Tromey  <tromey@cygnus.com>
4937         Fix for PR gcj/356:
4938         * gjavah.c (add_class_decl): Don't special-case inner classes.
4939         (add_namelet): Likewise.
4941 2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>
4943         * java-tree.h: Constify current_encoding.
4944         * lang.c: Constify current_encoding.
4946 2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>
4948         * jvgenmain.c (class_mangling_suffix): Omit `.'.
4949         (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.
4951 2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4953         * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
4954         patch. Fixes gcj/340.
4956 2000-10-10  Tom Tromey  <tromey@cygnus.com>
4958         * lex.c (java_new_lexer): Initialize out_first and out_last
4959         fields.
4960         * lex.h (java_lexer): Added out_buffer, out_first, out_last.
4962 2000-10-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4964         * parse.y (pop_current_osb): New function.
4965         (array_type:): Use `dims:', changed actions
4966         accordingly. Suggested by Anthony Green.
4967         (array_creation_expression:): Used pop_current_osb.
4968         (cast_expression:): Likewise.
4969         (search_applicable_method_list): Fixed indentation.
4971 2000-10-08  Anthony Green  <green@redhat.com>
4973         * parse.y (array_type_literal): Remove production.
4974         (type_literals): Refer to array_type, not array_type_literal.
4976 2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4978         Patch contributed by Corey Minyard.
4979         * decl.c (check_local_named_variable): New function.
4980         (tree check_local_unnamed_variable): Likewise.
4981         (find_local_variable): Splitted. Call check_local_{un}named_variable.
4983 2000-10-07  Anthony Green  <green@redhat.com>
4985         * class.c (layout_class): Handle case where superclass can't be
4986         layed out yet.
4988 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4990         * Makefile.in (keyword.h): Refer to GNU FTP site for updated
4991         gperf.
4993 2000-10-05  Tom Tromey  <tromey@cygnus.com>
4995         * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
4996         * jvgenmain.c (class_mangling_prefix): Removed.
4997         (class_mangling_suffix): New global.
4998         (main): Use it.
4999         * gjavah.c (cxx_keyword_subst): Mangle C++ keywords by appending
5000         `$'.
5001         (print_method_info): Handle overrides for static and final
5002         methods.
5003         (process_file): Generate declaration for class object field.
5004         * class.c (cxx_keywords): New array.
5005         (utf8_cmp): New function.
5006         (cxx_keyword_p): New function.
5007         (layout_class_method): Mangle C++ keywords by appending `$'.
5008         (mangle_field): New function.
5009         (mangle_class_field): Use mangle_field.  Mangle class name as
5010         `class$'.
5011         (mangle_static_field): Use mangle_field.
5013 Tue Oct  3 13:44:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5015         * decl.c (find_local_variable): Removed uncessary type check and
5016         fixed range check typo. From Corey Minyard.
5018 Wed Sep 13 16:06:52 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5020         * decl.c (give_name_to_locals): New local `code_offset'. Call
5021         `maybe_adjust_start_pc'.
5022         * expr.c (note_instructions): New function.
5023         (expand_byte_code): Don't collect insn starts here.
5024         (peek_opcode_at_pc): New function.
5025         (maybe_adjust_start_pc): Likewise.
5026         * java-tree.h (maybe_adjust_start_pc): Declare.
5027         (note_instructions): Likewise.
5028         * jcf-parse.c (parse_class_file): Call `note_instructions'.
5030 Wed Sep 13 11:50:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5032         * parse.y (field_access:): Fixed indentation.
5033         (qualify_ambiguous_name): Properly qualify `this.a[b].c'.
5035 2000-09-07  Tom Tromey  <tromey@cygnus.com>
5037         Fix for PR gcj/307:
5038         * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not
5039         JPRIMITIVE_TYPE_P, for arithmetic operators.
5040         (patch_method_invocation): Indentation fix.
5041         (try_builtin_assignconv): Handle boolean specially.  Fixed typo.
5042         (valid_builtin_assignconv_identity_widening_p): Handle boolean.
5043         (do_unary_numeric_promotion): Cleaned up code.
5044         (valid_cast_to_p): Handle boolean correctly.
5046 2000-09-27  Tom Tromey  <tromey@cygnus.com>
5048         * lex.c (java_read_unicode): Reset bs_count when finished with
5049         `\u' sequence.
5051 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
5053         Convert to GC.
5054         * Make-lang.in (s-java): Don't depend on ggc-callbacks.o.
5055         * Makefile.in (BACKEND): Don't include ggc-callbacks.o.
5056         (typeck.o): Depend on ggc.h.
5057         * class.c (add_method_1): Use GC functions for allocation.
5058         (init_class_processing): Register roots.
5059         * decl.c (ggc_p): Set to 1.
5060         (pending_local_decls): Make it static.
5061         (push_jvm_slot): Use GC functions for allocation.
5062         (init_decl_processing): Register roots.
5063         (give_name_to_locals): Use GC functions for allocation.
5064         (lang_mark_tree): New function.
5065         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use GC
5066         functions for allocation.
5067         * jcf-parse.c (jcf_parse_source): Use ggc_strdup.
5068         * lex.c (java_lex): Use build_string, rather than replicating it
5069         inline.
5070         * parse.y (goal): Add more roots.
5071         (mark_parser_ctxt): New function.
5072         * typeck.c: Include ggc.h.
5074 2000-09-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5076         * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
5077         contains something else than MODIFY_EXPR.
5079 2000-09-23  Mark Mitchell  <mark@codesourcery.com>
5081         * Make-lang.in (JAVA_SRCS): Include java-tree.h.
5082         * Makefile.in (parse.o): Depend on ggc.h.
5083         (class.o): Likewise.
5084         (constants.o): Likewise.
5085         (decl.o): Likewise.
5086         (expr.o): Likewise.
5087         (jcf-parse.o): Likewise.
5088         (jcf-write.o): Likewise.
5089         (mangle.o): Likewise.
5090         * class.c: Include ggc.h.
5091         (build_static_field_ref): Register GC roots.
5092         (layout_class): Likewise.
5093         (init_class_processing): Likewise.
5094         * constants.c: Include ggc.h.
5095         (current_constant_pool_data_ref): Remove.
5096         (tag_nodes): Move it to ...
5097         (get_tag_node): ... here.  Register GC roots.
5098         * decl.c: Include ggc.h.  Remove many global tree definitions.
5099         (throw_node): Define.
5100         (java_global_trees): Likewise.
5101         (predef_filenames): Make the size a constant.
5102         (init_decl_processing): Adjust accordingly.
5103         (init_decl_processing): Call init_jcf_parse.  Register GC roots.
5104         * expr.c: Include ggc.h.
5105         (init_expr_processing): Register GC roots.
5106         (build_invokeinterface): Likewise.
5107         * java-tree.h: Replace extern tree declarations with macros.
5108         (java_global_trees): New variable.
5109         (java_tree_index): New enumeration.
5110         (init_jcf_parse): Declare.
5111         * jcf-parse.c: Include ggc.h.
5112         (current_class): Remove declaration.
5113         (main_class): Likewise.
5114         (all_class_list): Likewise.
5115         (predefined_filename_p): Adjust for constant size of
5116         predef_filenames.
5117         (init_jcf_parse): New function.
5118         * jcf-write.c: Include ggc.h.
5119         (generate_classfile): Register GC roots.
5120         (append_synthetic_attribute): Likewise.
5121         (append_innerclass_attribute_entry): Likewise.
5122         * lang.c: Include ggc.h.
5123         (lang_print_error): Register GC roots.
5124         * parse.h (struct parser_ctxt): Rename fields to avoid conflicts
5125         with macros.
5126         * parse.y: Include ggc.h.
5127         (wfl_operator): Remove.
5128         (goal): Register GC roots.
5129         (java_pop_parser_context): Adjust for new field names.
5130         (java_parser_context_save_global): Likewse.
5131         (java_parser_context_restore_global): Likewise.
5132         (java_parser_context_suspend): Likewise.
5133         (java_parser_context_resume): Likewise.
5134         (verify_constructor_circularity): Register GC roots.
5135         (lookup_cl): Likewise.
5136         (java_reorder_fields): Likewise.
5137         (build_current_this): Likewise.
5138         (class_in_current_package): Likewise.
5139         (argument_types_convertible): Likewise.
5140         (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
5142 2000-09-14  Tom Tromey  <tromey@cygnus.com>
5144         * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
5146 2000-09-13  Tom Tromey  <tromey@cygnus.com>
5148         * jcf-parse.c: Include <locale.h>.
5149         * jv-scan.c: Include <locale.h>.
5151 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5153         * expr.c (pop_type_0): Return `Object' if trying to merge two
5154         interface types.
5155         * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for
5156         interface types; `Object' is always a valid supertype.
5158 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5160         Fix for PR gcj/33:
5161         * jv-scan.c (help): Document --encoding.
5162         (options): Added `encoding' entry.
5163         (OPT_ENCODING): New define.
5164         (main): Handle --encoding.
5165         Include <langinfo.h> if nl_langinfo exists.
5166         * lang-options.h: Document --classpath, --CLASSPATH, --main, and
5167         --encoding.
5168         * jcf-parse.c Include <langinfo.h> if we have nl_langinfo.
5169         (parse_source_file): Correctly call java_init_lex.  Added `finput'
5170         argument.  Use nl_langinfo to determine default encoding.
5171         * java-tree.h (current_encoding): Declare.
5172         * parse.y (java_parser_context_restore_global): Don't restore
5173         `finput'.
5174         (java_parser_context_save_global): Don't set `finput' field.
5175         (java_pop_parser_context): Don't restore `finput'.  Free old lexer
5176         if required.
5177         * lang.c (current_encoding): New global.
5178         (lang_decode_option): Recognize `-fencoding='.
5179         (finish_parse): Don't close finput.
5180         * parse.h (struct parser_ctxt): Removed `finput' and
5181         `unget_utf8_value' fields.  Added `lexer' field.
5182         (java_init_lex): Fixed declaration.
5183         * lex.c (java_new_lexer): New function.
5184         (java_destroy_lexer): Likewise.
5185         (java_read_char): Added `lex' argument.  Handle iconv case.
5186         (java_read_unicode): Added `lex' argument.  Count backslashes in
5187         lexer structure.
5188         (java_init_lex): Added `finput' and `encoding' arguments.  Set
5189         `lexer' field in ctxp.
5190         (BAD_UTF8_VALUE): Removed.
5191         (java_lex): Handle seeing UEOF in the middle of a string literal.
5192         * lex.h: Include <iconv.h> if HAVE_ICONV defined.
5193         (java_lexer): New structure.
5194         (UNGETC): Removed.
5195         (GETC): Removed.
5196         (DEFAULT_ENCODING): New define.
5197         (java_destroy_lexer): Declare.
5199 2000-09-12  Tom Tromey  <tromey@cygnus.com>
5201         Fix for PR gcj/343:
5202         * lex.c (java_init_lex): Initialize java_io_serializable.
5203         * parse.y (java_io_serializable): New global.
5204         (valid_ref_assignconv_cast_p): An array can be cast to
5205         serializable.
5207 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
5209         * decl.c, expr.c: Include defaults.h if not already included.
5210         Don't define the *_TYPE_SIZE macros.
5212 2000-09-09  Geoffrey Keating  <geoffk@cygnus.com>
5214         * typeck.c (build_java_array_type): Correct first parameter
5215         in ADJUST_FIELD_ALIGN invocation.
5217 2000-09-06  Tom Tromey  <tromey@cygnus.com>
5219         * lang-specs.h: Also recognize `-femit-class-files'.
5221 2000-09-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5223         * verify.c (merge_types): Load the types to merge if necessary.
5225 2000-09-02  Anthony Green  <green@redhat.com>
5227         * jcf-io.c: Include zlib.h.
5228         (open_in_zip): Read compressed class file archives.
5229         * zipfile.h (ZipDirectory): Add uncompressed_size and
5230         compression_method fields.
5231         * zextract.c (read_zip_archive): Collect file compression info.
5233 2000-08-15  Bryce McKinlay  <bryce@albatross.co.nz>
5235         * parse.y (do_resolve_class): Also explore superclasses of
5236         intermediate enclosing contexts when searching for inner classes.
5238 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5240         * parse.y (variable_declarator_id:): Better error message.
5241         (expression_statement:): Use YYNOT_TWICE.
5242         (cast_expression:): Likewise.
5243         (assignment:): Likewise.
5245 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5247         * parse.y (do_merge_string_cste): New locals. Create new
5248         STRING_CSTs each time, use memcpy. Fixes gcj/311.
5250 2000-08-07  Hans Boehm  <boehm@acm.org>
5252         * boehm.c (mark_reference_fields): Set marking bits for all words in
5253         a multiple-word record.
5254         (get_boehm_type_descriptor): Use the procedure marking descriptor for
5255         java.lang.Class.
5257 2000-08-31  Mike Stump  <mrs@wrs.com>
5259         * Make-lang.in (jc1$(exeext), gcjh$(exeext), jv-scan$(exeext),
5260         jcf-dump$(exeext)): Make parallel safe.
5262 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
5264         * jcf-parse.c (set_source_filename): Constify a char *.
5265         * jcf-write.c (append_innerclasses_attribute,
5266         make_class_file_name): Constify a char *.  Don't recycle a
5267         variable for an unrelated purpose.
5268         * parse.y: (build_alias_initializer_parameter_list): Constify a char *.
5269         (breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
5271 2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5273         * expr.c (can_widen_reference_to): Fixed indentation.
5274         * java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
5275         * parse.y: `finit$' replaces `$finit$' in comments.
5276         (try_builtin_assignconv): Fixed leading comment.
5278 2000-08-25  Greg McGary  <greg@mcgary.org>
5280         * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
5282 2000-08-24  Greg McGary  <greg@mcgary.org>
5284         * lang.c (lang_decode_option): Use ARRAY_SIZE.
5285         * parse.y (BINOP_LOOKUP): Likewise.
5287 2000-08-22  Andrew Haley  <aph@cygnus.com>
5289         * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
5290         sign extending. Fixes gcj/321.
5291         * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
5292         combining to make a jlong. Fixes gcj/321.
5294 2000-08-21  Nix  <nix@esperi.demon.co.uk>
5296         * lang-specs.h: Do not process -o or run the assembler if
5297         -fsyntax-only.
5299 2000-08-16  Andrew Haley  <aph@cygnus.com>
5301         * typeck.c (build_java_array_type): Rewrite code to do array
5302         alignment.  Take into account back-end macros when aligning array
5303         data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
5304         user to set alignment. Fixes gcj/252 and 160.
5306 2000-08-09  Tom Tromey  <tromey@cygnus.com>
5308         * parse.y (check_abstract_method_definitions): Now return `int'.
5309         Check implemented interfaces.  Fixes PR gcj/305.
5311         * parse.y (patch_switch_statement): Disallow `long' in switch
5312         expressions.  Fixes PR gcj/310.
5314 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5316         * decl.c (finit_leg_identifier_node): New global.
5317         (init_decl_processing): Use `finit$' to initialize
5318         finit_identifier_node. Use `$finit$' to initialize
5319         finit_leg_identifier_node.
5320         * expr.c (expand_java_field_op): Use ID_FINIT_P.
5321         * java-tree.h (finit_identifier_node): Changed attached comment.
5322         (finit_leg_identifier_node): New declaration.
5323         (ID_FINIT_P): Take finit_identifier_node and
5324         finit_leg_identifier_node into account. This is a backward
5325         compatibility hack.
5327 2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5329         * jcf-write.c (generate_bytecode_conditional): Re-installed lost
5330         Jan 6 2000 patch.
5331         (generate_bytecode_insns): Check `nargs' before emitting it.
5332         * verify.c (merge_type_state): Fixed typo.
5333         * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
5334         generate_bytecode_{conditional,insns}.
5336 Sun Aug 13 09:41:49 2000  Anthony Green  <green@redhat.com>
5338         * check-init.c (check_init): Add case for BIT_FIELD_REF (required
5339         for -pg builds).
5341 2000-08-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5343         * class.c (maybe_layout_super_class): Fixed indentation.
5344         * java-tree.h (CLASS_METHOD_CHECKED_P): New macro.
5345         (java_check_methods): New function declaration.
5346         * jcf-parse.c (get_constant): Let `char_len' go up to 3. Use `str'
5347         instead of `str_ptr'.
5348         * jcf-write.c (generate_bytecode_insns): Emit number the of args
5349         of a `invokeinterface' at the right time.
5350         * parse.h (WFL_STRIP_BRACKET): New macro.
5351         (SET_TYPE_FOR_RESOLUTION): Use it.
5352         * parse.y (build_unresolved_array_type): Reuse `type_or_wfl'.
5353         (check_class_interface_creation): Don't check for cross package
5354         innerclass name clashes.
5355         (method_header): Behave properly if MDECL is `error_mark_node'.
5356         (method_declarator): Return `error_mark_node' if bogus current
5357         class.
5358         (resolve_class): Apply WFL_STRIP_BRACKET on `cl' if necessary.
5359         (resolve_and_layout): New local `decl_type', set and used. Call
5360         java_check_methods.
5361         (java_check_methods): New method.
5362         (java_layout_classes): Use it.
5363         (resolve_qualified_expression_name): No EH check necessary in
5364         access$<n>.
5365         (java_complete_lhs): Use VAR_DECL's DECL_INITIAL when evaluating
5366         `case' statement.
5367         (patch_assignment): Set DECL_INITIAL on integral final local.
5369 2000-08-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5371         * java-tree.h (flag_extraneous_semicolon): New extern.
5372         * lang-options.h: (-Wextraneous-semicolon): New option.
5373         * lang.c (flag_redundant): Fixed typo in leading comment.
5374         (flag_extraneous_semicolon): New global.
5375         (lang_decode_option): Set `flag_extraneous_semicolon' when
5376         -Wall. Decode `-Wextraneous-semicolon'.
5377         * parse.y (type_declaration:): Removed `SC_TK' hack, added
5378         `empty_statement' rule.
5379         (class_body_declaration): Likewise.
5380         (method_body:): Accept `;' as a method body.
5381         (static_initializer:): Removed `SC_TK' hack.
5382         (constructor_block_end:): Likewise.
5383         (empty_statement:): Report deprecated empty declaration. Fixes
5384         gcj/295
5386 2000-08-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5388         * parse.y (build_dot_class_method_invocation): Changed parameter
5389         name to `type'. Build signature from `type' and convert it to a
5390         STRING_CST if it's an array.
5391         (patch_incomplete_class_ref): `build_dot_class_method_invocation'
5392         to use `ref_type' directly.
5394 Sun Aug  6 00:47:24 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
5396         * lang-options.h: Added a comma after the last element to avoid
5397         syntax errors when other languages define additional options.
5399 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5401         * Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
5402         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
5403         (jc1): Link with $(BACKEND).
5404         (jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
5406 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5408         * jvspec.c: Adjust type of second argument to
5409         lang_specific_driver, and update code as necessary.
5411         * class.c (build_dtable_decl): Initialize dummy.
5413 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5415         * parse.y (maybe_yank_clinit): When generating bytecode: non empty
5416         method bodies not to rule out discarding `<clinit>'; don't use
5417         <clinit> to initialize static fields with constant initializers.
5419 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5421         * gjavah.c (print_method_info): Added `synth' parameter. Skip
5422         synthetic methods.
5423         (method_synthetic): New global.
5424         (HANDLE_METHOD): Recognize synthetic method and tell
5425         `print_method_info' about it.
5426         (HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
5427         processing a synthetic method.
5428         * jcf-reader.c (skip_attribute): New function.
5429         ( skip_attribute): Likewise.
5431 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5433         * parse.y (build_outer_field_access): Fixed comments.
5434         (fix_constructors): Emit the initialization of this$<n> before
5435         calling $finit$.
5436         (resolve_qualified_expression_name): Build an access to `decl' if
5437         necessary.
5439 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5441         * parse-scan.y (curent_class): Non longer const.
5442         (inner_qualifier, inner_qualifier_length): Deleted.
5443         (current_class_length): New global.
5444         (bracket_count): Fixed typo in leading comment.
5445         (anonymous_count): New global.
5446         (class_instance_creation_expression:): Handle anonymous classes.
5447         (anonymous_class_creation:): New rule.
5448         (push_class_context): Rewritten.
5449         (pop_class_context): Likewise.
5450         (INNER_QUALIFIER): Macro deleted.
5451         (report_class_declaration): call `push_class_context' when
5452         entering the function. `fprintf' format modified not to use
5453         INNER_QUALIFIER.
5454         (report_class_declaration): Assign `package_name' and
5455         `current_class' to NULL separately.
5457 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5459         * expr.c (build_invokeinterface): Call layout_class_methods on
5460         target interface.
5462 2000-07-27  Tom Tromey  <tromey@cygnus.com>
5463             Anthony Green  <green@cygnus.com>
5464             Alexandre Petit-Bianco  <apbianco@cygnus.com>
5466         * class.c (make_class_data): Create vtable for abstract classes.
5467         (get_dispatch_table): Changed to cope with abstract classes.
5469 2000-07-27  Tom Tromey  <tromey@cygnus.com>
5471         * parse.y (patch_method_invocation): Don't reverse the argument
5472         list when dealing with anonymous class constructors. Fixed typo in
5473         comment.
5475 2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5477         * parse.y (build_alias_initializer_parameter_list): Reverse
5478         crafted list when building aliases for anonymous class
5479         constructors.
5481 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5483         * parse.y (jdep_resolve_class): Don't bother checking potential
5484         innerclass access if `decl' is NULL.
5485         (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
5486         WFL.
5488 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5490         * parse.c: Remove (again.)
5492 2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5494         * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
5495         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
5496         outside the `if' statement, alias to innerclass removed, `decl'
5497         used to mark the class complete.
5499 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5501         * parse.y (simple_name:): Fixed typo in error message.
5503 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5505         * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
5506         or its first operand can be error marks.
5508 2000-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5510         * parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
5511         * parse.y (method_header): Likewise.
5513 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5515         * parse.y (process_imports): Consider that one might be trying to
5516         import an innerclass. Fixes gcj/254
5518 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5520         * parse.y (find_as_inner_class): Handle the case where the
5521         enclosing context of an innerclass has been loaded as bytecode.
5523 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5525         * parse.y (simple_name:): Reject `$' in type names.
5526         (resolve_type_during_patch): Use `type' as a second
5527         argument to resolve_no_layout. Fixes gcj/257.
5529 2000-07-18  Bryce McKinlay  <bryce@albatross.co.nz>
5531         * parse.y (find_most_specific_methods_list): Select the only
5532         non-abstract method even if max has been set.
5533         Fixes gcj/285, gcj/298.
5535 2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>
5537         * lang-specs.h: Added %(jc1) to java compiler options.
5539 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
5541         * .cvsignore: New file.
5543 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5545         * parse.y (not_accessible_p): Access granted to innerclasses
5546         (indirectly) extending the reference type. Fixes gcj/249.
5548 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5550         * parse.y (patch_method_invocation): Fixed comment.
5551         (maybe_use_access_method): Build this$<n>s to the context of the
5552         target method, or a type that extends it. Fixes gcj/242.
5554 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
5556         * parse.c: Remove.
5558 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5560         * parse.y (fold_constant_for_init): Avoid bullish conversion.
5562 2000-07-13  Tom Tromey  <tromey@cygnus.com>
5564         * lang-specs.h: Added %{I*}.
5566 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
5568         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
5570 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
5572         * parse-scan.c: Remove.
5574 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5576         * class.c (set_super_info): Handled protected inner classes.
5577         (common_enclosing_context_p): Bail early if arguments aren't both
5578         inner classes.
5579         (get_access_flags_from_decl): Handle private and protected inner
5580         classes.
5581         * java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
5582         (CLASS_PROTECTED): Likewise.
5583         (struct lang_type): New bitfield `poic'.
5584         * parse.y (jdep_resolve_class): Call check_inner_class_access on
5585         inner classes only.
5586         (check_inner_class_access): Renamed arguments, added
5587         comments. Handles protected inner classes (fixes gcj/225)
5588         (not_accessible_p): Fixed comments. Avoid handling inner classes.
5590 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5592         * parse.y (resolve_qualified_expression_name): Verify qualified
5593         access to `this'. Fixes gcj/239.
5595 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5597         * jcf-write.c (generate_classfile): Don't install ConstantValue
5598         for null pointers.
5600 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5602         * parse.y (resolve_qualified_expression_name): Handle inner class
5603         access. Fixes gcj/256.
5605 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5607         * jcf-write.c (generate_classfile): Properly install the
5608         ConstantValue attribute and the initial value constant pool index
5609         on string constants.
5610         * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
5611         class files.
5613 2000-07-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5615         * parse.h (BUILD_PTR_FROM_NAME): Surround with a do/while
5616         construct.
5617         * parse.y (find_as_inner_class): Fixed typo.
5618         (do_resolve_class): Explore enclosing contexts when searching for
5619         innerclasses. Removed curly brackets around BUILD_PTR_FROM_NAME.
5620         (check_inner_class_access): Check `decl' which can be null in case
5621         of previous errors.
5623 2000-07-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5625         * java-tree.h (java_debug_context): Declared `extern'.
5626         (safe_layout_class): Likewise.
5627         * parse.y (resolve_field_access): Field must be `static' in order
5628         to be replaced by its initial value. Added comments.
5629         (find_applicable_accessible_methods_list): Fixed typo.
5630         (find_most_specific_methods_list): Methods found in innerclasses
5631         take over methods founds in the enclosing contexts.
5632         (java_complete_tree): Loosen restrictions on the type of DECLs
5633         that can be replaced by their initialization values.
5634         (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'.
5636 2000-07-05  Tom Tromey  <tromey@cygnus.com>
5638         * Make-lang.in (PARSE_DIR): New macro.
5639         (PARSE_RELDIR): Likewise.
5640         (PARSE_C): Likewise.
5641         (PARSE_SCAN_C): Likewise.
5642         ($(PARSE_C)): New target.
5643         ($(PARSE_SCAN_C)): Likewise.
5644         (SET_BISON): New macro.
5645         (BISONFLAGS): Likewise.
5646         (JAVABISONFLAGS): Likewise.
5648 2000-07-02  Bryce McKinlay  <bryce@albatross.co.nz>
5650         * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream
5651         argument on the first pass for CNI as well as JNI.
5652         (print_method_info): Set up method name on the first pass only.
5654 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5656         * parse.y (parser_qualified_classname): Removed parameter
5657         `is_static'.
5658         (create_interface): Removed first passed parameter to
5659         parser_qualified_classname.
5660         (create_class): Likewise. Don't install alias on static
5661         innerclasses. Fixes gcj/275.
5663 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5665         * parse.y (maybe_generate_pre_expand_clinit): Don't build a
5666         debugable statement with empty_stmt_node. Fixes gcj/272
5668 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5670         * expr.c (build_instanceof): Layout type after it's loaded. Fixes
5671         gcj/271.
5673 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5675         * jcf-write.c (push_long_const): Appropriately cast short negative
5676         constant to jword.
5678 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5680         * parse.y (verify_constructor_super): Use loop variable
5681         `m_arg_type' initialized with `mdecl_arg_type'.
5683 2000-06-29  Tom Tromey  <tromey@cygnus.com>
5685         * parse.y (resolve_field_access): Handle case where `type_found'
5686         is NULL.
5688 2000-06-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5690         * expr.c (lookup_field): The same field can be found through two
5691         different interface. Don't declare it ambiguous in that case.
5693 2000-06-27  Tom Tromey  <tromey@cygnus.com>
5695         * lex.c (java_lineterminator): Don't recognize \r after \n.  If \r
5696         follows \r, then unget it at a lower level.
5698 2000-06-26  Tom Tromey  <tromey@cygnus.com>
5700         * parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to
5701         java_complete_tree.
5703 2000-06-25  Tom Tromey  <tromey@cygnus.com>
5705         * parse.y (for_statement): Wrap expression in a WFL if it is a
5706         constant.  For PR gcj/268.
5708 2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5710         * parse.y (do_resolve_class): Minor optimiztion in the package
5711         list search. Removed unnecessary test and return statement.
5712         (valid_ref_assignconv_cast_p): Order of arguments to
5713         enclosing_context_p fixed.
5715 2000-06-24  Tom Tromey  <tromey@cygnus.com>
5717         * expr.c (lookup_field): Print error and return error_mark_node if
5718         field reference is ambiguous.
5720         * parse.y (check_abstract_method_definitions): Also check if
5721         `other_method' is abstract.
5723 2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5725         * class.c (set_super_info): Handle ACC_PRIVATE for (inner)
5726         classes.
5727         * java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
5728         (struct lang_type): New field `pic'.
5729         (CLASS_PRIVATE): New macro.
5730         * parse.y (check_inner_class_access): New function.
5731         (jdep_resolve_class): Call it.
5733 2000-06-23  Tom Tromey  <tromey@cygnus.com>
5735         * parse.y (patch_incomplete_class_ref): Initialize the returned
5736         class.  For PR gcj/260.
5738 2000-06-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5740         * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
5742 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5744         * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
5745         Java specific checks.
5746         * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
5747         screened by DECL_P.
5748         * java-tree.def (CASE_EXPR): Marked 'e'.
5749         (DEFAULT_EXPR): Likewise.
5750         * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage
5751         screened by DECL_P.
5752         * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
5753         Java specific checks.
5754         (generate_bytecode_insns): Test try_block for BLOCK before using
5755         BLOCK_EXPR_BODY.
5756         * parse.y (build_wfl_wrap): Added `location' argument. Set
5757         EXPR_WFL_LINECOL accordingly.
5758         (dim_expr:): Wrap constants with WFLs.
5759         (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC.
5760         (resolve_package): Check for `stmt' not being a BLOCK before
5761         building a debuggable statement with it.
5762         (make_qualified_primary): Added extra parameter to build_wfl_wrap
5763         invocation.
5764         (resolve_field_access): Make sure `decl' is a DECL before treating
5765         it as such.
5766         (maybe_build_primttype_type_ref): Make sure `wfl''s node is an
5767         IDENTIFIER_NODE before treating it as such.
5768         (patch_new_array_init): Make sure `elt' is a TREE_LIST before
5769         treating it as such.
5770         (find_applicable_accessible_methods_list): CLASS_INTERFACE macro
5771         to be applied only on non array types.
5773 2000-06-16  Per Bothner  <per@bothner.com>
5775         * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN):  Don't
5776         define in terms of DECL_RESULT, as that fails when --enable-checking.
5778 2000-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5780         * jcf-write.c (CHECK_PUT): Add static prototype.  Make pointer
5781         types the same in comparison.
5782         (CHECK_OP): Add static prototype.
5784 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5786         * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
5787         * parse.y (java_complete_class): Set DECL_USER_ALIGN.
5788         * parse.c: Rebuilt.
5790 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5792         * decl.c (create_primitive_vtable): Prototype.
5794         * jcf-write.c (generate_bytecode_insns): Initialize variable
5795         `saved_context'.
5797         * lang.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
5799 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
5801         * parse.y (find_applicable_accessible_methods_list): Use a hashtable
5802         to track searched classes, and do not search the same class more than
5803         once. Call find_applicable_accessible_methods_list on immediate
5804         superclass, instead of search_applicable_method_list on all ancestors.
5805         Fix for PR gcj/238.
5807 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
5809         * parse.y (register_fields): Permit static fields in inner classes
5810         if they are final. Fix for PR gcj/255.
5812 2000-06-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5814         * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries.
5815         * parse.y (find_in_imports): Returned type changed to void,
5816         leading comment fixed.
5817         (register_package): New function.
5818         (qualify_and_find): Likewise.
5819         (package_declaration:): Use `register_package'.
5820         (single_type_import_declaration:): Removed local variable
5821         `node'. Added missing `;' for consistency.
5822         (type_import_on_demand_declaration:): Use `chainon' to link new
5823         entries.
5824         (lookup_field_wrapper): Lookup local variables defined in outer
5825         contexts first.
5826         (java_complete_class): Don't reverse the list of imported on demand.
5827         (do_resolve_class): Reorganized. Removed local variable
5828         `original_name'. Call `qualify_and_find' with the current package
5829         name, invoke `find_in_imports_on_demand' right after. Call
5830         `qualify_and_find' with the packages we've seen so far. Fixed
5831         operations numbering in comments.
5832         (java_expand_class): Don't reverse `package_list'.
5833         (find_most_specific_methods_list): New local variables `abstract'
5834         and `candidates'. Use them to pick the right method.
5836 Tue Jun  6 11:39:05 2000  Tom Tromey  <tromey@ferrule.cygnus.com>
5838         * parse.y (check_modifiers_consistency): Don't subtract out
5839         `PUBLIC_TK' from argument to THIS_MODIFIER_ONLY.
5841 2000-06-04  Philipp Thomas  <pthomas@suse.de>
5843         * Makefile.in (INTLLIBS): New.
5844         (LIBS): Add above.
5845         (DEPLIBS): Ditto.
5847 Fri Jun  2 16:48:55 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5849         * class.c (get_dispatch_table): Build the vtable dummy entry list
5850         element with a null purpose. Fixed leading comment.
5851         (build_dtable_decl): Build an accurate dtable type when appropriate
5852         and use it.
5854 2000-06-02  Richard Henderson  <rth@cygnus.com>
5856         * lang.c (lang_get_alias_set): New.
5858 2000-05-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5860         * parse.y (resolve_field_access): Complete the DECL_INITIAL tree
5861         before using it as the accessed field.
5863 2000-05-31  Tom Tromey  <tromey@cygnus.com>
5865         * java-tree.h (boolean_array_vtable, byte_array_vtable,
5866         char_array_vtable, short_array_vtable, int_array_vtable,
5867         long_array_vtable, float_array_vtable, double_array_vtable):
5868         Declare.
5869         * expr.c (get_primitive_array_vtable): New function.
5870         (create_primitive_vtable): New function.
5871         (java_lang_expand_expr): Enable code to statically generate
5872         arrays.
5873         * decl.c (init_decl_processing): Create primitive vtables.
5874         (boolean_array_vtable, byte_array_vtable, char_array_vtable,
5875         short_array_vtable, int_array_vtable, long_array_vtable,
5876         float_array_vtable, double_array_vtable): Define.
5878 2000-05-26  Zack Weinberg  <zack@wolery.cumb.org>
5880         * java/parse.y (find_applicable_accessible_methods_list):
5881         Don't add an uninitialized value to the list.
5883 2000-05-25  Tom Tromey  <tromey@cygnus.com>
5885         * parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
5886         when trying to see if field's class should be initialized.  Always
5887         initialize field's declaring class, not qualified class.
5888         For PR gcj/162.
5890         * parse.y (array_constructor_check_entry): Pass `wfl_value', not
5891         `wfl_operator', to maybe_build_primttype_type_ref.
5892         Fixes PR gcj/235.
5894 2000-05-23  Bryce McKinlay  <bryce@albatross.co.nz>
5896        * parse.y (patch_method_invocation): Don't try to lookup methods
5897        in primitive types.
5899 2000-05-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5901         * parse.y (resolve_field_access): Call the appropriate <clinit>
5902         before accessing the length of a static array. Craft a decl for
5903         the field while its time. Fixes PR gcj/129.
5905 2000-05-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5907         * parse.y (resolve_package): Correctly set `*next' (was off by
5908         one.)
5909         (resolve_qualified_expression_name): Fixed comment.
5911 Thu Apr 27 17:47:34 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5913         * jcf-parse.c (jcf_parse_source): Reset current_class and
5914         current_function_decl to NULL before parsing a new file.
5916 Thu Apr 27 17:25:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5918         * parse.y (block_end:): If the collected block doesn't feature a
5919         statement, insert an empty statement.
5921 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5923         * parse.y (maybe_yank_clinit): New function.
5924         (maybe_generate_pre_expand_clinit): Always link <clinit> at the
5925         end of the list of methods belonging to a class.
5926         (java_complete_expand_method): Check whether <clinit> is really
5927         necessary and expand it accordingly.
5929 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5931         * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be
5932         processed by the method's switch statement.
5934 2000-05-19  Tom Tromey  <tromey@cygnus.com>
5936         * java-tree.h: Added init state enum.
5937         * decl.c (emit_init_test_initialization): Initialize class
5938         initialization check variable by looking at class' state.
5940 2000-05-19  Tom Tromey  <tromey@cygnus.com>
5942         * java-tree.h (build_instanceof): Declare.
5943         (build_get_class): Declare.
5944         * parse.y (patch_binop): Use build_instanceof.
5945         * expr.c (build_instanceof): New function.  If class is final,
5946         don't make a function call.
5947         (expand_java_INSTANCEOF): Use it.
5948         (build_get_class): New function.
5950 2000-05-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5952         * jcf-write.c (generate_classfile): Scan the source_file for
5953         slashes with the right pointer variable.
5955 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5957         * lang.c (lang_decode_option): Update -Wunused flags by calling
5958         set_Wunused.
5959         * decl.c (poplevel): Replace warn_unused with warn_unused_label.
5961 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5963         * check_init.c (check_init): Constify local char *.
5964         * class.c (push_class): Constify local char *.
5965         * java_tree.h: Update prototypes.
5966         * jcf-io.c (open_class): Constify filename parameter and
5967         return value.
5968         (find_class): Remove redundant string copy.  Cast return from
5969         open_class.
5970         * jcf-parse.c (read_class, parse_class_file, yyparse):
5971         Constify local char *.
5972         * jcf-write.c (generate_bytecode_insns, generate_classfile):
5973         Constify local char *.
5974         * jcf.h (JCF): Constify filename and classname.
5975         (JCF_FINISH): Cast args to FREE to char * when appropriate.
5976         * lang.c (init_parse): Constify parameter and return value.
5977         * lex.c (java_get_line_col): Constify filename parameter.
5978         * parse.h: Constify parser_ctxt.filename.  Update prototypes.
5979         * parse.y (java_parser_context_suspend,
5980         issue_warning_error_from_context, safe_layout_class): Constify
5981         local char *.
5982         * parse.c: Regenerate.
5984 2000-05-08  Tom Tromey  <tromey@cygnus.com>
5986         * expr.c (build_jni_stub): Cache the result of
5987         _Jv_LookupJNIMethod.
5989 2000-05-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5991         * decl.c (predef_filenames_size): Now 7.
5992         (predef_filenames): New seventh entry.
5994 2000-05-04  Tom Tromey  <tromey@cygnus.com>
5996         * boehm.c (mark_reference_fields): Don't mark RawData fields.
5997         Keep track of when we've seen a reference field after a
5998         non-reference field.
5999         (get_boehm_type_descriptor): Handle case where we see
6000         non-reference fields but no trailing reference field.
6001         * decl.c (rawdata_ptr_type_node): Define.
6002         (init_decl_processing): Initialize rawdata_ptr_type_node.
6003         * java-tree.h (rawdata_ptr_type_node): Declare.
6005 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6007         * jcf-dump.c (SPECIAL_IINC): Ensure arguments match format
6008         specifiers in calls to fprintf.
6010 2000-05-03  Andrew Haley  <aph@cygnus.com>
6012         * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
6014         * javaop.h (WORD_TO_INT): New function.
6015         (IMMEDIATE_s4): Use WORD_TO_INT.
6016         * jcf.h (JPOOL_INT): Ditto.
6018         * gjavah.c (decode_signature_piece): Don't treat `$' as namespace
6019         separator.
6021 2000-04-19  Tom Tromey  <tromey@cygnus.com>
6023         * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
6024         on native function.
6025         * jcf-parse.c (parse_class_file): Call build_jni_stub for native
6026         JNI methods.
6027         * expr.c (build_jni_stub): New function.
6028         * lang-specs.h: -fjni and -femit-class-file are incompatible.
6029         * parse.c: Rebuilt.
6030         * parse.y (java_complete_expand_methods): Expand a native method
6031         and call build_jni_stub if -fjni given.
6032         * lang-options.h: Document -fjni.
6033         * lang.c (flag_jni): New global.
6034         (lang_f_options): Added `jni' entry.
6035         * java-tree.h (soft_lookupjnimethod_node,
6036         soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
6037         Declare.
6038         (flag_jni): Declare.
6039         (build_jni_stub): Declare.
6040         (struct lang_decl): Added `native' flag.
6041         (METHOD_NATIVE): Redefined to use `native' field of lang specific
6042         structure.
6043         * decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
6044         soft_jnipopsystemframe_node): New globals.
6045         (init_decl_processing): Set them.  _Jv_InitClass only takes one
6046         argument.
6048         * java-tree.def: Put into `C' mode.
6050 2000-04-27  Tom Tromey  <tromey@cygnus.com>
6052         Fix for PR gcj/2:
6053         * expr.c (expand_invoke): Generate check to see if object pointer
6054         is null in nonvirtual invocation case.
6055         * java-tree.h (soft_nullpointer_node): Declare.
6056         * decl.c (soft_nullpointer_node): New global.
6057         (init_decl_processing): Initialize soft_nullpointer_node.
6058         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
6059         or `private' methods.
6060         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
6062 Wed Apr 26 14:29:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6064         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
6065         from <clinit>
6067 2000-04-26  Tom Tromey  <tromey@cygnus.com>
6069         * zextract.c (find_zip_file_start): New function.
6070         (read_zip_archive): Use it.
6072 2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6074         * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.
6076 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6078         * class.c (common_enclosing_context_p): New function.
6079         * java-tree.h (common_enclosing_context_p): Added prototype.
6080         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Relaxed test to allow
6081         classes sharing an outer context with the current instance.
6082         * parse.y (build_access_to_thisn): Fixed leading comment.
6083         (verify_constructor_super): New local `supper_inner'. Skip
6084         enclosing context argument in the case of inner class constructors.
6085         (patch_method_invocation): Insert proper context as second
6086         parameter to pure inner class constructor super invocations.
6088 Mon Apr 24 14:59:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6090         * parse.y (end_class_declaration): Reset the interface number
6091         counter.
6093 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6095         * parse.y (source_start_java_method): Deleted unnecessary code.
6096         (patch_method_invocation): Fixed comment.
6098 2000-04-24  Robert Lipe <robertlipe@usa.net>
6100         * parse.h (_jdep): Member `kind' now ENUM_BITFIELD.
6102 2000-04-23  Tom Tromey  <tromey@cygnus.com>
6104         * boehm.c (mark_reference_fields): Use int_byte_position.
6106 2000-04-22  Tom Tromey  <tromey@cygnus.com>
6108         * boehm.c (mark_reference_fields): Only call byte_position on
6109         non-static fields.
6111 2000-04-22  Tom Tromey  <tromey@cygnus.com>
6113         * boehm.c (mark_reference_fields): Added `last_view_index'
6114         argument.  Use DECL_FIELD_OFFSET to determine field's offset.
6116 Thu Apr 20 17:41:28 2000  Mo DeJong  <mdejong@cygnus.com>
6118         * parse.h (INTERFACE_INNER_MODIFIERS): New macro.
6119         * parse.y (check_class_interface_creation): Fixed comments. Select
6120         permitted modifiers for (inner) interfaces. Changed error message
6121         to report rejected modifiers used with local classes.
6123 2000-04-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6125         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Immediate inner classes
6126         of directly inherited type considered in scope.
6127         * parse.y (do_resolve_class): Search inherited classes for inner
6128         classes.
6130 2000-04-20  Tom Tromey  <tromey@cygnus.com>
6132         * parse.y (not_accessible_p): Use member's class, not current
6133         class, when doing inheritance check for protected reference.
6134         Fixes PR gcj/124.
6136 Thu Apr 20 18:20:58 2000  Jason Schroeder  <shrode@subnature.com>
6138         * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
6140 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6142         * parse.y (lookup_field_wrapper): Search for final local aliases.
6143         (resolve_expression_name): Let lookup_field_wrapper search for
6144         final local aliases. Force the value of `name' if one is found.
6145         (qualify_ambiguous_name): CONVERT_EXPR is enough to now we have
6146         an expression name. Fixed comments.
6148 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6150         * parse.y (yyerror): `msg' can be null, don't use it in that case.
6152 2000-04-19  Tom Tromey  <tromey@cygnus.com>
6154         * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.
6156 2000-04-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6158         * parse.y (maybe_make_nested_class_name): Use `obstack_grow0'.
6160 2000-04-18  Tom Tromey  <tromey@cygnus.com>
6162         PR gcj/211:
6163         * gjavah.c (utf8_cmp): Changed return value.
6164         (cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
6165         result.
6166         (cxx_keywords): New global.
6167         (get_field_name): Handle new result of cxx_keyword_subst.
6168         (print_method_info): Likewise.
6170 2000-04-17  Bryce McKinlay  <bryce@albatross.co.nz>
6172         * gjavah.c (print_name_for_stub_or_jni): Don't prefix method names
6173         with a newline, for CNI.
6174         (print_stub_or_jni): Print a space or newline before method name for
6175         CNI as well as JNI.
6176         (print_cxx_classname): Don't write leading "::" in CNI stub method.
6177         (process_file): Include gcj/cni.h if generating CNI stubs.
6179 2000-04-16  Tom Tromey  <tromey@cygnus.com>
6181         * gjavah.c (decompile_method): Use print_field_name.
6182         Fixes PR gcj/205.
6184 2000-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6186         * parse.y (java_expand_classes): Reverse the package list once.
6187         (java_complete_lhs): PLUS_EXPR: don't try rhs and lhs at string
6188         reduction.
6189         (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
6190         the `==' and `!=' operators.
6192 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6194         * jcf-write.c (generate_bytecode_insns): At invokation time,
6195         always relate an interface method to the type of its selector.
6197 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6199         Fix for PR gcj/2:
6200         * expr.c (expand_invoke): Generate check to see if object pointer
6201         is null in nonvirtual invocation case.
6202         * java-tree.h (soft_nullpointer_node): Declare.
6203         * decl.c (soft_nullpointer_node): New global.
6204         (init_decl_processing): Initialize soft_nullpointer_node.
6205         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
6206         or `private' methods.
6207         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
6209 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6211         Fix for PR gcj/140:
6212         * parse.y (check_final_assignment): Recognize assignments to the
6213         `length' field of an array when generating class files.
6215 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6217         * class.c (decl_hash): Prototype removed.
6218         (decl_compare): Likewise.
6220 2000-04-05  Tom Tromey  <tromey@cygnus.com>
6222         * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
6223         * parse.y (check_modifiers_consistency): Check for final/volatile
6224         clash.  Fixes PR gcj/164.
6226 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6228         * class.c: (java_hash_hash_tree_node): Renamed from `decl_hash',
6229         made global.
6230         (java_hash_compare_tree_node): Renamed from `decl_compare, made
6231         global.
6232         (add_method_1): Use `java_hash_hash_tree_node' and
6233         `java_hash_compare_tree_node'.
6234         * java-tree.h: (java_hash_hash_tree_node): Prototyped.
6235         (java_hash_compare_tree_node): Likewise.
6236         * parse.y (find_applicable_accessible_methods_list): Create,
6237         delete and use a hash table to remember already searched interfaces.
6239 2000-04-03  Matt Welsh  <mdw@cs.berkeley.edu>
6241         * jcf-depend.c (add_entry): Fixed bug where list was always replaced
6242         with latest entry.
6244 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6246         * boehm.c (mark_reference_fields, set_bit): Prototype.
6247         (set_bit): Un-ANSI-fy definition.
6249         * class.c (init_test_hash_newfunc, decl_hash, decl_compare):
6250         Prototype.
6252         * decl.c (emit_init_test_initialization): Likewise.
6254         * gjavah.c (jni_print_char): Likewise.
6256         * parse.y (create_new_parser_context): Likewise.
6258 Thu Mar 30 15:26:56 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6260         * expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000
6261         patch missing hunk. Fixed indentation.
6263 2000-03-30  Tom Tromey  <tromey@cygnus.com>
6265         * gjavah.c (D_NAN_MASK): Only define as word-reversed when
6266         HOST_FLOAT_WORDS_BIG_ENDIAN and HOST_WORDS_BIG_ENDIAN disagree.
6268 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6270         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
6271         when negative *before* using it as an array index.
6272         * ChangeLog: Fixed typo.
6274 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6276         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
6277         to 0 when it reaches -1.
6279 2000-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6281         * jcf-parse.c (get_constant): Properly cast `num' during the
6282         invocation of `add_double'.
6283         * jcf-write.c (push_long_const): Properly cast `lo' before
6284         comparing it to short bounds.
6285         * parse-scan.y (interface_declaration:): Rule re-arrange so that
6286         `interface_body:' is reduced after the current interface is
6287         pushed.
6289 2000-03-26  Tom Tromey  <tromey@cygnus.com>
6291         * jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each
6292         Java-specific `-f' option.
6294 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6296         * decl.c (init_decl_processing): Only call initialize_sizetypes once.
6297         Adjust order of making types.
6298         Make bitsize_*_node values.
6300 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6302         * class.c (make_field_value): Use byte_position.
6303         * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
6304         (java_array_data_offset): Likewise.
6305         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Add case to
6306         bzero call.
6308 2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6310         * parse.y (check_abstract_method_definitions): New local
6311         `end_type_reached'. Make sure we also consider `end_type'.
6312         (java_check_abstract_method_definitions): Make sure we eventually
6313         consider `java.lang.Object'.
6314         (maybe_use_access_method): Don't use access method if not in the
6315         context of a pure inner class or if the method's context is right.
6316         (find_applicable_accessible_methods_list): New static flag
6317         `object_done'. Don't search abstract classes as interfaces. Fixed
6318         indentation. Fixed the `java.lang.Object' only search. Search
6319         class interface(s) first, then fully search enclosing contexts.
6320         (find_most_specific_methods_list): Pick the closest candidate when
6321         they're all abstract.
6323 Mon Mar 20 08:58:51 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6325         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
6326         properly initialize `finished_label'. Don't emit gotos for empty
6327         try statements.
6329 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6331         * except.c (emit_handlers): Clear catch_clauses_last.
6333 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6335         * parse.y (check_method_types_complete): New function.
6336         (create_class): Reset anonymous class counter only when seeing an
6337         non inner classe.
6338         (java_complete_class): JDEP_METHOD: Don't recompute signature
6339         if incomplete.
6341 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6343         * class.c (build_static_ref): Fixed indentation in comment.
6344         * java-tree.def (TRY_EXPR): Fixed typo in name.
6345         (CLASS_LITERAL): Likewise.
6346         * java-tree.h: (TYPE_DOT_CLASS): New macro.
6347         (struct lang_type): New field `dot_class'.
6348         * jcf-write.c (generate_bytecode_insns): Fixed error message.
6349         (generate_classfile): Method `class$' is synthetic.
6350         * parse.y (build_do_class_method): New function.
6351         (build_dot_class_method_invocation): Likewise.
6352         (java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
6353         (resolve_qualified_expression_name): Handle CLASS_LITERAL.
6354         (qualify_ambiguous_name): Likewise.
6355         (patch_incomplete_class_ref): Invoke synthetic method if necessary.
6356         (build_try_statement): Fixed leading comment.
6358 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6360         * class.c (make_field_value): Properly handle sizes.
6361         (get_dispatch_vector): Use tree_low_cst and host_integerp.
6362         (layout_class_method): Count using trees.
6363         * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
6364         * expr.c (java_array_data_offset): Use int_bit_position.
6365         (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
6366         (build_invokevirtual): Use tree_low_cst and do computations with trees.
6368 2000-03-16  Tom Tromey  <tromey@cygnus.com>
6370         * lang.c (flag_hash_synchronization): New global.
6371         (lang_f_options): Added `hash-synchronization'.
6372         * lang-options.h: Mention -fhash-synchronization.
6373         * java-tree.h (flag_hash_synchronization): Declare.
6374         * expr.c (java_lang_expand_expr): Only push `sync_info' value when
6375         hash table synchronization is disabled.
6376         * decl.c (init_decl_processing): Only push `sync_info' value when
6377         hash table synchronization is disabled.
6378         * class.c (make_class_data): Only push `sync_info' field when hash
6379         table synchronization is disabled.  Removed dead code.
6381 2000-03-16  Tom Tromey  <tromey@cygnus.com>
6383         * lang.c (lang_decode_option): Enable -Wunused when -Wall given.
6385 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6387         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
6388         classes.
6389         * parse.y (patch_method_invocation): Handle anonymous classes
6390         creation in static context.
6392 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6394         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
6395         * parse.y (resolve_qualified_expression_name): Use it.
6396         (patch_method_invocation): Likewise.
6398 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6400         * parse.y (register_incomplete_type): JDEP_ENCLOSING set
6401         depending on the type of dependency which dictates what the
6402         current class is.
6403         (unresolved_type_p): Resolved types limited to the current class.
6405 2000-03-15  Tom Tromey  <tromey@cygnus.com>
6407         * decl.c (init_decl_processing): Set type of `sync_info' to be
6408         pointer to Object.
6410         * boehm.c (get_boehm_type_descriptor): Correctly compute `bits'.
6411         Correctly compute bit number for current slot.  Zero `high' and
6412         `low' in DS_LENGTH case.  Don't skip inherited fields.  Use
6413         mark_reference_fields.
6414         (mark_reference_fields): New function.
6416 Tue Mar 14 17:15:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6418         * parse.y (register_incomplete_type): Fixed initialization of
6419         JDEP_ENCLOSING.
6421 2000-02-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6423         * parse-scan.y (inner_qualifier, inner_qualifier_length): New
6424         static globals.
6425         (push_class_context, pop_class_context): New function.
6426         (class_body:): Call pop_class_context.
6427         (interface_body:): Likewise.
6428         (INNER_QUALIFIER): New macro.
6429         (report_class_declaration): Changed output format and use
6430         INNER_QUALIFIER. Call push_class_context.
6432 2000-02-14  Andrew Haley  <aph@cygnus.com>
6434         * check-init.c (check_init): Add new cases for unary and binary
6435         tree nodes.
6437 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6439         * parse.y (resolve_package): Set `next' once a type name has been
6440         progressively discovered.
6441         (resolve_qualified_expression_name): Propagate resolution only if
6442         there are remaining qualifiers. Take into account `q' might have
6443         been cleared after re-qualification.
6444         * parse.y (patch_method_invocation): New local `resolved'.
6445         Section dealing with qualified expression rewritten to use
6446         resolve_field_access.
6448 Mon Mar 13 12:21:13 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6450         * parse.h (PUSH_CPC): Fixed indentation.
6451         (DEBUG_CPC): New macro.
6452         (SET_CPC_INITIALIZER_STMT, SET_CPC_STATIC_INITIALIZER_STMT,
6453         SET_CPC_INSTANCE_INITIALIZER_STMT): New macros.
6454         * parse.y (class_body_declaration:): Use
6455         SET_CPC_INSTANCE_INITIALIZER_STMT.
6456         (method_declaration:): Check for null current_function_decl.
6457         (static_initializer:): Use SET_CPC_STATIC_INITIALIZER_STMT.
6458         (java_parser_context_pop_initialized_field): Better handling of
6459         empty lists.
6460         (maybe_make_nested_class_name): Mark nested class name as
6461         qualified when necessary.
6462         (end_class_declaration): Don't call java_parse_context_resume when
6463         one or more error occurred.
6464         (add_inner_class_fields): Use SET_CPC_INITIALIZER_STMT.
6465         (register_fields): Use SET_CPC_STATIC_INITIALIZER_STMT and
6466         SET_CPC_INITIALIZER_STMT.
6467         (method_header): Check for inner classes declaring static methods.
6468         (resolve_qualified_expression_name): Handle situation where `this'
6469         is implied.
6471 Mon Mar 13 11:36:51 2000  Hans Boehm <boehm@acm.org>
6473         * typeck.c (build_prim_array_type): Correctly set the high word too.
6475 2000-03-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6477         * parse.y (java_complete_expand_methods): Leave <clinit> out of
6478         ordinary methods.
6479         (maybe_generate_pre_expand_clinit): Put <clinit> at the end of the
6480         list of methods for interfaces.
6482 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6484         * parse.y (qualify_ambiguous_name): Properly handle expressions
6485         using `null'.
6487 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6489         * parse.y (check_final_assignment): Extended to process
6490         COMPOUND_EXPR.
6491         (patch_assignment): Have check_final_assignment called only once.
6493 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6495         * java-tree.h (IS_INIT_CHECKED): New flag.
6496         * check-init.c (check_init): Test and set IS_INIT_CHECKED.
6497         * parse.y (patch_string): Call force_evaluation_order on the
6498         completed string concatenation tree.
6499         * expr.c (force_evaluation_order): Call force_evaluation_order on
6500         function's arguments too.
6502 Mon Mar  6 18:07:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6504         * decl.c (emit_init_test_initialization): Mark KEY as unused.
6505         * expr.c (build_newarray): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6506         (build_anewarray): Likewise.
6507         * parse.y (patch_newarray): Likewise.
6508         * parse.c: Regenerated.
6510 2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
6512         * decl.c (init_decl_processing): Added new class fields `depth',
6513         `ancestors', and `idt' to class_type_node. Use
6514         _Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
6515         * class.c (make_class_data): Push initial values for new fields.
6516         * java-tree.h: Updated prototype for `build_invokeinterface'.
6517         * expr.c (build_invokeinterface): Changed parameters to accept
6518         `method' tree. Calculate index of `method' in its declaring
6519         interface. Build call to _Jv_LookupInterfaceMethodIdx.
6520         (expand_invoke): Call `build_invokeinterface' with new parameters.
6521         * parse.y (patch_invoke): Call `build_invokeinterface' with new
6522         parameters.
6524 2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
6526         * typeck.c (lookup_do): Search superinterfaces first
6527         when looking up an interface method. From Godmar Back
6528         <gback@cs.utah.edu>
6530 2000-03-06  Tom Tromey  <tromey@cygnus.com>
6532         * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
6534 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6536         * java-tree.h (lookup_argument_method2): Declared.
6537         (safe_layout_class): Prototype moved from parse.h.
6538         * parse.h (safe_layout_class): Prototype moved to java-tree.h.
6539         * parse.y (java_check_regular_methods): Local `super_class' gone.
6540         Call lookup_argument_method2 instead of lookup_argument_method.
6541         Perform modifier match for methods found declared in implemented
6542         interfaces. Fixed indentation problem. Overriding/hiding error
6543         report to take place only for methods found in classes.
6544         * typeck.c (lookup_argument_method): Changed leading
6545         comment. Re-written by calling lookup_do.
6546         (lookup_argument_method2): New function.
6547         (lookup_java_method): Re-written by calling lookup_do.
6548         (lookup_do): New function.
6550 Thu Mar  2 15:18:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6552         * check-init.c (check_init): Removed dead code. Handle (blank)
6553         final variables.
6554         * parse.y (declare_local_variables): New local `final_p', set it
6555         and use it to initialize LOCAL_FINAL.
6556         (check_final_assignment): Only check FIELD_DECLs.
6558 2000-02-17  Tom Tromey  <tromey@cygnus.com>
6560         * Makefile.in (JAVA_OBJS): Added boehm.o.
6561         (boehm.o): New target.
6562         * Make-lang.in (JAVA_SRCS): Added boehm.c.
6563         * java-tree.h (flag_use_boehm_gc): Declare.
6564         (get_boehm_type_descriptor): Declare.
6565         * lang.c (lang_f_options): Added `use-boehm-gc'.
6566         (flag_use_boehm_gc): New global.
6567         * lang-options.h: Added -fuse-boehm-gc.
6568         * boehm.c: New file.
6569         * class.c (get_dispatch_table): If class uses a Boehm type
6570         descriptor, put it in the vtable.
6571         (make_class_data): Removed dead code.
6573 2000-03-03  Per Bothner  <per@bothner.com>
6575         * decl.c (init_decl_processing):  Initialize sizetype properly.
6577 2000-03-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6579         * java-tree.h (LOCAL_CLASS_P): New flag usage and macro.
6580         (PURE_INNER_CLASS_DECL_P, PURE_INNER_CLASS_TYPE_P): New macros.
6581         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
6582         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Likewise.
6583         (jcf_parse): New local `current'. Load innerclasses seen in outer
6584         context being processed.
6585         * jcf-reader.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
6586         * jcf-write.c (append_innerclasses_attribute): New function.
6587         (append_innerclasses_attribute_entry): Likewise.
6588         (get_access_flags): Handle static classes. Set anonymous and local
6589         classes to be private.
6590         (generate_classfile): Attribute count adjusted. Call
6591         append_innerclasses_attribute.
6592         * parse.h (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use
6593         PURE_INNER_CLASS_TYPE_P.
6594         * parse.y (parser_qualified_classname): New parameter `is_static',
6595         produce non qualified name accordingly.
6596         (block_statement:): Set LOCAL_CLASS_P when declaring local class.
6597         (create_interface): Added argument to parser_qualified_classname.
6598         (create_class): Added argument to parser_qualified_classname. Setup
6599         alias for top level classes. Use PURE_INNER_CLASS_DECP_P.
6600         (add_inner_class_fields): Fixed indentation.
6601         (method_declarator): Use PURE_INNER_CLASS_DECP_P.
6602         (method_declarator): Fixed typo in comment.
6603         (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
6604         (build_current_thisn): Likewise.
6605         (patch_method_invocation): Likewise.
6607 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6609         * decl.c (current_function_decl): Move to toplev.c.
6611 Mon Feb 28 08:20:42 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6613         * java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
6614         (DECL_BIT_INDEX): Use underlying representation.
6615         * parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
6617 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6619         * expr.c (build_java_ret): Pass proper type to size_binop.
6621 2000-02-25  Anthony Green  <green@cygnus.com>
6623         * expr.c (build_class_init): Mark the decl to be ignored by
6624         check_init.
6625         * java-tree.h (DECL_BIT_INDEX): Move definition from check-init.c
6626         * check-init.c: Move DECL_BIT_INDEX to java-tree.h
6627         * class.c (init_test_hash_newfunc): New function.
6628         (decl_hash): New function.
6629         (decl_compare): New function.
6630         * decl.c (emit_init_test_initialization): New function.
6631         (complete_start_java_method): Traverse the init test hashtable,
6632         calling emit_init_test_initialization.
6633         (always_initialize_class_p): Define.
6634         * expr.c (build_class_init): Use initialization tests when
6635         emitting class initialization code.
6636         (always_initialize_class_p): Declare.
6637         * jcf-parse.c (parse_class_file): Set always_initialize_class_p to
6638         1.
6639         * java-tree.h: Include hash.h.
6640         (DECL_FUNCTION_INIT_TEST_TABLE): Define.
6641         (struct lang_decl): Add init_test_table field.
6642         (init_test_hash_entry): Define.
6644 Fri Feb 25 18:41:31 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6646         * gjavah.c (main): Avoid using `argi' to report unimplemented
6647         options.
6649 Fri Feb 25 18:47:25 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6651         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
6652         initialize locals to avoid warnings. Local `exception_type' moved
6653         into if statement.
6655 Fri Feb 25 18:00:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6657         * parse.y (resolve_expression_name): Use `orig' as a second
6658         argument to resolve_field_access.
6659         (resolve_field_access): Removed unnecessary code when dealing with
6660         static fields.
6662 Wed Feb 23 17:41:50 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6664         * class.c (push_super_field): Don't push the field twice.
6665         * jcf-parse.c (parse_source_file): Call java_reorder_fields.
6666         * parse.h (java_reorder_fields): Prototyped.
6667         * parse.y (java_reorder_fields): New function.
6668         (java_layout_class): Simplified not to worry about re-ordering.
6670 2000-02-23  Tom Tromey  <tromey@cygnus.com>
6672         * gjavah.c (print_name): In JNI case, correctly quote string.
6673         (print_method_info): Don't handle overrides in JNI mode.
6675 2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6677         * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
6678         value type set to `boolean_type_node'.
6680 Mon Jan 18 14:30:09 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
6682         * jcf-dump.c (main): Test for correct condition after
6683         output file creation.
6685 2000-02-19  Anthony Green  <green@cygnus.com>
6687         * jcf-depend.c (add_entry): Fix test for first list entry.
6689 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6691         * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
6692         * constants.c (build_constants_constructor): Likewise.
6694 2000-02-19  Anthony Green  <green@cygnus.com>
6696         * jcf-depend.c (add_entry): Add entries to the end of the list.
6698 Wed Nov 03 02:16:00 PST 1999  Pekka Nikander  <pekka.nikander@hut.fi>
6700         * decl.c (INT_TYPE_SIZE): Define if necessary.
6701         (expand_java_return): Handle the case of a native integer smaller
6702         than a JVM integer.
6704 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6706         * gjavah.c (help): Use GCCBUGURL.
6707         * jv-scan.c (help): Likewise.
6708         * jcf-dump.c (help): Likewise.
6710 Thu Feb 17 14:30:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6712         * jcf-write.c (generate_bytecode_insns): Don't generate empty
6713         `finally' clauses.
6715 Thu Feb 17 13:20:58 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6717         * jcf-parse.c (load_class): Call `fatal' if no file containing
6718         the target class are found.
6720 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
6722         * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
6723         lex.c, lex.h, and PARSE_H to...
6724         (parse.o, parse-scan.o): ...here, respectively.
6726         * lex.c: Split out code that may trigger SIGFPE from yylex()
6727         to its own function.
6728         * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value.
6730 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6732         * Make-lang.in (jvspec.o): Depend on $(GCC_H), not gcc.h.
6734 2000-02-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6736         * parse.y (outer_field_access_p): Stop in time when outer contexts
6737         are exhausted.
6738         (resolve_qualified_expression_name): Properly qualify *everything*
6739         after a package.type to be resoled as expression names.
6740         (find_applicable_accessible_methods_list): Save/restore `class' to
6741         isolate it from a possible outer context search.
6743 2000-02-15  Tom Tromey  <tromey@cygnus.com>
6745         * gjavah.c (jni_print_char): New function.
6746         (print_full_cxx_name): Use it.
6747         (decode_signature_piece): Likewise.
6748         (print_cxx_classname): Likewise.
6750 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6752         * Makefile.in (jv-scan, jcf-dump, gcjh): Depend on and link with
6753         version.o.
6754         (jcf-dump.o, gjavah.o, jv-scan.o): Depend on version.h.
6756         * gjavah.c: Include version.h.
6758         * jcf-dump.c: Likewise.
6760         * jv-scan.c: Likewise.
6762 Sat Feb 12 04:34:04 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6764         * parse.y (outer_field_access_fix): First parameter now a tree
6765         node. Check for assignement to final. First argument to
6766         build_outer_field_access_fix modified to accommodate prototype.
6767         (build_outer_field_access): Don't check for assignment to final
6768         here.
6769         (java_complete_lhs): MODIFY_EXPR case: Check for `error_mark_node'
6770         possibly returned by outer_field_access_fix. Changed
6771         outer_field_access_fix's first argument.
6772         (check_final_assignment): $finit$'s context is OK.
6773         (patch_unaryop): Use node instead of its line/column value when
6774         calling outer_field_access_fix.
6776 Fri Feb 11 17:38:26 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6778         * parse.y (interface_declaration:): No longer tagged
6779         <node>. Re-installed default action.
6780         (class_member_declaration:): Handle inner interfaces.
6781         (interface_member_declaration): Handle inner interfaces and
6782         classes.
6783         (create_interface): Push error if one seen. Suspend parsing
6784         context when processing an inner interface.
6785         (register_fields): Inner class static field limitations not to
6786         apply to inner interfaces.
6788 Thu Feb 10 22:07:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6790         * jcf-parse.c (load_class): Update `java_error_count' when a
6791         class' file can't be found.
6792         (parse.y): Avoid (byte)code generation when errors seen.
6794 Thu Feb 10 20:10:43 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6796         * parse.y (java_complete_lhs): Handle TRUNC_DIV_EXPR. Ensure `fatal'
6797         decodes a valid node.
6798         (patch_binop): Handle TRUNC_DIV_EXPR.
6800 Thu Feb 10 16:04:26 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6802         * parse.y (resolve_package): New local `acc'. Try to progressively
6803         build and guess a package and type name.
6805 Thu Feb 10 12:52:09 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6807         * parse.y (find_applicable_accessible_methods_list): Load and
6808         layout the search class if necessary.
6809         (java_complete_tree): Keep to original type of the folded initial
6810         value.
6812 2000-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6814         * class.c (layout_class): Set and test CLASS_BEING_LAIDOUT.
6815         Generate error message if circularity is detected. New static
6816         local `list'.
6817         * java-tree.h (CLASS_BEING_LAIDOUT): New flag usage, new macro.  *
6818         * jcf-write.c (generate_bytecode_insns): Very simply handle
6819         SAVE_EXPR.
6820         * parse.y (java_check_circular_reference): Use
6821         `cyclic_inheritance_report' during report, if necessary.
6822         (java_complete_lhs): fixed comment with `THROW_EXPR:' case. Avoid
6823         walking NEW_ARRAY_INIT twice.
6825 2000-02-09  Tom Tromey  <tromey@cygnus.com>
6827         * parse.y (check_class_interface_creation): Allow inner classes to
6828         be `private' or `protected', check modifiers' consistency. Prevent
6829         block local classes from bearing any modifiers.
6831 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6833         * except.c (check_start_handlers): Re-add prototype lost in last
6834         patch.
6835         (maybe_start_try): Remove excess argument to `check_start_handlers'.
6837 2000-02-09  Andrew Haley  <aph@cygnus.com>
6839         * decl.c (clear_binding_level): Remove excess initializer.
6840         (maybe_poplevels): Remove unused variable.
6841         (force_poplevels): Ditto.
6842         (struct binding_level): Add comment.
6844 2000-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6846         * jcf-write.c (generate_classfile): Don't consider
6847         pre-initialization with reference value (use <clinit> instead.)
6848         * parse.y (java_fix_constructors): No generated constructor for
6849         interfaces.
6850         (build_outer_field_access): Removed debug message.
6851         (outer_field_expanded_access_p): Adapted to bytecode generation.
6852         (build_outer_field_access_method): Use fix_method_argument_names.
6853         (build_outer_method_access_method): Fixed indentation. Added
6854         comment. Handle access method generation for static and also void
6855         methods.
6856         (build_access_to_thisn): Inserted debug message.
6857         (maybe_build_thisn_access_method): Use fix_method_argument_names.
6858         (resolve_qualified_expression_name): Fixed comment.
6859         (not_accessible_p): Adapted to bytecode generation. Added comment.
6860         (patch_method_invocation): Added comment.
6861         (maybe_use_access_method): Fixed leading comment. Handle static
6862         methods.
6863         (java_complete_lhs): Don't shortcut handling of initialized upon
6864         declaration String type static fields when generating bytecode.
6865         (patch_unaryop): Handle outer field access when generating
6866         bytecode.
6868 Thu Feb  3 20:23:19 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6870         * java-tree.h (FIELD_THISN): New macro.
6871         * jcf-write.c (append_synthetic_attribute): New function.
6872         (generate_classfile): Set "Synthetic" attribute on this$<n>,
6873         val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
6874         * parse.y (add_inner_class_fields): Set FIELD_THISN for created
6875         this$<n> fields.
6876         (build_outer_field_access): Turned on access functions usage and
6877         generation when compiling to bytecode.
6878         (maybe_use_access_method): Likewise.
6880 2000-01-25  Andrew Haley  <aph@cygnus.com>
6882         * java-except.h (struct eh_range): Add `expanded' field.
6883         (maybe_start_try): Add end_pc arg.
6884         (maybe_end_try): Ditto.
6885         * java-tree.h (force_poplevels): new function.
6886         * expr.c (expand_byte_code): Don't call maybe_start_try or
6887         maybe_end_try.
6888         * except.c (add_handler): Reset expanded.
6889         (expand_start_java_handler): Set expanded.
6890         (check_start_handlers): Don't expand a start handler that's
6891         already been expanded.
6892         (maybe_start_try): Add end_pc arg.  Only expand a handler which
6893         ends after end_pc.
6894         (expand_end_java_handler): call force_poplevels.
6895         (force_poplevels): new function.
6896         * decl.c (binding_level): Add start_pc of binding level.
6897         (maybe_pushlevels): Call maybe_start_try when pushing binding
6898         levels.
6899         (maybe_poplevels): Call maybe_end_try when popping binding levels.
6900         (LARGEST_PC): Define.
6901         (clear_binding_level): Use LARGEST_PC.
6903         * java-tree.h (DEBUG_JAVA_BINDING_LEVELS): new define.
6904         * decl.c (DEBUG_JAVA_BINDING_LEVELS): new define.
6905         (binding_depth, is_class_level, current_pc): new variables.
6906         (struct binding_level): ditto.
6907         (indent): new function.
6908         (push_jvm_slot): add debugging info.
6909         (maybe_pushlevels): ditto.
6910         (maybe_poplevels): ditto.
6911         (pushlevel): ditto.
6912         (poplevel): ditto.
6913         (start_java_method): ditto.
6914         (give_name_to_locals): comment only.
6915         * except.c (binding_depth, is_class_level, current_pc):
6916         new variables.
6917         (expand_start_java_handler): add debugging info.
6918         (expand_end_java_handler): ditto.
6920 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6922         * gjavah.c (overloaded_jni_method_exists_p): Add prototype.
6923         (print_name_for_stub_or_jni, process_file): Constify a char*.
6925 2000-02-03  Tom Tromey  <tromey@cygnus.com>
6927         * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
6929 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
6931         * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
6932         assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is
6933         defined to be 1.
6935 Wed Feb  2 18:43:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6937         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): New tree code.
6938         * java-tree.h (TYPE_II_STMT_LIST): New macro.
6939         (struct lang_type): New field `ii_block'.
6940         * lex.c (java_init_lex): Use CPC_INITIALIZER_LIST,
6941         CPC_STATIC_INITIALIZER_LIST and CPC_INSTANCE_INITIALIZER_LIST.
6942         * parse.h (struct parser_ctxt): New field `instance_initializers'.
6943         (CPC_INITIALIZER_LIST, CPC_STATIC_INITIALIZER_LIST,
6944         CPC_INSTANCE_INITIALIZER_LIST, CPC_INITIALIZER_STMT,
6945         CPC_STATIC_INITIALIZER_STMT, CPC_INSTANCE_INITIALIZER_STMT): New
6946         macros.
6947         * parse.y (add_instance_initializer): New function.
6948         (in_instance_initializer): New static global.
6949         (class_body_declaration:): Link instance initializer block.
6950         (static_initializer:): Use CPC_STATIC_INITIALIZER_STMT.
6951         (array_creation_expression:): Remove unused local.
6952         (java_parser_context_push_initialized_field): Fixed leading
6953         comment. Use CPC_STATIC_INITIALIZER_LIST, CPC_INITIALIZER_LIST and
6954         CPC_INSTANCE_INITIALIZER_LIST.
6955         (java_parser_context_pop_initialized_field): Likewise.
6956         (add_inner_class_fields): Use CPC_INITIALIZER_STMT.
6957         (register_fields): Use CPC_STATIC_INITIALIZER_STMT and
6958         CPC_INITIALIZER_STMT.
6959         (fix_constructors): New local `class_type'. Use it. Call
6960         add_instance_initializer.
6961         (java_complete_lhs): New case INSTANCE_INITIALIZERS_EXPR.
6962         (patch_return): Forbid return in instance initializers.
6963         (patch_throw_statement): Enforce exception handling in the context
6964         of instance initializers.
6966 2000-02-03  Tom Tromey  <tromey@cygnus.com>
6968         * Make-lang.in (java.mostlyclean): Remove executables in
6969         `mostlyclean'.
6971 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
6973         * gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
6974         HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
6975         (java_float_finite): Convert to use union Word from javaop.h.
6976         (java_double_finite): Convert to use union DWord from javaop.h.
6978 2000-02-02  Tom Tromey  <tromey@cygnus.com>
6980         * gjavah.c (options): Added `jni' entry.
6981         (help): Document -jni.
6982         (flag_jni): New global.
6983         (process_file): Handle JNI output.  Don't print text from
6984         -prepend, -add, etc, when generating stubs.  Only remove `.class'
6985         suffix if it actually exists.
6986         (main): Create a `.c' file when run with `--jni --stubs'.  Create
6987         correct output file name with `--jni'.
6988         (print_include): Mangle header name differently in JNI case.
6989         (HANDLE_METHOD): In JNI mode, call print_method_info to generate
6990         method list.
6991         (print_method_info): Handle JNI case.  Put signature info into
6992         method name.  Handle case when STREAM is NULL.
6993         (print_name_for_stub_or_jni): New function.
6994         (print_stub_or_jni): Renamed from `print_stub'.  Handle JNI.
6995         (print_cxx_classname): Handle JNI.
6996         (print_full_cxx_name): Likewise.
6997         (decode_signature_piece): Likewise.
6998         (overloaded_jni_method_exists_p): New function.
6999         (struct method_name): Added `signature' and `sig_length' fields.
7000         (HANDLE_END_FIELD): Do nothing in JNI mode.
7002 2000-02-02  Tom Tromey  <tromey@cygnus.com>
7004         * jv-scan.c: Include version.c, <getopt.h>.
7005         (LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
7006         (options): New array.
7007         (usage): New function.
7008         (version): New function.
7009         (main): Use getopt_long to parse command line.
7010         * jcf-dump.c: Include version.c, <getopt.h>.
7011         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
7012         OPT_JAVAP): New macros.
7013         (options): New array.
7014         (usage): Return `void'.  Changed message.
7015         (help): New function.
7016         (version): New function.
7017         (main): Use getopt_long_only to parse command line.
7018         * gjavah.c: Include <getopt.h>.
7019         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
7020         OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
7021         OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
7022         (options): New array.
7023         (java_no_argument): Removed.
7024         (help): Updated with missing options.
7025         (main): Use getopt_long_only to parse command line.
7026         (usage): Changed message.
7028 Tue Feb  1 22:23:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7030         * java-tree.def (NEW_ANONYMOUS_ARRAY_EXPR): New tree code.
7031         * parse.h (ANONYMOUS_ARRAY_BASE_TYPE, ANONYMOUS_ARRAY_DIMS_SIG,
7032         ANONYMOUS_ARRAY_INITIALIZER): New access macros.
7033         * parse.y (array_creation_expression:): Handle anonymous arrays.
7034         (build_array_from_name): Don't set `ret_name' if null.
7035         (resolve_qualified_expression_name): New case NEW_ANONYMOUS_ARRAY_EXPR.
7036         (qualify_ambiguous_name): Likewise.
7037         (java_complete_expand_class): Likewise.
7039 Tue Feb  1 14:59:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7041         * java-tree.def (SYNCHRONIZED_EXPR): Fixed typo.
7042         * parse.h (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): New macro.
7043         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STR): Likewise.
7044         (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use DECL_FINIT_P.
7045         (AIPL_FUNCTION_FINIT_INVOCATION): Replaces
7046         AIPL_FUNCTION_COMPLETED_INVOCATION.
7047         (AIPL_FUNCTION_CTOR_INVOCATION): Replaces
7048         AIPL_FUNCTION_INVOCATION_READY.
7049         (AIPL_FUNCTION_DECLARATION): New enum entry.
7050         * parse.y (reorder_static_initialized): New function.
7051         (java_parser_context_pop_initialized_field): Use it.
7052         (add_inner_class_fields): Use
7053         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID. Comment
7054         augmented. Install marker after last alias initializer, if any.
7055         (generate_finit): Fixed typo. Don't try to retain only the used
7056         fields.
7057         (method_header): Compute and set DECL_FUNCTION_NAP.
7058         (method_declarator): Fixed comment. Insert alias initializer in
7059         parameter list.
7060         (build_alias_initializer_parameter_list): Fixed leading
7061         comment. New case for AIPL_FUNCTION_DECLARATION. Old enum value
7062         replaced by new ones. Use MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID.
7063         (java_complete_expand_class): Code to retain only used aliases
7064         removed.
7065         (java_complete_expand_methods): New local `first_decl'. Generate
7066         $finit$ first, then expand the constructors, regular methods and
7067         <clinit>.
7068         (java_complete_expand_method): Don't report error on missing
7069         return statement if previously detected bogus.
7070         (fix_constructors): Don't patch constructor parameters list.
7071         (patch_method_invocation): Use new AIPL enum values. Reverse
7072         alias initializer list for anonymous classes.
7074 2000-01-30  Anthony Green  <green@redhat.com>
7076         * jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to
7077         determine how many stack slots to pop.
7079 2000-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7081         * parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
7082         error handling/recovery.
7083         * java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
7085 Fri Jan 28 20:10:57 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7087         * java-tree.h (ARG_FINAL_P, FIELD_LOCAL_ALIAS,
7088         FIELD_LOCAL_ALIAS_USED): New macros.
7089         (DECL_FUNCTION_NAP): New macro.
7090         (struct lang_decl): New field `nap'.
7091         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST): New macros.
7092         (struct lang_type): New fields `finit_stmt_list' and
7093         `clinit_stmt_list'.
7094         (CLASS_HAS_FINIT_P): Defined using TYPE_FINIT_STMT_LIST.
7095         * parse.h (MANGLE_OUTER_LOCAL_VARIABLE_NAME): New macro.
7096         (SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
7097         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP): New macros.
7098         (AIPL_FUNCTION_CREATION, AIPL_FUNCTION_COMPLETED_INVOCATION,
7099         AIPL_FUNCTION_INVOCATION_READY): New enum fields.
7100         (BUILD_THROW): Macro line separator re-indented.
7101         * parse.y (end_class_declaration): New function.
7102         (maybe_generate_pre_expand_clinit): New name for
7103         java_pre_expand_clinit. Create <clinit> off TYPE_CLINIT_STMT_LIST,
7104         pre-expand static fields.
7105         (maybe_generate_clinit): Function deleted.
7106         (check_for_static_method_reference): Prototype's parameter list
7107         indented.
7108         (generate_finit): New name for maybe_generate_finit. Changed
7109         leading comment. Function rewritten to use
7110         TYPE_FINIT_STMT_LIST. Call build_alias_initializer_parameter_list.
7111         (build_alias_initializer_parameter_list): New function.
7112         (java_parser_context_pop_initialized_field): Likewise.
7113         (add_inner_class_fields): Likewise.
7114         (type_declaration:): Call end_class_declaration.
7115         (class_member_declaration:): Likewise.
7116         (formal_parameter_list:): Fixed typos.
7117         (formal_parameter:): Use ARG_FINAL_P to mark created tree list
7118         element. Improved error handling.
7119         (block_statement:): Call end_class_declaration.
7120         (anonymous_class_creation:): Likewise.
7121         (create_anonymous_class): Fixed comments.
7122         (create_class): Call add_inner_class_fields.
7123         (register_fields): Set FIELD_LOCAL_ALIAS according to ARG_FINAL_P.
7124         (method_header): Use MARK_FINAL_PARMS.
7125         (finish_method_declaration): Use UNMARK_FINAL_PARMS.
7126         (method_declarator): Propagate final argument flag.
7127         (craft_constructor): New local `artificial'. Call
7128         build_alias_initializer_parameter_list. Use
7129         CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.
7130         (source_start_java_method): Mark parm decls with LOCAL_FINAL if
7131         necessary.
7132         (complete_expand_class): Get rid of unused outer context local
7133         alias fields.
7134         (java_complete_expand_methods): Fixed leading
7135         comment. Generate/pre-expand <clinit> first. Changed method
7136         expansion order to regular, $finit$, constructors, <clinit>.
7137         (java_complete_expand_method): Set current_function_decl.
7138         (fix_constructors): Fix constructor parameter list to account for
7139         outer context local alias initializers.
7140         (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
7141         (resolve_expression_name): Lookup outer context local aliases. New
7142         local `access', use it.
7143         (patch_method_invocation): Patch inner class ctor invocation with
7144         outer context local aliases initialization values. $finit$
7145         invocation patching now includes things generated with
7146         build_alias_initializer_parameter_list.
7147         (argument_types_convertible): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
7148         (build_super_invocation): Likewise.
7149         (patch_assignment): Changed comment.
7151 2000-01-27  Andrew Haley  <aph@cygnus.com>
7153         * jcf-write.c (emit_goto): RESERVE 3 bytes for insn.
7154         (emit_if): Ditto.
7155         (emit_jsr): Ditto.
7157 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7159         * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
7160         concatenation.
7161         (OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.
7163         * parse.y (register_fields): Don't pass a format specifier to
7164         OBSOLETE_MODIFIER_WARNING.
7165         (check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
7166         instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
7167         specifier.
7168         (check_modifiers): Change function into a macro.
7169         (check_class_interface_creation): Pass a literal format string.
7171 2000-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7173         * buffer.h: PROTO -> PARAMS.
7174         * check-init.c: Likewise.
7175         * class.c: Likewise.
7176         * constants.c: Likewise.
7177         * convert.h: Likewise.
7178         * decl.c: Likewise.
7179         * except.c: Likewise.
7180         * expr.c: Likewise.
7181         * gjavah.c: Likewise.
7182         * java-except.h: Likewise.
7183         * java-tree.h: Likewise.
7184         * jcf-depend.c: Likewise.
7185         * jcf-dump.c: Likewise.
7186         * jcf-parse.c: Likewise.
7187         * jcf-path.c: Likewise.
7188         * jcf-reader.c: Likewise.
7189         * jcf-write.c: Likewise.
7190         * jcf.h: Likewise.
7191         * jv-scan.c: Likewise.
7192         * jvgenmain.c: Likewise.
7193         * jvspec.c: Likewise.
7194         * lang.c: Likewise.
7195         * lex.c: Likewise.
7196         * lex.h: Likewise.
7197         * parse-scan.y: Likewise.
7198         * parse.h: Likewise.
7199         * parse.y: Likewise.
7200         * typeck.c: Likewise.
7201         * verify.c: Likewise.
7202         * xref.c: Likewise.
7203         * xref.h: Likewise.
7204         * zextract.c: Likewise.
7205         * zipfile.h: Likewise.
7207 2000-01-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7209         * class.c (make_class): Use MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
7210         (is_compiled_class): Remove test on TYPE_LANG_SPECIFIC, use TYPE_JCF.
7211         * constants.c (build_constant_data_ref): Check for cached
7212         current_constant_pool_data_ref. Cache current_constant_pool_data_ref
7213         in TYPE_CPOOL_DATE_REF.
7214         * java-tree.h (TYPE_JCF, TYPE_CPOOL, TYPE_CPOOL_DATA_REF,
7215         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC:) New macros.
7216         (struct lang_type): New fields `cpool' and `cpool_data_ref'.
7217         (LOCAL_FINAL): New macro.
7218         * jcf-parse.c (init_outgoing_cpool): Always allocate new outgoing
7219         constant pool -- don't try to reuse.
7220         (parse_zip_file_entries): Use TYPE_JCF, don't lazily allocate
7221         TYPE_LANG_SPECIFIC.
7222         (find_in_current_zip): Use TYPE_JCF.
7223         * parse.h (java_check_final): Prototype removed.
7224         * parse.y (create_class): Reversed Jan 12, 2000 extra argument patch.
7225         (maybe_create_class_interface_decl,
7226         check_class_interface_creation): Likewise.
7227         (java_expand_finals): Function removed.
7228         (class_declaration:): Reversed Jan 12, 2000 extra argument patch.
7229         (block_statement:): Fixed comment.
7230         (anonymous_class_creation:): Likewise.
7231         (check_class_interface_creation): Reversed Jan 12, 2000 extra
7232         argument patch.
7233         (check_class_interface_creation): Loosened error report on (inner)
7234         public class declarations. CPC_INNER_P replaces GET_CPC_LIST.
7235         (link_nested_class_to_enclosing): Reversed Jan 12, 2000 patch.
7236         (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra
7237         argument patch.
7238         (create_interface): Likewise.
7239         (anonymous_class_counter): New static global.
7240         (create_anonymous_class): Reversed Jan 12, 2000 extra argument
7241         patch. Fixed comments.
7242         (create_class): Reversed Jan 12, 2000 extra argument patch. Reset
7243         anonymous_class_counter when declaring a toplevel class.
7244         (craft_constructor): Fixed constructor name when handling
7245         anonymous classes. Anonymous class constructors to feature hidden
7246         this$<n> parameter.
7247         (java_fix_constructors): Added comment.
7248         (java_check_final): Function removed.
7249         (java_complete_expand_methods): Fixed comment. Don't generate
7250         class data, save its outgoing constant pool instead.
7251         (verify_constructor_super): Skip anonymous class constructor
7252         hidden this$<n> parameter.
7253         (java_expand_classes): New local `saved_ctxp'. Removed call to
7254         java_expand_finals and java_check_final. Expand anonymous class
7255         constructors. Generate class data.
7256         (build_super_invocation): Skip anonymous class hidden this$<n>
7257         parameter.
7258         * typeck.c (build_java_signature): Use TYPE_SIGNATURE and
7259         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
7260         (set_java_signature): Likewise.
7262 Mon Jan 18 14:30:09 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
7264         * gjavah.c: Delete ACC_VISIBILITY define.
7265         * jcf.h: Add ACC_VISIBILITY define.
7266         * parse.y: final: rule tagged <value>.
7267         (java_check_regular_methods): Use ACC_VISIBILITY define for
7268         default package access check.
7269         (local_variable_declaration_statement): Use final: rule.
7271 Mon Jan 17 11:58:17 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
7273         * parse.y (format_parameter:): Use final: rule instead of modifiers:.
7274         (final:): New rule.
7276 2000-01-17  Tom Tromey  <tromey@cygnus.com>
7278         * gjavah.c (print_field_info): Allow non-static final fields.
7280 Fri Jan 14 18:03:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7282         * parse.h (enum jdep_code): New entry `JDEP_ANONYMOUS'.
7283         * parse.y (patch_anonymous_class): New function.
7284         (create_anonymous_class): Register incomplete type when the
7285         class/interface to extends/implement isn't known yet.
7286         (parser_check_super_interface): Simplify argument to CLASS_INTERFACE.
7287         (verify_constructor_super): Tuned error message.
7289 Fri Jan 14 00:14:24 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7291         * java-tree.h (FOR_LOOP_P): Replaces IS_FOR_LOOP_P.
7292         (ANONYMOUS_CLASS_P): New macro.
7293         (TYPE_SIGNATURE, TYPE_JCF): New macros.
7294         (INNER_CLASS_TYPE_P): Fixed typo in leading comment.
7295         * parse.y (create_class): Added leading argument.
7296         (maybe_create_class_interface_decl,
7297         check_class_interface_creation): Likewise.
7298         (craft_constructor): New function.
7299         (verify_constructor_super): Added argument in prototype.
7300         (class_declaration:): Inserted leading argument.
7301         (for_begin:): Use FOR_LOOP_P.
7302         (anonymous_class_creation): Create WFL of the anonymous class to
7303         instantiate. Call build_new_invocation. Added comments.
7304         (check_class_interface_creation): Handle parameter `anonymous' in
7305         verbose mode class creation announce.
7306         (link_nested_class_to_enclosing): Exclude anonymous classes.
7307         (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on
7308         anonymous class, even though they appear to have an enclosing
7309         context.
7310         (create_interface): Pass extra argument to
7311         check_class_interface_creation.
7312         (create_anonymous_class): Set ANONYMOUS_CLASS_P to 1.
7313         (create_class): Call check_class_interface_creation and
7314         maybe_create_class_interface_decl with extra new argument. Don't
7315         add private this$<n> to anonymous classes.
7316         (method_declarator): Insert hidden this$<n> to anonymous class
7317         constructors.
7318         (java_fix_constructors): Deleted code creating default
7319         constructor. Call craft_constructor instead.
7320         (java_check_regular_methods): Set `saw_constructor' to 1 for
7321         anonymous classes.
7322         (fix_constructors): Pass extra argument to verify_constructor_super.
7323         (verify_constructor_super): New local `sdecl', use it. Search for
7324         matching constructor (possibly featuring arguments) in super
7325         class.
7326         (lookup_method_invoke): Craft constructor according to arguments
7327         list when dealing with anonymous class constructors.
7328         (build_super_invocation): Pass arguments to anonymous class super
7329         constructors.
7330         (search_loop): Use FOR_LOOP_P.
7331         (labeled_block_contains_loop_p): Likewise.
7333 Wed Jan 12 00:38:47 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7335         * class.c (set_super_info): Set CLASS_STATIC when appropriate.
7336         (enclosing_context_p): New function.
7337         (get_access_flags_from_decl): Handle CLASS_STATIC.
7338         (maybe_layout_super_class): Extra first argument passed to
7339         do_resolve_class.
7340         (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
7341         ID_INIT_P.
7342         * decl.c (access0_identifier_node): New global.
7343         (init_decl_processing): access0_identifier_node initialized.
7344         (pushdecl): Set DECL_CONTEXT only on non type decls.
7345         * expr.c (lookup_field): Lookup inner class fields in enclosing
7346         contexts.
7347         (expand_invoke): Use ID_INIT_P.
7348         (expand_java_field_op): Use DECL_CLINIT_P.
7349         * java-tree.def (CLASS_LITERAL): New tree code.
7350         * java-tree.h (DECL_FUNCTION_ACCESS_DECL,
7351         DECL_FUNCTION_INNER_ACCESS, FIELD_INNER_ACCESS): New macros.
7352         (struct lang_decl): New field `inner_access'.
7353         (enclosing_context_p): Prototyped.
7354         (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
7355         ID_CLINIT_P): New macros.
7356         (CLASS_STATIC): New macro.
7357         (CLASS_ACCESS0_GENERATED_P): New macro.
7358         (OUTER_FIELD_ACCESS_IDENTIFIER_P, INNER_CLASS_DECL_P,
7359         TOPLEVEL_CLASS_DECL_P, INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
7360         INNER_CLASS_P): New macros.
7361         (DECL_INNER_CLASS_LIST): New macro.
7362         * jcf-parse.c (yyparse): Avoid the use of ANSI string
7363         concatenation.
7364         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
7365         the shift value to int. Fixed typo in comment.
7366         * lex.c (inst_id, wpv_id): Initialize.
7367         * mangle.c (unicode_mangling_length): Take `$' into account.
7368         * parse.h (DRECOVER, RECOVER): Terminate properly.
7369         (IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS): New macro.
7370         (typedef struct _jdep): New field `enclosing'.
7371         (JDEP_ENCLOSING): New macro.
7372         (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
7373         (struct parser_ctxt): New fields `marker_beginning', `marked_end'.
7374         (GET_CPC_LIST, CPC_INNER_P, GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE,
7375         GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
7376         GET_ENCLOSING_CPC_CONTEXT): New macros.
7377         (PUSH_CPC, PUSH_ERROR, POP_CPC): New macros.
7378         (do_resolve_class): Added extra argument in prototype.
7379         * parse.y (resolve_class): Added extra argument in prototype.
7380         (maybe_create_class_interface_decl): Likewise.
7381         (maybe_use_access_method, build_wfl_wrap): New functions.
7382         (java_complete_expand_classes, java_complete_expand_class):
7383         Likewise.
7384         (java_parser_context_push_initialized_field,
7385         java_parser_context_suspend, java_parser_context_resume):
7386         Likewise.
7387         (maybe_make_nested_class_name, make_nested_class_name,
7388         set_nested_class_simple_name_value,
7389         link_nested_class_to_enclosing, find_as_inner_class,
7390         find_as_inner_class_do, check_inner_class_redefinition,
7391         build_thisn_assign, build_current_thisn, build_access_to_thisn,
7392         maybe_build_thisn_access_method, build_outer_field_access,
7393         build_outer_field_access_methods, build_outer_field_access_expr,
7394         build_outer_method_access_method, build_new_access_id,
7395         build_outer_field_access_method, outer_field_access_p,
7396         outer_field_expanded_access_p, outer_field_access_fix,
7397         build_incomplete_class_ref, patch_incomplete_class_ref,
7398         create_anonymous_class): Likewise.
7399         (inst_id, wpv_id): New static global variables.
7400         (synchronized:): New rule, tagged <node>.
7401         (type_declaration:): No longer tagged <node>. Call POP_CPC in sub
7402         rules.
7403         (anonymous_class_creation:): New rule, tagged <node>.
7404         (NEW_TK): Tagged <node>.
7405         (type_literals, array_type_literal): New rules, tagged <node>.
7406         (class_declaration:): Removed action when reducing by class_body:
7407         (class_body:): Set DECL_END_SOURCE_LINE and rule's returned value
7408         using GET_CPC in sub-rules.
7409         (class_member_declaration): Handle inner classes.
7410         (method_declaration): When reducing method_header:, reset
7411         current_function_decl when appropriate.
7412         (method_declarator:): Set the number of formal parameter to 0 for
7413         method declared without arguments.
7414         (constructor_declarator:): Likewise.
7415         (static_initializer:): List of elements kept in a list.
7416         (static:): Rule modifiers: replaces MODIFIER_TK. Enforce correct
7417         use of the keyword `static' for type declarations.
7418         (block_statement:): Handle inner class declarations.
7419         (primary_no_new_array:): Use type_literals:. Fixed comment. Handle
7420         type qualified `this'.
7421         (class_instance_creation_expression): Use anonymous_class_creation:
7422         to handle inner class instances creation. Handle qualified `new'.
7423         (something_dot_new): Added appropriate actions.
7424         (create_new_parser_context): New function.
7425         (java_push_parser_context, java_parser_context_save_global,
7426         java_parser_context_suspend): Use create_new_parser_context.
7427         (check_modifiers): Changed leading comment.
7428         (check_class_interface_creation): Handle interclasses.
7429         (add_superinterfaces): Fixed comment.
7430         (create_interface): Build qualified name from the raw_name instead
7431         of its matching WFL. Push the initialized fields list. raw_name added
7432         as an extra argument to maybe_create_class_interface_decl.
7433         (create_class): Build qualified name from the raw_name instead of
7434         its matching WFL. Removed assignment to current_parsed_class_un.
7435         Call PUSH_ERROR before returning an error. Suspend the current
7436         parser context when processing an inner class. Push the
7437         initialized fields list. raw_name added as an extra argument to
7438         maybe_create_class_interface_decl. Add the private this$<n>
7439         field.
7440         (duplicate_declaration_error_p): Use GET_CPC when calling find_field.
7441         (register_fields): Get the class type from GET_CPC and handle
7442         previous errors.  Added code to handle the creation of static
7443         fields in inner classes. Initialized fields initialization
7444         statements kept in a list of lists.
7445         (maybe_generate_finit): Initialized fields initialization
7446         statements kept in a list of lists. Use GET_CPC.
7447         (maybe_generate_clinit): Likewise.
7448         (method_header): Use GET_CPC and GET_CPC_UN.
7449         (parser_qualified_classname): Handle inner classes.
7450         (register_incomplete_type): Set JDEP_ENCLOSING using GET_CPC.
7451         (java_fix_constructors): Hide pointer to enclosing context
7452         instance in constructor list when dealing with inner classes.
7453         (jdep_resolve_class): Call resolve_class with extra first argument
7454         JDEP_ENCLOSING.
7455         (resolve_class): Add enclosing context as a first extra argument
7456         to do_resolve_class.
7457         (do_resolve_class): Call find_as_inner_class. Handle WFLs
7458         properly.
7459         (resolve_no_layout): Extra argument added to resolve_class
7460         invocation.
7461         (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
7462         (java_get_real_method_name): Use GET_CPC_UN.
7463         (check_abstract_method_definitions): Use DECL_CLINIT_P.
7464         (java_check_abstract_methods): Handle static method declared in
7465         inner classes by an error.
7466         (java_check_regular_methods): Use DECL_CLINIT_P.
7467         (source_start_java_method): Also set DECL_MAX_LOCALS.
7468         (create_artificial_method): Call java_parser_context_save_global
7469         and java_parser_context_restore_global instead of saving/restoring
7470         the context by hand.
7471         (expand_start_java_method): Improved verbose mode message.
7472         (java_complete_expand_methods): Fixed leading comment. Use
7473         DECL_CLINIT_P.
7474         (fix_constructors): Added assignment to this$<n> if necessary.
7475         (java_expand_classes): Call java_complete_expand_classes instead
7476         of java_complete_expand_methods.
7477         (make_qualified_primary): Simplified.
7478         (merge_qualified_name): Optimized for missing left or right parts.
7479         (resolve_expression_name): Handle access to outer class fields from
7480         interclasses.
7481         (resolve_qualified_expression_name): New macro
7482         RESTORE_THIS_AND_CURRENT_CLASS, used. Handle creation of inner
7483         classes. Report error on non appropriate qualification of
7484         `new'. Handle qualified `this'.
7485         (not_accessible_p): Allow access to outer class private fields from
7486         inner classes.
7487         (patch_method_invocation): Handle method invocations through
7488         access methods and inner class constructor invocations.
7489         (find_applicable_accessible_methods_list): Search enclosing
7490         contexts of an inner class.
7491         (search_applicable_methods_list): Fixed typo.
7492         (argument_types_convertible): Handle inner class constructors'
7493         hidden outer context reference argument.
7494         (qualify_ambiguous_name): Handle qualified `this'.
7495         (java_complete_lhs): Handle use of field accessed through
7496         artificial access methods in various cases of assignments. Handle
7497         CLASS_LITERAL node.
7498         (check_final_assignment): Use DECL_CLINIT_P.
7499         (valid_ref_assignconv_cast_p): Handle the destination being an
7500         enclosing context of the source.
7501         (patch_unaryop): Handle use of field accessed through artificial
7502         access methods.
7503         (patch_return): Use DECL_CLINIT_P.
7504         (patch_throw_statement): Use DECL_CLINIT_P.
7505         (check_thrown_exceptions): Use DECL_FINIT_P and DECL_INIT_P.
7506         * verify.c (verify_jvm_instructions): Use ID_CLINIT_P and
7507         ID_INIT_P.
7509 2000-01-16  Anthony Green  <green@cygnus.com>
7511         * parse.y (build_string_concatenation): Only use
7512         StringBuffer(String) shortcut if String arg is constant.
7514 Wed Jan 12 20:20:11 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7516         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
7517         the shift value to int. Fixed typo in comment.
7519 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
7521         * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
7522         * jcf-write.c: Likewise.
7523         * parse.y: Likewise.
7524         * parse.c: Regenerate.
7526 2000-01-09  Anthony Green  <green@cygnus.com>
7528         * jcf-write.c (generate_bytecode_insns): Emit invokeinterface
7529         bytecodes in the correct order.
7531 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7533         * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
7535 Thu Jan  6 16:31:28 2000  Anthony Green  <green@cygnus.com>
7537         * expr.c (java_lang_expand_expr): Switch to permanent obstack
7538         before building constant array decl.
7540 Thu Jan  6 00:54:10 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7542         * jcf-write.c (generate_bytecode_conditional): Fixed indentation in
7543         method invocation and typo in conditional expression.
7544         (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
7545         the appropriate NOTE_POP.
7546         * parse.y (patch_binop): Shift value mask to feature the right
7547         type.
7549 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7551         * class.c (assume_compiled, assume_compiled_node): Add static
7552         prototype.
7553         (add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
7555         * jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
7557         * jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
7559         * parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
7560         to `__modifier' to avoid stringifying it.
7562         * parse.y (verify_constructor_circularity): Don't call a variadic
7563         function with a non-literal format string.
7564         (java_check_abstract_methods): Move unreachable code inside
7565         `continue' statement.
7566         (lookup_method_invoke): Call xstrdup, not strdup.
7568         * expr.c (expand_java_field_op): Avoid the use of ANSI string
7569         concatenation.
7571         * jcf-parse.c (yyparse): Likewise.
7573         * jv-scan.c (main): Likewise.
7575 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7577         * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
7578         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
7579         ERROR_CAST_NEEDED_TO_INTEGRAL): Avoid the use of ANSI string
7580         concatenation.
7582         * parse.y (synchronized, variable_redefinition_error,
7583         check_class_interface_creation, create_interface, create_class,
7584         method_header, finish_method_declaration,
7585         check_modifiers_consistency, method_declarator,
7586         complete_class_report_errors, check_abstract_method_definitions,
7587         java_check_regular_methods, check_throws_clauses,
7588         java_check_abstract_methods, read_import_dir,
7589         check_pkg_class_access, declare_local_variables, fix_constructors,
7590         cut_identifier_in_qualified, resolve_expression_name,
7591         resolve_qualified_expression_name, patch_method_invocation,
7592         java_complete_lhs, patch_assignment, try_builtin_assignconv,
7593         patch_binop, patch_array_ref, patch_newarray, build_labeled_block,
7594         patch_exit_expr, patch_exit_expr, patch_switch_statement,
7595         patch_try_statement, patch_synchronized_statement,
7596         patch_throw_statement, check_thrown_exceptions,
7597         patch_conditional_expr): Likewise.
7599 Fri Dec 24 00:25:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7601         * Makefile.in (LIBDEPS): Added gcc's errors.o
7602         (../jcf-dump$(exeext):): Link with gcc's errors.o
7603         (../gcjh$(exeext):): Likewise.
7604         * expr.c (expand_java_NEW): Layout the entire target type instead of
7605         laying out its methods only.
7606         (lookup_field): Layout the class after having loaded it.
7607         * java-tree.h (java_debug_context): Declared.
7608         * jcf-io.c (toplev.h): Included.
7609         (find_class): Removed assignment to jcf's outofsynch
7610         field. Force source file to be read if newer than its matching
7611         class file. Tweaked debug messages.
7612         * jcf-parse.c (jcf_out_of_synch): Deleted.
7613         (read_class): Call to jcf_out_of_synch removed.
7614         * jcf.h (typedef struct JCF): Field `outofsynch' deleted.
7615         (jcf_out_of_synch): Prototype deleted.
7616         * parse.h (struct parser_ctxt): `minus_seen', `java_error_flag',
7617         `deprecated' and `class_err': integer turned into bit-fields.
7618         New bit-fields `saved_data_ctx' and `saved_data'. Fixed comments.
7619         * parse.y (package_list): New global.
7620         (package_declaration:): Record newly parsed package name.
7621         (extra_ctxp_pushed_p): Static global deleted.
7622         (java_parser_context_save_global): Create buffer context for the
7623         purpose of saving globals, if necessary.
7624         (java_parser_context_restore_global): Pop context pushed for the
7625         purpose of saving globals, if necessary.
7626         (java_debug_context_do): New prototype and function.
7627         (java_debug_context): Likewise.
7628         (do_resolve_class): Use already parsed package names to qualify
7629         and lookup class candidate.
7630         (java_pre_expand_clinit): Removed unnecessary local variable.
7632 1999-12-17  Tom Tromey  <tromey@cygnus.com>
7634         * gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
7635         fixes PR gcj/119.
7636         (process_file): Use `\n\' at end of each line in string.
7638 Thu Dec 16 00:09:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7640         * expr.c (expand_invoke): Layout the loaded class before
7641         attempting to use it.
7642         (expand_java_field_op): Allow final field assignments to take
7643         place in $finit$.
7644         * typeck.c (convert): Return error_mark_node if expr is null.
7646 1999-12-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7648         * class.c (class_depth): Return -1 if the class doesn't load
7649         properly.
7650         * expr.c (can_widen_reference_to): Check for errors during depth
7651         computation and return 0 accordingly.
7652         * jcf-parse.c (parse_source_file): Call java_fix_constructors to
7653         create default constructors and add an other error check.
7654         * parse.h (java_fix_constructors): Prototyped.
7655         * parse.y (java_pre_expand_clinit): Likewise.
7656         (build_super_invocation): Re-prototyped to feature one argument.
7657         (java_check_circular_reference): Directly use `current'.
7658         (java_fix_constructors): New function.
7659         (java_check_regular_methods): Don't create default constructors
7660         here, but abort if none were found.
7661         (java_complete_expand_methods): Pre-process <clinit> calling
7662         java_pre_expand_clinit.
7663         (java_pre_expand_clinit): New function.
7664         (fix_constructors): build_super_invocation invoked with the
7665         current method declaration as an argument.
7666         (build_super_invocation): Use the context of the processed method
7667         decl argument instead of current_class.
7668         * typeck.c (lookup_java_method): Take WFLs in method names into
7669         account.
7671 Tue Dec 14 14:20:16 1999  Per Bothner  <per@bothner.com>
7673         * class.c (make_class_data): flag_keep_inline_functions to keep
7674         private methods in the method array.
7676 1999-12-15  Anthony Green  <green@cygnus.com>
7678         * check-init.c (check_init): Take into account both types of
7679         `throw's when checking for uninitialized variables.
7681 Fri Dec 10 21:53:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7683         * parse.y (java_complete_lhs): Force convertion of array
7684         dimensions to int_type_node, that's what runtime's ABI expects.
7686 Fri Dec 10 16:13:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7688         * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
7689         operand of a WFL, until the Java front-end gets fixed with regard
7690         to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
7692 1999-12-10  Andrew Haley  <aph@cygnus.com>
7694         * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
7695         decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
7696         expr.c (build_java_athrow): Add support for sjlj-exceptions.
7697         java-tree.h: Ditto.
7698         jcf-write.c: Ditto.
7700 Wed Dec  8 15:33:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7702         * expr.c (java_lang_expand_expr): Switch to permanent obstack
7703         before calling expand_eh_region_start and expand_start_all_catch.
7704         * except.c (expand_start_java_handler): Switch to permanent
7705         obstack before calling expand_eh_region_start.
7706         (expand_end_java_handler): Switch to permanent obstack before
7707         calling expand_start_all_catch.
7709 1999-12-5  Anthony Green  <green@cygnus.com>
7711         * decl.c (init_decl_processing): Mark throw_node as a noreturn
7712         function with side effects.
7713         (init_decl_processing): Mark all memory allocating DECLs with
7714         DECL_IS_MALLOC.
7716 Wed Dec  1 04:25:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7718         * except.c (expand_end_java_handler): Call
7719         expand_resume_after_catch and end_catch_handler.
7721 Tue Nov 30 12:36:15 1999  Anthony Green  <green@cygnus.com>
7723         * verify.c (verify_jvm_instructions): Create new return label
7724         chain if non existent (don't rely on the verified state of the jsr
7725         target.)
7727 Tue Nov 30 12:28:34 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7729         * jcf-write.c (generate_bytecode_insns): Fixed indentation for
7730         COMPOUND_EXPR and FIX_TRUNC_EXPR cases.
7732         * parse.y (patch_assignment): Removed bogus final class test on
7733         lhs when checking on whether to emit an ArrayStoreException runtime
7734         check.
7735         * expr.c (expand_java_arraystore): Likewise.
7737 1999-11-28 Anthony Green <green@cygnus.com>
7739         * decl.c (find_local_variable): Reuse single slot decls when
7740           appropriate.
7742 Wed Nov 24 17:33:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7744         * jcf-parse.c (saw_java_source): Global variable removed.
7745         (read_class): Don't use `saw_java_source'. Added extra braces.
7746         (yyparse): Code setting `saw_java_source' removed.
7748 1999-11-24  Mark Mitchell  <mark@codesourcery.com>
7750         * except.c (emit_handlers): Zero catch_clauses after emitting them.
7752 Tue Nov 23 17:29:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7754         * verify.c (merge_type_state): Non verified subroutines being
7755         considered more than once to trigger passive type merge.
7757 Tue Nov 23 10:55:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7759         * parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE
7760         in case of error. Error message tuned.
7762 1999-11-21  Anthony Green  <green@cygnus.com>
7764         * constants.c (find_methodref_index): Unwrap method names before
7765         inserting them in the constant pool.
7767         * jcf-parse.c (jcf_parse): Display `interface' when appropriate.
7769         * class.c (assume_compiled_node): New typedef.
7770         (assume_compiled_tree): New static data.
7771         (find_assume_compiled_node): New function.
7772         (add_assume_compiled): New function.
7773         (assume_compiled): New function.
7774         * class.c (make_class_data): Use assume_compiled.
7775         (is_compiled_class): Use assume_compiled.
7777         * java-tree.h (add_assume_compiled): Declare.
7779         * lang.c (lang_decode_option): Parse new options.
7781 Wed Nov 17 21:09:28 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7783         * class.c (layout_class): Always convert TYPE_SIZE_UNIT to
7784         int_type_node: that's what `_Jv_AllocObject' expects.
7786 Thu Nov 11 01:57:14 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7788         * parse.y (lookup_method_invoke): Use lang_printable_name to
7789         reliably build the type name during error report. Fixes PR gcj/97.
7791 1999-11-09  Tom Tromey  <tromey@cygnus.com>
7793         * jcf-path.c: Include <sys/stat.h>.
7794         (jcf_path_init): Search for libjava.zip.  Fixes PR gcj/84.
7795         (DIR_UP): New macro.
7797 Tue Nov  9 12:12:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7799         * parse.y (source_end_java_method): Resume permanent allocation,
7800         reversing Apr 27 1998 patch.
7801         (patch_string_cst): Pop obstacks after having pushed the permanent
7802         ones.
7804 1999-11-05  Tom Tromey  <tromey@cygnus.com>
7806         * class.c (finish_class): Emit inlined methods if any native
7807         methods exist in the class.  Fixes PR gcj/85.
7809 Thu Nov  4 16:27:01 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7811         * parse.y (resolve_qualified_expression_name): Handle PLUS_EXPR.
7812         (qualify_ambiguous_name): Likewise.
7814 Wed Nov  3 15:20:02 MST 1999  Godmar Back <gback@cs.utah.edu>
7816         * typeck.c: (lookup_java_method):  search all inherited
7817         interfaces when looking up interface method.
7819 Mon Nov  1 23:42:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7821         * parse.y (method_header:): Issue error message for rule `type
7822         error'.
7823         (synchronized:): Error report when not using synchronized.
7825 Mon Nov  1 01:32:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7827         * parse.y (resolve_qualified_expression_name): Prevent `this' from
7828         being used before the superclass constructor has been called.
7829         (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
7830         instead of `CALL_THIS_CONSTRUCTOR_P'.
7832 Sat Oct 30 21:35:13 1999  Todd T. Fries <todd@lighthouse.fries.net>
7834         * check-init.c: Fix typo in comment.
7836 Fri Oct 29 14:35:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7838         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
7839         and final method.
7841 Fri Oct 29 14:23:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7843         * parse.y (expression_statement:): Call function to report
7844         improper invocation of a constructor.
7845         (parse_ctor_invocation_error): New function.
7847 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
7849         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
7850         remember_end_note.
7852 1999-10-21  Tom Tromey  <tromey@cygnus.com>
7854         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
7855         in generated `main'.
7857 Thu Oct 21 01:27:31 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7859         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
7860         (qualify_ambiguous_name): Likewise.
7862 Wed Oct 20 01:41:47 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7864         * parse.y (java_complete_tree): fold_constant_for_init to work on
7865         permanent_obstack.
7866         (java_complete_lhs): Likewise.
7867         (array_constructor_check_entry): Complete an initializer element
7868         on permanent_obstack.
7870 1999-10-19  Tom Tromey  <tromey@cygnus.com>
7872         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
7873         From Mike Moreton <mike@pillim.demon.co.uk>.
7875 1999-10-15  Greg McGary  <gkm@gnu.org>
7877         * java-tree.h (flag_bounds_check): Remove extern decl.
7878         * lang.c (flag_bounds_check): Remove global variable.
7879         (lang_f_options): Remove "bounds-check" entry.
7880         (lang_init_options): Default flag_bounds_check to "on".
7882 1999-10-14  Tom Tromey  <tromey@cygnus.com>
7884         * jvgenmain.c (usage): New function.
7885         (main): Use it.  Also, handle `-D' options.
7886         * jvspec.c (lang_specific_driver): Recognize -D.
7887         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
7889         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
7891 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7893         * jcf-dump.c (print_constant, disassemble_method): Don't call a
7894         variadic function with a non-literal format string.
7896         * parse-scan.y (report_main_declaration): Likewise.
7898         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
7900         * parse.y (read_import_dir, patch_assignment, patch_binop,
7901         patch_array_ref): Likewise.
7903         * typeck.c (build_java_array_type): Likewise.
7905         * verify.c (verify_jvm_instructions): Likewise.
7907 Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7909         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
7911 1999-10-07  Anthony Green  <green@cygnus.com>
7913         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
7914         where CHECK_PUT may fail for valid reasons.
7916         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
7917         UNSAFE_PUTN): New macros.
7919 1999-10-04  Tom Tromey  <tromey@cygnus.com>
7921         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
7922         well.  Fixes Java PR gcj/59.
7923         * parse-scan.y (yyerror): Report errors.
7925 Fri Sep 24 12:23:05 1999  Glenn Chambers  <GChambers@provsol.com>
7927         * decl.c (insert_block): Remove unconditional `abort'.
7929 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
7931         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
7932         FUNCTION_CODE now of type int.  All callers changed.
7933         Set the builtin's DECL_BUILT_IN_CLASS.
7935 1999-09-23  Tom Tromey  <tromey@cygnus.com>
7937         * jvspec.c (lang_specific_driver): Don't read spec file if
7938         -fsyntax-only given.
7940 1999-09-22  Tom Tromey  <tromey@cygnus.com>
7942         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
7944         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
7945         (WORDS_TO_LONG): Likewise.
7946         (WORDS_TO_DOUBLE): Likewise.
7948 Tue Sep 14 16:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7950         * jcf-write.c (RELOCATION_VALUE_0): New macro.
7951         (RELOCATION_VALUE_1): Likewise.
7952         (emit_iinc, emit_reloc, push_constant1, push_constant2,
7953         push_in_const, push_long_const): Prototyped.
7954         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
7955         (push_constant2): Likewise.
7956         (push_int_const): Cast find_constant1's integer arguments to `jword'.
7957         (find_constant_wide): Cast find_constant2's integer arguments to
7958         `jword'.
7959         (find_constant_index): Cast find_constant2's and find_constant2's
7960         integer arguments to `jword'.
7961         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
7962         (emit_switch_reloc): Use RELOCATION_VALUE_0.
7963         (emit_if): Use RELOCATION_VALUE_1.
7964         (emit_goto): Likewise.
7965         (emit_jsr): Likewise.
7966         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
7967         argument to push_long_const to HOST_WIDE_INT.
7969 1999-09-15  Andreas Schwab  <schwab@suse.de>
7971         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
7973 1999-09-20  Nick Clifton  <nickc@cygnus.com>
7975         * lang.c (lang_decode_option): Extend comment.
7977 Thu Sep 16 15:42:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7979         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
7980         instead of fndecl.
7982 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7984         * gjavah.c (get_field_name, print_method_info, print_include,
7985         add_namelet): Use xmalloc, not malloc.
7987         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
7988         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
7989         NULL pointer.
7991         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
7993         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
7995         * jcf-path.c (add_entry): Likewise.
7997         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
7999         * jv-scan.c (xmalloc): Remove definition.
8001         * jvgenmain.c (xmalloc): Likewise.
8003         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
8005         * lex.c (java_store_unicode): Use xrealloc, not realloc.
8007         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
8008         concat, not xmalloc/sprintf.
8009         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
8010         (xstrdup): Remove definition.
8012         * parse.y (duplicate_declaration_error_p,
8013         constructor_circularity_msg, verify_constructor_circularity,
8014         check_abstract_method_definitions, java_check_regular_methods,
8015         java_check_abstract_methods, patch_method_invocation,
8016         check_for_static_method_reference, patch_assignment, patch_binop,
8017         patch_cast, array_constructor_check_entry, patch_return,
8018         patch_conditional_expr): Use xstrdup, not strdup.
8020         * zextract.c (ALLOC): Use xmalloc, not malloc.
8022 Sun Sep 12 23:30:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8024         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
8026         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
8027         (do_spec, lang_specific_pre_link, lang_specific_driver,
8028         input_filename, input_filename_length): Don't declare.
8029         (main_class_name, jvgenmain_spec, lang_specific_driver):
8030         Constify a char*.
8031         (lang_specific_driver): All calls to the function pointer
8032         parameter now explicitly call `fatal'.
8034 Sat Sep 11 16:46:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8036         * parse.y (find_applicable_accessible_methods_list): Search
8037         abstract classes as interfaces.
8039 Thu Sep  9 17:33:28 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8041         * class.c (finish_class): We're now outside a valid method
8042         declaration. Tell the rest of gcc so.
8044 1999-09-08  Bruce Korb  autogen@linuxbox.com
8046         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
8048 1999-09-07  Tom Tromey  <tromey@cygnus.com>
8050         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
8051         java-array.h.
8052         (decode_signature_piece): Don't emit "::" in JArray<>.
8053         (print_namelet): Only print trailing `;' when printing a class.
8055 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
8057         * java-tree.h: Delete declarations for all tree nodes now moved to
8058         global_trees.
8059         * decl.c: Delete their definitions.
8061 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
8063         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
8064         * Makefile.in (OBJS): Add ggc-callbacks.o.
8065         (OBJDEPS): Likewise.
8067 1999-09-03  Tom Tromey  <tromey@cygnus.com>
8069         * parse.y (strip_out_static_field_access_decl): Return operand if
8070         it satisfies JDECL_P.
8072 1999-09-02  Tom Tromey  <tromey@cygnus.com>
8074         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
8075         Handle nested arrays, like `[[I'.
8077 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8079         * class.c (finish_class): Remove unused parameter, all callers
8080         changed.
8082         * expr.c (build_java_athrow): Change return type to void.
8083         (java_lang_expand_expr): Make sure each case in switch returns a
8084         value.
8086         * java-tree.h (finish_class): Fix prototype to take void args.
8088         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
8089         (main): Issue return from main, not exit.
8091         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
8093         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
8095         * jv-scan.c (main): Issue return from main, not exit.
8097         * parse.y (check_abstract_method_definitions,
8098         java_check_abstract_method_definitions): Add static prototypes.
8099         (java_complete_expand_methods): Fix call to `finish_class'.
8101         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
8102         and `prevpc'.
8104 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8106         * lang.c (language_string): Constify.
8108 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8110         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
8111         Remove hacks for stuff which comes from libiberty.
8113         * Make-lang.in: Likewise.
8115 Mon Aug 30 16:41:41 1999  Hans-Peter Nilsson  <hp@axis.se>
8117         * Makefile.in (xref.o): Depend on xref.c explicitly.
8119 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8121         * java-tree.h (lang_printable_name): Constify a char*.
8123         * lang.c (lang_printable_name): Likewise.
8125 Fri Aug 27 23:31:57 1999  Jeffrey A Law  (law@cygnus.com)
8127         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
8128         comments in C code.
8130 1999-08-26  Tom Tromey  <tromey@cygnus.com>
8132         * gjavah.c (print_cxx_classname): Print "::" before qualified
8133         name.
8135 Thu Aug 26 09:10:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8137         * parse.y (lookup_cl): Changed leading comment. Now does its best
8138         to set the column number.
8139         (qualify_ambiguous_name): Take WFL wrappers into account.
8141 Wed Aug 25 15:37:15 1999  Gregg Townsend  <gmt@cs.arizona.edu>
8143         * verify.c (verify_jvm_instructions): Don't check instruction
8144         validity beyond end of method.
8146 1999-08-25  Tom Tromey  <tromey@cygnus.com>
8148         * jvspec.c (lang_specific_driver): Correctly handle --help again.
8150 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8152         * gjavah.c (print_name, print_base_classname, utf8_cmp,
8153         cxx_keyword_subst, generate_access, name_is_method_p,
8154         get_field_name, print_field_name, super_class_name, print_include,
8155         decode_signature_piece, print_class_decls, usage, help,
8156         java_no_argument, version, add_namelet, print_namelet): Add static
8157         prototype.
8158         (print_base_classname, utf8_cmp, cxx_keyword_subst,
8159         name_is_method_p): Constify a char*.
8160         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
8161         Provide a final else clause in an if-else-if.
8162         (print_field_info): Add missing final arg in function call to
8163         `print_field_name'.
8164         (print_method_info, decompile_method, decode_signature_piece,
8165         print_c_decl, print_full_cxx_name, print_stub,
8166         print_mangled_classname, super_class_name, print_include,
8167         add_namelet, add_class_decl, print_class_decls, process_file,
8168         help): Constify a char*.
8170         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
8171         push_int_const, find_constant_wide, find_constant_index,
8172         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
8173         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
8174         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
8175         emit_if, emit_goto, emit_jsr, call_cleanups,
8176         make_class_file_name): Add static prototypes.
8177         (generate_bytecode_return, generate_bytecode_insns): Pass a
8178         NULL_PTR, not a NULL_TREE.
8180         * jv-scan.c: Include "jcf.h".
8181         (main): Declare using DEFUN macro.
8183         * jvspec.c (find_spec_file, lang_specific_pre_link,
8184         lang_specific_driver): Add prototypes.
8185         (find_spec_file): Constify a char*.
8187         * keyword.gperf (hash, java_keyword): Add prototypes.
8189         * lang.c (lang_print_error): Add static prototype.
8190         (lang_init): Prefer memcpy over bcopy to avoid casts.
8192         * lex.c (yylex): Add static prototype.
8194         * parse-scan.y: Include "lex.c" earlier.
8196         * parse.h: Remove redundant declaration for `yylex'.
8198         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
8199         labeled_block_contains_loop_p): Add static prototypes.
8200         (not_accessible_p): Make static to match prototype.
8202         * verify.c (start_pc_cmp): Don't needlessly cast away const.
8204 Sun Aug 22 11:07:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8206         * parse.y (check_method_redefinition): Changed leading comment.
8207         (check_abstract_method_definitions): New function.
8208         (java_check_abstract_method_definitions): New function.
8209         (java_check_regular_methods): Call it.
8210         (verify_constructor_super): Fixed indentation.
8211         (lookup_method_invoke): Likewise.
8213 Thu Aug 19 10:26:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8215         * parse.y (method_header): Return a null pointer if the current
8216         class node is null.
8217         (finish_method_declaration): Return if the current function decl
8218         is null.
8219         (source_start_java_method): Likewise.
8220         (java_method_add_stmt): Likewise.
8222 Wed Aug 18 13:17:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8224         * class.c (emit_register_class): Removed unnecessary call to
8225         start_sequence.
8226         * parse.y (labeled_block_contains_loop_p): Removed unused local
8227         variable.
8229 Tue Aug 17 22:51:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8231         * parse.y (java_refold): Added prototype.
8233 Tue Aug 17 21:48:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8235         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
8236         (java_stabilize_reference): Removed unnecessary `else'.
8237         (java_complete_lhs): Set flag to remember boolean. Call
8238         java_refold. Added comments.
8239         (java_decl_equiv): New function.
8240         (binop_compound_p): Likewise.
8241         (java_refold): Likewise.
8242         (patch_unaryop): Striped static field access assigned to decl and
8243         op. Changed promotion scheme for ++/-- operators.
8244         (search_loop): New function.
8245         (labeled_block_contains_loop_p): Likewise.
8246         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
8247         comment.
8248         (patch_bc_statement): Call search_loop. Fixed comment.
8250 1999-08-14  Anthony Green  <green@cygnus.com>
8252         * expr.c (java_lang_expand_expr): Mark static array data as
8253         referenced.
8255 Tue Aug 10 00:28:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8257         * jvgenmain.c (main): NUL-terminate name_obstack.
8259 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8261         * check-init.c (check_bool2_init, done_alternative): Add static
8262         prototypes.
8264         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
8265         (add_method, build_utf8_ref, build_class_ref,
8266         append_gpp_mangled_type, layout_class_method): Constify a char*.
8268         * decl.c (push_promoted_type, make_binding_level): Add static
8269         prototypes.
8270         (push_promoted_type, pushdecl): Constify a char*.
8272         * except.c (find_handler_in_range, link_handler,
8273         check_start_handlers): Add static prototypes.
8275         * expr.c (process_jvm_instruction): Constify a char*.
8277         * gjavah.c (main): Constify a char*.
8279         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
8280         Constify a char*.
8282         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
8283         static prototypes.
8284         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
8285         munge, print_ents): Constify a char*.
8287         * jcf-dump.c (disassemble_method): Constify a char*.
8288         (print_constant_pool, print_exception_table): Add static prototypes.
8289         (print_constant, print_exception_table, main, disassemble_method):
8290         Constify a char*.
8292         * jcf-io.c (find_classfile, find_class): Likewise.
8294         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
8295         (set_source_filename, predefined_filename_p): Add static prototypes.
8296         (set_source_filename, get_constant, get_class_constant,
8297         find_in_current_zip): Constify a char*.
8299         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
8300         static prototypes.
8301         (add_entry, add_path, jcf_path_classpath_arg,
8302         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
8304         * jcf-reader.c (get_attribute, jcf_parse_preamble,
8305         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
8306         jcf_parse_one_method, jcf_parse_methods,
8307         jcf_parse_final_attributes): Add static prototypes.
8308         (get_attribute): Constify a char*.
8310         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
8311         jcf_dependency_add_target, jcf_path_classpath_arg,
8312         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
8314         * jv-scan.c (main): Constify a char*.
8315         (gcc_obstack_init): Add prototype arguments.
8317         * jvgenmain.c (gcc_obstack_init): Likewise.
8318         (main): Constify a char*.
8320         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
8321         static prototypes.
8322         (put_decl_string, lang_print_error): Constify a char*.
8323         (lang_init): Remove redundant extern prototype.
8325         * mangle.c (emit_unicode_mangled_name): Constify a char*.
8327         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
8328         Add static prototypes.
8329         (get_type_from_signature): Constify a char*.
8331         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
8332         Add static prototypes.
8333         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
8334         (verify_jvm_instructions): Constify a char*.
8336         * xref.c (xref_flag_value): Likewise.
8338         * xref.h (xref_flag_value): Likewise.
8340         * zextract.c (makeword, makelong): Add static prototypes.
8341         (makeword, makelong): Constify a uch*.
8343 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8345         * lang.c (java_dummy_print): Constify a char*.
8346         (lang_print_error): Likewise.
8347         (lang_init): Remove redundant prototype for `print_error_function'.
8348         (lang_init_source): Likewise.
8349         (lang_identify): Constify a char*.
8351 1999-08-09  Tom Tromey  <tromey@cygnus.com>
8353         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
8354         (WORDS_TO_LONG): Likewise.
8355         (WORDS_TO_DOUBLE): Likewise.
8357 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8359         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
8361         * expr.c (java_stack_pop, java_array_data_offset,
8362         build_java_throw_out_of_bounds_exception, case_identity,
8363         build_java_check_indexed_type): Add static prototypes.
8364         (linenumber_table, expand_invoke, expand_java_field_op,
8365         build_primtype_type_ref, expand_byte_code): Constify a char*.
8367         * java-tree.h (build_primtype_type_ref, linenumber_table):
8368         Constify a char*.
8369         (java_lang_expand_expr): Add prototype.
8371         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
8372         `java_lang_expand_expr'.
8374         * lex.c (java_lex_error): Constify a char*.
8375         (java_get_unicode, java_read_char, java_allocate_new_line,
8376         java_unget_unicode, java_sneak_unicode): Prototype.
8378         * parse-scan.y (current_class, package_name, method_declarator,
8379         report_class_declaration, yyerror): Constify a char*.
8381         * parse.h (java_report_errors): Prototype.
8382         (yyerror): Constify a char*.
8384         * parse.y (classitf_redefinition_error, check_modifiers,
8385         parse_jdk1_1_error, lookup_package_type,
8386         lookup_package_type_and_set_next, get_printable_method_name,
8387         purify_type_name): Constify a char*.
8388         (build_super_invocation, maybe_generate_finit,
8389         verify_constructor_super, parser_add_interface,
8390         add_superinterfaces, jdep_resolve_class, note_possible_classname,
8391         java_complete_expand_methods, java_expand_finals,
8392         cut_identifier_in_qualified, java_stabilize_reference,
8393         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
8394         merge_string_cste): Prototype.
8395         (single_type_import_declaration, yyerror,
8396         variable_redefinition_error, build_array_from_name,
8397         build_unresolved_array_type, check_class_interface_creation,
8398         resolve_class, complete_class_report_errors,
8399         note_possible_classname, read_import_dir,
8400         find_in_imports_on_demand, resolve_package, fix_constructors,
8401         check_deprecation, lookup_method_invoke,
8402         maybe_build_primttype_type_ref, array_constructor_check_entry):
8403         Constify a char*.
8404         (java_complete_expand_methods, java_expand_finals): Make static.
8405         (convert_narrow): Remove static prototype.
8407 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8409         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
8411 1999-08-02  Richard Henderson  <rth@cygnus.com>
8413         * decl.c: Include defaults.h instead of expr.h.
8414         * parse.y: Likewise.
8416 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
8418         * java/decl.c (start_java_method): Change all uses of
8419         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
8420         Ensure expr.h is included.
8421         * java/expr.c (pop_arguments): Ditto.
8422         * java/parse.y (expand_start_java_method): Ditto.
8424 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8426         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
8428 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
8430         * decl.c: Include "function.h".
8431         * except.c: Likewise.
8432         * parse.y: Likewise.
8433         * Makefile.in: Update dependencies.
8435 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8437         * expr.c (build_java_soft_divmod): Provide a default case in switch.
8438         (java_lang_expand_expr): Mark parameters `target', `tmode' and
8439         `modifier' with ATTRIBUTE_UNUSED.
8441         * gjavah.c (process_file): Add braces around ambiguous `else'.
8443         * jcf-dump.c (print_access_flags, localvar_free): Change return
8444         type to void.
8446         * parse.y (java_complete_expand_method): Initialize variable
8447         `exception_copy'.
8448         (resolve_qualified_expression_name): Likewise for `field_decl'.
8449         (patch_method_invocation): Likewise for `class_to_search'.
8450         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
8451         (patch_assignment): Likewise for `lhs_type'.
8453         * verify.c (verify_jvm_instructions): Remove unused variable
8454         `caller'.
8456 1999-07-25  Richard Henderson  <rth@cygnus.com>
8458         * decl.c (va_list_type_node): New.
8460 1999-07-25  Anthony Green  <green@cygnus.com>
8462         * gjavah.c (print_stub): New function.
8463         (METHOD_IS_NATIVE): New macro.
8464         (print_mangled_classname): Make static.
8465         (HANDLE_END_FIELD): Don't emit fields during stub generation.
8466         (process_file): Perform stub generation.
8467         (HANDLE_METHOD): Don't emit class decls during stub
8468         generation.
8469         (HANDLE_END_METHOD): Take into account stub generation.
8470         (print_method_info): Handle stub generation.
8471         (print_stub): New function.
8472         (print_cxx_classname): Make signature consistant with others.
8473         (help): Describe -stubs option.
8474         (main): Create stub file.
8475         (version): Use version.c.
8476         (print_full_cxx_name): New function.
8477         (print_c_decl): Use print_full_cxx_name.
8479 Thu Jul 22 12:41:12 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8481         * check-init.c (check_init): Handle MAX_EXPR.
8483 1999-07-15  Andrew Haley  <aph@cygnus.com>
8485         * lang.c (flag_use_divide_subroutine): New variable.
8486         * typeck.c: (convert_ieee_real_to_integer): Bounds check
8487         fp-to-integer conversion.
8488         (convert): Call convert_ieee_real_to_integer when flag_fast_math
8489         is not set.
8491         * expr.c (build_java_soft_divmod): New function.
8492         (build_java_binop): Call build_java_soft_divmod if
8493         flag_use_divide_subroutine is set.
8494         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
8495         soft_lrem_node: new builtin functions.
8496         (init_decl_processing) Initialize the new builtins.
8497         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
8498         soft_lrem_node: new builtin functions.
8499         (build_java_soft_divmod): New function.
8500         * parse.y: Call build_java_soft_divmod if
8501         flag_use_divide_subroutine is set.
8502         * parse.c: Rebuilt.
8504         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
8505         a --specs= arg) even if not linking.
8506         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
8507         -fuse-divide-subroutine
8509 Tue Jul 20 13:20:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8511         * parse.y (resolve_and_layout): Check methods only once.
8512         (resolve_qualified_expression_name): Verify thrown exceptions
8513         compatibility.
8514         (check_thrown_exceptions): Reject exceptions thrown in
8515         initializer. Error message tuned.
8517 1999-07-14  Andrew Haley  <aph@cygnus.com>
8519         * expr.c (expand_expr): Do not return the last statement in a
8520         block as the block's value.
8522 Sat Jul  3 22:26:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8524         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
8525         CALL_EXPR, to avoid order of evaluation changes.
8527 Fri Jul  2 17:44:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8529         * parse.y (qualify_ambiguous_name): Do not use
8530         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
8532 Thu Jul  1 23:31:16 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8534         * check-init.c (check_init): Handle MAX_EXPR.
8535         * expr.c (force_evaluation_order): Force method call arguments to
8536         be evaluated in left-to-right order.
8537         * parse.y (qualify_ambiguous_name): Loop again to qualify
8538         NEW_ARRAY_EXPR properly.
8540 Wed Jun 30 17:27:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8542         * parse.y (patch_invoke): Resolve unresolved invoked method
8543         returned type.
8544         (qualify_ambiguous_name): STRING_CST to qualify expression for
8545         type name resolution.
8547 1999-06-24  Andrew Haley  <aph@cygnus.com>
8549         * class.c (finish_class): Whenever a deferred method is
8550         output, rescan the list of methods to see if a new candidate for
8551         output can be found.
8553 1999-06-28  Tom Tromey  <tromey@cygnus.com>
8555         * jvspec.c (lang_specific_driver): Recognize --help.
8557 Fri Jun 25 13:35:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8559         * parse.y (resolve_package): Fixed bogus return statement.
8560         (patch_method_invocation): Resolve method invocation beginning with
8561         a package name qualifier.
8563 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8565         * Make-lang.in (java.stage1): Depend on stage1-start.
8566         (java.stage2): Likewise for stage2-start.
8567         (java.stage3): Likewise for stage3-start.
8568         (java.stage4): Likewise for stage4-start.
8570 Thu Jun 24 13:12:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8572         * parse.y (java_complete_lhs): When doing cross referencing, don't
8573         try to keep file location on a WFL expanded as a CALL_EXPR.
8575 Wed Jun 23 14:37:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8577         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
8578         compiling to class file a void method with an empty method body.
8579         As a side effect, the bytecode backend will generate the
8580         appropriate `return' instruction.
8582 Tue Jun 22 20:43:49 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8584         * parse.y (lookup_package_type_and_set_next): New function prototype.
8585         (resolve_package): Search current and imported packages.
8586         (lookup_package_type_and_set_next): New function.
8588 1999-06-22  Andrew Haley  <aph@cygnus.com>
8590         * verify.c (verify_jvm_instructions): Check for pending blocks
8591         before invalid PC test and opcode switch, not after.
8593 1999-06-21  Andrew Haley  <aph@cygnus.com>
8595         * except.c (find_handler_in_range): The upper limit for exception
8596         ranges is exclusive, not inclusive: (start <= pc < end).
8597         (link_handler): find child pointer which points to outer by
8598         searching sibling list: previous code incorrectly assumed that
8599         outer->outer->first_child must point to outer.
8600         * verify.c (verify_jvm_instructions): FIXME added to code for
8601         `athrow'.
8602         (verify_jvm_instructions): Do not assume that the last block
8603         processed in a subroutine is a block which ends with a `ret'
8604         instruction.  With some control flows it is possible that the last
8605         block ends with an `athrow'.
8607 Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8609         * parse.y (qualify_ambiguous_name): Reorganized the post
8610         evaluation of non WFL leading expression nodes.
8612 Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8614         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
8615         CONVERT_EXPR.
8617 Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8619         * parse.y (qualify_ambiguous_name): Handle qualified expression
8620         beginning with a STRING_CST.
8622 Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8624         * parse.y (register_fields): Set DECL_INITIAL on both
8625         pre-initialized static and public fields.
8626         (resolve_field_access): Static field access expressions to always
8627         use pointer types.
8628         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
8629         qualification. CONVERT_EXPR to be resolved as an expression name.
8630         (java_complete_lhs): Identify and access qualified final
8631         initialized field in switch statement case expression.
8632         (fold_constant_for_init): Pre-initialized field decl constant to
8633         be folded.
8635 Mon Jun  7 16:09:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8637         * parse.y (note_possible_classname): Mark returned node with
8638         QUALIFIED_P only if the original class name contained a '/'.
8640 Sat Jun  5 11:46:59 1999  Anthony Green  <green@cygnus.com>
8642         * Make-lang.in (gcjh): More parallel build fixes.
8644 1999-06-03  Mike Stump  <mrs@wrs.com>
8646         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
8648 Wed Jun  2 10:44:38 1999  Anthony Green  <green@cygnus.com>
8650         * except.c (link_handler): Chain exception handlers in order.
8652 Wed Jun  2 10:41:24 1999  Anthony Green  <green@cygnus.com>
8654         * expr.c (expand_byte_code): Fill unreachable bytecode regions
8655         with nops and process as usual in order to always set correct EH
8656         ranges.  Emit detailed warnings about unreachable bytecodes.
8658 Wed Jun  2 10:35:13 1999  Anthony Green  <green@cygnus.com>
8660         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
8661         constant.
8663 Fri May 28 18:22:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8665         * parse.y (lookup_field_wrapper): Unified returned value to NULL
8666           or the searched field decl.
8668 Fri May 28 11:34:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8670         * parse.y (fold_constant_for_init): Convert numerical constant
8671         values to the type of the assigned field.
8673 Thu May 27 19:57:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8675         * expr.c (lookup_field): Relaxed the test on class loading error
8676         detection.
8677         * parse.y (fold_constant_for_init): Enabeled old code.
8679 Wed May 26 18:06:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8681         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
8682         decide the validity of the cast of a java.lang.Cloneable reference
8683         to an array.
8684         (patch_conditional_expr): Fixed first argument passed to
8685         binary_numeric_promotion.
8687 Wed May 26 15:33:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8689         * parse.y (qualify_ambiguous_name): Take into account that a
8690         CONVERT_EXPR might specify a type as a WFL.
8692 Tue May 25 15:06:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8694         * parse.y (patch_assignment): Save the rhs before using it as an
8695         argument to _Jv_CheckArrayStore.
8697 Tue May 25 11:23:59 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8699         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
8701 Mon May 24 13:26:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8703         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
8704         floating point litteral only when the exponent indicator has been
8705         parsed.
8707 Sat May 22 13:54:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8709         * parse.y (formal_parameter:): Construct argument tree list
8710         element even if a yet unsupported final parameter was encountered.
8712 Tue May 18 00:28:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8714         * parse.y (finish_method_declaration): Issue errors for native or
8715         abstract methods declared with a method body, as well as for non
8716         native or non abstract methods with no method body.
8718 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8720         * class.c (build_utf8_ref): Initialize variable `field'.
8722         * decl.c (init_decl_processing): Initialize variable `field'.
8724         * expr.c (build_known_method_ref): Mark parameters `method_type',
8725         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
8726         (process_jvm_instruction): Likewise for parameter `length'.
8728         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
8729         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
8730         ATTRIBUTE_UNUSED.
8732         * parse.y (maybe_generate_clinit): Remove unused variable
8733         `has_non_primitive_fields'.
8734         (find_in_imports_on_demand): Initialize variables `node_to_use'
8735         and `cl'.
8736         (patch_binop): Likewise for variable `prom_type'.
8737         (patch_unaryop): Likewise for variable `prom_type'.
8739         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
8741         * xref.c (xref_table): Add missing initializer.
8743 1999-05-14  Tom Tromey  <tromey@cygnus.com>
8745         * java-except.h (struct eh_range): Removed unused `next' member.
8746         * verify.c (verify_jvm_instructions): Call check_nested_ranges
8747         after adding all exception handlers.  Sort exception ranges in
8748         order of start PC.
8749         (struct pc_index): New structure.
8750         (start_pc_cmp): New function.
8751         * except.c (add_handler): Return `void'.  Don't call link_handler;
8752         instead construct an ordinary linked list and do range
8753         coalescing.
8754         (check_nested_ranges): New function.
8755         (link_handler): Changed interface to allow merging of eh_ranges.
8756         Split overlapping ranges.  Return `void'.
8758 Mon May 17 19:20:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8760         * parse.y (constructor_block_end:): New rule, tagged <node>.
8761         (constructor_body:): Use `constructor_block_end' instead of
8762         `block_end'.
8764 Mon May 17 18:01:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8766         * parse.y (statement_nsi:): Pop `for' statement block.
8767         (java_complete_lhs): Labeled blocks containing no statement are
8768         marked as completing normally.
8770 Fri May 14 12:31:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8772         * xref.c (xref_set_current_fp): New function, defined.
8773         * xref.h (xref_set_current_fp): New function, prototyped.
8775 Fri May 14 11:57:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8777         * check-init.c (check_init): Take into account that
8778         LABELED_BLOCK_STMT can be empty.
8780 Thu May 13 18:30:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8782         * parse.y (java_check_regular_methods): Warning check on not
8783         overriding methods with default access in other packages does not
8784         apply to `<clinit>'.
8785         (java_complete_lhs): If block body is an empty_stmt_node, replace
8786         it by NULL_TREE. This prevents gcc from generating an irrelevant
8787         warning.
8789 Thu May 13 13:23:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8791         * check-init.c (check_init): Removed code accepting to see things
8792         falling through default:, when doing xrefs.
8793         * java-tree.h (do_not_fold): New global variable, declared.
8794         * parse.y (do_not_fold): New global variable, defined.
8795         (java_complete_expand_method): Set `do_not_fold' to the value of
8796         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
8797         and reinstall them after them have been purged; do not check for
8798         initializations; do not issue missing return errors.
8799         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
8800         when doing xrefs.
8801         (patch_binop): Skip the fold part when doing xrefs.
8802         (build_string_concatenation): Skip the concatenation part when
8803         doing xrefs.
8804         (patch_synchronized_statement): Do not generate a try-finally when
8805         doing xrefs.
8806         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
8807         and keep the location where the throw was seen.
8808         * typeck.c (convert): When `do_not_fold' is set, do not attempt
8809         any treatment on the converted node an simply return a NOP_EXPR of
8810         the targeted type.
8811         * xref.c (xref_get_data): New function, defined.
8812         * xref.h (xref_get_data): New function, declared.
8813         (XREF_GET_DATA): Use xref_get_data.
8815 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8817         * gjavah.c (print_include): Cast the result of `strlen' to int
8818         when comparing against a signed value.
8819         (add_namelet): Likewise.
8821 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8823         * expr.c (expand_invoke): Mark parameter `nargs' with
8824         ATTRIBUTE_UNUSED.
8825         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
8827         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
8828         ATTRIBUTE_UNUSED.
8830         * jcf-reader.c (get_attribute): Cast a value to long
8831         when comparing against a signed expression.  Likewise.
8833         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
8834         HOST_BITS_PER_CHAR.
8836 1999-05-11  Andrew Haley  <aph@cygnus.com>
8838         * parse.y (source_end_java_method): If the current method contains
8839         any exception handlers, force asynchronous_exceptions: this is
8840         necessary because signal handlers in libjava may throw exceptions.
8841         * decl.c (end_java_method): Ditto.
8843 1999-05-11  Tom Tromey  <tromey@cygnus.com>
8845         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
8846         flags.
8847         * jvspec.c (THREAD_NAME): Removed.
8848         (GC_NAME): Likewise.
8849         (MATHLIB): Likewise.
8850         (WITHLIBC): Likewise.
8851         (GCLIB): Likewise.
8852         (THREADLIB): Likewise.
8853         (MATH_LIBRARY): Likewise.
8854         (lang_specific_driver): Don't add `-l' options to command line.
8855         Instead, add a single --specs option.  Recognize `-L' options and
8856         use them to search for spec file.
8857         (find_spec_file): New function.
8858         (SPEC_FILE): New define.
8860 Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
8862         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
8863         cpplib-enabled build.
8865 1999-05-05  Per Bothner  <bothner@cygnus.com>
8867         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
8868         temporarily zero it while calling rest_of_decl_compilation.
8870         * java-tree.h (string_ptr_type_node):  Add declaration.
8871         * decl.c:  Define and initialize string_ptr_type_node.
8872         * parse.y (patch_string_cst):  Use string_ptr_type_node.
8874         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
8875         * parse.y (for_statement):  Now unconditionally exit_block.
8876         (finish_labeled_statement):  No longer exit_block if for-loop.
8877         (patch_loop_statement):  Check harder if the loop is already labeled.
8879         * parse.y (patch_initialized_static_field):  Removed function.
8880         (maybe_generate_clinit):  Removed special handling for interfaces.
8881         (java_complete_expand_methods):  Do a preliminary java_complete_tree
8882         on <clinit> to determine if it can be removed.
8883         (java_complete_expand_method):  Remove special handling for <clinit>.
8884         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
8885         optimize if we get back empty_stmt_node.
8886         For MODIFY_EXPR, re-do checking of static initializers.
8887         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
8888         For VAR_DECL, pass correct context.
8890         * verify.c (verify_jvm_instructions):  Better error messages.
8892 1999-05-03  Tom Tromey  <tromey@cygnus.com>
8894         * parse-scan.y (interface_declaration): Call
8895         report_class_declaration for interfaces.
8897 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
8899         * Makefile.in: Remove -v from bison command lines.
8901 Fri Apr 30 17:54:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8903         * check-init.c (check_init): Exclude a case of error when doing
8904         xrefs.
8905         * class.c (layout_class_method): Don't generate the error message
8906         twice when compiling from source.
8907         * lang-options.h: Added `-Wredundant-modifers' and
8908         `-Wunusupported-jdk11' flags and help text.
8909         * lang.c (lang_decode_option): Added support for
8910         `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
8911         flag_static_local_jdk11 and flag_redundant set accordingly.
8912         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
8913         * parse.h (EXPR_WFL_ADD_COL): New macro.
8914         (DECL_END_SOURCE_LINE): Likewise.
8915         (DECL_INHERITED_SOURCE_LINE): Likewise.
8916         * parse.y (static_ref_err): New function, prototyped.
8917         (CCB_TK): Now tagged <operator>.
8918         (class_body:): Remember the location of the closing '}' of a class
8919         definition when doing xrefs.
8920         (block:): Likewise.
8921         (block_end:): Likewise.
8922         (create_class): Remember the location of the inherited class
8923         identifier when doing xrefs.
8924         (register_fields): Added test on first operand of `init' before
8925         testing it TREE_CODE.
8926         (method_header): Store the location of the class identifier in the
8927         class decl when doing xrefs.
8928         (finish_method_declaration): Don't combine first/last method line
8929         when doing xref.
8930         (java_check_regular_methods): Warning check on not overriding
8931         methods with default access on other packages move before check on
8932         static methods. Initialization of `aflags' also moved up.
8933         (resolve_expression_name): Call static_ref_err to report the error.
8934         (static_ref_err): New function, implemented.
8935         (resolve_field_access): Returned simplified static field access
8936         when doing xrefs.
8937         (resolve_qualified_expression_name): Check for illegal use of
8938         static fields in a non static context. Call static_ref_err to
8939         report error in various places.
8940         (java_complete_tree): Do not fold initialized static fields when
8941         doing xrefs.
8942         (java_complete_lhs): Likewise.
8944 1999-04-29  Anthony Green  <green@cygnus.com>
8946         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
8947         create internal labels.
8948         (lookup_label): Ditto.
8950 Sat Apr 24 16:50:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8952         * class.c (layout_class_method): Generate <clinit>'s rtl for
8953         interfaces.
8954         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
8955         for interfaces' <clinit>.
8956         * expr.c (lookup_field): Search for fields in interfaces.
8957         (expand_invoke): Fixed indentation.
8958         (expand_java_field_op): Likewise. Use IS_CLINIT.
8959         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
8960         (IS_CLINIT): New macro.
8961         * parse.y (type_declaration:): Call maybe_generate_clinit after an
8962         interface was parsed.
8963         (maybe_generate_clinit): Don't generate if the current class is an
8964         interface with only fields of primitive types.
8965         (reset_method_name): Use IS_CLINIT.
8966         (java_complete_expand_method): Expand <clinit> when it exists for
8967         interfaces. Use IS_CLINIT.
8968         (resolve_expression_name): Use DECL_CONTEXT instead of
8969         current_class to build static field references.
8970         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
8971         ARRAY_REF when doing xreferencing.
8972         (check_final_assignment): Fixed typo in leading comment. Use
8973         IS_CLINIT.
8974         (patch_array_ref): Don't fully expand array references when
8975         xreferencing.
8976         (patch_return): Use IS_CLINIT.
8977         (patch_throw_statement): Likewise.
8979 1999-04-22  Tom Tromey  <tromey@cygnus.com>
8981         * Make-lang.in (JAVA_SRCS): Added check-init.c.
8983 Wed Apr 21 11:13:36 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8985         * decl.c (predef_filenames, predef_filenames_size): New globals
8986         (init_decl_processing): predef_filenames and predef_filenames_size
8987         initialized.
8988         * java-tree.h (predef_filenames, predef_filenames_size): Declared
8989         extern.
8990         * jcf-parse.c (predefined_filename_p): New function.
8991         (yyparse): Check that files on the command line are specified only
8992         once and issue a warning otherwise.
8993         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
8994         * parse.y (source_end_java_method): Nullify NOP method bodies, to
8995         avoid a gcc warning with -W -Wall turned on.
8996         (java_expand_classes): Abort if errors were encountered.
8997         (java_complete_lhs): If the cross reference flag is set, wrap
8998         field DECL node around a WFL when resolving expression name.
9000 Mon Apr 19 14:44:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9002         * lang.c (lang_decode_option): Fixed returned value when parsing
9003         `-fxref=...' and `-Wall'.
9004         * parse.y (source_end_java_method): Do not generate code when
9005         flag_emit_xref is set.
9006         (resolve_expression_name): Do not build static field access when
9007         flag_emit_xref is set.
9008         (resolve_field_access): No special treatment on `length' when
9009         flag_emit_xref is set. Do not build qualified static field access
9010         when flag_emit_xref is set.
9011         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
9012         when flag_emit_xref is set.
9013         (patch_assignment): Do not generate array store runtime check when
9014         flag_emit_xref is set.
9015         * xref.c (xref_flag_value): Fixed function declaration
9016         indentation.
9017         (xset_set_data): New function.
9018         * xref.h (xref_set_data): Added prototype for new function.
9019         (typedef struct xref_flag_table): New field data.
9020         (XREF_GET_DATA): New macro.
9022 1999-04-19  Tom Tromey  <tromey@cygnus.com>
9024         * xref.h (enum): Removed trailing comma.
9026         * parse.y (resolve_qualified_expression_name): Added missing
9027         `break'.
9029 Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
9031         * gjavah.c: New prototypes for java_float_finite and
9032         java_double_finite.
9034 Mon Apr 12 18:27:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9036         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
9037         references.
9039 Tue Apr  6 23:15:52 1999  Jeffrey A Law  (law@cygnus.com)
9041         * Makefile.in (TREE_H): Add tree-check.h.
9042         (RTL_H): Add genrtl.h.
9044 Tue Apr  6 15:15:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9046         * parse.y (patch_assignment): Added ArrayStoreException runtime
9047         check.
9049 1999-04-06  Per Bothner  <bothner@cygnus.com>
9051         * expr.c (pop_type_0):  New function.
9052         (pop_type):  Use pop_type_0.
9053         * java-tree.h (pop_type_0):  New declaration.
9054         * verify.c (verify_jvm_instructions):  Check return instructions.
9056         * parse.y (patch_binop):  Don't fold if non-constant and emiting
9057         class files.
9059 Mon Apr  5 16:06:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9061         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
9063         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
9064         (main_jcf): Don't define.
9065         (process_file): Don't set `main_jcf'.
9067         * java-tree.h (main_jcf): Don't declare.
9069         * jcf-parse.c (main_jcf): Add static definition.
9071         * lang.c (main_jcf): Don't define.
9073 Mon Apr  5 15:43:51 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9075         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
9077         * decl.c (copy_lang_decl): Likewise for `bcopy'.
9079         * jcf-depend.c: Include "config.h", not <config.h>.
9081         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
9082         `bcopy' to PTR.
9084         * jcf-path.c: Include "config.h", not <config.h>.
9086         * lex.c: Don't include various system header files.
9087         (java_init_lex): Cast the argument of `bzero' to PTR
9089         * parse-scan.y (java_push_parser_context): Likewise.
9091         * parse.y (java_push_parser_context): Likewise.
9092         (patch_bc_statement): Match format specifier to variable argument.
9094         * xref.c: Don't include <stdio.h>.
9096 Mon Apr  5 11:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9098         * parse.y (struct parser_ctxt *ctxp): Now global.
9099         (declare_local_variables): Use WFL compound value for the
9100         declaration source line value, when doing cross-referencing.
9102 1999-03-31  Tom Tromey  <tromey@cygnus.com>
9104         * gjavah.c (print_field_info): Allow constants of other types.
9105         (print_include): Generate include when new name is proper prefix
9106         of already printed name.
9107         (add_namelet): Likewise.
9108         (cxx_keyword_subst): New function.
9109         (print_method_info): Use it.
9110         (print_field_name): New function.
9111         (get_field_name): New function.
9112         (print_field_info): Use get_field_name and print_field_name.
9114 Wed Mar 31 11:00:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9116         * Makefile.in (keyword.h): Generate using gperf language 'C', not
9117         'KR-C', so gperf uses the `const' keyword on strings.
9119         * keyword.gperf (java_keyword): Const-ify a char*.
9121 Tue Mar 30 11:31:53 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9123         * parse.y (patch_bc_statement): Fixed identation and a bogus
9124         `printf' format.
9126 Tue Mar 30 11:29:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9128         * parse.y (patch_assignment): Allow static variables in other
9129         classes to be assigned.
9131 Sun Mar 28 22:12:10 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133         * class.c (maybe_add_interface): Remove unused variable
9134         `interface_binfo'.
9135         (make_class_data): Use = for assignment, not ==.  Likewise.
9136         (emit_register_classes): Remove unused variable `decl'.
9138         * lex.c: Fix comment so as not to contain an embedded `/*'.
9140         * verify.c (verify_jvm_instructions): Remove unused variable
9141         `self_type'.
9143 Sat Mar 27 15:49:18 1999  Per Bothner  <bothner@cygnus.com>
9145         * parse.y (complete_loop_body):  Rename to finish_loop_body.
9146         (complete_labeled_statement):  Rename to finish_labeled_statement.
9147         (complete_for_loop):  Rename to finish_for_loop.
9148         (complete_method_declaration):  Rename to finish_method_declaration.
9150         * java-tree.h (continue_identifier_node):  New global node.
9151         * decl.c:  Define and initialize continue_identifier_node.
9152         * parse.y (generate_labeled_block):  Remove - no longer needed.
9153         (build_loop_body):  Use continue_identifier_node for continue block.
9154         (finish_labeled_statement):  Also do pop_labeled_block actions.
9155         (java_complete_lhs):  POP_LOOP even if error.
9156         (build_labeled_block):  Special handling for continue_identifier_node.
9157         (patch_loop_statement):  Re-organize.
9158         (patch_bc_statement):  Re-write.
9160 Sat Mar 27 15:13:21 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9162         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
9163         using a WFL compound value.
9164         * parse.y (xref.h): Include.
9165         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
9166         WFL compound value.
9167         (register_fields): Set WFL compound value to lineno if doing
9168         xrefs.
9169         (java_complete_expand_method): Call expand_xref if flag_emit_xref
9170         is set.
9171         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
9172         * xref.h (expand_xref): Prototype renamed from xref_generate.
9174 Sat Mar 27 14:16:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9176         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
9177         (GET_CURRENT_BLOCK): New macro.
9178         * parse.y (current_static_block): New global variable.
9179         (method_body:): Define action.
9180         (complete_method_declaration): Set current_function_decl to NULL
9181         when work on the current method is done.
9182         (declare_local_variables): Use GET_CURRENT_BLOCK.
9183         (java_method_add_stmt): Likewise.
9184         (java_complete_expand_method): Disable the use of `this' when
9185         expanding <clinit>.
9186         (enter_a_block): If no current method exist, use
9187         current_static_block to link static initializer blocks.
9188         (exit_block): Rewritten to use current_static_block when no current
9189         method decl exists.
9190         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
9191         (patch_return): Forbid the use of `return' in static initializers.
9192         (patch_throw_statement): Fixed indentation. Issue specific error
9193         for uncaught thrown checked exception in static initializer
9194         blocks. Removed FIXME.
9196 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
9198         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
9199         Link gcj from gcc.o.
9201 Tue Mar 23 10:48:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9203         * parse.y (find_applicable_accessible_methods_list): When dealing
9204         with interface: ensure that a given interface or java.lang.Object
9205         are searched only once.
9207 Tue Mar 23 10:05:27 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9209         * gjavah.c (print_c_decl): Remove unused argument `flags'.
9211         * jcf-dump.c (print_access_flags): Add braces around if-else.
9213         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
9214         COMBINE_INPUTS.
9216         * lex.c (build_wfl_node): Add static prototype.
9218         * lex.h (build_wfl_node): Remove static prototype.
9220         * parse.y: Include lex.c early enough to declare everything needed.
9221         Ensure calls to `build_wfl_node' pass the proper arguments.
9222         (create_class): Remove unused variable `super_decl'.
9223         (get_printable_method_name): Initialize variable `name'.
9225 Mon Mar 22 20:14:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9227         * Changelog: Fixed 1999-03-22 typos.
9228         * lang.c (lang_decode_option): Fixed typo in error string in the
9229         XARG section.
9231 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9233         * Makefile.in (JAVA_OBJS): Added entry xref.o.
9234         (xref.o): New rule.
9235         * java-tree.h (flag_emit_xref): Declared extern.
9236         * lang.c (xref.h): Included.
9237         (flag_emit_xref): New global variable.
9238         (lang_decode_option): Added support for -fxref.
9239         * xref.c: Created.
9240         * xref.h: Likewise.
9242 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
9244         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
9245         linked with.
9247 Sun Mar 21 08:30:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9249         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
9250         $(srcdir)/../system.h and $(JAVA_TREE_H).
9251         (jcf-io.o): Depend on $(JAVA_TREE_H).
9252         (mangle.o): Likewise.
9254         * check-init.c (check_cond_init): Add static prototype.
9256         * class.c (build_java_method_type, hashUtf8String,
9257         make_field_value, get_dispatch_vector, get_dispatch_table,
9258         append_gpp_mangled_type, mangle_static_field): Likewise.
9259         (strLengthUtf8): Hide unused definition.
9260         (hashUtf8String): Const-ify.
9261         (make_field_value): Un-ANSI-fy.
9263         * constants.c: Move inclusion of jcf.h above java-tree.h.
9264         (set_constant_entry, find_class_or_string_constant,
9265         find_name_and_type_constant, get_tag_node,
9266         build_constant_data_ref): Add static prototype.
9268         * decl.c (push_jvm_slot, builtin_function,
9269         lookup_name_current_level): Likewise.
9270         (builtin_function): Const-ify.
9272         * except.c (expand_start_java_handler, expand_end_java_handler):
9273         Add static prototype.
9275         * expr.c (flush_quick_stack, push_value, pop_value,
9276         java_stack_swap, java_stack_dup, build_java_athrow,
9277         build_java_jsr, build_java_ret, expand_java_multianewarray,
9278         expand_java_arraystore, expand_java_arrayload,
9279         expand_java_array_length, build_java_monitor, expand_java_pushc,
9280         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
9281         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
9282         expand_compare, expand_test, expand_cond, expand_java_goto,
9283         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
9284         expand_java_field_op, java_push_constant_from_pool): Likewise.
9286         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
9287         (build_java_arraynull_check): Mark parameters `node' and `type'
9288         with ATTRIBUTE_UNUSED.
9289         (note_label): Likewise for parameter `current_pc'.
9290         (expand_java_call, expand_java_ret): Hide unused definition.
9292         * java-tree.h (make_class, build_constants_constructor,
9293         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
9294         init_outgoing_cpool, register_class, emit_register_classes,
9295         java_layout_seen_class_methods): Prototype.
9296         (unicode_mangling_length): Const-ify.
9297         (append_gpp_mangled_name, append_gpp_mangled_classtype,
9298         emit_unicode_mangled_name, format_int, format_uint,
9299         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
9300         jcf_print_utf8_replace, open_class): Prototype.
9302         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
9303         <stdio.h>.  Include tree.h/java-tree.h.
9304         (utf8_equal_string usage, process_class): Add static prototype.
9305         (open_class): Don't prototype this here.
9306         (utf8_equal_string): Match arguments to format specifiers.
9307         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
9308         TABLE_SWITCH, disassemble_method): Likewise.
9310         * jcf-io.c: Include tree.h/java-tree.h.
9311         (open_class, find_classfile, jcf_print_utf8,
9312         jcf_print_utf8_replace): Const-ify.
9314         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
9315         parse_class_file): Add static prototype.
9316         (find_in_current_zip): Match definition to existing static
9317         prototype.
9319         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
9320         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
9321         finish_jcf_block, define_jcf_label, get_jcf_label_here,
9322         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
9323         write_chunks, adjust_typed_op, generate_bytecode_conditional,
9324         generate_bytecode_return, perform_relocations, init_jcf_state,
9325         init_jcf_method, release_jcf_state, generate_classfile):
9326         Add static prototype.
9327         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
9328         (make_class_file_name): Const-ify.
9330         * jcf.h (find_classfile): Const-ify.
9332         * jv-scan.c (reset_report): Remove prototype.
9334         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
9335         (error): Rewrite to allow varargs.
9337         * lang.c (lang_f_options): Const-ify.
9339         * lex.c (java_parse_escape_sequence): Add static prototype.
9340         (java_allocate_new_line): Match definition to existing static
9341         prototype.
9343         * mangle.c Include tree.h/java-tree.h.
9344         (unicode_mangling_length, emit_unicode_mangled_name,
9345         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
9347         * parse.h (jdep_code): Remove trailing comma in enumeration.
9348         (java_get_line_col): Move prototype outside of !JC1_LITE test.
9349         (reset_report): Add prototype.
9351         * verify.c (push_pending_label, merge_types): Add static
9352         prototypes.
9354         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
9356 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9358         * parse.y (find_applicable_accessible_methods_list): Extend the
9359         search to superinterfaces when relevant.
9360         (search_applicable_methods_list): New function.
9362 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9364         * class.c (unmangle_classname): Implemented stricter testing
9365         before setting the QUALIFIED_P flag on an identifier.
9367 Tue Mar 16 15:15:41 1999  Per Bothner  <bothner@cygnus.com>
9369         * parse.y (java_complete_lhs):  Call force_evaluation_order
9370         after patch_newarray.
9371         (patch_binop):  Don't call fold if there are side effects.
9373 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9375         * parse.y (java_stabilize_reference): Use save_expr instead of
9376         building a SAVE_EXPR node.
9377         (java_complete_lhs): Patch the resulting string of the `+='
9378         operator (if necessary) and complete the RHS after having built
9379         the cast.
9381 Mon Mar 15 12:18:29 1999  Per Bothner  <bothner@cygnus.com>
9383         * class.c (make_class):  Don't set CLASS_P here (because
9384         this function is also called by build_java_array_type).
9385         (push_class):  Set CLASS_P here instead.
9386         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
9388         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
9389         context.  If the context is class, perfer "super" over "synchronized".
9390         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
9392         * parse.y (create_class):  Don't call parser_check_super here;
9393         it is not robust.  Always wait until later.
9395         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
9396         match what JDK 1.2 does), but don't set ACC_PUBLIC.
9398 Sat Mar 13 18:16:34 1999  Per Bothner  <bothner@cygnus.com>
9400         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
9401         * lex.h (UNGETC):  Change misleading macro.
9403 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9405         * parse.y (java_stabilize_reference): Return NODE when patching a
9406         COMPOUND_EXPR.
9407         (java_complete_lhs): Put parenthesis around truth values.
9409 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9411         * class.c (layout_class_method): Don't make rtl for interface
9412         methods.
9413         * parse.h (GET_TYPE_NAME): New macro.
9414         * parse.y (if_then_statement:): Fixed indentation.
9415         (if_then_else_statement:): Likewise.
9416         (for_statement:): Fixed spacing.
9417         (try_statement:): Fixed indentation.
9418         (create_interface): Don't force interfaces to be abstract.
9419         (method_header): Abstract methods are OK in interfaces.
9420         (declare_local_variables): Fixed typo in comment.
9421         (java_complete_expand_method): Fixed indentation.
9422         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
9423         non accessible fields.
9424         (java_stabilize_reference): New function.
9425         (java_complete_lhs): Fixed indentation. Use
9426         java_stabilize_reference in compound assignement. Insert the
9427         cast. If not processing `+' fix string constants before processing
9428         binop.
9430 Fri Mar 12 19:42:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9432         * constants.c (find_class_or_string_constant): Cast variable `j'
9433         to a `jword' when comparing against one.
9435         * expr.c (java_lang_expand_expr): Remove unused variables
9436         `has_finally_p' and `op0'.
9438         * gjavah.c (print_field_info): Cast a value to jint when comparing
9439         against one.  Likewise for a jlong.
9440         (add_namelet): Likewise cast a `sizeof' to an int when comparing
9441         against a signed quantity.
9443         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
9444         (print_signature): Don't needlessly dereference variable `str'
9446         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
9447         `max_locals' with ATTRIBUTE_UNUSED.
9448         (jcf_parse_class): Likewise for variable `index'.
9450         * parse.h (reverse_jdep_list): Remove static prototype.
9452         * parse.y (build_jump_to_finally): Remove prototype and definition.
9453         (reverse_jdep_list): Add static prototype.
9455         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
9456         `assignment' and `expr_decl'.
9458         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
9460 1999-03-12  Andrew Haley  <aph@cygnus.com>
9462         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
9463         we'll need a directory separator and a null character.
9465 Wed Mar 10 23:20:11 1999  Per Bothner  <bothner@cygnus.com>
9467         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
9469   Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9471         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
9472         interfaces.
9474 Fri Mar  5 15:17:29 1999  Per Bothner  <bothner@cygnus.com>
9476         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
9478         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
9480         * class.c (layout_class_method):  A static method in a base class
9481         is never overridden, so treat it like it doesn't exist.
9482         However, do complain about private non-static method overriding
9483         public static method.
9485         * parse.y:  Don't set unused INITIALIZED_P flag.
9486         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
9488         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
9489         (build_array_from_name):  Re-order &index[string] to &string[index].
9491         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
9492         error_mark (it might catch more errors, but it is more likely to lose).
9494 Sat Mar  6 11:17:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9496         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
9497         (parse-scan.o): Depend on toplev.h.
9499         * class.c (make_method_value): Add prototype.  Make it static.
9500         Remove unused second argument, caller changed.
9502         * expr.c (java_lang_expand_expr): Remove unused variable
9503         `return_label'.
9505         * java-tree.h: Don't prototype find_in_current_zip.
9506         Add prototypes for verify_constant_pool, start_java_method,
9507         end_java_method, give_name_to_locals, expand_byte_code,
9508         open_in_zip, set_constant_value, find_constant1, find_constant2,
9509         find_utf8_constant, find_string_constant, find_class_constant,
9510         find_fieldref_index, find_methodref_index, write_constant_pool,
9511         count_constant_pool_bytes and encode_newarray_type.
9513         * jcf-dump.c: Remove unused variable `LONG_temp'.
9515         * jcf-parse.c: Include parse.h.
9516         (jcf_parse_source): Remove unused parameter, all callers changed.
9517         (jcf_figure_file_type): Add static prototype.
9518         (find_in_current_zip): Likewise.  Also remove unused parameter,
9519         all callers changed.
9520         (read_class): Initialize variable `saved_pos'.
9522         * jcf-reader.c (jcf_parse_preamble): Mark variables
9523         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
9525         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
9526         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
9527         (java_parse_doc_section): Initialize variable `seen_star'.
9528         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
9529         (java_lex_error): Mark parameters `msg' and `forward' with
9530         ATTRIBUTE_UNUSED.
9531         (java_get_line_col): Mark parameters `filename' and `line' with
9532         ATTRIBUTE_UNUSED.
9534         * parse-scan.y: Include toplev.h.
9535         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
9537         * parse.h: use `struct JCF', not plain `JCF'.
9538         (java_parser_context_save_global, java_expand_classes
9539         java_parser_context_restore_global, java_parse): Add prototypes.
9541         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
9542         `node'.
9544 Wed Feb 24 16:13:59 1999  Per Bothner  <bothner@deneb.cygnus.com>
9546         *  check-init.c (check_init):  COPYN takes word count, not bit count.
9548 Fri Feb 26 14:06:21 1999  Per Bothner  <bothner@cygnus.com>
9550         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
9551         explicit build_decl.  (Avoids crash in reload when optimizing.)
9553 Thu Feb 25 21:05:04 1999  Per Bothner  <bothner@cygnus.com>
9555         * decl.c (complete_start_java_method):  Handle synchronized method
9556         even when compiling from bytecode.
9558 1999-02-26  Tom Tromey  <tromey@cygnus.com>
9560         * gjavah.c (add_class_decl): Only generate `#include' if outer
9561         class is not the name of the class we are processing.  Correctly
9562         append `.h' in #include.
9563         (process_file): Clean up newlines around generated `#include's.
9564         (decode_signature_piece): Correctly handle inner classes.
9565         (struct include): New structure.
9566         (all_includes): New global.
9567         (print_include): New function.
9568         (add_class_decl): Use it.
9569         (process_file): Likewise.
9570         (add_class_decl): Generate include for java-array.h if array
9571         seen.
9572         (process_file): Don't generate java-array.h include.
9574         * gjavah.c (add_namelet): Check for standard package names here.
9575         (add_class_decl): Don't check for standard package names here.
9577 1999-02-25  Tom Tromey  <tromey@cygnus.com>
9579         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
9580         When reading a zip file, only use strncmp if both strings are
9581         bigger than the buffer length.  Initialize `k' when looping
9582         through zip file.
9584 1999-02-24  Tom Tromey  <tromey@cygnus.com>
9586         * gjavah.c (struct namelet): New structure.
9587         (add_namelet): New function.
9588         (print_namelet): New function.
9589         (print_class_decls): Use add_namelet and print_namelet to generate
9590         namespaces and not classes.
9591         (method_printed): New global.
9592         (HANDLE_END_METHOD): Examine method_printed.
9593         (print_method_info): Set method_printed when required.  Print
9594         error if function to be ignored is marked virtual.  Handle $finit$
9595         method.
9596         (METHOD_IS_FINAL): New macro.
9597         (print_field_info): Use it.
9598         (HANDLE_METHOD): Clear method_printed.
9599         (method_pass): New global.
9600         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
9601         (process_file): Do two passes over both fields and methods.
9602         (HANDLE_METHOD): Examine method_pass.
9603         (root): New global.
9604         (add_class_decl): New function.
9605         (print_class_decls): Don't scan over entire constant pool.
9607 1999-02-23  Tom Tromey  <tromey@cygnus.com>
9609         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
9610         disable linking in that case.
9612 1999-02-20  Tom Tromey  <tromey@cygnus.com>
9614         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
9615         not 0x1f.
9617 Sun Feb 21 14:56:11 1999  Per Bothner  <bothner@cygnus.com>
9619         * decl.c (build_result_decl), java-tree.h:  New method.
9620         (complete_start_java_method):  Handle synchronized methods.
9621         Don't build DECL_RESULT here.  (Ordering dependency problem.)
9622         (start_java_method):  Call build_result_decl here instead  ...
9623         * parse.y (java_complete_expand_method):  ... and here.
9624         (expand_start_java_method): Don't call complete_start_java_method here.
9625         (java_complete_expand_method):  Call it here instead.
9626         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
9627         * java-tree.h:  ... here.
9629         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
9630         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
9631         for ARRAY_REF - it doesn't work when array bounds are checked.
9632         (patch_array_ref):  Handle it here instead.
9634         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
9636 Fri Feb 19 15:35:01 1999  Per Bothner  <bothner@cygnus.com>
9638         Force left-to-right evaluation of binary operations etc.
9639         * expr.c (force_evaluation_order), java-tree.h:  New function.
9640         * parse.y (java_complete_lhs):  Pass binary operations, procedure
9641         calls, and ARRAY_REFs to force_evaluation_order.
9642         (various):  Set TREE_SIDE_EFFECTS more carefully.
9644         Tolerate random (non-UTF8) encoding in comments without complaining.
9645         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
9646         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
9648         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
9649         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
9651         * parse.y (java_complete_lhs):  Ignore an empty statement in a
9652         COMPOUND_EXPR.  Don't complain about empty statement after return.
9654 Fri Feb 19 13:00:56 1999  Per Bothner  <bothner@cygnus.com>
9656         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
9657         in TREE_LIST - just chain the POINTER_TYPEs together.
9658         (resolve_class):  If type already resolved, return decl.
9659         After resolving, update TREE_TYPE(class_type), and name (if array).
9660         * parse.h (do_resolve_class), parse.y:  Make non-static.
9661         * class.c (maybe_layout_super_class):  Take this_class argument.
9662         Do do_resolve_class if necessary.
9663         (layout_class, layout_class_methods): Adjust calls appropriately.
9664         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
9665         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
9666         * typeck.c (build_java_array_type):  Don't call layout_class.
9668 Wed Feb 17 15:47:20 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9670         * parse.y (check_pkg_class_access): Allow private class access
9671         within the same package.
9672         (strip_out_static_field_access_decl): New function.
9673         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
9674         operator argument before testing its nature.
9676 Wed Feb  3 12:38:43 1999  Per Bothner  <bothner@cygnus.com>
9678         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
9679         (TRY_EXPR):  Simplify - it no longer has a finally clause.
9680         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
9681         Simpler handling of TRY_EXPR, which no longer has a finally clause.
9682         * expr.c (java_lang_expand_expr):  Likewise.
9683         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
9684         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
9685         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
9686         (build_try_statement):  Remove finally parameter and handling.
9687         (build_try_finally_statement):  New function.
9688         (patch_try_statement):   No longer need to support finally clause.
9689         (try_statement):  Update grammar action rules.
9690         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
9691         Simpler handling of TRY_EXPR, which no longer has a finally clause.
9693 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
9695         * jcf-parse.c (get_constant): Add braces around computation of 'd'
9696         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
9698 1999-02-17  Andrew Haley  <aph@cygnus.com>
9700         * class.c (build_utf8_ref): Back out broken patch which was
9701         intended to to output signatures using '.' as a separator.
9703         * class.c (make_class_data): Output signatures using '.' as a
9704         separator, rather than '/'.
9705         (mangled_classname): Likewise.
9706         (make_field_value): Likewise.
9707         (make_method_value): Likewise.
9708         * constants.c (alloc_class_constant): Likewise.
9709         * expr.c (build_invokeinterface): Likewise.
9711 Thu Feb 11 21:25:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9713         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
9714         of an ancient workaround.
9716 Wed Feb 10 23:27:33 1999  Jeffrey A Law  (law@cygnus.com)
9718         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
9719         here anymore.
9721 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9723         * lex.c (yylex): Encode \0 as UTF8.
9725 1999-02-10  Tom Tromey  <tromey@cygnus.com>
9727         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
9728         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
9729         (libgcj_zip): Renamed.
9730         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
9731         LIBJAVA_ZIP_FILE.
9732         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
9734         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
9735         (GC_NAME): Renamed -lgc to -lgcjgc.
9737 Tue Feb  9 19:31:09 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9739         * lex.c (java_lang_cloneable): Initialize.
9740         * parse.y (java_lang_cloneable): New static variable.
9741         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
9742         doing one more qualification round.
9743         (valid_ref_assignconv_cast_p): Reject null source or
9744         destination. Allow an array to be cast into java.lang.Cloneable.
9745         (patch_cast): Swapped two first arguments to first call to
9746         valid_ref_assignconv_cast_p.
9748 Mon Feb  8 11:50:50 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9750         * parse.h: DECL_P renamed JDECL_P.
9751         * parse.y: DECL_P replaced by JDECL_P.
9752         (build_array_from_name): Always use pointer's type.
9753         (patch_bc_statement): Extra code to search continue target in a
9754         for loop. Fixed comments. Continue target is current loop when
9755         unlabeled.
9757 1999-02-05  Andrew Haley  <aph@cygnus.com>
9759         * class.c (make_class_data): The superclass of an interface should
9760         be null, not class Object.
9762         * lex.c (java_lex): Sign extend hex literals.
9764 1999-02-04  Andrew Haley  <aph@cygnus.com>
9766         * class.c (build_utf8_ref): Output signatures using '.' as a
9767         separator, rather than '/'.
9768         (make_class_data): Likewise.
9770 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
9772         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
9773         mkstemp.o.  Get them from libiberty now.
9775 Tue Feb  2 19:49:12 1999  Jeffrey A Law  (law@cygnus.com)
9777         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
9779 Tue Feb  2 20:04:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9781         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
9782         from libiberty.h
9784 Tue Feb  2 10:39:47 1999  Per Bothner  <bothner@cygnus.com>
9786         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
9787         * jcf-write.c (generate_bytecode_return):  New function.
9788         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
9790         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
9791         generate special [fd]const_[01] instructions.
9793         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
9795         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
9796         handling OPCODE_lookupswitch or OPCODE_tableswitch.
9798 Mon Feb  1 20:44:47 1999  Per Bothner  <bothner@cygnus.com>
9800         * parse.y (patch_method_invocation):  Handle calling static methods,
9801         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
9803         * parse.y (java_complete_lhs):  Don't complain about unreachable
9804         exit condition in a do-while statement.
9806 Fri Jan 29 18:19:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9808         * lex.c (java_read_char): Fixed utf8 decoding.
9809         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
9810         range.
9811         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
9812         comments. Local variable `all_primitive' is gone. Broadened
9813         acceptance of `0' to floating point targets. `long' can now be
9814         widened to `double' or `float'.
9815         (valid_method_invocation_conversion_p): Added leading
9816         comment. Fixed tabulation.
9817         (build_string_concatenation): Optimize out left or right empty
9818         string constants.
9820 Thu Jan 28 18:51:26 1999  Per Bothner  <bothner@cygnus.com>
9822         * jcf-write.c (localvar_alloc):  Only emit entry for
9823         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
9824         (generate_bytecode_insns):  Only call put_linenumber if
9825         debug_info_level > DINFO_LEVEL_NONE.
9826         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
9827         is specified, add -g1 (for compatibility wih javac).
9829 Thu Jan 28 09:17:51 1999  Hans-Peter Nilsson  <hp@axis.se>
9831         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
9832         gjavah.o, check-init.o, jv-scan.o
9834 Mon Feb  1 09:50:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9836         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
9838         * gjavah.c: Include config.h and system.h.
9840         * javaop.h (inline): Don't define, its handled by system.h.
9841         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
9842         from `inline' to `static inline'.
9844         * jcf.h (inline): Don't define, its handled by system.h.
9846         * lex.c (inline): Likewise.
9848 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
9850         * lang-specs.h: Map -Qn to -fno-ident.
9852 Fri Jan 29 16:51:56 1999  Richard Henderson  <rth@cygnus.com>
9854         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
9856 1999-01-29  Tom Tromey  <tromey@cygnus.com>
9858         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
9859         then cast it to Object before calling `append' method.
9861 Thu Jan 28 14:45:39 1999  Per Bothner  <bothner@cygnus.com>
9863         * check-init.c (check_bool2_init, check_bool_init, check_init):
9864         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
9865         * jcf-write.c (generate_bytecode_insns):  Likewise.
9867 Thu Jan 28 11:50:11 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9869         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
9870         * parse.y (patch_cast): Allow a boolean to be cast into a
9871         boolean.
9873 Wed Jan 27 10:19:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9875         * parse.y: (class_declaration:): Fixed indentation.
9876         (class_member_declaration:): Extra `;' after field declaration now
9877         accepted.
9878         (interface_declaration:): Removed debug messages in error reports.
9879         (patch_binop): Nodes created and returned inherit the orignal
9880         node's COMPOUND_ASSIGN_P flag value.
9881         (patch_cast): Fix cast from char to floating point.
9883 Mon Jan 25 17:39:19 1999  Andrew Haley  <aph@cygnus.com>
9885         * except.c, java-except.h (expand_resume_after_catch): new
9886         function.
9887         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
9888         to branch back to main flow of control after a catch block.
9890 Sat Jan 23 23:02:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9892         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
9893         $(srcdir)/../system.h.
9894         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
9895         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
9896         (jcf-write.o): Likewise.
9897         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
9898         (mangle.o): Depend on $(srcdir)/../toplev.h.
9899         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
9900         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
9902         * class.c: Include output.h and parse.h.
9903         (mangled_classname): Add the `const' keyword to a char*.
9904         (find_named_method): Hide unused function definition.
9905         (build_utf8_ref): Change type of variable `c' to unsigned char.
9906         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
9907         (build_class_ref): Add the `const' keyword to a char*.
9908         (layout_class_method): Remove unused variable `buf'.
9910         * decl.c (find_local_variable): Remove unused variable `rtl'.
9911         (pushdecl): Likewise for variables `different_binding_level' and
9912         `oldglobal'.
9913         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
9914         (maybe_build_cleanup): Likewise for parameter `decl'.
9916         * except.c (expand_start_java_handler): Mark parameter `range'
9917         with ATTRIBUTE_UNUSED.
9919         * expr.c: Include except.h.
9920         (pop_type): Remove unused variable `i'.
9921         (pop_value): Likewise for variables `n_words' and `i'.
9922         (expand_java_arrayload): Likewise for variable `convert'.
9923         (java_lang_expand_expr): Likewise for variables `op0', `type',
9924         `mode', `unsignedp', `node' and `elements'.
9925         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
9926         `eh_ranges'.
9927         (process_jvm_instruction): Add a `const' qualifier to a char*.
9929         * gjavah.c (output_directory): Add the `const' keyword to a char*.
9930         (temp_directory): Likewise.
9931         (print_c_decl): Likewise.
9932         (print_method_info): Likewise.
9933         (decode_signature_piece): Likewise.
9934         (print_mangled_classname): Likewise.
9936         * java-except.h: Provide prototypes for maybe_start_try,
9937         maybe_end_try and add_handler.
9939         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
9940         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
9941         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
9942         init_expr_processing, push_super_field, init_class_processing,
9943         can_widen_reference_to, class_depth, verify_jvm_instructions,
9944         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
9945         set_local_type, merge_type_state, push_type, load_type_state,
9946         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
9947         emit_unicode_mangled_name): Add prototypes.
9949         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
9950         (print_signature_type): Use ISDIGIT, not isdigit.
9951         (print_signature): Remove unused variable `j'.
9953         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
9954         int when comparing against one.
9956         * jcf-parse.c: Include toplev.h.
9958         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
9959         (localvar_free): Remove unused variable `i'.
9960         (generate_bytecode_conditional): Likewise for variable `kind'.
9962         * jv-scan.c: Include config.h and system.h.  Remove redundant
9963         OS header and gansidecl.h includes.
9964         (warning): Add the `const' keyword to a char*.  Also add
9965         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
9966         __STDC__, when determining whether to use ANSI-isms.
9967         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
9968         (xmalloc): Don't redundantly prototype here.
9969         (main): Remove unused parameter `envp'.  Also fix the arguments
9970         passed to function `fatal' to match the format specifier.
9972         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
9974         * mangle.c: Include toplev.h.
9975         (emit_unicode_mangled_name): Declare parameter `len'.
9977         * parse.y (parse_warning_context): Add the `const' keyword to a
9978         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
9979         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
9980         (issue_warning_error_from_context): Add the `const' keyword to
9981         a char*.
9982         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
9983         not `__STDC__' for whether to use ANSI-isms.
9985         * typeck.c (incomplete_type_error): Mark parameters `value' and
9986         `type' with ATTRIBUTE_UNUSED.
9987         (parse_signature_type): Use ISDIGIT, not isdigit.
9989         * verify.c (check_pending_block): Add the `const' keyword to a char*.
9990         (verify_jvm_instructions): Likewise.  Remove unused variables
9991         `field_name' and `default_val'.
9993         * zextract.c: Include config.h and system.h.  Remove redundant
9994         OS header includes.
9996         * zipfile.h: Prototype `read_zip_archive'.
9998 Thu Jan 21 16:00:06 1999  Andrew Haley  <aph@cygnus.com>
10000         * typeck.c (convert): Allow conversions to void type: some
10001         optimizations in gcc do this.
10003 Thu Jan 21 15:21:49 1999  Andrew Haley  <aph@cygnus.com>
10005         * typeck.c (convert_ieee_real_to_integer): New function.
10006         (convert): When not using fast-math and using hardware fp, convert
10007         an IEEE NaN to zero.
10009 1999-01-18  Andrew Haley  <aph@cygnus.com>
10011         * parse.y (patch_binop): Do a type conversion from signed to
10012         unsigned and then back to signed when a ">>>" is found.
10014 Sun Jan 17 22:34:22 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10016         * java-tree.h: (check_for_initialization): Added prototype.
10017         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
10018         * parse.y (do_resolve_class): Removed unused locals.
10019         (read_import_dir): Likewise.
10020         (resolve_qualified_expression_name): Array creation
10021         expressions are valid primary expressions.
10022         (qualify_ambiguous_name): Likewise.
10023         (patch_synchronized_statement): Removed unused local.
10025 Sun Jan 17 21:55:42 1999  Jeffrey A Law  (law@cygnus.com)
10027         * Makefile.in (zextract.o): Add dependencies.
10029         * Makefile.in: Do not put ^Ls at the start of a line.
10031 Fri Jan 15 20:16:20 1999  Per Bothner  <bothner@cygnus.com>
10033         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
10034         sub-type the result of the call that gets the exception value.
10036         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
10037         don't call finish_class.
10039         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
10040         clear found before continuing.
10042         * verify.c (verify_jvm_instructions):  On an array load, allow
10043         and handle top of stack to be TYPE_NULL.
10045         * gjavah.c (generate_access):  Translate Java package private or
10046         protected access to C++ public, but with a comment.
10048 1999-01-13  Andrew Haley  <aph@cygnus.com>
10050         * expr.c (generate_name): Name prefix changed to avoid clashes
10051         with assembler temp labels.
10053         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
10054         MODIFY_EXPR.  Without this, code for the assignement may not be
10055         generated at all and the synchronized statement will read an
10056         uninitialized variable.
10058 Wed Jan 13 01:24:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10060         * class.c (maybe_layout_super_class): Fixed returned value.
10061         * lex.c: Added 1999 to the copyright.
10062         (java_init_lex): Initialize java_lang_imported.
10063         * lex.h: Added 1999 to the copyright.
10064         * parse.h: Added 1999 to the copyright.
10065         (REGISTER_IMPORT): Fixed typo in trailing macro.
10066         (CURRENT_OSB): New macro.
10067         (struct parser_ctxt): New fields osb_depth, osb_limit.
10068         * parse.y (java_lang_id): New global variable.
10069         (type_import_on_demand_declaration): Don't import java.lang.* twice.
10070         (array_creation_expression:): Use CURRENT_OSB.
10071         (dims:): Uses a stack to keep track of array dimensions.
10072         (cast_expression:): Use CURRENT_OSB.
10073         (find_expr_with_wfl): Return NULL if node found doesn't meet the
10074         conditions.
10075         (register_fields): Fixed typos in comment.
10076         (check_method_redefinition): Fixed comment indentation.
10077         (java_check_regular_methods): Set saved found wfl to NULL after
10078         having reinstalled it in the previously found DECL_NAME.
10080 Sun Jan 10 13:36:14 1999  Richard Henderson  <rth@cygnus.com>
10082         * gjavah.c (java_float_finite): Use a union to do type punning.
10083         (java_double_finite): Likewise.
10085 Sat Jan  9 11:25:00 1999  Per Bothner  <bothner@cygnus.com>
10087         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
10088         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
10089         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
10090         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
10091         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
10092         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
10094 Fri Jan  8 15:48:03 1999  Per Bothner  <bothner@cygnus.com>
10096         * check-init.c (check_init):  If compiling to native, we don't
10097         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
10099 1999-01-08  Tom Tromey  <tromey@cygnus.com>
10101         * parse-scan.y (variable_declarator_id): Set or increment
10102         bracket_count.
10103         (bracket_count): New global.
10104         (formal_parameter): Handle case where bracket pairs trail variable
10105         declarator id.
10107 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
10109         * jcf-parse.c (yyparse): variable len changed from a char to an
10110         int to prevent overflow.
10112 Wed Jan  6 17:19:46 1999  Per Bothner  <bothner@cygnus.com>
10114         * java-tree.h:  Declare read_class.
10115         * jcf-parse.c (read_class):  New function.
10116         (load_class):  Now just call read_class.
10118         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
10119         * jcf-parse.c (parse_source_file):  Declare save_error_count,
10120         which is needed by java_parse_abort_on_error macro,
10121         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
10123         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
10124         constructor, if initializing a static field.
10125         (patch_new_array_init):  Set TREE_CONSTANT if it is.
10126         * expr.c (java_lang_expand_expr):  For a static array constructor
10127         of primitive elements, allocate the array itself statically.
10128         Disabled until we can set the vtable field statically.
10130         * check-init.c:  New file.  Checks for definite assignment.
10131         * Makefile.in (JAVA_OBJS):  Add check-init.o.
10132         * parse.y (java_complete_expand_method): Call check_for_initialization.
10133         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
10135 Wed Jan  6 14:53:10 1999  Graham <grahams@rcp.co.uk>
10137         * parse.y : include system.h instead of including
10138         standard headers directly with the exception of <dirent.h>.
10140 Wed Jan  6 16:20:06 1999  Per Bothner  <bothner@cygnus.com>
10142         * lex.h:  Moved static function declarations to lex.c,
10143         to shut up some -Wall warnings.
10144         * lex.c:  Static function declarations moved here.
10145         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
10147 Tue Jan  5 22:15:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10149         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
10151 Tue Dec 22 11:25:19 1998  Per Bothner  <bothner@cygnus.com>
10153         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
10154         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
10156         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
10157         (localvar_alloc):  Change return type to void,
10158         (emit_unop):  Remove unused variable size.
10160         * jcf-write.c (struct jcf_block):  Add new union.
10161         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
10162         (call_cleanups):  New functions.
10163         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
10164         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
10165         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
10166         * lang.c (lang_init):  Call using_eh_for_cleanups.
10167         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
10168         completing operands to patch_synchronized_statement.
10169         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
10170         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
10171         WITH_CLEANUP_EXPR instead of TRY_EXPR.
10173 Sun Dec 20 16:15:44 1998  John F. Carr  <jfc@mit.edu>
10175         * Make-lang.in: Comment out control-Ls; they upset some makes.
10177 1998-12-18  Tom Tromey  <tromey@cygnus.com>
10179         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
10180         consistently.
10182 1998-12-17  Tom Tromey  <tromey@cygnus.com>
10184         * parse.y (DIR_SEPARATOR): New define.
10185         (check_class_interface_creation): Use it.
10187         * parse-scan.y (report_main_declaration): Recognize
10188         `java.lang.String' in argument to main.
10190 Wed Dec 16 16:18:59 1998  Per Bothner  <bothner@cygnus.com>
10192         * parse.y (create_interface):  Remove bogus test.
10194 Wed Dec 16 14:42:19 1998  Per Bothner  <bothner@cygnus.com>
10196         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
10197         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
10199 1998-12-16  Tom Tromey  <tromey@cygnus.com>
10201         * parse-scan.y (qualified_name): Use correct sprintf format.
10203 1998-12-15  Tom Tromey  <tromey@cygnus.com>
10205         * gjavah.c (print_field_info): Changed how most negative number is
10206         printed.
10208 Mon Dec 14 18:49:29 1998  Per Bothner  <bothner@cygnus.com>
10210         * parse.y (fold_constant_for_init):  New function.
10211         (resolve_expression_name):  Don't replace static final
10212         constant-initialized fields by its value.
10213         (java_complete_lhs):  New.  Same as java_complete_tree, except does
10214         not replace static final constant-initialized fields by their values.
10215         (register_fields):  If there is an initializer, set DECL_INITIAL and
10216         MODIFY_EXPR_FROM_INITIALIZATION_P.
10217         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
10218         Only call patch_initialized_static_field if
10219         MODIFY_EXPR_FROM_INITIALIZATION_P.
10220         (patch_initialized_static_field):  If not valid constant, clear
10221         DECL_INITIAL.
10223         * parse.y (lookup_field_wrapper):  Fix thinko.
10225         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
10226         set and restore global lineno.
10228 1998-12-14  Tom Tromey  <tromey@cygnus.com>
10230         * gjavah.c (print_field_info): If value to print is the smallest
10231         value of its size, then print as hex to avoid later warnings from
10232         C++ compiler.
10234 1998-12-14  Tom Tromey  <tromey@cygnus.com>
10236         * gjavah.c (decompile_method): Decompile `return null'.
10237         (process_file): Generate `#pragma interface'.
10238         (method_declared): New global.
10239         (print_method_info): Set it.
10240         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
10241         (print_method_info): Handle abstract methods.
10243 Sun Dec 13 17:31:40 1998  Per Bothner  <bothner@cygnus.com>
10245         * parse.y (patch_method_invocation):  If class_decl is null
10246         (e.g. an array type), use original type.
10248         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
10249         errors about uncaught exception from clone (of array, specifically).
10251 1998-12-13  Tom Tromey  <tromey@cygnus.com>
10253         * gjavah.c (decompile_method): Handle all types of `return'
10254         opcode.  Decompile `return this' and `return'.
10255         (method_access): New global.
10256         (print_method_info): Set it.
10257         (decompile_method): Don't decompile a synchronized method.
10259 1998-12-13  Tom Tromey  <tromey@cygnus.com>
10261         * jcf-reader.c (jcf_parse_one_method): Recognize
10262         HANDLE_END_METHOD.
10263         * gjavah.c (HANDLE_END_METHOD): New macro.
10264         (HANDLE_CODE_ATTRIBUTE): New macro.
10265         (decompile_method): New function.
10266         (print_method_info): Don't print `;\n' at end of function decl.
10267         Include java-opcodes.h.
10268         (decompiled): New global.
10270 Sat Dec 12 20:13:19 1998  Per Bothner  <bothner@cygnus.com>
10272         * class.c (build_class_ref):  Handle PRIMTYPE.class if
10273         flag_emit_class_files.
10274         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
10275         if flag_emit_class_files.
10276         * parse.y (java_complete_tree):  Pre-liminary support for
10277         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
10279         * parse.y (patch_synchronized_statement):   Don't call monitorexit
10280         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
10282         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
10284         * zipfile.h (opendir_in_zip):  New declaration.
10285         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
10286         (opendir_in_zip):  New function, using code from open_in_zip.
10287         (open_in_zip):  Call opendir_in_zip.
10288         (find_class):  Remove no-longer-used do_class_file parameter,
10289         but add source_ok parameter.  Change logic so if we find a .java file,
10290         we don't look for .class in later classpath emtries.
10291         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
10292         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
10293         * gjavah.c: Update call to find_class.
10294         * jcf-dump.c:  Likewise.
10296         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
10297         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
10298         nothing if body is empty_stmt_node.
10299         Various little fixes so SP gets correctly adjusted.
10300         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
10301         For CALL_EXPR, test if static first.
10302         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
10303         such as the ones we create for Object and Class.
10304         Set and restore current_function_decl.
10305         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
10306         (note_possible_classname):  New function.
10307         (read_import_entry):  Removed.  Merged with read_import_dir.
10308         (read_import_dir):  Don't call find_class - that only gives us
10309         the first classpath entry having the needed package.
10310         Use the struct buffer data structure from buffer.h.
10311         (read_import_dir, find_in_imports_on_demand):  The remembered
10312         class names now use '.' (not '/') as package separator.
10314         * parse.y (java_complete_expand_methods):  Call write_classfile
10315         here, and not in java_expand_classes (which only gets first class).
10317 Sat Dec 12 19:46:04 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10319         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
10320         (register_fields):  If a static fields has an initializer, just
10321         chain it on ctxp->static_initialized, and handle later.
10322         (java_complete_expand_methods):  Force <clinit> first.
10323         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
10324         - it's already been completed.
10325         (patch_initialized_static_field):  New function.
10326         (java_complete_field):  Call it.
10328 Sat Dec 12 19:21:11 1998  Per Bothner  <bothner@cygnus.com>
10330         * expr.c (encode_newarray_type, build_new_array):  New functions.
10331         * java-tree.h:  Declare build_new_array.
10332         * jcf-write.c (patch_newarray):  Use build_new_array.
10334         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
10335         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
10337         * parse.y (patch_new_array_init):  Re-organize.
10338         Now is passed the actual array (pointer) type of the value.
10339         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
10340         (patch_array_constructor):  Removed - merged into patch_new_array_init.
10341         (java_complete_tree):  Update patch_new_array_init.
10343         * jcf-write.c (find_constant_index):  New function.
10344         (generate_bytecode_insns):  Use find_constant_index.
10345         (generate_classfile):  Use find_constant_index for ConstantValue.
10347 1998-12-11  Tom Tromey  <tromey@cygnus.com>
10349         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
10350         * decl.c (init_decl_processing): Renamed dtable -> vtable.
10351         * class.c (make_class_data): Renamed dtable -> vtable, and
10352         dtable_method_count -> vtable_method_count.
10354 Thu Dec 10 20:00:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10356         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
10357         global variables, initialized.
10358         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
10359         Declared new global variables.
10360         * lex.c (java_lex): Return long_zero_node, float_zero_node,
10361         double_zero_node, integer_zero_node upon direct matching.
10362         * parse.y (purify_type_name): Added function prototype.
10363         (duplicate_declaration_error_p): Consider new_type as potentially
10364         being a incomplete type. Use purify_type_name on type string.
10365         (method_header): saved_type: unused variable removed. Don't figure
10366         return type if method name is invalid.
10367         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
10368         processed by patch_unaryop.
10369         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
10370         increment/decrement node into its original type after binary
10371         numeric promotion on its operands.
10373 Thu Dec 10 11:02:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10375         * parse.y (array_initializer:): Array init operand is NULL_TREE
10376         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
10377         now an error. Fixed indentation problems.
10378         (patch_string): Handle error_mark_node as an argument.
10379         (patch_new_array_init): Fixed indentation problems.
10380         (array_constructor_check_entry): Removed check on null wfl_value.
10381         Return an error if wfl_value's walk returns an error.
10383 Wed Dec  9 15:37:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10385         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
10386         * lex.c (java_lex): Remember column position before advancing one
10387         token. Retain location information on OCB_TK.
10388         * lex.h (typedef struct java_lc): Added new field.
10389         * parse.h (GET_SKIP_TYPE): New macro.
10390         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
10391         * parse.y (build_new_array_init, patch_new_array_init,
10392         patch_array_constructor, maybe_build_array_element_wfl,
10393         array_constructor_check_entry): New function prototypes.
10394         (switch_block:): Tagged <node>.
10395         (OCB_TK): Tagged <operator>.
10396         (array_initializer:): Installed actions.
10397         (variable_initializer): Build location information on element if
10398         necessary.
10399         (switch_statement:): Fixed indentation typo.
10400         (switch_block:): Redefined default action.
10401         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
10402         (patch_assignment): Removed duplicate code.
10403         (maybe_build_array_element_wfl, build_new_array_init,
10404         patch_new_array_init, patch_array_constructor,
10405         array_constructor_check_entry): New functions.
10407 Mon Dec  7 15:13:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10409         * parse.y (array_initializer): Tagged <node>.
10410         (variable_initializer:): Use default rule.
10411         (array_initializer:): Defined actions.
10412         (variable_initializers:): Likewise.
10413         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
10414         non-static field accesses.
10415         (patch_invoke): Fixed indentation typo.
10416         (java_complete_tree): Likewise.
10417         (build_labeled_block): Changed leading comment. Generate an error
10418         in case of duplicate loop labels.
10419         (patch_conditional_expr): Patch results of string concatenation
10420         operations.
10422 Sun Dec  6 13:45:00 1998  Per Bothner  <bothner@cygnus.com>
10424         * constants.c (find_methodref_index):  When the class is an interface,
10425         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
10427         * decl.c (finit_identifier_node):  Use "$finit$", rather than
10428         "<finit>" (which Sun's verifier rejects).
10429         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
10430         (generate_field_initialization_code):  Removed.
10431         (fix_constructors)  Don't add call to $finit$ here (wrong order).
10432         (patch_method_invocation):  Add $finit$ call here.
10434         * java-tree.h (CALL_USING_SUPER):  New macro.
10435         * parse.y (patch_invoke):  Remove im local variable.
10436         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
10437         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter.
10438         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
10440         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
10442         * parse.y (java_complete_tree):  Don't complain about unreachable
10443         statement if it is empty_stmt_node.
10445         * jcf-write.c (find_constant_wide):  New function.
10446         (push_long_const):  Use find_constant_wide.
10448         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
10449         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
10450         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
10451         Emit invokeinterface when calling an interface method.
10452         Emit invokespecial also when calling super or private methods.
10454         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
10456 Sun Dec  6 13:21:18 1998  Per Bothner  <bothner@cygnus.com>
10458         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
10460 Thu Dec  3 17:11:12 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10462         * java-tree.h (java_layout_seen_class_methods): New function
10463         prototype.
10464         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
10465         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
10466         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
10467         * parse.y (method_declarator:): Defined action.
10468         (issue_warning_error_from_context): input_filename saved, set to
10469         the appropriate value and restored after java_error is called.
10470         (build_unresolved_array_type): Fixed comment.
10471         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
10472         (method_header): Deal with return type the same way type are
10473         handled for fields and method's parameters and local variables
10474         types are handled.
10475         (check_method_redefinition): Removed extra CR.
10476         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
10477         (java_layout_seen_class_methods): New function.
10478         (java_layout_classes): Call java_layout_seen_class_methods.
10480 Thu Dec  3 15:56:50 1998  Per Bothner  <bothner@cygnus.com>
10482         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
10484 Thu Dec  3 15:08:30 1998  Per Bothner  <bothner@cygnus.com>
10486         * jcf-dump.c (main):  Fix error message.
10487         * jcf-path.c (add_entry):  Style fix.
10489 Wed Dec  2 15:52:25 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10491         * class.c (layout_class_method): Call build_java_argument_signature
10492         on constructors too.
10493         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
10494         (patch_method_invocation): Define a primary when resolving an
10495         expression name. Augmented comment on code checking illegal `this'
10496         usage. Loosened it test by accepting NEW_CLASS_EXPR.
10498 Tue Dec  1 13:53:24 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10500         * class.c (layout_class_method): Don't report error on non-static
10501         overriding static if the method is private.
10502         * java-tree.h (finish_class): Prototype added.
10503         * lex.c (java_get_line_col): Handle col argument -2 value.
10504         * parse.h: All static method declarations moved to parse.y.
10505         * parse.y: Now contains all static method declarations previously
10506         found in parse.h.
10507         (find_expr_with_wfl, missing_return_error,
10508         unreachable_stmt_error): New functions.
10509         (java_get_real_method_name): Identify constructors bearing class
10510         names in source code compiled classes only.
10511         (java_complete_expand_methods): Call missing_return_error.
10512         (invocation_mode): Private methods invoked as static methods.
10513         (java_complete_tree): Call unreachable_stmt_error.
10515 1998-12-01  Tom Tromey  <tromey@cygnus.com>
10517         * Makefile.in (+target): Removed.
10518         (+xmake_file): Likewise.
10519         (+tmake_file): Likewise.
10520         (.NOEXPORT): Removed duplicate.
10522 Fri Nov 27 13:20:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10524         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
10526         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
10528         * jvgenmain.c: Remove the xmalloc prototype, we get it from
10529         libiberty.h.  Provide an xmalloc definition.
10531         * jvspec.c: Remove the xmalloc prototype.
10533         * parse-scan.y: Include config.h and system.h.  Don't include
10534         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
10535         Provide an xstrdup definition.
10537 Thu Nov 26 22:03:58 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
10539         * jcf-path.c (add_entry): Recognize ".jar" too.
10540         * lang-specs.h: Likewise.
10542 Thu Nov 26 12:44:07 1998  Per Bothner  <bothner@cygnus.com>
10544         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
10545         soft_monitorenter_node, soft_monitorexit_node, throw_node.
10547         * jcf-write.c (generate_bytecode_insns):
10548         Handle pre/post-increment/decrement of long.
10550         * jcf-write.c (generate_bytecode_insns):
10551         Handle missing exception handler (finally for synchronized).
10553 Wed Nov 25 09:47:15 1998  Per Bothner  <bothner@cygnus.com>
10555         * java-tree.h (end_params_node):  Declare global.
10556         * decl.c (end_params_node):  New global.
10557         (init_decl_processing, start_java_method):  Use end_params_node for
10558         end of list of parameter types.  Follows correct gcc conventions.
10559         * expr.c (pop_argument_types, pop_arguments):  Likewise.
10560         * lang.c (put_decl_node):  Likewise.
10561         * typeck.c (various places):  Likewise.
10562         * class.y (various places):  Likewise.
10563         * parse.y (various places):  Likewise.
10565         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
10566         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
10568         * class.c:  Add #include flags.h, remove no-longer needed declaration.
10570         * class.c (layout_class_method):  Remove commented-out code, re-format.
10571         Don't add vtable entry (or index) for private methods.
10572         * expr.c (expand_invoke):  A private method is implicitly final.
10573         * class.c (make_class_data):  If inlining or optimizing,
10574         skip private methods.
10576         * class.c (finish_class):  New function.  Calls existing methods,
10577         but alls emits deferred inline functions.
10578         * jcf-parse.c (parse_class_file):  Call finish_class.
10579         * parse.y (java_complete_expand_methods):  Likewise.
10581         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
10583         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
10585 Wed Nov 25 00:50:58 1998  Marc Espie <espie@quatramaran.ens.fr>
10587         * jcf-write.c (generate_bytecode_conditional): Fix typo.
10589 Tue Nov 24 17:06:38 1998  Per Bothner  <bothner@cygnus.com>
10591         * (generate_classfile): Always write class access flag with
10592         ACC_SUPER set.
10594 Tue Nov 24 16:34:33 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10596         * class.c (maybe_layout_super_class): New function.
10597         (layout_class): Reorganized. Loop on class methods dispatched into
10598         a new function. Call maybe_layout_super_class.
10599         (layout_class_methods, layout_class_method): New functions.
10600         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
10601         class.
10602         (expand_invoke): Likewise.
10603         * java-tree.h (all_class_list): New global variable declared.
10604         (layout_class_methods, layout_class_method): New function
10605         prototypes.
10606         (LAYOUT_SEEN_CLASS_METHODS): New macro.
10607         * jcf-parse.c (all_class_list): New global variable.
10608         (load_class): Extended what class_or_name can be. Use parser
10609         context mechanism to save globals before calling jcf_parse.
10610         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
10611         is set on the file name.
10612         (jcf_parse): Layout class methods when Object is loaded, otherwise
10613         record class in all_class_list for delayed method layout.
10614         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
10615         * lang.c (put_decl_node): Decode <init> into the decl context
10616         class name.
10617         * lex.c (java_allocate_new_line): Use xmalloc.
10618         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
10619         pointers, not TREE_LIST elements.
10620         (struct parser_ctxt): Fixed comment indentations, added comments
10621         and reordered some fields.
10622         (java_check_methods): Function prototype removed.
10623         * parse.y (java_push_parser_context): Use xmalloc.
10624         (java_parser_context_restore_global): Pop extra pushed ctxp only
10625         when there's nothing next.
10626         (maybe_create_class_interface_decl): Fixed comment, add new
10627         created class decl to all_class_list.
10628         (method_header): Use GET_REAL_TYPE on argument's types.
10629         (method_declarator): Use GET_REAL_TYPE, change type to the real
10630         type in TREE_LIST dependency node. Build argument list with the
10631         real type.
10632         (create_jdep_list): Use xmalloc. Removed allocation error message.
10633         (obtain_incomplete_type): Fixed leading comment. Broadened
10634         incoming argument meaning.
10635         (register_incomplete_type): Use xmalloc. Removed allocation error
10636         message.
10637         (safe_layout_class): Fixed leading comment.
10638         (jdep_resolve_class): Reversed if statement condition and switch
10639         if and else bodies.
10640         (resolve_and_layout): Fixed leading comment. Broadened incoming
10641         argument meaning.
10642         (complete_class_report_errors): New local variable name, for
10643         clarity. purify_type_name used for all error cases.
10644         (java_get_real_method_name): Stricter check on constructors.
10645         (java_check_regular_methods): Reverse methods list only if not
10646         already laid out. Layout artificial constructor.
10647         (java_check_methods): Deleted.
10648         (source_start_java_method): Obtain incomplete type for patchable
10649         method arguments.
10650         (java_layout_classes): Fixed leading comment. Use
10651         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
10652         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
10653         before returning. Fixed comments.
10654         (java_expand_classes): Check for errors up front.
10655         (patch_method_invocation): Class to search is resolved and laid
10656         out.
10658 Tue Nov 24 12:57:13 1998  Per Bothner  <bothner@cygnus.com>
10660         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
10662         * javaop.h (int8):  Removed - not used.
10663         (jbyte):  Redefine portably with correct signedness.
10665         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
10667         * jcf-write.c (generate_bytecode_insns):  Fix typo
10668         OPCODE_getstatic to OPCODE_getfield.
10670         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
10671         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
10672         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
10674 Thu Nov 19 11:16:55 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10676         * jcf-parse.c (jcf_parse_source): Function returned type is
10677         void. Added prototype.
10678         (jcf_parse): Function returned type is void.
10679         (yyparse): Remove call to fclose on the last parsed file.
10681         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
10683 Wed Nov 18 23:54:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10685         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
10686         (layout_class): Cope with methods featuring WFL in decl names.
10687         * decl.c (unqualified_object_id_node): New global variable,
10688         initialized.
10689         (build_decl_no_layout): Removed.
10690         * expr.c (build_primtype_type_ref): Handle Double.
10691         (java_lang_expand_expr): Fixed indentations.
10692         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
10693         (flag_wall, flag_redundant, flag_not_overriding,
10694         flag_static_local_jdk1_1, unqualified_object_id_node): Global
10695         variable declarations.
10696         (build_decl_no_layout): Removed prototype.
10697         (java_get_real_method_name): Added prototype.
10698         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
10699         (java_parse_abort_on_error): Macro now just returns.
10700         * jcf-parse.c (jcf_parse_source): Check fclose returned
10701         value. Call emit_register_classes if java_report_errors returns
10702         zero.
10703         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
10704         flag_static_local_jdk1_1): New integer flags.
10705         (lang_decode_option): New flags set here.
10706         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
10707         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
10708         the flag_redundant variable.
10709         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
10710         when parsing java.lang.Object class.
10711         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
10712         NULL_TREE to build.
10713         (resolve_qualified_expression_name): Fixed indentation.
10714         (patch_array_ref): Changed prototype.
10715         (not_initialized_as_it_should_p): Prototype removed.
10716         (java_report_errors): Added function prototype.
10717         * parse.y (formal_parameter:): Changed error message for not yet
10718         supported final parameters.
10719         (class_type_list:): Set both PURPOSE and VALUE of created
10720         TREE_LIST to be class_type.
10721         (primary_no_new_array:): Handle class literals on primitive types.
10722         (parse_warning_context): Reinstalled correct force_error and
10723         do_warning flags setups.
10724         (java_report_errors): Changed prototype. Return java_error_count
10725         value.
10726         (variable_redefinition_error): Consider treating variable type as
10727         a fake pointer.
10728         (create_interface): Warn about redundant abstract modifier if
10729         flag_redundant is set. Changed error message.
10730         (lookup_field_wrapper): Save/restore globals before/after looking
10731         up field.
10732         (duplicate_declaration_error_p): Consider treating declaration
10733         type as a fake pointer.
10734         (register_fields): Extract real type from dependency node. Check
10735         for duplicate field declaration after type adjustment. Use
10736         DECL_INITIAL to store static final initialized values.
10737         (method_header): Extract real function type from dependency node.
10738         (check_abstract_method_header): Use GET_METHOD_NAME.
10739         (obtain_incomplete_type): Layout fake pointer type.
10740         (safe_layout_class): Don't try to check for methods before layout.
10741         (java_complete_class): Don't check for correct throws clause
10742         elements inheritance here.
10743         (resolve_and_layout): Broadened name parameter meaning.
10744         (reset_method_name): Use GET_METHOD_NAME.
10745         (java_get_real_method_name): New function.
10746         (java_check_regular_methods): Don't check methods in
10747         java.lang.Object.  Verify lineage of throws clause elements. Use
10748         flag_no_overriding in warning report.
10749         (check_throws_clauses): Don't check if class was from
10750         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
10751         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
10752         (declare_local_variables): Use flag_static_local_jdk1_1 to report
10753         warning on unsupported final local variables. Use build_decl
10754         instead of build_decl_no_layout. Get real local variable type from
10755         dependency node.
10756         (source_start_java_method): Get real parameter type from
10757         dependency node. Call build_decl instead of build_decl_no_layout.
10758         (java_layout_classes): Reverse tree and layout type and class as
10759         required. Mark class as loaded when done.
10760         (resolve_field_access): Fixed indentation. Restricted condition
10761         leading to static field access code generation. Set field_type
10762         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
10763         (resolve_qualified_expression_name): Initialize type_found to
10764         null. Handle static field resolved during qualification. Fixed
10765         layout on non primitive field decl types.
10766         (not_accessible_p): Fixed typo in comment.
10767         (patch_method_invocation): Resolve and layout class to search from
10768         type.
10769         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
10770         layout non primitive type, if necessary. Make method node only to
10771         report errors.
10772         (find_applicable_accessible_methods_list): Consider WFL'ed method
10773         decl names. Fixed indentation.
10774         (argument_types_convertible): Resolve and layout target type if
10775         necessary.
10776         (java_complete_tree): Fixed indentation problems. Rewrote
10777         CALL_EXPR thrown exceptions check. Re-installed further processing
10778         of the assignment in certain cases.
10779         (patch_assignment): Call maybe_build_primttype_type_ref to perform
10780         inlining on class literals.
10781         (valid_builtin_assignconv_identity_widening_p): Cope with constant
10782         0 literal.
10783         (valid_method_invocation_conversion_p): Likewise.
10784         (patch_string): Temporary disable forbidden use of `this' in
10785         explicit constructor invocations when doing string concatenation
10786         within their scope.
10787         (patch_unaryop): Added comment. Reinstalled code to disable
10788         further check on assignment operation with cast expression RHS.
10789         (patch_switch_statement): Fixed indentation.
10790         (build_try_statement): Call build_decl instead of
10791         build_decl_no_layout.
10792         (patch_synchronized_statement): Likewise.
10793         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
10794         IS_UNCHECKED_EXPRESSION_P.
10795         (check_thrown_exceptions_do): Changed leading comment. Resolve and
10796         layout argument exception type.
10797         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
10798         of IS_UNCHECKED_EXPRESSION_P.
10800 Wed Nov 18 14:21:48 1998  Anthony Green  <green@cygnus.com>
10802         * jcf-parse.c (yyparse): Open class file in binary mode.
10804 Sun Nov 15 17:14:17 1998  Per Bothner  <bothner@cygnus.com>
10806         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
10808         * jcf-write.c (perform_relocations):  Move check out one loop.
10810 Sun Nov 15 15:09:56 1998  Anthony Green  <green@hoser.cygnus.com>
10812         * Make-lang.in: Fix reference to srcdir.
10813         * jv-scan.c: Add missing xmalloc prototype.
10814         * jvgenmain.c: Ditto.
10816 Sun Nov 15 14:36:29 1998  Per Bothner  <bothner@cygnus.com>
10818         * decl.c (error_mark_node), java-tree.h:  New global.
10819         * parse.y:  Use empty_stmt_node instead of size_zero_node.
10820         (build_if_else_statement):  If missing else, use empty_stmt_node.
10822         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
10823         (java_complete_expand_method):  Complain if return is missing.
10824         (java_check_regular_methods):  Comment out incorrect error check.
10825         (not_accessible_p):  Fix incorrect handling of protected methods.
10826         (patch_method_invocation):  Pass correct context to not_accessible_p.
10827         (find_applicable_accessible_methods_list):  Likewise.
10828         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
10829         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
10830         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
10831         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
10833         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
10834         (push_int_const):  Remove reundant NOTE_PUSH.
10835         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
10836         (- case SWITCH_EXPR):  Fix code generation bug.
10837         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
10838         (generate_classfile):  More robust for abstract methods.
10840 Sun Nov 15 13:52:39 1998  Anthony Green  <green@cygnus.com>
10842         * Makefile.in: jv-scan and jvgenmain all require libiberty.
10843         * Make-lang.in: Ditto.
10845         * jv-scan.c: Remove xmalloc and xstrdup definitions.
10846         * jvgenmain: Ditto.
10848 Sun Nov 15 14:10:56 1998  Per Bothner  <bothner@cygnus.com>
10850         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
10852         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
10854 Sat Nov 14 17:19:18 1998  Per Bothner  <bothner@cygnus.com>
10856         Allow uses of interface types to verify.  This is not really
10857         type-safe, but it matches what Sun does, and is OK as long as
10858         there are appropriate run-time checks.
10859         * verify.c (merge_types):  If merging two interface types,
10860         just set the result to java.lang.Object.
10861         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
10863 1998-11-13  Tom Tromey  <tromey@cygnus.com>
10865         * gjavah.c (main): Handle --output-class-directory argument.
10866         * jvspec.c (lang_specific_driver): Translate `-d' into
10867         -foutput-class-dir.
10868         * jcf.h (jcf_write_base_directory): Declare.
10869         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
10870         * lang-options.h: Mention -foutput-class-dir.
10871         * jcf-write.c (jcf_write_base_directory): New global.
10872         (make_class_file_name): Put generated .class file into `-d'
10873         directory, or into source directory if -d not given.  Function now
10874         static.
10875         (write_classfile): Free class file name.  Handle case where class
10876         file name is NULL.
10877         (DIR_SEPARATOR): New macro.
10878         Include <sys/stat.h>
10880         * Makefile.in (prefix): New macro.
10882 Thu Nov 12 14:15:07 1998  Per Bothner  <bothner@cygnus.com>
10884         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
10885         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
10886         here (done in patch_invoke instead).
10887         (case_identity):  Moved here from parse.y.
10889         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
10890         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
10891         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
10892         so they can be efficiently scanned without recursion.
10893         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
10894         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
10895         in BLOCK iteratively, rather than recursively.
10897         * parse.y (do_unary_numeric_promotion):  New function.
10898         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
10900         * parse.y (patch_newarray):  Various fixes.
10902         Re-do handling of switch statements (for proper block scoping).
10903         * parse.y:  Add just a single block for the enture switch block,
10904         but don't create any "case blocks".
10905         (group_of_labels):  Rmeoved unneeded non-terminal.
10906         CASE_EXPR and DEFAULT_EXPR are added to current block.
10907         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
10908         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
10909         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
10910         * parse.y (wfl_operator, print_int_node): Make non-static.
10911         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
10912         as part of recursive scan of block.
10913         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
10914         (patch_switch_statement):  Most tests move dinto java_complete_tree.
10916         * parse.y:  Make various production be non-typed (void).
10917         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
10918         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
10919         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
10921         * jcf-write.c (struct jcf_handler):  New type.
10922         (struct jcf_switch_state):  New type.
10923         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
10924         (alloc_handler, emit_unop, emit_reloc):  New functions.
10925         (adjust_typed_op):  Add extra parameter ("max type" offset).
10926         (emit_switch_reloc, emit_case-reloc):  New function.
10927         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
10928         (generate_bytecode_insns):  Support REAL_CST, switch statements,
10929         exception handling, method calls, object/array creation, and more.
10931         * class.c:  Remove some unused variables.
10932         * constants.c (find_string_constant):  New function.
10933         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
10934         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
10935         if flag_emit_class_files.
10937 1998-11-12  Tom Tromey  <tromey@cygnus.com>
10939         * jcf-io.c (find_class): Added explanatory comment.
10941         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
10942         trailing slash to `.zip' entries.
10944         * jvspec.c (lang_specific_driver): Correctly handle case where
10945         GC_NAME not defined.
10947 1998-11-11  Tom Tromey  <tromey@cygnus.com>
10949         * jvspec.c (GC_NAME): New define.
10950         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
10951         if required.
10952         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
10954 Wed Nov 11 19:08:52 1998  Per Bothner  <bothner@cygnus.com>
10956         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
10958 1998-11-11  Tom Tromey  <tromey@cygnus.com>
10960         * jcf-dump.c (main): Correctly recognize `--'-style long options.
10962 Tue Nov 10 12:34:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10964         * class.c (is_compiled_class): Call safe_layout_class for class
10965         compiled from source.
10966         * conver.h (convert_to_integer, convert_to_real,
10967         convert_to_pointer): Added prototypes.
10968         * decl.c (init_decl_processing): Non longer push the decls of
10969         `methodtable', `constants', `Class', `Field', `dispatchTable'
10970         `jexception' and `Method'.
10971         * expr.c (build_invokeinterface): New function.
10972         (expand_invoke): static variable CLASS_IDENT now in
10973         build_invokeinterface. Use build_invokeinterface.
10974         (expand_java_field_op): Moved code to inline
10975         java.lang.PRIMTYPE.TYPE into a function.
10976         (build_primtype_type_ref): New function.
10977         * java-tree.def (INSTANCEOF_EXPR): New tree code.
10978         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
10979         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
10980         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
10981         (DECL_LOCAL_STATIC_VALUE): New macro.
10982         (build_invokeinterface, build_primtype_type_ref): New function
10983         prototypes.
10984         (java_parse_abort_on_error): Macro rewritten.
10985         * jcf-parse.c (current_method): Add comment to declaration.
10986         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
10987         Function prototypes fixed.
10988         (jcf_parse_source): push/pop parser context. save/restore global.
10989         (parse_source_file): Fixed leading comment. Now take a
10990         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
10991         classes and pop the parser context anymore.
10992         (yyparse): Push parser context, save globals, parse the source
10993         file, restore globals and pop the parser context when processing a
10994         source file.
10995         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
10996         * lex.c (java_parse_doc_section): New function.
10997         (java_lex): Call java_parse_doc_section when appropriate. Build an
10998         operator around INSTANCEOF_TK.
10999         * lex.h (java_lineterminator, java_sprint_unicode,
11000         java_unicode_2_utf8, java_lex_error, java_store_unicode):
11001         Prototypes rewritten.
11002         (java_parse_escape_sequence, java_letter_or_digit_p,
11003         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
11004         java_read_unicode, java_store_unicode, java_read_char,
11005         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
11006         Added function prototypes.
11007         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
11008         define.
11009         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
11010         New macros
11011         (struct parser_ctxt): New fields: deprecated,
11012         current_parsed_class_un, gclass_list.
11013         (fix_method_argument_names, issue_warning_error_from_context,
11014         resolve_package, lookup_package_type): New function prototypes.
11015         (resolve_expression_name): Fixed function prototype.
11016         (find_applicable_accessible_methods_list): Fixed indentation, added
11017         extra argument in prototype.
11018         (check_final_assignment, build_null_of_type, check_deprecation,
11019         check_method_redefinition, reset_method_name,
11020         java_check_regular_methods, java_check_abstract_methods,
11021         maybe_build_primttype_type_ref): New function prototype.
11022         * parse.y (conver.h): Include.
11023         (INSTANCEOF_TK): Tagged <operator>.
11024         (single_type_import_declaration): Use REGISTER_IMPORT macro.
11025         (relational_expression:): Build binop for instanceof.
11026         (java_push_parser_context): Remember ctxp->gclass_list across
11027         contexts.
11028         (java_pop_parser_context): Simply return if no context
11029         exists. Remember gclass_list across contexts.
11030         (issue_warning_error_from_context): New function.
11031         (parse_error_context): Don't setup ctxp->elc here. Call
11032         issue_warning_error_from_context instead.
11033         (parse_warning_context): Likewise.
11034         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
11035         setup. Link new class/interface to ctxp->gclass_list.
11036         (add_superinterfaces): Register interface as incomplete if not
11037         loaded.
11038         (create_class): Remember class unqualified name in
11039         ctxp->current_parsed_class_un. Check class deprecation.
11040         (register_fields): Check field deprecation. Remember static final
11041         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
11042         processing INIT.
11043         (method_header): New local variable ORIG_ARG. Use unqualified
11044         current class name for check on constructor errors. Promote return
11045         type if of record type. Argument list fix moved in
11046         fix_method_argument_names, called here. Check method deprecation.
11047         (fix_method_argument_names): New function.
11048         (method_declarator): Promote record typed arguments.
11049         (safe_layout_class): Check class methods before layout.
11050         (java_complete_class): Compute field layout when patched.
11051         (do_resolve_class): Try to load class after having it renamed
11052         after the package name.
11053         (get_printable_method_name): Use DECL_CONTEXT.
11054         (reset_method_name): New function.
11055         (check_method_redefinition): Use reset_method_name.
11056         (java_check_regular_methods): New local variable
11057         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
11058         names for error report. Check for compile-time error when method
11059         found has default (package) access.
11060         (java_check_abstract_methods): Now takes an interface DECL node as
11061         an argument. Also reinstall real name on unchecked
11062         overriding/hiding methods for error report.
11063         (java_check_methods): Fixed leading comment. Get classes to verify
11064         from ctxp->gclass_list. Use CHECK_METHODS macro and set
11065         CLASS_METHOD_CHECKED_P on class verification.
11066         (lookup_java_method2): Get real method name if necessary.
11067         (find_in_imports): Don't check package class access here.
11068         (resolve_package, lookup_package_type): New functions.
11069         (java_layout_classes): Fixed leading comment. Take classes to be
11070         laid out from ctxp->gclass_list.
11071         (java_complete_expand_methods): Don't expand native and abstract
11072         methods.
11073         (java_expand_classes): New function.
11074         (resolve_expression_name): Use additional argument ORIG.  Retrieve
11075         values of static final field of primitive types.
11076         (resolve_field_access): Handles static final field of promotive
11077         type.
11078         (resolve_qualified_expression_name): Handle STRING_CST as
11079         primaries and package name resolution. Check deprecation on found
11080         decls. Set where_found and type_found on non static field resolved
11081         during qualification. Layout non primitive field decl types.
11082         (check_deprecation): New function.
11083         (maybe_access_field): Simplified.
11084         (patch_method_invocation_stmt): Local variable CLASS_TYPE
11085         removed. Reverse method's argument when primary is a type. Don't
11086         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
11087         instead. Include abstract class in the list of class searchable
11088         for constructors. Use DECL_CONTEXT of found method for access
11089         checks. Check method deprecation.
11090         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
11091         converting arguments. Handle INVOKE_INTERFACE.
11092         (lookup_method_invoke): Search constructor using existing
11093         infrastructure (don't rely on lookup_java_constructor anymore).
11094         (find_applicable_accessible_methods_list): Extra argument flag
11095         LC. Now include constructor in the search.
11096         (qualify_ambiguous_name): Conditional expression are primaries.
11097         (not_initialized_as_it_should_p): static final are always
11098         initialized.
11099         (java_complete_tree): Pass extra NULL argument to
11100         resolve_expression_name. Stricter test to carry on patching
11101         assignments. New case for INSTANCEOF_EXPR.
11102         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
11103         (check_final_assignment, maybe_build_primttype_type_ref): New
11104         functions.
11105         (patch_assignment): Detect resolved static finals and carry normal
11106         assignment error check on them. Inline PRIMTYPE.TYPE read access.
11107         (try_builtin_assignconv): Access constant 0 on all primitive
11108         types.
11109         (valid_builtin_assignconv_identity_widening_p): Accept identical
11110         types. Accept all promoted type on int type.
11111         (valid_ref_assignconv_cast_p): Accept a null pointer to be
11112         assigned to a reference.
11113         (valid_method_invocation_conversion_p): Accept to check null
11114         pointers.
11115         (build_binop): Merge declaration and initialization of local
11116         variable BINOP.
11117         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
11118         numeric types. Improved validity test for qualify operators on
11119         references.
11120         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
11121         and PREINCREMENT_EXPR. Also detect resolved static finals of a
11122         primitive type and issue the appropriate error message.
11123         (resolve_type_during_patch): Mark class loaded when resolved.
11124         (patch_cast): Allow null to be cased to reference types.
11125         (build_null_of_type): New function.
11126         (patch_array_ref): Handle array on references correctly.
11127         (patch_return): Removed unused local variable MODIFY. Force
11128         boolean to be returned as integers. Allows null to be returned by
11129         a function returning a reference.
11130         * typeck.c (convert_to_integer, convert_to_real,
11131         convert_to_pointer): Prototypes moved to convert.h
11132         (lookup_argument_method): Use method real name, if necessary.
11134 1998-10-30  Tom Tromey  <tromey@cygnus.com>
11136         * class.c (build_class_ref): Changed name of primitive classes to
11137         start with `_Jv_'.
11139         * class.c (make_class_data): Renamed fields: nmethods to
11140         method_count, method_count to dtable_method_count.  Always set
11141         `state' field to 0.
11142         * decl.c (init_decl_processing): Likewise.
11144 Wed Oct 28 08:03:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11146         * class.c (layout_class): Don't mangle <finit>, produce
11147         __finit<class> instead. Don't verify artificial methods.
11148         * decl.c (finit_identifier_node): New declared global.
11149         (init_decl_processing): finit_identifier_node initialized.
11150         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
11151         * java-tree.h (finit_identifier_node): Declared as extern.
11152         (struct lang_decl): New field called_constructor.
11153         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
11154         (CLASS_HAS_FINIT_P): New macro.
11155         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
11156         explicit constructor invocation.
11157         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
11158         CALL_SUPER_CONSTRUCTOR_P): New macros.
11159         (write_classfile): Added prototype.
11160         * jcf-parse.c (jcf_parse_source): Parse and remember for
11161         generation if the file was seen on the command line.
11162         (parse_source_file): Don't write the class file here.
11163         (yyparse): Loop on files rewritten. Set current_jcf.
11164         (parse_zip_file_entries): Parse class file only if it was found.
11165         * lang.c (init_parse): Don't open command line provided filename
11166         here.
11167         (lang_parse): Don't set main_jcf anymore.
11168         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
11169         (JCONSTRUCTOR_CHECK): New macro.
11170         (JBSC_TYPE_P): New macro.
11171         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
11172         (COMPLETE_CHECK_OP_2): New macro.
11173         (struct parse_ctxt): New field explicit_constructor_p.
11174         (check_class_interface_creation): Fixed prototype indentation.
11175         (patch_method_invocation_stmt): Prototype reflects added argument.
11176         (patch_invoke): Likewise.
11177         (complete_method_declaration, build_super_invocation,
11178         verify_constructor_circularity,
11179         build_this_super_qualified_invocation, get_printable_method_name,
11180         patch_conditional_expr, maybe_generate_finit, fix_constructors,
11181         verify_constructor_super, create_artificial_method,
11182         start_artificial_method_body, end_artificial_method_body,
11183         generate_field_initialization_code): New function prototypes.
11184         * parse.y: Fixed leading comment
11185         (constructor_header:, constructor_body:, block_end:): Rules tagged
11186         <node>.
11187         (type_declaration:): Call maybe_generate_finit.
11188         (method_declaration:): Action for method_body: placed in new
11189         function complete_method_declaration, called here.
11190         (constructor_declaration:): Defined actions. Removed leading
11191         FIXME.
11192         (constructor_header:): New rule with action.
11193         (constructor_body:): Rule rewritten using block_begin: and
11194         block_end:. Defined actions.
11195         (constructor_declarator:, explicit_constructor_invocation:):
11196         Defined actions.
11197         (block:): Use new rules block_begin: block_end:.
11198         (block_begin:, block_end:): New rules and actions.
11199         (block_statements:): Fixed error message for explicit
11200         constructors.
11201         (method_invocation:): Call build_this_super_qualified_invocation
11202         if primary is `this' or `super' was seen.
11203         (conditional_expression:): Action defined.
11204         (extra_ctxp_pushed_p): New static global flag.
11205         (java_parser_context_save_global): Create parser context if
11206         necessary. Use extra_ctxp_pushed_p to remember it.
11207         (java_parser_context_restore_global): Pop extra parser context if
11208         one exists.
11209         (build_array_from_name): Array on primitive types are marked
11210         loaded.
11211         (register_fields): Restore new name in field initializer
11212         expression if type was altered. Non static fields initialized upon
11213         declaration marked initialized.
11214         (maybe_generate_finit): New function.
11215         (maybe_generate_clinit): Use create_artificial_method,
11216         start_artificial_method_body, end_artificial_method_body. Generate
11217         debug info for enclosed initialization statements.
11218         (method_header): Fixed leading comment. Check constructor
11219         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
11220         accordingly.
11221         (complete_method_declaration, constructor_circularity_msg,
11222         verify_constructor_circularity): New functions.
11223         (get_printable_method_name): New function.
11224         (check_method_redefinition): Don't rename <finit> methods. Fix
11225         declared constructor names. Error message for
11226         constructors modified.
11227         (java_check_regular_methods): Local variable seen_constructor
11228         renamed saw_constructor. Skip verification on constructors. Create
11229         default constructor with create_artificial_method.
11230         (java_check_methods): Removed unnecessary empty line.
11231         (create_artificial_method, start_artificial_method_body,
11232         end_artificial_method_body): New functions.
11233         (java_layout_classes): Changed leading comment. Reverse fields
11234         list if necessary. Always layout java.lang.Object if being
11235         defined.
11236         (java_complete_expand_methods): Verify constructor circularity.
11237         (java_complete_expand_method): Call fix_constructor on
11238         constructors.  Local variable no_ac_found removed. Restore
11239         bindings if method body expansion failed.
11240         (fix_constructors, verify_constructor_super,
11241         generate_field_initialization_code): New function.
11242         (java_expand_classes): Fixed leading comment. Write class file
11243         here.
11244         (resolve_expression_name): Check for illegal instance variable
11245         usage within the argument scope of an explicit constructor
11246         invocation.
11247         (resolve_qualified_expression_name): Pass extra from_super flag
11248         when invoking patch_method_invocation_stmt. New case for
11249         conditional expression when used as a primary. Check for error
11250         when acquiring super.
11251         (patch_method_invocation_stmt): Added extra argument super. New
11252         local variable is_static_flag. Set class_to_search according to
11253         the nature of the constructor invocation. Don't add `this'
11254         argument when expanding NEW_CLASS_EXPR. Check for illegal method
11255         invocation within the argument scope of explicit constructor
11256         invocation. Set is_static according to is_static_flag. Provide
11257         extra `super' argument to patch_invoke invocation.
11258         (patch_invoke): New argument from_super. Loop on arguments
11259         indentation fixed. Pass from_super to invocation_mode. New switch
11260         case INVOKE_SUPER. Fixed error message in switch default case.
11261         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
11262         value.
11263         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
11264         (lookup_method_invoke): Fixed prototypes in candidates list. Error
11265         message takes constructors into account.
11266         (find_applicable_accessible_methods_list): Fixed indentation.
11267         (qualify_ambiguous_name): Take explicit constructor invocation
11268         into account. Deal with a conditional expression as a primary to
11269         a method call.
11270         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
11271         case. Added extra argument to patch_method_invocation_stmt.
11272         Register calls made to explicit constructor `this'. Don't call
11273         save_expr in ARRAY_REF case when emitting class files. Check for
11274         illegal use of this when expanding explicit constructor invocation
11275         arguments.
11276         (complete_function_arguments): Set and reset parser context
11277         explicit_constructor_p field value when appropriate.
11278         (build_super_invocation, build_this_super_qualified_invocation):
11279         New functions.
11280         (patch_assignment): Fixed typo.
11281         (patch_unaryop): Check on final fields occurs only when a decl
11282         exits.
11283         (patch_return): Take constructors into account.
11284         (patch_conditional_expr): New function.
11285         * typeck.c (build_java_signature): Removed unnecessary empty line.
11287 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
11289         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
11291 1998-10-28  Tom Tromey  <tromey@cygnus.com>
11293         * decl.c (init_decl_processing): Renamed fields.
11294         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
11295         interface_len, msize fields.
11297         * class.c (make_class_data): Removed subclass_head and
11298         subclass_next fields.
11299         * decl.c (init_decl_processing): Removed subclass_head and
11300         subclass_next fields.
11302 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
11304         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
11305         * mangle.c (emit_unicode_mangled_name): Similarly.
11307 Mon Oct 26 12:17:23 1998  Nick Clifton  <nickc@cygnus.com>
11309         * jcf-parse.c (get_constant): Place braces around code to compute
11310         'd' when REAL_ARITHMETIC is not defined.
11312 Sun Oct 25 14:58:05 1998  H.J. Lu  (hjl@gnu.org)
11314         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
11315         dependency.
11317 1998-10-23  Tom Tromey  <tromey@cygnus.com>
11319         * lang-specs.h: `.zip' files are input to jc1.
11321 Thu Oct 22 23:01:54 1998  Per Bothner  <bothner@cygnus.com>
11323         * jvspecs.c:  Add (but don't enable) support for combining multiple
11324         .class and .java input filenames to a single jc1 invocation.
11325         Add support for -C flag (copile to .class files).
11326         Translate -classpath and -CLASSPATH arguments.
11327         * lang-specs.h:  Don't set %2 spec.
11329 1998-10-22  Tom Tromey  <tromey@cygnus.com>
11331         * jcf-path.c (add_entry): Don't add trailing separator if entry is
11332         a .zip file.
11333         (add_path): Don't add trailing separator to non-empty path
11334         elements.
11336         * lang.c (lang_decode_option): Check for -fclasspath and
11337         -fCLASSPATH before examining other `-f' options.
11339         * java-tree.h (finalize_identifier_node): Don't declare.
11340         * class.c (make_class_data): Don't push "final" field.
11341         * decl.c (init_decl_processing): Don't push "final" field.
11342         (finalize_identifier_node): Removed.
11343         (init_decl_processing): Don't set finalize_identifier_node.
11345         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
11347 Sun Oct 11 10:31:52 1998  Anthony Green  <green@cygnus.com>
11349         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
11350         (JV_SCAN_SOURCES): New macro.
11351         (JCF_DUMP_SOURCES): Likewise.
11352         (jcf-dump$(exeext)): New target.
11353         (jv-scan$(exeext)): New target.
11355 1998-10-22  Tom Tromey  <tromey@cygnus.com>
11357         * Makefile.in (LEX): Removed.
11358         (LEXFLAGS): Likewise.
11359         (SET_BISON): New macro.
11360         (BISON): Removed.
11361         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
11362         spurious diffs in parse.c.
11363         ($(PARSE_SCAN_C)): Likewise.
11364         (PARSE_DIR): New macro.
11365         (PARSE_C): Use it.
11366         (PARSE_SCAN_C): Likewise.
11367         (PARSE_RELDIR): New macro.
11369         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
11371         * jcf-io.c (find_class): Use saw_java_source to determine when to
11372         look for `.java' file.
11373         * jcf-parse.c (saw_java_source): New global.
11374         (yyparse): Set it if `.java' file seen.
11376         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
11377         (GCJH_SOURCES): Likewise.
11378         * Makefile.in (datadir): New macro.
11379         (libjava_zip): Likewise.
11380         (JAVA_OBJS): Added jcf-path.o.
11381         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
11382         (../gcjh$(exeext)): Likewise.
11383         (jcf-path.o): New target.
11384         * java-tree.h (fix_classpath): Removed decl.
11385         * jcf-parse.c (fix_classpath): Removed.
11386         (load_class): Don't call fix_classpath.
11387         * parse.y (read_import_dir): Don't call fix_classpath.
11388         * lex.h: Don't mention classpath.
11389         * lex.c (java_init_lex): Don't initialize classpath.
11390         * jcf-io.c (classpath): Removed global.
11391         (find_class): Use jcf_path iteration functions.  Correctly search
11392         class path for .java file.
11393         (open_in_zip): New argument `is_system'.
11394         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
11395         classpath-related options.
11396         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
11397         and -I.
11398         (lang_init): Call jcf_path_init.
11399         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
11400         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
11401         Correctly put braces around second string in each entry.
11402         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
11403         classpath-related options.
11404         (help): Updated for new options.
11405         * jcf.h: Declare functions from jcf-path.c.  Don't mention
11406         `classpath' global.
11407         * jcf-path.c: New file.
11409         * jcf-depend.c: Include jcf.h.
11411         * jcf-write.c (localvar_alloc): Returns `void'.
11412         (localvar_free): Removed unused variable.
11414         * lang.c (OBJECT_SUFFIX): Define if not already defined.
11415         (init_parse): Use OBJECT_SUFFIX, not ".o".
11417 Wed Oct 21 07:54:11 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11419         * class.c (emit_register_classes): Renamed from
11420         emit_register_class.
11421         * java-tree.h (emit_register_classes): Prototype renamed from
11422         emit_register_class.
11423         * jcf-parse.c (yyparse): Call emit_register_classes once before
11424         returning.
11425         * parse.y (java_expand_classes): No longer register classes.
11427 Tue Oct 20 09:15:38 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11429         * class.c (is_compiled_class): New local variable
11430         seen_in_zip. Identify classes found in currently compiled source
11431         file(s).
11432         * decl.c (complete_start_java_method): Fixed typo.
11433         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
11434         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
11435         (CLASS_P): Moved around.
11436         (java_parse_abort_on_error): Macro moved from jcf-parse.c
11437         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
11438         java-parse.h
11439         (jcf_parse_source): Changed leading comment. Removed unnecessary
11440         fclose and CLASS_FROM_SOURCE_P marking.
11441         (parse_source_file): New local variables remember_for_generation
11442         and filename. Mark parsed file name identifier node. Removed block
11443         executed when parse_only was null. Set remember_for_generation.
11444         Use it as an argument to java_pop_parser_context.
11445         (yyparse): New local variables several_files, list, next node and
11446         current_file_list. Split ampersand separated file names into
11447         current_file_list. Iterate through the list and parse accordingly.
11448         * parse.h (java_pop_parser_context): New function prototype.
11449         * parse.y (ctxp_for_generation): New static global variable.
11450         (java_pop_parser_context): New argument generate. Link popped ctxp
11451         to ctxp_for_generation list accordingly.
11452         (java_complete_expand_methods): Fixed indentation.
11453         (java_expand_classes): New function.
11455 Sat Oct 17 11:25:21 1998  Per Bothner  <bothner@cygnus.com>
11457         * Makefile.in:  Link with libiberty.a instead of memmove.o.
11459 Fri Oct 16 10:59:01 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11461         * lex.c (setjmp.h): No longer included.
11462         * lex.h (setjmp.h): Included.
11463         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
11464         (duplicate_declaration_error_p): Renamed from
11465         duplicate_declaration_error.
11466         (build_array_from_name): New function prototype.
11467         * parse.y (setjmp.h): No longer included.
11468         (variable_declarator_id): Define action.
11469         (build_array_from_name): New function.
11470         (duplicate_declaration_error_p): Renamed from
11471         duplicate_declaration_error.  Fixed leading comment.
11472         (register_fields): Main `for' loop reorganized. Uses
11473         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
11474         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
11475         build_array_from_name.
11476         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
11477         types.
11478         (read_import_dir): Don't try to skip `.' and `..'.
11479         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
11480         build_array_from_name. Main `for' loop reorganized.
11481         (resolve_qualified_expression_name): When building access to a
11482         field, use the type where the field was found, not its own type.
11483         (maybe_access_field): Use field DECL_CONTEXT if the type where the
11484         field was found is null.
11485         (qualify_ambiguous_name): Sweep through all successive array
11486         dimensions.
11488 Wed Oct 14 18:21:29 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11490         * java-tree.h (pop_labeled_block, lang_printable_name,
11491         maybe_add_interface, set_super_info, get_access_flags_from_decl,
11492         interface_of_p, inherits_from_p, fix_classpath,
11493         complete_start_java_method, emit_handlers, init_outgoing_cpool,
11494         make_class_data, register_class, alloc_name_constant): New
11495         function prototypes.
11496         * lang.c (lang_decode_option): Set argc argument unused. Fixed
11497         indentation. Added cast to remove warning.
11498         (lang_printable_name): Set v argument unused.
11499         (lang_print_error): Added argument to lang_printable_name call.
11500         (java_dummy_print, print_lang_decl, print_lang_type,
11501         print_lang_identifier, lang_print_xnode): All argument marked
11502         unused.
11503         * lex.c (java_unget_unicode): Removed unnecessary argument.
11504         (java_allocate_new_line): Unused local variable is gone.
11505         (java_read_char): Added parenthesis in expressions to remove
11506         warnings.  Added final return statement.
11507         (java_read_unicode): Added parenthesis in expression to remove
11508         warning.
11509         (java_parse_end_comment): Fixed java_unget_unicode invocation.
11510         (java_parse_escape_sequence): Likewise.
11511         (java_lex): Unused local variables are gone. Fixed
11512         java_unget_unicode invocation.
11513         * lex.h (set_float_handler): Prototype added when JC1_LITE not
11514         defined.
11515         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
11516         lang_printable_name invocation in macro.
11517         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
11518         Likewise.
11519         (duplicate_declaration_error): Suppressed unused argument in
11520         prototype.
11521         (identical_subpath_p): Function declaration is gone.
11522         (patch_invoke): Suppressed unused argument in prototype.
11523         (patch_cast, build_labeled_block, check_thrown_exceptions):
11524         Likewise.
11525         * parse.y (setjmp.h): Included
11526         (toplev.h): Likewise.
11527         (field_declaration:): Suppressed unused local
11528         (label_decl:): Fixed build_labeled_block invocation.
11529         (java_pop_parser_context): Put extra parenthesis around assignment
11530         in if.
11531         (yyerror): Suppressed unused local variables.
11532         (variable_redefinition_error): Fixed lang_printable_name
11533         invocation.
11534         (create_interface): Suppressed unused local variables.
11535         (create_class): Likewise.
11536         (duplicate_declaration_error): Suppressed unused argument. Fixed
11537         lang_printable_name invocation.
11538         (register_fields): Suppressed unused local variable. Fixed
11539         duplicate_declaration_error invocation.
11540         (method_header): Suppressed unused local variable.
11541         (method_declarator, parser_check_super): Likewise.
11542         (java_complete_class): Suppressed unused local variable. Fixed
11543         fatal error message.
11544         (complete_class_report_errors): Added default: in switch.
11545         (java_check_regular_methods): Fixed lang_printable_name
11546         invocations.
11547         (check_throws_clauses): Likewise.
11548         (java_check_abstract_methods): Suppressed unused local
11549         variable. Fixed lang_printable_name invocation.
11550         (read_import_entry): Added supplemental return statement.
11551         (read_import_dir): Suppressed unused local variables.
11552         (check_pkg_class_access, declare_local_variables): Likewise.
11553         (source_start_java_method): Suppressed unused extern variable
11554         declarations
11555         (expand_start_java_method): Suppressed unused extern and local
11556         variable declarations.
11557         (java_complete_expand_methods): Likewise.
11558         (java_complete_expand_method): Suppressed unused local variables.
11559         (make_qualified_name): Likewise.
11560         (resolve_qualified_expression_name): Added default: in
11561         switch. Fixed lang_printable_name invocation.
11562         (class_instance_creation_expression): Added parenthesis around
11563         expressions.
11564         (patch_method_invocation_stmt): Fixed lang_printable_name and
11565         patch_invoke invocations.
11566         (check_for_static_method_reference): Fixed lang_printable_name
11567         invocation.
11568         (patch_invoke): Suppressed unused arguments and local variables.
11569         (lookup_method_invoke): Suppressed unused local variables.
11570         (qualify_ambiguous_name): Added default: in switch.
11571         (identical_subpath_p): Function removed.
11572         (patch_assignment): Suppressed unused local variables. Suppressed
11573         unnecessary if statement. Fixed lang_printable_name invocations.
11574         (try_builtin_assignconv): Fixed lang_printable_name invocations.
11575         (valid_ref_assignconv_cast_p): Parenthesis around
11576         expression. Suppressed unused local variables.
11577         (build_binop): Suppressed unused local variables. fixed
11578         lang_printable_name invocations.
11579         (string_constant_concatenation): Suppressed unused local
11580         variables.
11581         (patch_unaryop): Fixed lang_printable_name invocation.
11582         (patch_cast): Suppressed unnecessary argument. Fixed
11583         lang_printable_name invocation.
11584         (patch_array_ref): Fixed lang_printable_name invocation.
11585         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
11586         (build_labeled_block): Suppressed unused argument.
11587         (generate_labeled_block): Fixed build_labeled_block invocation.
11588         (build_loop_body): Suppressed unused local variables.
11589         (patch_loop_statement): Likewise.
11590         (patch_exit): Fixed lang_printable_name invocation.
11591         (patch_switch_statement): Likewise.
11592         (case_identity): First argument marked unused.
11593         (patch_try_statement): Fixed lang_printable_name invocations.
11594         (patch_synchronized_statement, patch_throw_statement): Likewise.
11595         (check_thrown_exceptions): Fixed check_thrown_exceptions and
11596         lang_printable_name invocations.
11597         (check_thrown_exceptions_do): Suppressed unused argument.
11599 1998-10-14  Tom Tromey  <tromey@cygnus.com>
11601         * jcf-write.c (write_classfile): Add output class file as target.
11602         * lang-options.h: Added -MD, -MMD, -M, and -MM.
11603         * jcf.h: Added declarations for dependency-tracking functions.
11604         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
11605         * lang.c (lang_decode_option): Recognize -MD and -MMD.
11606         (finish_parse): Call jcf_dependency_write.
11607         (dependency_tracking): New global.
11608         (DEPEND_SET_FILE): New define.
11609         (DEPEND_ENABLE): New define.
11610         (init_parse): Enable dependency tracking if required.
11611         Include "flags.h".
11612         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
11613         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
11614         (../gcjh$(exeext)): Likewise.
11615         (jcf-depend.o): New target.
11616         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
11617         (GCJH_SOURCES): Likewise.
11618         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
11619         dep_name argument.
11620         (find_classfile): Added dep_name argument.
11621         (find_class): Compute name of dependency.
11622         (open_in_zip): Call jcf_dependency_add_file.
11623         * gjavah.c (output_file): No longer global.
11624         (usage): Don't mention "gjavah".
11625         (help): Likewise.
11626         (java_no_argument): Likewise.
11627         (version): Likewise.
11628         (main): Recognize and handle -M family of options.
11629         (print_mangled_classname): Return is void.
11630         (process_file): Handle case where output is suppressed.
11631         (HANDLE_END_FIELD): Likewise.
11632         (HANDLE_METHOD): Likewise.
11633         * jcf-depend.c: New file.
11635 Tue Oct 13 23:34:12 1998  Jeffrey A Law  (law@cygnus.com)
11637         * java-tree.def: Add missing newline at EOF.
11639 1998-10-13  Tom Tromey  <tromey@cygnus.com>
11641         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
11642         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
11643         function.
11644         Include <config.h> and "system.h".
11645         (disassemble_method): Undefine RET to avoid clash with
11646         config/i386/i386.h.
11648 Tue Oct 13 03:50:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11650         * decl.c (runtime_exception_type_node, error_exception_type_node):
11651         New global variables.
11652         (init_decl_processing): Initialized.
11653         * expr.c (java_lang_expand_expr): Set caught exception type to
11654         null if catch handler argument doesn't exit.
11655         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
11656         tree codes.
11657         * java-tree.h (runtime_exception_type_node,
11658         error_exception_type_node): Global variables declared.
11659         (DECL_FUNCTION_THROWS): New macro.
11660         (DECL_FUNCTION_BODY): Modified comment.
11661         (DECL_SPECIFIC_COUNT): Likewise.
11662         (struct lang_decl): New field throws_list.
11663         (IS_UNCHECKED_EXPRESSION_P): New macro.
11664         * lex.c (java_lex): Generate location information for THROW_TK.
11665         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
11666         EXCEPTIONS_P): New macros.
11667         (enum jdep_code): New value JDEP_EXCEPTION.
11668         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
11669         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
11670         PATCH_METHOD_RETURN_ERROR): New macros.
11671         (patch_method_invocation_stmt): Added new argument to prototype.
11672         (patch_synchronized_statement, patch_throw_statement,
11673         check_thrown_exceptions, check_thrown_exceptions_do,
11674         purge_unchecked_exceptions, check_throws_clauses): New function
11675         prototypes.
11676         * parse.y Fixed typo in keyword section.
11677         (throw:): Rule tagged <node>.
11678         (THROW_TK): Keyword tagged <operator>.
11679         (method_header:): Last argument to call to method_header passed
11680         from throws: rule.
11681         (throws:, class_type_list:, throw_statement:,
11682         synchronized_statement:, synchronized:): Defined actions.
11683         (method_header): New local variable current. Register exceptions
11684         from throws clause.
11685         (java_complete_tree): Complete and verify exceptions from throws
11686         clause.
11687         (complete_class_report_errors): Error message on exceptions not
11688         found
11689         (java_check_regular_methods): Fixed typo. Shortcut on private
11690         overriding methods. Changed error message on method
11691         redefinition. Check for throws clause compatibility.
11692         (check_throws_clauses): New function.
11693         (java_check_abstract_methods): Use DECL_NAME for wfl or current
11694         method. Changed error message on method redefinition.
11695         (currently_caught_type_list): New static variable.
11696         (java_complete_expand_methods): Purge unchecked exceptions from
11697         throws clause list. Call PUSH_EXCEPTIONS before walk and
11698         POP_EXCEPTIONS after.
11699         (resolve_qualified_expression_name): Pass new argument as NULL to
11700         patch_method_invocation_stmt.
11701         (patch_method_invocation_stmt): New argument ref_decl. Invoke
11702         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
11703         argument list when appropriate. Use new argument if non null to
11704         store selected method decl.
11705         (patch_invoke): Convert if necessary args of builtin types before
11706         forming CALL_EXPR. Argument list no longer reversed here.
11707         (invocation_mode): Treat final methods as static methods.
11708         (java_complete_tree): New cases for THROW_EXPR: and
11709         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
11710         function call.
11711         (complete_function_arguments): No more RECORD_TYPE
11712         conversion. Function parameter nodes no longer saved.
11713         (valid_ref_assignconv_cast_p): Avoid handling null type.
11714         (patch_binop): Fixed null constant reference handling.
11715         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
11716         BUILD_THROW macros.
11717         (patch_try_statement): Fixed comments. Record caught types in
11718         list, push the list, expand try block and pop the list.
11719         (patch_synchronized_statement, patch_throw_statement,
11720         check_thrown_exceptions, check_thrown_exceptions_do,
11721         purge_unchecked_exceptions): New functions.
11722         * typeck.c (lookup_argument_method): Allow WFL in place of method
11723         DECL_NAME during method definition check
11725 1998-10-09  Tom Tromey  <tromey@cygnus.com>
11727         * gjavah.c (decode_signature_piece): New function.
11728         (print_c_decl): Use it.  Added `name_override' argument.
11729         (print_method_info): Use name_override argument to print_c_decl.
11730         (seen_fields): Removed.
11731         (print_field_info): Don't update seen_fields.
11732         (struct method_name): New structure.
11733         (method_name_list): New global.
11734         (print_method_info): Add new method to list of methods.
11735         (name_is_method_p): New function.
11736         (print_field_info): If field name has same name as method, then
11737         change field name.
11738         (process_file): Parse methods before fields.
11739         (field_pass): New global.
11740         (HANDLE_END_FIELD): Take field_pass into account.
11742 Wed Oct  7 12:10:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11744         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
11745         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
11747 Sat Oct  3 13:29:46 1998  Anthony Green  <green@cygnus.com>
11749         * jvspec.c: Fix bug in jvgenmain_spec patch.
11751 Fri Oct  2 17:22:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11753         * Makefile.in (lang.o:): Install dependency on java-tree.def.
11754         * decl.c (soft_exceptioninfo_call_node): New global variable.
11755         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
11756         takes extra integer argument. soft_exceptioninfo_call_node
11757         initialized.
11758         * except.c (java_set_exception_lang_code): New function
11759         (method_init_exceptions): Called here.
11760         (prepare_eh_table_type): New function.
11761         (expand_end_java_handler): Called here.
11762         * expr.c (build_java_throw_out_of_bounds_exception): Now features
11763         one argument. Modified generation of call to
11764         soft_badarrayindex_node to use new argument.
11765         (build_java_arrayaccess): Pass faulty index value to
11766         build_java_throw_out_of_bounds_exception.
11767         (generate_name): New function.
11768         (java_lang_expand_expr): New local variables node, current,
11769         has_finally_p. Expand TRY_EXPR node.
11770         (process_jvm_instruction): Replace top of the stack with thrown
11771         object reference when entering exception handler.
11772         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
11773         specific tree codes.
11774         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
11775         global.
11776         (DECL_SPECIFIC_COUNT): New macro.
11777         (prepare_eh_table_type, java_set_exception_lang_code,
11778         generate_name): New function declarations.
11779         (match_java_method): Declaration deleted.
11780         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
11781         macros.
11782         * lex.c (TRY_TK, CATCH_TK): Generate location information.
11783         * parse.h (redefinition_error, refine_accessible_methods_list,
11784         can_cast_to_p): Function declaration removed.
11785         (classitf_redefinition_error, variable_redefinition_error,
11786         parse_jdk1_1_error, find_applicable_accessible_methods_list,
11787         find_most_specific_methods_list, argument_types_convertible,
11788         enter_a_block, valid_builtin_assignconv_identity_widening_p,
11789         valid_cast_to_p, valid_method_invocation_conversion_p,
11790         try_reference_assignconv, add_stmt_to_compound,
11791         build_jump_to_finally, build_tree_list, patch_try_statement,
11792         java_get_catch_block): New function declarations.
11793         * parse.y (string_buffer_type): Global variable deleted.
11794         (group_of_labels, catches, catch_clause, catch_clause_parameter,
11795         finally): Rules tagged <node>.
11796         (TRY_TK, CATCH_TK): Token tagged <operator>.
11797         (class_body_declaration:, class_member_declaration:,
11798         formal_parameter:, explicit_constructor_invocation:,
11799         interface_member_declaration:, constant_declaration:,
11800         primary_no_new_array:, class_instance_creation_expression:,
11801         array_creation_expression:): Issue error on unsuported JDK1.1
11802         features.
11803         (try_statement:, catches:, finally:): Define actions.
11804         (catch_clause_parameter): New rule.
11805         (catch_clause:): Use new rule catch_clause_parameter.
11806         (parse_jdk1_1_error): New function.
11807         (redefinition_error): Renamed classitf_redefinition_error.
11808         (variable_redefinition_error): New function.
11809         (check_class_interface_creation): Call
11810         classitf_redefinition_error.
11811         (java_complete_tree): Added error message on JDEP_TYPE: case.
11812         (complete_class_report_errors): Fixed indentation.
11813         (declare_local_variables): Call variable_redefinition_error.
11814         (source_end_java_method): Call java_set_exception_lang_code and
11815         emit_handlers where appropriate.
11816         (java_method_add_stmt): Call add_stmt_to_block.
11817         (add_stmt_to_block): New function.
11818         (lookup_method_invoke): Fixed outside comment. new local variable
11819         candicates.  Call find_applicable_accessible_methods_list and
11820         find_most_specific_methods_list when searching for a
11821         method. Modified error report to list possible candidates when
11822         applicable.
11823         (find_applicable_accessible_methods_list,
11824         find_most_specific_methods_list, argument_types_convertible): New
11825         function.
11826         (refine_accessible_methods_list): Function deleted.
11827         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
11828         expr (if applicable) before calling patch_array_ref.
11829         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
11830         (enter_block): Fixed comment.
11831         (enter_a_block): New function.
11832         (patch_assignment): Reorganized. Call try_reference_assignconv for
11833         references. Call valid_cast_to_p instead of can_cast_to_p.
11834         (try_reference_assignconv,
11835         valid_builtin_assignconv_identity_widening_p): New functions.
11836         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
11837         (valid_cast_to_p, valid_method_invocation_conversion_p): New
11838         functions.
11839         (build_string_concatenation): Don't resolve StringBuffer.
11840         (patch_cast): Fixed inverted arguments.
11841         (patch_array_ref): Code to save array expr deleted. Call
11842         valid_cast_to_p instead of can_cast_to_p.
11843         (generate_labeled_block): Call generate_name.
11844         (build_jump_to_finally, build_try_statement, java_get_catch_block,
11845         patch_try_statement): New functions.
11846         * typeck.c (match_java_method): Function deleted.
11848 Fri Oct  2 13:48:36 1998  Anthony Green  <green@cygnus.com>
11850         * jvspec.c: jvgenmain_spec uses different temporary file names.
11852 Fri Oct  2 12:50:19 1998  Anthony Green  <green@cygnus.com>
11854         * jvspec.c (lang_specific_driver): Fail if user specifies
11855         --main= when not linking.
11857 Mon Sep 28 13:48:33 1998  Tom Tromey  <tromey@cygnus.com>
11859         * class.c (make_class_data): Push value for `thread' field.
11860         * decl.c (init_decl_processing): Added `thread' field to class.
11862         * class.c (add_field): Always make static fields externally
11863         visible.
11865 Sat Sep 26 08:22:47 1998  Anthony Green  <green@cygnus.com>
11867         * expr.c (build_java_athrow,
11868         build_java_throw_out_of_bounds_exception, expand_invoke,
11869         build_newarray, expand_java_multianewarray, build_java_monitor):
11870         Update comments to reflect _Jv_* function names.
11872 Fri Sep 25 16:03:02 1998  Per Bothner  <bothner@cygnus.com>
11874         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
11875         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
11876         * parse.y (expand_start_java_method):  Likewise.
11878 Thu Sep 24 12:20:35 1998  Per Bothner  <bothner@cygnus.com>
11880         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
11882         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
11883         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
11884         * expr.c:  Remove no-longer-needed calls to promote_type.
11885         * decl.c (give_name_to_locals):  Liekwise.
11886         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
11887         * parse.y:  Add/remove promote_type calls as appropriate.
11888         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
11889         (parse_signature_string):  Likewise.
11890         (build_java_array_type):  Fix for now signature convenions.
11892         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
11894 Wed Sep 23 14:49:35 1998  Tom Tromey  <tromey@cygnus.com>
11896         * class.c (init_class_processing): libjava function renamed to
11897         _Jv_RegisterClass.
11899 Tue Sep 22 12:00:02 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11901         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
11902         * java-tree.def: Fixed DEFTREECODE third argument.
11903         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
11904         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
11905         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
11906         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
11907         JAVA_THIS_EXPR): Now replaced by tree code definitions.
11908         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
11909         * lang.c (java_tree_code_type, java_tree_code_length,
11910         java_tree_code_name): New arrays.
11911         (lang_init): Append Java tree node definitions to Gcc ones.
11912         * lex.c (expression_obstack): Declared as extern when JC1_LITE
11913         defined.
11914         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
11915         wfl_to_string.
11916         (java_lex): Allow declaration of empty string constants. Retain
11917         location information on CASE_TK and DEFAULT_TK.
11918         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
11919         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
11920         Modified to be more robust.
11921         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
11922         (build_new_invocation, try_builtin_assignconv,
11923         patch_switch_statement, string_constant_concatenation,
11924         build_string_concatenation, patch_string_cst, patch_string,
11925         java_expand_switch): New function declarations.
11926         * parse.y: Rules related to switch and EH tagged <node>.
11927         (label_id): Set to NULL_TREE
11928         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
11929         tree nodes.
11930         (this_or_super:): Fixed indentation.
11931         (statement:, statement_nsi:, statement_without_trailing_substatement:,
11932         statement_expression:): Removed call to RULE on all sub-rules.
11933         (switch_expression:, switch_labels:): New rules.
11934         (switch_statement:, switch_block:, switch_block_statement_groups:,
11935         switch_block_statement_group:, switch_labels:, switch_label:):
11936         Defined actions.
11937         (throw_statement:, synchronized_statement:, try_statement:):
11938         Defined temporary actions.
11939         (class_instance_creation_expression:): Call
11940         build_new_invocation. Fixed indentation.
11941         (field_access): Fixed indentation.
11942         (method_invocation): Likewise.
11943         (make_qualified_primary): Use THIS_EXPR.
11944         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
11945         resolving from SUPER, set *type_found.
11946         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
11947         (java_complete_tree): Removed unused local variable `location'. Case
11948         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
11949         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
11950         on MODIFY_EXPR: and all binary operator tree code cases. Removed
11951         STRING_CST: case. default: checks for patchable strings.
11952         (complete_function_arguments): Transform string constant or
11953         crafted StringBuffer if necessary.
11954         (build_method_invocation): Fixed comments.
11955         (build_new_invocation): New function.
11956         (patch_assignment): Call try_builtin_assignconv to figure a valid
11957         assignment conversion between builtin types.
11958         (try_builtin_assignconv): New function.
11959         (build_binop): Use URSHIFT_EXPR directly to call build.
11960         (operator_string): Use UNARY_PLUS_EXPR.
11961         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
11962         operator.
11963         (do_merge_string_cste, merge_string_cste,
11964         string_constant_concatenation, build_string_concatenation,
11965         patch_string, patch_string_cst): New function.
11966         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
11967         (patch_unaryop): Likewise. New test of valid ++/-- operands.
11968         (build_newarray_node): Use NEW_ARRAY_EXPR.
11969         (build_this): Use THIS_EXPR.
11970         (build_return): Enable debug information on return statement.
11971         (build_if_else_statement): Likewise.
11972         (complete_labeled_statement): Fixed related comment.
11973         (build_loop_body): Fixed comment.
11974         (build_bc_statement): Enable debug information on break/continue
11975         statements.
11976         (patch_bc_statement): Fixed typos. Handle SWITCH statement
11977         context.
11978         (patch_switch_statement, case_identity, java_expand_switch): New
11979         functions.
11981 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
11983         * buffer.h (BUFFER_INIT):  New macro.
11984         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
11985         Pass (struct jcf_partial *state) to most functions.
11986         (jcf_block, jcf_relocation):  New types.
11987         Support labels, branches, conditionals, loops.
11989 Mon Sep 21 15:08:48 1998  Tom Tromey  <tromey@cygnus.com>
11991         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
11993 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
11995         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
11996         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
11997         not integer_type_node (INT_TYPE_SIZ bits).
11999         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
12001         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
12002         * jcf-dump.c (print_exception_table):  New function.
12003         (disassemble_method):  Better handling of wide instructions.
12004         Make more robust for bad input.
12006 Wed Sep 30 20:53:51 1998  Jeffrey A Law  (law@cygnus.com)
12008         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
12009         FreeBSD.
12011 Thu Sep 17 19:45:01 1998  Jeffrey A Law  (law@cygnus.com)
12013         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
12015 Thu Sep 17 16:21:52 1998  Tom Tromey  <tromey@cygnus.com>
12017         * Makefile.in ($(PARSE_H)): Removed target.
12019 Thu Sep 17 01:57:07 1998  Jeffrey A Law  (law@cygnus.com)
12021         * Makefile.in (JAVA_OBJS): Add memmove.o
12022         (memmove.o): New target & rules.
12024 Tue Sep 15 23:21:55 1998  Tom Tromey  <tromey@cygnus.com>
12026         * expr.c (expand_invoke): Don't generate a call to the class init
12027         code.
12029 Mon Sep 14 10:14:47 1998  Jeffrey A Law  (law@cygnus.com)
12031         * Makefile.in: Add many missing dependencies.
12032         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
12033         as appropriate.
12034         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
12035         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
12037 Fri Sep 11 14:05:21 1998  Per Bothner  <bothner@cygnus.com>
12039         * decl.c (complete_start_java_method):  If method is static (and
12040         not private) call _Jv_InitClass.
12041         * expr.c (expand_invoke):  Don't call build_class_init.
12043         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
12045 Thu Sep 10 10:33:31 1998  Jeffrey A Law  (law@cygnus.com)
12047         * Make-lang.in (GCJ): Define before using.
12049 Wed Sep  9 21:23:10 1998  Jeffrey A Law  (law@cygnus.com)
12051         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
12052         losing due to namespace pollution in GNU getopt.h
12054 Wed Sep  9 13:33:39 1998  Tom Tromey  <tromey@cygnus.com>
12056         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
12057         (java.all.cross): Likewise.
12058         (java.rest.encap): Likewise.
12060 Tue Sep  8 10:34:05 1998  Jeffrey A Law  (law@cygnus.com)
12062         * gjavah.c (print_class_decls): Fix thinko in arglist
12063         * jcv-io.c (find_classfile): Similarly.
12065 Mon Sep  7 13:59:49 1998  Jeffrey A Law  (law@cygnus.com)
12067         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
12069 Sat Sep  5 16:08:01 1998  Tom Tromey  <tromey@cygnus.com>
12071         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
12072         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
12073         * Makefile.in (PARSE_C): New macro.
12074         (PARSE_H): Likewise.
12075         (PARSE_SCAN_C): Likewise.
12076         ($(PARSE_C)): Target renamed from parse.c.
12077         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
12078         (clean): Remove parse-scan.c as well.
12079         (parse.o): Depend on $(PARSE_C).
12081 Sat Sep  5 08:48:40 1998  Anthony Green  <green@cygnus.com>
12083         * README, license.terms: Removed.
12085         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
12086         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
12087         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
12088         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
12089         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
12090         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
12091         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
12092         and Java trademark attribution.
12094 Fri Sep  4 10:42:05 1998  Tom Tromey  <tromey@cygnus.com>
12096         * Makefile.in: Use gcjh, not gjavah.
12097         * config-lang.in (stagestuff): Use gcjh, not gjavah.
12098         * Make-lang.in: Changed gjavah to gcjh everywhere.
12100 Thu Sep  3 18:04:09 1998  Per Bothner  <bothner@cygnus.com>
12102         * gjavah.c:  Support new -prepend -add -append flags.
12103         (print_method_info):  Method is not virtual if class is final.
12105 Thu Sep  3 12:03:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12107         * jv-scan.c: Fixed copyright assignment.
12108         * keyword.gperf: Likewise.
12109         * keyword.h: Likewise.
12110         * lex.c: Fixed copyright assignment.
12111         (java_lex): Push unicode back when parsing '<'.
12112         * lex.h: Fixed copyright assignment.
12113         * parse-scan.y: Likewise.
12114         * parse.h: Fixed copyright assignment.
12115         (build_debugable_stmt, complete_for_loop): New function prototypes.
12116         * parse.y: Fixed copyright assignment.
12117         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
12118         size_zero_node when completing a loop with no exit condition.
12119         (for_statement_nsi:): Define action.
12120         (for_init:, for_update:): Return size_zero_node when empty.
12121         (declare_local_variables): Call build_debugable_stmt.
12122         (build_debugable_stmt): New function.
12123         (build_loop_body): Build debugable statement around loop
12124         condition part.
12125         (complete_loop_body): Take into account the debugable statement
12126         around the EXIT_EXPR.
12127         (complete_loop_body): New function.
12128         (patch_exit_expr): Fixed condition inversion.
12130 Wed Sep  2 11:53:58 1998  Tom Tromey  <tromey@cygnus.com>
12132         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
12133         name of thread define.
12134         * jvspec.c (THREAD_NAME): New macro.
12135         (GCLIB): Likewise.
12136         (THREADLIB): Likewise.
12137         (lang_specific_driver): Recognize attempt to link with thread
12138         library or gc library.  Recognize -ljava on command line so it
12139         isn't linked against more than once.
12141 Wed Sep  2 11:28:35 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12143         * parse-scan.y (report_main_declaration): Name of the class
12144         containing `main' can be a qualified name.
12146 Mon Aug 31 13:25:58 1998  Tom Tromey  <tromey@cygnus.com>
12148         * config-lang.in: Changed gjavac to gjc everywhere.
12149         * Make-lang.in: Changed gjavac to gjc everywhere.
12151 Thu Aug 27 02:28:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12153         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
12154         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
12155         and install the files.
12156         * Makefile.in (JAVA_OBJS_LITE): New variable.
12157         (compiler:): Now include jv-scan as a dependency.
12158         (../jv-scan$(exeext), parse-scan.c): New targets.
12159         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
12160         * config-lang.in (compilers): Removed gcj, gjavah from the list.
12161         * jcf-parse.c (parse_source_file): Call java_layout_classes and
12162         check for errors even if parse_only.
12163         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
12164         defined.
12165         (yylex): New function. Uses java_lex body.
12166         (java_lex): Removed commented out statement. Remove local variable
12167         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
12168         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
12169         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
12170         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
12171         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
12172         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
12173         where appropriate.
12174         (java_lex_error): Empty if JC1_LITE is defined.
12175         (java_get_line_col): Return 0 if JC1_LITE is defined.
12176         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
12177         SET_MODIFIER_CTX): Moved into the section containing the macros
12178         conditionally defined by JC1_LITE.
12179         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
12180         argument if JC1_LITE is defined.
12181         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
12182         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
12183         is defined.
12184         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
12185         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
12186         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
12187         to different values according to JC1_LITE.
12188         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
12189         declared if JC1_LITE set.
12190         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
12191         defined if JC1_LITE not set.
12192         (struct parser_ctx): Reorganized and skip the jc1 front end part
12193         if JC1_LITE set.
12194         (java_layout_classes): New function definition.
12195         (java_push_parser_context, java_init_lex, yyparse, yylex,
12196         yyerror): Prototype always declared. All other static function
12197         prototypes declared only if JC1_LITE is not set.
12198         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
12199         declared in parse.h.
12200         (java_layout_classes): New function.
12201         (java_complete_expand_methods): No longer layout the class here.
12202         * parse-scan.y: New file.
12203         * jv-scan.c: New file.
12205 Tue Aug 25 10:17:54 1998  Tom Tromey  <tromey@cygnus.com>
12207         * gjavah.c (main): Handle -friend option.
12208         (friend_specs): New global.
12209         (generate_access): Handle friend_specs.
12210         (process_file): Likewise.
12211         (MAX_FRIENDS): New macro.
12212         (friend_count): New global.
12213         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
12214         Changed all callers.
12216 Mon Aug 24 20:19:27 1998  Per Bothner  <bothner@cygnus.com>
12218         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
12219         (main):  Handle processing all the entries of a named .zip archive.
12220         * jcf-io.c (jcf_trim_old_input):  New function.
12221         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
12223 Mon Aug 24 07:35:13 1998  Per Bothner  <bothner@cygnus.com>
12225         * lang.c (flag_assume_compiled):  Make default be on.
12227 Fri Aug 21 17:29:04 1998  Per Bothner  <bothner@cygnus.com>
12229         * jcf-dump.c:  Add bunches of flags to control output more.
12230         (process_class):  New function;  support printing more than one class.
12231         (main): Support new --print-main and --javap flags.
12232         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
12233         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
12235 Thu Aug 20 14:24:47 1998  Per Bothner  <bothner@cygnus.com>
12237         Change mangling of dispatch table to match C++ vtable (w/thunks).
12238         * class.c (build_dtable_decl), java-tree.h:  New function.
12239         (make_class_data):  Call it.
12240         * decl.c (init_decl_processing):  Likewise.
12242 Wed Aug 19 17:57:07 1998  Warren Levy  <warrenl@cygnus.com>
12244         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
12245         soft_anewarray; adjust args passed.
12246         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
12247         match _Jv_NewObjectArray.
12249 Wed Aug 19 09:33:23 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12251         * decl.c (push_labeled_block, pop_labeled_block): New functions.
12252         * expr.c (loopup_label): Call create_label_decl.
12253         (create_label_decl): New function.
12254         (java_lang_expand_expr): Call expand_start_bindings with argument
12255         set to zero.
12256         * java-tree.h Added space after PROTO in function declarations
12257         when necessary.
12258         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
12259         (create_label_decl, push_labeled_block): New function
12260         declarations.
12261         * lex.c (label_id): Initialize.
12262         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
12263         switch.
12264         * parse.h Added space after PROTO in function declarations when
12265         necessary.
12266         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
12267         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
12268         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
12269         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
12270         macros.
12271         (struct parser_ctxt): New fields current_loop,
12272         current_labeled_block.
12273         (build_if_else_statement, patch_if_else_statement,
12274         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
12275         generate_labeled_block, complete_labeled_statement,
12276         build_bc_statement, patch_bc_statement, patch_loop_statement,
12277         build_new_loop, build_loop_body, complete_loop_body): New function
12278         declarations.
12279         * parse.y (java_warning_count): New global variable.
12280         (label_id): New static variable.
12281         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
12282         (block:): Return size_zero_node when block is empty.
12283         (empty_statement:): Return size_zero_node.
12284         (statement:): Implement supplemental action when for_statement: is
12285         reduced.
12286         (label_decl:): New rule.
12287         (labeled_statement:): Rewritten using label_decl. Actions
12288         implemented.
12289         (labeled_statement_nsi:): Likewise.
12290         (if_then_statement): Actions implemented.
12291         (while_expression): New rule.
12292         (while_statement:): Rewritten using while_expression. Actions
12293         implemented.
12294         (while_statement_nsi:): Likewise.
12295         (do_statement_begin:): New rule.
12296         (do_statement:): Rewritten using do_statement_begin. Actions
12297         implemented.
12298         (for_statement:): Rewritten using for_begin. Actions implemented.
12299         (for_statement_nsi:): Likewise.
12300         (for_header:, for_begin:): New rules.
12301         (for_init:): Actions implemented.
12302         (statement_expression_list:, break_statement:,
12303         continue_statement:): Likewise.
12304         (yyerror): Count number of issued warning(s).
12305         (java_report_errors): Report error(s) and/or warning(s).
12306         (java_complete_class): Use build_java_argument_signature to
12307         recompute completed method signature.
12308         (java_check_regular_methods): New locals method_wfl and aflags.
12309         Use method_wfl instead of lookup_cl during error reports. Fixed
12310         indentation and modified some error messages. Use
12311         lang_printable_name in method instead of the DECL_NAME. New code
12312         to issue warnings on methods not overriding corresponding methods
12313         private to a different package.
12314         (java_method_add_stmt): Call add_stmt_to_compound.
12315         (add_stmt_to_compound): New function.
12316         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
12317         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
12318         (build_if_else_statement, patch_if_else_statement,
12319         build_labeled_block, generate_labeled_block,
12320         complete_labeled_statement, build_new_loop, build_loop_body,
12321         complete_loop_body, patch_loop_statement, build_bc_statement,
12322         patch_bc_statement, patch_exit_expr): New functions.
12323         * typeck.c (build_java_signature): Build argument signature before
12324         enclosing it in between parenthesis.
12326 Mon Aug 17 17:44:24 1998  Warren Levy  <warrenl@cygnus.com>
12328         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
12329         (JAVA_OBJS): Added reminder comment
12331 Thu Aug 13 10:01:45 1998  Nick Clifton  <nickc@cygnus.com>
12333         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
12334         be interpreted as a long long.
12336 Thu Aug 13 14:34:07 1998  Warren Levy  <warrenl@cygnus.com>
12338         * decl.c (init_decl_processing): Use _Jv_InitClass, not
12339         soft_initialise_class.  Use _Jv_NewMultiArray, not
12340         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
12341         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
12342         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
12343         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
12345 Wed Aug 12 14:23:13 1998  Per Bothner  <bothner@cygnus.com>
12347         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
12348         length_identifier_node):  New global tree node constants.
12349         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
12350         Replace uses by super_identifier_node etc.
12351         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
12353         * parse.y (resolve_field_access):  Don't special-case ".length" if
12354         flag_emit_class_files.
12355         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
12356         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
12357         and ARRAY.length.
12359 Tue Aug 11 11:31:55 1998  Per Bothner  <bothner@cygnus.com>
12361         * decl.c (init_decl_processing): Remove unused method_type_node fields.
12362         * class.c (make_method_value):  Remove init for removed fields.
12364         * class.c (layout_class):  Use build_java_argument_signature.
12365         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
12367         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
12368         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
12369         (build_java_signature):  Don't use push_java_argument_signature.
12371         * typeck.c (lookup_argument_method):  New function.
12372         * parse.y (java_check_regular_methods):  Use lookup_argument_method
12373         instead of lookup_java_method2 followed by lookup_java_method.
12375         * parse.y (check_method_redefinition):  Minor optimization.
12377         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
12378         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
12380 Mon Aug 10 09:57:15 1998  Tom Tromey  <tromey@cygnus.com>
12382         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
12383         c-pragma.o.
12385         * gjavah.c (java_float_finite): Use K&R-style definition.
12386         (java_double_finite): Likewise.
12387         (generate_access): Now returns void.  Changed all callers.
12388         (last_access_generated): Removed.
12389         (process_file): Only make a single pass over the .class file.
12391 Wed Jul 29 17:50:23 1998  Per Bothner  <bothner@cygnus.com>
12393         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
12394         for compatibility for G++ (with -fvtable-thunks).
12395         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
12397         * gjavah.c (process_file):  Use public inheritance for super-class.
12399 Wed Jul 29 13:19:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12401         * lex.c (java_init_lex): Initialize ctxp->package.
12402         * parse.h (struct parser_ctxt): package and package_len replaced
12403         by tree package, an identifier node. Field method_decl_list is
12404         gone. Fixed comments.
12405         (lookup_field_wrapper, merge_qualified_name, not_accessible,
12406         class_in_current_package): New function prototypes.
12407         * parse.y (array_type:): Set class loaded flag on primitive type
12408         arrays.
12409         (package_declaration:): Assign ctxp->package to the
12410         identifier node.
12411         (method_invocation:): Handle invocation of method qualified by
12412         `super'.
12413         (single_type_import_declaration:): Removed ambiguity check.
12414         (java_pop_parser_context): New local variable `next'. Reset and
12415         set IMPORT_CLASSFILE_NAME flags on current and previous import
12416         list.
12417         (java_accstring_lookup): Use new local macro COPY_RETURN.
12418         (lookup_field_wrapper): New function.
12419         (parser_qualified_classname): Use merge_qualified_name.
12420         (parser_check_super_interface): Broaden error message.
12421         (do_resolve_class): Check for qualified class name in the current
12422         compilation unit if appropriate.
12423         (process_imports): Check for already defined classes.
12424         (check_pkg_class_access): Got rid of call to
12425         get_access_flags_from_decl.
12426         (java_complete_expand_methods): Call safe_layout_class based on
12427         the current class size.
12428         (make_qualified_primary): Build a WFL qualification on primary if
12429         none exists.
12430         (merge_qualified_name): New function.
12431         (make_qualified_name): Use merge_qualified_name.
12432         (resolve_expression_name): Use safe_lookup_field.
12433         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
12434         (resolve_qualified_expression_name): Likewise. Check on resolved
12435         element accessibility.
12436         (not_accessible_p, class_in_current_package): New functions.
12437         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
12438         (patch_method_invocation_stmt): Merged common pieces. Check
12439         accessibility of invoked method.
12440         (check_for_static_method_reference): Add returned type in error
12441         message.
12442         (invocation_mode): Get rid of bogus check on PRIVATE methods.
12443         (refine_accessible_methods_list): Merged two conditions in test.
12444         (java_complete_class): Sanity check on stabilize_ref gone.
12445         * zextract.c (read_zip_archive): Cast lseek second argument to long.
12447 Tue Jul 28 21:39:22 1998  Per Bothner  <bothner@cygnus.com>
12449         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
12451 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
12453         * gjavah.c (F_NAN): Removed.
12454         (F_NAN_MASK): New macro.
12455         (F_POSITIVE_INFINITY): Removed.
12456         (F_NEGATIVE_INFINITY): Likewise.
12457         (java_float_finite): Rewrote.
12458         (D_NAN_MASK): Renamed.
12459         (java_double_finite): Rewrote.
12460         (D_POSITIVE_INFINITY): Removed.
12461         (D_NEGATIVE_INFINITY): Likewise.
12463         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
12464         If verbose, print underlying representation of value in hex.
12466 Fri Jul 24 14:14:32 1998  Per Bothner  <bothner@cygnus.com>
12468         * buffer.h, buffer.c:  New files.
12469         * Makefile.in (JAVA_OBJS):  Add buffer.o.
12471         Support locals variables and writing their debug entries to .class.
12472         * jcf-write.c:  Simplify some by user new buffer type.
12473         (vode_buffer_grow):  Removed.
12474         (struct localvar_info):  New type.
12475         (localsvars, localvartable):  New buffers.
12476         (localvar_alloc, localvar_free):  New functions.
12477         (generate_bytecode_insns):  Handle local variables.
12478         (generate_classfile):  Write LocalVariableTable attribute.
12480 Fri Jul 24 13:46:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12482         * jcf-io.c (open_in_zip): Check the zipfile magic number.
12483         * zipfile.h (ZIPMAGIC): New macro.
12485 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
12487         * Makefile.in (gjavah.o): Updated dependencies.
12488         (jcf-dump.o): Likewise.
12489         (all.indirect): Use ../gjavah.
12490         (../gjavah$(exeext)): Likewise.
12491         (clean): Don't remove gjavah.
12492         (clean): Remove parse.c, not java/parse.c.
12493         * Make-lang.in (java): Added gjavah.
12494         (gjavah$(exeext)): New target.
12495         (GJAVAH_SOURCES): New macro.
12496         (java.all.build): Added gjavah.
12497         (java.all.cross): Likewise.
12498         (java.rest.encap): Likewise.
12499         * config-lang.in (compilers, stagestuff): Added gjavah.
12501 Thu Jul 23 18:33:56 1998  Tom Tromey  <tromey@cygnus.com>
12503         * gjavah.c (java_float_finite): New function.
12504         (java_double_finite): Likewise.
12505         (F_POSITIVE_INFINITY): New macro.
12506         (F_NEGATIVE_INFINITY): Likewise.
12507         (F_NAN): Likewise.
12508         (D_POSITIVE_INFINITY): Likewise.
12509         (D_NEGATIVE_INFINITY): Likewise.
12510         (D_NAN): Likewise.
12511         (print_field_info): Use java_float_finite and java_double_finite.
12513 Thu Jul 23 15:28:24 1998  Per Bothner  <bothner@cygnus.com>
12515         * parse.y (method_header):  Name "this" implicit argument.
12517 Wed Jul 22 15:47:30 1998  Per Bothner  <bothner@cygnus.com>
12519         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
12520         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
12521         (put_linenumber):  New function.
12522         (generate_bytecode_insns, generate_classfile):  Write line numbers.
12524 Wed Jul 22 14:39:00 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12526         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
12527         (lookup_name, build_known_method_ref, build_class_init,
12528         build_invokevirtual, invoke_build_dtable, match_java_method,
12529         build_field_ref, pushdecl_force_head, build_java_binop,
12530         binary_numeric_promotion, build_decl_no_layout,
12531         build_java_arrayaccess, build_newarray, build_anewarray,
12532         build_java_array_length_access, build_java_arraynull_check): New
12533         extern function prototypes.
12534         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
12535         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
12536         java-tree.h.
12537         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
12538         to NULL
12539         * jcf.h (jcf_out_of_synch): New extern function prototype.
12540         * parse.h: Static/global function implemented in parse.y
12541         prototyped and declarations moved at the end of the file.
12542         (DECL_P): Check that the argument isn't null.
12543         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
12544         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
12545         (QUAL_DECL_TYPE): New macro.
12546         (PARAMS): Macro definition removed.
12547         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
12548         (return_statement:): Call build_return.
12549         (field_access:): Call make_qualified_primary in sub rule.
12550         (method_invocation:): Build method invocation and call
12551         make_qualified_primary when processing primaries.
12552         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
12553         get_type_from_signature.
12554         (java_check_regular_method): Extra integer 0 argument when calling
12555         lookup_java_method2.
12556         (lookup_java_interface_method2): Extra method DECL argument when
12557         calling lookup_java_interface_method2.
12558         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
12559         COMPOUND_EXPR node.
12560         (java_complete_expand_method): Layout current class iff not
12561         already done. Don't process interface's methods.
12562         (java_complete_expand_method): Use super class only if it
12563         exists. Use current class otherwise.
12564         (make_qualified_primary): New function.
12565         (resolve_expression_name): Process qualified expression or
12566         expression from primary the same way.
12567         (resolve_expression_name): Two last arguments to
12568         resolve_field_access are now NULL_TREEs.
12569         (resolve_field_access): New variable is_static. Local field must
12570         be DECLs. is_static computed on field DECLs only. Append code in
12571         where_found to the field access if necessary. Use QUAL_DECL_TYPE
12572         to initialize field_type.
12573         (resolve_qualified_expression_name): New local variable,
12574         previous_call_static and is_static. Handle primaries with function
12575         calls, casts, array references and `this'. `super' now handled as
12576         `(super_class)this'. Use is_static to clarify boolean expressions.
12577         Added code to handle case where a proper handle is required to
12578         access a field. Use QUAL_DECL_TYPE where applicable.
12579         (maybe_access_field): New function.
12580         (patch_method_invocation_stmt): New arguments primary, where,
12581         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
12582         deleted. Use `where' as a type to search from if specified. Check
12583         for static method reference where forbidden. Append primary or
12584         current_this to the argument list if not calling constructor nor
12585         static methods.
12586         (check_for_static_method_reference): New function.
12587         (patch_invoke): Layout the class on which new is done if
12588         necessary.
12589         (lookup_method_invoke): Changed format to report errors on
12590         methods.
12591         (qualify_ambiguous_name): New local variable this_found. Now
12592         handle things from primaries. Method call are considered
12593         expression names.
12594         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
12595         changed into NULLs.
12596         (not_initialized_as_it_should_p): Comply with the new DECL_P.
12597         (java_complete_tree): New case fo RETURN_EXPR. Process function
12598         call arguments in separate function.
12599         (complete_function_arguments): New function.
12600         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
12601         anymore.
12602         (patch_assignment): Take the return function slot into account as
12603         a RHS. Distinguish assignment from a return.
12604         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
12605         when checking methods in interfaces.
12606         (resolve_type_during_patch): NULL argument to unresolve_type_p
12607         instead of NULL_TREE.
12608         (patch_newarray): Fixed typo in comment.
12609         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
12610         (build_return, patch_return): New functions.
12611         * typeck.c (lookup_java_constructor): Fixed typo in comment.
12613 Tue Jul 21 12:10:04 1998  Per Bothner  <bothner@cygnus.com>
12615         * constants.c (find_name_and_type_constant, find_fieldref_index,
12616         find_methodref_index):  New methods.
12617         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
12618         just return given method.  Also, rename to build_known_method_ref.
12619         (expand_invoke):  Rename call to build_invoke_non_interface.
12620         * java-tree.h, parse.h:  Update prototype.
12621         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
12622         (such as expand_expr_stmt) if flag_emit_class_files.
12623         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
12624         STACK_TARGET, IGNORE_TARGET):  New macros.
12625         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
12626         (generate_bytecode_insn):  New function to generate method's bytecode.
12627         (generate_classfile):  Node generate Code attribute for a method.
12628         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
12629         push_long_const, field_op, adjust_typed_op, maybe_wide):
12630         New functions used by generate_bytecode_insn.
12632         * typeck.c (signature_include_return):  Remove variable.
12633         (push_java_argument_signature, build_java_argument_signature):  New.
12634         (build_java_signature):  Use push_java_argument_signature.
12635         * parse.y:  Use build_java_argument_signature instead of fiddling
12636         with signature_include_return.
12638 Fri Jul 17 09:48:51 1998  Tom Tromey  <tromey@cygnus.com>
12640         * gjavah.c (print_c_decl): Always generate JArray<>* for array
12641         types.
12643         * Makefile.in (all.indirect): Added gjavah$(exeext).
12644         (gjavah$(exeext)): Added $(exeext).
12645         (clean): Likewise.
12647 Thu Jul 16 15:29:20 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12649         * class.c (layout_class): Call to java_layout_parsed_class replace
12650         by safe_layout_class.
12651         * expr.c (build_java_array_length_access): Removed static storage
12652         class in the function definition.
12653         (build_java_arraynull_check): Likewise.
12654         Also fixed typos in two comments.
12655         * lex.c (java_init_lex): Initialize static global kw_length.
12656         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
12657         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
12658         java_lex_error.
12659         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
12660         * parse.h (resolve_no_layout): New static function declaration.
12661         (get_identifier_in_static): Declaration removed.
12662         (java_layout_parsed_class): Function name declaration changed to
12663         safe_layout_class.
12664         (build_newarray_node, patch_newarray, resolve_type_during_patch,
12665         not_initialized_as_it_should_p, build_this): New static function
12666         declarations.
12667         (pushdecl_force_head, build_java_binop, int_fits_type_p,
12668         binary_numeric_promotion, stabilize_reference,
12669         build_decl_no_layout, build_java_arrayaccess): Extern function
12670         declarations moved into their own section.
12671         (build_newarray, build_anewarray, build_java_array_length_access,
12672         build_java_arraynull_check): New extern function declarations.
12673         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
12674         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
12675         fake tree codes.
12676         (CALL_CONSTRUCTOR_P): New macro.
12677         * parse.y (kw_length): New static global tree node.
12678         (return_statement): Tagged <node>.
12679         (RETURN_TK): Tagged <operator>.
12680         (variable_declarator_id:): Build variable declaration with an
12681         empty initialization value if a syntax error was found in the
12682         initialization part of the variable declaration.
12683         (statement_without_trailing_substatement:): return_statement: now
12684         uses the default rule.
12685         (return_statement:): Temporarily fixed to return NULL_TREE.
12686         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
12687         (class_instance_creation_expression:): Class creation rules now
12688         call build_method_invocation upon reduction.
12689         (array_creation_expression:): Rules call build_newarray_node upon
12690         reduction.
12691         (dim_exprs:): Build a list of dimension expressions.
12692         (dim_expr:): Store location of the OSB_TK in the dimension
12693         expression node.
12694         (method_invocation:): Added a new error rule.
12695         (build_unresolved_array_type): WFL argument may also be an array
12696         on a primitive type. Name of the argument changed to reflect this.
12697         (method_declarator): Insert argument type at the beginning of the
12698         argument type list and later reverse the list.
12699         (unresolved_type_p): Argument 'returned' may be optionally
12700         NULL_TREE.
12701         (java_layout_class_from_source): Function renamed
12702         safe_layout_class.
12703         (resolve_and_layout): Now call resolve_no_layout and
12704         safe_layout_class.
12705         (resolve_no_layout): New function.
12706         (purify_type_name): New function.
12707         (complete_class_report_errors): Call purify_type_name during error
12708         report on a type not found.
12709         (process_imports): error_found local variable doesn't need to be
12710         initialized to zero.
12711         (declare_local_variables): New local type_wfl. Fixed typo in error
12712         message. type_wfl assigned to unresolved type and used to register
12713         incomplete type. Build a WFL around the variable initialization
12714         statement so that debug info can be generated on it.
12715         (source_start_java_method): Reverse argument list after they've
12716         been processed.
12717         (current_this): New static global variable.
12718         (java_complete_expand_methods): Set current_this when appropriate.
12719         (resolve_expression_name): Build correct static and non static
12720         field access bearing a simple name.
12721         (resolve_field_access): Resolve the length field of arrays. Handle
12722         f.m() cases.
12723         (patch_method_invocation_stmt): Set the type of the method
12724         invocation to error_mark_node. This value is later overridden by a
12725         valid type, if any. Don't handle qualified constructor invocation
12726         as qualified method invocation. Call lookup_method_invoke with its
12727         new flag. It's no longer necessary to access the selected method
12728         as the value of a tree list. Handle constructor invocation.
12729         (patch_invoke): Reverse argument list when invoking non interface
12730         methods. Insert call to new as the first argument of the
12731         constructor.
12732         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
12733         defined within a final class. Return INVOKE_STATIC if the invoked
12734         method is a constructor.
12735         (lookup_method_invoke): New lc argument is a flag to indicate a
12736         constructor lookup. Now handle constructor lookup. Choose the most
12737         specific method in case several were matching the invocation
12738         requirements. Return a method decl instead of a tree list featuring
12739         one single method decl element.
12740         (refine_accessible_methods_list): New lc flag argument to
12741         indicate that a constructor is being looked up.
12742         (not_initialized_as_it_should_p): New function.
12743         (java_complete_tree): Now process fake tree codes
12744         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
12745         save_expr on resolved function call arguments. Case on
12746         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
12747         (patch_assignment): LHS can be a field access expression. When
12748         dealing with reference, lhs_type is the promoted type of the
12749         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
12750         applicable.
12751         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
12752         (patch_binop): Use not_initialized_as_it_should_p where
12753         applicable.
12754         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
12755         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
12756         where applicable.
12757         (resolve_type_during_patch): New function.
12758         (patch_cast): Call resolve_type_during_patch to resolve type and
12759         report error accordingly.
12760         (patch_array_ref): Use not_initialized_as_it_should_p where
12761         applicable. Array base expression is saved before being
12762         used. Promote the type of an array elements if it contains non
12763         builtin types.
12764         (build_newarray_node, patch_newarray, build_this): New functions.
12766 Thu Jul 16 10:46:47 1998  Tom Tromey  <tromey@cygnus.com>
12768         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
12769         increment it in `for' statement.
12770         (print_field_info): If number is inf or nan, don't print it.
12771         (print_method_info): If method name is `delete', just ignore it.
12772         (print_c_decl): Special-case jstringArray.
12774         * gjavah.c (help): New function.
12775         (no_argument): New function.
12776         (usage): Changed text.
12777         (main): Rewrote argument handling.  Now handles -v, --help,
12778         --version.
12779         (version): New function.
12780         (found_error): New global.
12781         (main): Return found_error.
12782         (generate_access): Set found_error.
12783         (print_c_decl): Likewise.
12785 Wed Jul 15 10:36:27 1998  Tom Tromey  <tromey@cygnus.com>
12787         * gjavah.c (print_c_decl): Don't print "," when examining field.
12788         Skip type name when looking at "[L" types.
12789         (process_file): Now static.
12790         (generate_access): Now returns int.
12791         (last_access_generated): New global.
12792         (process_file): Clear last_access_generated; make multiple passes
12793         over the class.
12794         (print_field_info): Just return if generate_access returns true.
12795         (print_method_info): Likewise.  Also, allow <init> functions to
12796         pass through.
12797         (print_c_decl): Added is_init argument.  Print constructors
12798         properly.
12799         (print_cxx_classname): Use UTF8_GET to extract characters from
12800         string.
12801         (print_base_classname): New function.
12802         (print_class_decls): New function.
12803         (process_file): Use it.
12804         (utf8_cmp): New function.
12806 Mon Jul 13 14:21:47 1998  Nick Clifton  <nickc@cygnus.com>
12808         * lang-options.h: Format changed to match changes in gcc/toplev.c
12809         to implement a --help option.
12811 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
12813         * decl.c (init_decl_processing): Revert change to dtable_type.
12815 Thu Jul  9 18:22:12 1998  Per Bothner  <bothner@cygnus.com>
12817         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
12819 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
12821         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
12823         * lang.c (lang_init): Default flag_exceptions to 1, without
12824         checking to see if it's 2 first.
12826 Wed Jul  8 03:01:32 1998  Jeffrey A Law  (law@cygnus.com)
12828         * constants.c: Include "system.h".
12829         * decl.c: Likewise.
12830         * lang.c (flag_new_exceptions): Get via extern now.
12831         (lang_init_options): New functions.  Turn on flag_new_exceptions.
12833 Tue Jul  7 12:56:48 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12835         * lex.c (java_lex): Return 0 when we see an invalid character in
12836         the input.
12838         * lex.c (java_read_char): Specify extra argument when calling
12839         java_lex_error.
12840         (java_read_unicode, java_parse_end_comment,
12841         java_parse_escape_sequence): Likewise,
12842         (java_lex): Specify extra argument when calling
12843         java_lex_error. Test that IDs are beginning with a legal character
12844         for IDs. Handle invalid characters with an error message and a
12845         call to java_lex_error.
12846         (java_lex_error): Adjust column position by new argument
12847         `forward'. Issue an error even if in the middle of reporting an
12848         other error.
12850 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
12852         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
12853         we don't explicitly put a null pointer when we're copying it.
12855 Tue Jul  7 09:38:38 1998  Tom Tromey  <tromey@cygnus.com>
12857         * gjavah.c (print_cxx_classname): New function.
12858         (super_class_name): Likewise.
12859         (print_super_fields): Removed.
12860         (in_super): Removed.
12861         (print_field_info): Never generate #defines.
12862         (print_c_decl): Changed generated types to match JNI.  No longer
12863         print class name before method name.
12864         (print_method_info): Print "static" before static methods.
12865         Print "virtual" before non-final methods.
12866         (usage): Use exit(1), not exit(-1).
12867         (main): Likewise.
12868         (print_field_info): Use %.17g to print a double.
12869         (last_access): New globals.
12870         (process_file): Initialize last_access.
12871         (usage): Now static.
12872         (ACC_VISIBILITY): New define.
12873         (generate_access): New function.
12874         (print_field_info): Call it.
12875         (print_method_info): Likewise.  Also, generate information for all
12876         methods, not just native methods.  Return void.
12877         (print_c_decl): Return void.
12878         (print_field_info): Return void.
12880 Thu Jul  2 16:53:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12882         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
12883         processing the jc1 grammar file. Prefix bison functions and
12884         variables with java_.
12885         (parse.c): Dependencies on parse.h and lex.h
12886         * expr.c (build_java_arrayaccess): Function now global.
12887         * java-tree.h: Comment reorganized to carry on previous
12888         classification effort.
12889         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
12890         RESOLVE_TYPE_NAME_P): New flags on WFLs.
12891         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
12892         java_parse (new prefix java_ generated by bison).
12893         (java_layout_parsed_class, java_register_parsed_class): Function
12894         call removed.
12895         (yyparse): Removed unnecessary call to init_outgoing_cpool.
12896         * lex.c (static tree wfl_op): Variable deleted.
12897         (java_init_lex): Initialize kw_super and kw_this. Initialize more
12898         ctxp fields to NULL_TREE.
12899         (java_lex): No longer create WFL for operators. Filename caching
12900         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
12901         created as STRING_CST and later expanded. Removed extra argument
12902         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
12903         and SUPER.
12904         (build_wfl_node): Removed code in comments.
12905         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
12906         store token and location data in the current bison token.
12907         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
12908         static/extern function declaration at the beginning of the file.
12909         (struct qualification): Data structure definition deleted.
12910         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
12911         (qualify_ambiguous_name): Function declaration modified. Function
12912         now returns nothing.
12913         (build_array_ref, patch_array_ref, make_qualified_name,
12914         resolve_qualified_expression_name, maybe_generate_clinit,
12915         resolve_field_access): New static function declarations.
12916         (build_java_arrayaccess): New extern function declaration.
12917         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
12918         (CALL_EXPR_PRIMARY): Macro deleted.
12919         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
12920         (struct parser_ctxt): Field initialized_final
12921         removed. non_static_initialized, static_initialized: New fields.
12922         * parse.y (static tree kw_super, static tree kw_this): New global
12923         static.
12924         (%union): tree wfl field of operator member replaced by int
12925         location. WFLs are non longer created for operators.
12926         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
12927         (qualified_name:): Now calls make_qualified_name to build the
12928         identifier.
12929         (type_declaration:): Consider generating <clinit> when class
12930         parsing completed.
12931         (variable_declarator:): Directly build an assignment node when the
12932         variable is initialized when declared.
12933         (this_or_super:): Build a WFL and set current location when THIS
12934         or SUPER are parsed.
12935         (expression_statement:): Wrap statement around a WFL.
12936         (primary_no_new_array:): Fixed typo. Changed value returned by
12937         THIS_TK because of its new type (temporary).
12938         (dim_exprs:): Temporary fix because of OSB_TK's new type.
12939         (field_access:): Build qualified name with SUPER.
12940         (method_invocation:): Fixed returned value because of SUPER's new
12941         type.
12942         (array_access:): Use OSB_TK location information.
12943         (post_increment_expression:, post_decrement_expression:,
12944         unary_expression:, pre_increment_expression:,
12945         pre_decrement_expression:, unary_expression_not_plus_minus:,
12946         cast_expression:, multiplicative_expression:,
12947         additive_expression:, shift_expression:, relational_expression:,
12948         equality_expression:, and_expression:, exclusive_or_expression:,
12949         inclusive_or_expression:, conditional_and_expression:,
12950         conditional_or_expression:, assignment:): Use new location/token
12951         information available on operators.
12952         (create_class): Set super_decl_type to NULL_TREE when processing
12953         java.lang.Object.
12954         (register_fields): Field initialization is now a MODIFY_EXPR
12955         node. Chain initialization code to the matching lists (according
12956         the the field declaration modifiers).
12957         (maybe_generate_clinit): New function.
12958         (method_header): Don't set method's DECL_NAME to a WFL when adding
12959         methods to java.lang.Object.
12960         (resolve_and_layout): Now can return NULL_TREE if the type
12961         resolution fails. Otherwise, return the class DECL instead of its
12962         TYPE.
12963         (check_method_redefinition): Don't patch method DECL_NAME if it
12964         belongs to java.lang.Object.
12965         (process_imports): Simply assign error_found to the value returned
12966         by check_pkg_class_access.
12967         (declare_local_variables): Don't use their init statements (if
12968         any) when parsing error were previously found. Reuse MODIFY_EXPR
12969         build during parsing as an init statement.
12970         (java_method_add_stmt): Now return the current method body.
12971         (java_layout_parsed_class, java_register_parsed_class): Functions
12972         removed.
12973         (java_complete_expand_methods): Initialize the constant pool on a
12974         per class basis. Layout the classes before expanding their method
12975         bodies. Don't try expand artificial constructor code if error were
12976         found. Make the classes data and register them if no error were
12977         found.
12978         (java_complete_expand_method): Retrieve an artificial constructor
12979         argument list before entering its body. Assign the top block to
12980         the artificial constructor function body and set types of declared
12981         blocks and compound statements to void. Walk method body if not an
12982         artificial constructor.
12983         (make_qualified_name, cut_identifier_in_qualified): New functions.
12984         (resolve_expression_name): Fixed comments. Save/restore the
12985         current class CLASS_LOADED_P flag value. Build non qualified
12986         static field access and handle qualified expression names.
12987         (resolve_field_access, resolve_qualified_expression_name): New
12988         functions.
12989         (patch_method_invocation_stmt): Use the new expression resolution
12990         scheme, calling resolve_field_access when the function call is
12991         resolved as an expression.
12992         (qualify_ambiguous_name): Function rewritten to work on qualified
12993         expression produced by make_qualified_name.
12994         (java_complete_tree): Promote type when function's argument are
12995         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
12996         the assignment to discover further errors if RHS is a expression
12997         name that fails to evaluate. Declare LHS initialized even though
12998         the assignment failed. Don't use the location variable and removed
12999         extra argument in patch function calls. Now handle the ARRAY_REF
13000         case and build internal string representation when STRING_CSTs are
13001         walked.
13002         (build_method_invocation): Don't wrap function call around a WFL.
13003         (build_assignment): Likewise. Use the operator location
13004         information.
13005         (patch_assignment): Handle array access LHSs. Handle error
13006         provenance, resulting in a better error report.
13007         (build_binop): Use op_location from operator as binop location
13008         information.
13009         (build_unaryop, build_incdec, build_cast): Likewise.
13010         (patch_binop): Extract location information from the node. Fixed
13011         typo in error message.
13012         (patch_unary_op): Extract location information from the node.
13013         (build_array_ref, patch_array_ref): New functions.
13015 Wed Jul  1 13:11:36 1998  Tom Tromey  <tromey@cygnus.com>
13017         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
13018         match _Jv_IsInstanceOf.
13019         * decl.c (init_decl_processing): Use _Jv_NewArray, not
13020         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
13022 Tue Jun 30 14:12:54 1998  Tom Tromey  <tromey@cygnus.com>
13024         * decl.c (init_decl_processing): Functions are now named
13025         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
13027 Mon Jun 29 14:47:10 1998  Per Bothner  <bothner@cygnus.com>
13029         * java-tree.h (load_class):  Add prototype.
13030         * class.c (is_compiled_class):  Add missing arg to load_class.
13031         * expr.c (expand_java_NEW):  Call load_class.
13032         * parse.y (process_import):  Removed bogus use of void return value.
13034 Thu Jun 25 11:50:48 1998  Per Bothner  <bothner@cygnus.com>
13036         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
13037         Function name is "_Jv_Throw" instead of "soft_athrow".
13038         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
13039         Function name is "_Jv_AllocObject" instead of "soft_new".
13040         Takes an extra parameter (object size).
13041         * expr.c:  Update calls.
13043 Wed Jun 24 13:59:02 1998  Per Bothner  <bothner@cygnus.com>
13045         * lex.c (java_get_line_col):  Handle end-of-file.
13046         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
13048 Wed Jun 24 09:22:34 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
13050         * lang.c (lang_init): Make -fexceptions the default.
13051         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
13052         exception handling is not turned on.
13054 Tue Jun 23 10:17:09 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
13056         * lang.c (flag_new_exceptions): Make this this default.
13057         * decl.c (end_java_method): Call emit_handlers.
13058         * except.c (method_init_exceptions): Set language code and version.
13059         (expand_start_java_handler): Enable exception, and call
13060         expand_eh_region_start.
13061         (expand_end_java_handler): Enable exception, and set up catch blocks.
13062         (emit_handlers): New routine to generate the saved handlers.
13063         * java-except.h (emit_handlers): Add prototype.
13065 Fri Jun 12 11:31:24 1998  Per Bothner  <bothner@cygnus.com>
13067         We used to have three different representations of the constant pool:
13068         the CPool structure, the tree_constant_pool, and the constructures
13069         used to build the Class object (which may need class and string
13070         constants) in compiled code.  None were appropriate for compiling
13071         to .class files, so I did a major overhaul.
13073         First, the tree_constant_pool array was removed.  Things were
13074         modified to the CPool structure in the JCF could be used.
13075         Second, a "capacity" field was added to the CPool, and functions
13076         written to search for a matching constant, adding one if not found.
13077         The code that generated the Class object was changed to use a CPool.
13078         The actual TREE_LISTs used to build the CONSTRUCTORs used for
13079         the static Class object are now only in build_constants_constructor.
13080         Finally, I wrote code which can generate a .class file (including its
13081         constant pool) from the RECORD_TYPE of a class.  This is a big step
13082         on the way to compiling Java source into .class files.
13084         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
13085         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
13087         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
13088         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
13089         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
13090         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
13091         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
13092         (lang_type):  Removed constant_pool field.
13093         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
13094         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
13095         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
13096         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
13098         * constants.c (current_constant_pool_tags, current_constant_pool_data,
13099         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
13100         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
13101         (set_constant_entry, find_constant1, find_constant2,
13102         find_class_constant, count_constant_pool_bytes, write_constant_pool,
13103         find_utf8_constant, find_class_or_string_constant):  New functions.
13105         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
13106         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
13107         (give_name_to_class, get_class_constant):  Likewise.
13108         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
13109         (get_name_and_type_constant, get_ref_constant):  Removed.
13110         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
13111         * parse.y:  Don't save/restore tree_constant_pool.
13112         * verify.c (verify_jvm_instructions):  Update for new approach.
13113         * expr.c (expand_invoke, expand_java_field_op): Likewise.
13115         * lang-options.h:  Added -femit-class-file, -femit-class-files.
13116         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
13117         (lang_f_options):  Added "emit-class-file(s)".
13119         * expr.c (build_java_arrayaccess):  Generate more efficient array
13120         bounds checking, by using unsigned compare.
13122         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
13124 Wed Jun 10 17:34:42 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13126         * parse.h: New comment on the handling of unresolved type
13127         identifiers. JDEPs are now part of the jdep_code enum.
13128         (typedef struct jdep): Now use enum jdep_code or int, depending on
13129         availability. Both are narrowed down to an 8 bits bitfield.
13130         (CALL_EXPR_PRIMARY): Fixed comment.
13132 Wed Jun 10 10:54:39 1998  Tom Tromey  <tromey@cygnus.com>
13134         * Make-lang.in (java): Added gjavac and jvgenmain.
13135         (java.start.encap): Depend on gjavac.
13136         (java.rest.encap): Depend on jvgenmain.
13138         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
13139         (JAVA_CROSS_NAME): Likewise.
13140         (java.all.build): Depend on jvgenmain and gjavac.
13141         (java.all.cross): Depend on jvgenmain and gjavac-cross.
13142         (jvgenmain$(exeext)): New target.
13143         (java.install-common): Wrote.
13144         * config-lang.in (compilers, stagestuff): Added gjavac and
13145         jvgenmain.
13147 Wed Jun 10 12:19:04 1998  Dave Brolley  <brolley@cygnus.com>
13149         * lang.c (lang_decode_option): New argc/argv interface.
13151 Tue Jun  9 18:12:46 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13153         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
13154         * decl.c (build_decl_no_layout): New function.
13155         * expr.c (java_lang_expand_expr): Layout declarations found in
13156         blocks before they're pushed.
13157         * jcf-parse.c (load_class): Save current line when parsing class
13158         file.
13159         (parse_source_file): Register class before expanding their
13160         methods.
13161         * lang.c (put_decl_node): Produce `null' when `void *' is
13162         processed.
13163         * lex.c (static tree wfl_op): New static global, for error report
13164         on casts.
13165         (java_init_lex): wfl_operator and wfl_op initialized
13166         here. Filename caching added for wfl_op. Return wfl_op when `(' is
13167         parsed.
13168         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
13169         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
13170         build_unresolved_array_type): New static function definitions.
13171         (build_decl_no_layout): New extern function declared.
13172         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
13173         faulty modifier exists.
13174         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
13175         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
13176         (UNARY_PLUS_EXPR): New fake operator.
13177         (struct parser_ctxt): New field osb_number.
13178         * parse.y (static tree wfl_operator): New static WFL for operator
13179         bound error messages.
13180         (DECR_TK, INCR_TK): Moved.
13181         (OP_TK): Tagged <operator>.
13182         (array_type:): Now call build_unresolved_array_type.
13183         (dim_expr:): Count the number of '[' seen.
13184         (post_increment_expression, post_decrement_expression,
13185         pre_increment_expression, pre_decrement_expression,
13186         unary_expression_not_plus_minus, unary_expression:): Actions are
13187         now building the corresponding unary expressions.
13188         (cast_expression:): Actions are now building cast expressions.
13189         (build_unresolved_array_type): New function.
13190         (create_interface): Reset the number of declared interfaces.
13191         (create_class): Likewise.
13192         (method_header): Methods declared within the scope of an interface
13193         are now implicitly set public and abstract.
13194         (java_complete_class): Variable's and parameter's type are patched
13195         with a promoted type.
13196         (declare_local_variables): Resolved non builtin types are promoted
13197         before being used to build a variable decl. Removed type patch
13198         posted on variable initialization statement.
13199         (source_start_java_method): Use build_decl_no_layout to build the
13200         decl of a parameter of incomplete type.
13201         (java_register_parsed_class): Process interfaces too. Call
13202         rest_of_decl_compilation on each processed class declarations.
13203         (java_complete_expand_methods): Don't attempt to expand things in
13204         interfaces.
13205         (java_complete_tree): Process CONVERT_EXPR, even though it always
13206         has a type. Propagate error_mark_node to node's type too. Promote
13207         method's call argument type and return error_mark_node if
13208         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
13209         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
13210         handle unary operator nodes.
13211         (build_assignment): Added comment.
13212         (print_int_node): New function.
13213         (patch_assignment): New second argument. New error handling. Use
13214         print_int_node. Handle references. Use can_cast_to_p to issue
13215         different error message according to the context and check upon
13216         the initialization of the RHS.
13217         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
13218         (operator_string): Handle more operators.
13219         (patch_binop): No longer use a function static
13220         wfl_operator. Improved error message on shift distance.
13221         (build_unaryop, build_incdec, build_cast, patch_unaryop,
13222         patch_cast): New functions.
13224 Fri Jun  5 18:03:07 1998  Per Bothner  <bothner@cygnus.com>
13226         * jvspec.c:  New file.
13227         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
13229         * java-tree.h (identifier_subst):  Add declaration.
13231 Thu Jun  4 13:44:23 1998  Tom Tromey  <tromey@cygnus.com>
13233         * jvgenmain.c (main): Generate call to JvRunMain.
13235         * class.c (make_class_data): Push value for "sync_info" field.
13236         * decl.c (init_decl_processing): Push "sync_info" field.
13238 Wed Jun  3 20:39:14 1998  Per Bothner  <bothner@cygnus.com>
13240         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
13241         Java (source) name, not signature.
13242         Set TYPE_ALIGN to (at least) that of element_type.
13244 Tue Jun  2 15:19:19 1998  Per Bothner  <bothner@cygnus.com>
13246         * class.c:  Moved classname-mangling-rekated code to ...
13247         * mangle.c:  ... this new file.
13248         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
13249         * Makefile.in:  Update for above changes.
13251 Mon Jun  1 09:58:36 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13253         * expr.c (truthvalue_conversion): Convert integer and floating
13254         point value to their truth value.
13255         * lex.c (java_lex): Handle the `null' literal.
13256         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
13257         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
13258         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
13259         New macros.
13261         * parse.y: Reorganization/documentation on token declaration.
13262         (binop_lookup[]): New added new tree codes.
13263         (relational_expression): Build corresponding binary operators.
13264         (equality_expression, conditional_and_expression,
13265         conditional_or_expression): Likewise.
13266         (java_complete_class): Fix crash in debug message.
13267         (java_complete_tree): Check initialization of method call
13268         arguments. Further bogus node evaluation to detect more error
13269         during assignments. Handles more binary operators.
13270         (patch_assignment): Use DECL_P.
13271         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
13272         code.
13273         (operator_string): Handle more case. Compacted source.
13274         (patch_binop): Changed function comment. Checking for
13275         uninitialized first operand takes the compound assignment into
13276         account and uses DECL_P. Checking for uninitialized second operand
13277         delayed to routine's end. Use macros to issue type bound error
13278         messages and issue messages on both operands if their types are
13279         different. Force fixed type into node. Handle all binary
13280         operators.
13282 Wed May 27 10:30:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13284         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
13285         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
13286         build operator node and return tokens.
13287         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
13288         * parse.h (java_complete_tree): Changed returned type in prototype.
13289         (build_method_invocation, build_assignment, patch_assignment,
13290         patch_binop): New static function declarations.
13291         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
13292         BUILD_EXPR_WFL): New macros.
13293         * parse.y (enum tree_code binop_lookup[]): New static for token to
13294         TREE_CODE lookup.
13295         (%union): Parser union has new sub-structure `operator'.
13296         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
13297         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
13298         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
13299         ASSIGN_ANY_TK): Tokens tagged `operator'.
13300         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
13301         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
13302         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
13303         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
13304         (assignment_operator:): Rule tagged `operator'.
13305         (expression_statement:): Re-installed default rule.
13306         (method_invocation:): Sub rules call build_method_invocation.
13307         (postfix_expression:): Don't attempt to resolve name here. Just
13308         return an ID.
13309         (multiplicative_expression:): Sub-rules build corresponding binop
13310         expression node.
13311         (additive_expression:, shift_expression:, and_expression:,
13312         exclusive_or_expression:, inclusive_or_expression:): Likewise.
13313         (assignment:): Sub rule invoke build_assignment.
13314         (assignment_operator:): Default rules on sub rules.
13315         (force_error): Added documentation on this variable.
13316         (declare_local_variables): Build initialization calling
13317         build_assignment.
13318         (expand_start_java_method): Removed unused rtx declaration. Mark
13319         arguments as already initialized.
13320         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
13321         (java_complete_expand_methods): Don't process next method if
13322         completion of the previous one triggered errors.
13323         (java_complete_expand_method): Call source_end_java_method if no
13324         error were found during completion.
13325         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
13326         locals declaratilon. Handle names found within a class. Return
13327         error_mark_node when things aren't found.
13328         (patch_method_invocation_stmt): Return error_mark_node on failures.
13329         (patch_invoke): Removed unused local. Return the correct node.
13330         (java_complete_tree): Now returns a value. The BLOCK section binds
13331         local identifiers and the type of a BLOCK is now void. Assign the
13332         result of operand completion on COMPOUND_EXPR. Assign the
13333         encapsulated node of a WFL to the result of its completion, except
13334         when the node is an identifier. Now handle MODIFY_EXPR and several
13335         binary operators. Return error_mark_node on errors.
13336         (build_method_invocation, build_assignment, patch_assignment,
13337         build_binop, operator_string, patch_binop): New functions.
13338         * typeck.c (binary_numeric_promotion): New function.
13340 Thu May 21 12:01:04 1998  Per Bothner  <bothner@cygnus.com>
13342         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
13343         Replace most uses of ident_subst by identifier_subst.
13345         * class.c (push_class_static_dummy_field):  Removed function.
13346         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
13347         instead of looking got "class" static field.  Create that decl here.
13348         (class_identifier_node):  Removed;  no longer needed.
13349         (init_class_processing):  Don't init class_identifier_node.
13350         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
13351         Do nreverse 0 times (instead of twice) for Object and Class.
13352         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
13354 Wed May 20 16:35:04 1998  Per Bothner  <bothner@cygnus.com>
13356         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
13357         while initializing linenumber_count and linenumber_table.
13358         Do it before init_function_start (which calls emit_line_note).
13359         * expr.c (expand_byte_code):  Don't need to clear lineno here.
13361 Mon May 18 16:23:32 1998  Tom Tromey  <tromey@cygnus.com>
13363         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
13364         then mangle number as _N_.
13366         * class.c (mangle_class_field): New function.
13367         (build_class_ref): Set assembler name of class reference using
13368         mangle_class_field.
13369         (push_class_static_dummy_field): Likewise.
13371 Sun May 17 12:52:35 1998  Michael Tiemann <tiemann@cygnus.com>
13373         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
13374         of assigning to TREE_CODE.  The latter method exploits a feature
13375         of GCC that is not ANSI compliant.
13377 Thu May 12 13:44:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13379         * decl.c (pushdecl_force_head): New function.
13380         (pushlevel): Removed conditional printf.
13381         (complete_start_java_method): Don't enter local variable scope if
13382         function is compiled from source code.
13383         * expr.c: parse.h now included
13384         (java_lang_expand_expr): New function.
13385         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
13386         printf. Terminate buffer when doing directories.
13387         * jcf-parse.c (parse_source_file): Call lang_init_source before
13388         parsing and before code generation.
13389         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
13390         use printf if the macro is defined.
13391         * lang.c (lang_init): Install lang_expand_expr hook on
13392         java_lang_expand_expr.
13393         (java_dummy_print): New function.
13394         (lang_init_source): New function.
13395         * lex.c (java_lex): Remember location of an opening brace at the
13396         second nesting level.
13397         (java_is_eol): Unget character seen after a CR if it is EOF.
13398         * parse.h: Now includes lex.h
13399         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
13400         printf if the macro is defined.
13401         (expand_start_java_method, build_expr_block, enter_block,
13402         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
13403         New static function declarations.
13404         (pushdecl_force_head): New extern function declaration.
13405         (INCOMPLETE_TYPE_P): New macro.
13406         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
13407         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
13408         BLOCK_EXPR_ORIGIN): New macros.
13409         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
13410         DECL_SOURCE_LINE_LAST): New macros.
13411         (struct parser_ctxt): Removed field current_method_decl, redundant
13412         with the field current_function_decl. Added fields
13413         first_ccb_indent1 and pending_block.
13414         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
13415         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
13416         tagged <node>
13417         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
13418         (compilation_unit:): Cosmetic on sub rule.
13419         (type_declaration:): Cosmetic on sub rules. Added an error rule.
13420         (variable_initializer:): Installed default rule on expression:.
13421         (method_declaration:): method_header: starts a new
13422         method. method_body: installs the function body, absorbs blocks
13423         emitted for temporary variable scopings, pops function's body block
13424         and merges function's last statement lineno in DECL_SOURCE_LINE.
13425         (method_body:): Installed default rules.
13426         (block:): Call enter_block when an opening brace is seen.  Absorb
13427         scoping blocks and call exit_block when a closing brace is seen.
13428         (block_statement:): Cosmetic changes.
13429         (method_invocation:): Create WFL around CALL_EXPR node.
13430         (patch_stage): Added comment around definition.
13431         (method_header): Try to use first_ccb_indent1 as the first line of
13432         the method, so BP debug info are emitted at the first opening
13433         brace of the function. If the function has no body, use the
13434         location of the function's name. Override currently defined method
13435         name with the matching WFL so we can point redefinition errors
13436         using the location where the function's name was declared.
13437         (check_abstract_method_header): Interprets DECL_NAME as an
13438         identifier or as a WFL, accordingly.
13439         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
13440         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
13441         location and name information out of it and reinstall DECL_NAME to
13442         its original identifier node value.
13443         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
13444         function's source code).
13445         (read_import_dir): Test the value returned by find_class and issue
13446         a fatal accordingly.
13447         (declare_local_variables): Push a new block for the scope of the
13448         new variable(s) if code has been already generated at that nesting
13449         level. Pinpoint redefinition errors using the variable id
13450         WFLs. Generate initialization code if necessary. If the variable
13451         type is incomplete, register a patch on its decl.
13452         (source_start_java_method): Rewritten. Define a new block for the
13453         function's parameters. Build parameter decl out of function's
13454         arguments and register them for a patch if their types are
13455         incomplete.
13456         (expand_start_java_method): Includes the part of
13457         source_start_java_method that was pushing the parameter decls and
13458         completing the method start code.
13459         (source_end_java_method): Removed call the expand_end_bindings and
13460         poplevel (already taken care of). Reinstall function's arguments
13461         and get function's last line of code before calling
13462         expand_function_end.
13463         (java_method_add_stmt): New comment before the function's
13464         code. Complement the second operand of the current COMPOUND_EXPR
13465         if necessary.
13466         (java_complete_expand_methods): Don't generate debug info on line
13467         zero when expanding a generated constructor.
13468         (java_complete_expand_method): Set start and end line numbers for
13469         a artificially generated constructor to one and manually call
13470         enter_block and exit_block when defining it. For all methods:
13471         expand function's start calling the new expand_start_java_method
13472         and invoke java_complete_tree on the effective method's body, if
13473         any.
13474         (resolve_expression_name): Now use lookup_name_in_blocks to search
13475         local variable decls and print out an error when variables are
13476         undefined.
13477         (patch_method_invocation_stmt): Inserted comment before the
13478         function's code.
13479         (lookup_method_invoke): Chain method's arguments using chainon
13480         with the current arg list as a second argument. Inserted missing
13481         IDENTIFIER_POINTER when reporting an error on methods not found.
13482         (refine_accessible_methods_list): Don't retain constructors.
13483         (patch_arguments): Function removed.
13484         (java_complete_tree): Inserted comment before the function's
13485         code. New case for BLOCKs. Moved the WFL case a bit
13486         further. Complete function's arguments.
13487         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
13488         maybe_absorb_scoping_blocks): New functions.
13490 Mon Apr 27 10:50:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13492         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
13493         previously set.
13494         * jcf-parse.c (parse_source_file, java_error_count): New forward
13495         and extern declarations.
13496         (java_parse_abort_on_error): Macro moved.
13497         (jcf_parse_source): fatal called if fopen fails. Now calls
13498         parse_source_file.
13499         (parse_source_file): New parse_only parameter. Reflects the
13500         elimination of the second pass.
13501         (yyparse): parse_source_file called with argument set to 0.
13502         * jcf.h (JCF_ZERO): Sets java_source to zero.
13503         * lex.c (java_init_lex): pass argument is gone. Function modified
13504         to be called once during the analysis of a file.
13505         (java_unget_unicode): Fixed typo in fatal message.
13506         (java_get_line_col): Likewise.
13507         (java_lval): Likewise. String literals no longer built during
13508         second pass.
13509         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
13510         account.
13511         * parse.h (MODIFIER_WFL): New macro.
13512         (parse_check_super, parser_check_super_interface): Now return int.
13513         (parser_chain_incomplete_item, not_builtin_p,
13514         complete_method_decl): Declarations removed.
13515         (build_method_invocation_stmt, build_invoke): Renamed using the
13516         `patch' instead of `build'
13517         (register-incomplete_type, obtain_incomplete_type,
13518         java_complete_tree, java_complete_expand_method,
13519         unresolved_type_p, create_jdep_list): New function declarations.
13520         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
13521         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
13522         (jdep): New typedef on new struct _jdep.
13523         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
13524         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
13525         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
13526         JDEP_RESOLVED_P): New macros.
13527         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
13528         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
13529         JDEP_VARIABLE): New enum values and jdep kinds.
13530         (jdeplist): New typedef on struct _jdeplist.
13531         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
13532         macros.
13533         (CALL_EXPR_PRIMARY): New macro.
13534         (struct parser_ctxt): Fields java_pass, current_method_decl,
13535         method_decl_list deleted. New field jdeplist.
13536         (INCOMPLETE_P): Macro deleted.
13537         * parse.y (single_type_import_declaration:): Removed pass switch.
13538         (type_import_on_demand_declaration): Likewise.
13539         (field_declaration:): Removed pass switch on all sub rules.
13540         (class_declaration:): Call the complete_class_decl removed on
13541         class_body rules.
13542         (method_declaration:): Removed second pass switch. No longer chain
13543         methods decl when method_header reduced.
13544         (method_header:): Sub rules no longer depend on pass switch.
13545         (method_declarator:): Likewise.
13546         (method_body:): Likewise.
13547         (abstract_method_declaration:): Likewise.
13548         (block_statement:): Likewise.
13549         (local_variable_declaration:): Likewise.
13550         (argument_list:): Likewise.
13551         (method_invocation:): Likewise. Call to build_method_invocation_stmt
13552         removed. Partial CLASS_EXPR tree node built instead.
13553         (postfix_expression:): Removed pass switch on all sub rules.
13554         (java_pop_parser_context): Free classd_list content.
13555         (yyerror): Call obstrack_grow0 to finalize error message.
13556         (check_class_interface_creation): Comment modified to reflect new
13557         returned value meaning. Removed second pass switch. Return 1 if an
13558         error was found, 0 otherwise. Adjust pointer on filename if a
13559         leading path separator was found.
13560         (maybe_create_class_interface_decl): Removed first pass switch
13561         when linking the class decl to the class_list. Install a new
13562         jdep_list for the class.
13563         (add_superinterfaces): List of unresolved interfaces is
13564         gone. Unresolved interfaces are directly added to the current
13565         dependencies list.
13566         (create_interface): Second pass shortcut removed.
13567         ctpx->modifier_ctx access through MODIFIER_WFL.
13568         (create_class): Second pass shortcut removed. Call to
13569         register_incomplete_type replaces the call to
13570         parser_chain_incomplete_item.
13571         (complete_class_decl): Function removed.
13572         (duplicate_declaration_error): New way of retrieving redeclared
13573         item type.
13574         (register_fields): Call to lookup_modifier_cl replaced by
13575         MODIFIER_WFL. New way of handling unresolved type, using
13576         unresolved_type_p and obtain_incomplete_type.
13577         register_incomplete_type replaces call to parser_chain_incomplete_item.
13578         (patch_stage): New static global variable.
13579         (method_header): New way of handling unresolved type, using
13580         unresolved_type_p and obtain_incomplete_type. patch_stage used to
13581         indicates that the method decl needs to be patched.
13582         (check_abstract_method_header): Call to lookup_modifier_cl
13583         replaced by MODIFIER_WFL.
13584         (method_declarator): Incomplete argument type are registered
13585         calling register_incomplete_type. Patch on the declared method is
13586         issued in that case.
13587         (unresolved_type_p): New function.
13588         (parser_check_super_interface): New comment to reflect function's
13589         modified returned type (int). Function and has a new argument
13590         this_wfl. Call to parse_error_context uses this_wfl instead of
13591         relying on lookup_cl.
13592         (parser_check_super): Comment reflects function's new returned
13593         type (int). Function returns nonzero value on error.
13594         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
13595         register_incomplete_type, jdep_resolve_class): New functions to
13596         handle incomplete types in declarations.
13597         (java_complete_class): Rewritten to work with the new incomplete
13598         type handling scheme.
13599         (complete_class_report_errors): Likewise.
13600         (complete_method_decl): Removed: it jobs is now handled by
13601         java_complete_class.
13602         (do_resolve_class): Class loaded in not already loaded and not
13603         found in Java source code.
13604         (java_check_regular_methods, java_check_abstract_methods): Don't
13605         call complete_method_decl anymore.
13606         (lookup_modifier_cl, not_builtin_p): Functions deleted.
13607         (read_import_dir): Got rid of the pass number dependency.
13608         (declare_local_variables): New handling of unresolved types (patch
13609         issued).
13610         (source_start_java_method): New parameter level. Function called
13611         with level set to 1 when argument types are potentially
13612         unresolved.  Called to complete the job with level set to 2 once
13613         types are complete.
13614         (source_end_java_method): Call to permanent_allocation
13615         removed. Waiting to be replaced by a more suitable obstack
13616         management.
13617         (java_complete_expand_methods, java_complete_expand_method,
13618         java_expand_finals): New functions.
13619         (build_method_invocation_stmt): Renamed
13620         patch_method_invocation_stmt. Extracts function call expression
13621         (wfl) and arguments (args) from CALL_EXPR tree operands.
13622         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
13623         call. Patch the function and argument operand of the CALL_EXPR
13624         tree argument.
13625         (patch_argument, java_complete_tree): New functions.
13627 Mon Apr 20 18:26:57 1998  Per Bothner  <bothner@cygnus.com>
13629         Recover from missing fields and methods (i.e. error instead of fatal).
13630         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
13631         * expr.c (expand_invoke):  Recover from missing method.
13632         (expand_java_field_op):  Recover from missing field.
13633         Inline references to java.lang.{Integer,Char,...}.TYPE.
13634         * typeck.c (get_type_from_signature), java-tree.h:  New function.
13635         * class.c (add_method):  Use get_type_from_signature.
13636         (build_class_ref):  Handle a class that was not found.
13637         * typeck.c (convert):  Handle conversion to pointers (for convenience).
13638         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
13639         instead of lookup_field to handle missing fields.
13641         * jcf-parse.c (process_zip_dir):  Set java_source.
13643 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
13645         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
13647 Tue Apr 14 15:59:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13649         * jcf-parse.c (load_class): Don't change input_filename before
13650         calling jcf_parse_source (but still do it before calling
13651         jcf_parse).
13652         (jcf_parse_source): Assign input_filename after having saved the
13653         parser context.
13654         * lex.c (java_init_lex): Chain a WFL node to the import on demand
13655         list. ctxp->modifier_ctx zeroed according to its new
13656         definition. ctxp->filename initialized. Removed
13657         JAVA_MODIFIER_CTX_UNMARK.
13658         (java_unget_unicode): Update the character based column position.
13659         (java_allocate_new_line): ref_count not used anymore. Always free
13660         ctxp->p_line. Initialize c_line->char_col to 0.
13661         (java_get_unicode): Update the character based column position.
13662         (java_lex): Use ctxp->elc to store current position in source
13663         file, at the beginning of the parsed token. Set modifier_ctx entry
13664         corresponding to the parse modifier to a WFL node. Return a WFL
13665         node when an identifier is parsed.
13666         (java_lex_error): Now uses ctxp->elc to store current position in
13667         source.
13668         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
13669         * lex.h (build_wfl_node): New function definitions.
13670         (struct java_line): ref_count and next fields are gone. New field
13671         char_col.
13672         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
13673         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
13674         (JAVA_COLUMN_DELTA): New macro.
13675         (java_lc): New typedef on new struct _java_lc.
13676         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
13677         (parse_error_context, parse_warning_context): Changed prototypes.
13678         (java_get_line_col): Added as an available global function.
13679         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
13680         (IC_DECL): Replaced by macro IC_TYPE
13681         (DEPEND_WFL): New macro.
13682         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
13683         wrong modifier.
13684         (exit_java_complete_class): Removed a commented out statement.
13685         (struct parser_ctxt): Added comments on fields. modifier_ctx is
13686         now an array of tree nodes. Deleted fields line_list and
13687         e_line. New field elc, to replace e_line.
13688         * parse.y (array_type:): Build WFL node.
13689         (qualified_name:): Build a single WFL node out of two. Retain
13690         the location information of the first node in the resulting node.
13691         (package_declaration:): Use package name as a WFL node
13692         (single_type_import_declaration:): Use imported name as a WFL node.
13693         (type_import_on_demand_declaration:): Use root of the imported
13694         packages as a WFL node.
13695         (field_declaration:): Removed unused local variable cl.
13696         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
13697         (yyerror): New static elc. Removed static error_line, error_pos.
13698         New local code_from_source. Save ctxp->elc into elc at the first
13699         pass. Call java_get_line_col to get a string of the line where
13700         the error occurred.
13701         (debug_line): Removed static function.
13702         (parse_error_context, parse_warning_context): Parameter cl is now
13703         a WFL node. Use its value to initialize ctxp->elc.
13704         (redefinition_error): Parameter cl is now a WFL node.
13705         (parse_add_interface): New parameter wfl. No longer call
13706         lookup_cl, use wfl instead.
13707         (check_class_interface_creation): Parameter cl is now a WFL node.
13708         (maybe_create_class_interface_decl): Likewise.
13709         (add_superinterfaces): New function.
13710         (create_interface): Removed local cl, node, super_decl,
13711         super_decl_type.  Function now uses id as a WFL node. Better
13712         warning/error report on obsolete or forbidden mix of
13713         modifiers. Now calls add_superinterfaces to register interfaces.
13714         (create_class): Removed local cl, node. Local variable id is used
13715         as a WFL node. Better error report on forbidden modifier
13716         mix. Uses add_superinterfaces to register interfaces.
13717         (find_field): Argument cl is now a WFL node. Now store the WFL
13718         node of a fields that needs to be checked for their
13719         initialization.
13720         (method_header): Local variable node non longer used. Local
13721         variable id replaces cl.
13722         (check_modifiers_consistency): Local variable cl is now a WFL
13723         node.
13724         (method_declarator): Local variable cl replaced by parameter id.
13725         (parser_qualified_name): Now uses parameter name as a WFL node.
13726         (parser_check_super_interface): New parameter wfl, for achieve
13727         greater accuracy during error reports.
13728         (parser_chain_incomplete_item): New parameter named location. Used,
13729         along the decl, to construct the incomplete item node.
13730         (java_complete_class): resolve_class now uses WFL node extracted
13731         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
13732         where appropriate.
13733         (complete_method_decl): Unresolved function's argument types are WFL.
13734         (resolve_class): Parameter cl is now a WFL node.
13735         (resolve_and_layout): Likewise.
13736         (do_resolve_class): Likewise. Try first to use cl and then do the
13737         lookup on the decl when calling check_pkg_class_access.
13738         (complete_class_report_errors): Use IC_TYPE in place of
13739         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
13740         instead of doing a lookup over the decl.
13741         (java_check_final): Use WFL info from field tree list.
13742         (lookup_cl): Rewritten and returns a statically defined WFL node.
13743         (lookup_modifier_cl): Now uses information from WFL nodes.
13744         (process_imports): Likewise.
13745         (read_import_dir): name and cl arguments replaced by a single WFL
13746         node. Function modified accordingly.
13747         (find_in_imports_on_demand): Now uses WFL node.
13748         (check_pkg_class_access): cl argument is now a WFL node.
13749         (declare_local_variables): Fixed to use WFL nodes.
13750         (resolve_expression_name): Likewise.
13751         (build_method_invocation_stmt): name_combo argument renamed
13752         wfl. Function modified to use WFL nodes.
13753         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
13754         (lookup_method_invoke): cl is now a WFL node. Added missing
13755         IDENTIFIER_POINTER to class type decl name.
13757 Tue Apr 14 15:23:29 1998  Dave Brolley  <brolley@cygnus.com>
13759         * lang.c (init_parse): Now returns char* containing the filename.
13761 Fri Apr 10 11:36:04 1998  Per Bothner  <bothner@cygnus.com>
13763         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
13765         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
13766         * class.c (make_class_data):  If flag_assume_compiled, initial class
13767         state is CSTATE_PREPARED; make superclass and interfaces direct
13768         references, rather than constant pool indexes.
13770 Thu Apr  9 16:10:56 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13772         * parser.y: Include flags.h. Removed debug variable pl.
13773         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
13774         (block:): Likewise.
13775         (labeled_statement_nsi:): Generate debug info when reducing
13776         expression_statement:.
13777         (check_pkg_class_access): get_access_flags_from_decl invokation
13778         fixed for new CLASS_* flags location.
13779         (source_end_java_method): Save/restore parser context when
13780         entering/leaving this routine. Restore lineno to its right value
13781         before calling expand_end_bindings.
13782         (build_method_invocation_stmt): build_invoke called with the
13783         current line information.
13784         (build_invoke): New argument cl. Wrap the function call around a
13785         wfl node.
13786         (refine_accessible_methods_list): Changed comment, removed
13787         unnecessary code.
13788         * parse.h: Fixed typo in comments.
13789         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
13790         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
13791         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
13792         parser_ccb_indent.
13793         * lex.c (java_lex): Record the last closing curly bracket of a
13794         function.
13795         * jcf-parse.c (jcf_parse_source): Now calls
13796         java_check_methods. Clarified comment, fixed typo.
13798 1998-04-09  Dave Brolley  <brolley@cygnus.com>
13800         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
13801         (finish_parse): Expose for non USE_CPPLIB builds.
13803 Wed Apr  8 13:06:23 1998  Jeffrey A Law  (law@cygnus.com)
13805         * lang.c (lang_print_xnode): New function.
13807 Fri Apr  3 13:22:41 1998  Per Bothner  <bothner@cygnus.com>
13809         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
13810         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
13811         used to build a class's dispatch table.
13812         (make_class_data):  Generate dispatch table if flag_assume_compiled.
13813         Set dtable of class object to address of class_dtable_decl.
13815         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
13816         be volatile and have side effects - generates better code.
13818         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
13819         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
13821         * expr.c (expand_invoke):  If class is final, method is
13822         effectively final, so can call it directly.
13824         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
13826         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
13828 Thu Mar 19 16:59:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13830         * parse.y (build_method_invocation_stmt): Removed extra argument
13831         to build_invoke.
13833 Mon Mar 16 17:25:19 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13835         * expr.c (dtable_indent): Now static global.
13836         (expand_invoke): Now call invoke_build_dtable and
13837         build_invokevirtual.
13838         (invoke_build_dtable, build_invokevirtual): New functions.
13839         * jcf-io.c (find_class): Defer issuing a warning by setting
13840         jcf->outofsynch to 1.
13841         * jcf-parse.c (jcf_out_of_synch): New function.
13842         (load_class): Test this_jcf.outofsynch flag and call
13843         jcf_out_of_synch accordingly.
13844         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
13845         comment indentation.
13846         * lex.c (java_get_unicode): Fixed code indentation.
13847         (java_lex): Create string literal. Fixed typo. Removed several
13848         premature obstack_free.
13849         * parse.h: New enums for name resolution and invocation mode.
13850         (struct qualification): New data structure.
13851         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
13852         (do_resolve_class, build_method_invocation_stmt,
13853         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
13854         debug_line, identical_subpath_p, invocation_mode,
13855         refine_accessible_methods_list, build_invoke,
13856         lookup_method_invoke): New functions declared.
13857         (build_invokevirtual, invoke_build_dtable, match_java_method,
13858         build_field_ref, jcf_out_of_synch): New references to external
13859         functions.
13860         (struct parse_ctxt): Removed artificial_constructor field.
13861         * parse.y: (array_type:): Type defined for this rule.
13862         (class_type:): Installed default rule for interface_type:.
13863         (array_type:): Now build Java array type.
13864         (qualified_name:): Now use obstack_grow0.
13865         (method_declaration:): Skip the artificial constructor added to
13866         the list, if any.
13867         (abstract_method_declaration:): Execute the code only during pass 1.
13868         (block:): Installed default rule in block_statements:.
13869         (block_statement:): Add the statement to the method during pass 2.
13870         (statement_expression): Installed default rule for
13871         method_invocation:.
13872         (argument_list:): Added code to build the argument list.
13873         (method_invocation:): Added call to create the method invocation
13874         node.
13875         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
13876         (debug_line): New function for debug.
13877         (complete_class_decl): No longer do something during pass 1.
13878         (method_header): Use BUILD_PTR_FROM_NAME.
13879         (parser_qualified_classname): Use obstack_grow0. Removed bogus
13880         obstack_free.
13881         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
13882         function's main comment.
13883         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
13884         classes.
13885         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
13886         (resolve_class): Now works with arrays.
13887         (do_resolve_class, resolve_and_layout): New functions.
13888         (java_check_regular_methods): Reverse method list before and after
13889         having processed it. No longer set ctxp->artificial_constructor.
13890         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
13891         accordingly. Fixed typo in issued error message. Now use
13892         obstack_grow0.
13893         (find_in_imports_on_demand): Now use obstack_grow0.
13894         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
13895         (source_end_java_method): Call expand_expr_stmt instead of
13896         expand_expr. Calls it before calling expand_function_end.
13897         (java_method_add_stmt): Do nothing if errors were found during
13898         parsing.
13899         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
13900         (build_method_invocation_stmt, build_invoke, invocation_mode,
13901         lookup_method_invoke, refine_accessible_methods_list,
13902         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
13903         New functions.
13904         * typeck.c (build_java_signature): Properly end method signature
13905         if return type skipped.
13906         (match_java_method): New function.
13908 Mon Mar 16 10:40:47 1998  Per Bothner  <bothner@cygnus.com>
13910         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
13912 Wed Feb 25 08:55:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13914         * expr.c (build_invoke_non_interface): New function.
13915         (methods_ident, ncode_ident): Now static globals.
13916         (expand_invoke): Use build_invoke_non_interface.
13917         * java-tree.h (struct lang_decl): New field function_decl_body.
13918         (DECL_FUNCTION_BODY): New macro.
13919         * jcf-parse.c (jcf_parse_source): Deeper check before setting
13920         CLASS_FROM_SOURCE_P.
13921         (parse_source_file): Fixed typos. Call java_layout_parsed_class
13922         before starting pass 2. Call to java_generate_parsed_class replaced
13923         by java_register_parsed_class.
13924         * lex.c: Fixed typo in header. Some line width related formating.
13925         * lex.h: Some line width related formating.
13926         * parse.h (source_end_java_method, resolve_expression_name,
13927         complete_class_decl, maybe_create_class_interface_decl,
13928         check_class_interface_creation): New static function declarations.
13929         (java_layout_parsed_class, java_method_add_stmt): New function
13930         declarations.
13931         (struct parser_ctxt): Field mark_class_generate removed. New
13932         fields class_list and artificial_constructor.
13933         * parse.y: Fixed typo in header.
13934         (class_declaration:): Call complete_class_decl when class body
13935         parsed.
13936         (method_declaration:): Call source_end_java_method in pass 2 when
13937         the method body is defined.
13938         (postfix_expression:): Do expression name resolution on sub-rule
13939         name during pass 2.
13940         (create_class, create_interface): Merged common pieces.
13941         (check_class_interface_creation, maybe_create_class_interface_decl):
13942         New functions.
13943         (complete_class_decl): New function.
13944         (register_fields): Fixed line width related typo.
13945         (method_header): Correctly skip first argument when fixing
13946         argument line. Changed the loop.
13947         (java_check_circular_reference): Now use ctxp->class_list.
13948         (java_complete_class): Removed start/stop marking.
13949         (java_check_regular_methods): Now takes a class decl as an
13950         argument.  Add default constructor if none were encountered.
13951         (java_check_methods): Now use ctxp->class_list. Changed call to
13952         java_check_regular_methods.
13953         (source_start_java_method): Set DECL_ARG_TYPE for each function
13954         arguments.
13955         (source_end_java_method, java_method_add_stmt): New functions.
13956         (java_generate_parsed_class): No longer exists.
13957         (java_layout_parsed_class, java_register_parsed_class): New functions.
13958         (resolve_expression_name): New function.
13960 Thu Feb 12 11:54:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13962         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
13963         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
13964         until pass initializations are done. Call read_import_dir with
13965         pass set to 0.
13966         * parse.h: (lookup_modifier_cl): New function declared.
13967         (INTERFACE_FIELD_MODIFIERS): New macro.
13968         (OBSOLETE_MODIFIER_WARNING): New macro.
13969         * parse.y: (register_fields): Class type and current field name in
13970         local variables. Check modifier(s) if adding field(s) to an interface.
13971         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
13972         and report errors using the faulty modifier line context.
13973         (lookup_modifier_cl): New function.
13974         (read_import_dir): Detect and report default import processing
13975         failure.
13977 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
13979         Add a pair of -fassume-compiled/-fno-assume-compiled options.
13980         * class.c (is_compiled_class): Return 1 after making sure it
13981         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
13982         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
13983         * java-tree.h (flag_assume_compiled): Add decl.
13984         * lang.c (lang_f_options): Add the flag.
13985         (flag_assume_compiled): Add decl, default to 0.
13987 Wed Feb 11 11:27:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13989         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
13990         (is_compiled_class): Likewise.
13991         (layout_class): Likewise.
13992         (layout_class): Detect and lay out classes defined in source code.
13993         (interface_of_p, add_interface_do, may_add_interface): New
13994         function.
13995         (add_interface): Now use add_interface_do.
13996         (add_method_1): New function.
13997         (add_method): Now use add_method_1.
13998         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
13999         (complete_start_java_method): New function.
14000         (start_java_mehod): Now call complete_start_java_method.
14001         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
14002         (expand_invoke): Likewise and fixed typo.
14003         *gjava.c: (print_super_field): Use new argument to find_class
14004         DO_CLASS_FILE.
14005         (main): Likewise.
14006         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
14007         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
14008         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
14009         IDENTIFIER_NODE.
14010         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
14011         (add_method_1, push_class): New prototypes.
14012         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
14013         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
14014         directory where the class was found.
14015         (find_class): New argument DO_CLASS_FILE. Function find_class
14016         modified accordingly.
14017         *jcf-parse.c: (fix_class_path): New function.
14018         (load_class): Use new VERBOSE argument. load_class now finds and
14019         loads/parses .class/.java files. Save read_state of current_jcf
14020         if necessary.
14021         (java_parser_abort_on_error): New macro.
14022         (jcf_parse_source, parse_source_file): New function.
14023         (jcf_parse): Fixed typo.
14024         (yyparse): Call parse_source_file () only.
14025         (process_zip_dir): Fixed typo, fix zdir->filename_length when
14026         writing the real class name back in the zip directory entry.
14027         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
14028         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
14029         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
14030         (find_class): Prototype fixed.
14031         *lex.c: Added 1998 time stamp.
14032         Removed all static global variables, moved into the parser
14033         context data structure.. Now include unistd.h if SEEK_SET not
14034         defined.
14035         (java_init_lex): Rewritten.
14036         (java_sneak_unicode): Modified current unicode access in current line.
14037         (java_unget_unicode): Likewise.
14038         (java_allocate_new_line): New allocation management.
14039         (java_read_char): Modified access and storage of unget_utf8_value.
14040         New way of processing current unicode.
14041         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
14042         (java_get_unicode): Now use the parser context.
14043         (java_lineterminator): Likewise.
14044         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
14045         of the reentrant parser implementation. Function now use the
14046         parser context data structure and java_lval. Fixed production of
14047         the float and double constant "out of range" error message. Fixed
14048         obstack use. Return integer value when hitting a modifier. Now
14049         return type for TRUE, FALSE and other predefined types. Return
14050         identifier as a TREE_LIST list containing the current line context
14051         as the TREE_VALUE sub-node.
14052         (java_unicode_2_utf8): Fixed typo in declaration.
14053         (java_lex_error): Now use the parser context data structure.
14054         *lex.h: Added 1998 time stamp.
14055         (struct java_line): New fields ref_count and next.
14056         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
14057         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
14058         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
14059         *parse.h: Added 1998 time stamp.
14060         (java_parse_source_file): Renamed from parse_source_file.
14061         (YYERROR_NOW, YYNOT_TWICE): Fixed.
14062         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
14063         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
14064         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
14065         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
14066         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
14067         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
14068         (struct parser_ctxt): New data structure to keep the parser context.
14069         *parse.y: Added 1998 time stamp, got rid of static global variables.
14070         (java_error_count, ctxp): New global variables.
14071         (%union): New value field.
14072         (numeric_type, integral_type): Rules removed.
14073         (primitive_type): Rule defined to handle integral, float, double and
14074         boolean types.
14075         (qualified_name, package_declaration,
14076         single_type_import_declaration, type_import_on_demand_declaration,
14077         modifiers, class_declaration, super, interfaces,
14078         interface_type_list, class_body, field_declaration,
14079         field_declaration, variable_declarators, variable_declarator,
14080         variable_declarator_id, method_declaration, method_header,
14081         formal_parameter_list, formal_parameter, method_body, block,
14082         static, interface_declaration, extends_interfaces,
14083         abstract_method_declaration, local_variable_declarators): Rules now
14084         define actions.
14085         (force_error, do_warning): New global statics.
14086         (push_parser_context, parser_context_save_global,
14087         parser_context_restore_global, pop_parser_context): New functions.
14088         (yyerror): Now uses the global parser context. Fixed use of obstack.
14089         (parse_error, parse_error_context, parse_warning_context,
14090         java_accstring_lookup, redefinition_error, check_modifiers,
14091         parser_add_interface, create_interface, create_class, find_field,
14092         duplicate_declaration_error, register_fields, method_header,
14093         check_modifiers_consistency, check_abstract_method_header,
14094         method_declarator, parser_qualified_classname,
14095         parser_check_super_interface, parser_check_super,
14096         parser_chain_incomplete_item, java_check_circular_reference,
14097         layout_class_from_source, java_complete_class,
14098         complete_method_decl, resolve_class, complete_class_report_errors,
14099         java_check_final, check_method_redefinition,
14100         java_check_regular_methods, java_check_abstract_methods,
14101         java_check_methods, lookup_java_interface_method2,
14102         lookup_java_method2, lookup_cl, find_name_in_single_imports,
14103         process_imports, find_in_imports, read_import_entry,
14104         read_import_dir, find_in_imports_on_demand,
14105         check_pkg_class_access, not_builtin_p, declare_local_variables,
14106         source_start_java_method, java_generate_parsed_class): New
14107         functions.
14108         *typeck.c: (signature_include_return): New global variable.
14109         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
14110         to add the function returned type in the signature.
14112 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
14114         * jcf-io.c (open_in_zip): Use strncmp and LEN.
14116 Thu Jan 29 16:12:13 1998  Dave Brolley  <brolley@cygnus.com>
14118         * Make-lang.in (java.info): Added.
14119         (java.install-info): Added
14121 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
14123         * Makefile.in (clean): Also remove java/parse.c.
14125 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
14127         Add a pair of -fbounds-check/-fno-bounds-check options.
14128         * lang.c (lang_decode_option): Add code to grok arguments.
14129         (flag_bounds_check): Add decl.
14130         (lang_f_options): New array w/ the option in it.
14131         * java-tree.h (flag_bounds_check): Add decl.
14132         * lang-options.h: New file.
14133         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
14134         of a static macro value.
14135         (JAVA_ARRAY_EXCEPTION): Delete macro.
14137 Fri Jan 23 14:19:47 1998  Per Bothner  <bothner@cygnus.com>
14139         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
14140         * expr.c (build_anewarray):  Add missing promote_type.
14142 Thu Jan 22 17:43:45 1998  Per Bothner  <bothner@cygnus.com>
14144         Add array types with known length to optimize bounds checking.
14145         * typeck.c (build_java_array_type):  Take length parameter.
14146         (java_array_type_length, build_prim_array_type):  New functions.
14147         * java-tree.h:  Update for new functions.
14148         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
14149         * class.c:  Use build_prim_array_type.
14150         * expr.c (can_widen_reference_to):  Handle known-length array types.
14151         (verify_jvm_instructions):  Keep track of integer push instructions
14152         followed by newarray/anewarray, so we can build known-length arrays.
14153         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
14154         (java_array_data_offset):  New function.
14155         (build_java_array_length_access):  New function.  Optimize if constant.
14156         (build_java_arrayaccess):  Constant fold bounds check.
14157         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
14158         (build_newarray, build_anewarray):  New functions.
14159         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
14160         * verify.c (merge_types):  Handle known-lengh array types.
14162 Mon Jan 19 13:09:25 1998  Per Bothner  <bothner@cygnus.com>
14164         * expr.c (expand_byte_code):  Fix performace bug, which caused
14165         searching linenumber_table to be linear rather than constant.
14167 Fri Dec 12 19:18:42 1997  Per Bothner  <bothner@cygnus.com>
14169         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
14171         * decl.c, java-tree.h (soft_fmod_node):  New global.
14172         * decl.c (init_decl_processing):  Define __builtin_fmod.
14173         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
14174         using __builtin_fmod.
14176 Thu Dec  4 13:22:59 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14178         * keyword.h: New file, output of keyword.gperf as processed by
14179         gperf.
14180         * lex.c (java_lex_init): Initialize java_error_flag.
14181         * parse.c (YYERROR_NOW): Uses java_error_flag.
14182         * parse.y: New static java_error_flag. Useless definition of
14183         buffer_error gone.
14184         * parse.y (java_error): Portable error recovery using
14185         java_error_flag (not yet completely tuned).
14187 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
14189         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
14191 Wed Dec  3 18:37:42 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14193         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
14194         (parse.c, lex.c, keyword.h): New rules for Java source code
14195         front-end.
14196         * parse.c: Renamed into jcf-parse.c.
14197         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
14198         * keyword.gperf: New file, Java keywords.
14199         * parse.y: New file, Java language grammar.
14200         * parse.h: New file, Java language grammar definitions.
14201         * lex.c: New file, Java language lexer.
14202         * lex.h: New file, Java language lexer definitions.
14204 Wed Dec  3 17:00:17 1997  Per Bothner  <bothner@cygnus.com>
14206         * decl.c (clinit_identifier_node), java-tree.h:  New global.
14207         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
14208         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
14209         * expr.c (expand_java_field_op):  Check for invalid assignment
14210         to final field.
14212         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
14214 Mon Oct 27 17:46:36 1997  Per Bothner  <bothner@cygnus.com>
14216         * verify.c (verify_jvm_instructions):  When processing a handler,
14217         attempt to set the current_subr to the right value.
14218         (More complicated code combines Sep 17 and Oct 22 versions.)
14220 Fri Oct 24 11:36:54 1997  Per Bothner  <bothner@cygnus.com>
14222         * class.c (push_class):  Figure out (guess) name of source file.
14223         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
14224         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
14225         (parse_class_file):  Change return type from int to void.
14226         Call debug_start_source_file/debug_end_source_file.
14228         * expr.c (build_java_binop):  Fix masking 2nd operand.
14229         * decl.c (init_decl_processing):  Set sizetype first.
14231 Wed Oct 22 19:39:05 1997  Per Bothner  <bothner@cygnus.com>
14233         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
14234         (Revert Sep 17 change.)
14236 Tue Oct 21 15:09:02 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14238         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
14239         .class extension in their name and fix thing so we don't process
14240         them parse_zip_file_entries().
14241         (parse_zip_file_entries): Cleaned unused local variables.
14243 Mon Oct 20 14:52:42 1997  Per Bothner  <bothner@cygnus.com>
14245         * expr.c (can_widen_reference_to):  Allows equal array element types.
14246         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
14247         * jcf-dump.c (RET):  Get (and print) index.
14249         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
14250         Promote element type to POINTER_TYPE.
14252 Mon Oct 20 13:40:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14254         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
14255         find_in_current_zip, jcf_figure_file_type): Moved from
14256         jcf-reader.c to parse.c.
14257         * zextract.c: (read_zip_archive): takes file_comment_length possible
14258         field into account.
14260 Mon Oct 20 11:45:06 1997  Per Bothner  <bothner@cygnus.com>
14262         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
14264         * verify.c (merge_types):  Handle array types even better ...
14266 Fri Oct 17 15:56:37 1997  Per Bothner  <bothner@cygnus.com>
14268         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
14270         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
14271         * class.c (make_class_data):  Don't build fields_decl if no fields.
14272         When building fields_decl, skip if DECL_ARTIFICIAL.
14274         * expr.c (java_stack_swap):  Update stack_type_map.
14275         * verify.c (merge_types):  Handle array types better.
14277 Wed Oct 15 18:09:45 1997  Per Bothner  <bothner@cygnus.com>
14279         * class.c (add_field):  Don't promote short integral fields to
14280         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
14281         * expr.c (push_value):  Promote and convert short integral values.
14283         * decl.c, java-tree.h (integer_two_node):  New constant node.
14284         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
14286 Wed Oct 15 17:04:50 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14288         * class.c (append_gpp_mangled_type): Use function argument
14289         unpromoted type to generate mangled name.
14291 Mon Oct 13 16:52:55 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14293         * constants.c (build_constant_data_ref): Now uses current_class
14294         instead of main_class.
14295         (build_constants_constructor): Now uses current_class instead of
14296         main_class.
14297         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
14298         of the global variable SeepZipFiles done here.
14299         * zextract.c (read_zip_archive): extra_field optional field taken
14300         into account while computing the position of the class file in the
14301         archive.
14302         * verify.c (verify_jvm_instructions): Use current_jcf to search
14303         the constant pool.
14304         * parse.c (load_class): First search for the class to load in the
14305         current zip file. Saves current_jcf (restored before returning
14306         from that function). Don't call JCF_FINISH in the class was found
14307         in the current ZIP file.
14308         (jcf_parse): If the class was found in the current ZIP file, save
14309         its tree_constant_pool (for later reuse).
14310         (parse_class_file): New function. Process each method defined in
14311         the current class and record the class as to be later registered.
14312         (yyparse): Rewritten. Figure the type of the current file and switch
14313         accordingly.
14314         * lang.c: New global variable current_jcf.
14315         (lang_init): Removed compiling_from_source test (done later, in
14316         yyparse). Removed call the jcf_parse ().
14317         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
14318         (typedef struct JCF): New fields seen_in_zip (to mark a class found
14319         in the current ZIP file) and zip_offset (offset to the class data in
14320         the current zip file).
14321         * jcf-reader.c: zipfile.h included.
14322         localToFile: New ZipFileCache static global variable
14323         (parse_zip_file_entries): New function. Browse the current ZIP
14324         file directory and process each class found.
14325         (process_zip_dir): New function. Register each class found in the
14326         ZIP file directory. The class aren't parsed but a valid JCF is
14327         link to each of them.
14328         (find_in_current_zip): New function. Search for a class in the
14329         current ZIP file directory. If found, prepare the class so that it
14330         can be loaded.
14331         (jcf_figure_file_type): New function. Examine the file structure
14332         to figure a class file, a ZIP file. If none of these categories are
14333         matched, a source file is assumed.
14334         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
14335         SeenZipFile: New global variable.
14336         (open_in_zip): Use zipmember's length to accelerate the search for
14337         a member. If zipmember was NULL and zip file successfully read,
14338         return 0.
14339         * java-tree.h: New global variable current_jcf declared.  Added
14340         declaration for current_constant_pool_tags, current_constant_pool_data,
14341         current_constant_pool_length, current_constant_pool_data_ref.
14342         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
14343         store the JCF of classes seen in a zip file) and tree *constant_pool
14344         (to save a loaded class constant pool). current_class declared here.
14345         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
14346         retrieve method_ref_constant.
14347         (PUSHC): java_push_constant_from_pool now uses current_jcf.
14348         (OBJECT): get_class_constant now uses current_jcf.
14349         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
14350         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
14351         (expand_invoke): Now uses current_class instead of main_class
14352         (build_class_init): Now uses current_class instead of main_class
14353         * class.c: New static global variable registered_class.
14354         (register_class): New function.
14355         (emit_register_class): Modified to use registered_class instead of
14356         main_class
14357         (is_compiled_class): Now take into account class seen in the archive.
14359 Mon Oct  6 12:03:23 1997  Per Bothner  <bothner@cygnus.com>
14361         * except.h:  Renamed to: java-except.h.
14362         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
14363         * except.c:  Add semi-working (commented out) implementation.
14365         * expr.c (expand_iinc):  Add needed flush_quick_stack.
14366         * parse.c (set_source_filename):  New function.
14367         (give_name_to_class):  Set input_filename from package.classname.java.
14369         * jcf-io.c (find_class):  Don't look first in ".".
14371 Wed Oct  1 11:26:10 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14373         * zextract.c (read_zip_archive): Now takes into account the
14374         extra_field field.
14375         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
14377 Sat Sep 20 12:44:28 1997  Per Bothner  <bothner@cygnus.com>
14379         * constants.c, java-tree.h (build_internal_class_name):  New function.
14380         (alloc_class_constant):  Re-implement using build_internal_class_name.
14381         * class.c (make_class_data):  Likewise.
14382         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
14384 Wed Sep 17 13:15:23 1997  Per Bothner  <bothner@cygnus.com>
14386         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
14387         to NULL before pushing an exception handler target.
14389         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
14390         (java_stack_swap, java_stack_dup):  Re-write to be safe from
14391         clobbering registers.
14392         (build_class_init):  New function.
14394 Wed Sep 17 11:02:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14396         * typeck.c (build_java_array_type): Temporary use
14397         permanent_obstack to create the array 'length' field.
14398         * expr.c (lookup_label): Temporay use permanent_obstack to create
14399         label if not found.
14400         * class.c (push_super_field): Tempory use permanent_obstack.
14402 Mon Sep 15 11:33:31 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14404         * typeck.c (type_for_mode): Now handles double_type_node and
14405         float_type_node.
14406         * verify.c (verify_jvm_instructions): The instruction following
14407         the wide bytecode is checked. OPCODE_ret added to the list of
14408         wide.
14410 Thu Sep 11 19:45:18 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14412         * class.c (make_class): Temporary use permanent_obstack. Set the
14413         class CLASS_P field to 1.
14414         (push_class): Temporary use permanent_obstack.
14415         (set_super_info): Temporary use permanent_obstack.
14416         (add_method): Temporary use permanent_obstack, set
14417         METHOD_TRANSIENT().
14418         (add_field): Temporary use permanent_obstack. Sets
14419         FIELD_VOLATILE() and FIELD_TRANSIENT().
14420         (build_class_ref): Temporary use permanent_obstack if the class
14421         isn't compiled.
14422         (build_static_field_ref): Temporary use permanent_obstack when
14423         creating field's rtl.
14424         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
14425         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
14426         and fields. Function finalized, as far as flag handling.
14427         (push_class_static_dummy_field): Temporary use permanent_obstack.
14428         (emit_register_class): Force generation of class registration at
14429         -O3 or deeper.
14430         * decl.c (end_java_method): Call permanent_allocation() before
14431         returning.
14432         * expr.c (can_widen_reference_to): Added comment to interface
14433         handling, fixed typo.
14434         (lookup_field): Now uses CLASS_P() to correct FIXME
14435         (expand_invoke): Verification on public && !static &&
14436         !abstract moved into soft_lookupinterfacemethod (kaffe).
14437         Use Object class dtable if objectref is an array when expanding
14438         invokeinterface.
14439         (java_push_constant_from_pool): Temporary use permanent_obstack
14440         for CONSTANT_string
14441         * parse.c (get_ref_constant): Temporary use permanent_obstack to
14442         create constant references.
14443         (get_constant): Temporary use permanent_obstack to create constant.
14444         (load_class): Temporary use permanent_obstack to load class.
14445         (jcf_parse): Temporary use permanent_obstack to perform class
14446         layout.
14447         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
14448         (build_java_signature): Temporary use permanent_obstack.
14449         * verify.c: (verify_jvm_instruction): removed unnecessary verification
14450         on ACC_SUPER flag.
14451         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
14452         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
14453         (CLASS_P): Defined
14455 Thu Sep 11 11:57:32 1997  Per Bothner  <bothner@cygnus.com>
14457         * class.c (append_gpp_mangled_type):  Fix typo.
14458         (emit_register_class):  Use main_class to get class object, rather
14459         than looking for no-longer-existing static decl starting with _CL.
14460         * typeck.c (parse_signature_type):  Promote array element type
14461         if it is a RECORD_TYPE.
14463 Wed Sep 10 16:09:23 1997  Per Bothner  <bothner@cygnus.com>
14465         * class.c (push_class_static_dummy_field):  New function.
14466         (mangle_static_field):  New. Do G++-style mangling of static fields.
14467         (layout_class):  Mandle static fields here, not in add_field.
14468         (build_class_ref):  The class object is now a dummy static field.
14469         * decl.c (find_local_variable):  Look for best, instead of first match.
14470         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
14471         (build_java_athrow):  Don't check here if exception is Throwable.
14472         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
14473         (TYPE_USED):  Removed.  No longer used ...
14474         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
14475         * verify.c (push_pending_label):  New function.
14476         (push_pending_block):  Renamed to check_pending_block.
14477         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
14478         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
14479         re-checking possible handlers) after a store (less wasted work).
14480         Check for null handler (finally) before calling add_handler.
14481         Various changes to (finally?) correctly handle try/finally.
14483 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
14485         * class.c: Include stdio.h.
14487 Thu Sep  4 21:30:55 1997  Per Bothner  <bothner@cygnus.com>
14489         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
14490         to make sure class is initialized before static/special invoke.
14492         * verify.c (verify_jvm_instructions):  On a store instruction,
14493         call find_local_variable to force pre-allocation of decl and rtx.
14494         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
14496 Wed Sep  3 16:13:23 1997  Per Bothner  <bothner@cygnus.com>
14498         * class.c (build_class_ref):   Strip off "promoted_" if need be.
14499         (make_field_value): Call build_java_signature when needed.
14500         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
14501         * expr.c (build_java_athrow):  Don't push_value of exception.
14502         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
14503         match specification of [fd]cmp[lg] for NaNs.
14504         (expand_byte_code):  Add support for exception handler ranges.
14505         * except.c:  Add skeleton for EH code-generation.
14506         * verify.c (merge_types):  Treat all promoted integral types as equal.
14507         * constants.c (build_constants_constructor):  To force creation of
14508         current_constant_pool_data_ref, call build_constant_data_ref.
14510         * javaop.def (lload):  Fix typo.
14511         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
14513 Tue Sep  2 17:37:25 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14515         * parse.c: Don't include function.h.
14517 Wed Aug 27 18:33:04 1997  Per Bothner  <bothner@cygnus.com>
14519         * except.[ch]:  New files.
14520         * Makefile.in (JAVA_OBJS):  Add except.o
14521         * expr.c:  Temporary warning about unimplemented exceptions.
14522         * verify.c:  Verify exception handlers.
14524         * jcf-dump.c (disassemble_method):  Print exception table.
14526 Wed Aug 27 13:26:58 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14528         * expr.c (verify_jvm_instructions): Started a thorough
14529         verification of invoke* bytecodes.
14530         (expand_byte_code): flush quick stack if PC is the target of a
14531         branch.  and undef RET (conflicting with config/i386/i386.h).
14532         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
14533         used.
14534         (expand_invoke): Now handles invokeinterface and do more
14535         verification according to the bytecode.
14536         (lookup_field): Don't try to load the class if processing
14537         dtable_type.
14538         (can_widen_reference_to): Now handles interfaces.
14539         * decl.c (init_decl_processing): New global variable
14540         soft_lookupinterfacemethod_node, declared in java-tree.h.
14541         Call set_super_info on string_type_node.
14542         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
14543         defined.
14544         * class.c (set_super_info): Fills the CLASS_* flags according to
14545         access_flags.
14546         (get_access_flags_from_decl): Handles all class flags.
14548 Tue Aug 26 18:54:34 1997  Per Bothner  <bothner@cygnus.com>
14550         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
14551         * parse.c (yyparse):  Check for abstract method, and missing code.
14552         * expr.c (expand_byte_code):  Change interface.
14553         * lang.c (put_decl_node):  Print promoted types prettier.
14554         * verify.c (verify_jvm_instruction):  Change interface.
14555         Partial support for scanning exception table.
14556         For load instructions, handle promoted integral types.
14558 Thu Aug 21 13:48:01 1997  Per Bothner  <bothner@cygnus.com>
14560         * verify.c:  New file, with contents moved from expr.c.
14561         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
14562         * typeck.c (is_array_type_p):  Moved here from expr.c.
14563         * java-tree.h:  Add some now-needed function declarations.
14564         * Makefile.in (JAVA_OBJS): Added verify.o.
14566 Wed Aug 20 14:34:34 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14568         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
14569         METHOD_ABSTRACT flag.
14571         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
14572         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
14573         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
14575         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
14576         variables.
14577         (start_java_method): Hook for SYNCHRONIZED methods.
14579         * expr.c (build_java_jsr, build_java_ret): New functions
14580         (JSR,PRE): New macros
14581         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
14582         (verify_jvm_instructions): tableswitch, lookupswitch,
14583         monitorenter, monitorexit, goto_w: verified.
14584         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
14585         (build_java_monitor): New function.
14586         (MONITOR_OPERATION): Modified to call build_java_monitor()
14587         (verify_jvm_instructions): Started a thorough verification of
14588         invoke* bytecodes.
14590 Tue Aug 19 13:35:49 1997  Per Bothner  <bothner@cygnus.com>
14592         Support verification of jsr/ret subroutines (used for try/finally).
14593         * decl.c (return_address_type_node):  New type node.
14594         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
14595         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
14596         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
14597         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
14598         TYPE_USED):  New macros for special types in type_map.
14600         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
14601         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
14602         BCODE_JUMP_TARGET.
14603         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
14605         * expr.c (can_widen_reference_to):  New function.
14606         (pop_type):  Use it.
14607         (merge_type_state):  Support handling start of subroutine.
14608         (push_pending_block):  Return char* error message, instead of calling
14609         fatal on an error.  Also handle subroutines.
14610         (verify_jvm_instructions):  Handle errors from push_poending_block.
14611         Support jsr and ret instructions.
14613 Tue Aug 19 13:33:36 1997  Per Bothner  <bothner@cygnus.com>
14615         * jcf-io.c (find_classfile):  Fix thinko.
14616         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
14618 Tue Aug 12 20:14:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
14620         * Makefile.in (BISON): Remove.
14622 Thu Aug  7 23:08:24 1997  Per Bothner  <bothner@cygnus.com>
14624         * Makefile.in:  Convert to autoconf.
14625         * config-lang.in (outputs):  Added java/Makefile.
14627         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
14628         Rename cc1java to jc1.
14630         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
14631         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
14633         * class.c (class_depth):  Do load_class if needed.
14635         Mostly better verification.
14636         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
14637         (init_decl_processing):  Change return type of soft_checkcast.
14638         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
14639         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
14640         lang_print_error):  New functions.
14641         (lang_init):  Set global hook print_error_function to lang_print_error.
14642         * expr.c:  In the type_map ptr_type_node is only used for null now.
14643         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
14644         (merge_types):  Dererence pointer to record types before comparing.
14645         (decode_newarray_type, merge_types):  On error just return NULL.
14646         (build_java_binop):  Add preliminary implementation (with warning)
14647         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
14648         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
14649         (expand_compare, expand_java_goto, expand_java_call):  Don't
14650         push_pending_block, since that only makes sense when verifying.
14651         (merge_type_state):  Different return codes.
14652         (push_pending_block):  A block may need to be verified more than once.
14653         (expand_byte_code):  Warn about unused code at code generation time.
14654         (verify_jvm_instruction):  Changed logic, since code may need to be
14655         re-verified if type-state has changed.  Also, better error handling.
14656         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
14657         Improve newarray, anewarray, ?aload, athrow,
14658         * java-tree.h (LABEL_CHANGED):  New macro.
14660 Tue Aug  5 12:21:27 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14662         * decl.c (soft_athrow_node): New global variable initialized.
14663         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
14664         * typeck.c (convert): Added support for REAL_TYPE.
14665         (convert_to_char): New function.
14666         (convert): Handle CHAR_TYPE.
14667         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
14668         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
14669         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
14670         promoted type.
14671         (verify_jvm_instructions): Added break a the end of bogus unop: label.
14672         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
14673         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
14674         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
14675         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
14676         to Use The Right Things.
14677         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
14678         compatible with INT. BOOLEAN is made equivalent to BYTE.
14679         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull,
14680         OPCODE_ifnonnull): Now supported.
14681         (build_java_athrow): New function.
14683 Mon Aug  4 15:46:45 1997  Per Bothner  <bothner@cygnus.com>
14685         Rename method name <init> to match G++ (and fix mangling).
14686         * class.c (layout_class):  Replace method name of <init> by class name.
14687         (make_method_value):  Do inverse renaming of constructor from <init>.
14688         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
14689         * typeck.c (lookup_java_constructor):  New function.
14690         * expr.c (expand_invoke):  If method_name is <init>, call
14691         lookup_java_constructor to find constructor.
14693         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
14695 Fri Aug  1 11:37:09 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14697         * parse.c (get_class_constant): Modified to handle array "classes"
14698         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
14699         wide type.
14700         (convert): Modified to handle real type.
14701         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
14702         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
14703         variables declared.
14704         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
14705         soft_multianewarray, soft_newarray_node, soft_throw_node): New
14706         global variables initialized.
14707         (find_local_variable): Handles the case of a pointer
14708         (end_java_method): Restore the use of one more scope
14709         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
14710         build_java_array_length_access, expand_java_arrayload,
14711         expand_java_arraystore, expand_java_array_length,
14712         expand_java_multianewarray, expand_java_anewarray,
14713         build_java_check_indexed_type, is_array_type_p,
14714         build_java_throw_out_of_bound_exception): New functions.
14715         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
14716         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
14717         OPCODE_<t>aload): Implemented code for verification.
14718         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
14719         ARRAY_NEW_MULTI): Macro defined.
14720         (CONVERT): Modified to invoke convert().
14721         (case OPCODE_aload2): Fixed index typo from 2 to 1.
14723 Thu Jul 31 12:48:18 1997  Per Bothner  <bothner@cygnus.com>
14725         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
14726         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
14727         (make_class_data):  Field name needs '/' as package prefix.
14728         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
14730 Fri Jul 25 11:44:21 1997  Per Bothner  <bothner@cygnus.com>
14732         Implement debug information for local variables.
14733         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
14734         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
14735         DECL_LOCAL_SLOT_CHAIN):  New macros.
14736         (struct lang_decl_var):  New type.
14737         * parse.c (give_name_to_locals):  Move to decl.c.
14738         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
14739         (start_java_method):  Re-write parameter handling.
14740         (pending_local_decls):  New global variable.
14741         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
14742         (find_local_variable):  Accept pc so we can skips decls not in range.
14743         (struct binding_level):  Add end_pc field.
14744         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
14745         (various):  Change so current pc gets passed to find_local_variable.
14747         * decl.c (init_decl_processing):  Re-arrange fields in
14748         class_type_node and and method_type_node to match kaffe 0.9.1.
14749         * class.c (make_method_value, make_class_data):  Update
14750         initializations to match.
14752 Wed Jul 16 17:17:50 1997  Per Bothner  <bothner@cygnus.com>
14754         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
14755         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
14756         (push_super_field):  New function.
14757         (make_class_data):  Handle inheritance of class static initializer.
14758         (layout_class):  New name mangling.
14759         * constants.c (build_constant_data_ref):  Init type of data array
14760         to a one-element array.
14761         (build_constants_constructor):  Set DECL_SIZE from complete array type.
14762         * decl.c:  Rename class_type, object_type etc to class_type_node,
14763         object_type_node etc.  Make former inherit from latter.
14764         * expr.c (expand_invoke):  Add cast of function address.
14765         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
14766         * parse.c (yyparse):  Don't call layout_class here.
14767         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
14769 Sat Jun 14 12:06:57 1997  Per Bothner  <bothner@cygnus.com>
14771         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
14772         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
14773         (alloc_class_constant):  New.
14774         * expr.c (expand_invoke):  Make sure method's class is initialized.
14775         * class.c (interits_from_p, emit_register_class):  New functions.
14776         * parse.c (yyparse):  Call emit_register_class.
14778 Mon Jun  9 18:08:06 1997  Per Bothner  <bothner@cygnus.com>
14780         * constants.c:  New file, to handle constant pool.
14781         * Makefile.in (JAVA_OBJS):  Add constants.o.
14782         * decl.c (init_decl_processing):  Update, fix, finish various structs.
14783         (pushdecl_top_level):  New.
14784         * parse.c (layout_class):  Moved to class.c.
14785         * expr.c (java_push_constant_from_pool):  New function.
14786         * class.c (build_class_ref):  Make work fully
14787         (make_class_data):  Emit super-class, constant pool, interface vector.
14789 Tue Jun  3 10:14:31 1997  Per Bothner  <bothner@cygnus.com>
14791         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
14792         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
14793         * class.c (class_depth):  New function.
14794         (lookup_named_class):  Replaced by new function lookup_class.
14795         * decl.c (object_type_node, string_type_node):  New.
14796         Remove various types that we no longer need.
14797         * expr.c (verify_jvm_instructions):  New separate verifier pass.
14798         (push_type, pop_type):  New functions for verifier.
14799         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
14800         (expand_byte_code):  Simplify, since we assume already verified.
14801         (expand_invoke):  Now mostly works.
14802         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
14803         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
14804         * parse.c:  Wait to allocate class object until we know its name.
14805         (layout_class):  Calculate DECL_VINDEX for each virtual method.
14806         * typeck.c (get_array_type):  Rename to ...
14807         (build_java_array_type):  ... and provide working implementation.
14808         (build_java_signature):  New function - build Java signature of type.
14809         (set_java_signature):  New function - cache signature with type.
14810         (lookup_java_method):  New function.
14812 Tue May  6 22:08:24 1997  Per Bothner  <bothner@deneb.cygnus.com>
14814         * class.c (ident_subst):  Take extra SUFFIX parameter.
14815         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
14816         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
14817         (build_class_ref):  Actually implement.
14818         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
14819         * decl.c (builtin_function):  New.
14820         (init_decl_processing):  Update for current Kaffe.  Declare some
14821         builtin Kaffe functions.
14822         * expr.c (build_address_of):  New.
14823         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
14824         Renamed (from expand_java_new etc), and added working implementations.
14825         (build_field_ref):  Now also handle static fields.
14826         (expand_invoke):  Implement invokestatic, and start implement rest.
14827         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
14828         * javaop.def:  Rename invokevirt -> invokevirtual.
14829         * lang.c (use_handles):  Removed.
14830         * parse.c:  Add support for ConstantValue attribute.
14831         Handle nested loading of a class.  (JPOOL_UTF):  New.
14833 Tue Mar 11 20:11:05 1997  Per Bothner  <bothner@deneb.cygnus.com>
14835         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
14837 Thu Feb 27 14:24:29 1997  Per Bothner  <bothner@deneb.cygnus.com>
14839         * Make-lang.in (java.install-man):  New empty rule.
14840         * typeck.c (set_local_type):  New function.
14841         * expr.c (STORE_INTERNAL):  Call find_local_variable,
14842         not find_stack_slot.  Call set_local_type.
14844 Wed Feb 12 16:11:05 1997  Per Bothner  <bothner@kalessin.cygnus.com>
14846         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
14847         and building RECORD_TYPE CONSTRUCTORs.
14848         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
14850         * lang.c (use_handles):  Change the default to 0.
14851         * decl.c:  Define and build class_type, field_type, utf8const_type.
14852         * class.c (make_class_data, make_field_value,
14853         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
14854         hashUtf8String, strLengthUtf8, mangled_classname:
14855         Functions to build reflective data structures.
14856         * parse.c (yyparse):  Call make_class_data.
14858         * jcf-io.c (open_class, find_classfile):  New functions.
14859         * jcf-dump.c:  Support reading classfile from explicitly-named
14860         class file (without CLASSPATH searching).
14862 Thu Oct 24 14:10:16 1996  Per Bothner  <bothner@deneb.cygnus.com>
14864         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
14865         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
14866         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
14867         (get_constant):  Now trivial for CONSTANT_Utf8.
14869         * jcf.h:  Make NEW_CPOOL the default.
14870         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
14872 Thu Oct 24 13:52:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14874         New directory.