OSDN Git Service

Merge from pch-branch up to tag pch-commit-20020603.
[pf3gnuchains/gcc-fork.git] / gcc / java / ChangeLog
1 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
2
3         * check-init.c (attach_initialized_static_class): Delete, unused.
4         * parse.y: Use htab_t instead of struct hashtable, update
5         all uses.
6         * java-tree.h: Include hashtab.h instead of hash.h.
7         (struct lang_decl_func): Use htab_t, set up for gengtype.
8         (struct init_test_hash_entry): Delete.
9         (struct treetreehash_entry): New.
10         (java_treetreehash_find): New 
11         (java_treetreehash_new): New prototype.
12         (java_treetreehash_create): New prototype.
13         (java_mark_tree): Delete prototype.
14         (java_hash_hash_tree_node): Delete prototype.
15         (java_hash_compare_tree_node): Delete prototype.
16         (attach_initialized_static_class): Delete prototype.
17         * expr.c (build_class_init): Update to use java_treetreehash
18         functions.
19         (java_expand_expr): Update to use htab_t.
20         (emit_init_test_initialization): Likewise.
21         * decl.c (java_mark_tree): Delete.
22         * class.c (init_test_hash_newfunc): Delete.
23         (java_hash_hash_tree_node): Delete.
24         (java_hash_compare_tree_node): Delete.
25         (add_method_1): Update to use java_treetreehash functions.
26         (JAVA_TREEHASHHASH_H): New macro.
27         (java_treetreehash_hash): New function.
28         (java_treetreehash_compare): New function.
29         (java_treetreehash_find): New function.
30         (java_treetreehash_new): New function.
31         (java_treetreehash_create): New function.
32         * Make-lang.in (JAVA_TREE_H): Replace hash.h by HASHTAB_H.
33
34         * Make-lang.in (java/parse.o): Depend on debug.h.
35         * java-tree.h (struct lang_identifier): Use gengtype.
36         (union lang_tree_node): New.
37         (struct lang_decl_func): Use gengtype.
38         (struct lang_decl_var): Likewise.
39         (struct lang_decl): Likewise.
40         * parse.y: Include debug.h.
41         * lang.c (LANG_HOOKS_MARK_TREE): Delete.
42
43         * lang.c (struct language_function): New dummy structure.
44
45         * java-tree.h (MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): Set
46         descriminator for DECL_LANG_SPECIFIC.
47         (struct lang_decl_func): Rename from struct lang_decl.
48         (enum lang_decl_desc): New.
49         (struct lang_decl): Make it a union.  Update all the accessor macros.
50         (struct lang_type): Use gengtype.
51         * class.c (add_method_1): Set descriminator for DECL_LANG_SPECIFIC.
52         * decl.c (java_dup_lang_specific_decl): All lang_decl structures
53         are now the same size.
54         (lang_mark_tree): Use gengtype to mark TYPE_LANG_SPECIFIC;
55         use discriminator to mark DECL_LANG_SPECIFIC.
56
57         * Make-lang.in (gt-java-builtins.h): New rule.
58         (java/builtins.o): Add dependency on gt-<filename>.h.
59         * builtins.c: Use gengtype for roots.
60         (union string_or_tree): Use gengtype.
61         (struct builtin_record): Use gengtype.
62         * config-lang.in (gtfiles): Add builtins.c.
63
64         * Make-lang.in (gt-java-class.h, gt-java-constants.h,
65         gt-java-decl.h, gt-java-expr.h, gt-java-jcf-parse.h,
66         gt-java-jcf-write.h, gt-java-lang.h, gt-java-mangle.h,
67         gt-java-parse.h, gtype-java.h): Add rules to generate.
68         (parse.o): Add dependency on gt-java-parse.h, gt-java.h.
69         (class.o): Add dependency on gt-*.h.
70         (constants.o): Likewise.
71         (decl.o): Likewise.
72         (expr.o): Likewise.
73         (jcf-parse.o): Likewise.
74         (jcf-write.o): Likewise.
75         (lang.o): Likewise.
76         * config-lang.in (gtfiles): New.
77         * class.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
78         * constants.c: Replace uses of ggc_add_* with GTY markers.
79         Include gt-*.h.
80         * decl.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
81         * expr.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
82         * java-tree.h: Replace uses of ggc_add_* with GTY markers.
83         * jcf-parse.c: Replace uses of ggc_add_* with GTY markers.
84         Include gt-*.h.
85         * jcf-write.c: Replace uses of ggc_add_* with GTY markers.
86         Include gt-*.h.
87         * lang.c: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
88         * mangle.c: Replace uses of ggc_add_* with GTY markers.  Include
89         gt-*.h.
90         * parse.y: Replace uses of ggc_add_* with GTY markers.  Include gt-*.h.
91         Include gtype-java.h.
92
93 2002-06-02  Tom Tromey  <tromey@redhat.com>
94
95         Fix for PR java/5913:
96         * parse.y (patch_binop): Call patch_string on op1.
97
98 2002-06-02  Tom Tromey  <tromey@redhat.com>
99
100         Fix for PR java/1343, PR java/6336:
101         * parse.y (make_nested_class_name): Remove extraneous `else'; fix
102         formatting.  Changed return type.
103         (anonymous_class_counter): Moved to top of file.
104         (maybe_make_nested_class_name): Append number to class name for
105         function-local classes.
106
107 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
108
109         * decl.c, jcf-parse.c, parse.y, typeck.c: Include real.h.
110         * Make-lang.in: Update dependency lists.
111
112 2002-05-18  Mark Mitchell  <mark@codesourcery.com>
113
114         * gjavah.c (throwable_p): Do not free the name of the class after
115         passing it to find_class.
116         * java-tree.h (CLASS_BEING_LAIDOUT): Remove duplicate definition.
117         * jcf-io.c (dirent.h): Include it.
118         (fnmatch.h): Likewise.
119         (compare_path): New function.
120         (java_or_class_file): Likewise.
121         (memoized_dirlist_entry): New type.
122         (memoized_dirlist_lookup_eq): New function.
123         (memoized_dirlists): New variable.
124         (caching_stat): New function.
125         (memoized_class_lookup_eq): New function.
126         (memoized_class_lookups): Likewise.
127         (find_class): Use memoized_class_lookups and caching_stat.
128         * jcf.h (JCF_USE_SCANDIR): Define.
129         * parse.y (java_expand_classes): Write the class files in reverse
130         order.
131         
132 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
133
134         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
135
136 2002-05-13  Mark Mitchell  <mark@codesourcery.com>
137
138         * jcf-write.c (write_classfile): Unlink the temporary file if it
139         cannot be renamed.  Use concat to build up the name of the
140         temporary file.
141
142 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
143
144         * jcf-write.c (write_classfile): Write the file to a 
145         temporary file and then rename it.
146
147 2002-05-07  Tom Tromey  <tromey@redhat.com>
148
149         * gjavah.c (throwable_p): Use xstrdup, not strdup.
150
151         Fix for PR java/1200:
152         * gjavah.c (throwable_p): New function.
153         (decode_signature_piece): Use it.  A `WeakReference' isn't the
154         same as a `jweak'.
155         Include hashtab.h.
156         (gcjh_streq): New function.
157
158 2002-05-07  Andreas Jaeger  <aj@suse.de>
159
160         * parse.y (finish_for_loop): Fix if statement.
161
162 2002-05-06  Tom Tromey  <tromey@redhat.com>
163
164         Fix for PR java/5941:
165         * parse.y (finish_for_loop): Set SUPPRESS_UNREACHABLE_ERROR for
166         loop update expression.
167         (java_complete_lhs): Use SUPPRESS_UNREACHABLE_ERROR.
168         * java-tree.h (SUPPRESS_UNREACHABLE_ERROR): New macro.
169
170 2002-05-04  Mark Wielaard  <mark@klomp.org>
171
172         For PR java/6519:
173         * parse.y (build_string_concatenation): Return just op1 only when op2
174         is null and op1 is a STRING_CST, otherwise always construct a
175         StringBuffer.
176
177 2002-04-27  Tom Tromey  <tromey@redhat.com>
178
179         For PR java/6382:
180         * parse.y (string_convert_int_cst): New function.
181         (merge_string_cste): Use it.
182
183 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
184
185         * java-tree.h (java_parse_file): Update.
186         (java_set_yydebug): Remove.
187         * jcf-parse.c (yydebug): Remove.
188         (java_set_yydebug): Die.
189         (java_parse_file): Update.
190         * lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
191
192 2002-04-24  Tom Tromey  <tromey@redhat.com>
193
194         For PR java/6425:
195         * parse.y (qualify_ambiguous_name) [case CALL_EXPR]: Always choose
196         EXPR_WFL_QUALIFICATION of qual_wfl.
197
198 2002-04-23  Per Bothner  <per@bothner.com>
199
200         * expr.c (PRE_JSR):  Call NOTE_LABEL for return address.
201         * java-tree.h (BCODE_RETURN_TARGET):  Removed - never set.
202         (BCODE_TARGET):  Remove BCODE_RETURN_TARGET.
203
204 2002-04-23  Tom Tromey  <tromey@redhat.com>
205
206         For PR java/6314:
207         * jvspec.c (lang_specific_driver): Use --resource, not -R.  Also
208         recognize `-fcompile-resource='.
209         * gcj.texi (Invoking gcj): Use --resource, not -R.  Expanded text
210         a bit.
211
212 2002-04-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
213
214         * jcf-parse.c: (yyparse): Don't prepend "./" to relative
215         paths. Fixes PR java/2791.
216
217 2002-04-19  Andrew Haley  <aph@redhat.com>
218
219         * jcf-write.c (push_long_const): lo, hi: New variables.
220         Use rshift_double to extract the high part of a 64-bit long.
221         Use WORD_TO_INT to extract the low part.
222
223         * jcf-parse.c (get_constant): CONSTANT_Integer: Use an unsigned
224         HOST_WIDE_INT for num.  Use JPOOL_UINT to get it.
225         CONSTANT_Double: Use JPOOL_UINT to get both halve of a double.
226
227 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
228
229         * typeck.c (incomplete_type_error): Remove.
230
231 2002-04-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
232
233         * class.c (make_class_data): Set DECL_ALIGN on static class data,
234         for hash synchronization.
235         * expr.c (java_expand_expr): Set DECL_ALIGN on static array objects.
236         * decl.c (java_init_decl_processing): Don't set TYPE_ALIGN for
237         class_type_node.
238
239 2002-04-16  Mark Wielaard  <mark@klomp.org>
240
241         * jcf-write.c (generate_bytecode_insns): Only write const_0 if not
242         negative zero.
243
244 2002-04-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
245
246         Fix for PR java/6294:
247         * parse.h (INNER_INTERFACE_MODIFIERS): Allow ACC_PRIVATE for inner
248         interfaces.
249
250 2002-04-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
251
252         Fix for PR java/6085:
253         * parse.y (patch_method_invocation): Always use build_access_to_thisn
254         to get enclosing "this" argument for inner-class constructor
255         invocation. Pass correct arguments to build_access_to_thisn.
256
257 2002-04-10  Andreas Jaeger  <aj@suse.de>
258
259         * gcj.texi (Input Options): Fix extdirs patch.
260
261 2002-04-10  Anthony Green  <green@redhat.com>
262
263         * jcf-path.c (jcf_path_init) : Clean up local extdirs declaration.
264
265 2002-04-09  Anthony Green  <green@redhat.com>
266
267         * gcj.texi (Input Options): Add --extdirs documentation.
268         * jcf-dump.c (OPT_extdirs): New macro.
269         (options): Add extdirs option.
270         (help): Describe --extdirs.
271         (main): Handle OPT_extdirs.
272         * gjavah.c (OPT_extdirs): New macro.
273         (options): Add extdirs option.
274         (help): Describe --extdirs.
275         (main): Handle OPT_extdirs.
276         * jcf-path.c (jcf_path_init): Add extdirs support.
277         (jcf_path_extdirs_arg): New function.
278         (extensions): New variable to hold extensions path entries.
279         * jvspec.c: Remove -fextdirs= when compiling main().
280         * lang.c (java_decode_option): Handle -fextdirs=.
281         * jcf.h (jcf_path_extdirs_arg): Declare new function.
282         * Make-lang.in: Compile jcf-path with version info for use in
283         identifying the appropriate libgcj.jar.
284
285 2002-04-08  Tom Tromey  <tromey@redhat.com>
286
287         For PR libgcj/5303:
288         * .cvsignore: Added rmic.1 and rmiregistry.1.
289         * gcj.texi (Top): Link to new nodes.
290         (Invoking rmic): New node.
291         (Invoking rmiregistry): Likewise.
292         * Make-lang.in (java.generated-manpages): Added rmic.1 and
293         rmiregistry.1.
294         (java.maintainer-clean): Likewise.
295         ($(srcdir)/java/rmic.1): New target.
296         ($(srcdir)/java/rmiregistry.1): Likewise.
297         (java.install-man): Handle rmic.1 and rmiregistry.1.
298
299 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
300
301         * gcj.texi (Invocation): Update JvAttachCurrentThread documentation.
302         Add note about handling uncaught exceptions. Add an exception handler
303         to example.
304
305 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
306
307         * parse.y (resolve_qualified_expression_name): Clear "from_super" flag
308         after using it to patch CALL_EXPR.
309
310 2002-04-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
311
312         * gcj.texi (Invocation): Document CNI invocation API.
313
314 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
315
316         * expr.c (truthvalue_conversion): Rename.  Update.
317         (expand_compare): Update.
318         * java-tree.h (java_truthvalue_conversion): New.
319         * lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
320
321 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
322
323         * java-tree.h (java_mark_addressable): New.
324         * lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
325         * typeck.c (mark_addressable): Rename, update.
326
327 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
328
329         * expr.c (build_java_binop): Update.
330         * java-tree.h (java_signed_type, java_unsigned_type,
331         java_signed_or_unsigned_type): Update.
332         * lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
333         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
334         * parse.y (patch_binop): Update.
335         * typeck.c (signed_or_unsigned_type, unsigned_type,
336         signed_type): Update.
337
338 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
339
340         * lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
341         (java_dummy_print): Remove.
342         (lang_print_error): Rename.  Exit early if inhibiting output.
343         (inhibit_error_printing_function): New.
344         (java_init): Don't set hook.
345         (lang_init_source): Use new boolean.
346
347 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
348
349         * parse.y (do_resolve_class): Fix infinite recursion.
350
351 2002-03-29  Tom Tromey  <tromey@redhat.com>
352
353         * parse.y (check_inner_circular_reference): Ignore incomplete
354         types.
355
356 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
357
358         * Make-lang.in (builtins.o): Update.
359         * boehm.c (get_boehm_type_descriptor): Update.
360         * builtins.c: Include langhooks.h.
361         * decl.c (java_init_decl_processing): Update.
362         * java-tree.h (java_type_for_mode, java_type_for_size): New.
363         * lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
364         Redefine.
365         * typeck.c (type_for_mode, type_for_size): Update.
366
367 2002-03-29  Martin Kahlert  <martin.kahlert@infineon.com>
368
369         * lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.
370
371 2002-03-28  Tom Tromey  <tromey@redhat.com>
372
373         * except.c (expand_end_java_handler): If the handler type is NULL,
374         use java.lang.Throwable.  Fixes PR java/5986.
375
376 2002-03-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
377
378         Fix for PR java/4715:
379         * jcf-parse.c (parse_source_file_3): New function.
380         (read_class): Call it.
381         (java_parse_file): Likewise.
382
383 Thu Mar 28 13:22:22 CET 2002  Jan Hubicka  <jh@suse.cz>
384
385         * java/lang.c (java_init_options): Set flag_trapping_math to 0.
386
387 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
388
389         * parse.y (resolve_package): Initialize "decl".
390         (lookup_package_type): Remove unused function.
391
392 2002-03-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
393
394         Fix for PR java/5993:
395         * parse.y (resolve_package): Return the decl if resolution was
396         successful. Don't special case "java.lang" and "java.lang.reflect"
397         packages. Set type_name to the merged identifier.
398         (resolved_qualified_expression_name): Print error using "name" if
399         resolve_package returns NULL_TREE.
400
401 2002-03-27  Tom Tromey  <tromey@redhat.com>
402
403         * expr.c (expand_invoke): Don't generate null pointer check if
404         we're calling <init>.
405
406 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
407
408         * expr.c (java_lang_expand_expr): Rename java_expand_expr,
409         fix prototype.
410         * java-tree.h (java_lang_expand_expr): Similarly.
411         * lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
412         (java_init): Don't set hook.
413
414 2002-03-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
415
416         Fix for PR java/5850:
417         * parse.y (lookup_field_wrapper): Call itself recursively for enclosing
418         context if field was not found in the current scope.
419         * expr.c (lookup_field): Don't look in enclosing contexts.
420
421 2002-03-26  Tom Tromey  <tromey@redhat.com>
422
423         Fix for PR java/5942:
424         * parse.y (init_src_parse): Added sanity check.
425         * parse.h (struct parser_ctxt) [modifier_ctx]: Array has 12
426         elements, not 11.
427
428 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
429
430         * decl.c (lang_mark_tree): Rename java_mark_tree.
431         * java-tree.h (java_mark_tree): New.
432         * java-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
433
434 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
435
436         * lex.c: Change java_perform_atof to take normal parameters
437         instead of a pointer to a parameter block.  Call it directly
438         from java_lex.
439
440 2002-03-22  Mark Wielaard  <mark@klomp.org>
441
442         Fix for PR java/5368:
443         * parse.y (resolve_qualified_expression_name): Use decl not field_decl
444         when printing error message.
445
446 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
447
448         * decl.c (maybe_build_cleanup): Remove.
449
450 2002-03-22  Tom Tromey  <tromey@redhat.com>
451
452         Andrew Haley  <aph@cambridge.redhat.com>
453
454         * expr.c (build_field_ref): Don't build a check if the field is a
455         member of `this'.
456
457 2002-03-21  Eric Blake  <ebb9@email.byu.edu>
458
459         Fix for PR java/6026:
460         * lex.c (java_lex): Fix parsing of consecutive floats.
461
462 2002-03-21  Tom Tromey  <tromey@redhat.com>
463
464         * parse.y (build_access_to_thisn): Stop when FROM is not an inner
465         class.
466
467 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
468
469         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
470         insert_block, getdecls, kept_level_p, global_bindings_p): New.
471
472 2002-03-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
473
474         * gcj.texi: @code{gcj} becomes @command{gcj}.
475         @code{gcc} becomes @command{gcc}.
476         GcjRaw changed to gnu.gcc.RawData.
477
478 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
479
480         * decl.c (start_java_method): Use new hook.
481         * lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
482         (java_init): Remove old hook.
483
484 2002-03-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
485
486         * builtins.c (define_builtin): Do nothing if `type' is null.
487         Fixes PR java/5876.
488
489 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
490
491         * parse.y (parser_check_super_interface): Fix error message
492         grammar/order.
493
494 2002-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
495
496         * jcf-parse.c (get_constant): Delete unused variables.
497
498 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
499
500         * java-tree.h (java_parse_file): New.
501         * jcf-parse.c (yyparse): Rename java_parse_file.
502         * lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
503
504 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
505
506         * parse.y (craft_constructor): Return the constructor decl.
507         (java_expand_classes): Update comments.
508         (lookup_method_invoke): Call fix_constructors immediately for
509         anonymous class. Fixes PR java/5935.
510
511 2002-03-15  Anthony Green  <green@redhat.com>
512
513         * jcf-parse.c (yyparse): Don't emit class registration
514         constructor when compiling resource files.
515
516 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
517
518         * lang.c (java_tree_code_type, java_tree_code_length,
519         tree_code_name): Delete.
520         (tree_code_type, tree_code_length, tree_code_name): Define.
521         (java_init): Don't try to copy into the various tree_code
522         arrays.
523
524 2002-03-12  Tom Tromey  <tromey@redhat.com>
525
526         * jcf-parse.c (get_constant) [CONSTANT_String]: String values are
527         UTF-8, not UCS-2.  Fixes PR java/5923.
528
529         * parse.y (qualify_ambiguous_name): Handle case where QUAL_WFL is
530         a call_expr wrapped in a convert.  Fixes PR java/5848.
531
532 2002-03-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
533
534         * jcf-write.c (write_classfile): Improve error strings.
535
536 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
537
538         * lex.c: Adjust comments to GNU standards.
539
540 2002-03-11  Eric Blake  <ebb9@email.byu.edu>
541
542         Fix for PR java/5902:
543         * lex.c (java_lex): Fix parsing of literals.
544
545 2002-03-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
546
547         * parse.y (patch_assignment): Wrap the right-hand-side with a save_expr
548         to prevent it getting evaluated twice in the store checking case.
549         * expr.c (build_java_arraystore_check): Unwrap SAVE_EXPR's when
550         examining OBJECT.
551
552 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
553
554         * decl.c (java_init_decl_processing): Make sure class_type_node
555         alignment is not less than 64 bits if hash synchronization is enabled.
556
557 2002-03-08  Per Bothner  <per@bothner.com>
558
559         * parse.y (java_complete_lhs):  Check if patch_assignment
560         returned an error-mark.
561
562         * parse.y (try_builtin_assignconv):  Don't special-case zero.
563
564 2002-03-08  Per Bothner  <per@bothner.com>
565
566         Fix for PR java/5812.
567         * expr.c (build_java_jsr):  Take pc arguments, and do lookup_label
568         here instead of in JSR macro.  Likewise with load_type_state call.
569         Do the latter on if the return_pc has been verified (the jsr returns).
570         (JSR):  Now just call build_java_jsr.
571
572 2002-03-07  Jeff Sturm  <jsturm@one-point.com>
573
574         * java/Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.
575         (java.install-common): Link native driver to
576         JAVA_TARGET_INSTALL_NAME.
577
578 2002-03-05  David Billinghurst <David.Billinghurst@riotinto.com>
579
580         * builtins.c(cos_builtin): method_return_type ATTRIBUTE_UNUSED
581         * builtins.c(sin_builtin): Likewise
582         * builtins.c(sqrt_builtin): Likewise
583
584 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
585
586         * java/expr.c, java/jcf-parse.c, java/lex.c:
587         Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
588         REAL_ARITHMETIC blocks unconditional.  Delete some further
589         #ifdef blocks predicated on REAL_ARITHMETIC.
590
591 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
592
593         * class.c (init_class_processing): Use ARRAY_SIZE in lieu of
594         explicit sizeof/sizeof.
595         * decl.c (java_init_decl_processing): Likewise.
596         * jcf-parse.c (init_jcf_parse): Likewise.
597         * parse.y (init_src_parse): Likewise.
598
599 2002-03-02  Per Bothner  <per@bothner.com>
600
601         Make --CLASSPATH by a synonym for --classpath and -classpath.
602         Implement --bootclasspath.
603         * jcf-path.c (classpath_u):  Rename static variable to classpath_user.
604         (classpath_l):  Remove.
605         (jcf_path_CLASSPATH_arg):  Remove.
606         (jcf_path_bootclasspath_arg):  New function.
607         (jcf_path_seal):  Simplify accordingly.
608
609         * jcf.h (jcf_path_bootclasspath_arg):  New declarations.
610         (jcf_path_CLASSPATH):  Remove declaration.
611         * jvspec.c (jvgenmain_spec):  Also accept -fbootclasspath*.
612         (lang_specific_driver):  Translate -bootclasspath.
613         * lang-options.h:  Add --bootclasspath.  Update --CLASSPATH.
614         * lang.c (decode_lang_options):  Do jcf_path_init first.
615         Handle -fCLASSPATH same as -fclasspath.  Also process -fbootclasspath.
616         * gjavah.c:  Also handle --bootclasspath.
617         Handle --CLASSPATH as a synonum for --classpath.
618         * jcf-dump.c: Likewise.
619
620         "." is not part of system path, but is the default for --classpath.
621         * jcf-path.c (jcf_path_init):  Don't add "." to sys_dirs.
622         (jcf_path_seal):  Add "." if no CLASSPATH specified.
623
624         * gcj.texi:  Document changes.
625
626 2002-03-01  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
627
628         * expr.c (build_java_arraystore_check): Fix formatting.
629
630 2002-02-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
631
632         Fix for PR java/5758, java/5632:
633         * jcf-parse.c (load_class): Renamed local variable, consider `.' an
634         inner-class separator too.
635         * parse.y (do_resolve_class): New local `decl_result.'
636         Progressively build a name for what can have been loaded.
637
638 2002-02-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
639
640         * expr.c (java_array_data_offset): Removed function.
641         (JAVA_ARRAY_LENGTH_OFFSET): Removed macro.
642         (build_java_array_length_access): Obtain "length" value using a
643         COMPONENT_REF, instead of INDIRECT_REF and arithmetic.
644         (build_java_arrayaccess): Correct comment. Access "data" using a
645         COMPONENT_REF, and return an ARRAY_REF instead of an INDIRECT_REF.
646         (build_java_arraystore_check): New function.
647         (expand_java_arraystore): Use build_java_arraystore_check.
648         * parse.y (patch_assignment): Simplify code to insert a store check
649         when lvalue is an ARRAY_REF. Use build_java_arraystore_check.
650         * check-init.c (check_init): Update to reflect that an array length
651         access is now a COMPONENT_REF.
652         * gcj.texi (Code Generation): Improve documentation of
653         -fno-bounds-check. Add documentation for -fno-store-check.
654         * java-tree.h (flag_store_check): Declare.
655         (build_java_arraystore_check): Declare.
656         * lang.c (flag_store_check): Initialize to 1.
657         (lang_f_options): Add store-check option.
658         * jvspec.c: Don't pass store-check option to jvgenmain.
659         * lang-options.h: Add help string for -fno-store-check.
660
661 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
662
663         * decl.c (copy_lang_decl): Rename java_dup_lang_specific_decl.
664         * java-tree.h (java_dup_lang_specific_decl): New.
665         * lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
666
667 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
668
669         * builtins.c, decl.c: Delete traditional-mode-related code
670         copied from the C front end but not used, or used only to
671         permit the compiler to link.
672
673 2002-02-22  Tom Tromey  <tromey@redhat.com>
674
675         Fix for PR java/2369:
676         * jvspec.c (verify_class_name): New function.
677         (lang_specific_driver): Call it.
678         (JAVA_START_CHAR_P): New macro.
679         (JAVA_PART_CHAR_P): Likewise.
680
681 2002-02-22  Per Bothner  <per@bothner.com>
682
683         * class.c:  Change vtable to be more compatible with g++ v3 abi.
684         (get_dispatch_table):  Prepend offset-to-top (always 0) and
685         type_info pointer (currently unimplemented hence NULL) to vtable.
686         Specifically, prepend offset-to-top and typeinfo ptr (currently null).
687         (make_class_data):  Variable dtable_start_offset is sizeof 2 pointers.
688         Adjust vtable pointers by dtable_start_offse - i.e. skip new words.
689         (build_dtable_decl):  Add declarations for new fields.
690
691 2002-02-20  Per Bothner  <per@bothner.com>
692
693         * parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call
694         to finit$ (otherwise generate_bytecode_insns drops it). However, we
695         don't need to set it on the COMPOUND_EXPR - the caller does that.
696
697 2002-02-20  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
698
699         * gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option
700         `--CLASSPATH' becomes `--classpath.'
701         * gjavah.c: Likewise.
702         * jcf-dump.c: Likewise.
703         * lang-options.h: Likewise.
704         * lang.c: Likewise.
705         * jcf-path.c: Updated comment.
706         (jcf_path_classpath_arg): Renamed `jcf_path_CLASSPATH_arg.'
707         (jcf_path_CLASSPATH_arg): Renamed `jcf_path_classpath_arg.'
708         * jcf.h (jcf_path_CLASSPATH_arg): Ditto.
709         (jcf_path_CLASSPATH_arg): Ditto.
710         (classpath_u): Updated leading comment.
711
712 2002-02-20  Per Bothner  <per@bothner.com>
713
714         * builtins.c (check_for_builtin):  New function.
715         (build_call_or_builtin):  Remove.
716         * java-tree.h:  Update accordingly.
717         * expr.c (expand_invoke):  Use build + check_for_builtin instead
718         of build_call_or_builtin.
719         * parse.y (patch_invoke):  Likewise.  This avoids needlessly creating
720         a new CALL_EXPR node, which means we don't lose the CALL_USING_SUPER
721         flag (which had caused jcf-write to incorrectly emit invokevirtual).
722
723 2002-02-17  Tom Tromey  <tromey@redhat.com>
724
725         * java-tree.h (TYPE_STRICTFP): New macro.
726         (struct lang_type) [strictfp]: New field.
727         (CLASS_STRICTFP): New macro.
728         (METHOD_STRICTFP): New macro.
729         (struct lang_decl) [strictfp]: New field.
730         * parse.y (method_header): Disallow strictfp constructor or
731         abstract method.
732         (STRICT_TK): Move before MODIFIER_TK.
733         * parse.h (CLASS_MODIFIERS): Added ACC_STRICT.
734         (METHOD_MODIFIERS): Likewise.
735         (INTERFACE_MODIFIERS): Likewise.
736         * jcf-write.c (get_access_flags): Likewise.
737         * class.c (set_class_decl_access_flags): Recognize ACC_STRICT.
738         (add_method_1): Likewise.
739         (get_access_flags_from_decl): Likewise.
740         * jcf-dump.c (print_access_flags): Print in standard order.  Also,
741         recognize strictfp flag.
742         * jcf.h (ACC_STRICT): New define.
743
744 2002-02-12  David Billinghurst <Davod.Billinghurst@riotinto.com>
745
746         * class.c(build_utf8_ref): Move declaration of decl_size
747
748 2002-02-07  Tom Tromey  <tromey@redhat.com>
749
750         * gcj.texi (Input Options): --CLASSPATH does not suppress system
751         path.
752
753 2002-02-04  Anthony Green  <green@redhat.com>
754
755         * class.c (build_utf8_ref): Put UTF-8 constants into merged
756         sections if available.
757
758 2002-02-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
759
760         * parse.y (java_expand_classes): Fix typo in static field loop.
761
762 2002-02-02  Richard Henderson  <rth@redhat.com>
763
764         * class.c (add_field): Mark static fields external.
765         (build_class_ref): Remove redundant set.
766         * parse.y (java_expand_classes): Mark static fields of classes
767         to be compiled as local.
768         * jcf-parse.c (parse_class_file): Likewise.
769
770 2002-02-02  Nic Ferrier  <nferrier@tapsellferrier.co.uk>
771
772         * gcj.texi (About CNI): New node.
773
774 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
775
776         PR java/5080
777         * jcf-parse.c : Check for HAVE_LOCALE_H before using
778         setlocale() with LC_CTYPE as a parameter.
779         * jv-scan.c: Same.
780
781 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
782
783         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
784         Follow GNU Coding Standards for --version.
785
786 2002-01-28  Tom Tromey  <tromey@redhat.com>
787
788         * expr.c (build_jni_stub): Ensure storage for `meth' is
789         generated.
790         * parse.y (java_complete_expand_methods): Set
791         current_function_decl before building JNI stub.
792
793 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
794
795         * gcc/java/builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not
796         BUILT_IN_SQRTF.
797
798 2002-01-22  Tom Tromey  <tromey@redhat.com>
799
800         * decl.c (java_init_decl_processing): Use add_predefined_file.
801         Predefine RawData.java.
802         (predef_filenames): Removed.
803         (java_init_decl_processing): Don't register predef_filenames.
804         * jcf-parse.c (add_predefined_file): New function.
805         (predefined_filename_p): Rewrote.
806         (predefined_filename_p): No longer static.
807         * decl.c (java_init_decl_processing): Call initialize_builtins.
808         * Make-lang.in (JAVA_OBJS): Added builtins.o.
809         (java/builtins.o): New target.
810         * builtins.c: New file.
811         * parse.y (patch_invoke): Use build_call_or_builtin.
812         * java-tree.h (build_call_or_builtin): Declare.
813         (initialize_builtins): Declare.
814         (java_set_exception_lang_code): Removed unused declaration.
815         (PREDEF_FILENAMES_SIZE): Removed.
816         (java_tree_index): Added JTI_PREDEF_FILENAMES.
817         (predef_filenames): New define.
818         (add_predefined_file): Declare.
819         (predefined_filename_p): Declare.
820         * expr.c (expand_invoke): Use build_call_or_builtin.
821
822 2002-01-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
823
824         * parse.y (patch_switch_statement): Fix format specifier.
825
826 2002-01-16  Tom Tromey  <tromey@redhat.com>
827
828         More for PR java/5365:
829         * gjavah.c (print_stub_or_jni): Cause exception to be thrown by
830         default.
831         (process_file): Generate include for
832         java.lang.UnsupportedOperationExceptions.
833
834 2002-01-15  Andreas Jaeger  <aj@suse.de>
835
836         * .cvsignore: Add man pages.
837
838 2002-01-15  Tom Tromey  <tromey@redhat.com>
839
840         Fix for PR java/5365:
841         * gjavah.c (process_file): Turn class name into a file name.
842
843 2002-01-14  Matthias Klose  <doko@debian.org>
844
845         * gcj.texi: Fix whitespace and formatting errors in the
846         synopsis of the man pages. Update copyright.
847
848 2002-01-14  Tom Tromey  <tromey@redhat.com>
849
850         For PR libgcj/5303:
851         * Make-lang.in (java.install-man): Handle jv-convert man page.
852         (java.generated-manpages): Added jv-convert.1.
853         (java.uninstall): Remove jv-convert.1.
854         (java.maintainer-clean): Likewise.
855         ($(srcdir)/java/jv-convert.1): New target.
856         * gcj.texi (Top): Link to jv-convert node.
857         (Individual utilities): Likewise.
858         (Invoking jv-convert): New node.
859
860 2001-01-10  Jeff Sturm  <jsturm@one-point.com>
861             Martin Kahlert  <martin.kahlert@infineon.com>
862
863         * jcf-parse.c (get_constant): Don't swap lo/hi for big
864         endian targets when HOST_BITS_PER_WIDE_INT >= 64.
865
866 2002-01-03  Graham Stott  <grahams@redhat.com>
867
868         * class.c (compile_resource_file): Update copyright date.
869         Constify filename parameter.
870         (java-tree.h): Update copyright date.
871         (compile_resource_file): Constify filename parameter.
872
873 2002-01-03  Graham Stott  <grahams@redhat.com>
874
875         * gcc/jcf-parse.c: Update copyright date.
876         (yyparse): Constify resource_filename.
877
878 2002-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
879
880         * parse.y (src_parse_roots): Don't needlessly zero init.
881
882 2001-12-31  Tom Tromey  <tromey@redhat.com>
883
884         * parse.y (dump_java_tree): New function.
885         (source_end_java_method): Call it.
886         (end_class_declaration): Likewise.
887         * lang.c (java_decode_option): Call dump_switch_p.
888
889 2001-12-28  Tom Tromey  <tromey@redhat.com>
890
891         * gen-table.pl: Don't process characters after \uffff.  Added
892         comment pointing to input file.
893
894 2001-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
895
896         * gen-table.pl: Const-ify output.  Document the location of a
897         suitable unicode input file.
898
899         * chartables.h: Regenerate.
900
901 2001-12-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
902
903         * chartables.h: Const-ify.
904         * gjavah.c (options): Likewise.
905         * jcf-dump.c (options): Likewise.
906         * jv-scan.c (options): Likewise.
907         * lex.c (java_start_char_p, java_part_char_p): Likewise.
908         * parse.y (binop_lookup): Likewise.
909
910 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
911
912         * Make-lang.in (keyword.h): Pass -C to gperf to const-ify
913         the static arrays that are output.
914         * jvspec.c (jvgenmain_spec): Make static.
915         * keyword.gperf (struct java_keyword, java_keyword): Const-ify.
916         * keyword.h: Regenerate.
917         * lang.c (string_option, process_option_with_no, lang_f_options,
918         lang_W_options): Const-ify.
919         * lex.c (java_lex): Likewise.
920
921 2001-12-21  Richard Henderson  <rth@redhat.com>
922
923         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..
924         (get_boehm_type_descriptor): ... here.  Arrange for the
925         TREE_TYPE to get set properly.
926
927 2001-12-21  Richard Henderson  <rth@redhat.com>
928
929         * class.c (compile_resource_file): Set TREE_PUBLIC on the constructor
930         only if the target requires collect2.
931
932         * class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
933
934 2001-12-20  Tom Tromey  <tromey@redhat.com>
935
936         For PR java/4509:
937         * parse.y (java_complete_lhs) [COMPOUND_EXPR]: Correctly compute
938         CAN_COMPLETE_NORMALLY for the node.
939         * jcf-write.c (generate_bytecode_insns) [COMPOUND_EXPR]: Don't
940         generate code for second branch if first branch can't complete
941         normally.
942         (generate_bytecode_insns) [LOOP_EXPR]: Don't generate `goto' to
943         the loop head if the loop body can't complete normally.
944
945 2001-12-20  Tom Tromey  <tromey@redhat.com>
946
947         For PR java/4766:
948         * jcf-write.c (generate_bytecode_insns) [TRY_FINALLY_EXPR]: Handle
949         case where `finally' clause can't complete normally.
950
951 2001-12-20  Tom Tromey  <tromey@redhat.com>
952
953         Fixes PR java/5057:
954         * parse.y (analyze_clinit_body): Added this_class parameter.
955         Check for more cases where we must keep <clinit>.
956         (maybe_yank_clinit): Cleaned up flow control.
957
958 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
959
960         * decl.c (java_init_decl_processing): Don't initialize
961         finit_leg_identifier_node.
962         * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE.
963         (finit_leg_identifier_node): Remove.
964         (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE.
965
966 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
967
968         * mangle.c (mangle_member_name): Don't special-case for
969         NO_DOLLAR_IN_LABEL.
970         * mangle_name.c (unicode_mangling_length): Likewise.
971         (append_unicode_mangled_name): Likewise.
972         * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL
973         code.
974
975 2001-12-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
976
977         * expr.c (build_java_array_length_access): Don't force null pointer
978         check unless flag_check_references is set.
979
980 2001-12-20  Tom Tromey  <tromey@redhat.com>
981
982         Fix for PR java/3417:
983         * parse.y (patch_assignment): Added special processing for
984         `return'.
985         (patch_return): Don't convert booleans to integers, and don't
986         special-case `null'.
987
988 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
989
990         * config-lang.in (diff_excludes): Remove.
991
992 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
993
994         * gcj.texi: Update link to GCC manual.
995
996 2001-12-17  Tom Tromey  <tromey@redhat.com>
997
998         * parse.y (link_nested_class_to_enclosing): Removed useless
999         statement.
1000
1001 2001-12-16  Tom Tromey  <tromey@redhat.com>
1002
1003         * mangle.c (mangle_method_decl): Never emit `C2' constructor.
1004         Fixes PR java/5088.
1005
1006 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1007
1008         * ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
1009         jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
1010         spelling errors.
1011
1012 2001-12-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1013
1014         * lex.c (java_read_unicode, java_lex): Use hex_p/hex_value.
1015
1016 2001-12-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1017
1018         * decl.c (java_init_decl_processing): Build otable_type correctly.
1019         otable_decl is an otable_type.
1020
1021 2001-12-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1022
1023         * java-tree.h (otable_methods, otable_decl, otable_syms_decl,
1024         otable_type, otable_ptr_type, method_symbol_type,
1025         method_symbols_array_type, method_symbols_array_ptr_type): New
1026         field/global tree definitions.
1027         (flag_indirect_dispatch): New flag.
1028         * decl.c (java_init_decl_processing): Initialize new otable and
1029         otable_syms type nodes and decls. Add new field "index" to
1030         method_type_node.
1031         * class.c (build_method_symbols_entry): New function.
1032         (make_method_value): Set "index" to to method's vtable index for
1033         virtual methods when indirect-dispatch is not used.
1034         (make_class_data): For indirect-dispatch, don't emit the dtable_decl,
1035         and set vtable_method_count to -1. Set otable and otable_syms field
1036         if indirect-dispatch is used and there was something to put in them.
1037         (build_method_symbols_entry): New function.
1038         (emit_offset_symbol_table): New function.
1039         * expr.c (get_offset_table_index): New function.
1040         (build_invokevirtual): Build array reference to otable at the index
1041         returned by get_offset_table_index, and use the result as the vtable
1042         offset.
1043         (build_invokeinterface): Similar.
1044         * jcf-parse.c (yyparse): If indirect-dispatch, call
1045         emit_offset_symbol_table at the end of compilation, after all classes
1046         have been generated.
1047         * jvspec.c: Don't pass findirect-dispatch to jvgenmain.
1048         * lang.c (flag_indirect_dispatch): Define.
1049         (lang_f_options): Add indirect-dispatch flag.
1050
1051 2001-12-14  Matthias Klose  <doko@debian.org>
1052
1053         * gcj.texi: Markup for man page generation. Document missing
1054         options printed by <tool> --help.
1055         Terminate description of gij's -ms option with a dot.
1056         * Make-lang.in ($(srcdir)/java/*.1): New targets.
1057         (java.generated-manpages java.install-man, java.uninstall,
1058         java-maintainer-clean) Updated.
1059
1060 2001-12-14  Hans Boehm  <Hans_Boehm@hp.com>
1061
1062         * class.c (get_dispatch_table): Fix java vtable layout
1063         for TARGET_VTABLE_USES_DESCRIPTORS.
1064         * decl.c (java_init_decl_processing): Initialize
1065         alloc_no_finalizer_node, finalize_identifier_node.
1066         * expr.c (class_has_finalize_method): New function.
1067         (expand_java_NEW): Generate calls for finalizer-free allocation.
1068         (build_invokevirtual): Fix java vtable layout for
1069         TARGET_VTABLE_USES_DESCRIPTORS.
1070         * java-tree.h (enum java_tree_index): New entries:
1071         JTI_ALLOC_NO_FINALIZER_NODE, JTI_FINALIZE_IDENTIFIER_NODE.
1072         (alloc_no_finalizer_node, finalize_deintifier_node): New macros.
1073         (class_has_finalize_method): declare.
1074         (HAS_FINALIZER_P): New macro.
1075         * parse.y (patch_invoke): Generate calls for finalizer-free
1076         allocation.
1077
1078 2001-12-12  Matthias Klose  <doko@debian.org>
1079
1080         * Make-lang.in: JAVA_INSTALL_NAME, JAVA_CROSS_NAME: Remove
1081         whitespace at end of line.
1082
1083 2001-12-11  Tom Tromey  <tromey@redhat.com>
1084
1085         * lex.c (java_init_lex): Define wfl_to_string as
1086         gnu.gcj.runtime.StringBuffer unless generating bytecode.
1087
1088 2001-12-11  Jeff Sturm  <jsturm@one-point.com>
1089
1090         * class.c (make_method_value): Use null_pointer_node to
1091         represent empty exception table.
1092
1093 2001-12-10  Tom Tromey  <tromey@redhat.com>
1094
1095         * check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.
1096
1097 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
1098
1099         * Make-lang.in (jvspec.o): Add $(OUTPUT_OPTION).
1100
1101 2001-12-09  Per Bothner  <per@bothner.com>
1102
1103         * check-init.c (current_switch_has_default):  New static field.
1104         (check_init):  Case DEFAULT_EXPR: Set current_switch_has_default.
1105         Case SWITCH_EXPR:  Save/restore current_switch_has_default.  If no
1106         DEFAULT_EXPR seen, simulate a default alternative that copies state.
1107
1108 2001-12-09  Tom Tromey  <tromey@redhat.com>
1109
1110         * check-init.c (check_init): Don't allow pre- or post- increment
1111         or decrement of final variable.
1112         (final_assign_error): Minor error message rewording.
1113
1114 2001-12-08  Tom Tromey  <tromey@redhat.com>
1115
1116         * java-tree.h: Fixed typo.
1117
1118         * gjavah.c (decompile_method): Don't decompile to `return this'
1119         for static methods.
1120
1121         * gjavah.c (cxx_keywords): Re-sorted.
1122         * lex.c (cxx_keywords): Re-sorted.
1123
1124         * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
1125         else.
1126
1127         * gjavah.c (print_namelet): Clear subnamelets.
1128         (HANDLE_METHOD): Set `method_printed' earlier.
1129
1130 2001-12-07  Tom Tromey  <tromey@redhat.com>
1131
1132         * lang.c (lang_f_options): Added
1133         optimize-static-class-initialization.
1134         (java_decode_option): Removed special case.
1135
1136 2001-12-07  Per Bothner  <per@bothner.com>
1137
1138         * check-init.c (check_init):  Fix typo freeing memory twice.
1139
1140 2001-12-05  Per Bothner  <per@bothner.com>
1141
1142         Restore support for static class initialization optimization.
1143         * java-tree.h (STATIC_CLASS_INIT_OPT_P): Re-enable.
1144         * check-init.c (check_int):  At end of BLOCK handle initialization
1145         blocks, which used to be done in java_complete_expand_method but did
1146         not handle the case where check_for_initialization might allocate
1147         more than a word of bits.
1148         * decl.c (lang_make_tree):  The smic field is now a tree.
1149         * expr.c (build_class_init):  Set DECL_FUNCTION_INIT_TEST_CLASS field.
1150         * java-tree.h (DECL_FUNCTION_INIT_TEST_TABLE):  New macro.
1151
1152         * parse.y (emit_test_initialization):  Combine hash_lookup calls.
1153
1154         * java-tree.h (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND):
1155         Change from a hash table to a list.
1156         (struct_lang_decl):  Change field 'smic' to match.
1157         * class.c (add_method_1):  Initialize
1158         DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND to null list.
1159         * parse.y (adjust_init_test_initialization):  Removed - inlined into -
1160         (java_expand_method_bodies): -here, since 'smic' is now a list.
1161         (patch_invoke):  Add to 'smic' list, instead of hash_lookup.
1162
1163         * check-init.c (WORD_SIZE):  Use BITS_PER_UNIT.
1164
1165         * class.c (java_hash_compare_tree_node):  Fix casts.
1166
1167 2001-12-04  Per Bothner  <per@bothner.com>
1168
1169         * check-init.c:   Handle definite unassignment to finals in addition
1170         to definite assignment.
1171         (loop_current_locals):  New field.
1172         (num_current_locals, int start_current_locals, num_current_words):
1173         Make static.
1174         (SET_P, CLEAR_P, SET_BIT):  Add needed but missing parentheses.
1175         (ASSIGNED_P, UNASSIGNED_P, SET_ASSIGNED, SET_UNASSIGNED,
1176         CLEAR_ASSIGNED, CLEAR_UNASSIGNED):  New macros.
1177         (get_variable_decl, check_final_reassigned):  New functions.
1178         (check_init, check_bool_init):  Modify as needed for checking finals.
1179         (check_for_initialization):  Take extra parameter and return void.
1180         Do extra start-up logic to check final fields for assignment.
1181         * parse.y (check_static_final_variable_assignment_flag,
1182         reset_static_final_variable_assignment_flag, check_final_assignment,
1183         check_final_variable_local_assignment_flag,
1184         reset_final_variable_indirect_assignment_flag,
1185         reset_final_variable_global_assignment_flag):  Remove functions.
1186         (java_complete_expand_methods, outer_field_access_fix,
1187         patch_assignment): Remove no-longer used logic.
1188         * java-tree.h (DECL_FIELD_FINAL_IUD):  Change usage and comments.
1189         * parse.y (register_fields, java_complete_tree):  Update accordingly.
1190
1191         * check-init.c (ALLOC_WORDS/FREE_WORDS):  Use xmalloc/free, not alloca.
1192         (DECLARE_BUFFERS, RELEASE_BUFFERS, ALLOC_BUFFER, FREE_BUFFER):  New.
1193         (check_cond_init, check_bool2_init):  Use DECLARE_BUFFERS.
1194
1195         * java-tree.h (STATIC_CLASS_INIT_OPT_P):  Temporarily turn off.
1196
1197         * java-tree.h (DECL FINAL):  New bit-field.
1198         (METHOD_FINAL, FIELD_FINAL, CLASS_FINAL):  Define as DECL_FINAL.
1199         (LOCAL_FINAL_P):  Use DECL_FINAL rather than old LOCAL_FINAL.
1200         (DECL_INIT_CALLS_THIS):  New macro.
1201         (struct lang_decl):  New bit-field init_calls_this.
1202         (DECL_FUNCTION_ALL_FINAL_INITIALIZED, DECL_FIELD_FINAL_LIIC,
1203         DECL_FIELD_FINAL_IERR, LOCAL_FINAL, TYPE_HAS_FINAL_VARIABLE
1204         (DECL_BIT_INDEX):  Change to use pointer_alias_set since we now
1205         use it for both local variables and final fields.
1206         (struct lang_decl_var):  Remove bit-fields final_liic, final_ierr,
1207         and local_final.
1208         (struct lang_type):  Remove hfv bit-field.
1209         (check_for_initialization):  Change to return void.
1210
1211         * java-tree.h (IS_ARRAY_LENGTH_ACCESS):  New macros.
1212         * expr.c (build_java_array_length_access):  Set IS_ARRAY_LENGTH_ACCESS.
1213         * check-init.c (final_assign_error):  New helper function.
1214         (check_final_reassigned, check_init):  Use it.
1215         (check_init):  Also check IS_ARRAY_LENGTH_ACCESS for ARRAY.length.
1216
1217         * java-tree.h (struct lang_decl, struct lang_decl_var):  Change all
1218         bit-fields to unsigned.
1219
1220 2001-12-03  Per Bothner  <per@bothner.com>
1221
1222         * parse.y (patch_binop):  Minor constant folding.
1223
1224         * parse.y (build_current_thisn):  Shorter 'buffer'.
1225
1226 2001-12-03  Per Bothner  <per@bothner.com>
1227
1228         * decl.c (complete_start_java_method):  Now generate TRY_FINALLY_EXPR
1229         instead of CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR.
1230         * jcf-write.c (generate_bytecode_insns):  Remove support for
1231         CLEANUP_POINT_EXPR and WITH_CLEANUP_EXPR as they are no longer used.
1232         * check-init.c (check_init):  Likewise.
1233
1234 2001-12-03  Per Bothner  <per@bothner.com>
1235
1236         * verify.c (subroutine_nesting):  New function.
1237         (verify_jvm_instructions):  Use it to fix logic for checking that
1238         we're done with the current subroutine.
1239
1240         * verify.c (verify_jvm_instruction): For OPCODE_checkcast and
1241         OPCODE_instanceof use POP_TYPE macro for better diagnostics.
1242
1243 2001-12-03  Per Bothner  <per@bothner.com>
1244
1245         * jcf.h:  Fix obvious typo in comment.
1246         * typeck.c (build_null_signature):  Add comment.
1247
1248 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1249
1250         * expr.c: Remove leading capital from diagnostic messages, as
1251         per GNU coding standards.
1252         * jcf-io.c: Similarly.
1253         * jcf-parse.c: Similarly.
1254         * jv-scan.c: Similarly.
1255         * jvspec.c: Similarly.
1256         * mangle.c: Similarly.
1257
1258 2001-12-02  Tang Ching-Hui  <nicholas@cs.nthu.edu.tw>
1259             Alexandre Petit-Bianco  <apbianco@redhat.com>
1260
1261         * expr.c (build_java_arrayaccess): Call save_expr on array for
1262         correct evaluation order, modified comment, fixed indentation.
1263         * parse.y: (patch_assignment): Correctly extract the array base
1264         from the tree generate by build_java_arrayaccess, added comments.
1265         (patch_array_ref): Remove SAVE_EXPR on ARRAY_REF.
1266         Fixes PR java/3096, PR java/3803, PR java/3965.
1267
1268 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1269
1270         * expr.c (expand_byte_code): Remove trailing periods from messages.
1271         * jcf-parse.c (load_class, jcf_parse): Similarly.
1272         * jcf-write.c (generate_classfile): Similarly.
1273         * lex.c (java_lex): Similarly.
1274
1275 2001-11-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1276
1277         * class.c (add_interface_do): Set BINFO_VPTR_FIELD.
1278
1279 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1280
1281         * Make-lang.in (java.generated-manpages): New dummy target.
1282
1283 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1284
1285         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
1286         ASM_FINAL_SPEC.
1287         (lang_specific_pre_link): Use set_input to set input_filename.
1288         Append `main' here.
1289         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
1290         (main): Fix definition.
1291         Strip `main' from classname.
1292         Fixes PR java/227.
1293
1294 2001-11-18  Roger Sayle <roger@eyesopen.com>
1295
1296         * parse.h (java_expand_switch): Remove old prototype.
1297
1298 2001-11-18  Tom Tromey  <tromey@redhat.com>
1299
1300         Fix for PR java/1401:
1301         * jcf-write.c (generate_bytecode_insns) [binop]: Handle case where
1302         arg0 is null.
1303         (generate_bytecode_insns) [MODIFY_EXPR]: Handle `OP=' case
1304         correctly.
1305
1306 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1307
1308         * lang.c (finish_parse): Rename to java_finish.
1309         (LANG_HOOKS_FINISH, java_finish): New.
1310
1311 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1312
1313         * decl.c (init_decl_processing): Rename java_init_decl_processing.
1314         * java-tree.h: New prototype.
1315         * lang.c (java_init): Update prototype.  Combine with old init_parse.
1316
1317 2001-11-13  Tom Tromey  <tromey@redhat.com>
1318
1319         * gjavah.c (method_signature): New global.
1320         (HANDLE_METHOD): Set it.
1321         (decompile_return_statement): New function.
1322         (decompile_method): Use it.
1323         (print_method_info): Removed `synth' argument.
1324
1325 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1326
1327         * java-tree.h (java_set_yydebug): New.
1328         * jcf-parse.c (set_yydebug): Rename java_set_yydebug.
1329         * lang.c (LANG_HOOKS_SET_YYDEBUG): Override.
1330         (print_lang_decl, print_lang_type, print_lang_identifier,
1331         print_lang_statistics, lang_print_xnode): Remove.
1332
1333 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1334
1335         * jcf-parse.c (init_lex): Remove.
1336         * lang.c (language_string, lang_identify): Remove.
1337         (struct lang_hooks): Constify.
1338         (LANG_HOOKS_NAME): Override.
1339         (init_parse): Update.
1340
1341 2001-11-08  Andreas Franck  <afranck@gmx.de>
1342
1343         * Make-lang.in (JAVA_INSTALL_NAME, JAVA_CROSS_NAME): Handle
1344         program_transform_name the way suggested by autoconf.
1345         (java.install-common): Also transform auxiliary program names with
1346         program_transform_name.
1347
1348 2001-11-08  Tom Tromey  <tromey@cygnus.com>
1349
1350         * parse.y (trap_overflow_corner_case): New rule.
1351         (unary_expression): Use it.
1352         * lex.c (java_init_lex): Don't set minus_seen.
1353         (yylex): Don't use minus_seen.  Communicate overflow to parser for
1354         it to handle.
1355         (error_if_numeric_overflow): New function.
1356         * parse.h (minus_seen): Removed field.
1357         (JAVA_RADIX10_FLAG): New define.
1358
1359 2001-11-07  Tom Tromey  <tromey@redhat.com>
1360
1361         Patch for PR java/1414:
1362         * parse.y (case_label_list): New global.
1363         (goal): Register case_label_list with GC.
1364         (java_complete_lhs): Save new case on case_label_list.
1365         (patch_switch_statement): Check for duplicate case labels.
1366
1367 2001-11-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
1368
1369         * parse.y (patch_assignment): Removed unused third argument.
1370         (java_complete_lhs): Removed unused third argument to patch_assignment.
1371
1372 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1373
1374         * lang.c: Include langhooks-def.h.
1375         * Make-lang.in: Update.
1376
1377 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
1378
1379         * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
1380
1381 2001-10-29  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1382
1383         * mangle.c (find_compression_record_match): Don't match compression
1384         records for package name elements unless they occur at the start of
1385         the name. Fix for PR java/4717.
1386
1387 2001-10-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1388
1389         * expr.c (expand_java_field_op): Don't special-case references to
1390         java.lang.PRIMTYPE.TYPE.
1391         (build_primtype_type_ref): Removed.
1392         * java-tree.h (build_primtype_type_ref): Remove prototype.
1393         * parse.y (maybe_build_primttype_type_ref): Removed.
1394         (complete_function_arguments): Don't special-case references to
1395         java.lang.PRIMTYPE.TYPE.
1396         (patch_assignment): Likewise.
1397         (array_constructor_check_entry): Likewise.
1398
1399 2001-10-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
1400
1401         * mangle.c (static tree compression_table): Fixed leading comment.
1402         * parse.h (struct parser_ctxt): Fixed field comment.
1403         * parse.y (check_pkg_class_access): New prototype, fixed leading
1404         comment, new parameter used to emit error only if passed as true.
1405         (parse_check_super): Pass extra argument to check_pkg_class_access.
1406         (do_resolve_class): Likewise.
1407         (process_imports): Likewise.
1408         (read_import_dir): Fixed indentation.
1409         (find_in_imports_on_demand): New local class_type_name. Local
1410         node_to_use deleted. while loop changed into for loop. Report
1411         multiple definition only for accessible classes. Improved error
1412         message.
1413         (start_complete_expand_method): Local `ptr' removed. DECL_ARGUMENTS
1414         assigned to parameter list, fixed indentation. while loop changed
1415         into for loop, restore TREE_CHAIN on local `tem' before the next
1416         iteration.
1417
1418 Tue Oct 23 14:02:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1419
1420         * lang.c (lang_get_alias_set): Deleted.
1421
1422 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1423
1424         * gjavah.c (jni_print_char): Fix thinko in last change.
1425
1426         * gjavah.c (jni_print_char, decode_signature_piece): Use
1427         safe-ctype macros and/or fold extra calls into fewer ones.
1428         * lex.c (java_read_unicode, java_lex): Likewise.
1429         * lex.h (JAVA_START_CHAR_P, JAVA_PART_CHAR_P, JAVA_ASCII_DIGIT,
1430         JAVA_ASCII_HEXDIGIT, JAVA_ASCII_LETTER): Likewise.
1431         * mangle_name.c (append_unicode_mangled_name,
1432         unicode_mangling_length): Likewise.
1433
1434 2001-10-17  Richard Henderson  <rth@redhat.com>
1435
1436         * Make-lang.in (java/lang.o): Depend on langhooks.h.
1437
1438 2001-10-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
1439
1440         * lang.c (langhooks.h): Included.
1441         (LANG_HOOKS_INIT): Redefined.
1442         (LANG_HOOKS_INIT_OPTIONS): Likewise.
1443         (LANG_HOOKS_DECODE_OPTION): Likewise.
1444         (struct lang_hooks lang_hooks): New initialization.
1445
1446 2001-10-11  Per Bothner  <per@bothner.com>
1447
1448         * parse.y (patch_synchronized_statement):  Use a TRY_FINALLY_EXPR
1449         rather than a CLEANUP_POINT_EXPR/WITH_CLEANUP_EXPR pair.
1450         The former is simpler, and jcf-write.c handles it better.
1451         (java_complete_lhs):  No longer need to handle CLEANUP_POINT_EXPR
1452         or WITH_CLEANUP_EXPR.
1453         * jcf-write.c:  Revert Alex's change from 2000-10-18.  It is no
1454         longer needed, as we already handle empty TRY_FINALLY_EXPR bodies fine.
1455
1456         * parse.y (patch_if_else_statement):  If the condition is constant,
1457         optimize away the test.
1458
1459 2001-10-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
1460
1461         * parse.y (patch_cast): Call patch_string on the first operand of
1462         the incoming node, update it if necessary. Fixes PR java/4510.
1463
1464 2001-10-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1465
1466         * parse.y (find_as_inner_class): Don't disregard the enclosing scope
1467         when name qualifier matches a package name.
1468
1469 2001-10-08  Tom Tromey  <tromey@redhat.com>
1470
1471         Fix for PR java/4489:
1472         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Always
1473         force a new label when computing `body_block'.
1474
1475 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1476
1477         * jcf-io.c (format_uint): Const-ify.
1478         * lang.c (java_tree_code_type, java_tree_code_length): Likewise.
1479         * lex.c (java_get_line_col): Likewise.
1480         * parse.y (build_incdec): Likewise.
1481
1482 2001-10-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
1483
1484         * parse.y (register_incomplete_type): Set JDEP_SUPER to be given
1485         a NULL enclosing context if appropriate. Fixes PR java/4466.
1486
1487 2001-10-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
1488
1489         * parse.y (patch_assignment): Use lvalue's original TYPE when
1490         building the final COMPOUND_EXPR.
1491         (try_reference_assignconv): Fixed leading comment.
1492
1493 2001-09-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
1494
1495         * parse.y (check_final_variable_indirect_assignment): For
1496         COMPOUND_EXPR, return only if finals were found initialized
1497         properly, if not, keep on checking.
1498         (check_final_variable_global_assignment_flag): New local
1499         error_found, set when appropriate and used to decide whether to
1500         report uninitialized finals. Fixed typo in comment.
1501
1502 2001-09-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
1503
1504         * decl.c (init_decl_processing): Fixed typo in predef_filenames
1505         last three initializations. Fixes PR java/4360.
1506
1507 2001-09-21  Richard Henderson  <rth@redhat.com>
1508
1509         * class.c (get_dispatch_table): Handle function descriptors.
1510         (build_dtable_decl): Likewise.
1511         * expr.c (build_invokevirtual): Likewise.
1512
1513 2001-09-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
1514
1515         * parse.y (patch_method_invocation): Build class initialization
1516         when static finals are used to qualify method invocation.
1517         Fixes PR java/4366.
1518
1519 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
1520
1521         * parse.h: (WFL_STRIP_BRACKET): Re-written using
1522         build_type_name_from_array_name.
1523         (STRING_STRIP_BRACKETS): New macro.
1524         * parse.y (build_type_name_from_array_name): New function.
1525         (array_creation_expression:): Accumulate []s instead of [s.
1526         (cast_expression:): Accumulate []s instead of [s after cast type
1527         name.
1528         (build_array_from_name): Local string deleted, use
1529         build_type_name_from_array_name.
1530         (build_unresolved_array_type): Accumulate []s instead of [s after
1531         type name.
1532         (register_fields): Fixed comment.
1533         (resolve_class): Local name, base deleted, new locals tname and
1534         array_dims. Use build_type_name_from_array_name. Use array_dims to
1535         build array type.
1536         (purify_type_name): Use STRING_STRIP_BRACKETS.
1537
1538 2001-09-18  Andreas Jaeger  <aj@suse.de>
1539
1540         * parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
1541         * jv-scan.c: Likewise.
1542
1543 2001-09-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
1544
1545         * parse.y (patch_method_invocation): Inner class creation context
1546         check not enforced within constructors. Fixes PR java/1873.
1547
1548 2001-09-16  Tom Tromey  <tromey@redhat.com>
1549
1550         * jcf-write.c (generate_bytecode_insns) [SWITCH_EXPR]: Call
1551         NOTE_PUSH for single-case push.  Fixes PR java/4189.
1552
1553 2001-09-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
1554
1555         * java-tree.h (TYPE_IMPORT_LIST): New macro.
1556         (TYPE_IMPORT_DEMAND_LIST): Likewise.
1557         (struct lang_type): New fields import_list and import_demand_list.
1558         * parse.y (java_complete_class): Initialize TYPE_IMPORT_LIST and
1559         TYPE_IMPORT_DEMAND_LIST with ctxp counterparts.
1560         (do_resolve_class): New local saved_enclosing_type, initialized,
1561         passed as parameter to find_in_imports and find_in_imports_on_demand.
1562         (find_in_imports): Added paramater enclosing_type, use its
1563         TYPE_IMPORT_LIST when applicable.
1564         (find_in_imports_on_demand): Added parameter enclosing_type, use
1565         its TYPE_IMPORT_DEMAND_LIST when applicable. Reorganized locals
1566         declaration and initialization.
1567         (fold_constant_for_init): Switch/restore current_class to the
1568         appropriate context.
1569
1570 2001-09-13  Mark Mitchell  <mark@codesourcery.com>
1571
1572         * verify.c (verify_jvm_instructions): Fix typo.
1573
1574 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1575
1576         * expr.c (expand_invoke): Const-ification.
1577         * parse.y (patch_method_invocation): Likewise.
1578
1579 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1580
1581         * gjavah.c (cxx_keywords): Const-ification.
1582         * keyword.gperf (java_keyword): Likewise.
1583         * lang.c (java_tree_code_name): Likewise.
1584         * lex.c (cxx_keywords): Likewise.
1585         * parse.y (java_parser_context_suspend, merge_string_cste): Likewise.
1586
1587 2001-09-11  Richard Henderson  <rth@redhat.com>
1588
1589         * parse.h (ctxp_for_generation): Mark extern.
1590
1591 2001-09-10  Richard Henderson  <rth@redhat.com>
1592
1593         * class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.
1594
1595 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
1596
1597         * typeck.c (java_array_type_length, build_prim_array_type):
1598         Represent empty arrays by NULL index.
1599
1600 2001-09-06  Alexandre Petit-Bianco  <apbianco@redhat.com>
1601
1602         * java-tree.h (compile_resource_file): Grouped with other prototypes.
1603         * jvspec.c (lang_specific_driver): Removed unused local `ptr.'
1604
1605 2001-09-06  Anthony Green  <green@redhat.com>
1606
1607         * class.c (O_BINARY): Define if necessary.
1608         (registerResource_libfunc): Declare.
1609         (init_class_processing): Initilize registerResource_libfunc.
1610         (compile_resource_file): New function.
1611         * java-tree.h (resource_name): Declare.
1612         (compile_resource_file): Declare.
1613         * jcf-parse.c (yyparse): Handle compiling java resource files.
1614         * lang.c (java_decode_option): Handle -fcompile-resource option.
1615         * jvspec.c (lang_specific_driver): Handle -R flag for compiling
1616         resource files.
1617         * gcj.texi (Code Generation): Add documentation for -R flag.
1618
1619 2001-09-05 Alexandre Petit-Bianco  <apbianco@redhat.com>
1620
1621         * jcf-write.c (generate_classfile): Issue an error in case of
1622         field/initial value mismatch.
1623         * parse.y (analyze_clinit_body): Keep <clinit> if an array is
1624         being initialized and we're generating bytecode.
1625         (java_complete_lhs): In MODIFY_EXPR section: added comments,
1626         set DECL_INITIAL properly when appropriate.
1627         Fixes PR java/4230
1628         Fixes PR java/4204
1629
1630 2001-09-01  Per Bothner  <per@bothner.com>
1631
1632         * parse.y (maybe_yank_clinit):  A field without an initializer is not
1633         relevant.  All initializers except static final and constant require
1634         <clinit>, regardless of flag_emit_class_files.
1635
1636 2001-08-31  Per Bothner  <per@bothner.com>
1637
1638         * class.c (set_constant_value):  When not emiting class files, then a
1639         String ConstantValue is a utf8const_ptr_type.
1640
1641 2001-08-30  Per Bothner  <per@bothner.com>
1642
1643         * jcf-write.c (generate_classfile):  Check that field is primitive
1644         or string before emitting ConstantValue attribute.
1645
1646 2001-08-30  Per Bothner  <per@bothner.com>
1647
1648         * parse.y (resolve_qualified_expression_name):  If creating a
1649         COMPOUND_EXPR, set it's type correctly.
1650
1651 2001-08-30  Per Bothner  <per@bothner.com>
1652
1653         * jcf-io.c (open_class):  Set filename field.
1654
1655         * jcf-parse,c (parse_class_file):  Set current_function_decl
1656         for better error message when Code attribute is missing.
1657
1658         * lang.c (put_decl_node, lang_print_error):  Re-arrange for
1659         better diagnostics, especially for constructors.
1660
1661 2001-08-30  Per Bothner  <per@bothner.com>
1662
1663         * jcf-write.c (generate_classfile):  Don't write ConstantValue
1664         attribute if field is not final, for compatibility with jdk.
1665
1666         * jcf-write.c (generate_classfile):  Convert ConstantValue values
1667         to correct type.  Work-around for front-end bug.
1668         * class.c (set_constant_value):  Error if constant has wrong type.
1669
1670 2001-08-30  Per Bothner  <per@bothner.com>
1671
1672         * jcf-dump.c (print_constant):  Fix fencepost error so "Float" and
1673         "Double" are printed at verbosity 1.
1674
1675         * jcf-dump.c (main):  Disable flag_print_attributes if --javap.
1676
1677         * jcf-dump.c (SPECIAL_IINC):  Remove unneeded casts to long.
1678
1679 2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
1680
1681         * parse.y (patch_assignment): Don't verify final re-assignment here.
1682         (java_complete_lhs): Verify assignments to finals calling
1683         patch_assignment. Verify re-assignments to finals before calling
1684         patch_assignment.
1685
1686 2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
1687
1688         * parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
1689         Fixes PR java/1413
1690
1691 2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
1692
1693         * lex.c (java_lex): new local found_hex_digits. Set and then used
1694         in test to reject invalid hexadecimal numbers.
1695         * parse.y (java_complete_tree): Prevent unwanted cast with
1696         initialized floating point finals.
1697         (patch_binop): Emit a warning when detecting a division by zero,
1698         mark result not constant, don't simplify non integer division.
1699
1700 2001-08-28  Per Bothner  <per@bothner.com>
1701
1702         * jcf-write.c  (generate_bytecode_insns):  For increments and
1703         decrements just recurse to push constant.  Improvement on Mark's patch.
1704
1705 2001-08-28  Mark Mitchell  <mark@codesourcery.com>
1706
1707         * jcf-write.c (generate_bytecode_insns): Generate an integer to
1708         real conversion for increments and decrements of reals.
1709
1710 2001-08-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
1711
1712         * parse.y (resolve_qualified_expression_name): Handle unresolved
1713         qualified expressions, prevent numerical qualifiers, fixed typo.
1714         Fixes PR java/4141
1715
1716 2001-08-24  Alexandre Petit-Bianco  <apbianco@redhat.com>
1717
1718         * parse.y (check_deprecation): Handle TYPE_DECL in a special case,
1719         don't report anything but deprecated class when marked so. Handle
1720         VAR_DECL.
1721         (patch_method_invocation): Check deprecation on methods and types.
1722         (patch_binop): code becomes an enum tree_code, added default: to
1723         switch to handle that. Detect division by zero, try to fold and
1724         return before using a subroutine.
1725
1726 2001-08-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
1727
1728         * jcf-parse.c (yyparse): Set magic to 0, don't issue error for a
1729         file smaller than 4 bytes.
1730         * parse.y (check_inner_circular_reference): New function.
1731         (check_circular_reference): Likewise.
1732         (array_initializer:): Accept {,}.
1733         (java_check_circular_reference): Rewritten using
1734         check_circular_reference and check_inner_circular_reference.
1735         (java_complete_expand_method): Unconditionally save and restore
1736         the unpurged exception list.
1737         (build_dot_class_method_invocation): Unmangle signature parameter.
1738
1739 2001-08-21  Tom Tromey  <tromey@redhat.com>
1740
1741         * decl.c (init_decl_processing): Add `throws' field to method
1742         descriptor.
1743         * class.c (make_method_value): Compute `throws' field for method.
1744
1745 2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
1746
1747         * parse.y (resolve_inner_class): Keep local_enclosing to NULL if
1748         circularity is detected.
1749         (ctors_unchecked_throws_clause_p): Fixed leading comment.
1750
1751 2001-08-17  Richard Henderson  <rth@redhat.com>
1752
1753         * class.c (emit_register_classes): Add align parameter to
1754         call to assemble_integer.
1755
1756 2001-08-16  Alexandre Petit-Bianco  <apbianco@redhat.com>
1757
1758         * jcf-parse.c (load_class): New locals saved and class_loaded. If
1759         loading a class_or_name fails, try considering an innerclass name
1760         and load the enclosing context.
1761         * parse.y (resolve_inner_class): New function.
1762         (find_as_inner_class): Added leading comment.
1763         (register_incomplete_type): Keep the current context as enclosing
1764         context for JDEP_FIELD dependencies.
1765         (do_resolve_class): Locals new_class_decl and super initialized to
1766         NULL. Call resolve_inner_class, explore the enclosing context
1767         superclass if necessary.
1768         Fixes PR java/4007
1769
1770 2001-08-16  Tom Tromey  <tromey@redhat.com>
1771
1772         * jcf-dump.c (main): Updated for change to jcf_path_seal.
1773         * gjavah.c (main): Updated for change to jcf_path_seal.
1774         * lang.c (version_flag): New global.
1775         (java_decode_option): Recognize `-version'.
1776         (java_init): Update for change to jcf_path_seal.
1777         * jcf.h (jcf_path_seal): Added `print' argument.
1778         * jcf-path.c (jcf_path_seal): Added `print' argument.
1779
1780 2001-08-13  Zack Weinberg  <zackw@panix.com>
1781
1782         * Make-lang.in (java/decl.o): Update dependencies.
1783         * decl.c: Include libfuncs.h, don't include toplev.h.
1784
1785 2001-08-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
1786
1787         * decl.c (init_decl_processing): exception_type_node,
1788         class_not_found_type_node, and no_class_def_found_type_node
1789         initialized. predef_filenames augmented accordingly.
1790         instinit_identifier_node initialized.
1791         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): Entry removed.
1792         * java-tree.h (enum java_tree_index): New entries
1793         JTI_EXCEPTION_TYPE_NODE, JTI_CLASS_NOT_FOUND_TYPE_NODE,
1794         JTI_NO_CLASS_DEF_FOUND_TYPE_NODE, JTI_INSTINIT_IDENTIFIER_NODE.
1795         (exception_type_node): New macro.
1796         (class_not_found_type_node): Likewise.
1797         (no_class_def_found_type_node): Likewise.
1798         (instinit_identifier_node): Likewise.
1799         (PREDEF_FILENAMES_SIZE): Adjusted.
1800         (TYPE_HAS_FINAL_VARIABLE): Fixed typo.
1801         (struct lang_type): Fixed typo in bitfield name.
1802         (DECL_INSTINIT_P): New macro.
1803         (ID_INSTINIT_P): Likewise.
1804         * jcf-write.c (generate_classfile): instinit$ bears the Synthetic
1805         attribute.
1806         * parse.y (encapsulate_with_try_catch): New function.
1807         (generate_instinit): Likewise.
1808         (build_instinit_invocation): Likewise.
1809         (ctors_unchecked_throws_clause_p): Likewise.
1810         (add_instance_initializer): Deleted.
1811         (build_instance_initializer): Likewise.
1812         (in_instance_initializer): Likewise.
1813         (check_method_redefinition): instinit$ not to be verified.
1814         (java_complete_expand_methods): Generate instinit$, simplified code.
1815         (build_dot_class_method): Eliminated unnecessary locals. Use
1816         encapsulate_with_try_catch, removed unnecessary code.
1817         (fix_constructors): New local iii. Use build_instinit_invocation.
1818         (patch_method_invocation): Added comment.
1819         (maybe_use_access_method): Don't consider instinit$.
1820         (find_applicable_accessible_methods_list): Shorten the search for
1821         instinit$ too.
1822         (java_complete_lhs): case INSTANCE_INITIALIZERS_EXPR removed.
1823         (patch_return): Use DECL_INSTINIT_P instead of in_instance_initializer.
1824         (patch_throw_statement): Likewise. Fixed typo.
1825
1826 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
1827
1828         Revert:
1829         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1830         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
1831         ASM_FINAL_SPEC.
1832         (lang_specific_pre_link): Use set_input to set input_filename.
1833         Append `main' here.
1834         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
1835         (main): Fix definition.
1836         Strip `main' from classname.
1837         Fixes PR java/227.
1838
1839 2001-08-11  Zack Weinberg  <zackw@panix.com>
1840
1841         * lex.h: Don't include setjmp.h.  Don't define
1842         SET_FLOAT_HANDLER or prototype set_float_handler.
1843
1844 2001-08-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
1845
1846         * expr.c (java_lang_expand_expr): Call `expand_end_bindings' and
1847         `poplevel' in the right order.
1848
1849 2001-08-09  Richard Henderson  <rth@redhat.com>
1850
1851         * Make-lang.in (class.o): Depend on TARGET_H.
1852         * class.c (emit_register_classes): Use target hooks instead of
1853         assemble_constructor and assemble_destructor.
1854
1855 2001-08-08  Alexandre Petit-Bianco  <apbianco@redhat.com>
1856
1857         * check-init.c (flags.h): Include
1858         (check_init): Don't report uninitialized static class
1859         initialization flags, don't free bit index when doing static class
1860         initialization optimization.
1861         (check_for_initialization): Return type changed to `unsigned int.'
1862         (attach_initialized_static_class): New function.
1863         * class.c (add_method_1): Create the initialized static class
1864         table if necessary.
1865         (finish_class): Always emit deferred inline methods.
1866         * decl.c (emit_init_test_initialization): Moved to expr.c
1867         (complete_start_java_method): Don't traverse
1868         DECL_FUNCTION_INIT_TEST_TABLE.
1869         (lang_mark_tree): Mark hash tables in function decls.
1870         * expr.c (emit_init_test_initialization): Moved from decl.c.
1871         (build_class_init): Create LAG_DECL_SPECIFIC for the static class
1872         initialization flag, set DECL_CONTEXT and
1873         LOCAL_CLASS_INITIALIZATION_FLAG.
1874         (java_lang_expand_expr): Emit initialization code for static class
1875         initialized flags when entering block, if necessary.
1876         * gcj.texi (-fno-optimize-static-class-initialization): Documented.
1877         * java-tree.h (flag_optimize_sci): New global variable declaration.
1878         (DECL_FUNCTION_INITIALIZED_CLASS_TABLE): New macro.
1879         (DECL_FUNCTION_STATIC_METHOD_INVOCATION_COMPOUND): Likewise.
1880         (LOCAL_FINAL_P): Fixed typo in comment.
1881         (FINAL_VARIABLE_P): Likewise.
1882         (LOCAL_CLASS_INITIALIZATIO_FLAG): New macro.
1883         (LOCAL_CLASS_INITIALIZATIO_FLAG_P): Likewise.
1884         (struct lang_decl): New fields `ict', `smic' and `cif.'
1885         (check_for_initialization): New returned value for global.
1886         (attach_initialized_static_class): New global function.
1887         (STATIC_CLASS_INIT_OPT_P): New macro.
1888         * lang-options.h (-fno-optimize-static-class-initialization): New flag.
1889         * lang.c (java_decode_option): Handle
1890         `-fno-optimize-static-class-initialization'
1891         * parse.y (start_complete_expand_method): New function.
1892         (java_expand_method_bodies): Likewise.
1893         (attach_init_test_initialization_flags): Likewise.
1894         (adjust_init_test_initialization): Likewise.
1895         (emit_test_initialization): Likewise.
1896         (java_complete_expand_methods): Nullify abstract and native method
1897         bodies.
1898         (java_complete_expand_method): New locals `fbody', `block_body'
1899         and `exception_copy.' Reorganized: directly return on empty method
1900         bodies, call `start_complete_expand_method', remember definitely
1901         initialized static class in function, don't expand method bodies.
1902         (java_expand_classes): Call `java_expand_method_bodies' before
1903         `finish_class' when compiling to native.
1904         (resolve_expression_name): Use `orig' after building outer class
1905         field access.
1906         (patch_invoke): Remember static method invokations.
1907
1908 2001-08-06  Richard Henderson  <rth@redhat.com>
1909
1910         * class.c (emit_register_classes): Pass a symbol_ref and priority
1911         to assemble_constructor.
1912
1913 2001-08-02  Alexandre Petit-Bianco  <apbianco@redhat.com>
1914
1915         * java-tree.h (all_class_filename): New macro.
1916         (enum java_tree_index): New enum `JTI_ALL_CLASS_FILENAME.'
1917         (BUILD_FILENAME_IDENTIFIER_NODE): Fixed leading comment. Link
1918         newly created IDENTIFIER_NODE to `all_class_filename.'
1919
1920 2001-08-01  Jeff Sturm  <jsturm@one-point.com>
1921
1922         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE):
1923         Use ggc_add_tree_root to register roots.
1924
1925 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
1926
1927         * check-init.c (check_init): WITH_CLEANUP_EXPR node to use its
1928         second operand calling check_init.
1929         * decl.c (complete_start_java_method): Swaped second and third
1930         arguments while creating WITH_CLEANUP_EXPR node.
1931         * jcf-write.c (generate_bytecode_insns): Use second operand
1932         instead of third when handling WITH_CLEANUP_EXPR.
1933         * parse.y (java_complete_lhs): Expand second operand of
1934         WITH_CLEANUP_EXPR nodes.
1935         (patch_synchronized_statement): Swaped second and third arguments
1936         while creating WITH_CLEANUP_EXPR node.
1937
1938 2001-07-18  Alexandre Petit-Bianco  <apbianco@redhat.com>
1939
1940         * parse.y (create_interface): Avoid cyclic inheritance report when
1941         syntax error encountered during class definition.
1942         Fixes PR java/2956
1943
1944 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1945
1946         * jvspec.c (jvgenmain_spec): Cannot use %umain, breaks
1947         ASM_FINAL_SPEC.
1948         (lang_specific_pre_link): Use set_input to set input_filename.
1949         Append `main' here.
1950         * jvgenmain.c (usage): Append literal `main' to CLASSNAME.
1951         (main): Fix definition.
1952         Strip `main' from classname.
1953         Fixes PR java/227.
1954
1955 2001-07-18  Tom Tromey  <tromey@redhat.com>
1956
1957         For PR java/2812:
1958         * lex.h: Use HAVE_ICONV, not HAVE_ICONV_H.
1959         * lex.c (java_new_lexer): Use ICONV_CONST.
1960         (java_read_char): Likewise.
1961         * Make-lang.in (jc1$(exeext)): Link against LIBICONV.
1962         (jv-scan$(exeext)): Likewise.
1963
1964 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
1965
1966         * parse.h (INTERFACE_INNER_MODIFIERS): Disallow `private.'
1967         * parse.y (check_class_interface_creation): Allow `private' if the
1968         enclosing is not an interface.
1969         (create_interface): Interface tagged public if the enclosing
1970         context is an interface.
1971         (create_class): Class tagged public if the enclosing context
1972         is an interface.
1973         Fixes PR java/2959
1974
1975 2001-07-17  Alexandre Petit-Bianco  <apbianco@redhat.com>
1976
1977         * class.c (push_class): Set DECL_SIZE to `integer_zero_node.'
1978         Fixes PR java/2665
1979
1980 2001-07-14  Tim Josling  <tej@melbpc.org.au>
1981
1982         * check-init.c (check_init): Remove references to EXPON_EXPR.
1983
1984 2001-07-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
1985
1986         * parse.y (java_complete_lsh): Set CAN_COMPLETE_NORMALLY and unset
1987         TREE_CONSTANT_OVERFLOW of CASE_EXPR value.
1988         Fixes PR java/3602
1989
1990 2001-07-13  Tom Tromey  <tromey@redhat.com>
1991
1992         * jvspec.c (jvgenmain_spec): Remove -ffilelist-file from cc1
1993         invocation.
1994
1995 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
1996
1997         * parse.y (patch_method_invocation): Don't override primary if one
1998         is already provided, but let this$<n> be built. Fixed comment.
1999
2000 2001-07-12  Alexandre Petit-Bianco  <apbianco@redhat.com>
2001
2002         * parse.y (empty_statement:): Report empty statement error only
2003         when found at class declaration level.
2004         Fixes PR java/3635
2005
2006 2001-07-12  Tom Tromey  <tromey@redhat.com>
2007
2008         * expr.c (expand_load_internal): New function.
2009         (LOAD_INTERNAL): Use it.
2010
2011 2001-07-11  Alexandre Petit-Bianco  <apbianco@redhat.com>
2012
2013         * parse.y (verify_constructor_super): Compare anonymous class ctor
2014         args with `valid_method_invocation_conversion_p.'
2015         Fixes PR java/3285
2016
2017 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
2018
2019         * lang-specs.h: Forbit the use if `-femit-class-file{s}' without
2020         `-fsyntax-only.' Fixes PR java/3248
2021
2022 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
2023
2024         * jcf-io.c (find_class): Clarified error message. Fixes PR java/2603
2025
2026 2001-07-10  Alexandre Petit-Bianco  <apbianco@redhat.com>
2027
2028         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): No `this' is fine if the
2029         current function is static. Fixes PR java/1970
2030
2031 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2032
2033         * parse.y (patch_method_invocation): Add enclosing context to ctor
2034         calls if necessary. Fixes PR java/2953
2035
2036 2001-07-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2037
2038         * parse.y (resolve_package): Abort if qualified expression member
2039         isn't right.
2040         (qualify_ambiguous_name): Don't qualify as type if `this' in use.
2041         Fixes PR java/1391
2042
2043 2001-07-07  Zack Weinberg  <zackw@stanford.edu>
2044
2045         * verify.c: Don't use // comments.
2046
2047 2001-07-05  Tom Tromey  <tromey@redhat.com>
2048
2049         * lang.c (flag_assume_compiled): Removed.
2050         * java-tree.h (flag_assume_compiled): Removed.
2051         * lang-options.h: Removed -ffile-list-file, -fuse-boehm-gc,
2052         -fhash-synchronization, -fuse-divide-subroutine,
2053         -fcheck-references, -femit-class-file, -femit-class-files,
2054         -fassume-compiled.  Updated --encoding information.  Changed
2055         -foutput-class-dir to `-d'.
2056
2057 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
2058
2059         * jcf-parse.c (parse_class_file): Add lineno parameter to
2060         debug_start_source_file call.
2061
2062 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2063
2064         * gcj.texi: Use gpl.texi.
2065         * Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Update
2066         dependencies and use doc/include in search path.
2067
2068 2001-07-03  Jeff Sturm  <jsturm@one-point.com>
2069
2070         * parse.y (fix_constructors): Test if a CALL_EXPR invokes
2071         `this'.  If so, don't build instance initializers.
2072
2073 2001-07-03  Alexandre Petit-Bianco  <apbianco@redhat.com>
2074
2075         * parse.y (resolve_expression_name): Improved error message for
2076         inner class cases. Fixes PR java/1958
2077
2078 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
2079
2080         * lang.c: #include diagnostic.h
2081         (lang_print_error): Add a `diagnostic_context *' parameter.
2082         (java_dummy_print): Likewise.
2083         * Make-lang.in (JAVA_LEX_C): Depend on diagnostic.h
2084
2085 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
2086
2087         * jcf-parse.c (gcc_mark_jcf): Test for a finished JCF.
2088         * jcf.h (typedef struct JCF): New bitfield `finished.'
2089         (JCF_FINISH): Set `finished.'
2090         (JCF_ZERO): Reset `finished.'
2091         Fixes PR java/2633
2092
2093 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
2094
2095         * parse.y (class_body_declaration:): Don't install empty instance
2096         initializers.
2097         Fixes PR java/1314
2098
2099 2001-06-27  Alexandre Petit-Bianco  <apbianco@redhat.com>
2100
2101         * class.c (set_super_info): Call `set_class_decl_access_flags.'
2102         (set_class_decl_access_flags): New function.
2103         * java-tree.h (set_class_decl_access_flags): New prototype.
2104         * jcf-parse.c (handle_innerclass_attribute): Read and set access flags.
2105         (parse_class_file): New local `decl_max_locals.' Take wide types
2106         into account to compute DECL_MAX_LOCALS.
2107         * parse.y (type_import_on_demand_declaration:): Ignore duplicate
2108         imports on demand.
2109
2110 2001-06-22  Jan van Male  <jan.vanmale@fenk.wau.nl>
2111
2112         * zipfile.h: Use GCC_JCF_H instead of JCF_H.
2113
2114 2001-06-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
2115
2116         * class.c (java_hash_tree_node): Fixed indentation in leading comment.
2117         * parse.y (do_resolve_class): Moved comments out to leading comment
2118         section. Removed local `start', New local `_ht' and
2119         `circularity_hash.'  Record `enclosing' in hash table and search
2120         it to detect circularity.  Use `enclosing' as an argument to
2121         `lookup_cl.' Free the hash table when done.
2122
2123 2001-06-19  Tom Tromey  <tromey@redhat.com>
2124
2125         * lex.c (java_read_char): Disallow invalid and overlong
2126         sequences.  Fixes PR java/2319.
2127
2128 2001-06-05  Jeff Sturm  <jsturm@one-point.com>
2129
2130         * decl.c (create_primitive_vtable): Don't call make_decl_rtl.
2131
2132 2001-06-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
2133
2134         * expr.c (force_evaluation_order): Match wrapped ctor calls, locate
2135         arguments accordingly.
2136
2137 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2138
2139         * gcj.texi: Move contents to just after title page.
2140
2141 2001-06-01  Alexandre Petit-Bianco  <apbianco@redhat.com>
2142
2143         * parse.y (type_literals:): Use `build_incomplete_class_ref' with
2144         builtin type.
2145         (patch_incomplete_class_ref): Build the class ref, build the class
2146         init if necessary, complete the tree.
2147         Fixes PR java/2605
2148
2149 2001-05-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
2150
2151         * parse.y (lookup_field_wrapper): Test `name' code.
2152         (resolve_qualified_expression_name): Test `qual_wfl' code.
2153         (qualify_ambiguous_name): Handle `CONVERT_EXPR', fixe indentation,
2154         handle `qual_wfl' by code.
2155         (maybe_build_primttype_type_ref): Test `wfl' code.
2156
2157 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
2158
2159         * Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on
2160         fdl.texi.
2161         (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls.  Create
2162         the dvi file in the java directory.
2163
2164 2001-05-25  Sam TH  <sam@uchicago.edu>
2165
2166         * gen-table.pl javaop.h jcf.h lex.h,
2167         parse.h: Fix header include guards.
2168
2169 2001-05-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2170
2171         * jv-scan.c (version): Update copyright year.
2172
2173 2001-05-21  Per Bothner  <per@bothner.com>
2174
2175         * jcf-parse.c (read_class):  If class is from .class or .zip file
2176         and it's already been read, don't push/pop parser context.
2177
2178 2001-05-18  Per Bothner  <per@bothner.com>
2179
2180         * jvspec.c (lang_specific_pre_link):  Re-arrange the linker
2181         command line so the jvgenmain-generated main program comes first.
2182
2183 2001-05-15  Tom Tromey  <tromey@redhat.com>
2184
2185         * class.c (build_utf8_ref): Don't generate identifier based on
2186         utf8const contents.
2187
2188 2001-05-12  Richard Henderson  <rth@redhat.com>
2189
2190         * java-tree.def (JAVA_EXC_OBJ_EXPR): New.
2191         * expr.c (java_lang_expand_expr): Expand it.
2192         (process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
2193         calling build_exception_object_ref.
2194         * parse.y (catch_clause_parameter): Likewise.
2195         (build_dot_class_method): Likewise.
2196         (try_reference_assignconv): Likewise.
2197         * check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
2198         * jcf-write.c (generate_bytecode_insns): Likewise.
2199
2200 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
2201
2202         * parse.y (build_unresolved_array_type): Set
2203         EXPR_WFL_QUALIFICATION on the newly created wfl.
2204         Fixes PR java/2538. Fixes PR java/2535.
2205
2206 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
2207
2208         * parse.y (fix_constructors): Removed unnecessary assignment to
2209         local. Moved assignment to `this$<n>', fixed comments and
2210         indentation.
2211         (build_wfl_wrap): Fixed indentation.
2212         Fixes PR java/2598, java/2579 and java/2658.
2213
2214 2001-05-03  Mo DeJong  <mdejong@redhat.com>
2215
2216         * lex.c (java_new_lexer): Call iconv_close on temp handle used to
2217         check for byte swap.
2218
2219 2000-05-02  Jeff Sturm  <jsturm@one-point.com>
2220
2221         * expr.c (build_class_init): Move MODIFY_EXPR
2222         outside of COND_EXPR.  Remove variable `call'.
2223
2224 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2225
2226         * decl.c: NULL_PTR -> NULL.
2227         * jcf-write.c: Likewise.
2228
2229 2001-05-01  Tom Tromey  <tromey@redhat.com>
2230
2231         * Make-lang.in ($(srcdir)/java/gcj.info): Added `-I..'.
2232         (java/gcj.dvi): Added $(srcdir) to TEXINPUTS.
2233         * gcj.texi: Updated copyright text.  Include fdl.texi.
2234         (Top): Link to new node.
2235
2236 2001-05-01  Per Bothner  <per@bothner.com>
2237
2238         * parse.h (REGISTER_IMPORT):  Use tree_cons instead of chainon.
2239
2240 2001-05-01  Per Bothner  <per@bothner.com>
2241
2242         * parse.y (java_pop_parser_context):  The TREE_VALUE of a link in the
2243         import_list contains the name, not the TREE_PURPOSE.
2244
2245 2001-04-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2246
2247         * jcf-io.c (read_zip_member): Cast to long in comparison with
2248         signed value.
2249
2250         * jvspec.c (lang_specific_driver): Initialize variables.
2251
2252         * mangle.c (find_compression_record_match): Likewise.
2253
2254         * typeck.c (build_null_signature): Provide static prototype.  Mark
2255         parameter with ATTRIBUTE_UNUSED.
2256
2257         * verify.c (verify_jvm_instructions): Initialize variable.
2258
2259 2001-04-27  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2260
2261         * parse.y (do_resolve_class): Check for cyclic inheritance during
2262         inner class resolution.
2263
2264 2001-04-27  Per Bothner  <per@bothner.com>
2265
2266         * parse.y (java_expand_classes):  Don't change ctxp_for_generation
2267         while iterating, since that could cause gc to lose stuff.
2268
2269 2001-04-26  Per Bothner  <per@bothner.com>
2270
2271         Fix method search wrt scope of inner classes to match JLS2.
2272         * typeck.c (build_null_signature):  New static function.
2273         (has_method):  New function.  Uses build_null_signature and lookup_do.
2274         * java-tree.h (has_method):  New declaration.
2275         * parse.y (find_applicable_accessible_methods_list):  Do not search
2276         context of inner classes here.
2277         (patch_method_invocation):  Search scope, ie. current and outer clases,
2278         for method matching simple name, to find class.
2279
2280 2001-04-26  Per Bothner  <per@bothner.com>
2281
2282         * jcf-write.c (generate_bytecode_insns case SWITCH_EXPR):
2283         Fix thinko:  If a single case, use if_icmpeq, not ifeq.
2284
2285         * constants.c (find_methodref_with_class_index):  New function.
2286         (find_methodref_index):  Use find_methodref_with_class_index.
2287         * java-tree.h (find_methodref_with_class_index):  New declaration.
2288         * jcf-write.c (generate_bytecode_insns case CALL_EXPR):  Don't change
2289         DECL_CONTEXT, instead use new find_methodref_with_class_index function.
2290         If context changed from interface to class, don't use invokeinterface.
2291
2292 2001-04-25  Per Bothner  <per@bothner.com>
2293
2294         * verify.c (verify_jvm_instructions):  For field instructions,
2295         check that field index is valid.  For invoke instructions, check that
2296         method index is valid.
2297
2298 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
2299
2300         * config-lang.in (target_libs): Copy from $libgcj_saved.
2301
2302 2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2303
2304         * decl.c (init_decl_processing): Add new class "protectionDomain"
2305         field.
2306         * class.c (make_class_data): Set initial value for "protectionDomain".
2307
2308 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2309
2310         * jvspec.c (lang_specific_driver): Fix memory allocation
2311         deficit, by using concat in lieu of xmalloc/sprintf.
2312
2313 2001-04-20  Per Bothner  <per@bothner.com>
2314
2315         Fixes to compile multiple .class files at once.
2316         * decl.c (init_decl_processing):  Don't set CLASS_LOADED_P.
2317         * java-tree.h (CLASS_PARSED_P):  New macro.
2318         (CLASS_LOADED_P):  Re-define to use TYPE_SIZE and CLASS_PARSED_P.
2319         * jcf-parse.c (jcf_parse_source):  Inline into read_class.
2320         (read_class):  Avoid some code duplication.
2321         Don't call JCF_FINISH for a .class file - might be needed later.
2322         (jcf_parse):  Don't call layout_class here.  Check/set CLASS_PARSED_P
2323         rather than CLASS_LOADED_P, since latter implies class laid out.
2324         (yyparse):  Do layout_class and JCF_FINISh here instead, in pass 2.
2325         * parse.y:  Don't need to set CLASS_LOADED_P for array types.
2326
2327 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2328
2329         * Make-lang.in (java/boehm.o): Depend on toplev.h.
2330
2331         * boehm.c: Include toplev.h.
2332
2333 2001-04-06  Tom Tromey  <tromey@redhat.com>
2334             Alexandre Petit-Bianco  <apbianco@redhat.com>
2335
2336         Fix for PR gcj/1404 and PR gcj/2332:
2337         * parse.y (build_array_from_name): If we use the type_wfl then
2338         accumulate dimensions from the original type as well.
2339         (build_unresolved_array_type): Don't modify TYPE_OR_WFL in place.
2340
2341 2001-04-06  Tom Tromey  <tromey@redhat.com>
2342
2343         * parse.y (analyze_clinit_body): Return true if the second operand
2344         of a METHOD_EXPR is nonzero.
2345
2346 2001-04-06  Tom Tromey  <tromey@redhat.com>
2347
2348         * Make-lang.in ($(srcdir)/java/parse-scan.c): Run bison from build
2349         directory.
2350         ($(srcdir)/java/parse.c): Likewise.
2351
2352 2001-04-05  Alexandre Petit-Bianco  <apbianco@redhat.com>
2353
2354         * gcj.texi: Use `which-gcj' instead of `which-g77.'
2355         (version-gcc): Initialized.
2356         (which-gcj): Likewise.
2357
2358 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
2359
2360         * java-tree.h (struct lang_decl): New macro
2361         `DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
2362         * parse.y (build_instance_initializer): New function.
2363         (add_instance_initializer): Use it.
2364         (java_fix_constructors): Set `current_class' before fix pass.
2365         (fix_constructors): Just return if already fixed. Move `super()'
2366         invokation ahead. Use `build_instance_initializer.'
2367         Fixes PR java/1315.
2368
2369 2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
2370
2371         * parse.y (resolve_qualified_expression_name): Pass field's
2372         DECL_CONTEXT to `not_accessible_p.'
2373         (not_accessible_p): Changed parameters order in `inherits_from_p'
2374         invokation.
2375
2376 2001-03-27  Andrew Haley  <aph@cambridge.redhat.com>
2377
2378         * lang-options.h: Add flag_check_references.
2379
2380 2001-04-04  Per Bothner  <per@bothner.com>
2381
2382         * java-tree.h (CONSTANT_VALUE_P):  New macro.
2383         * jcf-write.c (generate_classfile):  Use CONSTANT_VALUE_P.
2384         * parse.y (maybe_build_class_init_for_field):  New static function.
2385         (resolve_expression_name, resolve_field_access):  Use
2386         maybe_build_class_init_for_field instead of build_class_init
2387         This does not do the init if the field is compile-time-constant.
2388         (resolve_field_access):  Simplify.
2389
2390         * parse.y (fold_constant_for_init):  Merge test into switch.
2391
2392 2001-04-03  Zack Weinberg  <zackw@stanford.edu>
2393
2394         * Make-lang.in (buffer.o, check-init.o, class.o): Don't depend
2395         on gansidecl.h.
2396         * buffer.c, jvgenmain.c: Don't include gansidecl.h.
2397
2398 2001-04-02  Zack Weinberg  <zackw@stanford.edu>
2399
2400         * expr.c (pop_type_0): Save the result of the first
2401         lang_printable_name call in a scratch buffer, so it
2402         won't be clobbered by the second call.
2403
2404 2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
2405
2406         * parse-scan.y (array_type:): Rewritten.
2407         (type_declaration:): `empty_statement' replaces `SC_TK.'
2408         (class_member_declaration:): `empty statement' added.
2409         (method_body:): Simplified.
2410         (static_initializer:): Likewise.
2411         (primary_no_new_array:): Use `type_literals.'
2412         (type_literals:): New rule.
2413         (dims:): Set and update `bracket_count.'
2414         Fixes PR java/1074. Fixes PR java/2412.
2415
2416 2001-03-28  Hans Boehm  <boehm@acm.org>
2417
2418         * boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'
2419         (get_boehm_type_descriptor): Set type on returned value to be a
2420         pointer length integer.
2421
2422 2001-03-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2423
2424         * expr.c (pop_type_0): Call `concat' rather than building the
2425         string manually.
2426         (pop_type): Add format specifier in call to `error'.
2427
2428         * parse.y (patch_method_invocation): Avoid casting away
2429         const-ness.
2430
2431 2001-03-28  Jeffrey Oldham  <oldham@codesourcery.com>
2432
2433         * jvgenmain.c (do_mangle_classname): End string constant with '\0'.
2434
2435 2001-03-28  Richard Henderson  <rth@redhat.com>
2436
2437         IA-64 ABI Exception Handling:
2438         * Make-lang.in (except.o): Don't depend on eh-common.h.
2439         * check-init.c (check_init): Handle EXC_PTR_EXPR.
2440         * decl.c (init_decl_processing) [throw_node]: No _Jv_Sjlj_Throw.
2441         [soft_exceptioninfo_call_node]: Remove.
2442         [eh_personality_libfunc, lang_eh_runtime_type]: New.
2443         (end_java_method): No emit_handlers.
2444         * except.c (java_set_exception_lang_code): Remove.
2445         (method_init_exceptions): Don't call it.
2446         (prepare_eh_table_type): No CATCH_ALL_TYPE.
2447         (build_exception_object_ref): New.
2448         (expand_end_java_handler): Update for except.h name changes.
2449         (emit_handlers, expand_resume_after_catch): Remove.
2450         * expr.c (java_lang_expand_expr): Update for except.h name changes.
2451         (process_jvm_instruction): Use build_exception_object_ref.
2452         * java-tree.h (JTI_SOFT_EXCEPTIONINFO_CALL_NODE): Remove.
2453         (soft_exceptioninfo_call_node): Remove.
2454         (build_exception_object_ref): Declare.
2455         * jcf-write.c (generate_bytecode_insns) [CALL_EXPR]: No
2456         soft_exceptioninfo_call_node.  Move processing ...
2457         [EXC_PTR_EXPR]: ... here.
2458         * parse.h (BUILD_ASSIGN_EXCEPTION_INFO): Remove dead code.
2459         * parse.y (catch_clause_parameter): Use build_exception_object_ref.
2460         (source_end_java_method): No java_set_exception_lang_code or
2461         emit_handlers.
2462         (build_dot_class_method): Use build_exception_object_ref.
2463         (try_reference_assignconv): Check EXC_PTR_EXPR not
2464         soft_exceptioninfo_call_node.
2465
2466 2001-03-28  Richard Henderson  <rth@redhat.com>
2467
2468         * java-tree.h (throw_node): Define as a single member of
2469         java_global_trees instead of a separate array.
2470         (JTI_THROW_NODE): New.
2471         * decl.c (throw_node): Don't declare.
2472         (init_decl_processing): Init a scalar throw_node.
2473         Don't register it for gc.
2474         * check-init.c (check_init): Reference scalar throw_node.
2475         * expr.c (build_java_athrow): Likewise.
2476         * jcf-write.c (generate_bytecode_insns): Likewise.
2477         * parse.h (BUILD_THROW): Likewise.
2478
2479 2001-03-28  Richard Henderson  <rth@redhat.com>
2480
2481         * decl.c (end_java_method): Do not save and restore
2482         flag_non_call_exceptions.
2483         * parse.y (source_end_java_method): Likewise.
2484         * lang.c (flag_exceptions): Don't declare.
2485         (java_init_options): Set flag_non_call_exceptions.  Set
2486         flag_exceptions here ...
2487         (java_init): ... not here.
2488
2489 2001-03-27  Richard Henderson  <rth@redhat.com>
2490
2491         * expr.c, parse.h: Use USING_SJLJ_EXCEPTIONS instead of
2492         exceptions_via_longjmp.
2493
2494         * lang.c (flag_new_exceptions): Don't declare it.
2495         (java_init_options): Or set it.
2496
2497 2001-03-27  Richard Henderson  <rth@redhat.com>
2498
2499         * decl.c (end_java_method): Rename asynchronous_exceptions to
2500         flag_non_call_exceptions.
2501         * parse.y (source_end_java_method): Likewise.
2502
2503 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2504
2505         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
2506
2507 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
2508
2509         * parse.h (DECL_END_SOURCE_LINE): Don't rely on DECL_FRAME_SIZE.
2510
2511 2001-03-26  Alexandre Petit-Bianco  <apbianco@redhat.com>
2512
2513         * parse.y (find_as_inner_class): Follow current package
2514         indications not to mistakingly load an unrelated class.
2515
2516 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2517
2518         * constants.c (PUTN): Use memcpy, not bcopy.
2519
2520         * lex.c (java_read_char): Use memmove, not bcopy.
2521
2522         * parse.y (java_parser_context_resume): Use memcpy, not bcopy.
2523
2524 2001-03-23  Per Bothner  <per@bothner.com>
2525
2526         * verify.c (verify_jvm_instructions):  Replace 3 pop_type by POP_TYPE
2527         macro for better error pin-pointing.
2528         * java-tree.h:  Fix typo in comment.
2529
2530         * jcf-write.c (generate_bytecode_insns):  Changes to TRY_FINALLY_EXPR.
2531         Don't include jsr/goto in exception range.
2532         Check if start and end of exception range are the same (also TRY_EXPR).
2533         Don't emit jsr after try_block if CAN_COMPLETE_NORMALLY is false.
2534         However, do emit the following goto even if try_block is empty.
2535         Defer freeing exception_decl until after the finalizer, to make
2536         sure the local isn't reused in the finalizer.  Fixes PR java/1208.
2537
2538         * parse.y (java_complete_lhs):  If the try-clause is empty, just
2539         return the finally-clause and vice versa.
2540
2541 2001-03-23  Alexandre Petit-Bianco  <apbianco@redhat.com>
2542
2543         * gcj.texi (Input Options): documented the check for attribute
2544         `gnu.gcc.gccj-compiled' and the `-fforce-classes-archive-check' flag.
2545         * java-tree.h (flag_force_classes_archive_check): Declared extern.
2546         * jcf-parse.c (HANDLE_GCJCOMPILED_ATTRIBUTE): New macro.
2547         (jcf_parse): Check for the right classes archive if necessary.
2548         * jcf-reader.c (get_attribute): Define `MATCH_ATTRIBUTE' and use it.
2549         (jcf_parse_fields): Fixed indentation.
2550         * jcf-write.c (append_gcj_attribute): New function.
2551         (generate_classfile): Compute the attribute count, invoke
2552         `append_gcj_attribute'.
2553         * jcf.h (typedef struct JCF): `seen_in_zip' and `java_source'
2554         turned into bit fields. New bit field `right_zip.'
2555         (JCF_ZERO): Set `right_zip' to zero.
2556         * lang-options.h (-fforce-classes-archive-check): Added flag.
2557         * lang.c (flag_force_classes_archive_check): New flag.
2558         (lang_f_options): New entry `force-classes-archive-check.'
2559         Fixes PR java/1213.
2560
2561 2001-02-07  Andrew Haley  <aph@redhat.com>
2562
2563         * gcj.texi (Configure-time Options): Add -fcheck-references.
2564         * expr.c (build_java_indirect_ref): New function.
2565         (java_check_reference): New function.
2566         (build_java_array_length_access): Use build_java_indirect_ref to
2567         check for null references.
2568         (build_java_arrayaccess): Likewise.
2569         (build_get_class): Likewise.
2570         (build_field_ref): Likewise.
2571         (invoke_build_dtable): Likewise.
2572         (build_invokeinterface): Likewise.
2573         * lang.c (lang_f_options): Add flag_check_references.
2574         * jvspec.c (jvgenmain_spec): Add flag_check_references.
2575         * java-tree.h (flag_check_references): New variable.
2576         * lang.c (flag_check_references): Likewise.
2577         * parse.y (patch_invoke): Use java_check_reference.
2578         (patch_assignment): Allow for extra nesting in
2579         _Jv_CheckArrayStore.
2580
2581 2001-03-23  Bryce McKinlay  <bryce@albatross.co.nz>
2582
2583         * gjavah.c (cxx_keywords): Update from the definitive list in cp/lex.c.
2584         * lex.c (cxx_keywords): Likewise.
2585
2586 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
2587
2588         * parse.y (qualify_ambiguous_name): Broaden `length'
2589         recognition. Help MODIFY_EXPR be resolved as expression names.
2590         Fixes PR java/2066. Fixes PR java/2400.
2591
2592 2001-03-21  Bryce McKinlay  <bryce@albatross.co.nz>
2593
2594         * gjavah.c (process_file): Mark interface definitions with
2595         "__attribute__ ((java_interface))".
2596
2597 2001-03-21  Alexandre Petit-Bianco  <apbianco@redhat.com>
2598
2599         * class.c (layout_class): Fixed push_super_field's second
2600         argument. Fixes PR java/2333.
2601         (jdep_resolve_class): Reset TYPE_SIZE if `error_mark_node', it's
2602         too early to lay innerclasses out.
2603
2604 2001-03-20  Tom Tromey  <tromey@redhat.com>
2605             Alexandre Petit-Bianco <apbianco@redhat.com>
2606
2607         * parse.y (patch_assignment): Handle the case of a SAVE_EXPR
2608         inside an array reference. Insertion of the array store check
2609         rewritten. Fixes PR java/2299.
2610
2611 2001-03-20  Tom Tromey  <tromey@redhat.com>
2612
2613         * lex.c (java_read_unicode): Only accept leading `u's.
2614
2615 2001-03-20  Tom Tromey  <tromey@redhat.com>
2616
2617         * jcf-parse.c (read_class): Initialize `class'.
2618
2619 2001-03-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
2620
2621         * jcf_parse.c (jcf_parse): Eliminate unused variable.
2622
2623 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
2624
2625         * class.c (build_class_ref): Use SET_DECL_ASSEMBLER_NAME.
2626         (layout_class): Likewise.
2627         (layout_class_method): Likewise.
2628         (emit_register_classes): Likewise.
2629         * decl.c (builtin_function): Likewise.
2630         (give_name_to_locals): Likewise.
2631
2632 2001-03-19  Per Bothner  <per@bothner.com>
2633
2634         * jcf-parse.c (load_inner_classes):  Check CLASS_LOADED_P
2635         before trying to load an inner class.
2636
2637         Fixes to process to command-line .class files in two passes.
2638         * java-tree.h (JAVA_FILE_P, CLASS_FILE_P, ZIP_FILE_P):  New flags.
2639         (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P):  Rename to ..
2640         (CLASS_FROM_CURRENTLY_COMPILED_P):  ... because it is more general now.
2641         * class.c (is_compiled_class):  Fix for renamed flag.
2642         * parse.y (maybe_create_class_interface_decl):  Likewise.
2643         * jcf-parse.c (yyparse):  Also set if compiling .class files.
2644         * jcf-parse.c (read_class);  Read current_class.
2645         (jcf_parse):  Make static.
2646         (load_inner_classes):  New function, with code moved from jcf_parse,
2647         because we need to inner classes after the command-line files are read.
2648         (yyparse):  Set finput to NULL when it doesn't need to be closed.
2649         Reduce use of main_jcf (basically only for archive) and
2650         use finput instead of main_jcf->read_state.
2651         Inline jcf_figure_file_type into yyparse.
2652         Set JAVA_FILE_P, CLASS_FILE_P, or ZIP_FILE_P on filename list name.
2653         Defer load_inner_classes and parse_class_file to a second pass,
2654         after we've correctly mapped command-line .clas fiels to classes.
2655         (jcf_figure_file_type):  Removed.
2656         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE):  Removed flags.
2657         (JCF_ZERO):  Also clear zipd field.
2658         * zipfile.h:  Conditionalize on JCF_H insread of JCF_ZIP.
2659
2660 2001-03-18  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
2661
2662         * jcf-parse.c (yyparse): Change ch from char * to char.
2663
2664 2001-03-19  Per Bothner  <per@bothner.com>
2665
2666         * jvspec.c (lang_specific_driver):  Check for .zip and .jar files.
2667         Add constructed filelist-file at end, following -xjava.  Thus any .o
2668         and library files are not affected by the -xjava.  Also wrap
2669         explicit @FILE with -xjava and -xnone.
2670
2671 2001-03-19  Andrew Haley  <aph@cambridge.redhat.com>
2672
2673         * class.c (build_static_field_ref): Call make_decl_rtl() after
2674         setting the DECL_EXTERNAL flag.
2675
2676 2001-03-17  Per Bothner  <per@bothner.com>
2677
2678         * decl.c (clear_binding_level):  Fix initializer (broke 03-15).
2679
2680         * jcf-write.c (generate_bytecode_insns):  Handle emitting iinc
2681         when result is is needed (target is STACK_TARGET).
2682
2683         * parse.h (JDEP_SOLV):  Removed.
2684         * parse.y (register_incomplete_type):  Use JDEP_TO_RESOLVE instead.
2685
2686         * parse.y (incomplete_class_list): Removed.
2687         (obtain_incomplete_type): Don't use or set incomplete_class_list.
2688         It doesn't work if resolve_class changes the name of an array type
2689         that is on the list and then someone else looks for the modified name.
2690         Also, seems liable to break when compiling multiple source files at
2691         once.  So the simplest is to just remove incomplete_class_list -
2692         it is only a minor space win and it is not even clear it saves time.
2693
2694         * parse.y (resolve_class):  Remove unneeded promote_type.
2695
2696 2001-03-15  Per Bothner  <per@bothner.com>
2697
2698         * java-tree.h (BLOCK_IS_IMPLICIT):  New flag.
2699         * parse.h (BLOCK_EXPR_ORIGIN):  Removed macro.
2700         * parse.y (declare_local_variables, maybe_absorb_scoping_blocks):
2701         Use BLOCK_IS_IMPLICIT rather than BLOCK_EXPR_ORIGIN.
2702
2703         * jcf-parse.c (yyparse):  Set/reset input_filename for source file.
2704         * parse.y (java_expand_classes):  Likewise.
2705
2706         * parse.y (expand_start_java_method):  Was only called once and had a
2707         misleading name, so inline in caller java_complete_expand_method.
2708         (enter_a_block):  Likewise inline in enter_block and remove.
2709
2710         Remove junk from when gcc/java was created (by copying from C/C++).
2711         * decl.c (keep_next_level_flag, keep_next_if_subblocks):  Remove.
2712         (struct binding_level):  Remove fields keep, keep_if_subblocks,
2713         more_cleanups_ok, have_cleanups (which have never been used).
2714         (pushlevel, poplevel):  Remove related useless code.
2715
2716         * class.c (make_class_data):  The class_dtable_decl (i.e. the
2717         vtable for Class) should be external, except when compiling Class.
2718
2719         * jvspec.c (lang_specific_driver):  Fix -C handling.
2720         Check -save-temps to see if temp @FILE should be deleted.
2721         Follow-up to/fix for February 16 patch.
2722
2723         * verify.c (verify_jvm_instructions):  Better error msgs for dup.
2724         (type_stack_dup):  Remove no-longer neded error check.
2725
2726 2001-03-15  Bryce McKinlay  <bryce@albatross.co.nz>
2727
2728         * mangle.c (mangle_record_type): Rename 'from_pointer' argument
2729         to 'for_pointer'. If this type is for a pointer (argument) mangling,
2730         don't surround the element with 'N..E' if the type name is
2731         unqualified.
2732
2733 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
2734
2735         * class.c (build_static_field_ref): Use COPY_DECL_RTL,
2736         DECL_RTL_SET_P, etc.
2737         (make_method_value): Likewise.
2738         (get_dispatch_table): Likewise.
2739
2740         * decl.c (push_jvm_slot): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
2741
2742 2001-03-07  Tom Tromey  <tromey@redhat.com>
2743
2744         * config-lang.in (lang_requires): Define.
2745
2746 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
2747
2748         * typeck.c (convert): Check flag_unsafe_math_optimizations,
2749         not flag_fast_math.
2750
2751 2001-03-05  Per Bothner  <per@bothner.com>
2752
2753         Fix a problem where rest_of_decl_compilation applied to
2754         class_dtable_decl causes problems because it was done too early,
2755         before output file was opened.
2756         * decl.c (init_decl_processing):  Remove init of class_dtable_decl.
2757         * class.c (class_dtable_decl):  Add macro - element of class_roots.
2758         (make_class_data):  Define class_dtable_decl.
2759         * java-tree.h (JTI_CLASS_DTABLE_DECL, class_dtable_decl):  Removed.
2760
2761 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
2762
2763         * java/class.c, java/decl.c, java/java-tree.h: Replace all
2764         uses of 'boolean' with 'bool'.
2765
2766 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
2767
2768         * lang-specs.h: Add zero initializer for cpp_spec field to all
2769         array elements.
2770
2771 2001-02-16  Per Bothner  <per@bothner.com>
2772
2773         Handle compiling multiple input files at once, and @FILE syntax.
2774         * gcj.texi:  Updated documentation to match.
2775         * java-tree.h (flag_filelist_file, init_src_parse):  New declarations.
2776         * jcf-parse.c (parse_source_file):  Split into ...
2777         (parse_source_file_1):  New function - and:
2778         (parse_source_file_2):  New function.
2779         (yyparse):  On -ffilelist-file, open and scan named file.
2780         On first pass over files, only do parse_source_file_1.
2781         A new second pass calls parse_source_file_2 for each file to compile.
2782         (init_jcf_parse):  Call init_src_parse.
2783         * jvspec.c (INDIRECT_FILE_ARG):  New flag.
2784         (lang_specific_driver):  Support @FILELIST-FILE syntax, as well
2785         as multiple input file combined in one compilation.
2786         * lang-options.h:  Add -ffilelist-file
2787         * lang.c (flag_filelist_file):  New flag variable.
2788         (lang_f_options):  Handle -ffilelist-file.
2789         * lex.c (java_init_lex): Don't clear ctxp->incomplete_class.
2790         * parse.h (struct parse_ctxt):  Remove fields incomplete_class and
2791         gclass_list - use global fields of src_parse_roots instead.
2792         * parse.y (src_parse_roots):  New array.
2793         (incomplete_class_list, gclass_list):  New macros.
2794         (push_parser_context, java_pop_parser_context,
2795         java_parser_context_resume):  Don't fiddle with deleted fields.
2796         (various):  Use incomplete_class gclass_list and global macros
2797         instead of parse_ctxt fields - the lists are global.
2798         (init_src_parse):  New function.
2799
2800 Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2801
2802         * decl.c (set_block): Set NAMES and BLOCKS from BLOCK.
2803
2804 2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
2805
2806         * parse.y (check_inner_class_access): Moved declaration of local
2807         `enclosing_decl_type' to the right location.
2808
2809 2001-02-19  Bryce McKinlay  <bryce@albatross.co.nz>
2810
2811         * parse.y (parser_check_super_interface): Don't call
2812         check_pkg_class_access for an inner interface.
2813         (parser_check_super): Don't call check_pkg_class_access for inner
2814         class.
2815         (do_resolve_class): Simplify enclosing type loop. Don't call
2816         check_pkg_class_access if CL and DECL are not set.
2817         (find_in_imports_on_demand): Set DECL if class_type needed to be
2818         loaded. Don't call check_pkg_class_access for an inner class.
2819         (check_inner_class_access): Rewritten to implement member access
2820         rules as per spec 6.6.1.
2821         (check_pkg_class_access): Handle the empty package correctly.
2822         (in_same_package): New function. Determine if two classes are in the
2823         same package.
2824
2825 2001-02-18  Bryce McKinlay  <bryce@albatross.co.nz>
2826
2827         * typeck.c (build_java_array_type): Don't try to poke a public `clone'
2828         method into array types.
2829         * parse.y (patch_method_invocation): Bypass access check on clone call
2830         to array instance.
2831
2832 2001-02-15  Alexandre Petit-Bianco  <apbianco@redhat.com>
2833
2834         * expr.c (build_instanceof): Check for arrays when trying fold to
2835         false.
2836
2837 2001-02-15  Jim Meyering  <meyering@lucent.com>
2838
2839         * Make-lang.in (java.install-common): Depend on `installdirs'.
2840         (java.install-info): Likewise.
2841
2842 2001-02-15  Bryce McKinlay  <bryce@albatross.co.nz>
2843
2844         * Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
2845
2846 2001-02-14  Tom Tromey  <tromey@redhat.com>
2847             Alexandre Petit-Bianco  <apbianco@cygnus.com>
2848
2849         Fix for PR java/1261.
2850         * typeck.c (build_java_array_type): Add public `clone' method to
2851         arrays.
2852         * parse.y (resolve_qualified_expression_name): Use current_class
2853         when checking for inaccessibility.
2854         (patch_method_invocation): Fixed error message when accessibility
2855         denied.  Added `from_super' argument.
2856
2857 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
2858
2859         * parse.y (resolve_class): Don't build a fake decl. Use the one
2860         already built.
2861         * typeck.c (build_java_array_type): Build and assign decl to array
2862         type.
2863
2864 2001-02-14  Alexandre Petit-Bianco  <apbianco@redhat.com>
2865
2866         * parse.y (not_accessible_p): Changed leading comment. Added extra
2867         `where' argument. Use it to enforce protected access rules.
2868         (resolve_qualified_expression_name): Added extra argument to
2869         not_accessible_p.
2870         (patch_method_invocation): Use argument `primary' to provide
2871         not_accessible_p with an extra argument.
2872         (lookup_method_invoke): Added extra argument to not_accessible_p.
2873         (search_applicable_method_list): Likewise.
2874
2875 2001-02-13  Alexandre Petit-Bianco  <apbianco@redhat.com>
2876
2877         * parse.y (resolve_qualified_expression_name): Try to resolve as
2878         an inner class access only if `decl' is a TYPE_DECL.
2879
2880 2001-02-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2881
2882         * decl.c (classdollar_identifier_node): Initialize.
2883         * java-tree.h (enum java_tree_index): New entry
2884         `JTI_CLASSDOLLAR_IDENTIFIER_NODE.'
2885         (classdollar_identifier_node): New macro.
2886         (ID_CLASSDOLLAR_P): Likewise.
2887         * parse.y (build_dot_class_method): Use `classdollar_identifier_node.'
2888         (build_dot_class_method_invocation): Likewise.
2889         (find_applicable_accessible_methods_list): `class$' can't be
2890         inherited.
2891
2892 2001-02-09  Raja R Harinath  <harinath@cs.umn.edu>
2893
2894         * Make-lang.in (java/mangle_name.o): Add 'make' prereqs.
2895
2896 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2897
2898         * Manke-lang.in (JVGENMAIN_OBJS): Added `errors.o'
2899         * jvgenmain.c (error): Reversed 2001-02-09 patch. `error' is now
2900         gone.
2901
2902 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2903
2904         * mangle_name (append_unicode_mangled_name): Emit `_' or `U'
2905         outside of the `__U' sequence too.
2906         (unicode_mangling_length): Count `_' or `U' outside of the `__U'
2907         sequence too.
2908
2909 2001-02-09  Alexandre Petit-Bianco  <apbianco@redhat.com>
2910
2911         * jvgenmain.c (error): Reversed 2001-02-01 deletion.
2912
2913 2001-02-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2914
2915         * Make-lang.in (JAVA_OBJS): Added java/mangle_name.o
2916         (JVGENMAIN_OBJS): Likewise.
2917         * java-tree.h (append_gpp_mangled_name): New prototype.
2918         * jcf-parse.c (ggc_mark_jcf): Argument now `void *.'
2919         Removed cast calling `gcc_add_root.'
2920         * jvgenmain.c (mangle_obstack): New global, initialized.
2921         (main): Use it.
2922         (do_mangle_class): Constify local `ptr.'
2923         Removed macro `MANGLE_NAME.' Removed cast in `for.' Call
2924         append_gpp_mangle_name and update `count' if necessary.
2925         Use `mangle_obstack.'
2926         * mangle.c (append_unicode_mangled_name): Removed.
2927         (append_gpp_mangled_name): Likewise.
2928         (unicode_mangling_length): Likewise.
2929         (mangle_member_name): Return type set to `void.'
2930         (mangle_field_decl): Don't append `U' in escaped names.
2931         (mangle_method_decl): Likewise.
2932         (mangle_member_name): Just use `append_gpp_mangled_name.'
2933         * mangle_name.c: New file.
2934
2935 2001-02-07  Per Bothner  <per@bothner.com>
2936
2937         * check-init.c (check_init):  Fix TRY_FINALLY_EXPR logic.
2938
2939         * check-init.c (check_init):  Don't call done_alternative after
2940         processing loop code, as a LOOP_EXPR never terminates normally.
2941
2942 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2943
2944         * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
2945
2946 2001-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2947
2948         * jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
2949         DECLs.
2950
2951 2001-02-06  Tom Tromey  <tromey@redhat.com>
2952
2953         * lex.c (java_new_lexer): Longer error message.
2954
2955 2001-02-05  Jeff Sturm  <jeff.sturm@commerceone.com>
2956             Alexandre Petit-Bianco  <apbianco@cygnus.com>
2957
2958         * typeck.c (build_prim_array_type): Added leading comment.
2959         (build_java_array_type): Moved locals out of
2960         block. Always create the `data' field, fixed alignment to match
2961         C++.
2962
2963 2001-02-04  Tom Tromey  <tromey@redhat.com>
2964
2965         * expr.c (java_lang_expand_expr): Don't bother recomputing
2966         `length'.  Use rest_of_decl_compilation, not make_decl_rtl.
2967         Fixes PR java/1866.
2968
2969 2001-02-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2970
2971         * parse.y (process_imports): Save the original name of the import
2972         for better error report.
2973
2974 2001-02-04  Bryce McKinlay  <bryce@albatross.co.nz>
2975
2976         * Make-lang.in (jvspec.o): Add DRIVER_DEFINES to the list
2977         of macros used when compiling jvspec.c.
2978         * jvspec.c (lang_specific_driver): Link with the shared
2979         libgcc by default.
2980
2981 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2982
2983         * check-init.c (check_init): Call internal_error instead of fatal.
2984         * expr.c (java_lang_expand_expr): Likewise.
2985         * jcf-parse.c (get_constant): Likewise.
2986         * mangle.c (java_mangle_decl): Likewise.
2987         * parse.y (make_nested_class_name, java_complete_lhs): Likewise.
2988         (operator_string): Likewise.
2989         * check-init.c (check_init): Call abort instead of fatal.
2990         * class.c (build_class_ref): Likewise.
2991         * constants.c (write_constant_pool): Likewise.
2992         * decl.c (start_java_method): Likewise.
2993         * expr.c (push_type, java_stack_pop, java_stack_swap): Likewise.
2994         (java_stack_dup, encode_newarray_type): Likewise.
2995         (build_java_array_length_access): Likewise.
2996         (build_java_check_indexed_type, expand_java_pushc): Likewise.
2997         (build_java_soft_divmod, build_invokeinterface): Likewise.
2998         * java-tree.h (INNER_CLASS_P): Likewise.
2999         * jcf-parse.c (parse_signature, get_name_constant): Likewise.
3000         (give_name_to_class, get_class_constant): Likewise.
3001         * jcf-write.c (CHECK_PUT, CHECK_OP, get_access_flags): Likewise.
3002         (find_constant_index, generate_bytecode_conditional): Likewise.
3003         (generate_bytecode_insns, perform_relocations): Likewise.
3004         * lex.c (java_unget_unicode, java_lex): Likewise.
3005         * mangle.c (mangle_type, mangle_record_type): Likewise.
3006         (mangle_pointer_type, mangle_array_type, init_mangling): Likewise.
3007         (finish_mangling): Likewise.
3008         * parse.h (MARK_FINAL_PARMS): Likewise.
3009         * parse.y (pop_current_osb, unreachable_stmt_error): Likewise.
3010         (obtain_incomplete_type, java_complete_class): Likewise.
3011         (java_check_regular_methods, java_complete_expand_method): Likewise.
3012         (cut_identifier_in_qualified, check_deprecation): Likewise.
3013         (patch_invoke, find_applicable_accessible_methods_list): Likewise.
3014         (java_complete_lhs, lookup_name_in_blocks): Likewise.
3015         (check_final_variable_indirect_assignment, build_unaryop): Likewise.
3016         * typeck.c (set_local_type, parse_signature_type): Likewise.
3017         (parse_signature_string, build_java_signature): Likewise;
3018         (set_java_signature): Likewise.
3019         * verify.c (type_stack_dup, CHECK_PC_IN_RANGE): Likewise.
3020         * class.c (add_method): Call fatal_error instead of fatal.
3021         (build_static_field_ref): Likewise.
3022         * expr.c (build_known_method_ref, expand_invoke): Likewise.
3023         * jcf-parse.c (get_constant, jcf_parse): Likewise.
3024         * lex.c (java_new_new_lexer): Likewise.
3025         * jv-scan.c (main): Likewise.
3026         (fatal_error): Renamed from fatal.
3027         * jcf-parse.c (yyparse): Call fatal_io_error instead of
3028         pfatal_with_name.
3029         * jcf-parse.c (jcf_parse_source): Call fatal_io_error, not fatal.
3030         (yyparse): Likewise.
3031         * jcf-write.c (make_class_file_name, write_classfile): Likewise.
3032         * lex.c (java_get_line_col): Likewise.
3033         * jcf-parse.c (load_class): Make errors non-fatal.
3034         * lex.c (byteswap_init, need_byteswap): Only #ifdef HAVE_ICONV.
3035
3036 2001-02-01  Bryce McKinlay  <bryce@albatross.co.nz>
3037
3038         * jvgenmain.c (class_mangling_suffix): Remove unused string.
3039         (error): Remove unused function.
3040         (main): Don't use "__attribute__ alias" on generated class symbol.
3041
3042 2001-01-30  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3043
3044         * jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last
3045         argument.
3046         * parse.y (finish_method_declaration): Code accounting for WFLed
3047         method DECL_NAMEs deleted.
3048         (check_abstract_method_definitions): Likewise.
3049         (resolve_type_during_patch): Layout resolved type.
3050         * typeck.c (lookup_do): Removed unused local.
3051
3052 2001-01-30  Bryce McKinlay  <bryce@albatross.co.nz>
3053
3054         * java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.
3055         * decl.c (init_decl_processing): Use integer_minus_one_node, not
3056         integer_negative_one_node.
3057         * expr.c (build_java_binop): Likewise.
3058
3059 2001-01-24  Jeff Sturm  <jeff.sturm@commerceone.com>
3060
3061         * zextract.c (read_zip_archive): Read file_offset before writing
3062         zipd and consequently clobbering the header contents.
3063
3064 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3065
3066         * Make-lang.in: Remove all dependencies on defaults.h.
3067         * decl.c: Don't include defaults.h.
3068         * expr.c: Likewise.
3069         * parse.y: Likewise.
3070
3071 2001-01-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3072
3073         * ChangeLog (2001-01-21): Fixed typo.
3074         * class.c (layout_class_method): Code accounting for WFLed
3075         method DECL_NAMEs deleted.
3076         * constant.c (find_methodref_index): Likewise.
3077         * decl.c (lang_mark_tree): Mark `wfl' field in struct lang_decl.
3078         * java-tree.h (DECL_FUNCTION_WFL): New macro.
3079         (struct lang_decl): New field `wfl'.
3080         (java_get_real_method_name): Prototype deleted.
3081         * mangle.c (mangle_method_decl): Code accounting for WFLed
3082         method DECL_NAMEs deleted.
3083         * parse.h (GET_METHOD_NAME): Macro deleted.
3084         * parse.y (reset_method_name): Deleted.
3085         (method_header): Set DECL_FUNCTION_WFL.
3086         (check_abstract_method_header): Code accounting for WFLed method
3087         DECL_NAMEs deleted.
3088         (java_get_real_method_name): Deleted.
3089         (check_method_redefinition): Code accounting for WFLed method
3090         DECL_NAMEs deleted. Use DECL_FUNCTION_WFL.
3091         (java_check_regular_methods): Likewise.
3092         (java_check_abstract_methods): Likewise.
3093         (java_expand_classes): Don't call `reset_method_name.'
3094         (search_applicable_method_list): Use DECL_NAMEs instead of
3095         GET_METHOD_NAME.
3096         * typeck.c (lookup_do): Code accounting for WFLed method
3097         DECL_NAMEs deleted.
3098
3099 2001-01-25  Richard Earnshaw  <rearnsha@arm.com>
3100
3101         * lex.c (java_read_char): Check for EOF from getc first.
3102
3103 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3104
3105         * class.c (layout_class): Don't lay the superclass out if it's
3106         already being laid out.
3107         * jcf-parse.c (handle_innerclass_attribute): New function.
3108         (HANDLE_INNERCLASSES_ATTRIBUTE): Invoke
3109         handle_innerclasses_attribute.
3110         (jcf_parse): Don't load an innerclasses if it's already being
3111         laid out.
3112         * jcf-write.c (append_innerclass_attribute_entry): Static
3113         `anonymous_name' and its initialization deleted. `ocii' and `ini'
3114         to be zero for anonymous classes.
3115
3116 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3117
3118         * class.c (set_constant_value): Set DECL_FIELD_FINAL_IUD if
3119         necessary.
3120         * jcf-parse.c (set_source_filename): Use
3121         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC if necessary.
3122
3123 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3124
3125         * expr.c (build_jni_stub): Set DECL_CONTEXT on `meth_var' so it
3126         gets a unique asm name.
3127
3128 2001-01-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3129
3130         * jcf-parse.c (HANDLE_END_METHODS): Nullify current_method.
3131         (HANDLE_START_FIELD): Invoke MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
3132         if necessary.
3133         (HANDLE_SYNTHETIC_ATTRIBUTE): New macro.
3134         * jcf-reader.c (get_attribute): Handle `Synthetic' attribute.
3135         * parse.y (lookup_package_type_and_set_next): Deleted.
3136         (resolve_package): Removed unnecessary code.
3137         (find_applicable_accessible_methods_list): `finit$' can't be
3138         inherited.
3139         * verify.c (pop_argument_types): Added missing prototype.
3140
3141 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
3142
3143         * config-lang.in: Disable java by default.
3144
3145 2001-01-23  Tom Tromey  <tromey@redhat.com>
3146
3147         * gcj.texi (Copying): New node.
3148         Added copyright information.
3149
3150 2001-01-21  Per Bothner  <per@bothner.com>
3151
3152         Various fixes to allow compiling a compressed .jar/.zip archive.
3153         * zipfile.h (struct ZipFileCache):  Replace by struct ZipFile.
3154         (struct ZipFile):  Add fields name and next (from  ZipFileCache).
3155         (struct ZipDirectory):  New field zipf points to owning ZipFile.
3156         * jcf.h (struct ZipDirectory):  Add forward declaration.
3157         (struct JCF):   Declare zipd field to have type struct ZipDirectory.
3158         Remove seen_in_zip and zip_offset fields.
3159         (JCF_SEEN_IN_ZIP):  New macro.
3160         * zextract.c (read_zip_archive):  Set ZipDirectory's zipf field.
3161         * jcf-io.c:  Change all ZipFileCache to ZipFile.
3162         (read_zip_member):  New function.
3163         (open_in_zip):  Call read_zip_member.
3164         * jcf-parse.c (find_in_current_zip):  Remove function.
3165         (read_class):  Merge in find_in_current_zip functionality.
3166         Call read_zip_member if needed.
3167         (parse_zip_file_entries):  Use read_zip_member.
3168         (process_zip_dir):  Update for removed and added JCF fields.
3169         (jcf_figure_file_type):  Re-use, don't copy initial ZipFile struct.
3170
3171 2001-01-21  Per Bothner  <per@bothner.com>
3172
3173         Minor optimization of static ggc roots.
3174         * jcf-parse.c (parse_roots):  New static field.
3175         (current_field, current_method, current_file_list):  Replace by macros
3176         naming fields of parse_roots.
3177         (init_jcf_parse):  Combine 3 ggc_add_tree_root calls to 1.
3178         * class.c (class_roots):  New static field.
3179         (registered_class, fields_ident, info_ident, class_list):
3180         New macros naming fields of parse_roots.
3181         (build_static_field_ref):  Don't register roots here.
3182         (layout_class):  Static field list replaced by macro class_list.
3183         (init_class_processing):  Call ggc_add_tree_root for 4 roots.
3184         Initialize fields_ident and info_ident here.
3185
3186 2001-01-21  Per Bothner  <per@bothner.com>
3187
3188         * jcf-parse.c (ggc_mark_jcf):  New function.
3189         (init_jcf_parse):  Register current_jcf as ggc root.
3190
3191 2001-01-21  Per Bothner  <per@bothner.com>
3192
3193         * lang.c (put_decl_node):  Print method's name.
3194
3195 2001-01-21  Per Bothner  <per@bothner.com>
3196
3197         * verify.c (VERIFICATION_ERROR_WITH_INDEX):  New macro.
3198         (verify_jvm_instructions):  Use it, for better error messages on loads.
3199
3200 2001-01-21  Per Bothner  <per@bothner.com>
3201
3202         * verify.c (merge_type_state):  Still may have to merge even if
3203         LABEL_VERIFIED (label).
3204
3205 2001-01-21  Per Bothner  <per@bothner.com>
3206
3207         * parse.y (method_header):  Don't set the DECL_NAME of a FUNCTION_DECL
3208         to a EXPR_WITH_FILE_LOCATION - that is just too fragile and wrong.
3209
3210 2001-01-19  Per Bothner  <per@bothner.com>
3211
3212         * expr.c (pop_type_0):  Only return object_ptr_type_node on mismatch
3213         if expeting an interface type.  Refines Tom's change of 2000-09-12.
3214
3215 2001-01-18  Per Bothner  <per@bothner.com>
3216
3217         * gcj.texi (Input Options): Mention .java files.
3218
3219 2001-01-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3220
3221         * lang-options.h (-Wunsupported-jdk11): Removed.
3222         * lang.c (flag_not_overriding): Deleted.
3223         (flag_static_local_jdk1_1): Likewise.
3224         (lang_W_options): Removed "unsupported-jdk11" entry.
3225         * parse.y (java_check_methods): Removed dead code.
3226
3227 2001-01-17  Tom Tromey  <tromey@redhat.com>
3228
3229         Changes suggested by Per Bothner:
3230         * gcj.texi (Input Options): Don't mention input files.
3231         (Code Generation): Updated --main information.
3232         (Invoking jcf-dump): Mention that --javap is incomplete.
3233         From Alexandre Petit-Bianco:
3234         (Warnings): Don't mention -Wunsupported-jdk11.
3235         My stuff:
3236         (Compatibility): Mention JDK 1.2-ness of libraries.
3237         (Resources): Mention resources used when writing gcj.
3238
3239 2001-01-17  Tom Tromey  <tromey@redhat.com>
3240
3241         * gcj.texi: New file.
3242         * Make-lang.in ($(srcdir)/java/gcj.info): New target.
3243         (java.info): Depend on gcj.info.
3244         (java/gcj.dvi): New target.
3245         (java.dvi): Depend on gcj.dvi.
3246         (java.install-info): Wrote.
3247
3248 2001-01-16  Jeff Sturm  <jeff.sturm@appnet.com>
3249
3250         * expr.c (java_lang_expand_expr): Use TREE_SYMBOL_REFERENCED after
3251         having called make_decl_rtl.
3252
3253 2001-01-14  Per Bothner  <per@bothner.com>
3254
3255         Various patches to emit better messages on verification errors.
3256         * expr.c (push_type_0):  Return error indication on stack overflow,
3257         instead of callinfg fatal.
3258         (push_type):  Now just call push_type_0 (nd fatal on overflow).
3259         (pop_type_0):  Return detailed error message (in a char** argument).
3260         (pop_type):  If pop_type_0 fails, print error message.
3261         (pop_argument_types):  Moved to verify.c.
3262         * verify.c (pop_argument_types):  Moved from expr.c.
3263         Return a (possible) error message, rather than void.
3264         (POP_TYPE, POP_TYPE_CONV, PUSH_TYPE, PUSH_PENDING):  New macros.
3265         (verify_jvm_instruction):  Use new macros, improving error messages.
3266         For case OPCODE_astore use object_ptr_type_node.
3267         * java-tree.h (TYPE_UNDERFLOW, TYPE_UNEXPECTED):  New macros.
3268         (pop_type_0, push_type_0, pop_argument_types):  Update accordingly.
3269
3270         * parse.y (java_complete_lhs case EXPR_WITH_FILE_LOCATION): If body is
3271         constant, return body without wrapper.  (Improves constant folding.)
3272         * lex.c (build_wfl_node):  Clear TREE_TYPE from returned node.
3273
3274 2001-01-13  Per Bothner  <per@bothner.com>
3275
3276         * expr.c (expand_java_field_op):  Assigning to a final field outside
3277         an initializer does not violate JVM spec, so should be warning, not
3278         error.  (Sun's verifier does not complain - though MicroSoft's does.)
3279
3280 2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3281
3282         * gjavah.c (version), jcf-dump.c (version): Update copyright year
3283         to 2001.
3284
3285 2001-01-11  Bryce McKinlay  <bryce@albatross.co.nz>
3286
3287         * parse.y (resolve_expression_name): Permit instance variables from
3288         enclosing context in super constructor call.
3289         (resolve_qualified_expression_name): Permit enclosing class's qualified
3290         "this" in super constructor call.
3291
3292 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
3293
3294         * class.c (build_utf8_ref): Remove last argument in call to
3295         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
3296         (build_class_ref): Likewise.
3297         (build_static_field_ref): Likewise.
3298         (get_dispatch_table): Likewise.
3299         (layout_class_method): Likewise.
3300         (emit_register_classes): Likewise.
3301         * constants.c (build_constant_data_ref): Likewise.
3302         * decl.c (builtin_function): Likewise.
3303         (create_primitive_vtable): Likewise.
3304         * expr.c (build_known_method_def): Likewise.
3305         (build_jni_stub): Likewise.
3306         (java_lang_expand_expr): Likewise.
3307
3308 2001-01-10  Tom Tromey  <tromey@redhat.com>
3309
3310         * jvspec.c (jvgenmain_spec): Omit -fencoding from cc1 invocation.
3311
3312 2001-01-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3313
3314         * java-tree.h (lang_printable_name_wls): New prototype.
3315         * lang.c (put_decl_name): Removed dead code. Use DECL_CONTEXT
3316         rather than `current_class' to print type name. Don't prepend type
3317         names when printing constructor names.
3318         (lang_printable_name_wls): New function.
3319         * jcf-parse.c (jcf_parse_source): Pass NULL `file' argument to
3320         `build_expr_wfl', alway set EXPR_WFL_FILENAME_NODE.
3321         * parse.y (patch_method_invocation): Message tuned for constructors.
3322         (not_accessible_p): Grant `private' access from within
3323         enclosing contexts.
3324
3325 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3326
3327         All files with updated copyright when applicable.
3328         * Make-lang.in (JVGENMAIN_OBS): Removed java/mangle.o.
3329         * class.c (mangle_class_field): Function removed.
3330         (append_gpp_mangled_type, mangle_static_field, mangle_field): Likewise.
3331         (utf8_cmp, cxx_keyword_p): Moved to lex.c.
3332         (build_class_ref): Call `java_mangle_class_field' instead of
3333         `mangle_class_field.'
3334         (build_dtable_decl): Rewritten to call `java_mangle_vtable.'
3335         (layout_class): Call `java_mangle_decl' instead of
3336         `mangle_static_field.'
3337         (cxx_keywords): Initialized static array moved to `lex.c.'
3338         (layout_class_method): Changed leading comment. Simplified to
3339         call `java_mangle_decl.' Local `ptr' moved in for loop body.
3340         * decl.c (lang_mark_tree): Mark field `package_list.'
3341         * java-tree.h (TYPE_PACKAGE_LIST): New macro.
3342         (struct lang_type): New field `package_list.'
3343         (unicode_mangling_length): Prototype removed.
3344         (append_gpp_mangled_name, append_gpp_mangled_classtype,
3345         emit_unicode_mangled_name): Likewise.
3346         (cxx_keyword_p): New prototype.
3347         (java_mangle_decl, java_mangle_class_field,
3348         java_mangle_class_field_from_string, java_mangle_vtable): Likewise.
3349         * jcf-parse.c (jcf_parse_source): Constify `file' argument to
3350         `build_expr_wfl.'
3351         * jvgenmain.c (main_method_prefix): Global variable removed.
3352         (main_method_suffix): Likewise.
3353         (do_mangle_classname): New function.
3354         (main): Call it. Format changed to accommodate new mangling scheme.
3355         * lex.c: (utf8_cmp): Conditionally prototyped.
3356         (cxx_keywords): Moved from class.c, conditionally defined.
3357         (utf8_cmp, cxx_keyword_p): Likewise.
3358         * mangle.c (obstack.h, ggc.h): Included.
3359         (mangle_field_decl): New function.
3360         (mangle_method_decl, mangle_type, mangle_pointer_type,
3361         mangle_array_type, mangle_record_type,
3362         find_compression_pointer_match, find_compression_array_match,
3363         find_compression_record_match,
3364         find_compression_array_template_match, set_type_package_list,
3365         entry_match_pointer_p, emit_compression_string, init_mangling,
3366         finish_mangling, compression_table_add, mangle_member_name): Likewise.
3367         (mangle_obstack): New global.
3368         (MANGLE_RAW_STRING): New macro.
3369         (unicode_mangling_length): Turned static.
3370         (append_unicode_mangled_name): Renamed from
3371         `emit_unicode_mangled_name.'  Turned static. `mangle_obstack'
3372         replaces `obstack', removed from the parameter list.
3373         (append_gpp_mangled_name): Turned static. `mangle_obstack'
3374         replaces parameter `obstack', removed from the parameter list. Call
3375         `append_unicode_mangled_name' instead of `emit_unicode_mangled_name.
3376         (append_gpp_mangled_classtype): Removed.
3377         (compression_table, compression_next): New static variables.
3378         * parse.y (temporary_obstack): Extern declaration removed.
3379
3380 2001-01-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3381
3382         * parse.y (patch_binop): Compute missing type in error situations.
3383
3384 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
3385
3386         * class.c (make_class_data): Push initial value for "arrayclass".
3387         * decl.c (init_decl_processing): Add new class field "arrayclass".
3388
3389 2001-01-05  Bryce McKinlay  <bryce@albatross.co.nz>
3390
3391         From patha@softlab.ericsson.se:
3392         * parse.y (switch_label): Use build, not build1, to construct
3393         DEFAULT_EXPR.
3394
3395 2001-01-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3396
3397         * lang.c (lang_decode_option): Change -MA to -MP.
3398         * jcf-depend.c (jcf_dependency_add_target, jcf_dependency_set_target):
3399         Update to new prototype; do quote targets.
3400         (jcf_dependency_write): Update.
3401
3402 2000-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
3403
3404         Shorten primitive array allocation path:
3405         * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
3406         to create new primitive arrays.
3407         * expr.c (build_newarray): If generating native code, call
3408         soft_newarray_node with a reference to the primitive TYPE identifier
3409         instead of type_value.
3410
3411 2000-12-17  Bryce McKinlay  <bryce@albatross.co.nz>
3412
3413         Fix for PRs gcj/312 and gcj/253:
3414         * parse.y (valid_ref_assignconv_cast_p): Load classes for source and
3415         dest if they arn't already.
3416         * class.c (layout_class): Call maybe_layout_super_class on
3417         superinterfaces also, but only if compiling from bytecode.
3418
3419         Fix for PR gcj/373:
3420         * parse.y (create_class): Set ACC_STATIC if class is declared in an
3421         interface.
3422
3423 2000-12-15  Tom Tromey  <tromey@redhat.com>
3424
3425         * jcf-parse.c (jcf_parse_source): Set wfl_operator if not already
3426         set.
3427
3428 2000-12-14  Andrew Haley  <aph@redhat.com>
3429
3430         * boehm.c (mark_reference_fields): Change test to correctly detect
3431         bitmap overflow.
3432
3433 2000-12-15  Andreas Jaeger  <aj@suse.de>
3434
3435         * config-lang.in (lang_dirs): Added.
3436
3437 2000-12-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3438
3439         * parse.y (end_artificial_method_body): Fixed undefined behavior.
3440         Credits go to rth for finding it.
3441
3442 2000-12-13  Mike Stump  <mrs@wrs.com>
3443
3444         * parse.y (check_static_final_variable_assignment_flag): Fix spelling.
3445
3446 2000-11-07  Tom Tromey  <tromey@cygnus.com>
3447
3448         * Make-lang.in (JAVA_LEX_C): Added chartables.h.
3449         * lex.c (java_ignorable_control_p): Removed.
3450         (java_letter_or_digit_p): Removed.
3451         (java_start_char_p): New function.
3452         (java_read_char): Return `int', not `unicode_t'.  Changed
3453         callers.
3454         (java_read_unicode): Likewise.
3455         (java_read_unicode_collapsing_terminators): Likewise.
3456         (java_get_unicode): Likewise.
3457         (java_new_lexer): Initialize hit_eof.
3458         (java_parse_end_comment): Take `int' argument.
3459         (java_parse_doc_section): Likewise.
3460         (java_parse_escape_sequence): Don't allow backlash-newline.
3461         Return `int'.
3462         * lex.h (JAVA_DIGIT_P): Removed.
3463         (_JAVA_LETTER_OR_DIGIT_P): Removed.
3464         (_JAVA_IDENTIFIER_IGNORABLE): Removed.
3465         (JAVA_START_CHAR_P): Renamed from JAVA_ID_CHAR_P.
3466         (JAVA_PART_CHAR_P): New macro.
3467         (UEOF): Now -1.
3468         (JAVA_CHAR_ERROR): Now -2.
3469         (java_lexer): New field `hit_eof'.
3470         * chartables.h: New file.
3471         * gen-table.pl: new file.
3472
3473 2000-11-20  Tom Tromey  <tromey@cygnus.com>
3474             Alexandre Petit-Bianco  <apbianco@cygnus.com>
3475
3476         * parse.y (java_complete_lhs): Only allow compound assignment of
3477         reference type if type is String.
3478
3479 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3480
3481         * Make-lang.in (java/jcf-path.o:): libgcj.jar replaces libgcj.zip.
3482         jcf-path.c: Likewise.
3483
3484 2000-12-09  Anthony Green  <green@redhat.com>
3485
3486         * zipfile.h (ZipDirectory): Declare size, uncompressed_size,
3487         filestart and filename_length as int values.
3488
3489 2000-12-07  Mo DeJong  <mdejong@redhat.com>
3490
3491         * jcf-io.c (find_class): Correct the logic that tests to see if a
3492         .java file is newer than its .class file. The compiler was
3493         incorrectly printing a warning when file mod times were equal.
3494
3495 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
3496
3497         * jvgenmain.c: Use ISPRINT not isascii.
3498
3499 2000-12-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3500
3501         * parse.y (end_artificial_method_body): Fixed typo.
3502
3503 2000-12-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3504
3505         * parse.y (patch_method_invocation): Pick the correct enclosing
3506         context when creating inner class instances.
3507         Fixes gcj/332.
3508
3509 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
3510
3511         * gjavah.c (version), jcf-dump.c (version), jv-scan.c (version):
3512         Update copyright year to 2000.
3513
3514 2000-11-23  Anthony Green  <green@redhat.com>
3515
3516         * jcf-parse.c (init_jcf_parse): Register current_file_list root.
3517         Move current_file_list out of yyparse and make it static.
3518
3519         * expr.c: Declare quick_stack and tree_list_free_list as static
3520         (init_expr_processing): Register quick_stack and
3521         tree_list_free_list roots.
3522
3523 2000-11-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3524
3525         * parse.y (build_outer_field_access): New local `decl_ctx', use
3526         it. Check for field's context and current class immediate outer
3527         context inheritance.
3528         (outer_field_access_p): Consider fields inherited from the last
3529         enclosing context.
3530         (build_access_to_thisn): Stop at the last enclosing context if
3531         necessary.
3532         Fixes gcj/367.
3533
3534 Thu Nov 23 02:19:14 2000  J"orn Rennecke <amylaar@redhat.com>
3535
3536         * Make-lang.in (jvspec.o): Depend on $(CONFIG_H).
3537
3538 2000-11-22  Bryce McKinlay  <bryce@albatross.co.nz>
3539
3540         * jcf-parse.c (get_constant): Call UT8_CHAR_LENGTH on `utf8', not the
3541         scratch buffer.
3542
3543 2000-11-20  Tom Tromey  <tromey@cygnus.com>
3544
3545         * jv-scan.c (help): Document --complexity.
3546         (options): Added --complexity.
3547         (flag_complexity): New global.
3548         (main): Call `report'.
3549         * parse-scan.y (complexity): New global.
3550         (if_then_statement, if_then_else_statement,
3551         if_then_else_statement_nsi, switch_block_statement_group,
3552         while_expression, do_statement, for_begin, continue_statement,
3553         throw_statement, catch_clause, finally, method_invocation,
3554         conditional_and_expression, conditional_or_expression,
3555         conditional_expression): Update complexity.
3556         (reset_report): Reset complexity.
3557         (report): New function.
3558
3559 2000-11-20  Tom Tromey  <tromey@cygnus.com>
3560
3561         * lex.c (yylex): Added STRICT_TK case.
3562         * parse.y (STRICT_TK): Added.
3563         * parse-scan.y (STRICT_TK): Added.
3564         * Make-lang.in ($(srcdir)/java/keyword.h): Added missing `\' and
3565         `;'.  Use 4, not 3, with -k option.  Correctly rename resulting
3566         file.
3567         * keyword.h: Rebuilt.
3568         * keyword.gperf (strictfp): Added.
3569
3570 2000-11-20  Tom Tromey  <tromey@cygnus.com>
3571
3572         * lex.c (yylex): Recognize floating point constants with leading
3573         0.
3574
3575 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3576
3577         * java-tree.h (cyclic_inheritance_report): Constify.
3578         * parse.y (cyclic_inheritance_report): Likewise.
3579
3580 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
3581
3582         * parse.y (goal): Remove call to ggc_add_string_root.
3583
3584 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3585
3586         * jcf-parse.c (get_constant), parse.y (do_merge_string_cste):
3587         Create string in scratch buffer, then pass to build_string.
3588
3589 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3590
3591         * parse.y (issue_warning_error_from_context): Add
3592         ATTRIBUTE_PRINTF.
3593
3594 2000-11-11  Anthony Green  <green@redhat.com>
3595
3596         * jcf-parse.c (process_zip_dir): Add finput parameter.
3597         (jcf_figure_file_type): Call process_zip_dir with appropriate
3598         argument.
3599
3600 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3601
3602         * decl.c (copy_lang_decl): Use memcpy, not bcopy.
3603         * jcf-parse.c (jcf_figure_file_type): Likewise.
3604
3605 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3606
3607         * parse.y (create_new_parser_context): Use memset () instead of
3608         bzero ().
3609
3610 2000-11-08  Tom Tromey  <tromey@cygnus.com>
3611
3612         * gjavah.c (process_file): Only include gcj/cni.h when generating
3613         CNI stubs.
3614
3615 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3616
3617         * expr.c (note_instructions), jcf-io.c (find_class), jcf-parse.c
3618         (init_outgoing_cpool), lex.c (java_init_lex): Use memset ()
3619         instead of bzero ().
3620
3621 2000-11-05  Tom Tromey  <tromey@cygnus.com>
3622
3623         * lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix.
3624         * lex.c (IS_ZERO): New define.
3625         (java_perform_atof): Error on floating point underflow.
3626
3627 2000-11-04  Tom Tromey  <tromey@cygnus.com>
3628
3629         * lex.c (java_parse_escape_sequence): Only read two octal
3630         characters if the first one is greater than 3.  Don't allow
3631         "octal" numbers to include the digits 8 or 9.
3632
3633 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3634
3635         * Make-lang.in (java.distdir): Remove.
3636
3637 2000-11-03  Tom Tromey  <tromey@cygnus.com>
3638
3639         * Make-lang.in (java.dvi): New target.
3640         Partial fix for PR other/567.
3641
3642         * lang-options.h: Mention -Wout-of-date.
3643         * jcf-dump.c (flag_newer): New global.
3644         * gjavah.c (flag_newer): New global.
3645         * jcf-io.c (find_class): Only warn when flag_newer set.
3646         * lang.c (flag_newer): New global.
3647         (struct string_option): New declaration.
3648         (lang_W_options): New global.
3649         (process_option_with_no): New function.
3650         (lang_decode_option): Use it.
3651
3652         * class.c (cxx_keyword_p): Accept keywords with trailing `$'s.
3653         * gjavah.c (cxx_keyword_subst): Handle any number of trailing
3654         `$'.
3655
3656         * lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro.
3657         (JAVA_ID_CHAR_P): Also try java_ignorable_control_p.
3658         * lex.c (java_read_unicode): Removed `term_context' argument.
3659         Recognize any number of `u' in `\u'.
3660         (java_read_unicode_collapsing_terminators): New function.
3661         (java_get_unicode): Use it.
3662         (java_lineterminator): Removed.
3663         (yylex): Produce error if character literal is newline or single
3664         quote.  Return if eof found in middle of `//' comment.  EOF in
3665         `//' comment is only an error if pedantic.
3666         (java_ignorable_control_p): New function.
3667         (java_parse_end_comment): Return if eof found in middle of
3668         comment.
3669         Include flags.h.
3670         * jv-scan.c (pedantic): New global.
3671
3672 2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3673
3674         * parse.y (outer_field_access_p): Inherited fields aren't
3675         consider outer fields.
3676         (maybe_build_thisn_access_method): Use
3677         PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
3678         (resolve_expression_name): Trigger an error if a static field
3679         is being accessed as an outer field.
3680
3681 2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3682
3683         * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
3684         Fixes gcj/365.
3685
3686 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
3687
3688         * Make-lang.in: Move all build rules here from Makefile.in,
3689         adapt to new context.  Wrap all rules that change the current
3690         directory in parentheses.  Expunge all references to $(P).
3691         When one command depends on another and they're run all at
3692         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
3693         all object-file generation rules.  Delete obsolete variables.
3694
3695         * Makefile.in: Delete.
3696         * config-lang.in: Delete outputs= line.
3697
3698 2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3699
3700         * parse.y (patch_method_invocation): NULLify this_arg when already
3701         inserted.
3702         (maybe_use_access_method): Handle call to methods unrelated to the
3703         current class. Fixed comment.
3704         Fixes gcj/361.
3705
3706 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3707
3708        * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
3709        scope.
3710
3711 2000-10-24  Tom Tromey  <tromey@cygnus.com>
3712
3713         * lex.c (java_new_lexer): Initialize new fields.  Work around
3714         broken iconv() implementations.
3715         (java_read_char): Swap bytes if required.  Use fallback decoder if
3716         required.
3717         (byteswap_init, need_byteswap): New globals.
3718         (java_destroy_lexer): Only close iconv handle if it is in use.
3719         * lex.h (java_lexer): New fields read_anything, byte_swap,
3720         use_fallback.
3721         Made out_buffer unsigned.
3722
3723 2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3724
3725         * parse.y (register_incomplete_type): Include JDEP_FIELD as a case
3726         where an enclosing context can be set on the jdep.
3727         (do_resolve_class): Fixed identation.
3728
3729 2000-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3730
3731         * gjavah.c (NEED_PEEK_ATTRIBUTE, NEED_SKIP_ATTRIBUTE): Define
3732
3733         * jcf-reader.c (peek_attribute, skip_attribute): Only define
3734         when requested.
3735
3736         * parse.h (yyerror): If JC1_LITE, mark with ATTRIBUTE_NORETURN.
3737
3738         * verify.c (CHECK_PC_IN_RANGE): Cast result of stmt-expr to void.
3739
3740 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3741
3742         * jcf-write.c (OP1): Update `last_bc'.
3743         (struct jcf_block): Fixed indentation and typo in comments.  New
3744         field `last_bc'.
3745         (generate_bytecode_insns): Insert `nop' if `jsr' immediately
3746         follows `monitorenter'.
3747         * parse.y (patch_synchronized_statement): New local `tmp'. Call
3748         `patch_string'.
3749         Fixes gcj/232.
3750
3751 2000-10-16  Tom Tromey  <tromey@cygnus.com>
3752
3753         * jvspec.c (lang_specific_driver): Recognize -MF and -MT.
3754         * lang-specs.h: Added %{MA}, %{MF*}, %{MT*}.
3755         * lang-options.h: Added -MA, -MT, -MF..
3756         * lang.c (lang_decode_option): Recognize -MA, -MT, -MF.
3757         (DEPEND_TARGET_SET): New macro.
3758         (DEPEND_FILE_ALREADY_SET): Likewise.
3759         (init_parse): Handle new flags.
3760         * jcf.h (jcf_dependency_print_dummies): Declare.
3761         * Make-lang.in (s-java): Added mkdeps.o.
3762         * Makefile.in (BACKEND): Added mkdeps.o.
3763         (../gcjh$(exeext)): Added mkdeps.o.
3764         (../jcf-dump$(exeext)): Added mkdeps.o.
3765         * jcf-depend.c: Include mkdeps.h.
3766         (struct entry, dependencies, targets, MAX_OUTPUT_COLUMNS,
3767         add_entry): Removed.
3768         (jcf_dependency_reset): Rewrote.
3769         (dependencies): New global.
3770         (jcf_dependency_set_target): Rewrote.
3771         (jcf_dependency_add_target): Likewise.
3772         (jcf_dependency_add_file): Likewise.
3773         (munge): Removed.
3774         (print_ents): Removed.
3775         (jcf_dependency_write): Rewrote.
3776         (print_dummies): New global.
3777         (jcf_dependency_print_dummies): New function
3778         (jcf_dependency_write): Call deps_dummy_targets if required.
3779
3780 2000-10-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3781
3782         * gjavah.c (add_class_decl): Removed unused variables `tname',
3783         `tlen' and `name_index'.
3784         * java-tree.h (BUILD_FILENAME_IDENTIFIER_NODE): New macro.
3785         * jcf-parse.c (jcf_parse_source): Use it and set EXPR_WFL_FILENAME
3786         in `wfl_operator' with value.
3787         (yyparse): Use BUILD_FILENAME_IDENTIFIER_NODE.
3788         (jcf_figure_file_type): Fixed identation.
3789         * lex.c (java_get_line_col): Use EOF. Tuned `^' placement.
3790         * parse.y (analyze_clinit_body): New function.
3791         (static_initializer:): Reset `current_static_block'.
3792         (java_parser_context_restore_global): Set EXPR_WFL_FIILENAME_NODE in
3793         `wfl_operator' with new value.
3794         (lookup_cl): Use EXPR_WFL_FILENAME.
3795         (maybe_yank_clinit): Handle bogus <clinit> bodies, call
3796         analyze_clinit_body.
3797         (build_outer_field_access): Access to this$<n> built from
3798         current_class, not its outer context.
3799         (build_access_to_thisn): Fixed leading comment. Tidied things up.
3800         (resolve_qualified_expression_name): Handle `T.this' and `T.this.f()'.
3801         (patch_method_invocation): Use `is_static_flag' when already
3802         initialized.
3803         (patch_newarray): Removed assignment in ternary operator.
3804
3805 2000-10-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3806
3807         * except.c (free_eh_ranges): Don't free `whole_range'.
3808
3809 2000-10-15  Anthony Green  <green@redhat.com>
3810
3811         * decl.c (init_decl_processing): Call init_class_processing before
3812         anything else.
3813
3814 2000-10-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3815
3816         * check-init.c (check_init): Fixed leading comment. Use
3817         LOCAL_FINAL_P.
3818         * decl.c (push_jvm_slot): Use MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
3819         (give_name_to_locals): Likewise.
3820         (lang_mark_tree): Handle FIELD_DECL. Register `am' and `wfl'
3821         fields in lang_decl_var.
3822         * java-tree.h (DECL_FUNCTION_SYNTHETIC_CTOR,
3823         DECL_FUNCTION_ALL_FINAL_INITIALIZED): New macros.
3824         (FIELD_INNER_ACCESS): Removed ugly cast, macro rewritten.
3825         (FIELD_INNER_ACCESS_P, DECL_FIELD_FINAL_IUD, DECL_FIELD_FINAL_LIIC,
3826         DECL_FIELD_FINAL_IERR, DECL_FIELD_FINAL_WFL): New macros.
3827         (LOCAL_FINAL): Rewritten.
3828         (LOCAL_FINAL_P, FINAL_VARIABLE_P, CLASS_FINAL_VARIABLE_P
3829         MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC): New macros.
3830         (struct lang_decl): Fixed comments. Added `synthetic_ctor' and
3831         `init_final' fields.
3832         (struct lang_decl_var): Fixed leading comment. Added `am', `wfl',
3833         `final_uid', `final_liic', `final_ierr' and `local_final' fields.
3834         (TYPE_HAS_FINAL_VARIABLE): New macro.
3835         (struct lang_type): Added `afv' field.
3836         * parse.y (check_static_final_variable_assignment_flag): New function.
3837         (reset_static_final_variable_assignment_flag): Likewise.
3838         (check_final_variable_local_assignment_flag): Likewise.
3839         (reset_final_variable_local_assignment_flag): Likewise.
3840         (check_final_variable_indirect_assignment): Likewise.
3841         (check_final_variable_global_assignment_flag): Likewise.
3842         (add_inner_class_fields): Use LOCAL_FINAL_P.
3843         (register_fields): Handle local finals and final variables.
3844         (craft_constructor): Set DECL_FUNCTION_SYNTHETIC_CTOR.
3845         (declare_local_variables): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
3846         (source_start_java_method): Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC
3847         on local finals.
3848         (java_complete_expand_methods): Loop to set
3849         TYPE_HAS_FINAL_VARIABLE. Call
3850         `reset_final_variable_local_assignment_flag' and
3851         `check_final_variable_local_assignment_flag' accordingly before
3852         and after constructor expansion. Call
3853         `reset_static_final_variable_assignment_flag'
3854         before expanding <clinit> and after call
3855         `check_static_final_variable_assignment_flag' if the
3856         current_class isn't an interface. After all methods have been
3857         expanded, call `check_final_variable_global_assignment_flag' and
3858         `check_static_final_variable_assignment_flag' if the current class
3859         is an interface.
3860         (maybe_yank_clinit): Fixed typo in comment.
3861         (build_outer_field_access_methods): Removed old sanity check. Use
3862         FIELD_INNER_ACCESS_P. Call MAYBE_CREATE_VAR_LANG_DECL_SPECIFIC.
3863         Don't create access methods for finals.
3864         (resolve_field_access): Use `CLASS_FINAL_VARIABLE_P'.
3865         (java_complete_tree): Likewise. Reset DECL_FIELD_FINAL_IUD if
3866         existing DECL_INIT has been processed.
3867         (java_complete_lhs): Likewise.
3868         (check_final_assignment): Filter input on `lvalue''s TREE_CODE.
3869         Test for COMPONENT_REF to get to the FIELD_DECL. Implemented new
3870         logic.
3871         (patch_assignment): Use LOCAL_FINAL_P.
3872         (fold_constant_for_init): Reset DECL_FIELD_FINAL_IUD if
3873         DECL_INITIAL is nullified.
3874         Fixes gcj/163.
3875
3876 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3877
3878         * Make-lang.in (parse.c, parse-scan.c): Create atomically.
3879
3880         * Makefile.in (parse.c, parse-scan.c): Likewise.
3881
3882 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
3883
3884         * class.c (temporary_obstack): Remove.
3885         (make_class): Don't mess with obstascks.
3886         (push_class): Likewise.
3887         (set_super_info): Likewise.
3888         (add_method_1): Likewise.
3889         (add_method): Likewise.
3890         (add_field): Likewise.
3891         (build_utf8_ref): Likewise.
3892         (build_class_ref): Likewise.
3893         (build_static_field_ref): Likewise.
3894         (finish_class): Likewise.
3895         (push_super_field): Likewise.
3896         (layout_class): Likewise.
3897         (layout_class_methods): Likewise.
3898         (init_class_processing): Likewise.
3899         * constants.c (get_tag_node): Likewise.
3900         (build_constant_data_ref): Likewise.
3901         * decl.c (ggc_p): Remove.
3902         (copy_lang_decl): Use ggc_alloc.
3903         (complete_start_java_method): Don't mess with obstacks.
3904         (start_java_method): Likewise.
3905         (end_java_method): Likewise.
3906         * except.c (link_handler): Use xmalloc.
3907         (free_eh_ranges): New function.
3908         (method_init_exceptions): Use it.
3909         (add_handler): Use xmalloc.
3910         (expand_start_java_handler): Don't mess with obstacks.
3911         (prepare_eh_table_type): Likewise.
3912         (expand_end_java_handler): Likewise.
3913         * expr.c (push_value): Likewise.
3914         (create_label_decl): Likewise.
3915         (build_jni_stub): Likewise.
3916         (java_lang_expand_expr): Likewise.
3917         (note_instructions): Use xrealloc.
3918         (java_push_constant_from_pool): Don't mess with obstacks.
3919         (process_jvm_instruction): Likewise.
3920         * java-tree.h (cyclic_inheritance_report): Remove duplicate
3921         declaration.
3922         * jcf-parse.c (get_constant): Don't mess with obstacks.
3923         (read_class): Likewise.
3924         (jcf_parse): Likewise.
3925         * lex.c (expression_obstack): Remove.
3926         (java_lex): Don't use obstack_free.
3927         * parse.h (exit_java_complete_class): Don't mess with obstacks.
3928         (MANGLE_OUTER_LOCAL_VARIABLE_NAME): Adjust.
3929         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): Likewise.
3930         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STRING): Likewise.
3931         * parse.y (gaol): Add more GC roots.
3932         (add_inner_class_fields): Adjust calls to MANGLE_* macros.
3933         (lookup_field_wrapper): Likewise.
3934         (obtain_incomplete_type): Don't mess with obstacks.
3935         (build_alias_initializer_parameter_list): Adjust calls to MANGLE_*
3936         macros.
3937         (craft_constructor): Don't mess with obstacks.
3938         (safe_layout_class): Likewise.
3939         (java_complete_class): Likewise.
3940         (source_end_java_method): Likewise.
3941         (build_outer_field_access_methods): Likewise.
3942         (build_outer_method_access_method): Likewise.
3943         (maybe_build_thisn_access_method): Likewise.
3944         (build_dot_class_method_invocation): Likewise.
3945         (java_complete_tree): Likewise.
3946         (java_complete_lhs): Likewise.
3947         (do_merge_string_cste): Likewise.
3948         (patch_string_cst): Likewise.
3949         (array_constructor_check_entry): Likewise.
3950         * typeck.c (build_java_array_type): Likewise.
3951         (parse_signature_string): Likewise.
3952         (build_java_signature): Likewise.
3953
3954 2000-10-12  Tom Tromey  <tromey@cygnus.com>
3955
3956         Fix for PR gcj/356:
3957         * gjavah.c (add_class_decl): Don't special-case inner classes.
3958         (add_namelet): Likewise.
3959
3960 2000-10-11  Rodney Brown  <RodneyBrown@mynd.com>
3961
3962         * java-tree.h: Constify current_encoding.
3963         * lang.c: Constify current_encoding.
3964
3965 2000-10-10  Jeff Sturm  <jeff.sturm@appnet.com>
3966
3967         * jvgenmain.c (class_mangling_suffix): Omit `.'.
3968         (main): Use `$' when NO_DOLLAR_IN_LABEL is not set, otherwise `.'.
3969
3970 2000-10-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3971
3972         * expr.c (java_lang_expand_expr): Reinstall 1999-08-14 Anthony's
3973         patch. Fixes gcj/340.
3974
3975 2000-10-10  Tom Tromey  <tromey@cygnus.com>
3976
3977         * lex.c (java_new_lexer): Initialize out_first and out_last
3978         fields.
3979         * lex.h (java_lexer): Added out_buffer, out_first, out_last.
3980
3981 2000-10-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3982
3983         * parse.y (pop_current_osb): New function.
3984         (array_type:): Use `dims:', changed actions
3985         accordingly. Suggested by Anthony Green.
3986         (array_creation_expression:): Used pop_current_osb.
3987         (cast_expression:): Likewise.
3988         (search_applicable_method_list): Fixed indentation.
3989
3990 2000-10-08  Anthony Green  <green@redhat.com>
3991
3992         * parse.y (array_type_literal): Remove production.
3993         (type_literals): Refer to array_type, not array_type_literal.
3994
3995 2000-10-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3996
3997         Patch contributed by Corey Minyard.
3998         * decl.c (check_local_named_variable): New function.
3999         (tree check_local_unnamed_variable): Likewise.
4000         (find_local_variable): Splitted. Call check_local_{un}named_variable.
4001
4002 2000-10-07  Anthony Green  <green@redhat.com>
4003
4004         * class.c (layout_class): Handle case where superclass can't be
4005         layed out yet.
4006
4007 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4008
4009         * Makefile.in (keyword.h): Refer to GNU FTP site for updated
4010         gperf.
4011
4012 2000-10-05  Tom Tromey  <tromey@cygnus.com>
4013
4014         * jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'.
4015         * jvgenmain.c (class_mangling_prefix): Removed.
4016         (class_mangling_suffix): New global.
4017         (main): Use it.
4018         * gjavah.c (cxx_keyword_subst): Mangle C++ keywords by appending
4019         `$'.
4020         (print_method_info): Handle overrides for static and final
4021         methods.
4022         (process_file): Generate declaration for class object field.
4023         * class.c (cxx_keywords): New array.
4024         (utf8_cmp): New function.
4025         (cxx_keyword_p): New function.
4026         (layout_class_method): Mangle C++ keywords by appending `$'.
4027         (mangle_field): New function.
4028         (mangle_class_field): Use mangle_field.  Mangle class name as
4029         `class$'.
4030         (mangle_static_field): Use mangle_field.
4031
4032 Tue Oct  3 13:44:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4033
4034         * decl.c (find_local_variable): Removed uncessary type check and
4035         fixed range check typo. From Corey Minyard.
4036
4037 Wed Sep 13 16:06:52 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4038
4039         * decl.c (give_name_to_locals): New local `code_offset'. Call
4040         `maybe_adjust_start_pc'.
4041         * expr.c (note_instructions): New function.
4042         (expand_byte_code): Don't collect insn starts here.
4043         (peek_opcode_at_pc): New function.
4044         (maybe_adjust_start_pc): Likewise.
4045         * java-tree.h (maybe_adjust_start_pc): Declare.
4046         (note_instructions): Likewise.
4047         * jcf-parse.c (parse_class_file): Call `note_instructions'.
4048
4049 Wed Sep 13 11:50:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4050
4051         * parse.y (field_access:): Fixed indentation.
4052         (qualify_ambiguous_name): Properly qualify `this.a[b].c'.
4053
4054 2000-09-07  Tom Tromey  <tromey@cygnus.com>
4055
4056         Fix for PR gcj/307:
4057         * parse.y (patch_binop): Use JNUMERIC_TYPE_P, not
4058         JPRIMITIVE_TYPE_P, for arithmetic operators.
4059         (patch_method_invocation): Indentation fix.
4060         (try_builtin_assignconv): Handle boolean specially.  Fixed typo.
4061         (valid_builtin_assignconv_identity_widening_p): Handle boolean.
4062         (do_unary_numeric_promotion): Cleaned up code.
4063         (valid_cast_to_p): Handle boolean correctly.
4064
4065 2000-09-27  Tom Tromey  <tromey@cygnus.com>
4066
4067         * lex.c (java_read_unicode): Reset bs_count when finished with
4068         `\u' sequence.
4069
4070 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
4071
4072         Convert to GC.
4073         * Make-lang.in (s-java): Don't depend on ggc-callbacks.o.
4074         * Makefile.in (BACKEND): Don't include ggc-callbacks.o.
4075         (typeck.o): Depend on ggc.h.
4076         * class.c (add_method_1): Use GC functions for allocation.
4077         (init_class_processing): Register roots.
4078         * decl.c (ggc_p): Set to 1.
4079         (pending_local_decls): Make it static.
4080         (push_jvm_slot): Use GC functions for allocation.
4081         (init_decl_processing): Register roots.
4082         (give_name_to_locals): Use GC functions for allocation.
4083         (lang_mark_tree): New function.
4084         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Use GC
4085         functions for allocation.
4086         * jcf-parse.c (jcf_parse_source): Use ggc_strdup.
4087         * lex.c (java_lex): Use build_string, rather than replicating it
4088         inline.
4089         * parse.y (goal): Add more roots.
4090         (mark_parser_ctxt): New function.
4091         * typeck.c: Include ggc.h.
4092
4093 2000-09-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4094
4095         * parse.y (maybe_yank_clinit): Also keep <clinit> if its body
4096         contains something else than MODIFY_EXPR.
4097
4098 2000-09-23  Mark Mitchell  <mark@codesourcery.com>
4099
4100         * Make-lang.in (JAVA_SRCS): Include java-tree.h.
4101         * Makefile.in (parse.o): Depend on ggc.h.
4102         (class.o): Likewise.
4103         (constants.o): Likewise.
4104         (decl.o): Likewise.
4105         (expr.o): Likewise.
4106         (jcf-parse.o): Likewise.
4107         (jcf-write.o): Likewise.
4108         (mangle.o): Likewise.
4109         * class.c: Include ggc.h.
4110         (build_static_field_ref): Register GC roots.
4111         (layout_class): Likewise.
4112         (init_class_processing): Likewise.
4113         * constants.c: Include ggc.h.
4114         (current_constant_pool_data_ref): Remove.
4115         (tag_nodes): Move it to ...
4116         (get_tag_node): ... here.  Register GC roots.
4117         * decl.c: Include ggc.h.  Remove many global tree definitions.
4118         (throw_node): Define.
4119         (java_global_trees): Likewise.
4120         (predef_filenames): Make the size a constant.
4121         (init_decl_processing): Adjust accordingly.
4122         (init_decl_processing): Call init_jcf_parse.  Register GC roots.
4123         * expr.c: Include ggc.h.
4124         (init_expr_processing): Register GC roots.
4125         (build_invokeinterface): Likewise.
4126         * java-tree.h: Replace extern tree declarations with macros.
4127         (java_global_trees): New variable.
4128         (java_tree_index): New enumeration.
4129         (init_jcf_parse): Declare.
4130         * jcf-parse.c: Include ggc.h.
4131         (current_class): Remove declaration.
4132         (main_class): Likewise.
4133         (all_class_list): Likewise.
4134         (predefined_filename_p): Adjust for constant size of
4135         predef_filenames.
4136         (init_jcf_parse): New function.
4137         * jcf-write.c: Include ggc.h.
4138         (generate_classfile): Register GC roots.
4139         (append_synthetic_attribute): Likewise.
4140         (append_innerclass_attribute_entry): Likewise.
4141         * lang.c: Include ggc.h.
4142         (lang_print_error): Register GC roots.
4143         * parse.h (struct parser_ctxt): Rename fields to avoid conflicts
4144         with macros.
4145         * parse.y: Include ggc.h.
4146         (wfl_operator): Remove.
4147         (goal): Register GC roots.
4148         (java_pop_parser_context): Adjust for new field names.
4149         (java_parser_context_save_global): Likewse.
4150         (java_parser_context_restore_global): Likewise.
4151         (java_parser_context_suspend): Likewise.
4152         (java_parser_context_resume): Likewise.
4153         (verify_constructor_circularity): Register GC roots.
4154         (lookup_cl): Likewise.
4155         (java_reorder_fields): Likewise.
4156         (build_current_this): Likewise.
4157         (class_in_current_package): Likewise.
4158         (argument_types_convertible): Likewise.
4159         (patch_cast): Rename wfl_op parameter to avoid macro conflicts.
4160
4161 2000-09-14  Tom Tromey  <tromey@cygnus.com>
4162
4163         * lex.h: Use HAVE_ICONV_H, not HAVE_ICONV.
4164
4165 2000-09-13  Tom Tromey  <tromey@cygnus.com>
4166
4167         * jcf-parse.c: Include <locale.h>.
4168         * jv-scan.c: Include <locale.h>.
4169
4170 2000-09-12  Tom Tromey  <tromey@cygnus.com>
4171
4172         * expr.c (pop_type_0): Return `Object' if trying to merge two
4173         interface types.
4174         * verify.c (merge_types): Don't return `TYPE_UNKNOWN' for
4175         interface types; `Object' is always a valid supertype.
4176
4177 2000-09-12  Tom Tromey  <tromey@cygnus.com>
4178
4179         Fix for PR gcj/33:
4180         * jv-scan.c (help): Document --encoding.
4181         (options): Added `encoding' entry.
4182         (OPT_ENCODING): New define.
4183         (main): Handle --encoding.
4184         Include <langinfo.h> if nl_langinfo exists.
4185         * lang-options.h: Document --classpath, --CLASSPATH, --main, and
4186         --encoding.
4187         * jcf-parse.c Include <langinfo.h> if we have nl_langinfo.
4188         (parse_source_file): Correctly call java_init_lex.  Added `finput'
4189         argument.  Use nl_langinfo to determine default encoding.
4190         * java-tree.h (current_encoding): Declare.
4191         * parse.y (java_parser_context_restore_global): Don't restore
4192         `finput'.
4193         (java_parser_context_save_global): Don't set `finput' field.
4194         (java_pop_parser_context): Don't restore `finput'.  Free old lexer
4195         if required.
4196         * lang.c (current_encoding): New global.
4197         (lang_decode_option): Recognize `-fencoding='.
4198         (finish_parse): Don't close finput.
4199         * parse.h (struct parser_ctxt): Removed `finput' and
4200         `unget_utf8_value' fields.  Added `lexer' field.
4201         (java_init_lex): Fixed declaration.
4202         * lex.c (java_new_lexer): New function.
4203         (java_destroy_lexer): Likewise.
4204         (java_read_char): Added `lex' argument.  Handle iconv case.
4205         (java_read_unicode): Added `lex' argument.  Count backslashes in
4206         lexer structure.
4207         (java_init_lex): Added `finput' and `encoding' arguments.  Set
4208         `lexer' field in ctxp.
4209         (BAD_UTF8_VALUE): Removed.
4210         (java_lex): Handle seeing UEOF in the middle of a string literal.
4211         * lex.h: Include <iconv.h> if HAVE_ICONV defined.
4212         (java_lexer): New structure.
4213         (UNGETC): Removed.
4214         (GETC): Removed.
4215         (DEFAULT_ENCODING): New define.
4216         (java_destroy_lexer): Declare.
4217
4218 2000-09-12  Tom Tromey  <tromey@cygnus.com>
4219
4220         Fix for PR gcj/343:
4221         * lex.c (java_init_lex): Initialize java_io_serializable.
4222         * parse.y (java_io_serializable): New global.
4223         (valid_ref_assignconv_cast_p): An array can be cast to
4224         serializable.
4225
4226 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4227
4228         * decl.c, expr.c: Include defaults.h if not already included.
4229         Don't define the *_TYPE_SIZE macros.
4230
4231 2000-09-09  Geoffrey Keating  <geoffk@cygnus.com>
4232
4233         * typeck.c (build_java_array_type): Correct first parameter
4234         in ADJUST_FIELD_ALIGN invocation.
4235
4236 2000-09-06  Tom Tromey  <tromey@cygnus.com>
4237
4238         * lang-specs.h: Also recognize `-femit-class-files'.
4239
4240 2000-09-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4241
4242         * verify.c (merge_types): Load the types to merge if necessary.
4243
4244 2000-09-02  Anthony Green  <green@redhat.com>
4245
4246         * jcf-io.c: Include zlib.h.
4247         (open_in_zip): Read compressed class file archives.
4248         * zipfile.h (ZipDirectory): Add uncompressed_size and
4249         compression_method fields.
4250         * zextract.c (read_zip_archive): Collect file compression info.
4251
4252 2000-08-15  Bryce McKinlay  <bryce@albatross.co.nz>
4253
4254         * parse.y (do_resolve_class): Also explore superclasses of
4255         intermediate enclosing contexts when searching for inner classes.
4256
4257 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4258
4259         * parse.y (variable_declarator_id:): Better error message.
4260         (expression_statement:): Use YYNOT_TWICE.
4261         (cast_expression:): Likewise.
4262         (assignment:): Likewise.
4263
4264 2000-08-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4265
4266         * parse.y (do_merge_string_cste): New locals. Create new
4267         STRING_CSTs each time, use memcpy. Fixes gcj/311.
4268
4269 2000-08-07  Hans Boehm  <boehm@acm.org>
4270
4271         * boehm.c (mark_reference_fields): Set marking bits for all words in
4272         a multiple-word record.
4273         (get_boehm_type_descriptor): Use the procedure marking descriptor for
4274         java.lang.Class.
4275
4276 2000-08-31  Mike Stump  <mrs@wrs.com>
4277
4278         * Make-lang.in (jc1$(exeext), gcjh$(exeext), jv-scan$(exeext),
4279         jcf-dump$(exeext)): Make parallel safe.
4280
4281 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
4282
4283         * jcf-parse.c (set_source_filename): Constify a char *.
4284         * jcf-write.c (append_innerclasses_attribute,
4285         make_class_file_name): Constify a char *.  Don't recycle a
4286         variable for an unrelated purpose.
4287         * parse.y: (build_alias_initializer_parameter_list): Constify a char *.
4288         (breakdown_qualified): Do not modify IDENTIFIER_POINTER strings.
4289
4290 2000-08-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4291
4292         * expr.c (can_widen_reference_to): Fixed indentation.
4293         * java-tree.h (CLASS_METHOD_CHECKED_P): Added leading comment.
4294         * parse.y: `finit$' replaces `$finit$' in comments.
4295         (try_builtin_assignconv): Fixed leading comment.
4296
4297 2000-08-25  Greg McGary  <greg@mcgary.org>
4298
4299         * gjavah.c (cxx_keyword_subst): Use ARRAY_SIZE.
4300
4301 2000-08-24  Greg McGary  <greg@mcgary.org>
4302
4303         * lang.c (lang_decode_option): Use ARRAY_SIZE.
4304         * parse.y (BINOP_LOOKUP): Likewise.
4305
4306 2000-08-22  Andrew Haley  <aph@cygnus.com>
4307
4308         * javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
4309         sign extending. Fixes gcj/321.
4310         * jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
4311         combining to make a jlong. Fixes gcj/321.
4312
4313 2000-08-21  Nix  <nix@esperi.demon.co.uk>
4314
4315         * lang-specs.h: Do not process -o or run the assembler if
4316         -fsyntax-only.
4317
4318 2000-08-16  Andrew Haley  <aph@cygnus.com>
4319
4320         * typeck.c (build_java_array_type): Rewrite code to do array
4321         alignment.  Take into account back-end macros when aligning array
4322         data.  Remove setting of TYPE_USER_ALIGN; Java doesn't allow the
4323         user to set alignment. Fixes gcj/252 and 160.
4324
4325 2000-08-09  Tom Tromey  <tromey@cygnus.com>
4326
4327         * parse.y (check_abstract_method_definitions): Now return `int'.
4328         Check implemented interfaces.  Fixes PR gcj/305.
4329
4330         * parse.y (patch_switch_statement): Disallow `long' in switch
4331         expressions.  Fixes PR gcj/310.
4332
4333 2000-08-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4334
4335         * decl.c (finit_leg_identifier_node): New global.
4336         (init_decl_processing): Use `finit$' to initialize
4337         finit_identifier_node. Use `$finit$' to initialize
4338         finit_leg_identifier_node.
4339         * expr.c (expand_java_field_op): Use ID_FINIT_P.
4340         * java-tree.h (finit_identifier_node): Changed attached comment.
4341         (finit_leg_identifier_node): New declaration.
4342         (ID_FINIT_P): Take finit_identifier_node and
4343         finit_leg_identifier_node into account. This is a backward
4344         compatibility hack.
4345
4346 2000-08-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4347
4348         * jcf-write.c (generate_bytecode_conditional): Re-installed lost
4349         Jan 6 2000 patch.
4350         (generate_bytecode_insns): Check `nargs' before emitting it.
4351         * verify.c (merge_type_state): Fixed typo.
4352         * ChangeLog: Fixed typo in some jcf-write.c entries mentioning
4353         generate_bytecode_{conditional,insns}.
4354
4355 Sun Aug 13 09:41:49 2000  Anthony Green  <green@redhat.com>
4356
4357         * check-init.c (check_init): Add case for BIT_FIELD_REF (required
4358         for -pg builds).
4359
4360 2000-08-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4361
4362         * class.c (maybe_layout_super_class): Fixed indentation.
4363         * java-tree.h (CLASS_METHOD_CHECKED_P): New macro.
4364         (java_check_methods): New function declaration.
4365         * jcf-parse.c (get_constant): Let `char_len' go up to 3. Use `str'
4366         instead of `str_ptr'.
4367         * jcf-write.c (generate_bytecode_insns): Emit number the of args
4368         of a `invokeinterface' at the right time.
4369         * parse.h (WFL_STRIP_BRACKET): New macro.
4370         (SET_TYPE_FOR_RESOLUTION): Use it.
4371         * parse.y (build_unresolved_array_type): Reuse `type_or_wfl'.
4372         (check_class_interface_creation): Don't check for cross package
4373         innerclass name clashes.
4374         (method_header): Behave properly if MDECL is `error_mark_node'.
4375         (method_declarator): Return `error_mark_node' if bogus current
4376         class.
4377         (resolve_class): Apply WFL_STRIP_BRACKET on `cl' if necessary.
4378         (resolve_and_layout): New local `decl_type', set and used. Call
4379         java_check_methods.
4380         (java_check_methods): New method.
4381         (java_layout_classes): Use it.
4382         (resolve_qualified_expression_name): No EH check necessary in
4383         access$<n>.
4384         (java_complete_lhs): Use VAR_DECL's DECL_INITIAL when evaluating
4385         `case' statement.
4386         (patch_assignment): Set DECL_INITIAL on integral final local.
4387
4388 2000-08-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4389
4390         * java-tree.h (flag_extraneous_semicolon): New extern.
4391         * lang-options.h: (-Wextraneous-semicolon): New option.
4392         * lang.c (flag_redundant): Fixed typo in leading comment.
4393         (flag_extraneous_semicolon): New global.
4394         (lang_decode_option): Set `flag_extraneous_semicolon' when
4395         -Wall. Decode `-Wextraneous-semicolon'.
4396         * parse.y (type_declaration:): Removed `SC_TK' hack, added
4397         `empty_statement' rule.
4398         (class_body_declaration): Likewise.
4399         (method_body:): Accept `;' as a method body.
4400         (static_initializer:): Removed `SC_TK' hack.
4401         (constructor_block_end:): Likewise.
4402         (empty_statement:): Report deprecated empty declaration. Fixes
4403         gcj/295
4404
4405 2000-08-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4406
4407         * parse.y (build_dot_class_method_invocation): Changed parameter
4408         name to `type'. Build signature from `type' and convert it to a
4409         STRING_CST if it's an array.
4410         (patch_incomplete_class_ref): `build_dot_class_method_invocation'
4411         to use `ref_type' directly.
4412
4413 Sun Aug  6 00:47:24 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4414
4415         * lang-options.h: Added a comma after the last element to avoid
4416         syntax errors when other languages define additional options.
4417
4418 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4419
4420         * Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.
4421         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
4422         (jc1): Link with $(BACKEND).
4423         (jv-scan): Depend on version.o, not all of $(OBJS) or $(BACKEND).
4424
4425 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4426
4427         * jvspec.c: Adjust type of second argument to
4428         lang_specific_driver, and update code as necessary.
4429
4430         * class.c (build_dtable_decl): Initialize dummy.
4431
4432 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4433
4434         * parse.y (maybe_yank_clinit): When generating bytecode: non empty
4435         method bodies not to rule out discarding `<clinit>'; don't use
4436         <clinit> to initialize static fields with constant initializers.
4437
4438 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4439
4440         * gjavah.c (print_method_info): Added `synth' parameter. Skip
4441         synthetic methods.
4442         (method_synthetic): New global.
4443         (HANDLE_METHOD): Recognize synthetic method and tell
4444         `print_method_info' about it.
4445         (HANDLE_END_METHOD): Do not issue an additional `;\n' if we're
4446         processing a synthetic method.
4447         * jcf-reader.c (skip_attribute): New function.
4448         ( skip_attribute): Likewise.
4449
4450 2000-08-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4451
4452         * parse.y (build_outer_field_access): Fixed comments.
4453         (fix_constructors): Emit the initialization of this$<n> before
4454         calling $finit$.
4455         (resolve_qualified_expression_name): Build an access to `decl' if
4456         necessary.
4457
4458 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4459
4460         * parse-scan.y (curent_class): Non longer const.
4461         (inner_qualifier, inner_qualifier_length): Deleted.
4462         (current_class_length): New global.
4463         (bracket_count): Fixed typo in leading comment.
4464         (anonymous_count): New global.
4465         (class_instance_creation_expression:): Handle anonymous classes.
4466         (anonymous_class_creation:): New rule.
4467         (push_class_context): Rewritten.
4468         (pop_class_context): Likewise.
4469         (INNER_QUALIFIER): Macro deleted.
4470         (report_class_declaration): call `push_class_context' when
4471         entering the function. `fprintf' format modified not to use
4472         INNER_QUALIFIER.
4473         (report_class_declaration): Assign `package_name' and
4474         `current_class' to NULL separately.
4475
4476 2000-07-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4477
4478         * expr.c (build_invokeinterface): Call layout_class_methods on
4479         target interface.
4480
4481 2000-07-27  Tom Tromey  <tromey@cygnus.com>
4482             Anthony Green  <green@cygnus.com>
4483             Alexandre Petit-Bianco  <apbianco@cygnus.com>
4484
4485         * class.c (make_class_data): Create vtable for abstract classes.
4486         (get_dispatch_table): Changed to cope with abstract classes.
4487
4488 2000-07-27  Tom Tromey  <tromey@cygnus.com>
4489
4490         * parse.y (patch_method_invocation): Don't reverse the argument
4491         list when dealing with anonymous class constructors. Fixed typo in
4492         comment.
4493
4494 2000-07-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4495
4496         * parse.y (build_alias_initializer_parameter_list): Reverse
4497         crafted list when building aliases for anonymous class
4498         constructors.
4499
4500 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4501
4502         * parse.y (jdep_resolve_class): Don't bother checking potential
4503         innerclass access if `decl' is NULL.
4504         (find_in_imports_on_demand): TREE_PURPOSE of `import' contains the
4505         WFL.
4506
4507 2000-07-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4508
4509         * parse.c: Remove (again.)
4510
4511 2000-07-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4512
4513         * parse.y (find_as_inner_class): Removed 2000-07-19 patches.
4514         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Local `decl' moved
4515         outside the `if' statement, alias to innerclass removed, `decl'
4516         used to mark the class complete.
4517
4518 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4519
4520         * parse.y (simple_name:): Fixed typo in error message.
4521
4522 2000-07-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4523
4524         * parse.y (java_complete_lhs): LOOP_EXPR:, SWITCH_EXPR: the node
4525         or its first operand can be error marks.
4526
4527 2000-07-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4528
4529         * parse.h (SET_TYPE_FOR_RESOLUTION): Use GET_CPC.
4530         * parse.y (method_header): Likewise.
4531
4532 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4533
4534         * parse.y (process_imports): Consider that one might be trying to
4535         import an innerclass. Fixes gcj/254
4536
4537 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4538
4539         * parse.y (find_as_inner_class): Handle the case where the
4540         enclosing context of an innerclass has been loaded as bytecode.
4541
4542 2000-07-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4543
4544         * parse.y (simple_name:): Reject `$' in type names.
4545         (resolve_type_during_patch): Use `type' as a second
4546         argument to resolve_no_layout. Fixes gcj/257.
4547
4548 2000-07-18  Bryce McKinlay  <bryce@albatross.co.nz>
4549
4550         * parse.y (find_most_specific_methods_list): Select the only
4551         non-abstract method even if max has been set.
4552         Fixes gcj/285, gcj/298.
4553
4554 2000-07-18  Jeff Sturm  <jeff.sturm@appnet.com>
4555
4556         * lang-specs.h: Added %(jc1) to java compiler options.
4557
4558 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
4559
4560         * .cvsignore: New file.
4561
4562 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4563
4564         * parse.y (not_accessible_p): Access granted to innerclasses
4565         (indirectly) extending the reference type. Fixes gcj/249.
4566
4567 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4568
4569         * parse.y (patch_method_invocation): Fixed comment.
4570         (maybe_use_access_method): Build this$<n>s to the context of the
4571         target method, or a type that extends it. Fixes gcj/242.
4572
4573 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4574
4575         * parse.c: Remove.
4576
4577 2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4578
4579         * parse.y (fold_constant_for_init): Avoid bullish conversion.
4580
4581 2000-07-13  Tom Tromey  <tromey@cygnus.com>
4582
4583         * lang-specs.h: Added %{I*}.
4584
4585 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
4586
4587         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
4588
4589 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4590
4591         * parse-scan.c: Remove.
4592
4593 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4594
4595         * class.c (set_super_info): Handled protected inner classes.
4596         (common_enclosing_context_p): Bail early if arguments aren't both
4597         inner classes.
4598         (get_access_flags_from_decl): Handle private and protected inner
4599         classes.
4600         * java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
4601         (CLASS_PROTECTED): Likewise.
4602         (struct lang_type): New bitfield `poic'.
4603         * parse.y (jdep_resolve_class): Call check_inner_class_access on
4604         inner classes only.
4605         (check_inner_class_access): Renamed arguments, added
4606         comments. Handles protected inner classes (fixes gcj/225)
4607         (not_accessible_p): Fixed comments. Avoid handling inner classes.
4608
4609 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4610
4611         * parse.y (resolve_qualified_expression_name): Verify qualified
4612         access to `this'. Fixes gcj/239.
4613
4614 2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4615
4616         * jcf-write.c (generate_classfile): Don't install ConstantValue
4617         for null pointers.
4618
4619 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4620
4621         * parse.y (resolve_qualified_expression_name): Handle inner class
4622         access. Fixes gcj/256.
4623
4624 2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4625
4626         * jcf-write.c (generate_classfile): Properly install the
4627         ConstantValue attribute and the initial value constant pool index
4628         on string constants.
4629         * parse.y (java_complete_lhs): Keep DECL_INITIAL when emitting
4630         class files.
4631
4632 2000-07-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4633
4634         * parse.h (BUILD_PTR_FROM_NAME): Surround with a do/while
4635         construct.
4636         * parse.y (find_as_inner_class): Fixed typo.
4637         (do_resolve_class): Explore enclosing contexts when searching for
4638         innerclasses. Removed curly brackets around BUILD_PTR_FROM_NAME.
4639         (check_inner_class_access): Check `decl' which can be null in case
4640         of previous errors.
4641
4642 2000-07-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4643
4644         * java-tree.h (java_debug_context): Declared `extern'.
4645         (safe_layout_class): Likewise.
4646         * parse.y (resolve_field_access): Field must be `static' in order
4647         to be replaced by its initial value. Added comments.
4648         (find_applicable_accessible_methods_list): Fixed typo.
4649         (find_most_specific_methods_list): Methods found in innerclasses
4650         take over methods founds in the enclosing contexts.
4651         (java_complete_tree): Loosen restrictions on the type of DECLs
4652         that can be replaced by their initialization values.
4653         (valid_ref_assignconv_cast_p): Removed call to `enclosing_context_p'.
4654
4655 2000-07-05  Tom Tromey  <tromey@cygnus.com>
4656
4657         * Make-lang.in (PARSE_DIR): New macro.
4658         (PARSE_RELDIR): Likewise.
4659         (PARSE_C): Likewise.
4660         (PARSE_SCAN_C): Likewise.
4661         ($(PARSE_C)): New target.
4662         ($(PARSE_SCAN_C)): Likewise.
4663         (SET_BISON): New macro.
4664         (BISONFLAGS): Likewise.
4665         (JAVABISONFLAGS): Likewise.
4666
4667 2000-07-02  Bryce McKinlay  <bryce@albatross.co.nz>
4668
4669         * gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream
4670         argument on the first pass for CNI as well as JNI.
4671         (print_method_info): Set up method name on the first pass only.
4672
4673 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4674
4675         * parse.y (parser_qualified_classname): Removed parameter
4676         `is_static'.
4677         (create_interface): Removed first passed parameter to
4678         parser_qualified_classname.
4679         (create_class): Likewise. Don't install alias on static
4680         innerclasses. Fixes gcj/275.
4681
4682 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4683
4684         * parse.y (maybe_generate_pre_expand_clinit): Don't build a
4685         debugable statement with empty_stmt_node. Fixes gcj/272
4686
4687 2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4688
4689         * expr.c (build_instanceof): Layout type after it's loaded. Fixes
4690         gcj/271.
4691
4692 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4693
4694         * jcf-write.c (push_long_const): Appropriately cast short negative
4695         constant to jword.
4696
4697 2000-06-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4698
4699         * parse.y (verify_constructor_super): Use loop variable
4700         `m_arg_type' initialized with `mdecl_arg_type'.
4701
4702 2000-06-29  Tom Tromey  <tromey@cygnus.com>
4703
4704         * parse.y (resolve_field_access): Handle case where `type_found'
4705         is NULL.
4706
4707 2000-06-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4708
4709         * expr.c (lookup_field): The same field can be found through two
4710         different interface. Don't declare it ambiguous in that case.
4711
4712 2000-06-27  Tom Tromey  <tromey@cygnus.com>
4713
4714         * lex.c (java_lineterminator): Don't recognize \r after \n.  If \r
4715         follows \r, then unget it at a lower level.
4716
4717 2000-06-26  Tom Tromey  <tromey@cygnus.com>
4718
4719         * parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to
4720         java_complete_tree.
4721
4722 2000-06-25  Tom Tromey  <tromey@cygnus.com>
4723
4724         * parse.y (for_statement): Wrap expression in a WFL if it is a
4725         constant.  For PR gcj/268.
4726
4727 2000-06-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4728
4729         * parse.y (do_resolve_class): Minor optimiztion in the package
4730         list search. Removed unnecessary test and return statement.
4731         (valid_ref_assignconv_cast_p): Order of arguments to
4732         enclosing_context_p fixed.
4733
4734 2000-06-24  Tom Tromey  <tromey@cygnus.com>
4735
4736         * expr.c (lookup_field): Print error and return error_mark_node if
4737         field reference is ambiguous.
4738
4739         * parse.y (check_abstract_method_definitions): Also check if
4740         `other_method' is abstract.
4741
4742 2000-06-23  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4743
4744         * class.c (set_super_info): Handle ACC_PRIVATE for (inner)
4745         classes.
4746         * java-tree.h (TYPE_PRIVATE_INNER_CLASS): New macro.
4747         (struct lang_type): New field `pic'.
4748         (CLASS_PRIVATE): New macro.
4749         * parse.y (check_inner_class_access): New function.
4750         (jdep_resolve_class): Call it.
4751
4752 2000-06-23  Tom Tromey  <tromey@cygnus.com>
4753
4754         * parse.y (patch_incomplete_class_ref): Initialize the returned
4755         class.  For PR gcj/260.
4756
4757 2000-06-21  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4758
4759         * except.c (prepare_eh_table_type): Use `CATCH_ALL_TYPE'.
4760
4761 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4762
4763         * check-init.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
4764         Java specific checks.
4765         * expr.c (build_instanceof): CLASS_INTERFACE and CLASS_FINAL usage
4766         screened by DECL_P.
4767         * java-tree.def (CASE_EXPR): Marked 'e'.
4768         (DEFAULT_EXPR): Likewise.
4769         * jcf-parse.c (set_source_filename): CLASS_COMPLETE_P usage
4770         screened by DECL_P.
4771         * jcf-write.c (ENABLE_JC1_CHECKING): Replaces ENABLE_CHECKING for
4772         Java specific checks.
4773         (generate_bytecode_insns): Test try_block for BLOCK before using
4774         BLOCK_EXPR_BODY.
4775         * parse.y (build_wfl_wrap): Added `location' argument. Set
4776         EXPR_WFL_LINECOL accordingly.
4777         (dim_expr:): Wrap constants with WFLs.
4778         (method_declarator): Use TREE_TYPE not TYPE_NAME on GET_CPC.
4779         (resolve_package): Check for `stmt' not being a BLOCK before
4780         building a debuggable statement with it.
4781         (make_qualified_primary): Added extra parameter to build_wfl_wrap
4782         invocation.
4783         (resolve_field_access): Make sure `decl' is a DECL before treating
4784         it as such.
4785         (maybe_build_primttype_type_ref): Make sure `wfl''s node is an
4786         IDENTIFIER_NODE before treating it as such.
4787         (patch_new_array_init): Make sure `elt' is a TREE_LIST before
4788         treating it as such.
4789         (find_applicable_accessible_methods_list): CLASS_INTERFACE macro
4790         to be applied only on non array types.
4791
4792 2000-06-16  Per Bothner  <per@bothner.com>
4793
4794         * java-tree.h (LABEL_RETURN_LABELS, LABEL_PENDING_CHAIN):  Don't
4795         define in terms of DECL_RESULT, as that fails when --enable-checking.
4796
4797 2000-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4798
4799         * jcf-write.c (CHECK_PUT): Add static prototype.  Make pointer
4800         types the same in comparison.
4801         (CHECK_OP): Add static prototype.
4802
4803 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
4804
4805         * typeck.c (build_java_array_type): Set TYPE_USER_ALIGN.
4806         * parse.y (java_complete_class): Set DECL_USER_ALIGN.
4807         * parse.c: Rebuilt.
4808
4809 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4810
4811         * decl.c (create_primitive_vtable): Prototype.
4812
4813         * jcf-write.c (generate_bytecode_insns): Initialize variable
4814         `saved_context'.
4815
4816         * lang.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
4817
4818 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
4819
4820         * parse.y (find_applicable_accessible_methods_list): Use a hashtable
4821         to track searched classes, and do not search the same class more than
4822         once. Call find_applicable_accessible_methods_list on immediate
4823         superclass, instead of search_applicable_method_list on all ancestors.
4824         Fix for PR gcj/238.
4825
4826 2000-06-09  Bryce McKinlay  <bryce@albatross.co.nz>
4827
4828         * parse.y (register_fields): Permit static fields in inner classes
4829         if they are final. Fix for PR gcj/255.
4830
4831 2000-06-06  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4832
4833         * parse.h (REGISTER_IMPORT): Use `chainon' to link new entries.
4834         * parse.y (find_in_imports): Returned type changed to void,
4835         leading comment fixed.
4836         (register_package): New function.
4837         (qualify_and_find): Likewise.
4838         (package_declaration:): Use `register_package'.
4839         (single_type_import_declaration:): Removed local variable
4840         `node'. Added missing `;' for consistency.
4841         (type_import_on_demand_declaration:): Use `chainon' to link new
4842         entries.
4843         (lookup_field_wrapper): Lookup local variables defined in outer
4844         contexts first.
4845         (java_complete_class): Don't reverse the list of imported on demand.
4846         (do_resolve_class): Reorganized. Removed local variable
4847         `original_name'. Call `qualify_and_find' with the current package
4848         name, invoke `find_in_imports_on_demand' right after. Call
4849         `qualify_and_find' with the packages we've seen so far. Fixed
4850         operations numbering in comments.
4851         (java_expand_class): Don't reverse `package_list'.
4852         (find_most_specific_methods_list): New local variables `abstract'
4853         and `candidates'. Use them to pick the right method.
4854
4855 Tue Jun  6 11:39:05 2000  Tom Tromey  <tromey@ferrule.cygnus.com>
4856
4857         * parse.y (check_modifiers_consistency): Don't subtract out
4858         `PUBLIC_TK' from argument to THIS_MODIFIER_ONLY.
4859
4860 2000-06-04  Philipp Thomas  <pthomas@suse.de>
4861
4862         * Makefile.in (INTLLIBS): New.
4863         (LIBS): Add above.
4864         (DEPLIBS): Ditto.
4865
4866 Fri Jun  2 16:48:55 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4867
4868         * class.c (get_dispatch_table): Build the vtable dummy entry list
4869         element with a null purpose. Fixed leading comment.
4870         (build_dtable_decl): Build an accurate dtable type when appropriate
4871         and use it.
4872
4873 2000-06-02  Richard Henderson  <rth@cygnus.com>
4874
4875         * lang.c (lang_get_alias_set): New.
4876
4877 2000-05-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4878
4879         * parse.y (resolve_field_access): Complete the DECL_INITIAL tree
4880         before using it as the accessed field.
4881
4882 2000-05-31  Tom Tromey  <tromey@cygnus.com>
4883
4884         * java-tree.h (boolean_array_vtable, byte_array_vtable,
4885         char_array_vtable, short_array_vtable, int_array_vtable,
4886         long_array_vtable, float_array_vtable, double_array_vtable):
4887         Declare.
4888         * expr.c (get_primitive_array_vtable): New function.
4889         (create_primitive_vtable): New function.
4890         (java_lang_expand_expr): Enable code to statically generate
4891         arrays.
4892         * decl.c (init_decl_processing): Create primitive vtables.
4893         (boolean_array_vtable, byte_array_vtable, char_array_vtable,
4894         short_array_vtable, int_array_vtable, long_array_vtable,
4895         float_array_vtable, double_array_vtable): Define.
4896
4897 2000-05-26  Zack Weinberg  <zack@wolery.cumb.org>
4898
4899         * java/parse.y (find_applicable_accessible_methods_list):
4900         Don't add an uninitialized value to the list.
4901
4902 2000-05-25  Tom Tromey  <tromey@cygnus.com>
4903
4904         * parse.y (resolve_field_access): Don't check DECL_LANG_SPECIFIC
4905         when trying to see if field's class should be initialized.  Always
4906         initialize field's declaring class, not qualified class.
4907         For PR gcj/162.
4908
4909         * parse.y (array_constructor_check_entry): Pass `wfl_value', not
4910         `wfl_operator', to maybe_build_primttype_type_ref.
4911         Fixes PR gcj/235.
4912
4913 2000-05-23  Bryce McKinlay  <bryce@albatross.co.nz>
4914
4915        * parse.y (patch_method_invocation): Don't try to lookup methods
4916        in primitive types.
4917
4918 2000-05-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4919
4920         * parse.y (resolve_field_access): Call the appropriate <clinit>
4921         before accessing the length of a static array. Craft a decl for
4922         the field while its time. Fixes PR gcj/129.
4923
4924 2000-05-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4925
4926         * parse.y (resolve_package): Correctly set `*next' (was off by
4927         one.)
4928         (resolve_qualified_expression_name): Fixed comment.
4929
4930 Thu Apr 27 17:47:34 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4931
4932         * jcf-parse.c (jcf_parse_source): Reset current_class and
4933         current_function_decl to NULL before parsing a new file.
4934
4935 Thu Apr 27 17:25:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4936
4937         * parse.y (block_end:): If the collected block doesn't feature a
4938         statement, insert an empty statement.
4939
4940 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4941
4942         * parse.y (maybe_yank_clinit): New function.
4943         (maybe_generate_pre_expand_clinit): Always link <clinit> at the
4944         end of the list of methods belonging to a class.
4945         (java_complete_expand_method): Check whether <clinit> is really
4946         necessary and expand it accordingly.
4947
4948 2000-04-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4949
4950         * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be
4951         processed by the method's switch statement.
4952
4953 2000-05-19  Tom Tromey  <tromey@cygnus.com>
4954
4955         * java-tree.h: Added init state enum.
4956         * decl.c (emit_init_test_initialization): Initialize class
4957         initialization check variable by looking at class' state.
4958
4959 2000-05-19  Tom Tromey  <tromey@cygnus.com>
4960
4961         * java-tree.h (build_instanceof): Declare.
4962         (build_get_class): Declare.
4963         * parse.y (patch_binop): Use build_instanceof.
4964         * expr.c (build_instanceof): New function.  If class is final,
4965         don't make a function call.
4966         (expand_java_INSTANCEOF): Use it.
4967         (build_get_class): New function.
4968
4969 2000-05-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4970
4971         * jcf-write.c (generate_classfile): Scan the source_file for
4972         slashes with the right pointer variable.
4973
4974 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4975
4976         * lang.c (lang_decode_option): Update -Wunused flags by calling
4977         set_Wunused.
4978         * decl.c (poplevel): Replace warn_unused with warn_unused_label.
4979
4980 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
4981
4982         * check_init.c (check_init): Constify local char *.
4983         * class.c (push_class): Constify local char *.
4984         * java_tree.h: Update prototypes.
4985         * jcf-io.c (open_class): Constify filename parameter and
4986         return value.
4987         (find_class): Remove redundant string copy.  Cast return from
4988         open_class.
4989         * jcf-parse.c (read_class, parse_class_file, yyparse):
4990         Constify local char *.
4991         * jcf-write.c (generate_bytecode_insns, generate_classfile):
4992         Constify local char *.
4993         * jcf.h (JCF): Constify filename and classname.
4994         (JCF_FINISH): Cast args to FREE to char * when appropriate.
4995         * lang.c (init_parse): Constify parameter and return value.
4996         * lex.c (java_get_line_col): Constify filename parameter.
4997         * parse.h: Constify parser_ctxt.filename.  Update prototypes.
4998         * parse.y (java_parser_context_suspend,
4999         issue_warning_error_from_context, safe_layout_class): Constify
5000         local char *.
5001         * parse.c: Regenerate.
5002
5003 2000-05-08  Tom Tromey  <tromey@cygnus.com>
5004
5005         * expr.c (build_jni_stub): Cache the result of
5006         _Jv_LookupJNIMethod.
5007
5008 2000-05-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5009
5010         * decl.c (predef_filenames_size): Now 7.
5011         (predef_filenames): New seventh entry.
5012
5013 2000-05-04  Tom Tromey  <tromey@cygnus.com>
5014
5015         * boehm.c (mark_reference_fields): Don't mark RawData fields.
5016         Keep track of when we've seen a reference field after a
5017         non-reference field.
5018         (get_boehm_type_descriptor): Handle case where we see
5019         non-reference fields but no trailing reference field.
5020         * decl.c (rawdata_ptr_type_node): Define.
5021         (init_decl_processing): Initialize rawdata_ptr_type_node.
5022         * java-tree.h (rawdata_ptr_type_node): Declare.
5023
5024 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5025
5026         * jcf-dump.c (SPECIAL_IINC): Ensure arguments match format
5027         specifiers in calls to fprintf.
5028
5029 2000-05-03  Andrew Haley  <aph@cygnus.com>
5030
5031         * expr.c (build_java_jsr): Use emit_jump, not expand_goto.
5032
5033         * javaop.h (WORD_TO_INT): New function.
5034         (IMMEDIATE_s4): Use WORD_TO_INT.
5035         * jcf.h (JPOOL_INT): Ditto.
5036
5037         * gjavah.c (decode_signature_piece): Don't treat `$' as namespace
5038         separator.
5039
5040 2000-04-19  Tom Tromey  <tromey@cygnus.com>
5041
5042         * class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE
5043         on native function.
5044         * jcf-parse.c (parse_class_file): Call build_jni_stub for native
5045         JNI methods.
5046         * expr.c (build_jni_stub): New function.
5047         * lang-specs.h: -fjni and -femit-class-file are incompatible.
5048         * parse.c: Rebuilt.
5049         * parse.y (java_complete_expand_methods): Expand a native method
5050         and call build_jni_stub if -fjni given.
5051         * lang-options.h: Document -fjni.
5052         * lang.c (flag_jni): New global.
5053         (lang_f_options): Added `jni' entry.
5054         * java-tree.h (soft_lookupjnimethod_node,
5055         soft_getjnienvnewframe_node, soft_jnipopsystemframe_node):
5056         Declare.
5057         (flag_jni): Declare.
5058         (build_jni_stub): Declare.
5059         (struct lang_decl): Added `native' flag.
5060         (METHOD_NATIVE): Redefined to use `native' field of lang specific
5061         structure.
5062         * decl.c (soft_lookupjnimethod_node, soft_getjnienvnewframe_node,
5063         soft_jnipopsystemframe_node): New globals.
5064         (init_decl_processing): Set them.  _Jv_InitClass only takes one
5065         argument.
5066
5067         * java-tree.def: Put into `C' mode.
5068
5069 2000-04-27  Tom Tromey  <tromey@cygnus.com>
5070
5071         Fix for PR gcj/2:
5072         * expr.c (expand_invoke): Generate check to see if object pointer
5073         is null in nonvirtual invocation case.
5074         * java-tree.h (soft_nullpointer_node): Declare.
5075         * decl.c (soft_nullpointer_node): New global.
5076         (init_decl_processing): Initialize soft_nullpointer_node.
5077         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
5078         or `private' methods.
5079         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
5080
5081 Wed Apr 26 14:29:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5082
5083         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
5084         from <clinit>
5085
5086 2000-04-26  Tom Tromey  <tromey@cygnus.com>
5087
5088         * zextract.c (find_zip_file_start): New function.
5089         (read_zip_archive): Use it.
5090
5091 2000-04-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5092
5093         * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS.
5094
5095 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5096
5097         * class.c (common_enclosing_context_p): New function.
5098         * java-tree.h (common_enclosing_context_p): Added prototype.
5099         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Relaxed test to allow
5100         classes sharing an outer context with the current instance.
5101         * parse.y (build_access_to_thisn): Fixed leading comment.
5102         (verify_constructor_super): New local `supper_inner'. Skip
5103         enclosing context argument in the case of inner class constructors.
5104         (patch_method_invocation): Insert proper context as second
5105         parameter to pure inner class constructor super invocations.
5106
5107 Mon Apr 24 14:59:36 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5108
5109         * parse.y (end_class_declaration): Reset the interface number
5110         counter.
5111
5112 2000-04-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5113
5114         * parse.y (source_start_java_method): Deleted unnecessary code.
5115         (patch_method_invocation): Fixed comment.
5116
5117 2000-04-24  Robert Lipe <robertlipe@usa.net>
5118
5119         * parse.h (_jdep): Member `kind' now ENUM_BITFIELD.
5120
5121 2000-04-23  Tom Tromey  <tromey@cygnus.com>
5122
5123         * boehm.c (mark_reference_fields): Use int_byte_position.
5124
5125 2000-04-22  Tom Tromey  <tromey@cygnus.com>
5126
5127         * boehm.c (mark_reference_fields): Only call byte_position on
5128         non-static fields.
5129
5130 2000-04-22  Tom Tromey  <tromey@cygnus.com>
5131
5132         * boehm.c (mark_reference_fields): Added `last_view_index'
5133         argument.  Use DECL_FIELD_OFFSET to determine field's offset.
5134
5135 Thu Apr 20 17:41:28 2000  Mo DeJong  <mdejong@cygnus.com>
5136
5137         * parse.h (INTERFACE_INNER_MODIFIERS): New macro.
5138         * parse.y (check_class_interface_creation): Fixed comments. Select
5139         permitted modifiers for (inner) interfaces. Changed error message
5140         to report rejected modifiers used with local classes.
5141
5142 2000-04-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5143
5144         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Immediate inner classes
5145         of directly inherited type considered in scope.
5146         * parse.y (do_resolve_class): Search inherited classes for inner
5147         classes.
5148
5149 2000-04-20  Tom Tromey  <tromey@cygnus.com>
5150
5151         * parse.y (not_accessible_p): Use member's class, not current
5152         class, when doing inheritance check for protected reference.
5153         Fixes PR gcj/124.
5154
5155 Thu Apr 20 18:20:58 2000  Jason Schroeder  <shrode@subnature.com>
5156
5157         * jcf-dump.c (SPECIAL_IINC): Fixed typo printing iinc instruction.
5158
5159 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5160
5161         * parse.y (lookup_field_wrapper): Search for final local aliases.
5162         (resolve_expression_name): Let lookup_field_wrapper search for
5163         final local aliases. Force the value of `name' if one is found.
5164         (qualify_ambiguous_name): CONVERT_EXPR is enough to now we have
5165         an expression name. Fixed comments.
5166
5167 2000-04-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5168
5169         * parse.y (yyerror): `msg' can be null, don't use it in that case.
5170
5171 2000-04-19  Tom Tromey  <tromey@cygnus.com>
5172
5173         * gjavah.c (cxx_keyword_subst): Avoid potential infinite loop.
5174
5175 2000-04-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5176
5177         * parse.y (maybe_make_nested_class_name): Use `obstack_grow0'.
5178
5179 2000-04-18  Tom Tromey  <tromey@cygnus.com>
5180
5181         PR gcj/211:
5182         * gjavah.c (utf8_cmp): Changed return value.
5183         (cxx_keyword_subst): Handle all C++ keywords.  Allocate new return
5184         result.
5185         (cxx_keywords): New global.
5186         (get_field_name): Handle new result of cxx_keyword_subst.
5187         (print_method_info): Likewise.
5188
5189 2000-04-17  Bryce McKinlay  <bryce@albatross.co.nz>
5190
5191         * gjavah.c (print_name_for_stub_or_jni): Don't prefix method names
5192         with a newline, for CNI.
5193         (print_stub_or_jni): Print a space or newline before method name for
5194         CNI as well as JNI.
5195         (print_cxx_classname): Don't write leading "::" in CNI stub method.
5196         (process_file): Include gcj/cni.h if generating CNI stubs.
5197
5198 2000-04-16  Tom Tromey  <tromey@cygnus.com>
5199
5200         * gjavah.c (decompile_method): Use print_field_name.
5201         Fixes PR gcj/205.
5202
5203 2000-04-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5204
5205         * parse.y (java_expand_classes): Reverse the package list once.
5206         (java_complete_lhs): PLUS_EXPR: don't try rhs and lhs at string
5207         reduction.
5208         (patch_binop): New temp `cn'. Call patch_string on LHS/RHS of
5209         the `==' and `!=' operators.
5210
5211 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5212
5213         * jcf-write.c (generate_bytecode_insns): At invokation time,
5214         always relate an interface method to the type of its selector.
5215
5216 2000-04-05  Tom Tromey  <tromey@cygnus.com>
5217
5218         Fix for PR gcj/2:
5219         * expr.c (expand_invoke): Generate check to see if object pointer
5220         is null in nonvirtual invocation case.
5221         * java-tree.h (soft_nullpointer_node): Declare.
5222         * decl.c (soft_nullpointer_node): New global.
5223         (init_decl_processing): Initialize soft_nullpointer_node.
5224         * parse.y (invocation_mode): Return INVOKE_NONVIRTUAL for `final'
5225         or `private' methods.
5226         (patch_invoke): Handle INVOKE_NONVIRTUAL case.
5227
5228 2000-04-05  Tom Tromey  <tromey@cygnus.com>
5229
5230         Fix for PR gcj/140:
5231         * parse.y (check_final_assignment): Recognize assignments to the
5232         `length' field of an array when generating class files.
5233
5234 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5235
5236         * class.c (decl_hash): Prototype removed.
5237         (decl_compare): Likewise.
5238
5239 2000-04-05  Tom Tromey  <tromey@cygnus.com>
5240
5241         * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
5242         * parse.y (check_modifiers_consistency): Check for final/volatile
5243         clash.  Fixes PR gcj/164.
5244
5245 2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5246
5247         * class.c: (java_hash_hash_tree_node): Renamed from `decl_hash',
5248         made global.
5249         (java_hash_compare_tree_node): Renamed from `decl_compare, made
5250         global.
5251         (add_method_1): Use `java_hash_hash_tree_node' and
5252         `java_hash_compare_tree_node'.
5253         * java-tree.h: (java_hash_hash_tree_node): Prototyped.
5254         (java_hash_compare_tree_node): Likewise.
5255         * parse.y (find_applicable_accessible_methods_list): Create,
5256         delete and use a hash table to remember already searched interfaces.
5257
5258 2000-04-03  Matt Welsh  <mdw@cs.berkeley.edu>
5259
5260         * jcf-depend.c (add_entry): Fixed bug where list was always replaced
5261         with latest entry.
5262
5263 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5264
5265         * boehm.c (mark_reference_fields, set_bit): Prototype.
5266         (set_bit): Un-ANSI-fy definition.
5267
5268         * class.c (init_test_hash_newfunc, decl_hash, decl_compare):
5269         Prototype.
5270
5271         * decl.c (emit_init_test_initialization): Likewise.
5272
5273         * gjavah.c (jni_print_char): Likewise.
5274
5275         * parse.y (create_new_parser_context): Likewise.
5276
5277 Thu Mar 30 15:26:56 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5278
5279         * expr.c (java_lang_expand_expr): Added Anthony's Thu Jan 6 2000
5280         patch missing hunk. Fixed indentation.
5281
5282 2000-03-30  Tom Tromey  <tromey@cygnus.com>
5283
5284         * gjavah.c (D_NAN_MASK): Only define as word-reversed when
5285         HOST_FLOAT_WORDS_BIG_ENDIAN and HOST_WORDS_BIG_ENDIAN disagree.
5286
5287 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5288
5289         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
5290         when negative *before* using it as an array index.
5291         * ChangeLog: Fixed typo.
5292
5293 2000-03-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5294
5295         * parse-scan.y (pop_class_context): Reset `inner_qualifier_length'
5296         to 0 when it reaches -1.
5297
5298 2000-03-27  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5299
5300         * jcf-parse.c (get_constant): Properly cast `num' during the
5301         invocation of `add_double'.
5302         * jcf-write.c (push_long_const): Properly cast `lo' before
5303         comparing it to short bounds.
5304         * parse-scan.y (interface_declaration:): Rule re-arrange so that
5305         `interface_body:' is reduced after the current interface is
5306         pushed.
5307
5308 2000-03-26  Tom Tromey  <tromey@cygnus.com>
5309
5310         * jvspec.c (jvgenmain_spec): Add `%{<...}' construct for each
5311         Java-specific `-f' option.
5312
5313 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5314
5315         * decl.c (init_decl_processing): Only call initialize_sizetypes once.
5316         Adjust order of making types.
5317         Make bitsize_*_node values.
5318
5319 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5320
5321         * class.c (make_field_value): Use byte_position.
5322         * expr.c (JAVA_ARRAY_LENGTH_OFFSET): Use byte_position.
5323         (java_array_data_offset): Likewise.
5324         * java-tree.h (MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC): Add case to
5325         bzero call.
5326
5327 2000-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5328
5329         * parse.y (check_abstract_method_definitions): New local
5330         `end_type_reached'. Make sure we also consider `end_type'.
5331         (java_check_abstract_method_definitions): Make sure we eventually
5332         consider `java.lang.Object'.
5333         (maybe_use_access_method): Don't use access method if not in the
5334         context of a pure inner class or if the method's context is right.
5335         (find_applicable_accessible_methods_list): New static flag
5336         `object_done'. Don't search abstract classes as interfaces. Fixed
5337         indentation. Fixed the `java.lang.Object' only search. Search
5338         class interface(s) first, then fully search enclosing contexts.
5339         (find_most_specific_methods_list): Pick the closest candidate when
5340         they're all abstract.
5341
5342 Mon Mar 20 08:58:51 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5343
5344         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
5345         properly initialize `finished_label'. Don't emit gotos for empty
5346         try statements.
5347
5348 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5349
5350         * except.c (emit_handlers): Clear catch_clauses_last.
5351
5352 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5353
5354         * parse.y (check_method_types_complete): New function.
5355         (create_class): Reset anonymous class counter only when seeing an
5356         non inner classe.
5357         (java_complete_class): JDEP_METHOD: Don't recompute signature
5358         if incomplete.
5359
5360 2000-03-17  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5361
5362         * class.c (build_static_ref): Fixed indentation in comment.
5363         * java-tree.def (TRY_EXPR): Fixed typo in name.
5364         (CLASS_LITERAL): Likewise.
5365         * java-tree.h: (TYPE_DOT_CLASS): New macro.
5366         (struct lang_type): New field `dot_class'.
5367         * jcf-write.c (generate_bytecode_insns): Fixed error message.
5368         (generate_classfile): Method `class$' is synthetic.
5369         * parse.y (build_do_class_method): New function.
5370         (build_dot_class_method_invocation): Likewise.
5371         (java_complete_expand_methods): Expand TYPE_DOT_CLASS if necessary.
5372         (resolve_qualified_expression_name): Handle CLASS_LITERAL.
5373         (qualify_ambiguous_name): Likewise.
5374         (patch_incomplete_class_ref): Invoke synthetic method if necessary.
5375         (build_try_statement): Fixed leading comment.
5376
5377 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5378
5379         * class.c (make_field_value): Properly handle sizes.
5380         (get_dispatch_vector): Use tree_low_cst and host_integerp.
5381         (layout_class_method): Count using trees.
5382         * decl.c (push_promoted_type): Set TYPE_{MIN,MAX}_VALUE with copy_node.
5383         * expr.c (java_array_data_offset): Use int_bit_position.
5384         (build_newarray, build_anewarray): Use host_integerp and tree_low_cst.
5385         (build_invokevirtual): Use tree_low_cst and do computations with trees.
5386
5387 2000-03-16  Tom Tromey  <tromey@cygnus.com>
5388
5389         * lang.c (flag_hash_synchronization): New global.
5390         (lang_f_options): Added `hash-synchronization'.
5391         * lang-options.h: Mention -fhash-synchronization.
5392         * java-tree.h (flag_hash_synchronization): Declare.
5393         * expr.c (java_lang_expand_expr): Only push `sync_info' value when
5394         hash table synchronization is disabled.
5395         * decl.c (init_decl_processing): Only push `sync_info' value when
5396         hash table synchronization is disabled.
5397         * class.c (make_class_data): Only push `sync_info' field when hash
5398         table synchronization is disabled.  Removed dead code.
5399
5400 2000-03-16  Tom Tromey  <tromey@cygnus.com>
5401
5402         * lang.c (lang_decode_option): Enable -Wunused when -Wall given.
5403
5404 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5405
5406         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): Disregard anonymous
5407         classes.
5408         * parse.y (patch_method_invocation): Handle anonymous classes
5409         creation in static context.
5410
5411 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5412
5413         * parse.h (INNER_ENCLOSING_SCOPE_CHECK): New macro.
5414         * parse.y (resolve_qualified_expression_name): Use it.
5415         (patch_method_invocation): Likewise.
5416
5417 2000-03-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5418
5419         * parse.y (register_incomplete_type): JDEP_ENCLOSING set
5420         depending on the type of dependency which dictates what the
5421         current class is.
5422         (unresolved_type_p): Resolved types limited to the current class.
5423
5424 2000-03-15  Tom Tromey  <tromey@cygnus.com>
5425
5426         * decl.c (init_decl_processing): Set type of `sync_info' to be
5427         pointer to Object.
5428
5429         * boehm.c (get_boehm_type_descriptor): Correctly compute `bits'.
5430         Correctly compute bit number for current slot.  Zero `high' and
5431         `low' in DS_LENGTH case.  Don't skip inherited fields.  Use
5432         mark_reference_fields.
5433         (mark_reference_fields): New function.
5434
5435 Tue Mar 14 17:15:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5436
5437         * parse.y (register_incomplete_type): Fixed initialization of
5438         JDEP_ENCLOSING.
5439
5440 2000-02-28  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5441
5442         * parse-scan.y (inner_qualifier, inner_qualifier_length): New
5443         static globals.
5444         (push_class_context, pop_class_context): New function.
5445         (class_body:): Call pop_class_context.
5446         (interface_body:): Likewise.
5447         (INNER_QUALIFIER): New macro.
5448         (report_class_declaration): Changed output format and use
5449         INNER_QUALIFIER. Call push_class_context.
5450
5451 2000-02-14  Andrew Haley  <aph@cygnus.com>
5452
5453         * check-init.c (check_init): Add new cases for unary and binary
5454         tree nodes.
5455
5456 2000-03-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5457
5458         * parse.y (resolve_package): Set `next' once a type name has been
5459         progressively discovered.
5460         (resolve_qualified_expression_name): Propagate resolution only if
5461         there are remaining qualifiers. Take into account `q' might have
5462         been cleared after re-qualification.
5463         * parse.y (patch_method_invocation): New local `resolved'.
5464         Section dealing with qualified expression rewritten to use
5465         resolve_field_access.
5466
5467 Mon Mar 13 12:21:13 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5468
5469         * parse.h (PUSH_CPC): Fixed indentation.
5470         (DEBUG_CPC): New macro.
5471         (SET_CPC_INITIALIZER_STMT, SET_CPC_STATIC_INITIALIZER_STMT,
5472         SET_CPC_INSTANCE_INITIALIZER_STMT): New macros.
5473         * parse.y (class_body_declaration:): Use
5474         SET_CPC_INSTANCE_INITIALIZER_STMT.
5475         (method_declaration:): Check for null current_function_decl.
5476         (static_initializer:): Use SET_CPC_STATIC_INITIALIZER_STMT.
5477         (java_parser_context_pop_initialized_field): Better handling of
5478         empty lists.
5479         (maybe_make_nested_class_name): Mark nested class name as
5480         qualified when necessary.
5481         (end_class_declaration): Don't call java_parse_context_resume when
5482         one or more error occurred.
5483         (add_inner_class_fields): Use SET_CPC_INITIALIZER_STMT.
5484         (register_fields): Use SET_CPC_STATIC_INITIALIZER_STMT and
5485         SET_CPC_INITIALIZER_STMT.
5486         (method_header): Check for inner classes declaring static methods.
5487         (resolve_qualified_expression_name): Handle situation where `this'
5488         is implied.
5489
5490 Mon Mar 13 11:36:51 2000  Hans Boehm <boehm@acm.org>
5491
5492         * typeck.c (build_prim_array_type): Correctly set the high word too.
5493
5494 2000-03-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5495
5496         * parse.y (java_complete_expand_methods): Leave <clinit> out of
5497         ordinary methods.
5498         (maybe_generate_pre_expand_clinit): Put <clinit> at the end of the
5499         list of methods for interfaces.
5500
5501 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5502
5503         * parse.y (qualify_ambiguous_name): Properly handle expressions
5504         using `null'.
5505
5506 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5507
5508         * parse.y (check_final_assignment): Extended to process
5509         COMPOUND_EXPR.
5510         (patch_assignment): Have check_final_assignment called only once.
5511
5512 2000-03-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5513
5514         * java-tree.h (IS_INIT_CHECKED): New flag.
5515         * check-init.c (check_init): Test and set IS_INIT_CHECKED.
5516         * parse.y (patch_string): Call force_evaluation_order on the
5517         completed string concatenation tree.
5518         * expr.c (force_evaluation_order): Call force_evaluation_order on
5519         function's arguments too.
5520
5521 Mon Mar  6 18:07:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5522
5523         * decl.c (emit_init_test_initialization): Mark KEY as unused.
5524         * expr.c (build_newarray): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
5525         (build_anewarray): Likewise.
5526         * parse.y (patch_newarray): Likewise.
5527         * parse.c: Regenerated.
5528
5529 2000-03-06  Bryce McKinlay  <bryce@albatross.co.nz>
5530
5531         * decl.c (init_decl_processing): Added new class fields `depth',
5532         `ancestors', and `idt' to class_type_node. Use
5533         _Jv_LookupInterfaceMethodIdx for soft_lookupinterfacemthod_node.
5534         * class.c (make_class_data): Push initial values for new fields.
5535         * java-tree.h: Updated prototype for `build_invokeinterface'.
5536         * expr.c (build_invokeinterface): Changed parameters to accept
5537         `method' tree. Calculate index of `method' in its declaring
5538         interface. Build call to _Jv_LookupInterfaceMethodIdx.
5539         (expand_invoke): Call `build_invokeinterface' with new parameters.
5540         * parse.y (patch_invoke): Call `build_invokeinterface' with new
5541         parameters.
5542
5543 2000-03-06  Bryce McKinlay <bryce@albatross.co.nz>
5544
5545         * typeck.c (lookup_do): Search superinterfaces first
5546         when looking up an interface method. From Godmar Back
5547         <gback@cs.utah.edu>
5548
5549 2000-03-06  Tom Tromey  <tromey@cygnus.com>
5550
5551         * Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.
5552
5553 2000-03-02  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5554
5555         * java-tree.h (lookup_argument_method2): Declared.
5556         (safe_layout_class): Prototype moved from parse.h.
5557         * parse.h (safe_layout_class): Prototype moved to java-tree.h.
5558         * parse.y (java_check_regular_methods): Local `super_class' gone.
5559         Call lookup_argument_method2 instead of lookup_argument_method.
5560         Perform modifier match for methods found declared in implemented
5561         interfaces. Fixed indentation problem. Overriding/hiding error
5562         report to take place only for methods found in classes.
5563         * typeck.c (lookup_argument_method): Changed leading
5564         comment. Re-written by calling lookup_do.
5565         (lookup_argument_method2): New function.
5566         (lookup_java_method): Re-written by calling lookup_do.
5567         (lookup_do): New function.
5568
5569 Thu Mar  2 15:18:33 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5570
5571         * check-init.c (check_init): Removed dead code. Handle (blank)
5572         final variables.
5573         * parse.y (declare_local_variables): New local `final_p', set it
5574         and use it to initialize LOCAL_FINAL.
5575         (check_final_assignment): Only check FIELD_DECLs.
5576
5577 2000-02-17  Tom Tromey  <tromey@cygnus.com>
5578
5579         * Makefile.in (JAVA_OBJS): Added boehm.o.
5580         (boehm.o): New target.
5581         * Make-lang.in (JAVA_SRCS): Added boehm.c.
5582         * java-tree.h (flag_use_boehm_gc): Declare.
5583         (get_boehm_type_descriptor): Declare.
5584         * lang.c (lang_f_options): Added `use-boehm-gc'.
5585         (flag_use_boehm_gc): New global.
5586         * lang-options.h: Added -fuse-boehm-gc.
5587         * boehm.c: New file.
5588         * class.c (get_dispatch_table): If class uses a Boehm type
5589         descriptor, put it in the vtable.
5590         (make_class_data): Removed dead code.
5591
5592 2000-03-03  Per Bothner  <per@bothner.com>
5593
5594         * decl.c (init_decl_processing):  Initialize sizetype properly.
5595
5596 2000-03-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5597
5598         * java-tree.h (LOCAL_CLASS_P): New flag usage and macro.
5599         (PURE_INNER_CLASS_DECL_P, PURE_INNER_CLASS_TYPE_P): New macros.
5600         * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
5601         * jcf-parse.c (HANDLE_INNERCLASSES_ATTRIBUTE): Likewise.
5602         (jcf_parse): New local `current'. Load innerclasses seen in outer
5603         context being processed.
5604         * jcf-reader.c (HANDLE_INNERCLASSES_ATTRIBUTE): New macro.
5605         * jcf-write.c (append_innerclasses_attribute): New function.
5606         (append_innerclasses_attribute_entry): Likewise.
5607         (get_access_flags): Handle static classes. Set anonymous and local
5608         classes to be private.
5609         (generate_classfile): Attribute count adjusted. Call
5610         append_innerclasses_attribute.
5611         * parse.h (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use
5612         PURE_INNER_CLASS_TYPE_P.
5613         * parse.y (parser_qualified_classname): New parameter `is_static',
5614         produce non qualified name accordingly.
5615         (block_statement:): Set LOCAL_CLASS_P when declaring local class.
5616         (create_interface): Added argument to parser_qualified_classname.
5617         (create_class): Added argument to parser_qualified_classname. Setup
5618         alias for top level classes. Use PURE_INNER_CLASS_DECP_P.
5619         (add_inner_class_fields): Fixed indentation.
5620         (method_declarator): Use PURE_INNER_CLASS_DECP_P.
5621         (method_declarator): Fixed typo in comment.
5622         (craft_constructor): Use PURE_INNER_CLASS_DECP_P.
5623         (build_current_thisn): Likewise.
5624         (patch_method_invocation): Likewise.
5625
5626 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5627
5628         * decl.c (current_function_decl): Move to toplev.c.
5629
5630 Mon Feb 28 08:20:42 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5631
5632         * java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
5633         (DECL_BIT_INDEX): Use underlying representation.
5634         * parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
5635
5636 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5637
5638         * expr.c (build_java_ret): Pass proper type to size_binop.
5639
5640 2000-02-25  Anthony Green  <green@cygnus.com>
5641
5642         * expr.c (build_class_init): Mark the decl to be ignored by
5643         check_init.
5644         * java-tree.h (DECL_BIT_INDEX): Move definition from check-init.c
5645         * check-init.c: Move DECL_BIT_INDEX to java-tree.h
5646         * class.c (init_test_hash_newfunc): New function.
5647         (decl_hash): New function.
5648         (decl_compare): New function.
5649         * decl.c (emit_init_test_initialization): New function.
5650         (complete_start_java_method): Traverse the init test hashtable,
5651         calling emit_init_test_initialization.
5652         (always_initialize_class_p): Define.
5653         * expr.c (build_class_init): Use initialization tests when
5654         emitting class initialization code.
5655         (always_initialize_class_p): Declare.
5656         * jcf-parse.c (parse_class_file): Set always_initialize_class_p to
5657         1.
5658         * java-tree.h: Include hash.h.
5659         (DECL_FUNCTION_INIT_TEST_TABLE): Define.
5660         (struct lang_decl): Add init_test_table field.
5661         (init_test_hash_entry): Define.
5662
5663 Fri Feb 25 18:41:31 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5664
5665         * gjavah.c (main): Avoid using `argi' to report unimplemented
5666         options.
5667
5668 Fri Feb 25 18:47:25 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5669
5670         * jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR:
5671         initialize locals to avoid warnings. Local `exception_type' moved
5672         into if statement.
5673
5674 Fri Feb 25 18:00:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5675
5676         * parse.y (resolve_expression_name): Use `orig' as a second
5677         argument to resolve_field_access.
5678         (resolve_field_access): Removed unnecessary code when dealing with
5679         static fields.
5680
5681 Wed Feb 23 17:41:50 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5682
5683         * class.c (push_super_field): Don't push the field twice.
5684         * jcf-parse.c (parse_source_file): Call java_reorder_fields.
5685         * parse.h (java_reorder_fields): Prototyped.
5686         * parse.y (java_reorder_fields): New function.
5687         (java_layout_class): Simplified not to worry about re-ordering.
5688
5689 2000-02-23  Tom Tromey  <tromey@cygnus.com>
5690
5691         * gjavah.c (print_name): In JNI case, correctly quote string.
5692         (print_method_info): Don't handle overrides in JNI mode.
5693
5694 2000-02-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5695
5696         * parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned
5697         value type set to `boolean_type_node'.
5698
5699 Mon Jan 18 14:30:09 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
5700
5701         * jcf-dump.c (main): Test for correct condition after
5702         output file creation.
5703
5704 2000-02-19  Anthony Green  <green@cygnus.com>
5705
5706         * jcf-depend.c (add_entry): Fix test for first list entry.
5707
5708 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5709
5710         * class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
5711         * constants.c (build_constants_constructor): Likewise.
5712
5713 2000-02-19  Anthony Green  <green@cygnus.com>
5714
5715         * jcf-depend.c (add_entry): Add entries to the end of the list.
5716
5717 Wed Nov 03 02:16:00 PST 1999  Pekka Nikander  <pekka.nikander@hut.fi>
5718
5719         * decl.c (INT_TYPE_SIZE): Define if necessary.
5720         (expand_java_return): Handle the case of a native integer smaller
5721         than a JVM integer.
5722
5723 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5724
5725         * gjavah.c (help): Use GCCBUGURL.
5726         * jv-scan.c (help): Likewise.
5727         * jcf-dump.c (help): Likewise.
5728
5729 Thu Feb 17 14:30:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5730
5731         * jcf-write.c (generate_bytecode_insns): Don't generate empty
5732         `finally' clauses.
5733
5734 Thu Feb 17 13:20:58 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5735
5736         * jcf-parse.c (load_class): Call `fatal' if no file containing
5737         the target class are found.
5738
5739 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
5740
5741         * Makefile.in (PARSE_C, PARSE_SCAN_C): Move dependencies on
5742         lex.c, lex.h, and PARSE_H to...
5743         (parse.o, parse-scan.o): ...here, respectively.
5744
5745         * lex.c: Split out code that may trigger SIGFPE from yylex()
5746         to its own function.
5747         * lex.h (JAVA_FLOAT_RANGE_ERROR): Don't set value.
5748
5749 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5750
5751         * Make-lang.in (jvspec.o): Depend on $(GCC_H), not gcc.h.
5752
5753 2000-02-15  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5754
5755         * parse.y (outer_field_access_p): Stop in time when outer contexts
5756         are exhausted.
5757         (resolve_qualified_expression_name): Properly qualify *everything*
5758         after a package.type to be resoled as expression names.
5759         (find_applicable_accessible_methods_list): Save/restore `class' to
5760         isolate it from a possible outer context search.
5761
5762 2000-02-15  Tom Tromey  <tromey@cygnus.com>
5763
5764         * gjavah.c (jni_print_char): New function.
5765         (print_full_cxx_name): Use it.
5766         (decode_signature_piece): Likewise.
5767         (print_cxx_classname): Likewise.
5768
5769 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5770
5771         * Makefile.in (jv-scan, jcf-dump, gcjh): Depend on and link with
5772         version.o.
5773         (jcf-dump.o, gjavah.o, jv-scan.o): Depend on version.h.
5774
5775         * gjavah.c: Include version.h.
5776
5777         * jcf-dump.c: Likewise.
5778
5779         * jv-scan.c: Likewise.
5780
5781 Sat Feb 12 04:34:04 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5782
5783         * parse.y (outer_field_access_fix): First parameter now a tree
5784         node. Check for assignement to final. First argument to
5785         build_outer_field_access_fix modified to accommodate prototype.
5786         (build_outer_field_access): Don't check for assignment to final
5787         here.
5788         (java_complete_lhs): MODIFY_EXPR case: Check for `error_mark_node'
5789         possibly returned by outer_field_access_fix. Changed
5790         outer_field_access_fix's first argument.
5791         (check_final_assignment): $finit$'s context is OK.
5792         (patch_unaryop): Use node instead of its line/column value when
5793         calling outer_field_access_fix.
5794
5795 Fri Feb 11 17:38:26 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5796
5797         * parse.y (interface_declaration:): No longer tagged
5798         <node>. Re-installed default action.
5799         (class_member_declaration:): Handle inner interfaces.
5800         (interface_member_declaration): Handle inner interfaces and
5801         classes.
5802         (create_interface): Push error if one seen. Suspend parsing
5803         context when processing an inner interface.
5804         (register_fields): Inner class static field limitations not to
5805         apply to inner interfaces.
5806
5807 Thu Feb 10 22:07:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5808
5809         * jcf-parse.c (load_class): Update `java_error_count' when a
5810         class' file can't be found.
5811         (parse.y): Avoid (byte)code generation when errors seen.
5812
5813 Thu Feb 10 20:10:43 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5814
5815         * parse.y (java_complete_lhs): Handle TRUNC_DIV_EXPR. Ensure `fatal'
5816         decodes a valid node.
5817         (patch_binop): Handle TRUNC_DIV_EXPR.
5818
5819 Thu Feb 10 16:04:26 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5820
5821         * parse.y (resolve_package): New local `acc'. Try to progressively
5822         build and guess a package and type name.
5823
5824 Thu Feb 10 12:52:09 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5825
5826         * parse.y (find_applicable_accessible_methods_list): Load and
5827         layout the search class if necessary.
5828         (java_complete_tree): Keep to original type of the folded initial
5829         value.
5830
5831 2000-02-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5832
5833         * class.c (layout_class): Set and test CLASS_BEING_LAIDOUT.
5834         Generate error message if circularity is detected. New static
5835         local `list'.
5836         * java-tree.h (CLASS_BEING_LAIDOUT): New flag usage, new macro.  *
5837         * jcf-write.c (generate_bytecode_insns): Very simply handle
5838         SAVE_EXPR.
5839         * parse.y (java_check_circular_reference): Use
5840         `cyclic_inheritance_report' during report, if necessary.
5841         (java_complete_lhs): fixed comment with `THROW_EXPR:' case. Avoid
5842         walking NEW_ARRAY_INIT twice.
5843
5844 2000-02-09  Tom Tromey  <tromey@cygnus.com>
5845
5846         * parse.y (check_class_interface_creation): Allow inner classes to
5847         be `private' or `protected', check modifiers' consistency. Prevent
5848         block local classes from bearing any modifiers.
5849
5850 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5851
5852         * except.c (check_start_handlers): Re-add prototype lost in last
5853         patch.
5854         (maybe_start_try): Remove excess argument to `check_start_handlers'.
5855
5856 2000-02-09  Andrew Haley  <aph@cygnus.com>
5857
5858         * decl.c (clear_binding_level): Remove excess initializer.
5859         (maybe_poplevels): Remove unused variable.
5860         (force_poplevels): Ditto.
5861         (struct binding_level): Add comment.
5862
5863 2000-02-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5864
5865         * jcf-write.c (generate_classfile): Don't consider
5866         pre-initialization with reference value (use <clinit> instead.)
5867         * parse.y (java_fix_constructors): No generated constructor for
5868         interfaces.
5869         (build_outer_field_access): Removed debug message.
5870         (outer_field_expanded_access_p): Adapted to bytecode generation.
5871         (build_outer_field_access_method): Use fix_method_argument_names.
5872         (build_outer_method_access_method): Fixed indentation. Added
5873         comment. Handle access method generation for static and also void
5874         methods.
5875         (build_access_to_thisn): Inserted debug message.
5876         (maybe_build_thisn_access_method): Use fix_method_argument_names.
5877         (resolve_qualified_expression_name): Fixed comment.
5878         (not_accessible_p): Adapted to bytecode generation. Added comment.
5879         (patch_method_invocation): Added comment.
5880         (maybe_use_access_method): Fixed leading comment. Handle static
5881         methods.
5882         (java_complete_lhs): Don't shortcut handling of initialized upon
5883         declaration String type static fields when generating bytecode.
5884         (patch_unaryop): Handle outer field access when generating
5885         bytecode.
5886
5887 Thu Feb  3 20:23:19 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5888
5889         * java-tree.h (FIELD_THISN): New macro.
5890         * jcf-write.c (append_synthetic_attribute): New function.
5891         (generate_classfile): Set "Synthetic" attribute on this$<n>,
5892         val$<name> fields, access$<n> and $finit$ methods. Fixed indentation.
5893         * parse.y (add_inner_class_fields): Set FIELD_THISN for created
5894         this$<n> fields.
5895         (build_outer_field_access): Turned on access functions usage and
5896         generation when compiling to bytecode.
5897         (maybe_use_access_method): Likewise.
5898
5899 2000-01-25  Andrew Haley  <aph@cygnus.com>
5900
5901         * java-except.h (struct eh_range): Add `expanded' field.
5902         (maybe_start_try): Add end_pc arg.
5903         (maybe_end_try): Ditto.
5904         * java-tree.h (force_poplevels): new function.
5905         * expr.c (expand_byte_code): Don't call maybe_start_try or
5906         maybe_end_try.
5907         * except.c (add_handler): Reset expanded.
5908         (expand_start_java_handler): Set expanded.
5909         (check_start_handlers): Don't expand a start handler that's
5910         already been expanded.
5911         (maybe_start_try): Add end_pc arg.  Only expand a handler which
5912         ends after end_pc.
5913         (expand_end_java_handler): call force_poplevels.
5914         (force_poplevels): new function.
5915         * decl.c (binding_level): Add start_pc of binding level.
5916         (maybe_pushlevels): Call maybe_start_try when pushing binding
5917         levels.
5918         (maybe_poplevels): Call maybe_end_try when popping binding levels.
5919         (LARGEST_PC): Define.
5920         (clear_binding_level): Use LARGEST_PC.
5921
5922         * java-tree.h (DEBUG_JAVA_BINDING_LEVELS): new define.
5923         * decl.c (DEBUG_JAVA_BINDING_LEVELS): new define.
5924         (binding_depth, is_class_level, current_pc): new variables.
5925         (struct binding_level): ditto.
5926         (indent): new function.
5927         (push_jvm_slot): add debugging info.
5928         (maybe_pushlevels): ditto.
5929         (maybe_poplevels): ditto.
5930         (pushlevel): ditto.
5931         (poplevel): ditto.
5932         (start_java_method): ditto.
5933         (give_name_to_locals): comment only.
5934         * except.c (binding_depth, is_class_level, current_pc):
5935         new variables.
5936         (expand_start_java_handler): add debugging info.
5937         (expand_end_java_handler): ditto.
5938
5939 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5940
5941         * gjavah.c (overloaded_jni_method_exists_p): Add prototype.
5942         (print_name_for_stub_or_jni, process_file): Constify a char*.
5943
5944 2000-02-03  Tom Tromey  <tromey@cygnus.com>
5945
5946         * jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.
5947
5948 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
5949
5950         * gcc/java/javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to
5951         assemble doubles correctly when HOST_FLOAT_WORDS_BIG_ENDIAN is
5952         defined to be 1.
5953
5954 Wed Feb  2 18:43:37 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5955
5956         * java-tree.def (INSTANCE_INITIALIZERS_EXPR): New tree code.
5957         * java-tree.h (TYPE_II_STMT_LIST): New macro.
5958         (struct lang_type): New field `ii_block'.
5959         * lex.c (java_init_lex): Use CPC_INITIALIZER_LIST,
5960         CPC_STATIC_INITIALIZER_LIST and CPC_INSTANCE_INITIALIZER_LIST.
5961         * parse.h (struct parser_ctxt): New field `instance_initializers'.
5962         (CPC_INITIALIZER_LIST, CPC_STATIC_INITIALIZER_LIST,
5963         CPC_INSTANCE_INITIALIZER_LIST, CPC_INITIALIZER_STMT,
5964         CPC_STATIC_INITIALIZER_STMT, CPC_INSTANCE_INITIALIZER_STMT): New
5965         macros.
5966         * parse.y (add_instance_initializer): New function.
5967         (in_instance_initializer): New static global.
5968         (class_body_declaration:): Link instance initializer block.
5969         (static_initializer:): Use CPC_STATIC_INITIALIZER_STMT.
5970         (array_creation_expression:): Remove unused local.
5971         (java_parser_context_push_initialized_field): Fixed leading
5972         comment. Use CPC_STATIC_INITIALIZER_LIST, CPC_INITIALIZER_LIST and
5973         CPC_INSTANCE_INITIALIZER_LIST.
5974         (java_parser_context_pop_initialized_field): Likewise.
5975         (add_inner_class_fields): Use CPC_INITIALIZER_STMT.
5976         (register_fields): Use CPC_STATIC_INITIALIZER_STMT and
5977         CPC_INITIALIZER_STMT.
5978         (fix_constructors): New local `class_type'. Use it. Call
5979         add_instance_initializer.
5980         (java_complete_lhs): New case INSTANCE_INITIALIZERS_EXPR.
5981         (patch_return): Forbid return in instance initializers.
5982         (patch_throw_statement): Enforce exception handling in the context
5983         of instance initializers.
5984
5985 2000-02-03  Tom Tromey  <tromey@cygnus.com>
5986
5987         * Make-lang.in (java.mostlyclean): Remove executables in
5988         `mostlyclean'.
5989
5990 2000-01-31  Scott Bambrough  <scottb@netwinder.org>
5991
5992         * gcc/java/gjavah.c (D_NAN_MASK): Alternate definition required when
5993         HOST_FLOAT_WORDS_BIG_ENDIAN is defined to be 1.
5994         (java_float_finite): Convert to use union Word from javaop.h.
5995         (java_double_finite): Convert to use union DWord from javaop.h.
5996
5997 2000-02-02  Tom Tromey  <tromey@cygnus.com>
5998
5999         * gjavah.c (options): Added `jni' entry.
6000         (help): Document -jni.
6001         (flag_jni): New global.
6002         (process_file): Handle JNI output.  Don't print text from
6003         -prepend, -add, etc, when generating stubs.  Only remove `.class'
6004         suffix if it actually exists.
6005         (main): Create a `.c' file when run with `--jni --stubs'.  Create
6006         correct output file name with `--jni'.
6007         (print_include): Mangle header name differently in JNI case.
6008         (HANDLE_METHOD): In JNI mode, call print_method_info to generate
6009         method list.
6010         (print_method_info): Handle JNI case.  Put signature info into
6011         method name.  Handle case when STREAM is NULL.
6012         (print_name_for_stub_or_jni): New function.
6013         (print_stub_or_jni): Renamed from `print_stub'.  Handle JNI.
6014         (print_cxx_classname): Handle JNI.
6015         (print_full_cxx_name): Likewise.
6016         (decode_signature_piece): Likewise.
6017         (overloaded_jni_method_exists_p): New function.
6018         (struct method_name): Added `signature' and `sig_length' fields.
6019         (HANDLE_END_FIELD): Do nothing in JNI mode.
6020
6021 2000-02-02  Tom Tromey  <tromey@cygnus.com>
6022
6023         * jv-scan.c: Include version.c, <getopt.h>.
6024         (LONG_OPT, OPT_HELP, OPT_VERSION): New macros.
6025         (options): New array.
6026         (usage): New function.
6027         (version): New function.
6028         (main): Use getopt_long to parse command line.
6029         * jcf-dump.c: Include version.c, <getopt.h>.
6030         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_VERSION,
6031         OPT_JAVAP): New macros.
6032         (options): New array.
6033         (usage): Return `void'.  Changed message.
6034         (help): New function.
6035         (version): New function.
6036         (main): Use getopt_long_only to parse command line.
6037         * gjavah.c: Include <getopt.h>.
6038         (LONG_OPT, OPT_classpath, OPT_CLASSPATH, OPT_HELP, OPT_TEMP,
6039         OPT_VERSION, OPT_PREPEND, OPT_FRIEND, OPT_ADD, OPT_APPEND, OPT_M,
6040         OPT_MM, OPT_MG, OPT_MD, OPT_MMD): New macros.
6041         (options): New array.
6042         (java_no_argument): Removed.
6043         (help): Updated with missing options.
6044         (main): Use getopt_long_only to parse command line.
6045         (usage): Changed message.
6046
6047 Tue Feb  1 22:23:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6048
6049         * java-tree.def (NEW_ANONYMOUS_ARRAY_EXPR): New tree code.
6050         * parse.h (ANONYMOUS_ARRAY_BASE_TYPE, ANONYMOUS_ARRAY_DIMS_SIG,
6051         ANONYMOUS_ARRAY_INITIALIZER): New access macros.
6052         * parse.y (array_creation_expression:): Handle anonymous arrays.
6053         (build_array_from_name): Don't set `ret_name' if null.
6054         (resolve_qualified_expression_name): New case NEW_ANONYMOUS_ARRAY_EXPR.
6055         (qualify_ambiguous_name): Likewise.
6056         (java_complete_expand_class): Likewise.
6057
6058 Tue Feb  1 14:59:35 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6059
6060         * java-tree.def (SYNCHRONIZED_EXPR): Fixed typo.
6061         * parse.h (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID): New macro.
6062         (MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_STR): Likewise.
6063         (SKIP_THIS_AND_ARTIFICIAL_PARMS): Use DECL_FINIT_P.
6064         (AIPL_FUNCTION_FINIT_INVOCATION): Replaces
6065         AIPL_FUNCTION_COMPLETED_INVOCATION.
6066         (AIPL_FUNCTION_CTOR_INVOCATION): Replaces
6067         AIPL_FUNCTION_INVOCATION_READY.
6068         (AIPL_FUNCTION_DECLARATION): New enum entry.
6069         * parse.y (reorder_static_initialized): New function.
6070         (java_parser_context_pop_initialized_field): Use it.
6071         (add_inner_class_fields): Use
6072         MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID. Comment
6073         augmented. Install marker after last alias initializer, if any.
6074         (generate_finit): Fixed typo. Don't try to retain only the used
6075         fields.
6076         (method_header): Compute and set DECL_FUNCTION_NAP.
6077         (method_declarator): Fixed comment. Insert alias initializer in
6078         parameter list.
6079         (build_alias_initializer_parameter_list): Fixed leading
6080         comment. New case for AIPL_FUNCTION_DECLARATION. Old enum value
6081         replaced by new ones. Use MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID.
6082         (java_complete_expand_class): Code to retain only used aliases
6083         removed.
6084         (java_complete_expand_methods): New local `first_decl'. Generate
6085         $finit$ first, then expand the constructors, regular methods and
6086         <clinit>.
6087         (java_complete_expand_method): Don't report error on missing
6088         return statement if previously detected bogus.
6089         (fix_constructors): Don't patch constructor parameters list.
6090         (patch_method_invocation): Use new AIPL enum values. Reverse
6091         alias initializer list for anonymous classes.
6092
6093 2000-01-30  Anthony Green  <green@redhat.com>
6094
6095         * jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to
6096         determine how many stack slots to pop.
6097
6098 2000-01-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6099
6100         * parse.y (formal_parameter:): Set `$$' to NULL_TREE for better
6101         error handling/recovery.
6102         * java-tree.h (SYNCHRONIZED_EXPR): Fixed typo in comment.
6103
6104 Fri Jan 28 20:10:57 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6105
6106         * java-tree.h (ARG_FINAL_P, FIELD_LOCAL_ALIAS,
6107         FIELD_LOCAL_ALIAS_USED): New macros.
6108         (DECL_FUNCTION_NAP): New macro.
6109         (struct lang_decl): New field `nap'.
6110         (TYPE_FINIT_STMT_LIST, TYPE_CLINIT_STMT_LIST): New macros.
6111         (struct lang_type): New fields `finit_stmt_list' and
6112         `clinit_stmt_list'.
6113         (CLASS_HAS_FINIT_P): Defined using TYPE_FINIT_STMT_LIST.
6114         * parse.h (MANGLE_OUTER_LOCAL_VARIABLE_NAME): New macro.
6115         (SKIP_THIS_AND_ARTIFICIAL_PARMS, MARK_FINAL_PARMS,
6116         UNMARK_FINAL_PARMS, CRAFTED_PARAM_LIST_FIXUP): New macros.
6117         (AIPL_FUNCTION_CREATION, AIPL_FUNCTION_COMPLETED_INVOCATION,
6118         AIPL_FUNCTION_INVOCATION_READY): New enum fields.
6119         (BUILD_THROW): Macro line separator re-indented.
6120         * parse.y (end_class_declaration): New function.
6121         (maybe_generate_pre_expand_clinit): New name for
6122         java_pre_expand_clinit. Create <clinit> off TYPE_CLINIT_STMT_LIST,
6123         pre-expand static fields.
6124         (maybe_generate_clinit): Function deleted.
6125         (check_for_static_method_reference): Prototype's parameter list
6126         indented.
6127         (generate_finit): New name for maybe_generate_finit. Changed
6128         leading comment. Function rewritten to use
6129         TYPE_FINIT_STMT_LIST. Call build_alias_initializer_parameter_list.
6130         (build_alias_initializer_parameter_list): New function.
6131         (java_parser_context_pop_initialized_field): Likewise.
6132         (add_inner_class_fields): Likewise.
6133         (type_declaration:): Call end_class_declaration.
6134         (class_member_declaration:): Likewise.
6135         (formal_parameter_list:): Fixed typos.
6136         (formal_parameter:): Use ARG_FINAL_P to mark created tree list
6137         element. Improved error handling.
6138         (block_statement:): Call end_class_declaration.
6139         (anonymous_class_creation:): Likewise.
6140         (create_anonymous_class): Fixed comments.
6141         (create_class): Call add_inner_class_fields.
6142         (register_fields): Set FIELD_LOCAL_ALIAS according to ARG_FINAL_P.
6143         (method_header): Use MARK_FINAL_PARMS.
6144         (finish_method_declaration): Use UNMARK_FINAL_PARMS.
6145         (method_declarator): Propagate final argument flag.
6146         (craft_constructor): New local `artificial'. Call
6147         build_alias_initializer_parameter_list. Use
6148         CRAFTED_PARAM_LIST_FIXUP, assign DECL_FUNCTION_NAP.
6149         (source_start_java_method): Mark parm decls with LOCAL_FINAL if
6150         necessary.
6151         (complete_expand_class): Get rid of unused outer context local
6152         alias fields.
6153         (java_complete_expand_methods): Fixed leading
6154         comment. Generate/pre-expand <clinit> first. Changed method
6155         expansion order to regular, $finit$, constructors, <clinit>.
6156         (java_complete_expand_method): Set current_function_decl.
6157         (fix_constructors): Fix constructor parameter list to account for
6158         outer context local alias initializers.
6159         (verify_constructor_super): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
6160         (resolve_expression_name): Lookup outer context local aliases. New
6161         local `access', use it.
6162         (patch_method_invocation): Patch inner class ctor invocation with
6163         outer context local aliases initialization values. $finit$
6164         invocation patching now includes things generated with
6165         build_alias_initializer_parameter_list.
6166         (argument_types_convertible): Use SKIP_THIS_AND_ARTIFICIAL_PARMS.
6167         (build_super_invocation): Likewise.
6168         (patch_assignment): Changed comment.
6169
6170 2000-01-27  Andrew Haley  <aph@cygnus.com>
6171
6172         * jcf-write.c (emit_goto): RESERVE 3 bytes for insn.
6173         (emit_if): Ditto.
6174         (emit_jsr): Ditto.
6175
6176 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6177
6178         * parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string
6179         concatenation.
6180         (OBSOLETE_MODIFIER_WARNING2): New macro allowing two args.
6181
6182         * parse.y (register_fields): Don't pass a format specifier to
6183         OBSOLETE_MODIFIER_WARNING.
6184         (check_abstract_method_header): Use OBSOLETE_MODIFIER_WARNING2
6185         instead of OBSOLETE_MODIFIER_WARNING, and don't pass a format
6186         specifier.
6187         (check_modifiers): Change function into a macro.
6188         (check_class_interface_creation): Pass a literal format string.
6189
6190 2000-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6191
6192         * buffer.h: PROTO -> PARAMS.
6193         * check-init.c: Likewise.
6194         * class.c: Likewise.
6195         * constants.c: Likewise.
6196         * convert.h: Likewise.
6197         * decl.c: Likewise.
6198         * except.c: Likewise.
6199         * expr.c: Likewise.
6200         * gjavah.c: Likewise.
6201         * java-except.h: Likewise.
6202         * java-tree.h: Likewise.
6203         * jcf-depend.c: Likewise.
6204         * jcf-dump.c: Likewise.
6205         * jcf-parse.c: Likewise.
6206         * jcf-path.c: Likewise.
6207         * jcf-reader.c: Likewise.
6208         * jcf-write.c: Likewise.
6209         * jcf.h: Likewise.
6210         * jv-scan.c: Likewise.
6211         * jvgenmain.c: Likewise.
6212         * jvspec.c: Likewise.
6213         * lang.c: Likewise.
6214         * lex.c: Likewise.
6215         * lex.h: Likewise.
6216         * parse-scan.y: Likewise.
6217         * parse.h: Likewise.
6218         * parse.y: Likewise.
6219         * typeck.c: Likewise.
6220         * verify.c: Likewise.
6221         * xref.c: Likewise.
6222         * xref.h: Likewise.
6223         * zextract.c: Likewise.
6224         * zipfile.h: Likewise.
6225
6226 2000-01-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6227
6228         * class.c (make_class): Use MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
6229         (is_compiled_class): Remove test on TYPE_LANG_SPECIFIC, use TYPE_JCF.
6230         * constants.c (build_constant_data_ref): Check for cached
6231         current_constant_pool_data_ref. Cache current_constant_pool_data_ref
6232         in TYPE_CPOOL_DATE_REF.
6233         * java-tree.h (TYPE_JCF, TYPE_CPOOL, TYPE_CPOOL_DATA_REF,
6234         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC:) New macros.
6235         (struct lang_type): New fields `cpool' and `cpool_data_ref'.
6236         (LOCAL_FINAL): New macro.
6237         * jcf-parse.c (init_outgoing_cpool): Always allocate new outgoing
6238         constant pool -- don't try to reuse.
6239         (parse_zip_file_entries): Use TYPE_JCF, don't lazily allocate
6240         TYPE_LANG_SPECIFIC.
6241         (find_in_current_zip): Use TYPE_JCF.
6242         * parse.h (java_check_final): Prototype removed.
6243         * parse.y (create_class): Reversed Jan 12, 2000 extra argument patch.
6244         (maybe_create_class_interface_decl,
6245         check_class_interface_creation): Likewise.
6246         (java_expand_finals): Function removed.
6247         (class_declaration:): Reversed Jan 12, 2000 extra argument patch.
6248         (block_statement:): Fixed comment.
6249         (anonymous_class_creation:): Likewise.
6250         (check_class_interface_creation): Reversed Jan 12, 2000 extra
6251         argument patch.
6252         (check_class_interface_creation): Loosened error report on (inner)
6253         public class declarations. CPC_INNER_P replaces GET_CPC_LIST.
6254         (link_nested_class_to_enclosing): Reversed Jan 12, 2000 patch.
6255         (maybe_create_class_interface_decl): Reversed Jan 12, 2000 extra
6256         argument patch.
6257         (create_interface): Likewise.
6258         (anonymous_class_counter): New static global.
6259         (create_anonymous_class): Reversed Jan 12, 2000 extra argument
6260         patch. Fixed comments.
6261         (create_class): Reversed Jan 12, 2000 extra argument patch. Reset
6262         anonymous_class_counter when declaring a toplevel class.
6263         (craft_constructor): Fixed constructor name when handling
6264         anonymous classes. Anonymous class constructors to feature hidden
6265         this$<n> parameter.
6266         (java_fix_constructors): Added comment.
6267         (java_check_final): Function removed.
6268         (java_complete_expand_methods): Fixed comment. Don't generate
6269         class data, save its outgoing constant pool instead.
6270         (verify_constructor_super): Skip anonymous class constructor
6271         hidden this$<n> parameter.
6272         (java_expand_classes): New local `saved_ctxp'. Removed call to
6273         java_expand_finals and java_check_final. Expand anonymous class
6274         constructors. Generate class data.
6275         (build_super_invocation): Skip anonymous class hidden this$<n>
6276         parameter.
6277         * typeck.c (build_java_signature): Use TYPE_SIGNATURE and
6278         MAYBE_CREATE_TYPE_TYPE_LANG_SPECIFIC.
6279         (set_java_signature): Likewise.
6280
6281 Mon Jan 18 14:30:09 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
6282
6283         * gjavah.c: Delete ACC_VISIBILITY define.
6284         * jcf.h: Add ACC_VISIBILITY define.
6285         * parse.y: final: rule tagged <value>.
6286         (java_check_regular_methods): Use ACC_VISIBILITY define for
6287         default package access check.
6288         (local_variable_declaration_statement): Use final: rule.
6289
6290 Mon Jan 17 11:58:17 2000  Joerg Brunsmann  <joerg.brunsmann@fernuni-hagen.de>
6291
6292         * parse.y (format_parameter:): Use final: rule instead of modifiers:.
6293         (final:): New rule.
6294
6295 2000-01-17  Tom Tromey  <tromey@cygnus.com>
6296
6297         * gjavah.c (print_field_info): Allow non-static final fields.
6298
6299 Fri Jan 14 18:03:41 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6300
6301         * parse.h (enum jdep_code): New entry `JDEP_ANONYMOUS'.
6302         * parse.y (patch_anonymous_class): New function.
6303         (create_anonymous_class): Register incomplete type when the
6304         class/interface to extends/implement isn't known yet.
6305         (parser_check_super_interface): Simplify argument to CLASS_INTERFACE.
6306         (verify_constructor_super): Tuned error message.
6307
6308 Fri Jan 14 00:14:24 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6309
6310         * java-tree.h (FOR_LOOP_P): Replaces IS_FOR_LOOP_P.
6311         (ANONYMOUS_CLASS_P): New macro.
6312         (TYPE_SIGNATURE, TYPE_JCF): New macros.
6313         (INNER_CLASS_TYPE_P): Fixed typo in leading comment.
6314         * parse.y (create_class): Added leading argument.
6315         (maybe_create_class_interface_decl,
6316         check_class_interface_creation): Likewise.
6317         (craft_constructor): New function.
6318         (verify_constructor_super): Added argument in prototype.
6319         (class_declaration:): Inserted leading argument.
6320         (for_begin:): Use FOR_LOOP_P.
6321         (anonymous_class_creation): Create WFL of the anonymous class to
6322         instantiate. Call build_new_invocation. Added comments.
6323         (check_class_interface_creation): Handle parameter `anonymous' in
6324         verbose mode class creation announce.
6325         (link_nested_class_to_enclosing): Exclude anonymous classes.
6326         (maybe_create_class_interface_decl): Don't set DECL_CONTEXT on
6327         anonymous class, even though they appear to have an enclosing
6328         context.
6329         (create_interface): Pass extra argument to
6330         check_class_interface_creation.
6331         (create_anonymous_class): Set ANONYMOUS_CLASS_P to 1.
6332         (create_class): Call check_class_interface_creation and
6333         maybe_create_class_interface_decl with extra new argument. Don't
6334         add private this$<n> to anonymous classes.
6335         (method_declarator): Insert hidden this$<n> to anonymous class
6336         constructors.
6337         (java_fix_constructors): Deleted code creating default
6338         constructor. Call craft_constructor instead.
6339         (java_check_regular_methods): Set `saw_constructor' to 1 for
6340         anonymous classes.
6341         (fix_constructors): Pass extra argument to verify_constructor_super.
6342         (verify_constructor_super): New local `sdecl', use it. Search for
6343         matching constructor (possibly featuring arguments) in super
6344         class.
6345         (lookup_method_invoke): Craft constructor according to arguments
6346         list when dealing with anonymous class constructors.
6347         (build_super_invocation): Pass arguments to anonymous class super
6348         constructors.
6349         (search_loop): Use FOR_LOOP_P.
6350         (labeled_block_contains_loop_p): Likewise.
6351
6352 Wed Jan 12 00:38:47 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6353
6354         * class.c (set_super_info): Set CLASS_STATIC when appropriate.
6355         (enclosing_context_p): New function.
6356         (get_access_flags_from_decl): Handle CLASS_STATIC.
6357         (maybe_layout_super_class): Extra first argument passed to
6358         do_resolve_class.
6359         (layout_class_method): Use ID_FINIT_P, DECL_CLINIT_P and
6360         ID_INIT_P.
6361         * decl.c (access0_identifier_node): New global.
6362         (init_decl_processing): access0_identifier_node initialized.
6363         (pushdecl): Set DECL_CONTEXT only on non type decls.
6364         * expr.c (lookup_field): Lookup inner class fields in enclosing
6365         contexts.
6366         (expand_invoke): Use ID_INIT_P.
6367         (expand_java_field_op): Use DECL_CLINIT_P.
6368         * java-tree.def (CLASS_LITERAL): New tree code.
6369         * java-tree.h (DECL_FUNCTION_ACCESS_DECL,
6370         DECL_FUNCTION_INNER_ACCESS, FIELD_INNER_ACCESS): New macros.
6371         (struct lang_decl): New field `inner_access'.
6372         (enclosing_context_p): Prototyped.
6373         (DECL_INIT_P, DECL_FINIT_P, DECL_CLINIT_P, ID_INIT_P, ID_FINIT_P,
6374         ID_CLINIT_P): New macros.
6375         (CLASS_STATIC): New macro.
6376         (CLASS_ACCESS0_GENERATED_P): New macro.
6377         (OUTER_FIELD_ACCESS_IDENTIFIER_P, INNER_CLASS_DECL_P,
6378         TOPLEVEL_CLASS_DECL_P, INNER_CLASS_TYPE_P, TOPLEVEL_CLASS_TYPE_P,
6379         INNER_CLASS_P): New macros.
6380         (DECL_INNER_CLASS_LIST): New macro.
6381         * jcf-parse.c (yyparse): Avoid the use of ANSI string
6382         concatenation.
6383         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
6384         the shift value to int. Fixed typo in comment.
6385         * lex.c (inst_id, wpv_id): Initialize.
6386         * mangle.c (unicode_mangling_length): Take `$' into account.
6387         * parse.h (DRECOVER, RECOVER): Terminate properly.
6388         (IDENTIFIER_INNER_CLASS_OUTER_FIELD_ACCESS): New macro.
6389         (typedef struct _jdep): New field `enclosing'.
6390         (JDEP_ENCLOSING): New macro.
6391         (IS_CLINIT): Deleted (DECL_CLINIT_P replaces it.)
6392         (struct parser_ctxt): New fields `marker_beginning', `marked_end'.
6393         (GET_CPC_LIST, CPC_INNER_P, GET_CPC, GET_CPC_UN, GET_CPC_UN_MODE,
6394         GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,
6395         GET_ENCLOSING_CPC_CONTEXT): New macros.
6396         (PUSH_CPC, PUSH_ERROR, POP_CPC): New macros.
6397         (do_resolve_class): Added extra argument in prototype.
6398         * parse.y (resolve_class): Added extra argument in prototype.
6399         (maybe_create_class_interface_decl): Likewise.
6400         (maybe_use_access_method, build_wfl_wrap): New functions.
6401         (java_complete_expand_classes, java_complete_expand_class):
6402         Likewise.
6403         (java_parser_context_push_initialized_field,
6404         java_parser_context_suspend, java_parser_context_resume):
6405         Likewise.
6406         (maybe_make_nested_class_name, make_nested_class_name,
6407         set_nested_class_simple_name_value,
6408         link_nested_class_to_enclosing, find_as_inner_class,
6409         find_as_inner_class_do, check_inner_class_redefinition,
6410         build_thisn_assign, build_current_thisn, build_access_to_thisn,
6411         maybe_build_thisn_access_method, build_outer_field_access,
6412         build_outer_field_access_methods, build_outer_field_access_expr,
6413         build_outer_method_access_method, build_new_access_id,
6414         build_outer_field_access_method, outer_field_access_p,
6415         outer_field_expanded_access_p, outer_field_access_fix,
6416         build_incomplete_class_ref, patch_incomplete_class_ref,
6417         create_anonymous_class): Likewise.
6418         (inst_id, wpv_id): New static global variables.
6419         (synchronized:): New rule, tagged <node>.
6420         (type_declaration:): No longer tagged <node>. Call POP_CPC in sub
6421         rules.
6422         (anonymous_class_creation:): New rule, tagged <node>.
6423         (NEW_TK): Tagged <node>.
6424         (type_literals, array_type_literal): New rules, tagged <node>.
6425         (class_declaration:): Removed action when reducing by class_body:
6426         (class_body:): Set DECL_END_SOURCE_LINE and rule's returned value
6427         using GET_CPC in sub-rules.
6428         (class_member_declaration): Handle inner classes.
6429         (method_declaration): When reducing method_header:, reset
6430         current_function_decl when appropriate.
6431         (method_declarator:): Set the number of formal parameter to 0 for
6432         method declared without arguments.
6433         (constructor_declarator:): Likewise.
6434         (static_initializer:): List of elements kept in a list.
6435         (static:): Rule modifiers: replaces MODIFIER_TK. Enforce correct
6436         use of the keyword `static' for type declarations.
6437         (block_statement:): Handle inner class declarations.
6438         (primary_no_new_array:): Use type_literals:. Fixed comment. Handle
6439         type qualified `this'.
6440         (class_instance_creation_expression): Use anonymous_class_creation:
6441         to handle inner class instances creation. Handle qualified `new'.
6442         (something_dot_new): Added appropriate actions.
6443         (create_new_parser_context): New function.
6444         (java_push_parser_context, java_parser_context_save_global,
6445         java_parser_context_suspend): Use create_new_parser_context.
6446         (check_modifiers): Changed leading comment.
6447         (check_class_interface_creation): Handle interclasses.
6448         (add_superinterfaces): Fixed comment.
6449         (create_interface): Build qualified name from the raw_name instead
6450         of its matching WFL. Push the initialized fields list. raw_name added
6451         as an extra argument to maybe_create_class_interface_decl.
6452         (create_class): Build qualified name from the raw_name instead of
6453         its matching WFL. Removed assignment to current_parsed_class_un.
6454         Call PUSH_ERROR before returning an error. Suspend the current
6455         parser context when processing an inner class. Push the
6456         initialized fields list. raw_name added as an extra argument to
6457         maybe_create_class_interface_decl. Add the private this$<n>
6458         field.
6459         (duplicate_declaration_error_p): Use GET_CPC when calling find_field.
6460         (register_fields): Get the class type from GET_CPC and handle
6461         previous errors.  Added code to handle the creation of static
6462         fields in inner classes. Initialized fields initialization
6463         statements kept in a list of lists.
6464         (maybe_generate_finit): Initialized fields initialization
6465         statements kept in a list of lists. Use GET_CPC.
6466         (maybe_generate_clinit): Likewise.
6467         (method_header): Use GET_CPC and GET_CPC_UN.
6468         (parser_qualified_classname): Handle inner classes.
6469         (register_incomplete_type): Set JDEP_ENCLOSING using GET_CPC.
6470         (java_fix_constructors): Hide pointer to enclosing context
6471         instance in constructor list when dealing with inner classes.
6472         (jdep_resolve_class): Call resolve_class with extra first argument
6473         JDEP_ENCLOSING.
6474         (resolve_class): Add enclosing context as a first extra argument
6475         to do_resolve_class.
6476         (do_resolve_class): Call find_as_inner_class. Handle WFLs
6477         properly.
6478         (resolve_no_layout): Extra argument added to resolve_class
6479         invocation.
6480         (reset_method_name): Use DECL_CLINIT_P, DECL_FINIT_P.
6481         (java_get_real_method_name): Use GET_CPC_UN.
6482         (check_abstract_method_definitions): Use DECL_CLINIT_P.
6483         (java_check_abstract_methods): Handle static method declared in
6484         inner classes by an error.
6485         (java_check_regular_methods): Use DECL_CLINIT_P.
6486         (source_start_java_method): Also set DECL_MAX_LOCALS.
6487         (create_artificial_method): Call java_parser_context_save_global
6488         and java_parser_context_restore_global instead of saving/restoring
6489         the context by hand.
6490         (expand_start_java_method): Improved verbose mode message.
6491         (java_complete_expand_methods): Fixed leading comment. Use
6492         DECL_CLINIT_P.
6493         (fix_constructors): Added assignment to this$<n> if necessary.
6494         (java_expand_classes): Call java_complete_expand_classes instead
6495         of java_complete_expand_methods.
6496         (make_qualified_primary): Simplified.
6497         (merge_qualified_name): Optimized for missing left or right parts.
6498         (resolve_expression_name): Handle access to outer class fields from
6499         interclasses.
6500         (resolve_qualified_expression_name): New macro
6501         RESTORE_THIS_AND_CURRENT_CLASS, used. Handle creation of inner
6502         classes. Report error on non appropriate qualification of
6503         `new'. Handle qualified `this'.
6504         (not_accessible_p): Allow access to outer class private fields from
6505         inner classes.
6506         (patch_method_invocation): Handle method invocations through
6507         access methods and inner class constructor invocations.
6508         (find_applicable_accessible_methods_list): Search enclosing
6509         contexts of an inner class.
6510         (search_applicable_methods_list): Fixed typo.
6511         (argument_types_convertible): Handle inner class constructors'
6512         hidden outer context reference argument.
6513         (qualify_ambiguous_name): Handle qualified `this'.
6514         (java_complete_lhs): Handle use of field accessed through
6515         artificial access methods in various cases of assignments. Handle
6516         CLASS_LITERAL node.
6517         (check_final_assignment): Use DECL_CLINIT_P.
6518         (valid_ref_assignconv_cast_p): Handle the destination being an
6519         enclosing context of the source.
6520         (patch_unaryop): Handle use of field accessed through artificial
6521         access methods.
6522         (patch_return): Use DECL_CLINIT_P.
6523         (patch_throw_statement): Use DECL_CLINIT_P.
6524         (check_thrown_exceptions): Use DECL_FINIT_P and DECL_INIT_P.
6525         * verify.c (verify_jvm_instructions): Use ID_CLINIT_P and
6526         ID_INIT_P.
6527
6528 2000-01-16  Anthony Green  <green@cygnus.com>
6529
6530         * parse.y (build_string_concatenation): Only use
6531         StringBuffer(String) shortcut if String arg is constant.
6532
6533 Wed Jan 12 20:20:11 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6534
6535         * jcf-write.c (generate_bytecode_insns): binop: Change the type of
6536         the shift value to int. Fixed typo in comment.
6537
6538 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
6539
6540         * jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.
6541         * jcf-write.c: Likewise.
6542         * parse.y: Likewise.
6543         * parse.c: Regenerate.
6544
6545 2000-01-09  Anthony Green  <green@cygnus.com>
6546
6547         * jcf-write.c (generate_bytecode_insns): Emit invokeinterface
6548         bytecodes in the correct order.
6549
6550 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6551
6552         * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
6553
6554 Thu Jan  6 16:31:28 2000  Anthony Green  <green@cygnus.com>
6555
6556         * expr.c (java_lang_expand_expr): Switch to permanent obstack
6557         before building constant array decl.
6558
6559 Thu Jan  6 00:54:10 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6560
6561         * jcf-write.c (generate_bytecode_conditional): Fixed indentation in
6562         method invocation and typo in conditional expression.
6563         (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
6564         the appropriate NOTE_POP.
6565         * parse.y (patch_binop): Shift value mask to feature the right
6566         type.
6567
6568 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6569
6570         * class.c (assume_compiled, assume_compiled_node): Add static
6571         prototype.
6572         (add_assume_compiled): Use xmalloc/xstrdup, not malloc/strdup.
6573
6574         * jcf-dump.c (ARRAY_NEW_NUM): Cast long to int in switch.
6575
6576         * jvgenmain.c (usage): Add static prototype with ATTRIBUTE_NORETURN.
6577
6578         * parse.h (OBSOLETE_MODIFIER_WARNING): Rename parameter `modifier'
6579         to `__modifier' to avoid stringifying it.
6580
6581         * parse.y (verify_constructor_circularity): Don't call a variadic
6582         function with a non-literal format string.
6583         (java_check_abstract_methods): Move unreachable code inside
6584         `continue' statement.
6585         (lookup_method_invoke): Call xstrdup, not strdup.
6586
6587         * expr.c (expand_java_field_op): Avoid the use of ANSI string
6588         concatenation.
6589
6590         * jcf-parse.c (yyparse): Likewise.
6591
6592         * jv-scan.c (main): Likewise.
6593
6594 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6595
6596         * parse.h (ABSTRACT_CHECK, JCONSTRUCTOR_CHECK,
6597         ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
6598         ERROR_CAST_NEEDED_TO_INTEGRAL): Avoid the use of ANSI string
6599         concatenation.
6600
6601         * parse.y (synchronized, variable_redefinition_error,
6602         check_class_interface_creation, create_interface, create_class,
6603         method_header, finish_method_declaration,
6604         check_modifiers_consistency, method_declarator,
6605         complete_class_report_errors, check_abstract_method_definitions,
6606         java_check_regular_methods, check_throws_clauses,
6607         java_check_abstract_methods, read_import_dir,
6608         check_pkg_class_access, declare_local_variables, fix_constructors,
6609         cut_identifier_in_qualified, resolve_expression_name,
6610         resolve_qualified_expression_name, patch_method_invocation,
6611         java_complete_lhs, patch_assignment, try_builtin_assignconv,
6612         patch_binop, patch_array_ref, patch_newarray, build_labeled_block,
6613         patch_exit_expr, patch_exit_expr, patch_switch_statement,
6614         patch_try_statement, patch_synchronized_statement,
6615         patch_throw_statement, check_thrown_exceptions,
6616         patch_conditional_expr): Likewise.
6617
6618 Fri Dec 24 00:25:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6619
6620         * Makefile.in (LIBDEPS): Added gcc's errors.o
6621         (../jcf-dump$(exeext):): Link with gcc's errors.o
6622         (../gcjh$(exeext):): Likewise.
6623         * expr.c (expand_java_NEW): Layout the entire target type instead of
6624         laying out its methods only.
6625         (lookup_field): Layout the class after having loaded it.
6626         * java-tree.h (java_debug_context): Declared.
6627         * jcf-io.c (toplev.h): Included.
6628         (find_class): Removed assignment to jcf's outofsynch
6629         field. Force source file to be read if newer than its matching
6630         class file. Tweaked debug messages.
6631         * jcf-parse.c (jcf_out_of_synch): Deleted.
6632         (read_class): Call to jcf_out_of_synch removed.
6633         * jcf.h (typedef struct JCF): Field `outofsynch' deleted.
6634         (jcf_out_of_synch): Prototype deleted.
6635         * parse.h (struct parser_ctxt): `minus_seen', `java_error_flag',
6636         `deprecated' and `class_err': integer turned into bit fields.
6637         New bit fields `saved_data_ctx' and `saved_data'. Fixed comments.
6638         * parse.y (package_list): New global.
6639         (package_declaration:): Record newly parsed package name.
6640         (extra_ctxp_pushed_p): Static global deleted.
6641         (java_parser_context_save_global): Create buffer context for the
6642         purpose of saving globals, if necessary.
6643         (java_parser_context_restore_global): Pop context pushed for the
6644         purpose of saving globals, if necessary.
6645         (java_debug_context_do): New prototype and function.
6646         (java_debug_context): Likewise.
6647         (do_resolve_class): Use already parsed package names to qualify
6648         and lookup class candidate.
6649         (java_pre_expand_clinit): Removed unnecessary local variable.
6650
6651 1999-12-17  Tom Tromey  <tromey@cygnus.com>
6652
6653         * gjavah.c (decode_signature_piece): Print "::" in JArray<>.  This
6654         fixes PR gcj/119.
6655         (process_file): Use `\n\' at end of each line in string.
6656
6657 Thu Dec 16 00:09:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6658
6659         * expr.c (expand_invoke): Layout the loaded class before
6660         attempting to use it.
6661         (expand_java_field_op): Allow final field assignments to take
6662         place in $finit$.
6663         * typeck.c (convert): Return error_mark_node if expr is null.
6664
6665 1999-12-14  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6666
6667         * class.c (class_depth): Return -1 if the class doesn't load
6668         properly.
6669         * expr.c (can_widen_reference_to): Check for errors during depth
6670         computation and return 0 accordingly.
6671         * jcf-parse.c (parse_source_file): Call java_fix_constructors to
6672         create default constructors and add an other error check.
6673         * parse.h (java_fix_constructors): Prototyped.
6674         * parse.y (java_pre_expand_clinit): Likewise.
6675         (build_super_invocation): Re-prototyped to feature one argument.
6676         (java_check_circular_reference): Directly use `current'.
6677         (java_fix_constructors): New function.
6678         (java_check_regular_methods): Don't create default constructors
6679         here, but abort if none were found.
6680         (java_complete_expand_methods): Pre-process <clinit> calling
6681         java_pre_expand_clinit.
6682         (java_pre_expand_clinit): New function.
6683         (fix_constructors): build_super_invocation invoked with the
6684         current method declaration as an argument.
6685         (build_super_invocation): Use the context of the processed method
6686         decl argument instead of current_class.
6687         * typeck.c (lookup_java_method): Take WFLs in method names into
6688         account.
6689
6690 Tue Dec 14 14:20:16 1999  Per Bothner  <per@bothner.com>
6691
6692         * class.c (make_class_data): flag_keep_inline_functions to keep
6693         private methods in the method array.
6694
6695 1999-12-15  Anthony Green  <green@cygnus.com>
6696
6697         * check-init.c (check_init): Take into account both types of
6698         `throw's when checking for uninitialized variables.
6699
6700 Fri Dec 10 21:53:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6701
6702         * parse.y (java_complete_lhs): Force convertion of array
6703         dimensions to int_type_node, that's what runtime's ABI expects.
6704
6705 Fri Dec 10 16:13:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6706
6707         * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
6708         operand of a WFL, until the Java front-end gets fixed with regard
6709         to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
6710
6711 1999-12-10  Andrew Haley  <aph@cygnus.com>
6712
6713         * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
6714         decl.c (init_decl_processing): Add _Jv_Sjlj_Throw.
6715         expr.c (build_java_athrow): Add support for sjlj-exceptions.
6716         java-tree.h: Ditto.
6717         jcf-write.c: Ditto.
6718
6719 Wed Dec  8 15:33:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6720
6721         * expr.c (java_lang_expand_expr): Switch to permanent obstack
6722         before calling expand_eh_region_start and expand_start_all_catch.
6723         * except.c (expand_start_java_handler): Switch to permanent
6724         obstack before calling expand_eh_region_start.
6725         (expand_end_java_handler): Switch to permanent obstack before
6726         calling expand_start_all_catch.
6727
6728 1999-12-5  Anthony Green  <green@cygnus.com>
6729
6730         * decl.c (init_decl_processing): Mark throw_node as a noreturn
6731         function with side effects.
6732         (init_decl_processing): Mark all memory allocating DECLs with
6733         DECL_IS_MALLOC.
6734
6735 Wed Dec  1 04:25:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6736
6737         * except.c (expand_end_java_handler): Call
6738         expand_resume_after_catch and end_catch_handler.
6739
6740 Tue Nov 30 12:36:15 1999  Anthony Green  <green@cygnus.com>
6741
6742         * verify.c (verify_jvm_instructions): Create new return label
6743         chain if non existent (don't rely on the verified state of the jsr
6744         target.)
6745
6746 Tue Nov 30 12:28:34 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6747
6748         * jcf-write.c (generate_bytecode_insns): Fixed indentation for
6749         COMPOUND_EXPR and FIX_TRUNC_EXPR cases.
6750
6751         * parse.y (patch_assignment): Removed bogus final class test on
6752         lhs when checking on whether to emit an ArrayStoreException runtime
6753         check.
6754         * expr.c (expand_java_arraystore): Likewise.
6755
6756 1999-11-28 Anthony Green <green@cygnus.com>
6757
6758         * decl.c (find_local_variable): Reuse single slot decls when
6759           appropriate.
6760
6761 Wed Nov 24 17:33:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6762
6763         * jcf-parse.c (saw_java_source): Global variable removed.
6764         (read_class): Don't use `saw_java_source'. Added extra braces.
6765         (yyparse): Code setting `saw_java_source' removed.
6766
6767 1999-11-24  Mark Mitchell  <mark@codesourcery.com>
6768
6769         * except.c (emit_handlers): Zero catch_clauses after emitting them.
6770
6771 Tue Nov 23 17:29:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6772
6773         * verify.c (merge_type_state): Non verified subroutines being
6774         considered more than once to trigger passive type merge.
6775
6776 Tue Nov 23 10:55:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6777
6778         * parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE
6779         in case of error. Error message tuned.
6780
6781 1999-11-21  Anthony Green  <green@cygnus.com>
6782
6783         * constants.c (find_methodref_index): Unwrap method names before
6784         inserting them in the constant pool.
6785
6786         * jcf-parse.c (jcf_parse): Display `interface' when appropriate.
6787
6788         * class.c (assume_compiled_node): New typedef.
6789         (assume_compiled_tree): New static data.
6790         (find_assume_compiled_node): New function.
6791         (add_assume_compiled): New function.
6792         (assume_compiled): New function.
6793         * class.c (make_class_data): Use assume_compiled.
6794         (is_compiled_class): Use assume_compiled.
6795
6796         * java-tree.h (add_assume_compiled): Declare.
6797
6798         * lang.c (lang_decode_option): Parse new options.
6799
6800 Wed Nov 17 21:09:28 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6801
6802         * class.c (layout_class): Always convert TYPE_SIZE_UNIT to
6803         int_type_node: that's what `_Jv_AllocObject' expects.
6804
6805 Thu Nov 11 01:57:14 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6806
6807         * parse.y (lookup_method_invoke): Use lang_printable_name to
6808         reliably build the type name during error report. Fixes PR gcj/97.
6809
6810 1999-11-09  Tom Tromey  <tromey@cygnus.com>
6811
6812         * jcf-path.c: Include <sys/stat.h>.
6813         (jcf_path_init): Search for libjava.zip.  Fixes PR gcj/84.
6814         (DIR_UP): New macro.
6815
6816 Tue Nov  9 12:12:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6817
6818         * parse.y (source_end_java_method): Resume permanent allocation,
6819         reversing Apr 27 1998 patch.
6820         (patch_string_cst): Pop obstacks after having pushed the permanent
6821         ones.
6822
6823 1999-11-05  Tom Tromey  <tromey@cygnus.com>
6824
6825         * class.c (finish_class): Emit inlined methods if any native
6826         methods exist in the class.  Fixes PR gcj/85.
6827
6828 Thu Nov  4 16:27:01 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6829
6830         * parse.y (resolve_qualified_expression_name): Handle PLUS_EXPR.
6831         (qualify_ambiguous_name): Likewise.
6832
6833 Wed Nov  3 15:20:02 MST 1999  Godmar Back <gback@cs.utah.edu>
6834
6835         * typeck.c: (lookup_java_method):  search all inherited
6836         interfaces when looking up interface method.
6837
6838 Mon Nov  1 23:42:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6839
6840         * parse.y (method_header:): Issue error message for rule `type
6841         error'.
6842         (synchronized:): Error report when not using synchronized.
6843
6844 Mon Nov  1 01:32:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6845
6846         * parse.y (resolve_qualified_expression_name): Prevent `this' from
6847         being used before the superclass constructor has been called.
6848         (complete_function_arguments): Use CALL_EXPLICIT_CONSTRUCTOR_P
6849         instead of `CALL_THIS_CONSTRUCTOR_P'.
6850
6851 Sat Oct 30 21:35:13 1999  Todd T. Fries <todd@lighthouse.fries.net>
6852
6853         * check-init.c: Fix typo in comment.
6854
6855 Fri Oct 29 14:35:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6856
6857         * class.c (add_method_1): Set DECL_INLINE to 1 for private, static
6858         and final method.
6859
6860 Fri Oct 29 14:23:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6861
6862         * parse.y (expression_statement:): Call function to report
6863         improper invocation of a constructor.
6864         (parse_ctor_invocation_error): New function.
6865
6866 1999-10-26  Mark Mitchell  <mark@codesourcery.com>
6867
6868         * decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
6869         remember_end_note.
6870
6871 1999-10-21  Tom Tromey  <tromey@cygnus.com>
6872
6873         * jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set
6874         in generated `main'.
6875
6876 Thu Oct 21 01:27:31 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6877
6878         * parse.y (resolve_qualified_expression_name): Handle MODIFY_EXPR.
6879         (qualify_ambiguous_name): Likewise.
6880
6881 Wed Oct 20 01:41:47 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6882
6883         * parse.y (java_complete_tree): fold_constant_for_init to work on
6884         permanent_obstack.
6885         (java_complete_lhs): Likewise.
6886         (array_constructor_check_entry): Complete an initializer element
6887         on permanent_obstack.
6888
6889 1999-10-19  Tom Tromey  <tromey@cygnus.com>
6890
6891         * jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
6892         From Mike Moreton <mike@pillim.demon.co.uk>.
6893
6894 1999-10-15  Greg McGary  <gkm@gnu.org>
6895
6896         * java-tree.h (flag_bounds_check): Remove extern decl.
6897         * lang.c (flag_bounds_check): Remove global variable.
6898         (lang_f_options): Remove "bounds-check" entry.
6899         (lang_init_options): Default flag_bounds_check to "on".
6900
6901 1999-10-14  Tom Tromey  <tromey@cygnus.com>
6902
6903         * jvgenmain.c (usage): New function.
6904         (main): Use it.  Also, handle `-D' options.
6905         * jvspec.c (lang_specific_driver): Recognize -D.
6906         (jvgenmain_spec): Added `%{D*}' to jvgenmain invocation.
6907
6908         * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
6909
6910 1999-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6911
6912         * jcf-dump.c (print_constant, disassemble_method): Don't call a
6913         variadic function with a non-literal format string.
6914
6915         * parse-scan.y (report_main_declaration): Likewise.
6916
6917         * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.
6918
6919         * parse.y (read_import_dir, patch_assignment, patch_binop,
6920         patch_array_ref): Likewise.
6921
6922         * typeck.c (build_java_array_type): Likewise.
6923
6924         * verify.c (verify_jvm_instructions): Likewise.
6925
6926 Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6927
6928         * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
6929
6930 1999-10-07  Anthony Green  <green@cygnus.com>
6931
6932         * jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
6933         where CHECK_PUT may fail for valid reasons.
6934
6935         * jcf-write.c (UNSAFE_PUT1, UNSAFE_PUT2, UNSAFE_PUT3,
6936         UNSAFE_PUTN): New macros.
6937
6938 1999-10-04  Tom Tromey  <tromey@cygnus.com>
6939
6940         * lex.h (BUILD_OPERATOR2): Return ASSIGN_ANY_TK in `lite' case as
6941         well.  Fixes Java PR gcj/59.
6942         * parse-scan.y (yyerror): Report errors.
6943
6944 Fri Sep 24 12:23:05 1999  Glenn Chambers  <GChambers@provsol.com>
6945
6946         * decl.c (insert_block): Remove unconditional `abort'.
6947
6948 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
6949
6950         * decl.c (builtin_function): No longer static.  New arg CLASS.  Arg
6951         FUNCTION_CODE now of type int.  All callers changed.
6952         Set the builtin's DECL_BUILT_IN_CLASS.
6953
6954 1999-09-23  Tom Tromey  <tromey@cygnus.com>
6955
6956         * jvspec.c (lang_specific_driver): Don't read spec file if
6957         -fsyntax-only given.
6958
6959 1999-09-22  Tom Tromey  <tromey@cygnus.com>
6960
6961         * lang-specs.h: Added `%(jc1)' to the jc1 spec.
6962
6963         * javaop.h (WORD_TO_FLOAT): Use `inline' unconditionally.
6964         (WORDS_TO_LONG): Likewise.
6965         (WORDS_TO_DOUBLE): Likewise.
6966
6967 Tue Sep 14 16:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6968
6969         * jcf-write.c (RELOCATION_VALUE_0): New macro.
6970         (RELOCATION_VALUE_1): Likewise.
6971         (emit_iinc, emit_reloc, push_constant1, push_constant2,
6972         push_in_const, push_long_const): Prototyped.
6973         (push_constant1): Argument `index' is of type HOST_WIDE_INT.
6974         (push_constant2): Likewise.
6975         (push_int_const): Cast find_constant1's integer arguments to `jword'.
6976         (find_constant_wide): Cast find_constant2's integer arguments to
6977         `jword'.
6978         (find_constant_index): Cast find_constant2's and find_constant2's
6979         integer arguments to `jword'.
6980         (emit_pop): Argument `value' is of type HOST_WIDE_INT.
6981         (emit_switch_reloc): Use RELOCATION_VALUE_0.
6982         (emit_if): Use RELOCATION_VALUE_1.
6983         (emit_goto): Likewise.
6984         (emit_jsr): Likewise.
6985         (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
6986         argument to push_long_const to HOST_WIDE_INT.
6987
6988 1999-09-15  Andreas Schwab  <schwab@suse.de>
6989
6990         * Makefile.in (parse.o): Depend on $(JAVA_TREE_H).
6991
6992 1999-09-20  Nick Clifton  <nickc@cygnus.com>
6993
6994         * lang.c (lang_decode_option): Extend comment.
6995
6996 Thu Sep 16 15:42:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
6997
6998         * parse.y (java_method_add_stmt): Test against GET_CURRENT_BLOCK
6999         instead of fndecl.
7000
7001 1999-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7002
7003         * gjavah.c (get_field_name, print_method_info, print_include,
7004         add_namelet): Use xmalloc, not malloc.
7005
7006         * jcf-depend.c (add_entry): Likewise.  Use xstrdup, not strdup.
7007         (munge): Use xrealloc, not realloc, trust xrealloc to handle a
7008         NULL pointer.
7009
7010         * jcf-io.c (open_in_zip, find_class): Use xstrdup, not strdup.
7011
7012         * jcf-parse.c (jcf_out_of_synch, yyparse): Likewise.
7013
7014         * jcf-path.c (add_entry): Likewise.
7015
7016         * jcf.h (ALLOC, REALLOC): Use xmalloc/xrealloc, not malloc/realloc.
7017
7018         * jv-scan.c (xmalloc): Remove definition.
7019
7020         * jvgenmain.c (xmalloc): Likewise.
7021
7022         * jvspec.c (lang_specific_driver): Use xcalloc, not xmalloc/bzero.
7023
7024         * lex.c (java_store_unicode): Use xrealloc, not realloc.
7025
7026         * parse-scan.y: Use concat, not of xmalloc/assign/strcpy.  Use
7027         concat, not xmalloc/sprintf.
7028         (java_push_parser_context): Use xcalloc, not xmalloc/bzero.
7029         (xstrdup): Remove definition.
7030
7031         * parse.y (duplicate_declaration_error_p,
7032         constructor_circularity_msg, verify_constructor_circularity,
7033         check_abstract_method_definitions, java_check_regular_methods,
7034         java_check_abstract_methods, patch_method_invocation,
7035         check_for_static_method_reference, patch_assignment, patch_binop,
7036         patch_cast, array_constructor_check_entry, patch_return,
7037         patch_conditional_expr): Use xstrdup, not strdup.
7038
7039         * zextract.c (ALLOC): Use xmalloc, not malloc.
7040
7041 Sun Sep 12 23:30:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7042
7043         * Make-lang.in (jvspec.o): Depend on system.h and gcc.h.
7044
7045         * jvspec.c: Include gcc.h.  Don't include gansidecl.h.
7046         (do_spec, lang_specific_pre_link, lang_specific_driver,
7047         input_filename, input_filename_length): Don't declare.
7048         (main_class_name, jvgenmain_spec, lang_specific_driver):
7049         Constify a char*.
7050         (lang_specific_driver): All calls to the function pointer
7051         parameter now explicitly call `fatal'.
7052
7053 Sat Sep 11 16:46:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7054
7055         * parse.y (find_applicable_accessible_methods_list): Search
7056         abstract classes as interfaces.
7057
7058 Thu Sep  9 17:33:28 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7059
7060         * class.c (finish_class): We're now outside a valid method
7061         declaration. Tell the rest of gcc so.
7062
7063 1999-09-08  Bruce Korb  autogen@linuxbox.com
7064
7065         * Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
7066
7067 1999-09-07  Tom Tromey  <tromey@cygnus.com>
7068
7069         * gjavah.c (add_class_decl): Generate include for gcj/array.h, not
7070         java-array.h.
7071         (decode_signature_piece): Don't emit "::" in JArray<>.
7072         (print_namelet): Only print trailing `;' when printing a class.
7073
7074 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
7075
7076         * java-tree.h: Delete declarations for all tree nodes now moved to
7077         global_trees.
7078         * decl.c: Delete their definitions.
7079
7080 1999-09-04  Mark Mitchell  <mark@codesourcery.com>
7081
7082         * Make-lang.in (jc1): Depend on ggc-callbacks.o.
7083         * Makefile.in (OBJS): Add ggc-callbacks.o.
7084         (OBJDEPS): Likewise.
7085
7086 1999-09-03  Tom Tromey  <tromey@cygnus.com>
7087
7088         * parse.y (strip_out_static_field_access_decl): Return operand if
7089         it satisfies JDECL_P.
7090
7091 1999-09-02  Tom Tromey  <tromey@cygnus.com>
7092
7093         * gjavah.c (decode_signature_piece): Emit "::" in JArray<>.
7094         Handle nested arrays, like `[[I'.
7095
7096 1999-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7097
7098         * class.c (finish_class): Remove unused parameter, all callers
7099         changed.
7100
7101         * expr.c (build_java_athrow): Change return type to void.
7102         (java_lang_expand_expr): Make sure each case in switch returns a
7103         value.
7104
7105         * java-tree.h (finish_class): Fix prototype to take void args.
7106
7107         * jcf-dump.c (usage): Mark with ATTRIBUTE_NORETURN.
7108         (main): Issue return from main, not exit.
7109
7110         * jcf-parse.c (parse_class_file): Fix call to `finish_class'.
7111
7112         * jcf.h (jcf_unexpected_eof): Mark with ATTRIBUTE_NORETURN.
7113
7114         * jv-scan.c (main): Issue return from main, not exit.
7115
7116         * parse.y (check_abstract_method_definitions,
7117         java_check_abstract_method_definitions): Add static prototypes.
7118         (java_complete_expand_methods): Fix call to `finish_class'.
7119
7120         * verify.c (verify_jvm_instructions): Initialize variables `oldpc'
7121         and `prevpc'.
7122
7123 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7124
7125         * lang.c (language_string): Constify.
7126
7127 1999-08-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7128
7129         * Makefile.in (LIBS): Fix definition so we link with $(CLIB).
7130         Remove hacks for stuff which comes from libiberty.
7131
7132         * Make-lang.in: Likewise.
7133
7134 Mon Aug 30 16:41:41 1999  Hans-Peter Nilsson  <hp@axis.se>
7135
7136         * Makefile.in (xref.o): Depend on xref.c explicitly.
7137
7138 1999-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7139
7140         * java-tree.h (lang_printable_name): Constify a char*.
7141
7142         * lang.c (lang_printable_name): Likewise.
7143
7144 Fri Aug 27 23:31:57 1999  Jeffrey A Law  (law@cygnus.com)
7145
7146         * gjavah.c, jcf-write.c, verify.c: Do not use C++ style
7147         comments in C code.
7148
7149 1999-08-26  Tom Tromey  <tromey@cygnus.com>
7150
7151         * gjavah.c (print_cxx_classname): Print "::" before qualified
7152         name.
7153
7154 Thu Aug 26 09:10:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7155
7156         * parse.y (lookup_cl): Changed leading comment. Now does its best
7157         to set the column number.
7158         (qualify_ambiguous_name): Take WFL wrappers into account.
7159
7160 Wed Aug 25 15:37:15 1999  Gregg Townsend  <gmt@cs.arizona.edu>
7161
7162         * verify.c (verify_jvm_instructions): Don't check instruction
7163         validity beyond end of method.
7164
7165 1999-08-25  Tom Tromey  <tromey@cygnus.com>
7166
7167         * jvspec.c (lang_specific_driver): Correctly handle --help again.
7168
7169 1999-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7170
7171         * gjavah.c (print_name, print_base_classname, utf8_cmp,
7172         cxx_keyword_subst, generate_access, name_is_method_p,
7173         get_field_name, print_field_name, super_class_name, print_include,
7174         decode_signature_piece, print_class_decls, usage, help,
7175         java_no_argument, version, add_namelet, print_namelet): Add static
7176         prototype.
7177         (print_base_classname, utf8_cmp, cxx_keyword_subst,
7178         name_is_method_p): Constify a char*.
7179         (get_field_name): Likewise.  Prefer xstrdup over malloc/strcpy.
7180         Provide a final else clause in an if-else-if.
7181         (print_field_info): Add missing final arg in function call to
7182         `print_field_name'.
7183         (print_method_info, decompile_method, decode_signature_piece,
7184         print_c_decl, print_full_cxx_name, print_stub,
7185         print_mangled_classname, super_class_name, print_include,
7186         add_namelet, add_class_decl, print_class_decls, process_file,
7187         help): Constify a char*.
7188
7189         * jcf-write.c (jcf_handler, push_constant1, push_constant2,
7190         push_int_const, find_constant_wide, find_constant_index,
7191         push_long_const, field_op, maybe_wide, emit_dup, emit_pop,
7192         emit_iinc, emit_load_or_store, emit_load, emit_store, emit_unop,
7193         emit_binop, emit_reloc, emit_switch_reloc, emit_case_reloc,
7194         emit_if, emit_goto, emit_jsr, call_cleanups,
7195         make_class_file_name): Add static prototypes.
7196         (generate_bytecode_return, generate_bytecode_insns): Pass a
7197         NULL_PTR, not a NULL_TREE.
7198
7199         * jv-scan.c: Include "jcf.h".
7200         (main): Declare using DEFUN macro.
7201
7202         * jvspec.c (find_spec_file, lang_specific_pre_link,
7203         lang_specific_driver): Add prototypes.
7204         (find_spec_file): Constify a char*.
7205
7206         * keyword.gperf (hash, java_keyword): Add prototypes.
7207
7208         * lang.c (lang_print_error): Add static prototype.
7209         (lang_init): Prefer memcpy over bcopy to avoid casts.
7210
7211         * lex.c (yylex): Add static prototype.
7212
7213         * parse-scan.y: Include "lex.c" earlier.
7214
7215         * parse.h: Remove redundant declaration for `yylex'.
7216
7217         * parse.y (java_decl_equiv, binop_compound_p, search_loop,
7218         labeled_block_contains_loop_p): Add static prototypes.
7219         (not_accessible_p): Make static to match prototype.
7220
7221         * verify.c (start_pc_cmp): Don't needlessly cast away const.
7222
7223 Sun Aug 22 11:07:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7224
7225         * parse.y (check_method_redefinition): Changed leading comment.
7226         (check_abstract_method_definitions): New function.
7227         (java_check_abstract_method_definitions): New function.
7228         (java_check_regular_methods): Call it.
7229         (verify_constructor_super): Fixed indentation.
7230         (lookup_method_invoke): Likewise.
7231
7232 Thu Aug 19 10:26:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7233
7234         * parse.y (method_header): Return a null pointer if the current
7235         class node is null.
7236         (finish_method_declaration): Return if the current function decl
7237         is null.
7238         (source_start_java_method): Likewise.
7239         (java_method_add_stmt): Likewise.
7240
7241 Wed Aug 18 13:17:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7242
7243         * class.c (emit_register_class): Removed unnecessary call to
7244         start_sequence.
7245         * parse.y (labeled_block_contains_loop_p): Removed unused local
7246         variable.
7247
7248 Tue Aug 17 22:51:44 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7249
7250         * parse.y (java_refold): Added prototype.
7251
7252 Tue Aug 17 21:48:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7253
7254         * parse.y (BINOP_COMPOUND_CANDIDATES): New macro.
7255         (java_stabilize_reference): Removed unnecessary `else'.
7256         (java_complete_lhs): Set flag to remember boolean. Call
7257         java_refold. Added comments.
7258         (java_decl_equiv): New function.
7259         (binop_compound_p): Likewise.
7260         (java_refold): Likewise.
7261         (patch_unaryop): Striped static field access assigned to decl and
7262         op. Changed promotion scheme for ++/-- operators.
7263         (search_loop): New function.
7264         (labeled_block_contains_loop_p): Likewise.
7265         (patch_loop_statement): Call labeled_block_contains_loop_p. Added
7266         comment.
7267         (patch_bc_statement): Call search_loop. Fixed comment.
7268
7269 1999-08-14  Anthony Green  <green@cygnus.com>
7270
7271         * expr.c (java_lang_expand_expr): Mark static array data as
7272         referenced.
7273
7274 Tue Aug 10 00:28:31 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7275
7276         * jvgenmain.c (main): NUL-terminate name_obstack.
7277
7278 1999-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7279
7280         * check-init.c (check_bool2_init, done_alternative): Add static
7281         prototypes.
7282
7283         * class.c (add_interface_do, maybe_layout_super_class): Likewise.
7284         (add_method, build_utf8_ref, build_class_ref,
7285         append_gpp_mangled_type, layout_class_method): Constify a char*.
7286
7287         * decl.c (push_promoted_type, make_binding_level): Add static
7288         prototypes.
7289         (push_promoted_type, pushdecl): Constify a char*.
7290
7291         * except.c (find_handler_in_range, link_handler,
7292         check_start_handlers): Add static prototypes.
7293
7294         * expr.c (process_jvm_instruction): Constify a char*.
7295
7296         * gjavah.c (main): Constify a char*.
7297
7298         * java-tree.h (verify_jvm_instructions, process_jvm_instruction):
7299         Constify a char*.
7300
7301         * jcf-depend.c (free_entry, add_entry, munge, print_ents): Add
7302         static prototypes.
7303         (add_entry, jcf_dependency_set_target, jcf_dependency_add_target,
7304         munge, print_ents): Constify a char*.
7305
7306         * jcf-dump.c (disassemble_method): Constify a char*.
7307         (print_constant_pool, print_exception_table): Add static prototypes.
7308         (print_constant, print_exception_table, main, disassemble_method):
7309         Constify a char*.
7310
7311         * jcf-io.c (find_classfile, find_class): Likewise.
7312
7313         * jcf-parse.c (JPOOL_UTF_DATA, find_in_current_zip): Likewise.
7314         (set_source_filename, predefined_filename_p): Add static prototypes.
7315         (set_source_filename, get_constant, get_class_constant,
7316         find_in_current_zip): Constify a char*.
7317
7318         * jcf-path.c (free_entry, append_entry, add_entry, add_path): Add
7319         static prototypes.
7320         (add_entry, add_path, jcf_path_classpath_arg,
7321         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
7322
7323         * jcf-reader.c (get_attribute, jcf_parse_preamble,
7324         jcf_parse_constant_pool, jcf_parse_class, jcf_parse_fields,
7325         jcf_parse_one_method, jcf_parse_methods,
7326         jcf_parse_final_attributes): Add static prototypes.
7327         (get_attribute): Constify a char*.
7328
7329         * jcf.h (find_class, find_classfile, jcf_dependency_set_target,
7330         jcf_dependency_add_target, jcf_path_classpath_arg,
7331         jcf_path_CLASSPATH_arg, jcf_path_include_arg): Constify a char*.
7332
7333         * jv-scan.c (main): Constify a char*.
7334         (gcc_obstack_init): Add prototype arguments.
7335
7336         * jvgenmain.c (gcc_obstack_init): Likewise.
7337         (main): Constify a char*.
7338
7339         * lang.c (put_decl_string, put_decl_node, java_dummy_print): Add
7340         static prototypes.
7341         (put_decl_string, lang_print_error): Constify a char*.
7342         (lang_init): Remove redundant extern prototype.
7343
7344         * mangle.c (emit_unicode_mangled_name): Constify a char*.
7345
7346         * typeck.c (convert_ieee_real_to_integer, parse_signature_type):
7347         Add static prototypes.
7348         (get_type_from_signature): Constify a char*.
7349
7350         * verify.c (check_pending_block, type_stack_dup, start_pc_cmp ):
7351         Add static prototypes.
7352         (start_pc_cmp): Prefer PTR over GENERIC_PTR.
7353         (verify_jvm_instructions): Constify a char*.
7354
7355         * xref.c (xref_flag_value): Likewise.
7356
7357         * xref.h (xref_flag_value): Likewise.
7358
7359         * zextract.c (makeword, makelong): Add static prototypes.
7360         (makeword, makelong): Constify a uch*.
7361
7362 1999-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7363
7364         * lang.c (java_dummy_print): Constify a char*.
7365         (lang_print_error): Likewise.
7366         (lang_init): Remove redundant prototype for `print_error_function'.
7367         (lang_init_source): Likewise.
7368         (lang_identify): Constify a char*.
7369
7370 1999-08-09  Tom Tromey  <tromey@cygnus.com>
7371
7372         * javaop.h (WORD_TO_FLOAT): only inline if building with gcc.
7373         (WORDS_TO_LONG): Likewise.
7374         (WORDS_TO_DOUBLE): Likewise.
7375
7376 1999-08-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7377
7378         * Makefile.in (lang.o): Depend on $(RTL_H) $(EXPR_H).
7379
7380         * expr.c (java_stack_pop, java_array_data_offset,
7381         build_java_throw_out_of_bounds_exception, case_identity,
7382         build_java_check_indexed_type): Add static prototypes.
7383         (linenumber_table, expand_invoke, expand_java_field_op,
7384         build_primtype_type_ref, expand_byte_code): Constify a char*.
7385
7386         * java-tree.h (build_primtype_type_ref, linenumber_table):
7387         Constify a char*.
7388         (java_lang_expand_expr): Add prototype.
7389
7390         * lang.c: Include rtl.h and expr.h.  Remove extern prototype for
7391         `java_lang_expand_expr'.
7392
7393         * lex.c (java_lex_error): Constify a char*.
7394         (java_get_unicode, java_read_char, java_allocate_new_line,
7395         java_unget_unicode, java_sneak_unicode): Prototype.
7396
7397         * parse-scan.y (current_class, package_name, method_declarator,
7398         report_class_declaration, yyerror): Constify a char*.
7399
7400         * parse.h (java_report_errors): Prototype.
7401         (yyerror): Constify a char*.
7402
7403         * parse.y (classitf_redefinition_error, check_modifiers,
7404         parse_jdk1_1_error, lookup_package_type,
7405         lookup_package_type_and_set_next, get_printable_method_name,
7406         purify_type_name): Constify a char*.
7407         (build_super_invocation, maybe_generate_finit,
7408         verify_constructor_super, parser_add_interface,
7409         add_superinterfaces, jdep_resolve_class, note_possible_classname,
7410         java_complete_expand_methods, java_expand_finals,
7411         cut_identifier_in_qualified, java_stabilize_reference,
7412         do_unary_numeric_promotion, operator_string, do_merge_string_cste,
7413         merge_string_cste): Prototype.
7414         (single_type_import_declaration, yyerror,
7415         variable_redefinition_error, build_array_from_name,
7416         build_unresolved_array_type, check_class_interface_creation,
7417         resolve_class, complete_class_report_errors,
7418         note_possible_classname, read_import_dir,
7419         find_in_imports_on_demand, resolve_package, fix_constructors,
7420         check_deprecation, lookup_method_invoke,
7421         maybe_build_primttype_type_ref, array_constructor_check_entry):
7422         Constify a char*.
7423         (java_complete_expand_methods, java_expand_finals): Make static.
7424         (convert_narrow): Remove static prototype.
7425
7426 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
7427
7428         * Makefile.in (decl.o): Depends on $(srcdir)/../defaults.h.
7429
7430 1999-08-02  Richard Henderson  <rth@cygnus.com>
7431
7432         * decl.c: Include defaults.h instead of expr.h.
7433         * parse.y: Likewise.
7434
7435 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
7436
7437         * java/decl.c (start_java_method): Change all uses of
7438         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
7439         Ensure expr.h is included.
7440         * java/expr.c (pop_arguments): Ditto.
7441         * java/parse.y (expand_start_java_method): Ditto.
7442
7443 1999-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7444
7445         * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
7446
7447 1999-07-31  Bernd Schmidt  <bernds@cygnus.co.uk>
7448
7449         * decl.c: Include "function.h".
7450         * except.c: Likewise.
7451         * parse.y: Likewise.
7452         * Makefile.in: Update dependencies.
7453
7454 1999-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7455
7456         * expr.c (build_java_soft_divmod): Provide a default case in switch.
7457         (java_lang_expand_expr): Mark parameters `target', `tmode' and
7458         `modifier' with ATTRIBUTE_UNUSED.
7459
7460         * gjavah.c (process_file): Add braces around ambiguous `else'.
7461
7462         * jcf-dump.c (print_access_flags, localvar_free): Change return
7463         type to void.
7464
7465         * parse.y (java_complete_expand_method): Initialize variable
7466         `exception_copy'.
7467         (resolve_qualified_expression_name): Likewise for `field_decl'.
7468         (patch_method_invocation): Likewise for `class_to_search'.
7469         (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
7470         (patch_assignment): Likewise for `lhs_type'.
7471
7472         * verify.c (verify_jvm_instructions): Remove unused variable
7473         `caller'.
7474
7475 1999-07-25  Richard Henderson  <rth@cygnus.com>
7476
7477         * decl.c (va_list_type_node): New.
7478
7479 1999-07-25  Anthony Green  <green@cygnus.com>
7480
7481         * gjavah.c (print_stub): New function.
7482         (METHOD_IS_NATIVE): New macro.
7483         (print_mangled_classname): Make static.
7484         (HANDLE_END_FIELD): Don't emit fields during stub generation.
7485         (process_file): Perform stub generation.
7486         (HANDLE_METHOD): Don't emit class decls during stub
7487         generation.
7488         (HANDLE_END_METHOD): Take into account stub generation.
7489         (print_method_info): Handle stub generation.
7490         (print_stub): New function.
7491         (print_cxx_classname): Make signature consistant with others.
7492         (help): Describe -stubs option.
7493         (main): Create stub file.
7494         (version): Use version.c.
7495         (print_full_cxx_name): New function.
7496         (print_c_decl): Use print_full_cxx_name.
7497
7498 Thu Jul 22 12:41:12 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7499
7500         * check-init.c (check_init): Handle MAX_EXPR.
7501
7502 1999-07-15  Andrew Haley  <aph@cygnus.com>
7503
7504         * lang.c (flag_use_divide_subroutine): New variable.
7505         * typeck.c: (convert_ieee_real_to_integer): Bounds check
7506         fp-to-integer conversion.
7507         (convert): Call convert_ieee_real_to_integer when flag_fast_math
7508         is not set.
7509
7510         * expr.c (build_java_soft_divmod): New function.
7511         (build_java_binop): Call build_java_soft_divmod if
7512         flag_use_divide_subroutine is set.
7513         * decl.c: soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
7514         soft_lrem_node: new builtin functions.
7515         (init_decl_processing) Initialize the new builtins.
7516         * java-tree.h soft_idiv_node, soft_irem_node, soft_ldiv_node, tree
7517         soft_lrem_node: new builtin functions.
7518         (build_java_soft_divmod): New function.
7519         * parse.y: Call build_java_soft_divmod if
7520         flag_use_divide_subroutine is set.
7521         * parse.c: Rebuilt.
7522
7523         * jvspec.c (lang_specific_driver): Always allow an extra arg (for
7524         a --specs= arg) even if not linking.
7525         * lang-options.h (DEFINE_LANG_NAME ("Java")): Add
7526         -fuse-divide-subroutine
7527
7528 Tue Jul 20 13:20:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7529
7530         * parse.y (resolve_and_layout): Check methods only once.
7531         (resolve_qualified_expression_name): Verify thrown exceptions
7532         compatibility.
7533         (check_thrown_exceptions): Reject exceptions thrown in
7534         initializer. Error message tuned.
7535
7536 1999-07-14  Andrew Haley  <aph@cygnus.com>
7537
7538         * expr.c (expand_expr): Do not return the last statement in a
7539         block as the block's value.
7540
7541 Sat Jul  3 22:26:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7542
7543         * expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
7544         CALL_EXPR, to avoid order of evaluation changes.
7545
7546 Fri Jul  2 17:44:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7547
7548         * parse.y (qualify_ambiguous_name): Do not use
7549         IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
7550
7551 Thu Jul  1 23:31:16 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7552
7553         * check-init.c (check_init): Handle MAX_EXPR.
7554         * expr.c (force_evaluation_order): Force method call arguments to
7555         be evaluated in left-to-right order.
7556         * parse.y (qualify_ambiguous_name): Loop again to qualify
7557         NEW_ARRAY_EXPR properly.
7558
7559 Wed Jun 30 17:27:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7560
7561         * parse.y (patch_invoke): Resolve unresolved invoked method
7562         returned type.
7563         (qualify_ambiguous_name): STRING_CST to qualify expression for
7564         type name resolution.
7565
7566 1999-06-24  Andrew Haley  <aph@cygnus.com>
7567
7568         * class.c (finish_class): Whenever a deferred method is
7569         output, rescan the list of methods to see if a new candidate for
7570         output can be found.
7571
7572 1999-06-28  Tom Tromey  <tromey@cygnus.com>
7573
7574         * jvspec.c (lang_specific_driver): Recognize --help.
7575
7576 Fri Jun 25 13:35:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7577
7578         * parse.y (resolve_package): Fixed bogus return statement.
7579         (patch_method_invocation): Resolve method invocation beginning with
7580         a package name qualifier.
7581
7582 1999-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7583
7584         * Make-lang.in (java.stage1): Depend on stage1-start.
7585         (java.stage2): Likewise for stage2-start.
7586         (java.stage3): Likewise for stage3-start.
7587         (java.stage4): Likewise for stage4-start.
7588
7589 Thu Jun 24 13:12:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7590
7591         * parse.y (java_complete_lhs): When doing cross referencing, don't
7592         try to keep file location on a WFL expanded as a CALL_EXPR.
7593
7594 Wed Jun 23 14:37:15 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7595
7596         * parse.y (finish_method_declaration): Insert a RETURN_EXPR when
7597         compiling to class file a void method with an empty method body.
7598         As a side effect, the bytecode backend will generate the
7599         appropriate `return' instruction.
7600
7601 Tue Jun 22 20:43:49 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7602
7603         * parse.y (lookup_package_type_and_set_next): New function prototype.
7604         (resolve_package): Search current and imported packages.
7605         (lookup_package_type_and_set_next): New function.
7606
7607 1999-06-22  Andrew Haley  <aph@cygnus.com>
7608
7609         * verify.c (verify_jvm_instructions): Check for pending blocks
7610         before invalid PC test and opcode switch, not after.
7611
7612 1999-06-21  Andrew Haley  <aph@cygnus.com>
7613
7614         * except.c (find_handler_in_range): The upper limit for exception
7615         ranges is exclusive, not inclusive: (start <= pc < end).
7616         (link_handler): find child pointer which points to outer by
7617         searching sibling list: previous code incorrectly assumed that
7618         outer->outer->first_child must point to outer.
7619         * verify.c (verify_jvm_instructions): FIXME added to code for
7620         `athrow'.
7621         (verify_jvm_instructions): Do not assume that the last block
7622         processed in a subroutine is a block which ends with a `ret'
7623         instruction.  With some control flows it is possible that the last
7624         block ends with an `athrow'.
7625
7626 Mon Jun 14 13:13:39 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7627
7628         * parse.y (qualify_ambiguous_name): Reorganized the post
7629         evaluation of non WFL leading expression nodes.
7630
7631 Fri Jun 11 21:37:18 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7632
7633         * parse.y (qualify_ambiguous_name): Handle ARRAY_REF after
7634         CONVERT_EXPR.
7635
7636 Thu Jun 10 22:26:17 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7637
7638         * parse.y (qualify_ambiguous_name): Handle qualified expression
7639         beginning with a STRING_CST.
7640
7641 Thu Jun 10 20:27:25 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7642
7643         * parse.y (register_fields): Set DECL_INITIAL on both
7644         pre-initialized static and public fields.
7645         (resolve_field_access): Static field access expressions to always
7646         use pointer types.
7647         (qualify_ambiguous_name): Work out buried CALL_EXPR for proper
7648         qualification. CONVERT_EXPR to be resolved as an expression name.
7649         (java_complete_lhs): Identify and access qualified final
7650         initialized field in switch statement case expression.
7651         (fold_constant_for_init): Pre-initialized field decl constant to
7652         be folded.
7653
7654 Mon Jun  7 16:09:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7655
7656         * parse.y (note_possible_classname): Mark returned node with
7657         QUALIFIED_P only if the original class name contained a '/'.
7658
7659 Sat Jun  5 11:46:59 1999  Anthony Green  <green@cygnus.com>
7660
7661         * Make-lang.in (gcjh): More parallel build fixes.
7662
7663 1999-06-03  Mike Stump  <mrs@wrs.com>
7664
7665         * Make-lang.in (JCF_DUMP_SOURCES, jvgenmain): Fix parallel builds.
7666
7667 Wed Jun  2 10:44:38 1999  Anthony Green  <green@cygnus.com>
7668
7669         * except.c (link_handler): Chain exception handlers in order.
7670
7671 Wed Jun  2 10:41:24 1999  Anthony Green  <green@cygnus.com>
7672
7673         * expr.c (expand_byte_code): Fill unreachable bytecode regions
7674         with nops and process as usual in order to always set correct EH
7675         ranges.  Emit detailed warnings about unreachable bytecodes.
7676
7677 Wed Jun  2 10:35:13 1999  Anthony Green  <green@cygnus.com>
7678
7679         * class.c (build_utf8_ref): Mark cinit and utf8 tree nodes as
7680         constant.
7681
7682 Fri May 28 18:22:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7683
7684         * parse.y (lookup_field_wrapper): Unified returned value to NULL
7685           or the searched field decl.
7686
7687 Fri May 28 11:34:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7688
7689         * parse.y (fold_constant_for_init): Convert numerical constant
7690         values to the type of the assigned field.
7691
7692 Thu May 27 19:57:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7693
7694         * expr.c (lookup_field): Relaxed the test on class loading error
7695         detection.
7696         * parse.y (fold_constant_for_init): Enabeled old code.
7697
7698 Wed May 26 18:06:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7699
7700         * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
7701         decide the validity of the cast of a java.lang.Cloneable reference
7702         to an array.
7703         (patch_conditional_expr): Fixed first argument passed to
7704         binary_numeric_promotion.
7705
7706 Wed May 26 15:33:06 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7707
7708         * parse.y (qualify_ambiguous_name): Take into account that a
7709         CONVERT_EXPR might specify a type as a WFL.
7710
7711 Tue May 25 15:06:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7712
7713         * parse.y (patch_assignment): Save the rhs before using it as an
7714         argument to _Jv_CheckArrayStore.
7715
7716 Tue May 25 11:23:59 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7717
7718         * lex.c (java_parse_doc_section): Fixed `tag' buffer size.
7719
7720 Mon May 24 13:26:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7721
7722         * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
7723         floating point litteral only when the exponent indicator has been
7724         parsed.
7725
7726 Sat May 22 13:54:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7727
7728         * parse.y (formal_parameter:): Construct argument tree list
7729         element even if a yet unsupported final parameter was encountered.
7730
7731 Tue May 18 00:28:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7732
7733         * parse.y (finish_method_declaration): Issue errors for native or
7734         abstract methods declared with a method body, as well as for non
7735         native or non abstract methods with no method body.
7736
7737 1999-05-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7738
7739         * class.c (build_utf8_ref): Initialize variable `field'.
7740
7741         * decl.c (init_decl_processing): Initialize variable `field'.
7742
7743         * expr.c (build_known_method_ref): Mark parameters `method_type',
7744         `method_signature' and `arg_list' with ATTRIBUTE_UNUSED.
7745         (process_jvm_instruction): Likewise for parameter `length'.
7746
7747         * jvspec.c (lang_specific_driver): Mark variables `saw_math',
7748         `saw_libc', `saw_gc', `saw_threadlib' and `saw_libgcj' with
7749         ATTRIBUTE_UNUSED.
7750
7751         * parse.y (maybe_generate_clinit): Remove unused variable
7752         `has_non_primitive_fields'.
7753         (find_in_imports_on_demand): Initialize variables `node_to_use'
7754         and `cl'.
7755         (patch_binop): Likewise for variable `prom_type'.
7756         (patch_unaryop): Likewise for variable `prom_type'.
7757
7758         * verify.c (verify_jvm_instructions): Likewise for variable `last'.
7759
7760         * xref.c (xref_table): Add missing initializer.
7761
7762 1999-05-14  Tom Tromey  <tromey@cygnus.com>
7763
7764         * java-except.h (struct eh_range): Removed unused `next' member.
7765         * verify.c (verify_jvm_instructions): Call check_nested_ranges
7766         after adding all exception handlers.  Sort exception ranges in
7767         order of start PC.
7768         (struct pc_index): New structure.
7769         (start_pc_cmp): New function.
7770         * except.c (add_handler): Return `void'.  Don't call link_handler;
7771         instead construct an ordinary linked list and do range
7772         coalescing.
7773         (check_nested_ranges): New function.
7774         (link_handler): Changed interface to allow merging of eh_ranges.
7775         Split overlapping ranges.  Return `void'.
7776
7777 Mon May 17 19:20:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7778
7779         * parse.y (constructor_block_end:): New rule, tagged <node>.
7780         (constructor_body:): Use `constructor_block_end' instead of
7781         `block_end'.
7782
7783 Mon May 17 18:01:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7784
7785         * parse.y (statement_nsi:): Pop `for' statement block.
7786         (java_complete_lhs): Labeled blocks containing no statement are
7787         marked as completing normally.
7788
7789 Fri May 14 12:31:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7790
7791         * xref.c (xref_set_current_fp): New function, defined.
7792         * xref.h (xref_set_current_fp): New function, prototyped.
7793
7794 Fri May 14 11:57:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7795
7796         * check-init.c (check_init): Take into account that
7797         LABELED_BLOCK_STMT can be empty.
7798
7799 Thu May 13 18:30:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7800
7801         * parse.y (java_check_regular_methods): Warning check on not
7802         overriding methods with default access in other packages does not
7803         apply to `<clinit>'.
7804         (java_complete_lhs): If block body is an empty_stmt_node, replace
7805         it by NULL_TREE. This prevents gcc from generating an irrelevant
7806         warning.
7807
7808 Thu May 13 13:23:38 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7809
7810         * check-init.c (check_init): Removed code accepting to see things
7811         falling through default:, when doing xrefs.
7812         * java-tree.h (do_not_fold): New global variable, declared.
7813         * parse.y (do_not_fold): New global variable, defined.
7814         (java_complete_expand_method): Set `do_not_fold' to the value of
7815         `flag_emit_xref'. When doing xrefs: copy the thrown exceptions,
7816         and reinstall them after them have been purged; do not check for
7817         initializations; do not issue missing return errors.
7818         (java_complete_lhs): Do not attempt to patch INSTANCEOF_EXPR nodes
7819         when doing xrefs.
7820         (patch_binop): Skip the fold part when doing xrefs.
7821         (build_string_concatenation): Skip the concatenation part when
7822         doing xrefs.
7823         (patch_synchronized_statement): Do not generate a try-finally when
7824         doing xrefs.
7825         (patch_throw_statement): When doing xrefs, do not call BUILD_THROW
7826         and keep the location where the throw was seen.
7827         * typeck.c (convert): When `do_not_fold' is set, do not attempt
7828         any treatment on the converted node an simply return a NOP_EXPR of
7829         the targeted type.
7830         * xref.c (xref_get_data): New function, defined.
7831         * xref.h (xref_get_data): New function, declared.
7832         (XREF_GET_DATA): Use xref_get_data.
7833
7834 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7835
7836         * gjavah.c (print_include): Cast the result of `strlen' to int
7837         when comparing against a signed value.
7838         (add_namelet): Likewise.
7839
7840 1999-05-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7841
7842         * expr.c (expand_invoke): Mark parameter `nargs' with
7843         ATTRIBUTE_UNUSED.
7844         (PRE_LOOKUP_SWITCH): Likewise for variable `match'.
7845
7846         * jcf-io.c (jcf_unexpected_eof): Mark parameter `count' with
7847         ATTRIBUTE_UNUSED.
7848
7849         * jcf-reader.c (get_attribute): Cast a value to long
7850         when comparing against a signed expression.  Likewise.
7851
7852         * lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or
7853         HOST_BITS_PER_CHAR.
7854
7855 1999-05-11  Andrew Haley  <aph@cygnus.com>
7856
7857         * parse.y (source_end_java_method): If the current method contains
7858         any exception handlers, force asynchronous_exceptions: this is
7859         necessary because signal handlers in libjava may throw exceptions.
7860         * decl.c (end_java_method): Ditto.
7861
7862 1999-05-11  Tom Tromey  <tromey@cygnus.com>
7863
7864         * Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x
7865         flags.
7866         * jvspec.c (THREAD_NAME): Removed.
7867         (GC_NAME): Likewise.
7868         (MATHLIB): Likewise.
7869         (WITHLIBC): Likewise.
7870         (GCLIB): Likewise.
7871         (THREADLIB): Likewise.
7872         (MATH_LIBRARY): Likewise.
7873         (lang_specific_driver): Don't add `-l' options to command line.
7874         Instead, add a single --specs option.  Recognize `-L' options and
7875         use them to search for spec file.
7876         (find_spec_file): New function.
7877         (SPEC_FILE): New define.
7878
7879 Tue May 11 11:46:36 1999  Dave Brolley  <brolley@cygnus.com>
7880
7881         * lang-options.h: -MD, -MMD, -M and -MM not needed here for
7882         cpplib-enabled build.
7883
7884 1999-05-05  Per Bothner  <bothner@cygnus.com>
7885
7886         * class.c (make_field_value):  DECL_INITIAL may be a string literal;
7887         temporarily zero it while calling rest_of_decl_compilation.
7888
7889         * java-tree.h (string_ptr_type_node):  Add declaration.
7890         * decl.c:  Define and initialize string_ptr_type_node.
7891         * parse.y (patch_string_cst):  Use string_ptr_type_node.
7892
7893         * parse.h (LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P):  Removed.
7894         * parse.y (for_statement):  Now unconditionally exit_block.
7895         (finish_labeled_statement):  No longer exit_block if for-loop.
7896         (patch_loop_statement):  Check harder if the loop is already labeled.
7897
7898         * parse.y (patch_initialized_static_field):  Removed function.
7899         (maybe_generate_clinit):  Removed special handling for interfaces.
7900         (java_complete_expand_methods):  Do a preliminary java_complete_tree
7901         on <clinit> to determine if it can be removed.
7902         (java_complete_expand_method):  Remove special handling for <clinit>.
7903         (java_complete_lhs):  For BLOCK and EXPR_WITH_FILE_LOCATION
7904         optimize if we get back empty_stmt_node.
7905         For MODIFY_EXPR, re-do checking of static initializers.
7906         (fold_constant_for_init):  Don't return immediate if VAR_DECL.
7907         For VAR_DECL, pass correct context.
7908
7909         * verify.c (verify_jvm_instructions):  Better error messages.
7910
7911 1999-05-03  Tom Tromey  <tromey@cygnus.com>
7912
7913         * parse-scan.y (interface_declaration): Call
7914         report_class_declaration for interfaces.
7915
7916 1999-04-30 20:54 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
7917
7918         * Makefile.in: Remove -v from bison command lines.
7919
7920 Fri Apr 30 17:54:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7921
7922         * check-init.c (check_init): Exclude a case of error when doing
7923         xrefs.
7924         * class.c (layout_class_method): Don't generate the error message
7925         twice when compiling from source.
7926         * lang-options.h: Added `-Wredundant-modifers' and
7927         `-Wunusupported-jdk11' flags and help text.
7928         * lang.c (lang_decode_option): Added support for
7929         `-Wunsupported-jdk11' and `-Wredundant-modifiers'.
7930         flag_static_local_jdk11 and flag_redundant set accordingly.
7931         * lex.c (java_lex): Call BUILD_OPERATOR on CCB_TK.
7932         * parse.h (EXPR_WFL_ADD_COL): New macro.
7933         (DECL_END_SOURCE_LINE): Likewise.
7934         (DECL_INHERITED_SOURCE_LINE): Likewise.
7935         * parse.y (static_ref_err): New function, prototyped.
7936         (CCB_TK): Now tagged <operator>.
7937         (class_body:): Remember the location of the closing '}' of a class
7938         definition when doing xrefs.
7939         (block:): Likewise.
7940         (block_end:): Likewise.
7941         (create_class): Remember the location of the inherited class
7942         identifier when doing xrefs.
7943         (register_fields): Added test on first operand of `init' before
7944         testing it TREE_CODE.
7945         (method_header): Store the location of the class identifier in the
7946         class decl when doing xrefs.
7947         (finish_method_declaration): Don't combine first/last method line
7948         when doing xref.
7949         (java_check_regular_methods): Warning check on not overriding
7950         methods with default access on other packages move before check on
7951         static methods. Initialization of `aflags' also moved up.
7952         (resolve_expression_name): Call static_ref_err to report the error.
7953         (static_ref_err): New function, implemented.
7954         (resolve_field_access): Returned simplified static field access
7955         when doing xrefs.
7956         (resolve_qualified_expression_name): Check for illegal use of
7957         static fields in a non static context. Call static_ref_err to
7958         report error in various places.
7959         (java_complete_tree): Do not fold initialized static fields when
7960         doing xrefs.
7961         (java_complete_lhs): Likewise.
7962
7963 1999-04-29  Anthony Green  <green@cygnus.com>
7964
7965         * expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to
7966         create internal labels.
7967         (lookup_label): Ditto.
7968
7969 Sat Apr 24 16:50:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7970
7971         * class.c (layout_class_method): Generate <clinit>'s rtl for
7972         interfaces.
7973         * decl.c (complete_start_java_method): Don't call _Jv_InitClass
7974         for interfaces' <clinit>.
7975         * expr.c (lookup_field): Search for fields in interfaces.
7976         (expand_invoke): Fixed indentation.
7977         (expand_java_field_op): Likewise. Use IS_CLINIT.
7978         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): Macro removed.
7979         (IS_CLINIT): New macro.
7980         * parse.y (type_declaration:): Call maybe_generate_clinit after an
7981         interface was parsed.
7982         (maybe_generate_clinit): Don't generate if the current class is an
7983         interface with only fields of primitive types.
7984         (reset_method_name): Use IS_CLINIT.
7985         (java_complete_expand_method): Expand <clinit> when it exists for
7986         interfaces. Use IS_CLINIT.
7987         (resolve_expression_name): Use DECL_CONTEXT instead of
7988         current_class to build static field references.
7989         (java_complete_lhs): Use IS__CLINIT. Don't use SAVE_EXPR on
7990         ARRAY_REF when doing xreferencing.
7991         (check_final_assignment): Fixed typo in leading comment. Use
7992         IS_CLINIT.
7993         (patch_array_ref): Don't fully expand array references when
7994         xreferencing.
7995         (patch_return): Use IS_CLINIT.
7996         (patch_throw_statement): Likewise.
7997
7998 1999-04-22  Tom Tromey  <tromey@cygnus.com>
7999
8000         * Make-lang.in (JAVA_SRCS): Added check-init.c.
8001
8002 Wed Apr 21 11:13:36 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8003
8004         * decl.c (predef_filenames, predef_filenames_size): New globals
8005         (init_decl_processing): predef_filenames and predef_filenames_size
8006         initialized.
8007         * java-tree.h (predef_filenames, predef_filenames_size): Declared
8008         extern.
8009         * jcf-parse.c (predefined_filename_p): New function.
8010         (yyparse): Check that files on the command line are specified only
8011         once and issue a warning otherwise.
8012         * parse.h (JPRIMITIVE_TYPE_OR_VOID_P): New macro.
8013         * parse.y (source_end_java_method): Nullify NOP method bodies, to
8014         avoid a gcc warning with -W -Wall turned on.
8015         (java_expand_classes): Abort if errors were encountered.
8016         (java_complete_lhs): If the cross reference flag is set, wrap
8017         field DECL node around a WFL when resolving expression name.
8018
8019 Mon Apr 19 14:44:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8020
8021         * lang.c (lang_decode_option): Fixed returned value when parsing
8022         `-fxref=...' and `-Wall'.
8023         * parse.y (source_end_java_method): Do not generate code when
8024         flag_emit_xref is set.
8025         (resolve_expression_name): Do not build static field access when
8026         flag_emit_xref is set.
8027         (resolve_field_access): No special treatment on `length' when
8028         flag_emit_xref is set. Do not build qualified static field access
8029         when flag_emit_xref is set.
8030         (patch_invoke): Keep the method DECL as operand 0 of the CALL_EXPR
8031         when flag_emit_xref is set.
8032         (patch_assignment): Do not generate array store runtime check when
8033         flag_emit_xref is set.
8034         * xref.c (xref_flag_value): Fixed function declaration
8035         indentation.
8036         (xset_set_data): New function.
8037         * xref.h (xref_set_data): Added prototype for new function.
8038         (typedef struct xref_flag_table): New field data.
8039         (XREF_GET_DATA): New macro.
8040
8041 1999-04-19  Tom Tromey  <tromey@cygnus.com>
8042
8043         * xref.h (enum): Removed trailing comma.
8044
8045         * parse.y (resolve_qualified_expression_name): Added missing
8046         `break'.
8047
8048 Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
8049
8050         * gjavah.c: New prototypes for java_float_finite and
8051         java_double_finite.
8052
8053 Mon Apr 12 18:27:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8054
8055         * parse.y (patch_unaryop): Fixed ++/-- operator check on array
8056         references.
8057
8058 Tue Apr  6 23:15:52 1999  Jeffrey A Law  (law@cygnus.com)
8059
8060         * Makefile.in (TREE_H): Add tree-check.h.
8061         (RTL_H): Add genrtl.h.
8062
8063 Tue Apr  6 15:15:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8064
8065         * parse.y (patch_assignment): Added ArrayStoreException runtime
8066         check.
8067
8068 1999-04-06  Per Bothner  <bothner@cygnus.com>
8069
8070         * expr.c (pop_type_0):  New function.
8071         (pop_type):  Use pop_type_0.
8072         * java-tree.h (pop_type_0):  New declaration.
8073         * verify.c (verify_jvm_instructions):  Check return instructions.
8074
8075         * parse.y (patch_binop):  Don't fold if non-constant and emiting
8076         class files.
8077
8078 Mon Apr  5 16:06:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8079
8080         * Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).
8081
8082         * gjavah.c: Include math.h earlier.  Include tree.h/java-tree.h.
8083         (main_jcf): Don't define.
8084         (process_file): Don't set `main_jcf'.
8085
8086         * java-tree.h (main_jcf): Don't declare.
8087
8088         * jcf-parse.c (main_jcf): Add static definition.
8089
8090         * lang.c (main_jcf): Don't define.
8091
8092 Mon Apr  5 15:43:51 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8093
8094         * class.c (add_method_1): Cast the argument of `bzero' to PTR.
8095
8096         * decl.c (copy_lang_decl): Likewise for `bcopy'.
8097
8098         * jcf-depend.c: Include "config.h", not <config.h>.
8099
8100         * jcf-parse.c (jcf_figure_file_type): Cast the arguments of
8101         `bcopy' to PTR.
8102
8103         * jcf-path.c: Include "config.h", not <config.h>.
8104
8105         * lex.c: Don't include various system header files.
8106         (java_init_lex): Cast the argument of `bzero' to PTR
8107
8108         * parse-scan.y (java_push_parser_context): Likewise.
8109
8110         * parse.y (java_push_parser_context): Likewise.
8111         (patch_bc_statement): Match format specifier to variable argument.
8112
8113         * xref.c: Don't include <stdio.h>.
8114
8115 Mon Apr  5 11:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8116
8117         * parse.y (struct parser_ctxt *ctxp): Now global.
8118         (declare_local_variables): Use WFL compound value for the
8119         declaration source line value, when doing cross-referencing.
8120
8121 1999-03-31  Tom Tromey  <tromey@cygnus.com>
8122
8123         * gjavah.c (print_field_info): Allow constants of other types.
8124         (print_include): Generate include when new name is proper prefix
8125         of already printed name.
8126         (add_namelet): Likewise.
8127         (cxx_keyword_subst): New function.
8128         (print_method_info): Use it.
8129         (print_field_name): New function.
8130         (get_field_name): New function.
8131         (print_field_info): Use get_field_name and print_field_name.
8132
8133 Wed Mar 31 11:00:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8134
8135         * Makefile.in (keyword.h): Generate using gperf language 'C', not
8136         'KR-C', so gperf uses the `const' keyword on strings.
8137
8138         * keyword.gperf (java_keyword): Const-ify a char*.
8139
8140 Tue Mar 30 11:31:53 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8141
8142         * parse.y (patch_bc_statement): Fixed identation and a bogus
8143         `printf' format.
8144
8145 Tue Mar 30 11:29:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8146
8147         * parse.y (patch_assignment): Allow static variables in other
8148         classes to be assigned.
8149
8150 Sun Mar 28 22:12:10 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8151
8152         * class.c (maybe_add_interface): Remove unused variable
8153         `interface_binfo'.
8154         (make_class_data): Use = for assignment, not ==.  Likewise.
8155         (emit_register_classes): Remove unused variable `decl'.
8156
8157         * lex.c: Fix comment so as not to contain an embedded `/*'.
8158
8159         * verify.c (verify_jvm_instructions): Remove unused variable
8160         `self_type'.
8161
8162 Sat Mar 27 15:49:18 1999  Per Bothner  <bothner@cygnus.com>
8163
8164         * parse.y (complete_loop_body):  Rename to finish_loop_body.
8165         (complete_labeled_statement):  Rename to finish_labeled_statement.
8166         (complete_for_loop):  Rename to finish_for_loop.
8167         (complete_method_declaration):  Rename to finish_method_declaration.
8168
8169         * java-tree.h (continue_identifier_node):  New global node.
8170         * decl.c:  Define and initialize continue_identifier_node.
8171         * parse.y (generate_labeled_block):  Remove - no longer needed.
8172         (build_loop_body):  Use continue_identifier_node for continue block.
8173         (finish_labeled_statement):  Also do pop_labeled_block actions.
8174         (java_complete_lhs):  POP_LOOP even if error.
8175         (build_labeled_block):  Special handling for continue_identifier_node.
8176         (patch_loop_statement):  Re-organize.
8177         (patch_bc_statement):  Re-write.
8178
8179 Sat Mar 27 15:13:21 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8180
8181         * parse.h (EXPR_WFL_GET_LINECOL): Set a line and column count
8182         using a WFL compound value.
8183         * parse.y (xref.h): Include.
8184         (maybe_create_class_interface_decl): Set DECL_SOURCE_LINE to the
8185         WFL compound value.
8186         (register_fields): Set WFL compound value to lineno if doing
8187         xrefs.
8188         (java_complete_expand_method): Call expand_xref if flag_emit_xref
8189         is set.
8190         * xref.c (system.h, jcf.h, parse.h, obstack.h): Include.
8191         * xref.h (expand_xref): Prototype renamed from xref_generate.
8192
8193 Sat Mar 27 14:16:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8194
8195         * parse.h (BLOCK_CHAIN_DECL): New use GET_CURRENT_BLOCK.
8196         (GET_CURRENT_BLOCK): New macro.
8197         * parse.y (current_static_block): New global variable.
8198         (method_body:): Define action.
8199         (complete_method_declaration): Set current_function_decl to NULL
8200         when work on the current method is done.
8201         (declare_local_variables): Use GET_CURRENT_BLOCK.
8202         (java_method_add_stmt): Likewise.
8203         (java_complete_expand_method): Disable the use of `this' when
8204         expanding <clinit>.
8205         (enter_a_block): If no current method exist, use
8206         current_static_block to link static initializer blocks.
8207         (exit_block): Rewritten to use current_static_block when no current
8208         method decl exists.
8209         (lookup_name_in_blocks): Use GET_CURRENT_BLOCK.
8210         (patch_return): Forbid the use of `return' in static initializers.
8211         (patch_throw_statement): Fixed indentation. Issue specific error
8212         for uncaught thrown checked exception in static initializer
8213         blocks. Removed FIXME.
8214
8215 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
8216
8217         * java/Make-lang.in: Remove all references to gcj.o/gcj.c.
8218         Link gcj from gcc.o.
8219
8220 Tue Mar 23 10:48:24 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8221
8222         * parse.y (find_applicable_accessible_methods_list): When dealing
8223         with interface: ensure that a given interface or java.lang.Object
8224         are searched only once.
8225
8226 Tue Mar 23 10:05:27 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8227
8228         * gjavah.c (print_c_decl): Remove unused argument `flags'.
8229
8230         * jcf-dump.c (print_access_flags): Add braces around if-else.
8231
8232         * jvspec.c (lang_specific_driver): Wrap variable `len' in macro
8233         COMBINE_INPUTS.
8234
8235         * lex.c (build_wfl_node): Add static prototype.
8236
8237         * lex.h (build_wfl_node): Remove static prototype.
8238
8239         * parse.y: Include lex.c early enough to declare everything needed.
8240         Ensure calls to `build_wfl_node' pass the proper arguments.
8241         (create_class): Remove unused variable `super_decl'.
8242         (get_printable_method_name): Initialize variable `name'.
8243
8244 Mon Mar 22 20:14:26 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8245
8246         * Changelog: Fixed 1999-03-22 typos.
8247         * lang.c (lang_decode_option): Fixed typo in error string in the
8248         XARG section.
8249
8250 1999-03-22  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8251
8252         * Makefile.in (JAVA_OBJS): Added entry xref.o.
8253         (xref.o): New rule.
8254         * java-tree.h (flag_emit_xref): Declared extern.
8255         * lang.c (xref.h): Included.
8256         (flag_emit_xref): New global variable.
8257         (lang_decode_option): Added support for -fxref.
8258         * xref.c: Created.
8259         * xref.h: Likewise.
8260
8261 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
8262
8263         * Make-lang.in ($(GCJ)$(exeext)): Add intl.o to list of files to be
8264         linked with.
8265
8266 Sun Mar 21 08:30:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8267
8268         * Makefile.in (jcf-dump.o): Depend on $(CONFIG_H)
8269         $(srcdir)/../system.h and $(JAVA_TREE_H).
8270         (jcf-io.o): Depend on $(JAVA_TREE_H).
8271         (mangle.o): Likewise.
8272
8273         * check-init.c (check_cond_init): Add static prototype.
8274
8275         * class.c (build_java_method_type, hashUtf8String,
8276         make_field_value, get_dispatch_vector, get_dispatch_table,
8277         append_gpp_mangled_type, mangle_static_field): Likewise.
8278         (strLengthUtf8): Hide unused definition.
8279         (hashUtf8String): Const-ify.
8280         (make_field_value): Un-ANSI-fy.
8281
8282         * constants.c: Move inclusion of jcf.h above java-tree.h.
8283         (set_constant_entry, find_class_or_string_constant,
8284         find_name_and_type_constant, get_tag_node,
8285         build_constant_data_ref): Add static prototype.
8286
8287         * decl.c (push_jvm_slot, builtin_function,
8288         lookup_name_current_level): Likewise.
8289         (builtin_function): Const-ify.
8290
8291         * except.c (expand_start_java_handler, expand_end_java_handler):
8292         Add static prototype.
8293
8294         * expr.c (flush_quick_stack, push_value, pop_value,
8295         java_stack_swap, java_stack_dup, build_java_athrow,
8296         build_java_jsr, build_java_ret, expand_java_multianewarray,
8297         expand_java_arraystore, expand_java_arrayload,
8298         expand_java_array_length, build_java_monitor, expand_java_pushc,
8299         expand_java_return, expand_java_NEW, expand_java_INSTANCEOF,
8300         expand_java_CHECKCAST, expand_iinc, expand_java_binop, note_label,
8301         expand_compare, expand_test, expand_cond, expand_java_goto,
8302         expand_java_call, expand_java_ret, pop_arguments, expand_invoke,
8303         expand_java_field_op, java_push_constant_from_pool): Likewise.
8304
8305         (decode_newarray_type, expand_iinc): Un-ANSI-fy.
8306         (build_java_arraynull_check): Mark parameters `node' and `type'
8307         with ATTRIBUTE_UNUSED.
8308         (note_label): Likewise for parameter `current_pc'.
8309         (expand_java_call, expand_java_ret): Hide unused definition.
8310
8311         * java-tree.h (make_class, build_constants_constructor,
8312         java_set_exception_lang_code, pop_labeled_block, emit_handlers,
8313         init_outgoing_cpool, register_class, emit_register_classes,
8314         java_layout_seen_class_methods): Prototype.
8315         (unicode_mangling_length): Const-ify.
8316         (append_gpp_mangled_name, append_gpp_mangled_classtype,
8317         emit_unicode_mangled_name, format_int, format_uint,
8318         jcf_trim_old_input, jcf_print_utf8, jcf_print_char,
8319         jcf_print_utf8_replace, open_class): Prototype.
8320
8321         * jcf-dump.c: Include "config.h", not <config.h>.  Don't include
8322         <stdio.h>.  Include tree.h/java-tree.h.
8323         (utf8_equal_string usage, process_class): Add static prototype.
8324         (open_class): Don't prototype this here.
8325         (utf8_equal_string): Match arguments to format specifiers.
8326         (HANDLE_CODE_ATTRIBUTE, BRANCH, JSR, RET, LOOKUP_SWITCH,
8327         TABLE_SWITCH, disassemble_method): Likewise.
8328
8329         * jcf-io.c: Include tree.h/java-tree.h.
8330         (open_class, find_classfile, jcf_print_utf8,
8331         jcf_print_utf8_replace): Const-ify.
8332
8333         * jcf-parse.c (parse_zip_file_entries, process_zip_dir,
8334         parse_class_file): Add static prototype.
8335         (find_in_current_zip): Match definition to existing static
8336         prototype.
8337
8338         * jcf-write.c: Include jcf.h before tree.h/java-tree.h.
8339         (alloc_chunk, append_chunk, append_chunk_copy, gen_jcf_label,
8340         finish_jcf_block, define_jcf_label, get_jcf_label_here,
8341         put_linenumber, localvar_alloc, localvar_free, get_access_flags,
8342         write_chunks, adjust_typed_op, generate_bytecode_conditional,
8343         generate_bytecode_return, perform_relocations, init_jcf_state,
8344         init_jcf_method, release_jcf_state, generate_classfile):
8345         Add static prototype.
8346         (emit_unop): Mark parameter `type' with ATTRIBUTE_UNUSED.
8347         (make_class_file_name): Const-ify.
8348
8349         * jcf.h (find_classfile): Const-ify.
8350
8351         * jv-scan.c (reset_report): Remove prototype.
8352
8353         * jvgenmain.c: Include jcf.h/tree.h/java-tree.h.
8354         (error): Rewrite to allow varargs.
8355
8356         * lang.c (lang_f_options): Const-ify.
8357
8358         * lex.c (java_parse_escape_sequence): Add static prototype.
8359         (java_allocate_new_line): Match definition to existing static
8360         prototype.
8361
8362         * mangle.c Include tree.h/java-tree.h.
8363         (unicode_mangling_length, emit_unicode_mangled_name,
8364         append_gpp_mangled_name, append_gpp_mangled_classtype): Const-ify.
8365
8366         * parse.h (jdep_code): Remove trailing comma in enumeration.
8367         (java_get_line_col): Move prototype outside of !JC1_LITE test.
8368         (reset_report): Add prototype.
8369
8370         * verify.c (push_pending_label, merge_types): Add static
8371         prototypes.
8372
8373         * zipfile.h (opendir_in_zip, open_in_zip): Prototype.
8374
8375 1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8376
8377         * parse.y (find_applicable_accessible_methods_list): Extend the
8378         search to superinterfaces when relevant.
8379         (search_applicable_methods_list): New function.
8380
8381 1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8382
8383         * class.c (unmangle_classname): Implemented stricter testing
8384         before setting the QUALIFIED_P flag on an identifier.
8385
8386 Tue Mar 16 15:15:41 1999  Per Bothner  <bothner@cygnus.com>
8387
8388         * parse.y (java_complete_lhs):  Call force_evaluation_order
8389         after patch_newarray.
8390         (patch_binop):  Don't call fold if there are side effects.
8391
8392 1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8393
8394         * parse.y (java_stabilize_reference): Use save_expr instead of
8395         building a SAVE_EXPR node.
8396         (java_complete_lhs): Patch the resulting string of the `+='
8397         operator (if necessary) and complete the RHS after having built
8398         the cast.
8399
8400 Mon Mar 15 12:18:29 1999  Per Bothner  <bothner@cygnus.com>
8401
8402         * class.c (make_class):  Don't set CLASS_P here (because
8403         this function is also called by build_java_array_type).
8404         (push_class):  Set CLASS_P here instead.
8405         * parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
8406
8407         * jcf-dump.c (print_access_flags):  Take extra parameter to indicate
8408         context.  If the context is class, perfer "super" over "synchronized".
8409         * jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
8410
8411         * parse.y (create_class):  Don't call parser_check_super here;
8412         it is not robust.  Always wait until later.
8413
8414         * parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
8415         match what JDK 1.2 does), but don't set ACC_PUBLIC.
8416
8417 Sat Mar 13 18:16:34 1999  Per Bothner  <bothner@cygnus.com>
8418
8419         * lex.c (java_read_char):  UNGET invalid non-initial utf8 character.
8420         * lex.h (UNGETC):  Change misleading macro.
8421
8422 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8423
8424         * parse.y (java_stabilize_reference): Return NODE when patching a
8425         COMPOUND_EXPR.
8426         (java_complete_lhs): Put parenthesis around truth values.
8427
8428 1999-03-12  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8429
8430         * class.c (layout_class_method): Don't make rtl for interface
8431         methods.
8432         * parse.h (GET_TYPE_NAME): New macro.
8433         * parse.y (if_then_statement:): Fixed indentation.
8434         (if_then_else_statement:): Likewise.
8435         (for_statement:): Fixed spacing.
8436         (try_statement:): Fixed indentation.
8437         (create_interface): Don't force interfaces to be abstract.
8438         (method_header): Abstract methods are OK in interfaces.
8439         (declare_local_variables): Fixed typo in comment.
8440         (java_complete_expand_method): Fixed indentation.
8441         (resolve_qualified_expression_name): Use GET_TYPE_NAME to report
8442         non accessible fields.
8443         (java_stabilize_reference): New function.
8444         (java_complete_lhs): Fixed indentation. Use
8445         java_stabilize_reference in compound assignement. Insert the
8446         cast. If not processing `+' fix string constants before processing
8447         binop.
8448
8449 Fri Mar 12 19:42:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8450
8451         * constants.c (find_class_or_string_constant): Cast variable `j'
8452         to a `jword' when comparing against one.
8453
8454         * expr.c (java_lang_expand_expr): Remove unused variables
8455         `has_finally_p' and `op0'.
8456
8457         * gjavah.c (print_field_info): Cast a value to jint when comparing
8458         against one.  Likewise for a jlong.
8459         (add_namelet): Likewise cast a `sizeof' to an int when comparing
8460         against a signed quantity.
8461
8462         * jcf-dump.c (print_signature_type): Remove unused variable `digit'.
8463         (print_signature): Don't needlessly dereference variable `str'
8464
8465         * jcf-reader.c (get_attribute): Mark variables `max_stack' and
8466         `max_locals' with ATTRIBUTE_UNUSED.
8467         (jcf_parse_class): Likewise for variable `index'.
8468
8469         * parse.h (reverse_jdep_list): Remove static prototype.
8470
8471         * parse.y (build_jump_to_finally): Remove prototype and definition.
8472         (reverse_jdep_list): Add static prototype.
8473
8474         * typeck.c (convert_ieee_real_to_integer): Remove unused variables
8475         `assignment' and `expr_decl'.
8476
8477         * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'.
8478
8479 1999-03-12  Andrew Haley  <aph@cygnus.com>
8480
8481         * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes;
8482         we'll need a directory separator and a null character.
8483
8484 Wed Mar 10 23:20:11 1999  Per Bothner  <bothner@cygnus.com>
8485
8486         * jcf-write.c (generate_bytecode_insns):  Handle __builtin_fmod, for %.
8487
8488   Tue Mar  9 11:52:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8489
8490         * parse.y (method_header): Don't set ACC_ABSTRACT flags on
8491         interfaces.
8492
8493 Fri Mar  5 15:17:29 1999  Per Bothner  <bothner@cygnus.com>
8494
8495         * lex.c (java_parse_end_comment):  Take extra parameter (next char).
8496
8497         * class.c (build_utf8_ref):  Fix possible name class/ambiguity.
8498
8499         * class.c (layout_class_method):  A static method in a base class
8500         is never overridden, so treat it like it doesn't exist.
8501         However, do complain about private non-static method overriding
8502         public static method.
8503
8504         * parse.y:  Don't set unused INITIALIZED_P flag.
8505         * java-tree.h (INITIALIZED_P):  Removed no-longer needed flag.
8506
8507         * parse.y (find_expr_with_wfl):  Optimize tail-calls.
8508         (build_array_from_name):  Re-order &index[string] to &string[index].
8509
8510         * parse.y (java_complete_lhs):  Don't call patch_assignment if rhs is
8511         error_mark (it might catch more errors, but it is more likely to lose).
8512
8513 Sat Mar  6 11:17:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8514
8515         * Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
8516         (parse-scan.o): Depend on toplev.h.
8517
8518         * class.c (make_method_value): Add prototype.  Make it static.
8519         Remove unused second argument, caller changed.
8520
8521         * expr.c (java_lang_expand_expr): Remove unused variable
8522         `return_label'.
8523
8524         * java-tree.h: Don't prototype find_in_current_zip.
8525         Add prototypes for verify_constant_pool, start_java_method,
8526         end_java_method, give_name_to_locals, expand_byte_code,
8527         open_in_zip, set_constant_value, find_constant1, find_constant2,
8528         find_utf8_constant, find_string_constant, find_class_constant,
8529         find_fieldref_index, find_methodref_index, write_constant_pool,
8530         count_constant_pool_bytes and encode_newarray_type.
8531
8532         * jcf-dump.c: Remove unused variable `LONG_temp'.
8533
8534         * jcf-parse.c: Include parse.h.
8535         (jcf_parse_source): Remove unused parameter, all callers changed.
8536         (jcf_figure_file_type): Add static prototype.
8537         (find_in_current_zip): Likewise.  Also remove unused parameter,
8538         all callers changed.
8539         (read_class): Initialize variable `saved_pos'.
8540
8541         * jcf-reader.c (jcf_parse_preamble): Mark variables
8542         `minor_version' and `major_version' with ATTRIBUTE_UNUSED.
8543
8544         * lex.c (java_is_eol): Wrap prototype and definition in !JC1_LITE.
8545         (java_init_lex): Wrap variable `java_lang_imported' in !JC1_LITE.
8546         (java_parse_doc_section): Initialize variable `seen_star'.
8547         (java_lex): Wrap variable `number_beginning' in !JC1_LITE.
8548         (java_lex_error): Mark parameters `msg' and `forward' with
8549         ATTRIBUTE_UNUSED.
8550         (java_get_line_col): Mark parameters `filename' and `line' with
8551         ATTRIBUTE_UNUSED.
8552
8553         * parse-scan.y: Include toplev.h.
8554         (yyerror): Mark parameter `msg' with ATTRIBUTE_UNUSED.
8555
8556         * parse.h: use `struct JCF', not plain `JCF'.
8557         (java_parser_context_save_global, java_expand_classes
8558         java_parser_context_restore_global, java_parse): Add prototypes.
8559
8560         * typeck.c (convert_ieee_real_to_integer): Remove unused variable
8561         `node'.
8562
8563 Wed Feb 24 16:13:59 1999  Per Bothner  <bothner@deneb.cygnus.com>
8564
8565         *  check-init.c (check_init):  COPYN takes word count, not bit count.
8566
8567 Fri Feb 26 14:06:21 1999  Per Bothner  <bothner@cygnus.com>
8568
8569         * typeck.c (convert_ieee_real_to_integer):  Use save_expr instead of
8570         explicit build_decl.  (Avoids crash in reload when optimizing.)
8571
8572 Thu Feb 25 21:05:04 1999  Per Bothner  <bothner@cygnus.com>
8573
8574         * decl.c (complete_start_java_method):  Handle synchronized method
8575         even when compiling from bytecode.
8576
8577 1999-02-26  Tom Tromey  <tromey@cygnus.com>
8578
8579         * gjavah.c (add_class_decl): Only generate `#include' if outer
8580         class is not the name of the class we are processing.  Correctly
8581         append `.h' in #include.
8582         (process_file): Clean up newlines around generated `#include's.
8583         (decode_signature_piece): Correctly handle inner classes.
8584         (struct include): New structure.
8585         (all_includes): New global.
8586         (print_include): New function.
8587         (add_class_decl): Use it.
8588         (process_file): Likewise.
8589         (add_class_decl): Generate include for java-array.h if array
8590         seen.
8591         (process_file): Don't generate java-array.h include.
8592
8593         * gjavah.c (add_namelet): Check for standard package names here.
8594         (add_class_decl): Don't check for standard package names here.
8595
8596 1999-02-25  Tom Tromey  <tromey@cygnus.com>
8597
8598         * parse.y (read_import_dir): Use `|=', not `+=', to set `found'.
8599         When reading a zip file, only use strncmp if both strings are
8600         bigger than the buffer length.  Initialize `k' when looping
8601         through zip file.
8602
8603 1999-02-24  Tom Tromey  <tromey@cygnus.com>
8604
8605         * gjavah.c (struct namelet): New structure.
8606         (add_namelet): New function.
8607         (print_namelet): New function.
8608         (print_class_decls): Use add_namelet and print_namelet to generate
8609         namespaces and not classes.
8610         (method_printed): New global.
8611         (HANDLE_END_METHOD): Examine method_printed.
8612         (print_method_info): Set method_printed when required.  Print
8613         error if function to be ignored is marked virtual.  Handle $finit$
8614         method.
8615         (METHOD_IS_FINAL): New macro.
8616         (print_field_info): Use it.
8617         (HANDLE_METHOD): Clear method_printed.
8618         (method_pass): New global.
8619         (HANDLE_END_FIELD): Call add_class_decl on the first pass.
8620         (process_file): Do two passes over both fields and methods.
8621         (HANDLE_METHOD): Examine method_pass.
8622         (root): New global.
8623         (add_class_decl): New function.
8624         (print_class_decls): Don't scan over entire constant pool.
8625
8626 1999-02-23  Tom Tromey  <tromey@cygnus.com>
8627
8628         * jvspec.c (lang_specific_driver): Recognize -fsyntax-only and
8629         disable linking in that case.
8630
8631 1999-02-20  Tom Tromey  <tromey@cygnus.com>
8632
8633         * jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f,
8634         not 0x1f.
8635
8636 Sun Feb 21 14:56:11 1999  Per Bothner  <bothner@cygnus.com>
8637
8638         * decl.c (build_result_decl), java-tree.h:  New method.
8639         (complete_start_java_method):  Handle synchronized methods.
8640         Don't build DECL_RESULT here.  (Ordering dependency problem.)
8641         (start_java_method):  Call build_result_decl here instead  ...
8642         * parse.y (java_complete_expand_method):  ... and here.
8643         (expand_start_java_method): Don't call complete_start_java_method here.
8644         (java_complete_expand_method):  Call it here instead.
8645         * parse.h (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT):  Moved to ..
8646         * java-tree.h:  ... here.
8647
8648         * expr.c (force_evaluation_order):  Fix typo, don't handle ARRAY_REF.
8649         * parse.y (java_complete_lhs):  Don't call force_evaluation_order
8650         for ARRAY_REF - it doesn't work when array bounds are checked.
8651         (patch_array_ref):  Handle it here instead.
8652
8653         * jcf-write.c (generate_classfile):  Emit "Exceptions" attribute.
8654
8655 Fri Feb 19 15:35:01 1999  Per Bothner  <bothner@cygnus.com>
8656
8657         Force left-to-right evaluation of binary operations etc.
8658         * expr.c (force_evaluation_order), java-tree.h:  New function.
8659         * parse.y (java_complete_lhs):  Pass binary operations, procedure
8660         calls, and ARRAY_REFs to force_evaluation_order.
8661         (various):  Set TREE_SIDE_EFFECTS more carefully.
8662
8663         Tolerate random (non-UTF8) encoding in comments without complaining.
8664         * lex.c (java_read_char):  Return 0xFFFE if bad UTF8 encoding.
8665         (java_is_eol):  Handle '\r' followed by '\n' instead of vice versa.
8666
8667         * parse.y (resolve_qualified_expression_name):  Handle error_mark.
8668         (java_complete_node case EXPR_WITH_FILE_LOCATION):  Likewise.
8669
8670         * parse.y (java_complete_lhs):  Ignore an empty statement in a
8671         COMPOUND_EXPR.  Don't complain about empty statement after return.
8672
8673 Fri Feb 19 13:00:56 1999  Per Bothner  <bothner@cygnus.com>
8674
8675         * parse.y (obtain_incomplete_type):  Don't wrap unknown types
8676         in TREE_LIST - just chain the POINTER_TYPEs together.
8677         (resolve_class):  If type already resolved, return decl.
8678         After resolving, update TREE_TYPE(class_type), and name (if array).
8679         * parse.h (do_resolve_class), parse.y:  Make non-static.
8680         * class.c (maybe_layout_super_class):  Take this_class argument.
8681         Do do_resolve_class if necessary.
8682         (layout_class, layout_class_methods): Adjust calls appropriately.
8683         * parse.h (JDEP_TO_RESOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
8684         JDEP_RESOLVED_P):  Redefined for new TREE_LIST-less convention.
8685         * typeck.c (build_java_array_type):  Don't call layout_class.
8686
8687 Wed Feb 17 15:47:20 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8688
8689         * parse.y (check_pkg_class_access): Allow private class access
8690         within the same package.
8691         (strip_out_static_field_access_decl): New function.
8692         (patch_unaryop): Call strip_out_static_field_access_decl on ++/--
8693         operator argument before testing its nature.
8694
8695 Wed Feb  3 12:38:43 1999  Per Bothner  <bothner@cygnus.com>
8696
8697         * java-tree.def (FINALLY_EXPR):  Removed.  (Now uses TRY_FINALLY_EXPR.)
8698         (TRY_EXPR):  Simplify - it no longer has a finally clause.
8699         * check-init.c (check_init):  Handle TRY_FINALLY_EXPR.
8700         Simpler handling of TRY_EXPR, which no longer has a finally clause.
8701         * expr.c (java_lang_expand_expr):  Likewise.
8702         * java-tree.h (CATCH_EXPR_GET_EXPR):  Removed - no longer needed.
8703         * parse.h (java_get_catch_block), parse.y:  Removed - no longer needed.
8704         * parse.y (java_complete_lhs):  Add support for TRY_FIANLLY_EXPR.
8705         (build_try_statement):  Remove finally parameter and handling.
8706         (build_try_finally_statement):  New function.
8707         (patch_try_statement):   No longer need to support finally clause.
8708         (try_statement):  Update grammar action rules.
8709         * jcf-write.c (generate_bytecode_insns):  Handle TRY_FINALLY_EXPR.
8710         Simpler handling of TRY_EXPR, which no longer has a finally clause.
8711
8712 1998-11-26  Andrew Haley  <aph@viagra.cygnus.co.uk>
8713
8714         * jcf-parse.c (get_constant): Add braces around computation of 'd'
8715         when REAL_ARITHMETIC is not defined.  [Oct 26 fix got overwritten -PB]
8716
8717 1999-02-17  Andrew Haley  <aph@cygnus.com>
8718
8719         * class.c (build_utf8_ref): Back out broken patch which was
8720         intended to to output signatures using '.' as a separator.
8721
8722         * class.c (make_class_data): Output signatures using '.' as a
8723         separator, rather than '/'.
8724         (mangled_classname): Likewise.
8725         (make_field_value): Likewise.
8726         (make_method_value): Likewise.
8727         * constants.c (alloc_class_constant): Likewise.
8728         * expr.c (build_invokeinterface): Likewise.
8729
8730 Thu Feb 11 21:25:51 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8731
8732         * parse.y (valid_builtin_assignconv_identity_widening_p): Got rid
8733         of an ancient workaround.
8734
8735 Wed Feb 10 23:27:33 1999  Jeffrey A Law  (law@cygnus.com)
8736
8737         * jvspec.c (xmalloc): Kill the prototype.  It does not belong
8738         here anymore.
8739
8740 1999-02-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8741
8742         * lex.c (yylex): Encode \0 as UTF8.
8743
8744 1999-02-10  Tom Tromey  <tromey@cygnus.com>
8745
8746         * jvspec.c (lang_specific_driver): Use libgcj, not libjava.
8747         * Makefile.in (jcf-path.o): Define LIBGCJ_ZIP_FILE.
8748         (libgcj_zip): Renamed.
8749         * jcf-path.c (add_entry): Use LIBGCJ_ZIP_FILE, not
8750         LIBJAVA_ZIP_FILE.
8751         (jcf_path_init): Use LIBGCJ_ZIP_FILE.
8752
8753         * jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.
8754         (GC_NAME): Renamed -lgc to -lgcjgc.
8755
8756 Tue Feb  9 19:31:09 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8757
8758         * lex.c (java_lang_cloneable): Initialize.
8759         * parse.y (java_lang_cloneable): New static variable.
8760         (qualify_ambiguous_name): Take CONVERT_EXPR into account when
8761         doing one more qualification round.
8762         (valid_ref_assignconv_cast_p): Reject null source or
8763         destination. Allow an array to be cast into java.lang.Cloneable.
8764         (patch_cast): Swapped two first arguments to first call to
8765         valid_ref_assignconv_cast_p.
8766
8767 Mon Feb  8 11:50:50 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8768
8769         * parse.h: DECL_P renamed JDECL_P.
8770         * parse.y: DECL_P replaced by JDECL_P.
8771         (build_array_from_name): Always use pointer's type.
8772         (patch_bc_statement): Extra code to search continue target in a
8773         for loop. Fixed comments. Continue target is current loop when
8774         unlabeled.
8775
8776 1999-02-05  Andrew Haley  <aph@cygnus.com>
8777
8778         * class.c (make_class_data): The superclass of an interface should
8779         be null, not class Object.
8780
8781         * lex.c (java_lex): Sign extend hex literals.
8782
8783 1999-02-04  Andrew Haley  <aph@cygnus.com>
8784
8785         * class.c (build_utf8_ref): Output signatures using '.' as a
8786         separator, rather than '/'.
8787         (make_class_data): Likewise.
8788
8789 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
8790
8791         * Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and
8792         mkstemp.o.  Get them from libiberty now.
8793
8794 Tue Feb  2 19:49:12 1999  Jeffrey A Law  (law@cygnus.com)
8795
8796         * jcf-io.c: Do not include sys/stat.h or sys/wait.h
8797
8798 Tue Feb  2 20:04:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8799
8800         * jvspec.c (xmalloc): Fix the prototype to match the one obtained
8801         from libiberty.h
8802
8803 Tue Feb  2 10:39:47 1999  Per Bothner  <bothner@cygnus.com>
8804
8805         Optimize: `return (a ? b : c)' as: `if (a) return b; else return c;'.
8806         * jcf-write.c (generate_bytecode_return):  New function.
8807         (generate_bytecode_insns):  Use it, for RETURN_EXPR.
8808
8809         * jcf-write.c (generate_bytecode_insns):  For REAL_CST that is 0 or 1,
8810         generate special [fd]const_[01] instructions.
8811
8812         * jcf-parse.c (yyparse):  Don't emit_register_classes if -fsyntax-only.
8813
8814         * verify.c (verify_jvm_instructions):  Do INVALIDATE_PC after
8815         handling OPCODE_lookupswitch or OPCODE_tableswitch.
8816
8817 Mon Feb  1 20:44:47 1999  Per Bothner  <bothner@cygnus.com>
8818
8819         * parse.y (patch_method_invocation):  Handle calling static methods,
8820         even in the form EXPR.METHOD(ARGS), not just TYPE.METHOD(ARGS).
8821
8822         * parse.y (java_complete_lhs):  Don't complain about unreachable
8823         exit condition in a do-while statement.
8824
8825 Fri Jan 29 18:19:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8826
8827         * lex.c (java_read_char): Fixed utf8 decoding.
8828         (java_unicode_2_utf8): Fixed utf8 encoding in the 0x800-0xffff
8829         range.
8830         * parse.y (valid_builtin_assignconv_identity_widening_p): Fixed
8831         comments. Local variable `all_primitive' is gone. Broadened
8832         acceptance of `0' to floating point targets. `long' can now be
8833         widened to `double' or `float'.
8834         (valid_method_invocation_conversion_p): Added leading
8835         comment. Fixed tabulation.
8836         (build_string_concatenation): Optimize out left or right empty
8837         string constants.
8838
8839 Thu Jan 28 18:51:26 1999  Per Bothner  <bothner@cygnus.com>
8840
8841         * jcf-write.c (localvar_alloc):  Only emit entry for
8842         LocalVariableTable if debug_info_level > DINFO_LEVEL_TERSE.
8843         (generate_bytecode_insns):  Only call put_linenumber if
8844         debug_info_level > DINFO_LEVEL_NONE.
8845         * jvspec.c (lang_specific_driver):  If no -O* or -g* option
8846         is specified, add -g1 (for compatibility wih javac).
8847
8848 Thu Jan 28 09:17:51 1999  Hans-Peter Nilsson  <hp@axis.se>
8849
8850         * java/Makefile.in: Add missing dependencies for jcf-dump.o,
8851         gjavah.o, check-init.o, jv-scan.o
8852
8853 Mon Feb  1 09:50:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8854
8855         * Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h.
8856
8857         * gjavah.c: Include config.h and system.h.
8858
8859         * javaop.h (inline): Don't define, its handled by system.h.
8860         (WORD_TO_FLOAT, WORDS_TO_LONG, WORDS_TO_DOUBLE): Change these
8861         from `inline' to `static inline'.
8862
8863         * jcf.h (inline): Don't define, its handled by system.h.
8864
8865         * lex.c (inline): Likewise.
8866
8867 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
8868
8869         * lang-specs.h: Map -Qn to -fno-ident.
8870
8871 Fri Jan 29 16:51:56 1999  Richard Henderson  <rth@cygnus.com>
8872
8873         * check-init.c (check_init): Fix CLEANUP_POINT_EXPR typo.
8874
8875 1999-01-29  Tom Tromey  <tromey@cygnus.com>
8876
8877         * parse.h (BUILD_APPEND): If ARG is a non-String object reference,
8878         then cast it to Object before calling `append' method.
8879
8880 Thu Jan 28 14:45:39 1999  Per Bothner  <bothner@cygnus.com>
8881
8882         * check-init.c (check_bool2_init, check_bool_init, check_init):
8883         Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR, and TRUTH_XOR_EXPR.
8884         * jcf-write.c (generate_bytecode_insns):  Likewise.
8885
8886 Thu Jan 28 11:50:11 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8887
8888         * jcf-parse.c (jcf_parse): Don't parse the same class file twice.
8889         * parse.y (patch_cast): Allow a boolean to be cast into a
8890         boolean.
8891
8892 Wed Jan 27 10:19:29 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8893
8894         * parse.y: (class_declaration:): Fixed indentation.
8895         (class_member_declaration:): Extra `;' after field declaration now
8896         accepted.
8897         (interface_declaration:): Removed debug messages in error reports.
8898         (patch_binop): Nodes created and returned inherit the orignal
8899         node's COMPOUND_ASSIGN_P flag value.
8900         (patch_cast): Fix cast from char to floating point.
8901
8902 Mon Jan 25 17:39:19 1999  Andrew Haley  <aph@cygnus.com>
8903
8904         * except.c, java-except.h (expand_resume_after_catch): new
8905         function.
8906         * expr.c (java_lang_expand_expr): call expand_resume_after_catch
8907         to branch back to main flow of control after a catch block.
8908
8909 Sat Jan 23 23:02:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8910
8911         * Makefile.in (parse.o): Depend on $(CONFIG_H) and
8912         $(srcdir)/../system.h.
8913         (class.o): Depend on $(PARSE_H) and $(srcdir)/../output.h.
8914         (jcf-parse.o): Depend on $(srcdir)/../toplev.h.
8915         (jcf-write.o): Likewise.
8916         (jv-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
8917         (mangle.o): Depend on $(srcdir)/../toplev.h.
8918         (parse-scan.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
8919         (zextract.o): Depend on $(CONFIG_H) and $(srcdir)/../system.h.
8920
8921         * class.c: Include output.h and parse.h.
8922         (mangled_classname): Add the `const' keyword to a char*.
8923         (find_named_method): Hide unused function definition.
8924         (build_utf8_ref): Change type of variable `c' to unsigned char.
8925         Use ISALPHA/ISDIGIT instead of isalpha/isdigit.
8926         (build_class_ref): Add the `const' keyword to a char*.
8927         (layout_class_method): Remove unused variable `buf'.
8928
8929         * decl.c (find_local_variable): Remove unused variable `rtl'.
8930         (pushdecl): Likewise for variables `different_binding_level' and
8931         `oldglobal'.
8932         (pushlevel): Mark parameter `unused' with ATTRIBUTE_UNUSED.
8933         (maybe_build_cleanup): Likewise for parameter `decl'.
8934
8935         * except.c (expand_start_java_handler): Mark parameter `range'
8936         with ATTRIBUTE_UNUSED.
8937
8938         * expr.c: Include except.h.
8939         (pop_type): Remove unused variable `i'.
8940         (pop_value): Likewise for variables `n_words' and `i'.
8941         (expand_java_arrayload): Likewise for variable `convert'.
8942         (java_lang_expand_expr): Likewise for variables `op0', `type',
8943         `mode', `unsignedp', `node' and `elements'.
8944         (expand_byte_code): Likewise for variables `prev_eh_ranges' and
8945         `eh_ranges'.
8946         (process_jvm_instruction): Add a `const' qualifier to a char*.
8947
8948         * gjavah.c (output_directory): Add the `const' keyword to a char*.
8949         (temp_directory): Likewise.
8950         (print_c_decl): Likewise.
8951         (print_method_info): Likewise.
8952         (decode_signature_piece): Likewise.
8953         (print_mangled_classname): Likewise.
8954
8955         * java-except.h: Provide prototypes for maybe_start_try,
8956         maybe_end_try and add_handler.
8957
8958         * java-tree.h (mangled_classname): Add the `const' keyword to a char*.
8959         (parse_error_context): Likewise.  Also add ATTRIBUTE_PRINTF_2.
8960         (pushdecl_top_level, alloc_class_constant, unicode_mangling_length,
8961         init_expr_processing, push_super_field, init_class_processing,
8962         can_widen_reference_to, class_depth, verify_jvm_instructions,
8963         maybe_pushlevels, maybe_poplevels, process_jvm_instruction,
8964         set_local_type, merge_type_state, push_type, load_type_state,
8965         add_interface, find_in_current_zip, append_gpp_mangled_classtype,
8966         emit_unicode_mangled_name): Add prototypes.
8967
8968         * jcf-dump.c (print_constant): Add the `const' keyword to a char*.
8969         (print_signature_type): Use ISDIGIT, not isdigit.
8970         (print_signature): Remove unused variable `j'.
8971
8972         * jcf-io.c (jcf_filbuf_from_stdio): Cast the result of `fread' to
8973         int when comparing against one.
8974
8975         * jcf-parse.c: Include toplev.h.
8976
8977         * jcf-write.c: Likewise.  Don't include <string.h> or <sys/stat.h>.
8978         (localvar_free): Remove unused variable `i'.
8979         (generate_bytecode_conditional): Likewise for variable `kind'.
8980
8981         * jv-scan.c: Include config.h and system.h.  Remove redundant
8982         OS header and gansidecl.h includes.
8983         (warning): Add the `const' keyword to a char*.  Also add
8984         ATTRIBUTE_PRINTF_1 to the prototype.  Check ANSI_PROTOTYPES, not
8985         __STDC__, when determining whether to use ANSI-isms.
8986         (fatal): Likewise.  Also add ATTRIBUTE_UNUSED.
8987         (xmalloc): Don't redundantly prototype here.
8988         (main): Remove unused parameter `envp'.  Also fix the arguments
8989         passed to function `fatal' to match the format specifier.
8990
8991         * lang.c (java_tree_code_name): Add the `const' keyword to a char*.
8992
8993         * mangle.c: Include toplev.h.
8994         (emit_unicode_mangled_name): Declare parameter `len'.
8995
8996         * parse.y (parse_warning_context): Add the `const' keyword to a
8997         char*.  Also add ATTRIBUTE_PRINTF_2 to the prototype.  Check
8998         `ANSI_PROTOTYPES' not `__STDC__' for whether to use ANSI-isms.
8999         (issue_warning_error_from_context): Add the `const' keyword to
9000         a char*.
9001         (parse_error_context): Likewise.  Also check `ANSI_PROTOTYPES'
9002         not `__STDC__' for whether to use ANSI-isms.
9003
9004         * typeck.c (incomplete_type_error): Mark parameters `value' and
9005         `type' with ATTRIBUTE_UNUSED.
9006         (parse_signature_type): Use ISDIGIT, not isdigit.
9007
9008         * verify.c (check_pending_block): Add the `const' keyword to a char*.
9009         (verify_jvm_instructions): Likewise.  Remove unused variables
9010         `field_name' and `default_val'.
9011
9012         * zextract.c: Include config.h and system.h.  Remove redundant
9013         OS header includes.
9014
9015         * zipfile.h: Prototype `read_zip_archive'.
9016
9017 Thu Jan 21 16:00:06 1999  Andrew Haley  <aph@cygnus.com>
9018
9019         * typeck.c (convert): Allow conversions to void type: some
9020         optimizations in gcc do this.
9021
9022 Thu Jan 21 15:21:49 1999  Andrew Haley  <aph@cygnus.com>
9023
9024         * typeck.c (convert_ieee_real_to_integer): New function.
9025         (convert): When not using fast-math and using hardware fp, convert
9026         an IEEE NaN to zero.
9027
9028 1999-01-18  Andrew Haley  <aph@cygnus.com>
9029
9030         * parse.y (patch_binop): Do a type conversion from signed to
9031         unsigned and then back to signed when a ">>>" is found.
9032
9033 Sun Jan 17 22:34:22 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9034
9035         * java-tree.h: (check_for_initialization): Added prototype.
9036         * lex.c (java_parse_doc_section): `\n' breaks the `*/' string.
9037         * parse.y (do_resolve_class): Removed unused locals.
9038         (read_import_dir): Likewise.
9039         (resolve_qualified_expression_name): Array creation
9040         expressions are valid primary expressions.
9041         (qualify_ambiguous_name): Likewise.
9042         (patch_synchronized_statement): Removed unused local.
9043
9044 Sun Jan 17 21:55:42 1999  Jeffrey A Law  (law@cygnus.com)
9045
9046         * Makefile.in (zextract.o): Add dependencies.
9047
9048         * Makefile.in: Do not put ^Ls at the start of a line.
9049
9050 Fri Jan 15 20:16:20 1999  Per Bothner  <bothner@cygnus.com>
9051
9052         * expr.c (process_jvm_instruction):  Coerce to correct Throwable
9053         sub-type the result of the call that gets the exception value.
9054
9055         * parse.y (java_complete_expand_methods):  If flags_syntax_only,
9056         don't call finish_class.
9057
9058         * parse.y (java_check_regular_methods):  If METHOD_PRIVATE,
9059         clear found before continuing.
9060
9061         * verify.c (verify_jvm_instructions):  On an array load, allow
9062         and handle top of stack to be TYPE_NULL.
9063
9064         * gjavah.c (generate_access):  Translate Java package private or
9065         protected access to C++ public, but with a comment.
9066
9067 1999-01-13  Andrew Haley  <aph@cygnus.com>
9068
9069         * expr.c (generate_name): Name prefix changed to avoid clashes
9070         with assembler temp labels.
9071
9072         * parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
9073         MODIFY_EXPR.  Without this, code for the assignement may not be
9074         generated at all and the synchronized statement will read an
9075         uninitialized variable.
9076
9077 Wed Jan 13 01:24:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9078
9079         * class.c (maybe_layout_super_class): Fixed returned value.
9080         * lex.c: Added 1999 to the copyright.
9081         (java_init_lex): Initialize java_lang_imported.
9082         * lex.h: Added 1999 to the copyright.
9083         * parse.h: Added 1999 to the copyright.
9084         (REGISTER_IMPORT): Fixed typo in trailing macro.
9085         (CURRENT_OSB): New macro.
9086         (struct parser_ctxt): New fields osb_depth, osb_limit.
9087         * parse.y (java_lang_id): New global variable.
9088         (type_import_on_demand_declaration): Don't import java.lang.* twice.
9089         (array_creation_expression:): Use CURRENT_OSB.
9090         (dims:): Uses a stack to keep track of array dimensions.
9091         (cast_expression:): Use CURRENT_OSB.
9092         (find_expr_with_wfl): Return NULL if node found doesn't meet the
9093         conditions.
9094         (register_fields): Fixed typos in comment.
9095         (check_method_redefinition): Fixed comment indentation.
9096         (java_check_regular_methods): Set saved found wfl to NULL after
9097         having reinstalled it in the previously found DECL_NAME.
9098
9099 Sun Jan 10 13:36:14 1999  Richard Henderson  <rth@cygnus.com>
9100
9101         * gjavah.c (java_float_finite): Use a union to do type punning.
9102         (java_double_finite): Likewise.
9103
9104 Sat Jan  9 11:25:00 1999  Per Bothner  <bothner@cygnus.com>
9105
9106         * parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
9107         on CONSTRUCTOR (since that trashes TREE_CST_RTL).
9108         (patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
9109         (register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
9110         CONSTRUCTOR (which causes expand_expr to call output_constant_def).
9111         * expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.
9112
9113 Fri Jan  8 15:48:03 1999  Per Bothner  <bothner@cygnus.com>
9114
9115         * check-init.c (check_init):  If compiling to native, we don't
9116         see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).
9117
9118 1999-01-08  Tom Tromey  <tromey@cygnus.com>
9119
9120         * parse-scan.y (variable_declarator_id): Set or increment
9121         bracket_count.
9122         (bracket_count): New global.
9123         (formal_parameter): Handle case where bracket pairs trail variable
9124         declarator id.
9125
9126 1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
9127
9128         * jcf-parse.c (yyparse): variable len changed from a char to an
9129         int to prevent overflow.
9130
9131 Wed Jan  6 17:19:46 1999  Per Bothner  <bothner@cygnus.com>
9132
9133         * java-tree.h:  Declare read_class.
9134         * jcf-parse.c (read_class):  New function.
9135         (load_class):  Now just call read_class.
9136
9137         * java-tree.h (java_parse_abort_on_error):  Only return if new errors.
9138         * jcf-parse.c (parse_source_file):  Declare save_error_count,
9139         which is needed by java_parse_abort_on_error macro,
9140         * parse.y (java_layout_classes, java_expand_classes):  Likewise.
9141
9142         * parse.y (register_fields):  Set TREE_STATIC flag of NEW_ARRAY_INIT
9143         constructor, if initializing a static field.
9144         (patch_new_array_init):  Set TREE_CONSTANT if it is.
9145         * expr.c (java_lang_expand_expr):  For a static array constructor
9146         of primitive elements, allocate the array itself statically.
9147         Disabled until we can set the vtable field statically.
9148
9149         * check-init.c:  New file.  Checks for definite assignment.
9150         * Makefile.in (JAVA_OBJS):  Add check-init.o.
9151         * parse.y (java_complete_expand_method): Call check_for_initialization.
9152         * parse.h (BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY):  Moved to java-tree.h.
9153
9154 Wed Jan  6 14:53:10 1999  Graham <grahams@rcp.co.uk>
9155
9156         * parse.y : include system.h instead of including
9157         standard headers directly with the exception of <dirent.h>.
9158
9159 Wed Jan  6 16:20:06 1999  Per Bothner  <bothner@cygnus.com>
9160
9161         * lex.h:  Moved static function declarations to lex.c,
9162         to shut up some -Wall warnings.
9163         * lex.c:  Static function declarations moved here.
9164         * jcf-dump.c:  Small fixes to shut up -Wall warnings.
9165
9166 Tue Jan  5 22:15:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9167
9168         * Make-lang.in ($(GCJ).o): Depend on prefix.h.
9169
9170 Tue Dec 22 11:25:19 1998  Per Bothner  <bothner@cygnus.com>
9171
9172         * expr.c (process_jvm_instruction):  Do load_type_state after JSR.
9173         * verify.c (verify_jvm_instructions):  Fix off-by-one error.
9174
9175         * jcf-write.c (CHECK_PUT):  Add (void) cast to avoid -Wall warnings.
9176         (localvar_alloc):  Change return type to void,
9177         (emit_unop):  Remove unused variable size.
9178
9179         * jcf-write.c (struct jcf_block):  Add new union.
9180         (PENDING_CLEANUP_PC, PENDING_EXIT_PC, UNDEFINED_PC):  New macros.
9181         (call_cleanups):  New functions.
9182         (struct jcf_partial):  New fields num_finalizers and return_value_decl.
9183         (generate_bytecode_insns):  Support CLEANUP_POINT_EXPR and
9184         WITH_CLEANUP_EXPR.  Handle cleanups in RETURN_EXPR and EXIT_BLOCK_EXPR.
9185         * lang.c (lang_init):  Call using_eh_for_cleanups.
9186         * parse.y (java_complete_lhs):  For SYNCHRONIZED_EXPR, defer
9187         completing operands to patch_synchronized_statement.
9188         Support CLEANUP_POINT_EXPR, WITH_CLEANUP_EXPR.
9189         (patch_synchronized_statement): Re-write suing CLEANUP_POINT_EXPR and
9190         WITH_CLEANUP_EXPR instead of TRY_EXPR.
9191
9192 Sun Dec 20 16:15:44 1998  John F. Carr  <jfc@mit.edu>
9193
9194         * Make-lang.in: Comment out control-Ls; they upset some makes.
9195
9196 1998-12-18  Tom Tromey  <tromey@cygnus.com>
9197
9198         * parse.y (check_class_interface_creation): Use DIR_SEPARATOR
9199         consistently.
9200
9201 1998-12-17  Tom Tromey  <tromey@cygnus.com>
9202
9203         * parse.y (DIR_SEPARATOR): New define.
9204         (check_class_interface_creation): Use it.
9205
9206         * parse-scan.y (report_main_declaration): Recognize
9207         `java.lang.String' in argument to main.
9208
9209 Wed Dec 16 16:18:59 1998  Per Bothner  <bothner@cygnus.com>
9210
9211         * parse.y (create_interface):  Remove bogus test.
9212
9213 Wed Dec 16 14:42:19 1998  Per Bothner  <bothner@cygnus.com>
9214
9215         * jcf-parse.c (get_constant):  Set TREE_TYPE for string constants.
9216         (HANDLE_CONSTANTVALUE):  If flag_emit_class_files, call get_constant.
9217
9218 1998-12-16  Tom Tromey  <tromey@cygnus.com>
9219
9220         * parse-scan.y (qualified_name): Use correct sprintf format.
9221
9222 1998-12-15  Tom Tromey  <tromey@cygnus.com>
9223
9224         * gjavah.c (print_field_info): Changed how most negative number is
9225         printed.
9226
9227 Mon Dec 14 18:49:29 1998  Per Bothner  <bothner@cygnus.com>
9228
9229         * parse.y (fold_constant_for_init):  New function.
9230         (resolve_expression_name):  Don't replace static final
9231         constant-initialized fields by its value.
9232         (java_complete_lhs):  New.  Same as java_complete_tree, except does
9233         not replace static final constant-initialized fields by their values.
9234         (register_fields):  If there is an initializer, set DECL_INITIAL and
9235         MODIFY_EXPR_FROM_INITIALIZATION_P.
9236         (java_complete_tree):  For MODIFY_EXPR, use java_complete_lhs for lhs.
9237         Only call patch_initialized_static_field if
9238         MODIFY_EXPR_FROM_INITIALIZATION_P.
9239         (patch_initialized_static_field):  If not valid constant, clear
9240         DECL_INITIAL.
9241
9242         * parse.y (lookup_field_wrapper):  Fix thinko.
9243
9244         * parse.y (java_complete_tree):  In EXPR_WITH_FILE_LOCATION,
9245         set and restore global lineno.
9246
9247 1998-12-14  Tom Tromey  <tromey@cygnus.com>
9248
9249         * gjavah.c (print_field_info): If value to print is the smallest
9250         value of its size, then print as hex to avoid later warnings from
9251         C++ compiler.
9252
9253 1998-12-14  Tom Tromey  <tromey@cygnus.com>
9254
9255         * gjavah.c (decompile_method): Decompile `return null'.
9256         (process_file): Generate `#pragma interface'.
9257         (method_declared): New global.
9258         (print_method_info): Set it.
9259         (HANDLE_CODE_ATTRIBUTE): Only print it method_declared set.
9260         (print_method_info): Handle abstract methods.
9261
9262 Sun Dec 13 17:31:40 1998  Per Bothner  <bothner@cygnus.com>
9263
9264         * parse.y (patch_method_invocation):  If class_decl is null
9265         (e.g. an array type), use original type.
9266
9267         * parse.y (check_thrown_exceptions):  Temporary hack to suppress
9268         errors about uncaught exception from clone (of array, specifically).
9269
9270 1998-12-13  Tom Tromey  <tromey@cygnus.com>
9271
9272         * gjavah.c (decompile_method): Handle all types of `return'
9273         opcode.  Decompile `return this' and `return'.
9274         (method_access): New global.
9275         (print_method_info): Set it.
9276         (decompile_method): Don't decompile a synchronized method.
9277
9278 1998-12-13  Tom Tromey  <tromey@cygnus.com>
9279
9280         * jcf-reader.c (jcf_parse_one_method): Recognize
9281         HANDLE_END_METHOD.
9282         * gjavah.c (HANDLE_END_METHOD): New macro.
9283         (HANDLE_CODE_ATTRIBUTE): New macro.
9284         (decompile_method): New function.
9285         (print_method_info): Don't print `;\n' at end of function decl.
9286         Include java-opcodes.h.
9287         (decompiled): New global.
9288
9289 Sat Dec 12 20:13:19 1998  Per Bothner  <bothner@cygnus.com>
9290
9291         * class.c (build_class_ref):  Handle PRIMTYPE.class if
9292         flag_emit_class_files.
9293         * expr.c (expand_java_field_op):  Don't optimize java.lang.XXX.TYPE
9294         if flag_emit_class_files.
9295         * parse.y (java_complete_tree):  Pre-liminary support for
9296         COMPONENT_REF - only to handle PRIMCLASS.TYPE.
9297
9298         * parse.y (patch_synchronized_statement):   Don't call monitorexit
9299         unless block CAN_COMPLETE_NORMALLY.  Propagate that flag properly.
9300
9301         * java-tree.h (DECL_LOCAL_STATIC_VALUE):  Removed - no longer used.
9302
9303         * zipfile.h (opendir_in_zip):  New declaration.
9304         * jcf-io.c (saw_java_source):  Moved to jcf-parse.c.
9305         (opendir_in_zip):  New function, using code from open_in_zip.
9306         (open_in_zip):  Call opendir_in_zip.
9307         (find_class):  Remove no-longer-used do_class_file parameter,
9308         but add source_ok parameter.  Change logic so if we find a .java file,
9309         we don't look for .class in later classpath emtries.
9310         * jcf-parse.c (load_class):  Pass saw_java_source to find_class.
9311         (jcf_figure_file_type):  Only call open_in_zip if correct magic number.
9312         * gjavah.c: Update call to find_class.
9313         * jcf-dump.c:  Likewise.
9314
9315         * jcf-write.c (put_linenumber):  Handle duplicate line numbers.
9316         (generate_bytecode_insns):  For EXPR_WITH_FILE_LOCATION, do
9317         nothing if body is empty_stmt_node.
9318         Various little fixes so SP gets correctly adjusted.
9319         For NEW_ARRAY_INIT, handle IGNORE_TARGET.
9320         For CALL_EXPR, test if static first.
9321         (generate_classfile):  Ignore fields that are DECL_ARTIFICIAL,
9322         such as the ones we create for Object and Class.
9323         Set and restore current_function_decl.
9324         * parse.y:  Check/set IS_AN_IMPORT_ON_DEMAND_P in read_import_dir.
9325         (note_possible_classname):  New function.
9326         (read_import_entry):  Removed.  Merged with read_import_dir.
9327         (read_import_dir):  Don't call find_class - that only gives us
9328         the first classpath entry having the needed package.
9329         Use the struct buffer data structure from buffer.h.
9330         (read_import_dir, find_in_imports_on_demand):  The remembered
9331         class names now use '.' (not '/') as package separator.
9332
9333         * parse.y (java_complete_expand_methods):  Call write_classfile
9334         here, and not in java_expand_classes (which only gets first class).
9335
9336 Sat Dec 12 19:46:04 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9337
9338         * parse.y (<type_declaration>):  Do maybe_generate_clinit last.
9339         (register_fields):  If a static fields has an initializer, just
9340         chain it on ctxp->static_initialized, and handle later.
9341         (java_complete_expand_methods):  Force <clinit> first.
9342         (resolve_expression_name, resolve_field_access):  Just get DECL_INITIAL
9343         - it's already been completed.
9344         (patch_initialized_static_field):  New function.
9345         (java_complete_field):  Call it.
9346
9347 Sat Dec 12 19:21:11 1998  Per Bothner  <bothner@cygnus.com>
9348
9349         * expr.c (encode_newarray_type, build_new_array):  New functions.
9350         * java-tree.h:  Declare build_new_array.
9351         * jcf-write.c (patch_newarray):  Use build_new_array.
9352
9353         * expr.c (java_lang_expand_exp):  Support NEW_ARRAY_INIT.
9354         * jcf-write.c (generate_bytecode_insns):  Support NEW_ARRAY_INIT.
9355
9356         * parse.y (patch_new_array_init):  Re-organize.
9357         Now is passed the actual array (pointer) type of the value.
9358         Set the type of the CONSTRUCTOR to be an ARRAY_TYPE.
9359         (patch_array_constructor):  Removed - merged into patch_new_array_init.
9360         (java_complete_tree):  Update patch_new_array_init.
9361
9362         * jcf-write.c (find_constant_index):  New function.
9363         (generate_bytecode_insns):  Use find_constant_index.
9364         (generate_classfile):  Use find_constant_index for ConstantValue.
9365
9366 1998-12-11  Tom Tromey  <tromey@cygnus.com>
9367
9368         * expr.c (invoke_build_dtable): Renamed dtable -> vtable.
9369         * decl.c (init_decl_processing): Renamed dtable -> vtable.
9370         * class.c (make_class_data): Renamed dtable -> vtable, and
9371         dtable_method_count -> vtable_method_count.
9372
9373 Thu Dec 10 20:00:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9374
9375         * decl.c (long_zero_node, float_zero_node, double_zero_node): New
9376         global variables, initialized.
9377         * java-tree.h (long_zero_node, float_zero_node, double_zero_node):
9378         Declared new global variables.
9379         * lex.c (java_lex): Return long_zero_node, float_zero_node,
9380         double_zero_node, integer_zero_node upon direct matching.
9381         * parse.y (purify_type_name): Added function prototype.
9382         (duplicate_declaration_error_p): Consider new_type as potentially
9383         being a incomplete type. Use purify_type_name on type string.
9384         (method_header): saved_type: unused variable removed. Don't figure
9385         return type if method name is invalid.
9386         (java_complete_tree): Set CAN_COMPLETE_NORMALLY after `node' was
9387         processed by patch_unaryop.
9388         (patch_unaryop): Fixed typo in comment. Re-convert pre/post
9389         increment/decrement node into its original type after binary
9390         numeric promotion on its operands.
9391
9392 Thu Dec 10 11:02:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9393
9394         * parse.y (array_initializer:): Array init operand is NULL_TREE
9395         instead of a TREE_LIST of NULL_TREEs when parsing `{}'. `{,}' is
9396         now an error. Fixed indentation problems.
9397         (patch_string): Handle error_mark_node as an argument.
9398         (patch_new_array_init): Fixed indentation problems.
9399         (array_constructor_check_entry): Removed check on null wfl_value.
9400         Return an error if wfl_value's walk returns an error.
9401
9402 Wed Dec  9 15:37:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9403
9404         * java-tree.def (NEW_ARRAY_INIT): New Java tree code.
9405         * lex.c (java_lex): Remember column position before advancing one
9406         token. Retain location information on OCB_TK.
9407         * lex.h (typedef struct java_lc): Added new field.
9408         * parse.h (GET_SKIP_TYPE): New macro.
9409         (QUAL_DECL_TYPE): Redefined using GET_SKIP_TYPE.
9410         * parse.y (build_new_array_init, patch_new_array_init,
9411         patch_array_constructor, maybe_build_array_element_wfl,
9412         array_constructor_check_entry): New function prototypes.
9413         (switch_block:): Tagged <node>.
9414         (OCB_TK): Tagged <operator>.
9415         (array_initializer:): Installed actions.
9416         (variable_initializer): Build location information on element if
9417         necessary.
9418         (switch_statement:): Fixed indentation typo.
9419         (switch_block:): Redefined default action.
9420         (java_complete_tree): Handle NEW_ARRAY_INIT in MODIFY_EXPR:.
9421         (patch_assignment): Removed duplicate code.
9422         (maybe_build_array_element_wfl, build_new_array_init,
9423         patch_new_array_init, patch_array_constructor,
9424         array_constructor_check_entry): New functions.
9425
9426 Mon Dec  7 15:13:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9427
9428         * parse.y (array_initializer): Tagged <node>.
9429         (variable_initializer:): Use default rule.
9430         (array_initializer:): Defined actions.
9431         (variable_initializers:): Likewise.
9432         (resolve_qualified_expression_name): Use DECL_CONTEXT to build
9433         non-static field accesses.
9434         (patch_invoke): Fixed indentation typo.
9435         (java_complete_tree): Likewise.
9436         (build_labeled_block): Changed leading comment. Generate an error
9437         in case of duplicate loop labels.
9438         (patch_conditional_expr): Patch results of string concatenation
9439         operations.
9440
9441 Sun Dec  6 13:45:00 1998  Per Bothner  <bothner@cygnus.com>
9442
9443         * constants.c (find_methodref_index):  When the class is an interface,
9444         generate CONSTANT_InterfaceMethodref instead of a CONSTANT_MethodRef.
9445
9446         * decl.c (finit_identifier_node):  Use "$finit$", rather than
9447         "<finit>" (which Sun's verifier rejects).
9448         * parse.y (maybe_generate_finit):  Leave out meaningless final flag.
9449         (generate_field_initialization_code):  Removed.
9450         (fix_constructors)  Don't add call to $finit$ here (wrong order).
9451         (patch_method_invocation):  Add $finit$ call here.
9452
9453         * java-tree.h (CALL_USING_SUPER):  New macro.
9454         * parse.y (patch_invoke):  Remove im local variable.
9455         (patch_method_invocation, patch_invoke):  Don't pass super parameter.
9456         (patch_invoke):  Use CALL_USING_SUPER instead of from_super parameter.
9457         (resolve_qualified_expression_name):  Maybe set CALL_USING_SUPER.
9458
9459         * jcf-write.c (get_access_flags):  Fix typo ACC_PUBLIC -> ACC_FINAL.
9460
9461         * parse.y (java_complete_tree):  Don't complain about unreachable
9462         statement if it is empty_stmt_node.
9463
9464         * jcf-write.c (find_constant_wide):  New function.
9465         (push_long_const):  Use find_constant_wide.
9466
9467         * jcf-write.c (generate_bytecode_insn):  Fix bug in switch handling.
9468         (generate_bytecode_insn):  Use correct dup variant for MODIFY_EXPR.
9469         Add "redundant" NOTE_PUSH/NOTE_POP uses so code_SP_max gets set.
9470         Emit invokeinterface when calling an interface method.
9471         Emit invokespecial also when calling super or private methods.
9472
9473         * jcf-write.c (generate_classfile):  Emit ConstantValue attributes.
9474
9475 Sun Dec  6 13:21:18 1998  Per Bothner  <bothner@cygnus.com>
9476
9477         * jcf-dump.c (INVOKE):  If invokeinterface, print number of args.
9478
9479 Thu Dec  3 17:11:12 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9480
9481         * java-tree.h (java_layout_seen_class_methods): New function
9482         prototype.
9483         (LAYOUT_SEEN_CLASS_METHODS): Macro removed.
9484         * jcf-parse.c (parse_class_file): Call java_layout_seen_class_methods.
9485         * parse.h (PROMOTE_RECORD_IF_COMPLETE): New macro.
9486         * parse.y (method_declarator:): Defined action.
9487         (issue_warning_error_from_context): input_filename saved, set to
9488         the appropriate value and restored after java_error is called.
9489         (build_unresolved_array_type): Fixed comment.
9490         (register_fields): Use PROMOTE_RECORD_IF_COMPLETE.
9491         (method_header): Deal with return type the same way type are
9492         handled for fields and method's parameters and local variables
9493         types are handled.
9494         (check_method_redefinition): Removed extra CR.
9495         (declare_local_variables): Use PROMOTE_RECORD_IF_COMPLETE.
9496         (java_layout_seen_class_methods): New function.
9497         (java_layout_classes): Call java_layout_seen_class_methods.
9498
9499 Thu Dec  3 15:56:50 1998  Per Bothner  <bothner@cygnus.com>
9500
9501         * parse,y (patch_synchronized_statement):  Set CAN_COMPLETE_NORMALLY.
9502
9503 Thu Dec  3 15:08:30 1998  Per Bothner  <bothner@cygnus.com>
9504
9505         * jcf-dump.c (main):  Fix error message.
9506         * jcf-path.c (add_entry):  Style fix.
9507
9508 Wed Dec  2 15:52:25 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9509
9510         * class.c (layout_class_method): Call build_java_argument_signature
9511         on constructors too.
9512         * parse.y (check_method_redefinition): Use TYPE_ARGUMENT_SIGNATURE.
9513         (patch_method_invocation): Define a primary when resolving an
9514         expression name. Augmented comment on code checking illegal `this'
9515         usage. Loosened it test by accepting NEW_CLASS_EXPR.
9516
9517 Tue Dec  1 13:53:24 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9518
9519         * class.c (layout_class_method): Don't report error on non-static
9520         overriding static if the method is private.
9521         * java-tree.h (finish_class): Prototype added.
9522         * lex.c (java_get_line_col): Handle col argument -2 value.
9523         * parse.h: All static method declarations moved to parse.y.
9524         * parse.y: Now contains all static method declarations previously
9525         found in parse.h.
9526         (find_expr_with_wfl, missing_return_error,
9527         unreachable_stmt_error): New functions.
9528         (java_get_real_method_name): Identify constructors bearing class
9529         names in source code compiled classes only.
9530         (java_complete_expand_methods): Call missing_return_error.
9531         (invocation_mode): Private methods invoked as static methods.
9532         (java_complete_tree): Call unreachable_stmt_error.
9533
9534 1998-12-01  Tom Tromey  <tromey@cygnus.com>
9535
9536         * Makefile.in (+target): Removed.
9537         (+xmake_file): Likewise.
9538         (+tmake_file): Likewise.
9539         (.NOEXPORT): Removed duplicate.
9540
9541 Fri Nov 27 13:20:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9542
9543         * Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK).
9544
9545         * jv-scan.c: Fix xmalloc prototype.  Provide an xmalloc definition.
9546
9547         * jvgenmain.c: Remove the xmalloc prototype, we get it from
9548         libiberty.h.  Provide an xmalloc definition.
9549
9550         * jvspec.c: Remove the xmalloc prototype.
9551
9552         * parse-scan.y: Include config.h and system.h.  Don't include
9553         OS headers or gansidecl.h.  Don't prototype xmalloc/xstrdup.
9554         Provide an xstrdup definition.
9555
9556 Thu Nov 26 22:03:58 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
9557
9558         * jcf-path.c (add_entry): Recognize ".jar" too.
9559         * lang-specs.h: Likewise.
9560
9561 Thu Nov 26 12:44:07 1998  Per Bothner  <bothner@cygnus.com>
9562
9563         * jcf-write.c (generate_bytecode_insns):  In Call_EXPR, handle
9564         soft_monitorenter_node, soft_monitorexit_node, throw_node.
9565
9566         * jcf-write.c (generate_bytecode_insns):
9567         Handle pre/post-increment/decrement of long.
9568
9569         * jcf-write.c (generate_bytecode_insns):
9570         Handle missing exception handler (finally for synchronized).
9571
9572 Wed Nov 25 09:47:15 1998  Per Bothner  <bothner@cygnus.com>
9573
9574         * java-tree.h (end_params_node):  Declare global.
9575         * decl.c (end_params_node):  New global.
9576         (init_decl_processing, start_java_method):  Use end_params_node for
9577         end of list of parameter types.  Follows correct gcc conventions.
9578         * expr.c (pop_argument_types, pop_arguments):  Likewise.
9579         * lang.c (put_decl_node):  Likewise.
9580         * typeck.c (various places):  Likewise.
9581         * class.y (various places):  Likewise.
9582         * parse.y (various places):  Likewise.
9583
9584         * parse.y (java_complete_tree):  Move CAN_COMPLETE_NORMALLY.
9585         (build_jump_to_finally):  Add missing CAN_COMPLETE_NORMALLY.
9586
9587         * class.c:  Add #include flags.h, remove no-longer needed declaration.
9588
9589         * class.c (layout_class_method):  Remove commented-out code, re-format.
9590         Don't add vtable entry (or index) for private methods.
9591         * expr.c (expand_invoke):  A private method is implicitly final.
9592         * class.c (make_class_data):  If inlining or optimizing,
9593         skip private methods.
9594
9595         * class.c (finish_class):  New function.  Calls existing methods,
9596         but alls emits deferred inline functions.
9597         * jcf-parse.c (parse_class_file):  Call finish_class.
9598         * parse.y (java_complete_expand_methods):  Likewise.
9599
9600         * expr.c (build_java_binop):  Explicit default, to silence -Wall.
9601
9602         * expr.c (CHECK_PC_IN_RANGE):  Add void cast to kill warnings.
9603
9604 Wed Nov 25 00:50:58 1998  Marc Espie <espie@quatramaran.ens.fr>
9605
9606         * jcf-write.c (generate_bytecode_conditional): Fix typo.
9607
9608 Tue Nov 24 17:06:38 1998  Per Bothner  <bothner@cygnus.com>
9609
9610         * (generate_classfile): Always write class access flag with
9611         ACC_SUPER set.
9612
9613 Tue Nov 24 16:34:33 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9614
9615         * class.c (maybe_layout_super_class): New function.
9616         (layout_class): Reorganized. Loop on class methods dispatched into
9617         a new function. Call maybe_layout_super_class.
9618         (layout_class_methods, layout_class_method): New functions.
9619         * expr.c (expand_java_NEW): Call layout_class_methods on loaded
9620         class.
9621         (expand_invoke): Likewise.
9622         * java-tree.h (all_class_list): New global variable declared.
9623         (layout_class_methods, layout_class_method): New function
9624         prototypes.
9625         (LAYOUT_SEEN_CLASS_METHODS): New macro.
9626         * jcf-parse.c (all_class_list): New global variable.
9627         (load_class): Extended what class_or_name can be. Use parser
9628         context mechanism to save globals before calling jcf_parse.
9629         (jcf_parse_source): Don't parse twice if HAS_BEEN_ALREADY_PARSED_P
9630         is set on the file name.
9631         (jcf_parse): Layout class methods when Object is loaded, otherwise
9632         record class in all_class_list for delayed method layout.
9633         (parse_class_file): Use LAYOUT_SEEN_CLASS_METHODS.
9634         * lang.c (put_decl_node): Decode <init> into the decl context
9635         class name.
9636         * lex.c (java_allocate_new_line): Use xmalloc.
9637         * parse.h (INCOMPLETE_TYPE_P): Redefined to work with incomplete
9638         pointers, not TREE_LIST elements.
9639         (struct parser_ctxt): Fixed comment indentations, added comments
9640         and reordered some fields.
9641         (java_check_methods): Function prototype removed.
9642         * parse.y (java_push_parser_context): Use xmalloc.
9643         (java_parser_context_restore_global): Pop extra pushed ctxp only
9644         when there's nothing next.
9645         (maybe_create_class_interface_decl): Fixed comment, add new
9646         created class decl to all_class_list.
9647         (method_header): Use GET_REAL_TYPE on argument's types.
9648         (method_declarator): Use GET_REAL_TYPE, change type to the real
9649         type in TREE_LIST dependency node. Build argument list with the
9650         real type.
9651         (create_jdep_list): Use xmalloc. Removed allocation error message.
9652         (obtain_incomplete_type): Fixed leading comment. Broadened
9653         incoming argument meaning.
9654         (register_incomplete_type): Use xmalloc. Removed allocation error
9655         message.
9656         (safe_layout_class): Fixed leading comment.
9657         (jdep_resolve_class): Reversed if statement condition and switch
9658         if and else bodies.
9659         (resolve_and_layout): Fixed leading comment. Broadened incoming
9660         argument meaning.
9661         (complete_class_report_errors): New local variable name, for
9662         clarity. purify_type_name used for all error cases.
9663         (java_get_real_method_name): Stricter check on constructors.
9664         (java_check_regular_methods): Reverse methods list only if not
9665         already laid out. Layout artificial constructor.
9666         (java_check_methods): Deleted.
9667         (source_start_java_method): Obtain incomplete type for patchable
9668         method arguments.
9669         (java_layout_classes): Fixed leading comment. Use
9670         LAYOUT_SEEN_CLASS_METHODS, use a loop to check methods. Added else
9671         statement to layout operation, reuse LAYOUT_SEEN_CLASS_METHODS
9672         before returning. Fixed comments.
9673         (java_expand_classes): Check for errors up front.
9674         (patch_method_invocation): Class to search is resolved and laid
9675         out.
9676
9677 Tue Nov 24 12:57:13 1998  Per Bothner  <bothner@cygnus.com>
9678
9679         * expr.c (java_lang_expand_expr):  Add missing emit_queue.
9680
9681         * javaop.h (int8):  Removed - not used.
9682         (jbyte):  Redefine portably with correct signedness.
9683
9684         * jcf-write.c (generate_bytecode_insns):  Don't free sw_state.cases.
9685
9686         * jcf-write.c (generate_bytecode_insns):  Fix typo
9687         OPCODE_getstatic to OPCODE_getfield.
9688
9689         * java-tree.def (CASE_EXPR, DEFAULT_EXPR):  Kind is 'x', not '1'.
9690         * parse.y (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR,
9691         set TREE_SIDE_EFFECTS (otherwise expand_expr may skip them).
9692
9693 Thu Nov 19 11:16:55 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9694
9695         * jcf-parse.c (jcf_parse_source): Function returned type is
9696         void. Added prototype.
9697         (jcf_parse): Function returned type is void.
9698         (yyparse): Remove call to fclose on the last parsed file.
9699
9700         * java-tree.h (jcf_parse): Changed jcf_parse prototype.
9701
9702 Wed Nov 18 23:54:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9703
9704         * class.c (unmangle_classname): Set QUALIFIED_P when appropriate.
9705         (layout_class): Cope with methods featuring WFL in decl names.
9706         * decl.c (unqualified_object_id_node): New global variable,
9707         initialized.
9708         (build_decl_no_layout): Removed.
9709         * expr.c (build_primtype_type_ref): Handle Double.
9710         (java_lang_expand_expr): Fixed indentations.
9711         * java-tree.h (CLASS_METHOD_CHECKED_P): Flag deleted.
9712         (flag_wall, flag_redundant, flag_not_overriding,
9713         flag_static_local_jdk1_1, unqualified_object_id_node): Global
9714         variable declarations.
9715         (build_decl_no_layout): Removed prototype.
9716         (java_get_real_method_name): Added prototype.
9717         (IS_UNCHECKED_EXPRESSION_P): Renamed IS_UNCHECKED_EXCEPTION_P.
9718         (java_parse_abort_on_error): Macro now just returns.
9719         * jcf-parse.c (jcf_parse_source): Check fclose returned
9720         value. Call emit_register_classes if java_report_errors returns
9721         zero.
9722         * lanc.c (flag_wall, flag_redundant, flag_not_overriding,
9723         flag_static_local_jdk1_1): New integer flags.
9724         (lang_decode_option): New flags set here.
9725         * parse.h (GET_REAL_TYPE, GET_METHOD_NAME): New macros.
9726         (OBSOLETE_MODIFIER_WARNING): Issue error message conditionally to
9727         the flag_redundant variable.
9728         (SET_TYPE_FOR_RESOLUTION): Consider Object being java.lang.Object
9729         when parsing java.lang.Object class.
9730         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT): Added terminal
9731         NULL_TREE to build.
9732         (resolve_qualified_expression_name): Fixed indentation.
9733         (patch_array_ref): Changed prototype.
9734         (not_initialized_as_it_should_p): Prototype removed.
9735         (java_report_errors): Added function prototype.
9736         * parse.y (formal_parameter:): Changed error message for not yet
9737         supported final parameters.
9738         (class_type_list:): Set both PURPOSE and VALUE of created
9739         TREE_LIST to be class_type.
9740         (primary_no_new_array:): Handle class literals on primitive types.
9741         (parse_warning_context): Reinstalled correct force_error and
9742         do_warning flags setups.
9743         (java_report_errors): Changed prototype. Return java_error_count
9744         value.
9745         (variable_redefinition_error): Consider treating variable type as
9746         a fake pointer.
9747         (create_interface): Warn about redundant abstract modifier if
9748         flag_redundant is set. Changed error message.
9749         (lookup_field_wrapper): Save/restore globals before/after looking
9750         up field.
9751         (duplicate_declaration_error_p): Consider treating declaration
9752         type as a fake pointer.
9753         (register_fields): Extract real type from dependency node. Check
9754         for duplicate field declaration after type adjustment. Use
9755         DECL_INITIAL to store static final initialized values.
9756         (method_header): Extract real function type from dependency node.
9757         (check_abstract_method_header): Use GET_METHOD_NAME.
9758         (obtain_incomplete_type): Layout fake pointer type.
9759         (safe_layout_class): Don't try to check for methods before layout.
9760         (java_complete_class): Don't check for correct throws clause
9761         elements inheritance here.
9762         (resolve_and_layout): Broadened name parameter meaning.
9763         (reset_method_name): Use GET_METHOD_NAME.
9764         (java_get_real_method_name): New function.
9765         (java_check_regular_methods): Don't check methods in
9766         java.lang.Object.  Verify lineage of throws clause elements. Use
9767         flag_no_overriding in warning report.
9768         (check_throws_clauses): Don't check if class was from
9769         bytecode. Use IS_UNCHECKED_EXCEPTION_P macro.
9770         (java_check_methods): Don't set CLASS_METHOD_CHECKED_P flag.
9771         (declare_local_variables): Use flag_static_local_jdk1_1 to report
9772         warning on unsupported final local variables. Use build_decl
9773         instead of build_decl_no_layout. Get real local variable type from
9774         dependency node.
9775         (source_start_java_method): Get real parameter type from
9776         dependency node. Call build_decl instead of build_decl_no_layout.
9777         (java_layout_classes): Reverse tree and layout type and class as
9778         required. Mark class as loaded when done.
9779         (resolve_field_access): Fixed indentation. Restricted condition
9780         leading to static field access code generation. Set field_type
9781         decl's TREE_TYPE if QUAL_DECL_TYPE not available.
9782         (resolve_qualified_expression_name): Initialize type_found to
9783         null. Handle static field resolved during qualification. Fixed
9784         layout on non primitive field decl types.
9785         (not_accessible_p): Fixed typo in comment.
9786         (patch_method_invocation): Resolve and layout class to search from
9787         type.
9788         (lookup_method_invoke): Keep integer constant 0 as is. Resolve and
9789         layout non primitive type, if necessary. Make method node only to
9790         report errors.
9791         (find_applicable_accessible_methods_list): Consider WFL'ed method
9792         decl names. Fixed indentation.
9793         (argument_types_convertible): Resolve and layout target type if
9794         necessary.
9795         (java_complete_tree): Fixed indentation problems. Rewrote
9796         CALL_EXPR thrown exceptions check. Re-installed further processing
9797         of the assignment in certain cases.
9798         (patch_assignment): Call maybe_build_primttype_type_ref to perform
9799         inlining on class literals.
9800         (valid_builtin_assignconv_identity_widening_p): Cope with constant
9801         0 literal.
9802         (valid_method_invocation_conversion_p): Likewise.
9803         (patch_string): Temporary disable forbidden use of `this' in
9804         explicit constructor invocations when doing string concatenation
9805         within their scope.
9806         (patch_unaryop): Added comment. Reinstalled code to disable
9807         further check on assignment operation with cast expression RHS.
9808         (patch_switch_statement): Fixed indentation.
9809         (build_try_statement): Call build_decl instead of
9810         build_decl_no_layout.
9811         (patch_synchronized_statement): Likewise.
9812         (patch_throw_statement): Use IS_UNCHECKED_EXCEPTION_P instead of
9813         IS_UNCHECKED_EXPRESSION_P.
9814         (check_thrown_exceptions_do): Changed leading comment. Resolve and
9815         layout argument exception type.
9816         (purge_unchecked_exceptions): Use IS_UNCHECKED_EXCEPTION_P instead
9817         of IS_UNCHECKED_EXPRESSION_P.
9818
9819 Wed Nov 18 14:21:48 1998  Anthony Green  <green@cygnus.com>
9820
9821         * jcf-parse.c (yyparse): Open class file in binary mode.
9822
9823 Sun Nov 15 17:14:17 1998  Per Bothner  <bothner@cygnus.com>
9824
9825         * jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
9826
9827         * jcf-write.c (perform_relocations):  Move check out one loop.
9828
9829 Sun Nov 15 15:09:56 1998  Anthony Green  <green@hoser.cygnus.com>
9830
9831         * Make-lang.in: Fix reference to srcdir.
9832         * jv-scan.c: Add missing xmalloc prototype.
9833         * jvgenmain.c: Ditto.
9834
9835 Sun Nov 15 14:36:29 1998  Per Bothner  <bothner@cygnus.com>
9836
9837         * decl.c (error_mark_node), java-tree.h:  New global.
9838         * parse.y:  Use empty_stmt_node instead of size_zero_node.
9839         (build_if_else_statement):  If missing else, use empty_stmt_node.
9840
9841         * parse.y (not_initialized_as_it_should_p):  Removed, with its callers.
9842         (java_complete_expand_method):  Complain if return is missing.
9843         (java_check_regular_methods):  Comment out incorrect error check.
9844         (not_accessible_p):  Fix incorrect handling of protected methods.
9845         (patch_method_invocation):  Pass correct context to not_accessible_p.
9846         (find_applicable_accessible_methods_list):  Likewise.
9847         (qualify_ambiguous_name):  If ARRAY_REF, it's an expression name.
9848         (java_complete_tree):  For CASE_EXPR and DEFAULT_EXPR, set
9849         TREE_TYPE (to void_type_node);  otherwise expand_expr crashes.
9850         (patch_if_else_statement):  Fix setting of CAN_COMPLETE_NORMALLY.
9851
9852         * jcf-write.c (CHECK_OP, CHECK_PUT):  Add some error checking.
9853         (push_int_const):  Remove reundant NOTE_PUSH.
9854         (generate_bytecode_insns - case STRING_CST):  Do NOTE_PUSH.
9855         (- case SWITCH_EXPR):  Fix code generation bug.
9856         (- case PREDECREMENT_EXPR etc):  Remove redundant NOTE_PUSH.
9857         (generate_classfile):  More robust for abstract methods.
9858
9859 Sun Nov 15 13:52:39 1998  Anthony Green  <green@cygnus.com>
9860
9861         * Makefile.in: jv-scan and jvgenmain all require libiberty.
9862         * Make-lang.in: Ditto.
9863
9864         * jv-scan.c: Remove xmalloc and xstrdup definitions.
9865         * jvgenmain: Ditto.
9866
9867 Sun Nov 15 14:10:56 1998  Per Bothner  <bothner@cygnus.com>
9868
9869         * jcf-parse.c (HANDLE_EXCEPTIONS_ATTRIBUTE):  New macro.
9870
9871         * jcf-io.c (find_class):  Simpler/cleaner structure fixes a bug.
9872
9873 Sat Nov 14 17:19:18 1998  Per Bothner  <bothner@cygnus.com>
9874
9875         Allow uses of interface types to verify.  This is not really
9876         type-safe, but it matches what Sun does, and is OK as long as
9877         there are appropriate run-time checks.
9878         * verify.c (merge_types):  If merging two interface types,
9879         just set the result to java.lang.Object.
9880         * expr.c (pop_type):  Any interface is matches by java.lang.Object.
9881
9882 1998-11-13  Tom Tromey  <tromey@cygnus.com>
9883
9884         * gjavah.c (main): Handle --output-class-directory argument.
9885         * jvspec.c (lang_specific_driver): Translate `-d' into
9886         -foutput-class-dir.
9887         * jcf.h (jcf_write_base_directory): Declare.
9888         * lang.c (lang_decode_option): Recognize -foutput-class-dir.
9889         * lang-options.h: Mention -foutput-class-dir.
9890         * jcf-write.c (jcf_write_base_directory): New global.
9891         (make_class_file_name): Put generated .class file into `-d'
9892         directory, or into source directory if -d not given.  Function now
9893         static.
9894         (write_classfile): Free class file name.  Handle case where class
9895         file name is NULL.
9896         (DIR_SEPARATOR): New macro.
9897         Include <sys/stat.h>
9898
9899         * Makefile.in (prefix): New macro.
9900
9901 Thu Nov 12 14:15:07 1998  Per Bothner  <bothner@cygnus.com>
9902
9903         * parse.y (patch_invoke):  Do less if flag_emit_class_files.
9904         * expr.c (build_known_method_ref):  Don't check flag_emit_class_files
9905         here (done in patch_invoke instead).
9906         (case_identity):  Moved here from parse.y.
9907
9908         * java-tree.h (CAN_COMPLETE_NORMALLY):  New macro.
9909         * parse.y (java_complete_tree etc):  Maybe set CAN_COMPLETE_NORMALLY.
9910         * parse.y (java_complete_tree):  Re-order COMPOUND_EXPR in BLOCK
9911         so they can be efficiently scanned without recursion.
9912         Error it ! CAN_COMPLETE_NORMALLY first part of COMPOUND_EXPR.
9913         * expr.c (java_lang_expand_expr):  Expand statements of COMPOUND_EXPR
9914         in BLOCK iteratively, rather than recursively.
9915
9916         * parse.y (do_unary_numeric_promotion):  New function.
9917         (patch_unaryop, patch_binop, patch_array_ref):  Use it.
9918
9919         * parse.y (patch_newarray):  Various fixes.
9920
9921         Re-do handling of switch statements (for proper block scoping).
9922         * parse.y:  Add just a single block for the enture switch block,
9923         but don't create any "case blocks".
9924         (group_of_labels):  Rmeoved unneeded non-terminal.
9925         CASE_EXPR and DEFAULT_EXPR are added to current block.
9926         * expr.c (java_lang_expand_expr):  Inline SWITCH_EXPR here.
9927         Now also need to handle CASE_EXPR and DEFAULT_EXPR.
9928         * java-tree.h (SWITCH_HAS_DEFAULT):  New macro.
9929         * parse.y (wfl_operator, print_int_node): Make non-static.
9930         (java_complete_tree):  CASE_EXPR and DEFAULT_EXPR are now processed
9931         as part of recursive scan of block.
9932         (java_expand_switch ):  Removed - inlined into java_lang_expand_expr.
9933         (patch_switch_statement):  Most tests move dinto java_complete_tree.
9934
9935         * parse.y:  Make various production be non-typed (void).
9936         * parse.y (parse_error):  Merged into issue_warning_error_from_context.
9937         * parse.y (add_stmt_to_compound):  Don't create/change extra node.
9938         (patch_method_invocation_stmt):  Renamed to patch_method_invocation.
9939
9940         * jcf-write.c (struct jcf_handler):  New type.
9941         (struct jcf_switch_state):  New type.
9942         (SWITCH_ALIGN_RELOC, BLOCK_START_RELOC):  New relocation kinds.
9943         (alloc_handler, emit_unop, emit_reloc):  New functions.
9944         (adjust_typed_op):  Add extra parameter ("max type" offset).
9945         (emit_switch_reloc, emit_case-reloc):  New function.
9946         (generate_bytecode_conditional):  Handle REAL_TYPE comparisons.
9947         (generate_bytecode_insns):  Support REAL_CST, switch statements,
9948         exception handling, method calls, object/array creation, and more.
9949
9950         * class.c:  Remove some unused variables.
9951         * constants.c (find_string_constant):  New function.
9952         (count_constant_pool_bytes):  Fix to correctly handle wide constants.
9953         * decl.c (complete_start_java_method):  Don't _Jv_InitClass
9954         if flag_emit_class_files.
9955
9956 1998-11-12  Tom Tromey  <tromey@cygnus.com>
9957
9958         * jcf-io.c (find_class): Added explanatory comment.
9959
9960         * jcf-path.c (add_entry): Look for `.zip' at end of filename.  Add
9961         trailing slash to `.zip' entries.
9962
9963         * jvspec.c (lang_specific_driver): Correctly handle case where
9964         GC_NAME not defined.
9965
9966 1998-11-11  Tom Tromey  <tromey@cygnus.com>
9967
9968         * jvspec.c (GC_NAME): New define.
9969         (lang_specific_driver): Use GC_NAME.  Add GC_NAME to command line
9970         if required.
9971         * Make-lang.in (jvspec.o): Define WITH_GC_<name>.
9972
9973 Wed Nov 11 19:08:52 1998  Per Bothner  <bothner@cygnus.com>
9974
9975         * jcf-dump.c (TABLE_SWITCH):  Fix typos.
9976
9977 1998-11-11  Tom Tromey  <tromey@cygnus.com>
9978
9979         * jcf-dump.c (main): Correctly recognize `--'-style long options.
9980
9981 Tue Nov 10 12:34:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
9982
9983         * class.c (is_compiled_class): Call safe_layout_class for class
9984         compiled from source.
9985         * conver.h (convert_to_integer, convert_to_real,
9986         convert_to_pointer): Added prototypes.
9987         * decl.c (init_decl_processing): Non longer push the decls of
9988         `methodtable', `constants', `Class', `Field', `dispatchTable'
9989         `jexception' and `Method'.
9990         * expr.c (build_invokeinterface): New function.
9991         (expand_invoke): static variable CLASS_IDENT now in
9992         build_invokeinterface. Use build_invokeinterface.
9993         (expand_java_field_op): Moved code to inline
9994         java.lang.PRIMTYPE.TYPE into a function.
9995         (build_primtype_type_ref): New function.
9996         * java-tree.def (INSTANCEOF_EXPR): New tree code.
9997         * java-tree.h (CLASS_METHOD_CHECKED_P, METHOD_DEPRECATED,
9998         FIELD_DEPRECATED, CLASS_DEPRECATED): New flag macros.
9999         (DECL_CONSTRUCTOR_P): Fixed typo in comment.
10000         (DECL_LOCAL_STATIC_VALUE): New macro.
10001         (build_invokeinterface, build_primtype_type_ref): New function
10002         prototypes.
10003         (java_parse_abort_on_error): Macro rewritten.
10004         * jcf-parse.c (current_method): Add comment to declaration.
10005         (parse_zip_file_entries, process_zip_dir, void parse_source_file):
10006         Function prototypes fixed.
10007         (jcf_parse_source): push/pop parser context. save/restore global.
10008         (parse_source_file): Fixed leading comment. Now take a
10009         IDENTIFIER_NODE as an argument. Doesn't check methods, layout
10010         classes and pop the parser context anymore.
10011         (yyparse): Push parser context, save globals, parse the source
10012         file, restore globals and pop the parser context when processing a
10013         source file.
10014         * jcf.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG define.
10015         * lex.c (java_parse_doc_section): New function.
10016         (java_lex): Call java_parse_doc_section when appropriate. Build an
10017         operator around INSTANCEOF_TK.
10018         * lex.h (java_lineterminator, java_sprint_unicode,
10019         java_unicode_2_utf8, java_lex_error, java_store_unicode):
10020         Prototypes rewritten.
10021         (java_parse_escape_sequence, java_letter_or_digit_p,
10022         java_parse_doc_section, java_parse_end_comment, java_get_unicode,
10023         java_read_unicode, java_store_unicode, java_read_char,
10024         java_allocate_new_line, java_unget_unicode, java_sneak_unicode):
10025         Added function prototypes.
10026         * parse.h (VERBOSE_SKELETON): Replaces SOURCE_FRONTEND_DEBUG
10027         define.
10028         (JNULLP_TYPE_P, CHECK_METHODS, CHECK_DEPRECATED, REGISTER_IMPORT):
10029         New macros
10030         (struct parser_ctxt): New fields: deprecated,
10031         current_parsed_class_un, gclass_list.
10032         (fix_method_argument_names, issue_warning_error_from_context,
10033         resolve_package, lookup_package_type): New function prototypes.
10034         (resolve_expression_name): Fixed function prototype.
10035         (find_applicable_accessible_methods_list): Fixed indentation, added
10036         extra argument in prototype.
10037         (check_final_assignment, build_null_of_type, check_deprecation,
10038         check_method_redefinition, reset_method_name,
10039         java_check_regular_methods, java_check_abstract_methods,
10040         maybe_build_primttype_type_ref): New function prototype.
10041         * parse.y (conver.h): Include.
10042         (INSTANCEOF_TK): Tagged <operator>.
10043         (single_type_import_declaration): Use REGISTER_IMPORT macro.
10044         (relational_expression:): Build binop for instanceof.
10045         (java_push_parser_context): Remember ctxp->gclass_list across
10046         contexts.
10047         (java_pop_parser_context): Simply return if no context
10048         exists. Remember gclass_list across contexts.
10049         (issue_warning_error_from_context): New function.
10050         (parse_error_context): Don't setup ctxp->elc here. Call
10051         issue_warning_error_from_context instead.
10052         (parse_warning_context): Likewise.
10053         (maybe_create_class_interface_decl): Removed DECL_ARTIFICIAL
10054         setup. Link new class/interface to ctxp->gclass_list.
10055         (add_superinterfaces): Register interface as incomplete if not
10056         loaded.
10057         (create_class): Remember class unqualified name in
10058         ctxp->current_parsed_class_un. Check class deprecation.
10059         (register_fields): Check field deprecation. Remember static final
10060         field value in DECL_LOCAL_STATIC_VALUE. Changed comment in part
10061         processing INIT.
10062         (method_header): New local variable ORIG_ARG. Use unqualified
10063         current class name for check on constructor errors. Promote return
10064         type if of record type. Argument list fix moved in
10065         fix_method_argument_names, called here. Check method deprecation.
10066         (fix_method_argument_names): New function.
10067         (method_declarator): Promote record typed arguments.
10068         (safe_layout_class): Check class methods before layout.
10069         (java_complete_class): Compute field layout when patched.
10070         (do_resolve_class): Try to load class after having it renamed
10071         after the package name.
10072         (get_printable_method_name): Use DECL_CONTEXT.
10073         (reset_method_name): New function.
10074         (check_method_redefinition): Use reset_method_name.
10075         (java_check_regular_methods): New local variable
10076         SAVED_FOUND_WFL. Temporarily reinstall overriding/hiding method
10077         names for error report. Check for compile-time error when method
10078         found has default (package) access.
10079         (java_check_abstract_methods): Now takes an interface DECL node as
10080         an argument. Also reinstall real name on unchecked
10081         overriding/hiding methods for error report.
10082         (java_check_methods): Fixed leading comment. Get classes to verify
10083         from ctxp->gclass_list. Use CHECK_METHODS macro and set
10084         CLASS_METHOD_CHECKED_P on class verification.
10085         (lookup_java_method2): Get real method name if necessary.
10086         (find_in_imports): Don't check package class access here.
10087         (resolve_package, lookup_package_type): New functions.
10088         (java_layout_classes): Fixed leading comment. Take classes to be
10089         laid out from ctxp->gclass_list.
10090         (java_complete_expand_methods): Don't expand native and abstract
10091         methods.
10092         (java_expand_classes): New function.
10093         (resolve_expression_name): Use additional argument ORIG.  Retrieve
10094         values of static final field of primitive types.
10095         (resolve_field_access): Handles static final field of promotive
10096         type.
10097         (resolve_qualified_expression_name): Handle STRING_CST as
10098         primaries and package name resolution. Check deprecation on found
10099         decls. Set where_found and type_found on non static field resolved
10100         during qualification. Layout non primitive field decl types.
10101         (check_deprecation): New function.
10102         (maybe_access_field): Simplified.
10103         (patch_method_invocation_stmt): Local variable CLASS_TYPE
10104         removed. Reverse method's argument when primary is a type. Don't
10105         use CLASS_TYPE to report problems, use IDENTIFIER_WFL
10106         instead. Include abstract class in the list of class searchable
10107         for constructors. Use DECL_CONTEXT of found method for access
10108         checks. Check method deprecation.
10109         (patch_invoke): Pay extra care to NEW_CLASS_EXPR type call when
10110         converting arguments. Handle INVOKE_INTERFACE.
10111         (lookup_method_invoke): Search constructor using existing
10112         infrastructure (don't rely on lookup_java_constructor anymore).
10113         (find_applicable_accessible_methods_list): Extra argument flag
10114         LC. Now include constructor in the search.
10115         (qualify_ambiguous_name): Conditional expression are primaries.
10116         (not_initialized_as_it_should_p): static final are always
10117         initialized.
10118         (java_complete_tree): Pass extra NULL argument to
10119         resolve_expression_name. Stricter test to carry on patching
10120         assignments. New case for INSTANCEOF_EXPR.
10121         (complete_function_arguments): Inline PRIMTYPE.TYPE read access.
10122         (check_final_assignment, maybe_build_primttype_type_ref): New
10123         functions.
10124         (patch_assignment): Detect resolved static finals and carry normal
10125         assignment error check on them. Inline PRIMTYPE.TYPE read access.
10126         (try_builtin_assignconv): Access constant 0 on all primitive
10127         types.
10128         (valid_builtin_assignconv_identity_widening_p): Accept identical
10129         types. Accept all promoted type on int type.
10130         (valid_ref_assignconv_cast_p): Accept a null pointer to be
10131         assigned to a reference.
10132         (valid_method_invocation_conversion_p): Accept to check null
10133         pointers.
10134         (build_binop): Merge declaration and initialization of local
10135         variable BINOP.
10136         (patch_binop): New case for INSTANCEOF_EXPR. NE_EXPR to accept all
10137         numeric types. Improved validity test for qualify operators on
10138         references.
10139         (patch_unaryop): Broadened rejection test for PREDECREMENT_EXPR
10140         and PREINCREMENT_EXPR. Also detect resolved static finals of a
10141         primitive type and issue the appropriate error message.
10142         (resolve_type_during_patch): Mark class loaded when resolved.
10143         (patch_cast): Allow null to be cased to reference types.
10144         (build_null_of_type): New function.
10145         (patch_array_ref): Handle array on references correctly.
10146         (patch_return): Removed unused local variable MODIFY. Force
10147         boolean to be returned as integers. Allows null to be returned by
10148         a function returning a reference.
10149         * typeck.c (convert_to_integer, convert_to_real,
10150         convert_to_pointer): Prototypes moved to convert.h
10151         (lookup_argument_method): Use method real name, if necessary.
10152
10153 1998-10-30  Tom Tromey  <tromey@cygnus.com>
10154
10155         * class.c (build_class_ref): Changed name of primitive classes to
10156         start with `_Jv_'.
10157
10158         * class.c (make_class_data): Renamed fields: nmethods to
10159         method_count, method_count to dtable_method_count.  Always set
10160         `state' field to 0.
10161         * decl.c (init_decl_processing): Likewise.
10162
10163 Wed Oct 28 08:03:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10164
10165         * class.c (layout_class): Don't mangle <finit>, produce
10166         __finit<class> instead. Don't verify artificial methods.
10167         * decl.c (finit_identifier_node): New declared global.
10168         (init_decl_processing): finit_identifier_node initialized.
10169         * java-tree.def (CONDITIONAL_EXPR): New Java tree code.
10170         * java-tree.h (finit_identifier_node): Declared as extern.
10171         (struct lang_decl): New field called_constructor.
10172         (DECL_CONSTRUCTOR_CALLS): Access macro to called_constructor.
10173         (CLASS_HAS_FINIT_P): New macro.
10174         (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
10175         explicit constructor invocation.
10176         (CALL_EXPLICIT_CONSTRUCTOR_P, CALL_THIS_CONSTRUCTOR_P,
10177         CALL_SUPER_CONSTRUCTOR_P): New macros.
10178         (write_classfile): Added prototype.
10179         * jcf-parse.c (jcf_parse_source): Parse and remember for
10180         generation if the file was seen on the command line.
10181         (parse_source_file): Don't write the class file here.
10182         (yyparse): Loop on files rewritten. Set current_jcf.
10183         (parse_zip_file_entries): Parse class file only if it was found.
10184         * lang.c (init_parse): Don't open command line provided filename
10185         here.
10186         (lang_parse): Don't set main_jcf anymore.
10187         * parse.h (ABSTRAC_CHECK): Capitalized arguments.
10188         (JCONSTRUCTOR_CHECK): New macro.
10189         (JBSC_TYPE_P): New macro.
10190         (IN_TRY_BLOCK_P, EXCEPTIONS_P): Fixed leading comment.
10191         (COMPLETE_CHECK_OP_2): New macro.
10192         (struct parse_ctxt): New field explicit_constructor_p.
10193         (check_class_interface_creation): Fixed prototype indentation.
10194         (patch_method_invocation_stmt): Prototype reflects added argument.
10195         (patch_invoke): Likewise.
10196         (complete_method_declaration, build_super_invocation,
10197         verify_constructor_circularity,
10198         build_this_super_qualified_invocation, get_printable_method_name,
10199         patch_conditional_expr, maybe_generate_finit, fix_constructors,
10200         verify_constructor_super, create_artificial_method,
10201         start_artificial_method_body, end_artificial_method_body,
10202         generate_field_initialization_code): New function prototypes.
10203         * parse.y: Fixed leading comment
10204         (constructor_header:, constructor_body:, block_end:): Rules tagged
10205         <node>.
10206         (type_declaration:): Call maybe_generate_finit.
10207         (method_declaration:): Action for method_body: placed in new
10208         function complete_method_declaration, called here.
10209         (constructor_declaration:): Defined actions. Removed leading
10210         FIXME.
10211         (constructor_header:): New rule with action.
10212         (constructor_body:): Rule rewritten using block_begin: and
10213         block_end:. Defined actions.
10214         (constructor_declarator:, explicit_constructor_invocation:):
10215         Defined actions.
10216         (block:): Use new rules block_begin: block_end:.
10217         (block_begin:, block_end:): New rules and actions.
10218         (block_statements:): Fixed error message for explicit
10219         constructors.
10220         (method_invocation:): Call build_this_super_qualified_invocation
10221         if primary is `this' or `super' was seen.
10222         (conditional_expression:): Action defined.
10223         (extra_ctxp_pushed_p): New static global flag.
10224         (java_parser_context_save_global): Create parser context if
10225         necessary. Use extra_ctxp_pushed_p to remember it.
10226         (java_parser_context_restore_global): Pop extra parser context if
10227         one exists.
10228         (build_array_from_name): Array on primitive types are marked
10229         loaded.
10230         (register_fields): Restore new name in field initializer
10231         expression if type was altered. Non static fields initialized upon
10232         declaration marked initialized.
10233         (maybe_generate_finit): New function.
10234         (maybe_generate_clinit): Use create_artificial_method,
10235         start_artificial_method_body, end_artificial_method_body. Generate
10236         debug info for enclosed initialization statements.
10237         (method_header): Fixed leading comment. Check constructor
10238         flags. Detect constructor declarations and set DECL_CONSTRUCTOR_P
10239         accordingly.
10240         (complete_method_declaration, constructor_circularity_msg,
10241         verify_constructor_circularity): New functions.
10242         (get_printable_method_name): New function.
10243         (check_method_redefinition): Don't rename <finit> methods. Fix
10244         declared constructor names. Error message for
10245         constructors modified.
10246         (java_check_regular_methods): Local variable seen_constructor
10247         renamed saw_constructor. Skip verification on constructors. Create
10248         default constructor with create_artificial_method.
10249         (java_check_methods): Removed unnecessary empty line.
10250         (create_artificial_method, start_artificial_method_body,
10251         end_artificial_method_body): New functions.
10252         (java_layout_classes): Changed leading comment. Reverse fields
10253         list if necessary. Always layout java.lang.Object if being
10254         defined.
10255         (java_complete_expand_methods): Verify constructor circularity.
10256         (java_complete_expand_method): Call fix_constructor on
10257         constructors.  Local variable no_ac_found removed. Restore
10258         bindings if method body expansion failed.
10259         (fix_constructors, verify_constructor_super,
10260         generate_field_initialization_code): New function.
10261         (java_expand_classes): Fixed leading comment. Write class file
10262         here.
10263         (resolve_expression_name): Check for illegal instance variable
10264         usage within the argument scope of an explicit constructor
10265         invocation.
10266         (resolve_qualified_expression_name): Pass extra from_super flag
10267         when invoking patch_method_invocation_stmt. New case for
10268         conditional expression when used as a primary. Check for error
10269         when acquiring super.
10270         (patch_method_invocation_stmt): Added extra argument super. New
10271         local variable is_static_flag. Set class_to_search according to
10272         the nature of the constructor invocation. Don't add `this'
10273         argument when expanding NEW_CLASS_EXPR. Check for illegal method
10274         invocation within the argument scope of explicit constructor
10275         invocation. Set is_static according to is_static_flag. Provide
10276         extra `super' argument to patch_invoke invocation.
10277         (patch_invoke): New argument from_super. Loop on arguments
10278         indentation fixed. Pass from_super to invocation_mode. New switch
10279         case INVOKE_SUPER. Fixed error message in switch default case.
10280         Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
10281         value.
10282         (invocation_mode): Return INVOKE_SUPER mode when appropriate.
10283         (lookup_method_invoke): Fixed prototypes in candidates list. Error
10284         message takes constructors into account.
10285         (find_applicable_accessible_methods_list): Fixed indentation.
10286         (qualify_ambiguous_name): Take explicit constructor invocation
10287         into account. Deal with a conditional expression as a primary to
10288         a method call.
10289         (java_complete_tree): Added local wfl_op3. New CONDITIONAL_EXPR
10290         case. Added extra argument to patch_method_invocation_stmt.
10291         Register calls made to explicit constructor `this'. Don't call
10292         save_expr in ARRAY_REF case when emitting class files. Check for
10293         illegal use of this when expanding explicit constructor invocation
10294         arguments.
10295         (complete_function_arguments): Set and reset parser context
10296         explicit_constructor_p field value when appropriate.
10297         (build_super_invocation, build_this_super_qualified_invocation):
10298         New functions.
10299         (patch_assignment): Fixed typo.
10300         (patch_unaryop): Check on final fields occurs only when a decl
10301         exits.
10302         (patch_return): Take constructors into account.
10303         (patch_conditional_expr): New function.
10304         * typeck.c (build_java_signature): Removed unnecessary empty line.
10305
10306 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
10307
10308         * Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
10309
10310 1998-10-28  Tom Tromey  <tromey@cygnus.com>
10311
10312         * decl.c (init_decl_processing): Renamed fields.
10313         * class.c (make_class_data): Renamed bfsize, nfields, nsfields,
10314         interface_len, msize fields.
10315
10316         * class.c (make_class_data): Removed subclass_head and
10317         subclass_next fields.
10318         * decl.c (init_decl_processing): Removed subclass_head and
10319         subclass_next fields.
10320
10321 Wed Oct 28 00:46:15 1998  Jeffrey A Law  (law@cygnus.com)
10322
10323         * jcf-write.c (emit_load_or_store): Avoid implicit int arguments.
10324         * mangle.c (emit_unicode_mangled_name): Similarly.
10325
10326 Mon Oct 26 12:17:23 1998  Nick Clifton  <nickc@cygnus.com>
10327
10328         * jcf-parse.c (get_constant): Place braces around code to compute
10329         'd' when REAL_ARITHMETIC is not defined.
10330
10331 Sun Oct 25 14:58:05 1998  H.J. Lu  (hjl@gnu.org)
10332
10333         * Make-lang.in (jv-scan$(exeext)): Add stamp-objlist to
10334         dependency.
10335
10336 1998-10-23  Tom Tromey  <tromey@cygnus.com>
10337
10338         * lang-specs.h: `.zip' files are input to jc1.
10339
10340 Thu Oct 22 23:01:54 1998  Per Bothner  <bothner@cygnus.com>
10341
10342         * jvspecs.c:  Add (but don't enable) support for combining multiple
10343         .class and .java input filenames to a single jc1 invocation.
10344         Add support for -C flag (copile to .class files).
10345         Translate -classpath and -CLASSPATH arguments.
10346         * lang-specs.h:  Don't set %2 spec.
10347
10348 1998-10-22  Tom Tromey  <tromey@cygnus.com>
10349
10350         * jcf-path.c (add_entry): Don't add trailing separator if entry is
10351         a .zip file.
10352         (add_path): Don't add trailing separator to non-empty path
10353         elements.
10354
10355         * lang.c (lang_decode_option): Check for -fclasspath and
10356         -fCLASSPATH before examining other `-f' options.
10357
10358         * java-tree.h (finalize_identifier_node): Don't declare.
10359         * class.c (make_class_data): Don't push "final" field.
10360         * decl.c (init_decl_processing): Don't push "final" field.
10361         (finalize_identifier_node): Removed.
10362         (init_decl_processing): Don't set finalize_identifier_node.
10363
10364         * config-lang.in (stagestuff): Added jcf-dump and jv-scan.
10365
10366 Sun Oct 11 10:31:52 1998  Anthony Green  <green@cygnus.com>
10367
10368         * Make-lang.in (java): Depend on jcf-dump and jv-scan.
10369         (JV_SCAN_SOURCES): New macro.
10370         (JCF_DUMP_SOURCES): Likewise.
10371         (jcf-dump$(exeext)): New target.
10372         (jv-scan$(exeext)): New target.
10373
10374 1998-10-22  Tom Tromey  <tromey@cygnus.com>
10375
10376         * Makefile.in (LEX): Removed.
10377         (LEXFLAGS): Likewise.
10378         (SET_BISON): New macro.
10379         (BISON): Removed.
10380         ($(PARSE_C)): Use SET_BISON.  Run bison from srcdir to avoid
10381         spurious diffs in parse.c.
10382         ($(PARSE_SCAN_C)): Likewise.
10383         (PARSE_DIR): New macro.
10384         (PARSE_C): Use it.
10385         (PARSE_SCAN_C): Likewise.
10386         (PARSE_RELDIR): New macro.
10387
10388         * jcf-io.c (saw_java_source): Define here, not in jcf-parse.c.
10389
10390         * jcf-io.c (find_class): Use saw_java_source to determine when to
10391         look for `.java' file.
10392         * jcf-parse.c (saw_java_source): New global.
10393         (yyparse): Set it if `.java' file seen.
10394
10395         * Make-lang.in (JAVA_SRCS): Added jcf-path.c.
10396         (GCJH_SOURCES): Likewise.
10397         * Makefile.in (datadir): New macro.
10398         (libjava_zip): Likewise.
10399         (JAVA_OBJS): Added jcf-path.o.
10400         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
10401         (../gcjh$(exeext)): Likewise.
10402         (jcf-path.o): New target.
10403         * java-tree.h (fix_classpath): Removed decl.
10404         * jcf-parse.c (fix_classpath): Removed.
10405         (load_class): Don't call fix_classpath.
10406         * parse.y (read_import_dir): Don't call fix_classpath.
10407         * lex.h: Don't mention classpath.
10408         * lex.c (java_init_lex): Don't initialize classpath.
10409         * jcf-io.c (classpath): Removed global.
10410         (find_class): Use jcf_path iteration functions.  Correctly search
10411         class path for .java file.
10412         (open_in_zip): New argument `is_system'.
10413         * jcf-dump.c (main): Call jcf_path_init.  Recognize all new
10414         classpath-related options.
10415         * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH,
10416         and -I.
10417         (lang_init): Call jcf_path_init.
10418         * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH.
10419         * lang-specs.h: Handle -I.  Minor cleanup to -M options.
10420         Correctly put braces around second string in each entry.
10421         * gjavah.c (main): Call jcf_path_init.  Recognize all the new
10422         classpath-related options.
10423         (help): Updated for new options.
10424         * jcf.h: Declare functions from jcf-path.c.  Don't mention
10425         `classpath' global.
10426         * jcf-path.c: New file.
10427
10428         * jcf-depend.c: Include jcf.h.
10429
10430         * jcf-write.c (localvar_alloc): Returns `void'.
10431         (localvar_free): Removed unused variable.
10432
10433         * lang.c (OBJECT_SUFFIX): Define if not already defined.
10434         (init_parse): Use OBJECT_SUFFIX, not ".o".
10435
10436 Wed Oct 21 07:54:11 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10437
10438         * class.c (emit_register_classes): Renamed from
10439         emit_register_class.
10440         * java-tree.h (emit_register_classes): Prototype renamed from
10441         emit_register_class.
10442         * jcf-parse.c (yyparse): Call emit_register_classes once before
10443         returning.
10444         * parse.y (java_expand_classes): No longer register classes.
10445
10446 Tue Oct 20 09:15:38 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10447
10448         * class.c (is_compiled_class): New local variable
10449         seen_in_zip. Identify classes found in currently compiled source
10450         file(s).
10451         * decl.c (complete_start_java_method): Fixed typo.
10452         * java-tree.h (CLASS_FROM_CURRENTLY_COMPILED_SOURCE_P,
10453         HAS_BEEN_ALREADY_PARSED_P, IS_A_COMMAND_LINE_FILENAME_P): New macros.
10454         (CLASS_P): Moved around.
10455         (java_parse_abort_on_error): Macro moved from jcf-parse.c
10456         * jcf-parse.c (java_parse_abort_on_error): Macro moved to
10457         java-parse.h
10458         (jcf_parse_source): Changed leading comment. Removed unnecessary
10459         fclose and CLASS_FROM_SOURCE_P marking.
10460         (parse_source_file): New local variables remember_for_generation
10461         and filename. Mark parsed file name identifier node. Removed block
10462         executed when parse_only was null. Set remember_for_generation.
10463         Use it as an argument to java_pop_parser_context.
10464         (yyparse): New local variables several_files, list, next node and
10465         current_file_list. Split ampersand separated file names into
10466         current_file_list. Iterate through the list and parse accordingly.
10467         * parse.h (java_pop_parser_context): New function prototype.
10468         * parse.y (ctxp_for_generation): New static global variable.
10469         (java_pop_parser_context): New argument generate. Link popped ctxp
10470         to ctxp_for_generation list accordingly.
10471         (java_complete_expand_methods): Fixed indentation.
10472         (java_expand_classes): New function.
10473
10474 Sat Oct 17 11:25:21 1998  Per Bothner  <bothner@cygnus.com>
10475
10476         * Makefile.in:  Link with libiberty.a instead of memmove.o.
10477
10478 Fri Oct 16 10:59:01 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10479
10480         * lex.c (setjmp.h): No longer included.
10481         * lex.h (setjmp.h): Included.
10482         * parse.h (SET_TYPE_FOR_RESOLUTION): New macro.
10483         (duplicate_declaration_error_p): Renamed from
10484         duplicate_declaration_error.
10485         (build_array_from_name): New function prototype.
10486         * parse.y (setjmp.h): No longer included.
10487         (variable_declarator_id): Define action.
10488         (build_array_from_name): New function.
10489         (duplicate_declaration_error_p): Renamed from
10490         duplicate_declaration_error.  Fixed leading comment.
10491         (register_fields): Main `for' loop reorganized. Uses
10492         SET_TYPE_FOR_RESOLUTION and build_array_from_name.
10493         (method_declarator): Uses SET_TYPE_FOR_RESOLUTION and call
10494         build_array_from_name.
10495         (resolve_class): Set CLASS_LOADED_P on newly build array dimension
10496         types.
10497         (read_import_dir): Don't try to skip `.' and `..'.
10498         (declare_local_variables): Uses SET_TYPE_FOR_RESOLUTION and
10499         build_array_from_name. Main `for' loop reorganized.
10500         (resolve_qualified_expression_name): When building access to a
10501         field, use the type where the field was found, not its own type.
10502         (maybe_access_field): Use field DECL_CONTEXT if the type where the
10503         field was found is null.
10504         (qualify_ambiguous_name): Sweep through all successive array
10505         dimensions.
10506
10507 Wed Oct 14 18:21:29 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10508
10509         * java-tree.h (pop_labeled_block, lang_printable_name,
10510         maybe_add_interface, set_super_info, get_access_flags_from_decl,
10511         interface_of_p, inherits_from_p, fix_classpath,
10512         complete_start_java_method, emit_handlers, init_outgoing_cpool,
10513         make_class_data, register_class, alloc_name_constant): New
10514         function prototypes.
10515         * lang.c (lang_decode_option): Set argc argument unused. Fixed
10516         indentation. Added cast to remove warning.
10517         (lang_printable_name): Set v argument unused.
10518         (lang_print_error): Added argument to lang_printable_name call.
10519         (java_dummy_print, print_lang_decl, print_lang_type,
10520         print_lang_identifier, lang_print_xnode): All argument marked
10521         unused.
10522         * lex.c (java_unget_unicode): Removed unnecessary argument.
10523         (java_allocate_new_line): Unused local variable is gone.
10524         (java_read_char): Added parenthesis in expressions to remove
10525         warnings.  Added final return statement.
10526         (java_read_unicode): Added parenthesis in expression to remove
10527         warning.
10528         (java_parse_end_comment): Fixed java_unget_unicode invocation.
10529         (java_parse_escape_sequence): Likewise.
10530         (java_lex): Unused local variables are gone. Fixed
10531         java_unget_unicode invocation.
10532         * lex.h (set_float_handler): Prototype added when JC1_LITE not
10533         defined.
10534         * parse.h (ERROR_CANT_CONVERT_TO_BOOLEAN): Fixed
10535         lang_printable_name invocation in macro.
10536         (ERROR_CANT_CONVERT_TO_NUMERIC, ERROR_CAST_NEEDED_TO_INTEGRAL):
10537         Likewise.
10538         (duplicate_declaration_error): Suppressed unused argument in
10539         prototype.
10540         (identical_subpath_p): Function declaration is gone.
10541         (patch_invoke): Suppressed unused argument in prototype.
10542         (patch_cast, build_labeled_block, check_thrown_exceptions):
10543         Likewise.
10544         * parse.y (setjmp.h): Included
10545         (toplev.h): Likewise.
10546         (field_declaration:): Suppressed unused local
10547         (label_decl:): Fixed build_labeled_block invocation.
10548         (java_pop_parser_context): Put extra parenthesis around assignment
10549         in if.
10550         (yyerror): Suppressed unused local variables.
10551         (variable_redefinition_error): Fixed lang_printable_name
10552         invocation.
10553         (create_interface): Suppressed unused local variables.
10554         (create_class): Likewise.
10555         (duplicate_declaration_error): Suppressed unused argument. Fixed
10556         lang_printable_name invocation.
10557         (register_fields): Suppressed unused local variable. Fixed
10558         duplicate_declaration_error invocation.
10559         (method_header): Suppressed unused local variable.
10560         (method_declarator, parser_check_super): Likewise.
10561         (java_complete_class): Suppressed unused local variable. Fixed
10562         fatal error message.
10563         (complete_class_report_errors): Added default: in switch.
10564         (java_check_regular_methods): Fixed lang_printable_name
10565         invocations.
10566         (check_throws_clauses): Likewise.
10567         (java_check_abstract_methods): Suppressed unused local
10568         variable. Fixed lang_printable_name invocation.
10569         (read_import_entry): Added supplemental return statement.
10570         (read_import_dir): Suppressed unused local variables.
10571         (check_pkg_class_access, declare_local_variables): Likewise.
10572         (source_start_java_method): Suppressed unused extern variable
10573         declarations
10574         (expand_start_java_method): Suppressed unused extern and local
10575         variable declarations.
10576         (java_complete_expand_methods): Likewise.
10577         (java_complete_expand_method): Suppressed unused local variables.
10578         (make_qualified_name): Likewise.
10579         (resolve_qualified_expression_name): Added default: in
10580         switch. Fixed lang_printable_name invocation.
10581         (class_instance_creation_expression): Added parenthesis around
10582         expressions.
10583         (patch_method_invocation_stmt): Fixed lang_printable_name and
10584         patch_invoke invocations.
10585         (check_for_static_method_reference): Fixed lang_printable_name
10586         invocation.
10587         (patch_invoke): Suppressed unused arguments and local variables.
10588         (lookup_method_invoke): Suppressed unused local variables.
10589         (qualify_ambiguous_name): Added default: in switch.
10590         (identical_subpath_p): Function removed.
10591         (patch_assignment): Suppressed unused local variables. Suppressed
10592         unnecessary if statement. Fixed lang_printable_name invocations.
10593         (try_builtin_assignconv): Fixed lang_printable_name invocations.
10594         (valid_ref_assignconv_cast_p): Parenthesis around
10595         expression. Suppressed unused local variables.
10596         (build_binop): Suppressed unused local variables. fixed
10597         lang_printable_name invocations.
10598         (string_constant_concatenation): Suppressed unused local
10599         variables.
10600         (patch_unaryop): Fixed lang_printable_name invocation.
10601         (patch_cast): Suppressed unnecessary argument. Fixed
10602         lang_printable_name invocation.
10603         (patch_array_ref): Fixed lang_printable_name invocation.
10604         (patch_newarray, patch_return, patch_if_else_statement): Likewise.
10605         (build_labeled_block): Suppressed unused argument.
10606         (generate_labeled_block): Fixed build_labeled_block invocation.
10607         (build_loop_body): Suppressed unused local variables.
10608         (patch_loop_statement): Likewise.
10609         (patch_exit): Fixed lang_printable_name invocation.
10610         (patch_switch_statement): Likewise.
10611         (case_identity): First argument marked unused.
10612         (patch_try_statement): Fixed lang_printable_name invocations.
10613         (patch_synchronized_statement, patch_throw_statement): Likewise.
10614         (check_thrown_exceptions): Fixed check_thrown_exceptions and
10615         lang_printable_name invocations.
10616         (check_thrown_exceptions_do): Suppressed unused argument.
10617
10618 1998-10-14  Tom Tromey  <tromey@cygnus.com>
10619
10620         * jcf-write.c (write_classfile): Add output class file as target.
10621         * lang-options.h: Added -MD, -MMD, -M, and -MM.
10622         * jcf.h: Added declarations for dependency-tracking functions.
10623         * lang-specs.h: Handle -M, -MM, MD, and -MMD.
10624         * lang.c (lang_decode_option): Recognize -MD and -MMD.
10625         (finish_parse): Call jcf_dependency_write.
10626         (dependency_tracking): New global.
10627         (DEPEND_SET_FILE): New define.
10628         (DEPEND_ENABLE): New define.
10629         (init_parse): Enable dependency tracking if required.
10630         Include "flags.h".
10631         * Makefile.in (JAVA_OBJS): Added jcf-depend.o.
10632         (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o.
10633         (../gcjh$(exeext)): Likewise.
10634         (jcf-depend.o): New target.
10635         * Make-lang.in (JAVA_SRCS): Added jcf-depend.c.
10636         (GCJH_SOURCES): Likewise.
10637         * jcf-io.c (open_class): Call jcf_dependency_add_file.  Added
10638         dep_name argument.
10639         (find_classfile): Added dep_name argument.
10640         (find_class): Compute name of dependency.
10641         (open_in_zip): Call jcf_dependency_add_file.
10642         * gjavah.c (output_file): No longer global.
10643         (usage): Don't mention "gjavah".
10644         (help): Likewise.
10645         (java_no_argument): Likewise.
10646         (version): Likewise.
10647         (main): Recognize and handle -M family of options.
10648         (print_mangled_classname): Return is void.
10649         (process_file): Handle case where output is suppressed.
10650         (HANDLE_END_FIELD): Likewise.
10651         (HANDLE_METHOD): Likewise.
10652         * jcf-depend.c: New file.
10653
10654 Tue Oct 13 23:34:12 1998  Jeffrey A Law  (law@cygnus.com)
10655
10656         * java-tree.def: Add missing newline at EOF.
10657
10658 1998-10-13  Tom Tromey  <tromey@cygnus.com>
10659
10660         * jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1.
10661         (main): Likewise.  Exit with SUCCESS_EXIT_CODE at end of
10662         function.
10663         Include <config.h> and "system.h".
10664         (disassemble_method): Undefine RET to avoid clash with
10665         config/i386/i386.h.
10666
10667 Tue Oct 13 03:50:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10668
10669         * decl.c (runtime_exception_type_node, error_exception_type_node):
10670         New global variables.
10671         (init_decl_processing): Initialized.
10672         * expr.c (java_lang_expand_expr): Set caught exception type to
10673         null if catch handler argument doesn't exit.
10674         * java-tree.def (SYNCHRONIZED_EXPR, THROW_EXPR): New Java specific
10675         tree codes.
10676         * java-tree.h (runtime_exception_type_node,
10677         error_exception_type_node): Global variables declared.
10678         (DECL_FUNCTION_THROWS): New macro.
10679         (DECL_FUNCTION_BODY): Modified comment.
10680         (DECL_SPECIFIC_COUNT): Likewise.
10681         (struct lang_decl): New field throws_list.
10682         (IS_UNCHECKED_EXPRESSION_P): New macro.
10683         * lex.c (java_lex): Generate location information for THROW_TK.
10684         * parse.h (PUSH_EXCEPTIONS, POP_EXCEPTIONS, IN_TRY_BLOCK_P,
10685         EXCEPTIONS_P): New macros.
10686         (enum jdep_code): New value JDEP_EXCEPTION.
10687         (BUILD_MONITOR_ENTER, BUILD_MONITOR_EXIT,
10688         BUILD_ASSIGN_EXCEPTION_INFO, BUILD_THROW, SET_WFL_OPERATOR,
10689         PATCH_METHOD_RETURN_ERROR): New macros.
10690         (patch_method_invocation_stmt): Added new argument to prototype.
10691         (patch_synchronized_statement, patch_throw_statement,
10692         check_thrown_exceptions, check_thrown_exceptions_do,
10693         purge_unchecked_exceptions, check_throws_clauses): New function
10694         prototypes.
10695         * parse.y Fixed typo in keyword section.
10696         (throw:): Rule tagged <node>.
10697         (THROW_TK): Keyword tagged <operator>.
10698         (method_header:): Last argument to call to method_header passed
10699         from throws: rule.
10700         (throws:, class_type_list:, throw_statement:,
10701         synchronized_statement:, synchronized:): Defined actions.
10702         (method_header): New local variable current. Register exceptions
10703         from throws clause.
10704         (java_complete_tree): Complete and verify exceptions from throws
10705         clause.
10706         (complete_class_report_errors): Error message on exceptions not
10707         found
10708         (java_check_regular_methods): Fixed typo. Shortcut on private
10709         overriding methods. Changed error message on method
10710         redefinition. Check for throws clause compatibility.
10711         (check_throws_clauses): New function.
10712         (java_check_abstract_methods): Use DECL_NAME for wfl or current
10713         method. Changed error message on method redefinition.
10714         (currently_caught_type_list): New static variable.
10715         (java_complete_expand_methods): Purge unchecked exceptions from
10716         throws clause list. Call PUSH_EXCEPTIONS before walk and
10717         POP_EXCEPTIONS after.
10718         (resolve_qualified_expression_name): Pass new argument as NULL to
10719         patch_method_invocation_stmt.
10720         (patch_method_invocation_stmt): New argument ref_decl. Invoke
10721         PATCH_METHOD_RETURN_ERROR when returning with error. Reverse
10722         argument list when appropriate. Use new argument if non null to
10723         store selected method decl.
10724         (patch_invoke): Convert if necessary args of builtin types before
10725         forming CALL_EXPR. Argument list no longer reversed here.
10726         (invocation_mode): Treat final methods as static methods.
10727         (java_complete_tree): New cases for THROW_EXPR: and
10728         SYNCHRONIZED_EXPR:. Check thrown exceptions when completing
10729         function call.
10730         (complete_function_arguments): No more RECORD_TYPE
10731         conversion. Function parameter nodes no longer saved.
10732         (valid_ref_assignconv_cast_p): Avoid handling null type.
10733         (patch_binop): Fixed null constant reference handling.
10734         (build_try_statement): Use BUILD_ASSIGN_EXCEPTION_INFO and
10735         BUILD_THROW macros.
10736         (patch_try_statement): Fixed comments. Record caught types in
10737         list, push the list, expand try block and pop the list.
10738         (patch_synchronized_statement, patch_throw_statement,
10739         check_thrown_exceptions, check_thrown_exceptions_do,
10740         purge_unchecked_exceptions): New functions.
10741         * typeck.c (lookup_argument_method): Allow WFL in place of method
10742         DECL_NAME during method definition check
10743
10744 1998-10-09  Tom Tromey  <tromey@cygnus.com>
10745
10746         * gjavah.c (decode_signature_piece): New function.
10747         (print_c_decl): Use it.  Added `name_override' argument.
10748         (print_method_info): Use name_override argument to print_c_decl.
10749         (seen_fields): Removed.
10750         (print_field_info): Don't update seen_fields.
10751         (struct method_name): New structure.
10752         (method_name_list): New global.
10753         (print_method_info): Add new method to list of methods.
10754         (name_is_method_p): New function.
10755         (print_field_info): If field name has same name as method, then
10756         change field name.
10757         (process_file): Parse methods before fields.
10758         (field_pass): New global.
10759         (HANDLE_END_FIELD): Take field_pass into account.
10760
10761 Wed Oct  7 12:10:48 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10762
10763         * Makefile.in (keyword.h): Add -L KR-C -F ', 0' flags to gperf.
10764         (keyword.h): Regenerate using gperf 2.7.1 (19981006 egcs).
10765
10766 Sat Oct  3 13:29:46 1998  Anthony Green  <green@cygnus.com>
10767
10768         * jvspec.c: Fix bug in jvgenmain_spec patch.
10769
10770 Fri Oct  2 17:22:52 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10771
10772         * Makefile.in (lang.o:): Install dependency on java-tree.def.
10773         * decl.c (soft_exceptioninfo_call_node): New global variable.
10774         (init_decl_processing): Fixed indentation. soft_badarrayindex_node
10775         takes extra integer argument. soft_exceptioninfo_call_node
10776         initialized.
10777         * except.c (java_set_exception_lang_code): New function
10778         (method_init_exceptions): Called here.
10779         (prepare_eh_table_type): New function.
10780         (expand_end_java_handler): Called here.
10781         * expr.c (build_java_throw_out_of_bounds_exception): Now features
10782         one argument. Modified generation of call to
10783         soft_badarrayindex_node to use new argument.
10784         (build_java_arrayaccess): Pass faulty index value to
10785         build_java_throw_out_of_bounds_exception.
10786         (generate_name): New function.
10787         (java_lang_expand_expr): New local variables node, current,
10788         has_finally_p. Expand TRY_EXPR node.
10789         (process_jvm_instruction): Replace top of the stack with thrown
10790         object reference when entering exception handler.
10791         * java-tree.def (TRY_EXPR, CATCH_EXPR, FINALLY_EXPR): New Java
10792         specific tree codes.
10793         * java-tree.h (soft_exceptioninfo_call_node): Declaration of new
10794         global.
10795         (DECL_SPECIFIC_COUNT): New macro.
10796         (prepare_eh_table_type, java_set_exception_lang_code,
10797         generate_name): New function declarations.
10798         (match_java_method): Declaration deleted.
10799         (FINALLY_EXPR_LABEL, FINALLY_EXPR_BLOCK, CATCH_EXPR_GET_EXPR): New
10800         macros.
10801         * lex.c (TRY_TK, CATCH_TK): Generate location information.
10802         * parse.h (redefinition_error, refine_accessible_methods_list,
10803         can_cast_to_p): Function declaration removed.
10804         (classitf_redefinition_error, variable_redefinition_error,
10805         parse_jdk1_1_error, find_applicable_accessible_methods_list,
10806         find_most_specific_methods_list, argument_types_convertible,
10807         enter_a_block, valid_builtin_assignconv_identity_widening_p,
10808         valid_cast_to_p, valid_method_invocation_conversion_p,
10809         try_reference_assignconv, add_stmt_to_compound,
10810         build_jump_to_finally, build_tree_list, patch_try_statement,
10811         java_get_catch_block): New function declarations.
10812         * parse.y (string_buffer_type): Global variable deleted.
10813         (group_of_labels, catches, catch_clause, catch_clause_parameter,
10814         finally): Rules tagged <node>.
10815         (TRY_TK, CATCH_TK): Token tagged <operator>.
10816         (class_body_declaration:, class_member_declaration:,
10817         formal_parameter:, explicit_constructor_invocation:,
10818         interface_member_declaration:, constant_declaration:,
10819         primary_no_new_array:, class_instance_creation_expression:,
10820         array_creation_expression:): Issue error on unsuported JDK1.1
10821         features.
10822         (try_statement:, catches:, finally:): Define actions.
10823         (catch_clause_parameter): New rule.
10824         (catch_clause:): Use new rule catch_clause_parameter.
10825         (parse_jdk1_1_error): New function.
10826         (redefinition_error): Renamed classitf_redefinition_error.
10827         (variable_redefinition_error): New function.
10828         (check_class_interface_creation): Call
10829         classitf_redefinition_error.
10830         (java_complete_tree): Added error message on JDEP_TYPE: case.
10831         (complete_class_report_errors): Fixed indentation.
10832         (declare_local_variables): Call variable_redefinition_error.
10833         (source_end_java_method): Call java_set_exception_lang_code and
10834         emit_handlers where appropriate.
10835         (java_method_add_stmt): Call add_stmt_to_block.
10836         (add_stmt_to_block): New function.
10837         (lookup_method_invoke): Fixed outside comment. new local variable
10838         candicates.  Call find_applicable_accessible_methods_list and
10839         find_most_specific_methods_list when searching for a
10840         method. Modified error report to list possible candidates when
10841         applicable.
10842         (find_applicable_accessible_methods_list,
10843         find_most_specific_methods_list, argument_types_convertible): New
10844         function.
10845         (refine_accessible_methods_list): Function deleted.
10846         (java_complete_tree): Handle TRY_EXPR. ARRAY_REF handling: save
10847         expr (if applicable) before calling patch_array_ref.
10848         (build_expr_block): Fixed BLOCK_EXPR_BODY assignment.
10849         (enter_block): Fixed comment.
10850         (enter_a_block): New function.
10851         (patch_assignment): Reorganized. Call try_reference_assignconv for
10852         references. Call valid_cast_to_p instead of can_cast_to_p.
10853         (try_reference_assignconv,
10854         valid_builtin_assignconv_identity_widening_p): New functions.
10855         (valid_ref_assignconv_cast_p): Fixed inverted test on CLASS_FINAL.
10856         (valid_cast_to_p, valid_method_invocation_conversion_p): New
10857         functions.
10858         (build_string_concatenation): Don't resolve StringBuffer.
10859         (patch_cast): Fixed inverted arguments.
10860         (patch_array_ref): Code to save array expr deleted. Call
10861         valid_cast_to_p instead of can_cast_to_p.
10862         (generate_labeled_block): Call generate_name.
10863         (build_jump_to_finally, build_try_statement, java_get_catch_block,
10864         patch_try_statement): New functions.
10865         * typeck.c (match_java_method): Function deleted.
10866
10867 Fri Oct  2 13:48:36 1998  Anthony Green  <green@cygnus.com>
10868
10869         * jvspec.c: jvgenmain_spec uses different temporary file names.
10870
10871 Fri Oct  2 12:50:19 1998  Anthony Green  <green@cygnus.com>
10872
10873         * jvspec.c (lang_specific_driver): Fail if user specifies
10874         --main= when not linking.
10875
10876 Mon Sep 28 13:48:33 1998  Tom Tromey  <tromey@cygnus.com>
10877
10878         * class.c (make_class_data): Push value for `thread' field.
10879         * decl.c (init_decl_processing): Added `thread' field to class.
10880
10881         * class.c (add_field): Always make static fields externally
10882         visible.
10883
10884 Sat Sep 26 08:22:47 1998  Anthony Green  <green@cygnus.com>
10885
10886         * expr.c (build_java_athrow,
10887         build_java_throw_out_of_bounds_exception, expand_invoke,
10888         build_newarray, expand_java_multianewarray, build_java_monitor):
10889         Update comments to reflect _Jv_* function names.
10890
10891 Fri Sep 25 16:03:02 1998  Per Bothner  <bothner@cygnus.com>
10892
10893         * decl.c (complete_start_java_method):  DECL_RESULT is always promoted.
10894         * decl.c (start_java_method):  Handle PROMOTE_PROTOTYPES target macro.
10895         * parse.y (expand_start_java_method):  Likewise.
10896
10897 Thu Sep 24 12:20:35 1998  Per Bothner  <bothner@cygnus.com>
10898
10899         * expr.c (pop_arguments):  Handle PROMOTE_PROTOTYPES target macro.
10900
10901         * class.c (push_class):  IDENTIFIER_SIGNATURE_TYPE is now POINTER_TYPE.
10902         (add_field):  No longer need to convert from RECORD_TYPE to pointer,
10903         * expr.c:  Remove no-longer-needed calls to promote_type.
10904         * decl.c (give_name_to_locals):  Liekwise.
10905         * jcf-parse.c (get_class_constant):  Compensate for new signatures.
10906         * parse.y:  Add/remove promote_type calls as appropriate.
10907         * typeck.c (parse_signature_type):  Returns POINTER_TYPE for objects.
10908         (parse_signature_string):  Likewise.
10909         (build_java_array_type):  Fix for now signature convenions.
10910
10911         * lex.c (java_lex):  Fix (from Alex) for JC1_LITE problem.
10912
10913 Wed Sep 23 14:49:35 1998  Tom Tromey  <tromey@cygnus.com>
10914
10915         * class.c (init_class_processing): libjava function renamed to
10916         _Jv_RegisterClass.
10917
10918 Tue Sep 22 12:00:02 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10919
10920         * expr.c (java_lang_expand_expr): New case for SWITCH_EXPR.
10921         * java-tree.def: Fixed DEFTREECODE third argument.
10922         (UNARY_PLUS_EXPR, NEW_ARRAY_EXPR, NEW_CLASS_EXPR, THIS_EXPR,
10923         CASE_EXPR, DEFAULT_EXPR): New tree codes for Java.
10924         * java-tree.h: (IS_CRAFTED_STRING_BUFFER_P): New macro.
10925         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
10926         JAVA_THIS_EXPR): Now replaced by tree code definitions.
10927         (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
10928         * lang.c (java_tree_code_type, java_tree_code_length,
10929         java_tree_code_name): New arrays.
10930         (lang_init): Append Java tree node definitions to Gcc ones.
10931         * lex.c (expression_obstack): Declared as extern when JC1_LITE
10932         defined.
10933         (java_init_lex): Initialize wfl_append, wfl_string_buffer,
10934         wfl_to_string.
10935         (java_lex): Allow declaration of empty string constants. Retain
10936         location information on CASE_TK and DEFAULT_TK.
10937         * parse.h (JFLOAT_TYPE_P, JINTEGRAL_TYPE_P, JNUMERIC_TYPE_P,
10938         JPRIMITIVE_TYPE_P, JSTRING_TYPE_P, JSTRING_P, JREFERENCE_TYPE_P):
10939         Modified to be more robust.
10940         (BUILD_APPEND, BUILD_STRING_BUFFER): New macros.
10941         (build_new_invocation, try_builtin_assignconv,
10942         patch_switch_statement, string_constant_concatenation,
10943         build_string_concatenation, patch_string_cst, patch_string,
10944         java_expand_switch): New function declarations.
10945         * parse.y: Rules related to switch and EH tagged <node>.
10946         (label_id): Set to NULL_TREE
10947         (wfl_string_buffer, wfl_append, wfl_to_string): New static global
10948         tree nodes.
10949         (this_or_super:): Fixed indentation.
10950         (statement:, statement_nsi:, statement_without_trailing_substatement:,
10951         statement_expression:): Removed call to RULE on all sub-rules.
10952         (switch_expression:, switch_labels:): New rules.
10953         (switch_statement:, switch_block:, switch_block_statement_groups:,
10954         switch_block_statement_group:, switch_labels:, switch_label:):
10955         Defined actions.
10956         (throw_statement:, synchronized_statement:, try_statement:):
10957         Defined temporary actions.
10958         (class_instance_creation_expression:): Call
10959         build_new_invocation. Fixed indentation.
10960         (field_access): Fixed indentation.
10961         (method_invocation): Likewise.
10962         (make_qualified_primary): Use THIS_EXPR.
10963         (resolve_qualified_expression_name): Use NEW_CLASS_EXPR. When
10964         resolving from SUPER, set *type_found.
10965         (qualify_ambiguous_name): Use NEW_CLASS_EXPR.
10966         (java_complete_tree): Removed unused local variable `location'. Case
10967         for SWITCH_EXPR, sharing code with LOOP_EXPR. Use NEW_ARRAY_EXPR,
10968         NEW_CLASS_EXPR, UNARY_PLUS_EXPR and THIS_EXPR. New string handling
10969         on MODIFY_EXPR: and all binary operator tree code cases. Removed
10970         STRING_CST: case. default: checks for patchable strings.
10971         (complete_function_arguments): Transform string constant or
10972         crafted StringBuffer if necessary.
10973         (build_method_invocation): Fixed comments.
10974         (build_new_invocation): New function.
10975         (patch_assignment): Call try_builtin_assignconv to figure a valid
10976         assignment conversion between builtin types.
10977         (try_builtin_assignconv): New function.
10978         (build_binop): Use URSHIFT_EXPR directly to call build.
10979         (operator_string): Use UNARY_PLUS_EXPR.
10980         (patch_binop): Use UNARY_PLUS_EXPR. Handle string concatenation
10981         operator.
10982         (do_merge_string_cste, merge_string_cste,
10983         string_constant_concatenation, build_string_concatenation,
10984         patch_string, patch_string_cst): New function.
10985         (build_unary_op): Use UNARY_PLUS_EXPR and CONVERT_EXPR.
10986         (patch_unaryop): Likewise. New test of valid ++/-- operands.
10987         (build_newarray_node): Use NEW_ARRAY_EXPR.
10988         (build_this): Use THIS_EXPR.
10989         (build_return): Enable debug information on return statement.
10990         (build_if_else_statement): Likewise.
10991         (complete_labeled_statement): Fixed related comment.
10992         (build_loop_body): Fixed comment.
10993         (build_bc_statement): Enable debug information on break/continue
10994         statements.
10995         (patch_bc_statement): Fixed typos. Handle SWITCH statement
10996         context.
10997         (patch_switch_statement, case_identity, java_expand_switch): New
10998         functions.
10999
11000 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
11001
11002         * buffer.h (BUFFER_INIT):  New macro.
11003         * jcf-write.c (struct jcf_partial):  New type.  Put global stuff here.
11004         Pass (struct jcf_partial *state) to most functions.
11005         (jcf_block, jcf_relocation):  New types.
11006         Support labels, branches, conditionals, loops.
11007
11008 Mon Sep 21 15:08:48 1998  Tom Tromey  <tromey@cygnus.com>
11009
11010         * decl.c (INT_TYPE_SIZE): Define as BITS_PER_WORD if not defined.
11011
11012 Mon Sep 21 13:21:35 1998  Per Bothner  <bothner@cygnus.com>
11013
11014         * decl.c (integer_type_node):  Make it have INT_TYPE_SIZE.
11015         * verify.c (verify_jvm_instructions):  Use int_type_not (32 bits),
11016         not integer_type_node (INT_TYPE_SIZ bits).
11017
11018         * parse.y (patch_if_else_statement):  Accept promoted_boolean_type_node.
11019
11020         * jcf-reader.c (get_attribute):  New HANDLE_EXCEPTION_TABLE hook.
11021         * jcf-dump.c (print_exception_table):  New function.
11022         (disassemble_method):  Better handling of wide instructions.
11023         Make more robust for bad input.
11024
11025 Wed Sep 30 20:53:51 1998  Jeffrey A Law  (law@cygnus.com)
11026
11027         * jcf-write.c (OP2, OP4): Use "_i", not "_I" to avoid problems on
11028         FreeBSD.
11029
11030 Thu Sep 17 19:45:01 1998  Jeffrey A Law  (law@cygnus.com)
11031
11032         * Makefile.in (jcf-dump, jvgenmain): Link in memmove.o too.
11033
11034 Thu Sep 17 16:21:52 1998  Tom Tromey  <tromey@cygnus.com>
11035
11036         * Makefile.in ($(PARSE_H)): Removed target.
11037
11038 Thu Sep 17 01:57:07 1998  Jeffrey A Law  (law@cygnus.com)
11039
11040         * Makefile.in (JAVA_OBJS): Add memmove.o
11041         (memmove.o): New target & rules.
11042
11043 Tue Sep 15 23:21:55 1998  Tom Tromey  <tromey@cygnus.com>
11044
11045         * expr.c (expand_invoke): Don't generate a call to the class init
11046         code.
11047
11048 Mon Sep 14 10:14:47 1998  Jeffrey A Law  (law@cygnus.com)
11049
11050         * Makefile.in: Add many missing dependencies.
11051         * buffer.c, class.c, constants.c, decl.c: Use system.h and toplev.h
11052         as appropriate.
11053         * except.c, expr.c, jcf-io.c jcf-parse.c, jcf-write.c: Likewise.
11054         * jvgenmain.c lang.c mangle.c typeck.c verify.c: Likewise.
11055
11056 Fri Sep 11 14:05:21 1998  Per Bothner  <bothner@cygnus.com>
11057
11058         * decl.c (complete_start_java_method):  If method is static (and
11059         not private) call _Jv_InitClass.
11060         * expr.c (expand_invoke):  Don't call build_class_init.
11061
11062         * jvspec.c (jvgenmain_spec):  Fix spec for generated .o file.
11063
11064 Thu Sep 10 10:33:31 1998  Jeffrey A Law  (law@cygnus.com)
11065
11066         * Make-lang.in (GCJ): Define before using.
11067
11068 Wed Sep  9 21:23:10 1998  Jeffrey A Law  (law@cygnus.com)
11069
11070         * gjavah.c (java_no_argument): Renamed from no_argument to avoid
11071         losing due to namespace pollution in GNU getopt.h
11072
11073 Wed Sep  9 13:33:39 1998  Tom Tromey  <tromey@cygnus.com>
11074
11075         * Make-lang.in (java.all.build): Don't mention jvgenmain or gcjh.
11076         (java.all.cross): Likewise.
11077         (java.rest.encap): Likewise.
11078
11079 Tue Sep  8 10:34:05 1998  Jeffrey A Law  (law@cygnus.com)
11080
11081         * gjavah.c (print_class_decls): Fix thinko in arglist
11082         * jcv-io.c (find_classfile): Similarly.
11083
11084 Mon Sep  7 13:59:49 1998  Jeffrey A Law  (law@cygnus.com)
11085
11086         * Makefile.in (INCLUDES): Update for recent toplevel gcc changes.
11087
11088 Sat Sep  5 16:08:01 1998  Tom Tromey  <tromey@cygnus.com>
11089
11090         * Make-lang.in (java.maintainer-clean): Don't remove parse.h.
11091         (java.mostlyclean): Remove parse.c and parse-scan.c, not parse.h.
11092         * Makefile.in (PARSE_C): New macro.
11093         (PARSE_H): Likewise.
11094         (PARSE_SCAN_C): Likewise.
11095         ($(PARSE_C)): Target renamed from parse.c.
11096         ($(PARSE_SCAN_C)): Target renamed from parse-scan.c.
11097         (clean): Remove parse-scan.c as well.
11098         (parse.o): Depend on $(PARSE_C).
11099
11100 Sat Sep  5 08:48:40 1998  Anthony Green  <green@cygnus.com>
11101
11102         * README, license.terms: Removed.
11103
11104         * Make-lang.in, Makefile.in, class.c, config-lang.in, constants.c,
11105         decl.c, except.c, expr.c, gjavah.c, java-except.h, java-tree.h,
11106         javaop.def, javaop.h, jcf-dump.c, jcf-io.c, jcf-parse.c,
11107         jcf-reader.c, jcf-write.c, jcf.h, jvgenmain.c, jvspec.c,
11108         keyword.gperf, keyword.h, lang-options.h, lang-specs.h, lang.c,
11109         lex.c, lex.h, mangle.c, parse-scan.y, parse.h, parse.y, typeck.c,
11110         verify.c, zextract.c, zipfile.h: Fixed copyright assignment,
11111         and Java trademark attribution.
11112
11113 Fri Sep  4 10:42:05 1998  Tom Tromey  <tromey@cygnus.com>
11114
11115         * Makefile.in: Use gcjh, not gjavah.
11116         * config-lang.in (stagestuff): Use gcjh, not gjavah.
11117         * Make-lang.in: Changed gjavah to gcjh everywhere.
11118
11119 Thu Sep  3 18:04:09 1998  Per Bothner  <bothner@cygnus.com>
11120
11121         * gjavah.c:  Support new -prepend -add -append flags.
11122         (print_method_info):  Method is not virtual if class is final.
11123
11124 Thu Sep  3 12:03:53 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11125
11126         * jv-scan.c: Fixed copyright assignment.
11127         * keyword.gperf: Likewise.
11128         * keyword.h: Likewise.
11129         * lex.c: Fixed copyright assignment.
11130         (java_lex): Push unicode back when parsing '<'.
11131         * lex.h: Fixed copyright assignment.
11132         * parse-scan.y: Likewise.
11133         * parse.h: Fixed copyright assignment.
11134         (build_debugable_stmt, complete_for_loop): New function prototypes.
11135         * parse.y: Fixed copyright assignment.
11136         (for_statement:): Call complete_for_loop. Set EXIT_EXPR to be
11137         size_zero_node when completing a loop with no exit condition.
11138         (for_statement_nsi:): Define action.
11139         (for_init:, for_update:): Return size_zero_node when empty.
11140         (declare_local_variables): Call build_debugable_stmt.
11141         (build_debugable_stmt): New function.
11142         (build_loop_body): Build debugable statement around loop
11143         condition part.
11144         (complete_loop_body): Take into account the debugable statement
11145         around the EXIT_EXPR.
11146         (complete_loop_body): New function.
11147         (patch_exit_expr): Fixed condition inversion.
11148
11149 Wed Sep  2 11:53:58 1998  Tom Tromey  <tromey@cygnus.com>
11150
11151         * Make-lang.in (jvspec.o): Use GCC_THREAD_FILE to compute correct
11152         name of thread define.
11153         * jvspec.c (THREAD_NAME): New macro.
11154         (GCLIB): Likewise.
11155         (THREADLIB): Likewise.
11156         (lang_specific_driver): Recognize attempt to link with thread
11157         library or gc library.  Recognize -ljava on command line so it
11158         isn't linked against more than once.
11159
11160 Wed Sep  2 11:28:35 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11161
11162         * parse-scan.y (report_main_declaration): Name of the class
11163         containing `main' can be a qualified name.
11164
11165 Mon Aug 31 13:25:58 1998  Tom Tromey  <tromey@cygnus.com>
11166
11167         * config-lang.in: Changed gjavac to gjc everywhere.
11168         * Make-lang.in: Changed gjavac to gjc everywhere.
11169
11170 Thu Aug 27 02:28:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11171
11172         * Make-lang.in (JAVA_TARGET_INDEPENDENT_BIN_TOOLS): New variable.
11173         (java.install-common:): Loop over JAVA_TARGET_INDEPENDENT_BIN_TOOLS
11174         and install the files.
11175         * Makefile.in (JAVA_OBJS_LITE): New variable.
11176         (compiler:): Now include jv-scan as a dependency.
11177         (../jv-scan$(exeext), parse-scan.c): New targets.
11178         (../jcf-dump$(exeext)): Was jcf-dump$(exeext) before.
11179         * config-lang.in (compilers): Removed gcj, gjavah from the list.
11180         * jcf-parse.c (parse_source_file): Call java_layout_classes and
11181         check for errors even if parse_only.
11182         * lex.c (java_init_lex): Reorganized and skip parts if JC1_LITE is
11183         defined.
11184         (yylex): New function. Uses java_lex body.
11185         (java_lex): Removed commented out statement. Remove local variable
11186         literal. Use SET_LVAL_NODE_TYPE and SET_LVAL_NODE where
11187         appropriate.  Use macros FLOAT_TYPE_NODE, DOUBLE_TYPE_NODE,
11188         DCONST0, SET_FLOAT_HANDLER, SET_REAL_VALUE_ATOF,
11189         SET_LVAL_NODE_TYPE and GET_TYPE_PRECISION. Don't create STRING_CST
11190         if JC1_LITE is defined. Use BUILD_ID_WFL to build identifiers. Use
11191         SET_MODIFIER_CTX, SET_LVAL_NODE, BUILD_ID_WFL and GET_IDENTIFIER
11192         where appropriate.
11193         (java_lex_error): Empty if JC1_LITE is defined.
11194         (java_get_line_col): Return 0 if JC1_LITE is defined.
11195         * lex.h (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR,
11196         SET_MODIFIER_CTX): Moved into the section containing the macros
11197         conditionally defined by JC1_LITE.
11198         (BUILD_OPERATOR,BUILD_OPERATOR2): Just return the TOKEN
11199         argument if JC1_LITE is defined.
11200         (HOST_BITS_PER_WIDE_INT, HOST_WIDE_INT, REAL_VALUE_ATOF,
11201         REAL_VALUE_ISINF, REAL_VALUE_ISNAN): Preset to values if JC1_LITE
11202         is defined.
11203         (DCONST0, SET_FLOAT_HANDLER, GET_IDENTIFIER, SET_REAL_VALUE_ATOF,
11204         FLOAT_TYPE, DOUBLE_TYPE, SET_MODIFIER_CTX, GET_TYPE_PRECISION,
11205         SET_LVAL_NODE, SET_LVAL_NODE_TYPE, BUILD_ID_WFL): New macros, set
11206         to different values according to JC1_LITE.
11207         * parse.h (int_fits_type_p, stabilize_reference): Prototype not
11208         declared if JC1_LITE set.
11209         (jdep_code, typedef struct _jdep, typedef struct _jdeplist): Not
11210         defined if JC1_LITE not set.
11211         (struct parser_ctx): Reorganized and skip the jc1 front end part
11212         if JC1_LITE set.
11213         (java_layout_classes): New function definition.
11214         (java_push_parser_context, java_init_lex, yyparse, yylex,
11215         yyerror): Prototype always declared. All other static function
11216         prototypes declared only if JC1_LITE is not set.
11217         * parse.y (yyparse, yylex, yyerror): No longer declared here. Now
11218         declared in parse.h.
11219         (java_layout_classes): New function.
11220         (java_complete_expand_methods): No longer layout the class here.
11221         * parse-scan.y: New file.
11222         * jv-scan.c: New file.
11223
11224 Tue Aug 25 10:17:54 1998  Tom Tromey  <tromey@cygnus.com>
11225
11226         * gjavah.c (main): Handle -friend option.
11227         (friend_specs): New global.
11228         (generate_access): Handle friend_specs.
11229         (process_file): Likewise.
11230         (MAX_FRIENDS): New macro.
11231         (friend_count): New global.
11232         (print_cxx_classname): Added `prefix' argument.  Ignore arrays.
11233         Changed all callers.
11234
11235 Mon Aug 24 20:19:27 1998  Per Bothner  <bothner@cygnus.com>
11236
11237         * jcf-dump.c (process_class):  Move JCF_FINISH use to main,
11238         (main):  Handle processing all the entries of a named .zip archive.
11239         * jcf-io.c (jcf_trim_old_input):  New function.
11240         * jcf.h (GET_u2_le,GET_u4_le,JCF_readu2_le,JCF_readu4_le):  New macros.
11241
11242 Mon Aug 24 07:35:13 1998  Per Bothner  <bothner@cygnus.com>
11243
11244         * lang.c (flag_assume_compiled):  Make default be on.
11245
11246 Fri Aug 21 17:29:04 1998  Per Bothner  <bothner@cygnus.com>
11247
11248         * jcf-dump.c:  Add bunches of flags to control output more.
11249         (process_class):  New function;  support printing more than one class.
11250         (main): Support new --print-main and --javap flags.
11251         * jcf-reader.c (IGNORE_ATTRIBUTE):  New hook.
11252         * jcf.h (CPOOL_INDEX_IN_RANGE):  New macro.
11253
11254 Thu Aug 20 14:24:47 1998  Per Bothner  <bothner@cygnus.com>
11255
11256         Change mangling of dispatch table to match C++ vtable (w/thunks).
11257         * class.c (build_dtable_decl), java-tree.h:  New function.
11258         (make_class_data):  Call it.
11259         * decl.c (init_decl_processing):  Likewise.
11260
11261 Wed Aug 19 17:57:07 1998  Warren Levy  <warrenl@cygnus.com>
11262
11263         * decl.c (init_decl_processing): Use _Jv_NewObjectArray, not
11264         soft_anewarray; adjust args passed.
11265         * expr.c (build_anewarray): Adjust args for soft_anewarray_node to
11266         match _Jv_NewObjectArray.
11267
11268 Wed Aug 19 09:33:23 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11269
11270         * decl.c (push_labeled_block, pop_labeled_block): New functions.
11271         * expr.c (loopup_label): Call create_label_decl.
11272         (create_label_decl): New function.
11273         (java_lang_expand_expr): Call expand_start_bindings with argument
11274         set to zero.
11275         * java-tree.h Added space after PROTO in function declarations
11276         when necessary.
11277         (IS_FOR_LOOP_P, IS_BREAK_STMT_P): New macros.
11278         (create_label_decl, push_labeled_block): New function
11279         declarations.
11280         * lex.c (label_id): Initialize.
11281         (SUPER_TK, THIS_TK, RETURN_TK): Merged common actions in final
11282         switch.
11283         * parse.h Added space after PROTO in function declarations when
11284         necessary.
11285         (LOOP_EXPR_BODY_MAIN_BLOCK, LOOP_EXPR_BODY_UPDATE_BLOCK,
11286         LOOP_EXPR_BODY_CONDITION_EXPR, LOOP_EXPR_BODY_LABELED_BODY,
11287         LOOP_EXPR_BODY_BODY_EXPR, LOOP_HAS_LABEL_P, LOOP_HAS_LABEL_SKIP_P,
11288         PUSH_LABELED_BLOCK, POP_LABELED_BLOCK, PUSH_LOOP, POP_LOOP): New
11289         macros.
11290         (struct parser_ctxt): New fields current_loop,
11291         current_labeled_block.
11292         (build_if_else_statement, patch_if_else_statement,
11293         add_stmt_to_compound, patch_exit_expr, build_labeled_block,
11294         generate_labeled_block, complete_labeled_statement,
11295         build_bc_statement, patch_bc_statement, patch_loop_statement,
11296         build_new_loop, build_loop_body, complete_loop_body): New function
11297         declarations.
11298         * parse.y (java_warning_count): New global variable.
11299         (label_id): New static variable.
11300         (BREAK_TK, CONTINUE_TK): Token tagged <operator>.
11301         (block:): Return size_zero_node when block is empty.
11302         (empty_statement:): Return size_zero_node.
11303         (statement:): Implement supplemental action when for_statement: is
11304         reduced.
11305         (label_decl:): New rule.
11306         (labeled_statement:): Rewritten using label_decl. Actions
11307         implemented.
11308         (labeled_statement_nsi:): Likewise.
11309         (if_then_statement): Actions implemented.
11310         (while_expression): New rule.
11311         (while_statement:): Rewritten using while_expression. Actions
11312         implemented.
11313         (while_statement_nsi:): Likewise.
11314         (do_statement_begin:): New rule.
11315         (do_statement:): Rewritten using do_statement_begin. Actions
11316         implemented.
11317         (for_statement:): Rewritten using for_begin. Actions implemented.
11318         (for_statement_nsi:): Likewise.
11319         (for_header:, for_begin:): New rules.
11320         (for_init:): Actions implemented.
11321         (statement_expression_list:, break_statement:,
11322         continue_statement:): Likewise.
11323         (yyerror): Count number of issued warning(s).
11324         (java_report_errors): Report error(s) and/or warning(s).
11325         (java_complete_class): Use build_java_argument_signature to
11326         recompute completed method signature.
11327         (java_check_regular_methods): New locals method_wfl and aflags.
11328         Use method_wfl instead of lookup_cl during error reports. Fixed
11329         indentation and modified some error messages. Use
11330         lang_printable_name in method instead of the DECL_NAME. New code
11331         to issue warnings on methods not overriding corresponding methods
11332         private to a different package.
11333         (java_method_add_stmt): Call add_stmt_to_compound.
11334         (add_stmt_to_compound): New function.
11335         (java_complete_tree): Handle LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR,
11336         LOOP_EXPR, EXIT_EXPR and COND_EXPR.
11337         (build_if_else_statement, patch_if_else_statement,
11338         build_labeled_block, generate_labeled_block,
11339         complete_labeled_statement, build_new_loop, build_loop_body,
11340         complete_loop_body, patch_loop_statement, build_bc_statement,
11341         patch_bc_statement, patch_exit_expr): New functions.
11342         * typeck.c (build_java_signature): Build argument signature before
11343         enclosing it in between parenthesis.
11344
11345 Mon Aug 17 17:44:24 1998  Warren Levy  <warrenl@cygnus.com>
11346
11347         * Make-lang.in (JAVA_SRCS): Created for dependencies * Makefile.in
11348         (JAVA_OBJS): Added reminder comment
11349
11350 Thu Aug 13 10:01:45 1998  Nick Clifton  <nickc@cygnus.com>
11351
11352         * gjavah.c (D_NAN_MASK): Append LL to the constant to force it to
11353         be interpreted as a long long.
11354
11355 Thu Aug 13 14:34:07 1998  Warren Levy  <warrenl@cygnus.com>
11356
11357         * decl.c (init_decl_processing): Use _Jv_InitClass, not
11358         soft_initialise_class.  Use _Jv_NewMultiArray, not
11359         soft_multianewarray.  Use _Jv_ThrowBadArrayIndex, not
11360         soft_badarrayindex.  Use _Jv_CheckCast, not soft_checkcast.  Use
11361         _Jv_CheckArrayStore, not soft_checkarraystore.  Use
11362         _Jv_LookupInterfaceMethod, not soft_lookupinterfacemethod.
11363
11364 Wed Aug 12 14:23:13 1998  Per Bothner  <bothner@cygnus.com>
11365
11366         * decl.c, java-tree.h (this_identifier_node, super_identifier_node,
11367         length_identifier_node):  New global tree node constants.
11368         * parse.y (kw_super, kw_this, kw_length):  Removed globals.
11369         Replace uses by super_identifier_node etc.
11370         * lex.c (kw_super, kw_this, kw_length):  Don't initialize.
11371
11372         * parse.y (resolve_field_access):  Don't special-case ".length" if
11373         flag_emit_class_files.
11374         (patch_array_ref):  Leave as ARRAY_REF if flag_emit_class_files.
11375         * jcf-write.c (generate_bytecode_insns):  Handle ARRAY_REF opcode
11376         and ARRAY.length.
11377
11378 Tue Aug 11 11:31:55 1998  Per Bothner  <bothner@cygnus.com>
11379
11380         * decl.c (init_decl_processing): Remove unused method_type_node fields.
11381         * class.c (make_method_value):  Remove init for removed fields.
11382
11383         * class.c (layout_class):  Use build_java_argument_signature.
11384         * java-tree.h (TYPE_ARGUMENT_SIGNATURE):  New macro.
11385
11386         * typeck.c (push_java_argument_signature):  Removed.  Merged into ...
11387         (build_java_argument_signature):  Use TYPE_ARGUMENT_SIGNATURE cache.
11388         (build_java_signature):  Don't use push_java_argument_signature.
11389
11390         * typeck.c (lookup_argument_method):  New function.
11391         * parse.y (java_check_regular_methods):  Use lookup_argument_method
11392         instead of lookup_java_method2 followed by lookup_java_method.
11393
11394         * parse.y (check_method_redefinition):  Minor optimization.
11395
11396         * jcf-write.c (generate_bytecode_insns):  Handle RETURN_EXPR,
11397         MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, and RDIV_EXPR.
11398
11399 Mon Aug 10 09:57:15 1998  Tom Tromey  <tromey@cygnus.com>
11400
11401         * Make-lang.in (jc1$(exeext)): Don't depend on c-common.o or
11402         c-pragma.o.
11403
11404         * gjavah.c (java_float_finite): Use K&R-style definition.
11405         (java_double_finite): Likewise.
11406         (generate_access): Now returns void.  Changed all callers.
11407         (last_access_generated): Removed.
11408         (process_file): Only make a single pass over the .class file.
11409
11410 Wed Jul 29 17:50:23 1998  Per Bothner  <bothner@cygnus.com>
11411
11412         * class.c (get_dispatch_table):  Add extra dummy vtable entry,
11413         for compatibility for G++ (with -fvtable-thunks).
11414         * expr.c (build_invokevirtual):  Add one for extra dummy vtable entry.
11415
11416         * gjavah.c (process_file):  Use public inheritance for super-class.
11417
11418 Wed Jul 29 13:19:03 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11419
11420         * lex.c (java_init_lex): Initialize ctxp->package.
11421         * parse.h (struct parser_ctxt): package and package_len replaced
11422         by tree package, an identifier node. Field method_decl_list is
11423         gone. Fixed comments.
11424         (lookup_field_wrapper, merge_qualified_name, not_accessible,
11425         class_in_current_package): New function prototypes.
11426         * parse.y (array_type:): Set class loaded flag on primitive type
11427         arrays.
11428         (package_declaration:): Assign ctxp->package to the
11429         identifier node.
11430         (method_invocation:): Handle invocation of method qualified by
11431         `super'.
11432         (single_type_import_declaration:): Removed ambiguity check.
11433         (java_pop_parser_context): New local variable `next'. Reset and
11434         set IMPORT_CLASSFILE_NAME flags on current and previous import
11435         list.
11436         (java_accstring_lookup): Use new local macro COPY_RETURN.
11437         (lookup_field_wrapper): New function.
11438         (parser_qualified_classname): Use merge_qualified_name.
11439         (parser_check_super_interface): Broaden error message.
11440         (do_resolve_class): Check for qualified class name in the current
11441         compilation unit if appropriate.
11442         (process_imports): Check for already defined classes.
11443         (check_pkg_class_access): Got rid of call to
11444         get_access_flags_from_decl.
11445         (java_complete_expand_methods): Call safe_layout_class based on
11446         the current class size.
11447         (make_qualified_primary): Build a WFL qualification on primary if
11448         none exists.
11449         (merge_qualified_name): New function.
11450         (make_qualified_name): Use merge_qualified_name.
11451         (resolve_expression_name): Use safe_lookup_field.
11452         (resolve_field_access): Got rid of call to get_access_flags_from_decl.
11453         (resolve_qualified_expression_name): Likewise. Check on resolved
11454         element accessibility.
11455         (not_accessible_p, class_in_current_package): New functions.
11456         (maybe_access_field): Got rid of call to get_access_flags_from_decl.
11457         (patch_method_invocation_stmt): Merged common pieces. Check
11458         accessibility of invoked method.
11459         (check_for_static_method_reference): Add returned type in error
11460         message.
11461         (invocation_mode): Get rid of bogus check on PRIVATE methods.
11462         (refine_accessible_methods_list): Merged two conditions in test.
11463         (java_complete_class): Sanity check on stabilize_ref gone.
11464         * zextract.c (read_zip_archive): Cast lseek second argument to long.
11465
11466 Tue Jul 28 21:39:22 1998  Per Bothner  <bothner@cygnus.com>
11467
11468         * class.c (hashUtf8String):  Fix - use new JavaSoft specification.
11469
11470 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
11471
11472         * gjavah.c (F_NAN): Removed.
11473         (F_NAN_MASK): New macro.
11474         (F_POSITIVE_INFINITY): Removed.
11475         (F_NEGATIVE_INFINITY): Likewise.
11476         (java_float_finite): Rewrote.
11477         (D_NAN_MASK): Renamed.
11478         (java_double_finite): Rewrote.
11479         (D_POSITIVE_INFINITY): Removed.
11480         (D_NEGATIVE_INFINITY): Likewise.
11481
11482         * jcf-dump.c (print_constant): [CONSTANT_Double, CONSTANT_Float]
11483         If verbose, print underlying representation of value in hex.
11484
11485 Fri Jul 24 14:14:32 1998  Per Bothner  <bothner@cygnus.com>
11486
11487         * buffer.h, buffer.c:  New files.
11488         * Makefile.in (JAVA_OBJS):  Add buffer.o.
11489
11490         Support locals variables and writing their debug entries to .class.
11491         * jcf-write.c:  Simplify some by user new buffer type.
11492         (vode_buffer_grow):  Removed.
11493         (struct localvar_info):  New type.
11494         (localsvars, localvartable):  New buffers.
11495         (localvar_alloc, localvar_free):  New functions.
11496         (generate_bytecode_insns):  Handle local variables.
11497         (generate_classfile):  Write LocalVariableTable attribute.
11498
11499 Fri Jul 24 13:46:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11500
11501         * jcf-io.c (open_in_zip): Check the zipfile magic number.
11502         * zipfile.h (ZIPMAGIC): New macro.
11503
11504 Fri Jul 24 10:43:25 1998  Tom Tromey  <tromey@cygnus.com>
11505
11506         * Makefile.in (gjavah.o): Updated dependencies.
11507         (jcf-dump.o): Likewise.
11508         (all.indirect): Use ../gjavah.
11509         (../gjavah$(exeext)): Likewise.
11510         (clean): Don't remove gjavah.
11511         (clean): Remove parse.c, not java/parse.c.
11512         * Make-lang.in (java): Added gjavah.
11513         (gjavah$(exeext)): New target.
11514         (GJAVAH_SOURCES): New macro.
11515         (java.all.build): Added gjavah.
11516         (java.all.cross): Likewise.
11517         (java.rest.encap): Likewise.
11518         * config-lang.in (compilers, stagestuff): Added gjavah.
11519
11520 Thu Jul 23 18:33:56 1998  Tom Tromey  <tromey@cygnus.com>
11521
11522         * gjavah.c (java_float_finite): New function.
11523         (java_double_finite): Likewise.
11524         (F_POSITIVE_INFINITY): New macro.
11525         (F_NEGATIVE_INFINITY): Likewise.
11526         (F_NAN): Likewise.
11527         (D_POSITIVE_INFINITY): Likewise.
11528         (D_NEGATIVE_INFINITY): Likewise.
11529         (D_NAN): Likewise.
11530         (print_field_info): Use java_float_finite and java_double_finite.
11531
11532 Thu Jul 23 15:28:24 1998  Per Bothner  <bothner@cygnus.com>
11533
11534         * parse.y (method_header):  Name "this" implicit argument.
11535
11536 Wed Jul 22 15:47:30 1998  Per Bothner  <bothner@cygnus.com>
11537
11538         * jcf-write.c:  Write out LineNumberTable attribute in .class file.
11539         (linenumber_buffer, linenumber_ptr, linenumber_limit):  New statics.
11540         (put_linenumber):  New function.
11541         (generate_bytecode_insns, generate_classfile):  Write line numbers.
11542
11543 Wed Jul 22 14:39:00 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11544
11545         * java-tree.h (CALL_EXPR_FROM_PRIMARY_P): Changed in PRIMARY_P.
11546         (lookup_name, build_known_method_ref, build_class_init,
11547         build_invokevirtual, invoke_build_dtable, match_java_method,
11548         build_field_ref, pushdecl_force_head, build_java_binop,
11549         binary_numeric_promotion, build_decl_no_layout,
11550         build_java_arrayaccess, build_newarray, build_anewarray,
11551         build_java_array_length_access, build_java_arraynull_check): New
11552         extern function prototypes.
11553         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
11554         JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
11555         java-tree.h.
11556         * jcf-parse.c (init_outgoing_cpool): Set current_constant_pool_data_ref
11557         to NULL
11558         * jcf.h (jcf_out_of_synch): New extern function prototype.
11559         * parse.h: Static/global function implemented in parse.y
11560         prototyped and declarations moved at the end of the file.
11561         (DECL_P): Check that the argument isn't null.
11562         (JAVA_UNARY_PLUS_EXPR, JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR,
11563         JAVA_THIS_EXPR): No longer defined here. See java-tree.h
11564         (QUAL_DECL_TYPE): New macro.
11565         (PARAMS): Macro definition removed.
11566         * parse.y: (yyparse, yyerror): Use PROTO instead of PARAMS.
11567         (return_statement:): Call build_return.
11568         (field_access:): Call make_qualified_primary in sub rule.
11569         (method_invocation:): Build method invocation and call
11570         make_qualified_primary when processing primaries.
11571         (java_complete_class): Set IDENTIFIER_SIGNATURE_TYPE by calling
11572         get_type_from_signature.
11573         (java_check_regular_method): Extra integer 0 argument when calling
11574         lookup_java_method2.
11575         (lookup_java_interface_method2): Extra method DECL argument when
11576         calling lookup_java_interface_method2.
11577         (java_method_add_stmt): Set TREE_SIDE_EFFECTS on newly created
11578         COMPOUND_EXPR node.
11579         (java_complete_expand_method): Layout current class iff not
11580         already done. Don't process interface's methods.
11581         (java_complete_expand_method): Use super class only if it
11582         exists. Use current class otherwise.
11583         (make_qualified_primary): New function.
11584         (resolve_expression_name): Process qualified expression or
11585         expression from primary the same way.
11586         (resolve_expression_name): Two last arguments to
11587         resolve_field_access are now NULL_TREEs.
11588         (resolve_field_access): New variable is_static. Local field must
11589         be DECLs. is_static computed on field DECLs only. Append code in
11590         where_found to the field access if necessary. Use QUAL_DECL_TYPE
11591         to initialize field_type.
11592         (resolve_qualified_expression_name): New local variable,
11593         previous_call_static and is_static. Handle primaries with function
11594         calls, casts, array references and `this'. `super' now handled as
11595         `(super_class)this'. Use is_static to clarify boolean expressions.
11596         Added code to handle case where a proper handle is required to
11597         access a field. Use QUAL_DECL_TYPE where applicable.
11598         (maybe_access_field): New function.
11599         (patch_method_invocation_stmt): New arguments primary, where,
11600         is_static. Branch of the test on CALL_EXPR_FROM_PRIMARY_P
11601         deleted. Use `where' as a type to search from if specified. Check
11602         for static method reference where forbidden. Append primary or
11603         current_this to the argument list if not calling constructor nor
11604         static methods.
11605         (check_for_static_method_reference): New function.
11606         (patch_invoke): Layout the class on which new is done if
11607         necessary.
11608         (lookup_method_invoke): Changed format to report errors on
11609         methods.
11610         (qualify_ambiguous_name): New local variable this_found. Now
11611         handle things from primaries. Method call are considered
11612         expression names.
11613         (identical_subpath_p): NULL_TREE arguments to breakdown_qualified
11614         changed into NULLs.
11615         (not_initialized_as_it_should_p): Comply with the new DECL_P.
11616         (java_complete_tree): New case fo RETURN_EXPR. Process function
11617         call arguments in separate function.
11618         (complete_function_arguments): New function.
11619         (build_method_invocation): Don't use CALL_EXPR_FROM_PRIMARY_P
11620         anymore.
11621         (patch_assignment): Take the return function slot into account as
11622         a RHS. Distinguish assignment from a return.
11623         (valid_ref_assignconv_cast_p): Use build_java_argument_signature
11624         when checking methods in interfaces.
11625         (resolve_type_during_patch): NULL argument to unresolve_type_p
11626         instead of NULL_TREE.
11627         (patch_newarray): Fixed typo in comment.
11628         (buid_this): Build a WFL with `kw_this' instead of a FIELD_DECL.
11629         (build_return, patch_return): New functions.
11630         * typeck.c (lookup_java_constructor): Fixed typo in comment.
11631
11632 Tue Jul 21 12:10:04 1998  Per Bothner  <bothner@cygnus.com>
11633
11634         * constants.c (find_name_and_type_constant, find_fieldref_index,
11635         find_methodref_index):  New methods.
11636         * expr.c (build_invoke_non_interface):  If flag_emit_class_files,
11637         just return given method.  Also, rename to build_known_method_ref.
11638         (expand_invoke):  Rename call to build_invoke_non_interface.
11639         * java-tree.h, parse.h:  Update prototype.
11640         * parse.y, decl.c, jcf-parse.c:  Suppress calls to back-end functions
11641         (such as expand_expr_stmt) if flag_emit_class_files.
11642         * jcf-write.c (RESERVE, OP1, OP2, OP4, NOTE_PUSH, NOTE_POP,
11643         STACK_TARGET, IGNORE_TARGET):  New macros.
11644         (code_buffer, code_ptr, code_limit, code_S, code_SP_max):  New globals.
11645         (generate_bytecode_insn):  New function to generate method's bytecode.
11646         (generate_classfile):  Node generate Code attribute for a method.
11647         (code_buffer_grow, push_constant1, push_constant2, push_int_const,
11648         push_long_const, field_op, adjust_typed_op, maybe_wide):
11649         New functions used by generate_bytecode_insn.
11650
11651         * typeck.c (signature_include_return):  Remove variable.
11652         (push_java_argument_signature, build_java_argument_signature):  New.
11653         (build_java_signature):  Use push_java_argument_signature.
11654         * parse.y:  Use build_java_argument_signature instead of fiddling
11655         with signature_include_return.
11656
11657 Fri Jul 17 09:48:51 1998  Tom Tromey  <tromey@cygnus.com>
11658
11659         * gjavah.c (print_c_decl): Always generate JArray<>* for array
11660         types.
11661
11662         * Makefile.in (all.indirect): Added gjavah$(exeext).
11663         (gjavah$(exeext)): Added $(exeext).
11664         (clean): Likewise.
11665
11666 Thu Jul 16 15:29:20 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11667
11668         * class.c (layout_class): Call to java_layout_parsed_class replace
11669         by safe_layout_class.
11670         * expr.c (build_java_array_length_access): Removed static storage
11671         class in the function definition.
11672         (build_java_arraynull_check): Likewise.
11673         Also fixed typos in two comments.
11674         * lex.c (java_init_lex): Initialize static global kw_length.
11675         (java_lex): Use BUILD_OPERATOR on RETURN_TK.
11676         * lex.h (JAVA_FLOAT_RANGE_ERROR): Add extra argument to
11677         java_lex_error.
11678         (JAVA_INTEGRAL_RANGE_ERROR): Likewise.
11679         * parse.h (resolve_no_layout): New static function declaration.
11680         (get_identifier_in_static): Declaration removed.
11681         (java_layout_parsed_class): Function name declaration changed to
11682         safe_layout_class.
11683         (build_newarray_node, patch_newarray, resolve_type_during_patch,
11684         not_initialized_as_it_should_p, build_this): New static function
11685         declarations.
11686         (pushdecl_force_head, build_java_binop, int_fits_type_p,
11687         binary_numeric_promotion, stabilize_reference,
11688         build_decl_no_layout, build_java_arrayaccess): Extern function
11689         declarations moved into their own section.
11690         (build_newarray, build_anewarray, build_java_array_length_access,
11691         build_java_arraynull_check): New extern function declarations.
11692         (UNARY_PLUS_EXPR): Macro renamed into JAVA_UNARY_PLUS_EXPR.
11693         (JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR, JAVA_THIS_EXPR): New
11694         fake tree codes.
11695         (CALL_CONSTRUCTOR_P): New macro.
11696         * parse.y (kw_length): New static global tree node.
11697         (return_statement): Tagged <node>.
11698         (RETURN_TK): Tagged <operator>.
11699         (variable_declarator_id:): Build variable declaration with an
11700         empty initialization value if a syntax error was found in the
11701         initialization part of the variable declaration.
11702         (statement_without_trailing_substatement:): return_statement: now
11703         uses the default rule.
11704         (return_statement:): Temporarily fixed to return NULL_TREE.
11705         (primary_no_new_array:): Call build_this when THIS_TK was parsed.
11706         (class_instance_creation_expression:): Class creation rules now
11707         call build_method_invocation upon reduction.
11708         (array_creation_expression:): Rules call build_newarray_node upon
11709         reduction.
11710         (dim_exprs:): Build a list of dimension expressions.
11711         (dim_expr:): Store location of the OSB_TK in the dimension
11712         expression node.
11713         (method_invocation:): Added a new error rule.
11714         (build_unresolved_array_type): WFL argument may also be an array
11715         on a primitive type. Name of the argument changed to reflect this.
11716         (method_declarator): Insert argument type at the beginning of the
11717         argument type list and later reverse the list.
11718         (unresolved_type_p): Argument 'returned' may be optionally
11719         NULL_TREE.
11720         (java_layout_class_from_source): Function renamed
11721         safe_layout_class.
11722         (resolve_and_layout): Now call resolve_no_layout and
11723         safe_layout_class.
11724         (resolve_no_layout): New function.
11725         (purify_type_name): New function.
11726         (complete_class_report_errors): Call purify_type_name during error
11727         report on a type not found.
11728         (process_imports): error_found local variable doesn't need to be
11729         initialized to zero.
11730         (declare_local_variables): New local type_wfl. Fixed typo in error
11731         message. type_wfl assigned to unresolved type and used to register
11732         incomplete type. Build a WFL around the variable initialization
11733         statement so that debug info can be generated on it.
11734         (source_start_java_method): Reverse argument list after they've
11735         been processed.
11736         (current_this): New static global variable.
11737         (java_complete_expand_methods): Set current_this when appropriate.
11738         (resolve_expression_name): Build correct static and non static
11739         field access bearing a simple name.
11740         (resolve_field_access): Resolve the length field of arrays. Handle
11741         f.m() cases.
11742         (patch_method_invocation_stmt): Set the type of the method
11743         invocation to error_mark_node. This value is later overridden by a
11744         valid type, if any. Don't handle qualified constructor invocation
11745         as qualified method invocation. Call lookup_method_invoke with its
11746         new flag. It's no longer necessary to access the selected method
11747         as the value of a tree list. Handle constructor invocation.
11748         (patch_invoke): Reverse argument list when invoking non interface
11749         methods. Insert call to new as the first argument of the
11750         constructor.
11751         (invocation_mode): Return a INVOKE_STATIC is the invoked method is
11752         defined within a final class. Return INVOKE_STATIC if the invoked
11753         method is a constructor.
11754         (lookup_method_invoke): New lc argument is a flag to indicate a
11755         constructor lookup. Now handle constructor lookup. Choose the most
11756         specific method in case several were matching the invocation
11757         requirements. Return a method decl instead of a tree list featuring
11758         one single method decl element.
11759         (refine_accessible_methods_list): New lc flag argument to
11760         indicate that a constructor is being looked up.
11761         (not_initialized_as_it_should_p): New function.
11762         (java_complete_tree): Now process fake tree codes
11763         JAVA_NEW_ARRAY_EXPR, JAVA_NEW_CLASS_EXPR and JAVA_THIS_EXPR. Call
11764         save_expr on resolved function call arguments. Case on
11765         UNARY_PLUS_EXPR changed into a case on JAVA_UNARY_PLUS_EXPR.
11766         (patch_assignment): LHS can be a field access expression. When
11767         dealing with reference, lhs_type is the promoted type of the
11768         rhs_type, not the RHS. Use not_initialized_as_it_should_p where
11769         applicable.
11770         (operator_string): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
11771         (patch_binop): Use not_initialized_as_it_should_p where
11772         applicable.
11773         (build_unaryop): JAVA_UNARY_PLUS_EXPR replaces UNARY_PLUS_EXPR.
11774         (patch_unaryop): Likewise. And use not_initialized_as_it_should_p
11775         where applicable.
11776         (resolve_type_during_patch): New function.
11777         (patch_cast): Call resolve_type_during_patch to resolve type and
11778         report error accordingly.
11779         (patch_array_ref): Use not_initialized_as_it_should_p where
11780         applicable. Array base expression is saved before being
11781         used. Promote the type of an array elements if it contains non
11782         builtin types.
11783         (build_newarray_node, patch_newarray, build_this): New functions.
11784
11785 Thu Jul 16 10:46:47 1998  Tom Tromey  <tromey@cygnus.com>
11786
11787         * gjavah.c (print_c_decl): UTF8_GET increments pointer; don't
11788         increment it in `for' statement.
11789         (print_field_info): If number is inf or nan, don't print it.
11790         (print_method_info): If method name is `delete', just ignore it.
11791         (print_c_decl): Special-case jstringArray.
11792
11793         * gjavah.c (help): New function.
11794         (no_argument): New function.
11795         (usage): Changed text.
11796         (main): Rewrote argument handling.  Now handles -v, --help,
11797         --version.
11798         (version): New function.
11799         (found_error): New global.
11800         (main): Return found_error.
11801         (generate_access): Set found_error.
11802         (print_c_decl): Likewise.
11803
11804 Wed Jul 15 10:36:27 1998  Tom Tromey  <tromey@cygnus.com>
11805
11806         * gjavah.c (print_c_decl): Don't print "," when examining field.
11807         Skip type name when looking at "[L" types.
11808         (process_file): Now static.
11809         (generate_access): Now returns int.
11810         (last_access_generated): New global.
11811         (process_file): Clear last_access_generated; make multiple passes
11812         over the class.
11813         (print_field_info): Just return if generate_access returns true.
11814         (print_method_info): Likewise.  Also, allow <init> functions to
11815         pass through.
11816         (print_c_decl): Added is_init argument.  Print constructors
11817         properly.
11818         (print_cxx_classname): Use UTF8_GET to extract characters from
11819         string.
11820         (print_base_classname): New function.
11821         (print_class_decls): New function.
11822         (process_file): Use it.
11823         (utf8_cmp): New function.
11824
11825 Mon Jul 13 14:21:47 1998  Nick Clifton  <nickc@cygnus.com>
11826
11827         * lang-options.h: Format changed to match changes in gcc/toplev.c
11828         to implement a --help option.
11829
11830 1998-07-10  Brendan Kehoe  <brendan@cygnus.com>
11831
11832         * decl.c (init_decl_processing): Revert change to dtable_type.
11833
11834 Thu Jul  9 18:22:12 1998  Per Bothner  <bothner@cygnus.com>
11835
11836         * java-tree.h (CLASS_P):  Changed DECL_LANG_FLAG_7 -> TYPE_LANG_FLAG_4.
11837
11838 1998-07-08  Brendan Kehoe  <brendan@cygnus.com>
11839
11840         * decl.c (init_decl_processing): Set CLASS_LOADED_P on dtable_type.
11841
11842         * lang.c (lang_init): Default flag_exceptions to 1, without
11843         checking to see if it's 2 first.
11844
11845 Wed Jul  8 03:01:32 1998  Jeffrey A Law  (law@cygnus.com)
11846
11847         * constants.c: Include "system.h".
11848         * decl.c: Likewise.
11849         * lang.c (flag_new_exceptions): Get via extern now.
11850         (lang_init_options): New functions.  Turn on flag_new_exceptions.
11851
11852 Tue Jul  7 12:56:48 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11853
11854         * lex.c (java_lex): Return 0 when we see an invalid character in
11855         the input.
11856
11857         * lex.c (java_read_char): Specify extra argument when calling
11858         java_lex_error.
11859         (java_read_unicode, java_parse_end_comment,
11860         java_parse_escape_sequence): Likewise,
11861         (java_lex): Specify extra argument when calling
11862         java_lex_error. Test that IDs are beginning with a legal character
11863         for IDs. Handle invalid characters with an error message and a
11864         call to java_lex_error.
11865         (java_lex_error): Adjust column position by new argument
11866         `forward'. Issue an error even if in the middle of reporting an
11867         other error.
11868
11869 1998-07-07  Brendan Kehoe  <brendan@cygnus.com>
11870
11871         * jcf-io.c (find_class): Zero out BUFFER before we use it, since
11872         we don't explicitly put a null pointer when we're copying it.
11873
11874 Tue Jul  7 09:38:38 1998  Tom Tromey  <tromey@cygnus.com>
11875
11876         * gjavah.c (print_cxx_classname): New function.
11877         (super_class_name): Likewise.
11878         (print_super_fields): Removed.
11879         (in_super): Removed.
11880         (print_field_info): Never generate #defines.
11881         (print_c_decl): Changed generated types to match JNI.  No longer
11882         print class name before method name.
11883         (print_method_info): Print "static" before static methods.
11884         Print "virtual" before non-final methods.
11885         (usage): Use exit(1), not exit(-1).
11886         (main): Likewise.
11887         (print_field_info): Use %.17g to print a double.
11888         (last_access): New globals.
11889         (process_file): Initialize last_access.
11890         (usage): Now static.
11891         (ACC_VISIBILITY): New define.
11892         (generate_access): New function.
11893         (print_field_info): Call it.
11894         (print_method_info): Likewise.  Also, generate information for all
11895         methods, not just native methods.  Return void.
11896         (print_c_decl): Return void.
11897         (print_field_info): Return void.
11898
11899 Thu Jul  2 16:53:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11900
11901         * Makefile.in (JAVABISONFLAGS): Specific flag for bison when
11902         processing the jc1 grammar file. Prefix bison functions and
11903         variables with java_.
11904         (parse.c): Dependencies on parse.h and lex.h
11905         * expr.c (build_java_arrayaccess): Function now global.
11906         * java-tree.h: Comment reorganized to carry on previous
11907         classification effort.
11908         (RESOLVE_EXPRESSION_NAME_P, RESOLVE_PACKAGE_NAME_P,
11909         RESOLVE_TYPE_NAME_P): New flags on WFLs.
11910         * jcf-parse.c (parse_source_file): java_parse_source_file renamed
11911         java_parse (new prefix java_ generated by bison).
11912         (java_layout_parsed_class, java_register_parsed_class): Function
11913         call removed.
11914         (yyparse): Removed unnecessary call to init_outgoing_cpool.
11915         * lex.c (static tree wfl_op): Variable deleted.
11916         (java_init_lex): Initialize kw_super and kw_this. Initialize more
11917         ctxp fields to NULL_TREE.
11918         (java_lex): No longer create WFL for operators. Filename caching
11919         mechanism deleted. Call BUILD_OPERATOR for `.', '(', '['. Strings
11920         created as STRING_CST and later expanded. Removed extra argument
11921         to BUILD_OPERATOR and BUILD_OPERATOR2. Build operators for THIS
11922         and SUPER.
11923         (build_wfl_node): Removed code in comments.
11924         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): No longer build a WFL but
11925         store token and location data in the current bison token.
11926         * parse.h: Removed pre-processor based symbol prefixes hack. Moved
11927         static/extern function declaration at the beginning of the file.
11928         (struct qualification): Data structure definition deleted.
11929         (RESOLVE_CHAIN_REMAINDER): Macro definition deleted.
11930         (qualify_ambiguous_name): Function declaration modified. Function
11931         now returns nothing.
11932         (build_array_ref, patch_array_ref, make_qualified_name,
11933         resolve_qualified_expression_name, maybe_generate_clinit,
11934         resolve_field_access): New static function declarations.
11935         (build_java_arrayaccess): New extern function declaration.
11936         (enum { RESOLVE_EXPRESION_NAME...}): Enum deleted.
11937         (CALL_EXPR_PRIMARY): Macro deleted.
11938         (EXPR_WFL_QUALIFICATION, QUAL_WFL, QUAL_RESOLUTION): New macros.
11939         (struct parser_ctxt): Field initialized_final
11940         removed. non_static_initialized, static_initialized: New fields.
11941         * parse.y (static tree kw_super, static tree kw_this): New global
11942         static.
11943         (%union): tree wfl field of operator member replaced by int
11944         location. WFLs are non longer created for operators.
11945         (OSB_TK, DOT_TK, THIS_TK, SUPER_TK): Tagged <operator>.
11946         (qualified_name:): Now calls make_qualified_name to build the
11947         identifier.
11948         (type_declaration:): Consider generating <clinit> when class
11949         parsing completed.
11950         (variable_declarator:): Directly build an assignment node when the
11951         variable is initialized when declared.
11952         (this_or_super:): Build a WFL and set current location when THIS
11953         or SUPER are parsed.
11954         (expression_statement:): Wrap statement around a WFL.
11955         (primary_no_new_array:): Fixed typo. Changed value returned by
11956         THIS_TK because of its new type (temporary).
11957         (dim_exprs:): Temporary fix because of OSB_TK's new type.
11958         (field_access:): Build qualified name with SUPER.
11959         (method_invocation:): Fixed returned value because of SUPER's new
11960         type.
11961         (array_access:): Use OSB_TK location information.
11962         (post_increment_expression:, post_decrement_expression:,
11963         unary_expression:, pre_increment_expression:,
11964         pre_decrement_expression:, unary_expression_not_plus_minus:,
11965         cast_expression:, multiplicative_expression:,
11966         additive_expression:, shift_expression:, relational_expression:,
11967         equality_expression:, and_expression:, exclusive_or_expression:,
11968         inclusive_or_expression:, conditional_and_expression:,
11969         conditional_or_expression:, assignment:): Use new location/token
11970         information available on operators.
11971         (create_class): Set super_decl_type to NULL_TREE when processing
11972         java.lang.Object.
11973         (register_fields): Field initialization is now a MODIFY_EXPR
11974         node. Chain initialization code to the matching lists (according
11975         the the field declaration modifiers).
11976         (maybe_generate_clinit): New function.
11977         (method_header): Don't set method's DECL_NAME to a WFL when adding
11978         methods to java.lang.Object.
11979         (resolve_and_layout): Now can return NULL_TREE if the type
11980         resolution fails. Otherwise, return the class DECL instead of its
11981         TYPE.
11982         (check_method_redefinition): Don't patch method DECL_NAME if it
11983         belongs to java.lang.Object.
11984         (process_imports): Simply assign error_found to the value returned
11985         by check_pkg_class_access.
11986         (declare_local_variables): Don't use their init statements (if
11987         any) when parsing error were previously found. Reuse MODIFY_EXPR
11988         build during parsing as an init statement.
11989         (java_method_add_stmt): Now return the current method body.
11990         (java_layout_parsed_class, java_register_parsed_class): Functions
11991         removed.
11992         (java_complete_expand_methods): Initialize the constant pool on a
11993         per class basis. Layout the classes before expanding their method
11994         bodies. Don't try expand artificial constructor code if error were
11995         found. Make the classes data and register them if no error were
11996         found.
11997         (java_complete_expand_method): Retrieve an artificial constructor
11998         argument list before entering its body. Assign the top block to
11999         the artificial constructor function body and set types of declared
12000         blocks and compound statements to void. Walk method body if not an
12001         artificial constructor.
12002         (make_qualified_name, cut_identifier_in_qualified): New functions.
12003         (resolve_expression_name): Fixed comments. Save/restore the
12004         current class CLASS_LOADED_P flag value. Build non qualified
12005         static field access and handle qualified expression names.
12006         (resolve_field_access, resolve_qualified_expression_name): New
12007         functions.
12008         (patch_method_invocation_stmt): Use the new expression resolution
12009         scheme, calling resolve_field_access when the function call is
12010         resolved as an expression.
12011         (qualify_ambiguous_name): Function rewritten to work on qualified
12012         expression produced by make_qualified_name.
12013         (java_complete_tree): Promote type when function's argument are
12014         RECORD_TYPEs. While processing the MODIFY_EXPR case: don't patch
12015         the assignment to discover further errors if RHS is a expression
12016         name that fails to evaluate. Declare LHS initialized even though
12017         the assignment failed. Don't use the location variable and removed
12018         extra argument in patch function calls. Now handle the ARRAY_REF
12019         case and build internal string representation when STRING_CSTs are
12020         walked.
12021         (build_method_invocation): Don't wrap function call around a WFL.
12022         (build_assignment): Likewise. Use the operator location
12023         information.
12024         (patch_assignment): Handle array access LHSs. Handle error
12025         provenance, resulting in a better error report.
12026         (build_binop): Use op_location from operator as binop location
12027         information.
12028         (build_unaryop, build_incdec, build_cast): Likewise.
12029         (patch_binop): Extract location information from the node. Fixed
12030         typo in error message.
12031         (patch_unary_op): Extract location information from the node.
12032         (build_array_ref, patch_array_ref): New functions.
12033
12034 Wed Jul  1 13:11:36 1998  Tom Tromey  <tromey@cygnus.com>
12035
12036         * expr.c (expand_java_INSTANCEOF): Changed calling convention to
12037         match _Jv_IsInstanceOf.
12038         * decl.c (init_decl_processing): Use _Jv_NewArray, not
12039         soft_newarray.  Use _Jv_IsInstanceOf, not soft_instanceof.
12040
12041 Tue Jun 30 14:12:54 1998  Tom Tromey  <tromey@cygnus.com>
12042
12043         * decl.c (init_decl_processing): Functions are now named
12044         _Jv_MonitorEnter and _Jv_MonitorExit, and return jint.
12045
12046 Mon Jun 29 14:47:10 1998  Per Bothner  <bothner@cygnus.com>
12047
12048         * java-tree.h (load_class):  Add prototype.
12049         * class.c (is_compiled_class):  Add missing arg to load_class.
12050         * expr.c (expand_java_NEW):  Call load_class.
12051         * parse.y (process_import):  Removed bogus use of void return value.
12052
12053 Thu Jun 25 11:50:48 1998  Per Bothner  <bothner@cygnus.com>
12054
12055         * decl.c, java-tree.h (soft_athrow_node):  Renamed to soft_node.
12056         Function name is "_Jv_Throw" instead of "soft_athrow".
12057         * decl.c, java-tree.h (soft_new_node):  Renamed to alloc_object_node.
12058         Function name is "_Jv_AllocObject" instead of "soft_new".
12059         Takes an extra parameter (object size).
12060         * expr.c:  Update calls.
12061
12062 Wed Jun 24 13:59:02 1998  Per Bothner  <bothner@cygnus.com>
12063
12064         * lex.c (java_get_line_col):  Handle end-of-file.
12065         * except.c (expand_end_java_handler):  Handle null type (i.e. finally).
12066
12067 Wed Jun 24 09:22:34 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
12068
12069         * lang.c (lang_init): Make -fexceptions the default.
12070         * except.c (maybe_start_try, maybe_end_try): Don't do anything if
12071         exception handling is not turned on.
12072
12073 Tue Jun 23 10:17:09 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
12074
12075         * lang.c (flag_new_exceptions): Make this this default.
12076         * decl.c (end_java_method): Call emit_handlers.
12077         * except.c (method_init_exceptions): Set language code and version.
12078         (expand_start_java_handler): Enable exception, and call
12079         expand_eh_region_start.
12080         (expand_end_java_handler): Enable exception, and set up catch blocks.
12081         (emit_handlers): New routine to generate the saved handlers.
12082         * java-except.h (emit_handlers): Add prototype.
12083
12084 Fri Jun 12 11:31:24 1998  Per Bothner  <bothner@cygnus.com>
12085
12086         We used to have three different representations of the constant pool:
12087         the CPool structure, the tree_constant_pool, and the constructures
12088         used to build the Class object (which may need class and string
12089         constants) in compiled code.  None were appropriate for compiling
12090         to .class files, so I did a major overhaul.
12091
12092         First, the tree_constant_pool array was removed.  Things were
12093         modified to the CPool structure in the JCF could be used.
12094         Second, a "capacity" field was added to the CPool, and functions
12095         written to search for a matching constant, adding one if not found.
12096         The code that generated the Class object was changed to use a CPool.
12097         The actual TREE_LISTs used to build the CONSTRUCTORs used for
12098         the static Class object are now only in build_constants_constructor.
12099         Finally, I wrote code which can generate a .class file (including its
12100         constant pool) from the RECORD_TYPE of a class.  This is a big step
12101         on the way to compiling Java source into .class files.
12102
12103         * jcf-write.c:  New file. Writes out a RECORD_TYPE as a .class file.
12104         * Makefile.in (JAVA_OBJS):  Added jcf-write.o.
12105
12106         * java-tree.h (CPOOL_UTF, CONSTANT_ResolvedFlag,
12107         CONSTANT_ResolvedString, CONSTANT_ResolvedClass):  New macros.
12108         (NAME_AND_TYPE_NAME, NAME_AND_TYPE_SIGNATURE, COMPONENT_REF_NAME,
12109         COMPONENT_REF_NAME_AND_TYPE, COMPONENT_REF_SIGNATURE): Redefined.
12110         (COMPONENT_REF_CLASS):  Replaced by COMPONENT_REF_CLASS_INDEX.
12111         (lang_type):  Removed constant_pool field.
12112         * jcf.h (CPool):  Renamed size to count.  Added field capacity.
12113         (CPOO_COUNT, CPOOL_UINT, CPOOL_USHORT1, CPOOL_USHORT2,
12114         CPOOL_FINISH, CPOOL_INIT, CPOOL_REINIT):  New macros.
12115         Rewrite some of the old JCF_XXX in terms of CPOOL_XXX macros.
12116
12117         * constants.c (current_constant_pool_tags, current_constant_pool_data,
12118         current_constant_pool_length), java-tree.h: Replaced by outgoing_cpool.
12119         * constants.c (build_constants_constructor):  Use new outgoing_cpool.
12120         (set_constant_entry, find_constant1, find_constant2,
12121         find_class_constant, count_constant_pool_bytes, write_constant_pool,
12122         find_utf8_constant, find_class_or_string_constant):  New functions.
12123
12124         * jcf-parse.c (load_class):  Don't save/restore tree-constant_pool.
12125         (get_constant):  Use current_jcf.cpool instead of tree_constant_pool.
12126         (give_name_to_class, get_class_constant):  Likewise.
12127         * jcf-parse.c, java-tree.h (tree_constant_pool):  Removed.
12128         (get_name_and_type_constant, get_ref_constant):  Removed.
12129         * parse.h (parser_ctxt):  Remove field tree_constant_pool.
12130         * parse.y:  Don't save/restore tree_constant_pool.
12131         * verify.c (verify_jvm_instructions):  Update for new approach.
12132         * expr.c (expand_invoke, expand_java_field_op): Likewise.
12133
12134         * lang-options.h:  Added -femit-class-file, -femit-class-files.
12135         * lang.c (flag_emit_class_files), java-tree.h:  New flag.
12136         (lang_f_options):  Added "emit-class-file(s)".
12137
12138         * expr.c (build_java_arrayaccess):  Generate more efficient array
12139         bounds checking, by using unsigned compare.
12140
12141         * expr.c (expand_invoke):  Re-arrange error checks to make more robust.
12142
12143 Wed Jun 10 17:34:42 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12144
12145         * parse.h: New comment on the handling of unresolved type
12146         identifiers. JDEPs are now part of the jdep_code enum.
12147         (typedef struct jdep): Now use enum jdep_code or int, depending on
12148         availability. Both are narrowed down to an 8 bits bitfield.
12149         (CALL_EXPR_PRIMARY): Fixed comment.
12150
12151 Wed Jun 10 10:54:39 1998  Tom Tromey  <tromey@cygnus.com>
12152
12153         * Make-lang.in (java): Added gjavac and jvgenmain.
12154         (java.start.encap): Depend on gjavac.
12155         (java.rest.encap): Depend on jvgenmain.
12156
12157         * Make-lang.in (JAVA_INSTALL_NAME): Name is gjavac, not c++.
12158         (JAVA_CROSS_NAME): Likewise.
12159         (java.all.build): Depend on jvgenmain and gjavac.
12160         (java.all.cross): Depend on jvgenmain and gjavac-cross.
12161         (jvgenmain$(exeext)): New target.
12162         (java.install-common): Wrote.
12163         * config-lang.in (compilers, stagestuff): Added gjavac and
12164         jvgenmain.
12165
12166 Wed Jun 10 12:19:04 1998  Dave Brolley  <brolley@cygnus.com>
12167
12168         * lang.c (lang_decode_option): New argc/argv interface.
12169
12170 Tue Jun  9 18:12:46 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12171
12172         * ChangeLog: Fixed entries not compliant with the Gnu Coding Standard.
12173         * decl.c (build_decl_no_layout): New function.
12174         * expr.c (java_lang_expand_expr): Layout declarations found in
12175         blocks before they're pushed.
12176         * jcf-parse.c (load_class): Save current line when parsing class
12177         file.
12178         (parse_source_file): Register class before expanding their
12179         methods.
12180         * lang.c (put_decl_node): Produce `null' when `void *' is
12181         processed.
12182         * lex.c (static tree wfl_op): New static global, for error report
12183         on casts.
12184         (java_init_lex): wfl_operator and wfl_op initialized
12185         here. Filename caching added for wfl_op. Return wfl_op when `(' is
12186         parsed.
12187         * parse.h (build_unaryop, build_incdec, patch_unaryop, build_cast,
12188         patch_cast, valid_ref_assignconv_cast_p, can_cast_to_p,
12189         build_unresolved_array_type): New static function definitions.
12190         (build_decl_no_layout): New extern function declared.
12191         (OBSOLETE_MODIFIER_WARNING): Report error only if the WFL of the
12192         faulty modifier exists.
12193         (TYPE_INTERFACE_P, TYPE_CLASS_P): New macros.
12194         (ERROR_CAST_NEEDED_TO_INTEGRAL): Error message tuned.
12195         (UNARY_PLUS_EXPR): New fake operator.
12196         (struct parser_ctxt): New field osb_number.
12197         * parse.y (static tree wfl_operator): New static WFL for operator
12198         bound error messages.
12199         (DECR_TK, INCR_TK): Moved.
12200         (OP_TK): Tagged <operator>.
12201         (array_type:): Now call build_unresolved_array_type.
12202         (dim_expr:): Count the number of '[' seen.
12203         (post_increment_expression, post_decrement_expression,
12204         pre_increment_expression, pre_decrement_expression,
12205         unary_expression_not_plus_minus, unary_expression:): Actions are
12206         now building the corresponding unary expressions.
12207         (cast_expression:): Actions are now building cast expressions.
12208         (build_unresolved_array_type): New function.
12209         (create_interface): Reset the number of declared interfaces.
12210         (create_class): Likewise.
12211         (method_header): Methods declared within the scope of an interface
12212         are now implicitly set public and abstract.
12213         (java_complete_class): Variable's and parameter's type are patched
12214         with a promoted type.
12215         (declare_local_variables): Resolved non builtin types are promoted
12216         before being used to build a variable decl. Removed type patch
12217         posted on variable initialization statement.
12218         (source_start_java_method): Use build_decl_no_layout to build the
12219         decl of a parameter of incomplete type.
12220         (java_register_parsed_class): Process interfaces too. Call
12221         rest_of_decl_compilation on each processed class declarations.
12222         (java_complete_expand_methods): Don't attempt to expand things in
12223         interfaces.
12224         (java_complete_tree): Process CONVERT_EXPR, even though it always
12225         has a type. Propagate error_mark_node to node's type too. Promote
12226         method's call argument type and return error_mark_node if
12227         argument's completion didn't work. MODIFY_EXPR can have a WFL as a
12228         RHS. Fixed bug in the handling of bogus RHS of a fixed type. Now
12229         handle unary operator nodes.
12230         (build_assignment): Added comment.
12231         (print_int_node): New function.
12232         (patch_assignment): New second argument. New error handling. Use
12233         print_int_node. Handle references. Use can_cast_to_p to issue
12234         different error message according to the context and check upon
12235         the initialization of the RHS.
12236         (can_cast_to_p, valid_ref_assignconv_cast_p): New functions.
12237         (operator_string): Handle more operators.
12238         (patch_binop): No longer use a function static
12239         wfl_operator. Improved error message on shift distance.
12240         (build_unaryop, build_incdec, build_cast, patch_unaryop,
12241         patch_cast): New functions.
12242
12243 Fri Jun  5 18:03:07 1998  Per Bothner  <bothner@cygnus.com>
12244
12245         * jvspec.c:  New file.
12246         * Make-lang.in:  New rules to build gjavac from jvspec.c and ../gcc.c.
12247
12248         * java-tree.h (identifier_subst):  Add declaration.
12249
12250 Thu Jun  4 13:44:23 1998  Tom Tromey  <tromey@cygnus.com>
12251
12252         * jvgenmain.c (main): Generate call to JvRunMain.
12253
12254         * class.c (make_class_data): Push value for "sync_info" field.
12255         * decl.c (init_decl_processing): Push "sync_info" field.
12256
12257 Wed Jun  3 20:39:14 1998  Per Bothner  <bothner@cygnus.com>
12258
12259         * typeck.c (build_java_array_type):  Set TYPE_NAME to actual
12260         Java (source) name, not signature.
12261         Set TYPE_ALIGN to (at least) that of element_type.
12262
12263 Tue Jun  2 15:19:19 1998  Per Bothner  <bothner@cygnus.com>
12264
12265         * class.c:  Moved classname-mangling-rekated code to ...
12266         * mangle.c:  ... this new file.
12267         * jvgenmain.c:  New program (needs mangle.c) to generate main program.
12268         * Makefile.in:  Update for above changes.
12269
12270 Mon Jun  1 09:58:36 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12271
12272         * expr.c (truthvalue_conversion): Convert integer and floating
12273         point value to their truth value.
12274         * lex.c (java_lex): Handle the `null' literal.
12275         * parse.h (JREFERENCE_TYPE_P, DECL_P): New macros.
12276         (ERROR_CANT_CONVERT_TO_BOOLEAN, ERROR_CANT_CONVERT_TO_NUMERIC,
12277         ERROR_CAST_NEEDED_TO_INTEGRAL, ERROR_VARIABLE_NOT_INITIALIZED):
12278         New macros.
12279
12280         * parse.y: Reorganization/documentation on token declaration.
12281         (binop_lookup[]): New added new tree codes.
12282         (relational_expression): Build corresponding binary operators.
12283         (equality_expression, conditional_and_expression,
12284         conditional_or_expression): Likewise.
12285         (java_complete_class): Fix crash in debug message.
12286         (java_complete_tree): Check initialization of method call
12287         arguments. Further bogus node evaluation to detect more error
12288         during assignments. Handles more binary operators.
12289         (patch_assignment): Use DECL_P.
12290         (build_binop): Fix crash when using URSHIFT_EXPR, a Java only tree
12291         code.
12292         (operator_string): Handle more case. Compacted source.
12293         (patch_binop): Changed function comment. Checking for
12294         uninitialized first operand takes the compound assignment into
12295         account and uses DECL_P. Checking for uninitialized second operand
12296         delayed to routine's end. Use macros to issue type bound error
12297         messages and issue messages on both operands if their types are
12298         different. Force fixed type into node. Handle all binary
12299         operators.
12300
12301 Wed May 27 10:30:31 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12302
12303         * java-tree.h (COMPOUND_ASSIGN_P, INITIALIZED_P): New macros.
12304         * lex.c (java_lex): Use BUILD_OPERATOR and BUILD_OPERATOR2 to
12305         build operator node and return tokens.
12306         * lex.h (BUILD_OPERATOR, BUILD_OPERATOR2): New macros.
12307         * parse.h (java_complete_tree): Changed returned type in prototype.
12308         (build_method_invocation, build_assignment, patch_assignment,
12309         patch_binop): New static function declarations.
12310         (JFLOAT_TYPE_P, JNUMERIC_TYPE_P, JPRIMITIVE_TYPE_P, JSTRING_P,
12311         BUILD_EXPR_WFL): New macros.
12312         * parse.y (enum tree_code binop_lookup[]): New static for token to
12313         TREE_CODE lookup.
12314         (%union): Parser union has new sub-structure `operator'.
12315         (ASSIGN_TK, MULT_ASSIGN_TK, DIV_ASSIGN_TK, REM_ASSIGN_TK,
12316         PLUS_ASSIGN_TK, MINUS_ASSIGN_TK, LS_ASSIGN_TK, SRS_ASSIGN_TK,
12317         ZRS_ASSIGN_TK, AND_ASSIGN_TK, XOR_ASSIGN_TK, OR_ASSIGN_TK,
12318         ASSIGN_ANY_TK): Tokens tagged `operator'.
12319         (EQ_TK, GTE_TK, ZRS_TK, SRS_TK, GT_TK, LTE_TK, LS_TK, BOOL_AND_TK,
12320         AND_TK, BOOL_OR_TK, OR_TK, INCR_TK, PLUS_TK, DECR_TK, MINUS_TK,
12321         MULT_TK, DIV_TK, XOR_TK, REM_TK, NEQ_TK, NEG_TK, REL_QM_TK,
12322         REL_CL_TK, NOT_TK, LT_TK): Tokens tagged `operator'.
12323         (assignment_operator:): Rule tagged `operator'.
12324         (expression_statement:): Re-installed default rule.
12325         (method_invocation:): Sub rules call build_method_invocation.
12326         (postfix_expression:): Don't attempt to resolve name here. Just
12327         return an ID.
12328         (multiplicative_expression:): Sub-rules build corresponding binop
12329         expression node.
12330         (additive_expression:, shift_expression:, and_expression:,
12331         exclusive_or_expression:, inclusive_or_expression:): Likewise.
12332         (assignment:): Sub rule invoke build_assignment.
12333         (assignment_operator:): Default rules on sub rules.
12334         (force_error): Added documentation on this variable.
12335         (declare_local_variables): Build initialization calling
12336         build_assignment.
12337         (expand_start_java_method): Removed unused rtx declaration. Mark
12338         arguments as already initialized.
12339         (java_method_add_stmt): Type of built COMPOUND_EXPR set to NULL.
12340         (java_complete_expand_methods): Don't process next method if
12341         completion of the previous one triggered errors.
12342         (java_complete_expand_method): Call source_end_java_method if no
12343         error were found during completion.
12344         (resolve_expression_name): Use IDENTIFIER_LOCAL_VALUE to retrieve
12345         locals declaratilon. Handle names found within a class. Return
12346         error_mark_node when things aren't found.
12347         (patch_method_invocation_stmt): Return error_mark_node on failures.
12348         (patch_invoke): Removed unused local. Return the correct node.
12349         (java_complete_tree): Now returns a value. The BLOCK section binds
12350         local identifiers and the type of a BLOCK is now void. Assign the
12351         result of operand completion on COMPOUND_EXPR. Assign the
12352         encapsulated node of a WFL to the result of its completion, except
12353         when the node is an identifier. Now handle MODIFY_EXPR and several
12354         binary operators. Return error_mark_node on errors.
12355         (build_method_invocation, build_assignment, patch_assignment,
12356         build_binop, operator_string, patch_binop): New functions.
12357         * typeck.c (binary_numeric_promotion): New function.
12358
12359 Thu May 21 12:01:04 1998  Per Bothner  <bothner@cygnus.com>
12360
12361         * class.c (identifier_subst):  New convenience wrapper for ident_subst.
12362         Replace most uses of ident_subst by identifier_subst.
12363
12364         * class.c (push_class_static_dummy_field):  Removed function.
12365         (build_class_ref):  Find Class object decl by looking up "CNAME.class",
12366         instead of looking got "class" static field.  Create that decl here.
12367         (class_identifier_node):  Removed;  no longer needed.
12368         (init_class_processing):  Don't init class_identifier_node.
12369         * jcf-parse.c (jcf_parse):  Don't call push_class_static_dummy_field.
12370         Do nreverse 0 times (instead of twice) for Object and Class.
12371         * parse.y (java_layout_parsed_class): No push_class_static_dummy_field.
12372
12373 Wed May 20 16:35:04 1998  Per Bothner  <bothner@cygnus.com>
12374
12375         * jcf-parse.c (parse_class-file):  Set lino to smallest line number,
12376         while initializing linenumber_count and linenumber_table.
12377         Do it before init_function_start (which calls emit_line_note).
12378         * expr.c (expand_byte_code):  Don't need to clear lineno here.
12379
12380 Mon May 18 16:23:32 1998  Tom Tromey  <tromey@cygnus.com>
12381
12382         * class.c (append_gpp_mangled_type): If `qualifications' is >=9,
12383         then mangle number as _N_.
12384
12385         * class.c (mangle_class_field): New function.
12386         (build_class_ref): Set assembler name of class reference using
12387         mangle_class_field.
12388         (push_class_static_dummy_field): Likewise.
12389
12390 Sun May 17 12:52:35 1998  Michael Tiemann <tiemann@cygnus.com>
12391
12392         * parse.y (source_start_java_method): Use TREE_SET_CODE instead
12393         of assigning to TREE_CODE.  The latter method exploits a feature
12394         of GCC that is not ANSI compliant.
12395
12396 Thu May 12 13:44:27 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12397
12398         * decl.c (pushdecl_force_head): New function.
12399         (pushlevel): Removed conditional printf.
12400         (complete_start_java_method): Don't enter local variable scope if
12401         function is compiled from source code.
12402         * expr.c: parse.h now included
12403         (java_lang_expand_expr): New function.
12404         * jcf-io.c (find_class): Use SOURCE_FRONTEND_DEBUG instead of
12405         printf. Terminate buffer when doing directories.
12406         * jcf-parse.c (parse_source_file): Call lang_init_source before
12407         parsing and before code generation.
12408         * jcf.h (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally
12409         use printf if the macro is defined.
12410         * lang.c (lang_init): Install lang_expand_expr hook on
12411         java_lang_expand_expr.
12412         (java_dummy_print): New function.
12413         (lang_init_source): New function.
12414         * lex.c (java_lex): Remember location of an opening brace at the
12415         second nesting level.
12416         (java_is_eol): Unget character seen after a CR if it is EOF.
12417         * parse.h: Now includes lex.h
12418         (SOURCE_FRONTEND_DEBUG): Macro redefined to conditionally use
12419         printf if the macro is defined.
12420         (expand_start_java_method, build_expr_block, enter_block,
12421         exit_block, lookup_name_in_blocks, maybe_absorb_scoping_blocks):
12422         New static function declarations.
12423         (pushdecl_force_head): New extern function declaration.
12424         (INCOMPLETE_TYPE_P): New macro.
12425         (JDEP_PARM, JDEP_TYPE): New entries in JDEPs enum.
12426         (BLOCK_CHAIN_DECL, BLOCK_EXPR_DECLS, BLOCK_EXPR_BODY,
12427         BLOCK_EXPR_ORIGIN): New macros.
12428         (DECL_SOURCE_LINE_MERGE, DECL_SOURCE_LINE_FIRST,
12429         DECL_SOURCE_LINE_LAST): New macros.
12430         (struct parser_ctxt): Removed field current_method_decl, redundant
12431         with the field current_function_decl. Added fields
12432         first_ccb_indent1 and pending_block.
12433         * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK,
12434         BOOL_LIT_TK, CHAR_LIT_TK, STRING_LIT_TK, NULL_TK, VOID_TK): Rules
12435         tagged <node>
12436         (SOURCE_FRONTEND_DEBUG): Used as macro accepting varargs.
12437         (compilation_unit:): Cosmetic on sub rule.
12438         (type_declaration:): Cosmetic on sub rules. Added an error rule.
12439         (variable_initializer:): Installed default rule on expression:.
12440         (method_declaration:): method_header: starts a new
12441         method. method_body: installs the function body, absorbs blocks
12442         emitted for temporary variable scopings, pops function's body block
12443         and merges function's last statement lineno in DECL_SOURCE_LINE.
12444         (method_body:): Installed default rules.
12445         (block:): Call enter_block when an opening brace is seen.  Absorb
12446         scoping blocks and call exit_block when a closing brace is seen.
12447         (block_statement:): Cosmetic changes.
12448         (method_invocation:): Create WFL around CALL_EXPR node.
12449         (patch_stage): Added comment around definition.
12450         (method_header): Try to use first_ccb_indent1 as the first line of
12451         the method, so BP debug info are emitted at the first opening
12452         brace of the function. If the function has no body, use the
12453         location of the function's name. Override currently defined method
12454         name with the matching WFL so we can point redefinition errors
12455         using the location where the function's name was declared.
12456         (check_abstract_method_header): Interprets DECL_NAME as an
12457         identifier or as a WFL, accordingly.
12458         (java_complete_class): New cases for JDEP_TYPE and JDEP_PARM.
12459         (check_method_redefinition): Use DECL_NAME as a WFL. Extract
12460         location and name information out of it and reinstall DECL_NAME to
12461         its original identifier node value.
12462         (lookup_cl): Use DECL_SOURCE_LINE_FIRST (first line of the
12463         function's source code).
12464         (read_import_dir): Test the value returned by find_class and issue
12465         a fatal accordingly.
12466         (declare_local_variables): Push a new block for the scope of the
12467         new variable(s) if code has been already generated at that nesting
12468         level. Pinpoint redefinition errors using the variable id
12469         WFLs. Generate initialization code if necessary. If the variable
12470         type is incomplete, register a patch on its decl.
12471         (source_start_java_method): Rewritten. Define a new block for the
12472         function's parameters. Build parameter decl out of function's
12473         arguments and register them for a patch if their types are
12474         incomplete.
12475         (expand_start_java_method): Includes the part of
12476         source_start_java_method that was pushing the parameter decls and
12477         completing the method start code.
12478         (source_end_java_method): Removed call the expand_end_bindings and
12479         poplevel (already taken care of). Reinstall function's arguments
12480         and get function's last line of code before calling
12481         expand_function_end.
12482         (java_method_add_stmt): New comment before the function's
12483         code. Complement the second operand of the current COMPOUND_EXPR
12484         if necessary.
12485         (java_complete_expand_methods): Don't generate debug info on line
12486         zero when expanding a generated constructor.
12487         (java_complete_expand_method): Set start and end line numbers for
12488         a artificially generated constructor to one and manually call
12489         enter_block and exit_block when defining it. For all methods:
12490         expand function's start calling the new expand_start_java_method
12491         and invoke java_complete_tree on the effective method's body, if
12492         any.
12493         (resolve_expression_name): Now use lookup_name_in_blocks to search
12494         local variable decls and print out an error when variables are
12495         undefined.
12496         (patch_method_invocation_stmt): Inserted comment before the
12497         function's code.
12498         (lookup_method_invoke): Chain method's arguments using chainon
12499         with the current arg list as a second argument. Inserted missing
12500         IDENTIFIER_POINTER when reporting an error on methods not found.
12501         (refine_accessible_methods_list): Don't retain constructors.
12502         (patch_arguments): Function removed.
12503         (java_complete_tree): Inserted comment before the function's
12504         code. New case for BLOCKs. Moved the WFL case a bit
12505         further. Complete function's arguments.
12506         (build_expr_block, enter_block, exit_block, lookup_name_in_blocks,
12507         maybe_absorb_scoping_blocks): New functions.
12508
12509 Mon Apr 27 10:50:05 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12510
12511         * jcf-io.c (find_class): Reset jcf->java_source after JCF_ZERO, if
12512         previously set.
12513         * jcf-parse.c (parse_source_file, java_error_count): New forward
12514         and extern declarations.
12515         (java_parse_abort_on_error): Macro moved.
12516         (jcf_parse_source): fatal called if fopen fails. Now calls
12517         parse_source_file.
12518         (parse_source_file): New parse_only parameter. Reflects the
12519         elimination of the second pass.
12520         (yyparse): parse_source_file called with argument set to 0.
12521         * jcf.h (JCF_ZERO): Sets java_source to zero.
12522         * lex.c (java_init_lex): pass argument is gone. Function modified
12523         to be called once during the analysis of a file.
12524         (java_unget_unicode): Fixed typo in fatal message.
12525         (java_get_line_col): Likewise.
12526         (java_lval): Likewise. String literals no longer built during
12527         second pass.
12528         * lex.h (JAVA_COLUMN_DELTA): Take the tabulation character into
12529         account.
12530         * parse.h (MODIFIER_WFL): New macro.
12531         (parse_check_super, parser_check_super_interface): Now return int.
12532         (parser_chain_incomplete_item, not_builtin_p,
12533         complete_method_decl): Declarations removed.
12534         (build_method_invocation_stmt, build_invoke): Renamed using the
12535         `patch' instead of `build'
12536         (register-incomplete_type, obtain_incomplete_type,
12537         java_complete_tree, java_complete_expand_method,
12538         unresolved_type_p, create_jdep_list): New function declarations.
12539         (IC_TYPE, IC_DEPEND, DEPEND_DECL, DEPEND_WFL, BEGIN_ONLY_PASS,
12540         END_ONLY_PASS, ELSE_ONLY_PASS): Macro deleted.
12541         (jdep): New typedef on new struct _jdep.
12542         (JDEP_DECL, JDEP_DECL_WFL, JDEP_KIND, JDEP_SOLV, JDEP_WFL,
12543         JDEP_MISC, JDEP_APPLY_PATCH, JDEP_GET_PATCH, JDEP_CHAIN,
12544         JDEP_TO_REVOLVE, JDEP_RESOLVED_DECL, JDEP_RESOLVED,
12545         JDEP_RESOLVED_P): New macros.
12546         (JDEP_NO_PATCH, JDEP_SUPER, JDEP_FIELD, JDEP_METHOD,
12547         JDEP_METHOD_RETURN, JDEP_METHOD_END, JDEP_INTERFACE,
12548         JDEP_VARIABLE): New enum values and jdep kinds.
12549         (jdeplist): New typedef on struct _jdeplist.
12550         (CLASSD_FIRST, CLASSD_LAST, CLASSD_CHAIN, JDEP_INSERT): New
12551         macros.
12552         (CALL_EXPR_PRIMARY): New macro.
12553         (struct parser_ctxt): Fields java_pass, current_method_decl,
12554         method_decl_list deleted. New field jdeplist.
12555         (INCOMPLETE_P): Macro deleted.
12556         * parse.y (single_type_import_declaration:): Removed pass switch.
12557         (type_import_on_demand_declaration): Likewise.
12558         (field_declaration:): Removed pass switch on all sub rules.
12559         (class_declaration:): Call the complete_class_decl removed on
12560         class_body rules.
12561         (method_declaration:): Removed second pass switch. No longer chain
12562         methods decl when method_header reduced.
12563         (method_header:): Sub rules no longer depend on pass switch.
12564         (method_declarator:): Likewise.
12565         (method_body:): Likewise.
12566         (abstract_method_declaration:): Likewise.
12567         (block_statement:): Likewise.
12568         (local_variable_declaration:): Likewise.
12569         (argument_list:): Likewise.
12570         (method_invocation:): Likewise. Call to build_method_invocation_stmt
12571         removed. Partial CLASS_EXPR tree node built instead.
12572         (postfix_expression:): Removed pass switch on all sub rules.
12573         (java_pop_parser_context): Free classd_list content.
12574         (yyerror): Call obstrack_grow0 to finalize error message.
12575         (check_class_interface_creation): Comment modified to reflect new
12576         returned value meaning. Removed second pass switch. Return 1 if an
12577         error was found, 0 otherwise. Adjust pointer on filename if a
12578         leading path separator was found.
12579         (maybe_create_class_interface_decl): Removed first pass switch
12580         when linking the class decl to the class_list. Install a new
12581         jdep_list for the class.
12582         (add_superinterfaces): List of unresolved interfaces is
12583         gone. Unresolved interfaces are directly added to the current
12584         dependencies list.
12585         (create_interface): Second pass shortcut removed.
12586         ctpx->modifier_ctx access through MODIFIER_WFL.
12587         (create_class): Second pass shortcut removed. Call to
12588         register_incomplete_type replaces the call to
12589         parser_chain_incomplete_item.
12590         (complete_class_decl): Function removed.
12591         (duplicate_declaration_error): New way of retrieving redeclared
12592         item type.
12593         (register_fields): Call to lookup_modifier_cl replaced by
12594         MODIFIER_WFL. New way of handling unresolved type, using
12595         unresolved_type_p and obtain_incomplete_type.
12596         register_incomplete_type replaces call to parser_chain_incomplete_item.
12597         (patch_stage): New static global variable.
12598         (method_header): New way of handling unresolved type, using
12599         unresolved_type_p and obtain_incomplete_type. patch_stage used to
12600         indicates that the method decl needs to be patched.
12601         (check_abstract_method_header): Call to lookup_modifier_cl
12602         replaced by MODIFIER_WFL.
12603         (method_declarator): Incomplete argument type are registered
12604         calling register_incomplete_type. Patch on the declared method is
12605         issued in that case.
12606         (unresolved_type_p): New function.
12607         (parser_check_super_interface): New comment to reflect function's
12608         modified returned type (int). Function and has a new argument
12609         this_wfl. Call to parse_error_context uses this_wfl instead of
12610         relying on lookup_cl.
12611         (parser_check_super): Comment reflects function's new returned
12612         type (int). Function returns non zero value on error.
12613         (create_jdep_list, reverse_jdep_list, obtain_incomplete_type,
12614         register_incomplete_type, jdep_resolve_class): New functions to
12615         handle incomplete types in declarations.
12616         (java_complete_class): Rewritten to work with the new incomplete
12617         type handling scheme.
12618         (complete_class_report_errors): Likewise.
12619         (complete_method_decl): Removed: it jobs is now handled by
12620         java_complete_class.
12621         (do_resolve_class): Class loaded in not already loaded and not
12622         found in Java source code.
12623         (java_check_regular_methods, java_check_abstract_methods): Don't
12624         call complete_method_decl anymore.
12625         (lookup_modifier_cl, not_builtin_p): Functions deleted.
12626         (read_import_dir): Got rid of the pass number dependency.
12627         (declare_local_variables): New handling of unresolved types (patch
12628         issued).
12629         (source_start_java_method): New parameter level. Function called
12630         with level set to 1 when argument types are potentially
12631         unresolved.  Called to complete the job with level set to 2 once
12632         types are complete.
12633         (source_end_java_method): Call to permanent_allocation
12634         removed. Waiting to be replaced by a more suitable obstack
12635         management.
12636         (java_complete_expand_methods, java_complete_expand_method,
12637         java_expand_finals): New functions.
12638         (build_method_invocation_stmt): Renamed
12639         patch_method_invocation_stmt. Extracts function call expression
12640         (wfl) and arguments (args) from CALL_EXPR tree operands.
12641         (build_invoke): Renamed patch_invoke. Fixed typo in fatal
12642         call. Patch the function and argument operand of the CALL_EXPR
12643         tree argument.
12644         (patch_argument, java_complete_tree): New functions.
12645
12646 Mon Apr 20 18:26:57 1998  Per Bothner  <bothner@cygnus.com>
12647
12648         Recover from missing fields and methods (i.e. error instead of fatal).
12649         * decl.c, java-tree.h (TYPE_identifier_node):  New global constant.
12650         * expr.c (expand_invoke):  Recover from missing method.
12651         (expand_java_field_op):  Recover from missing field.
12652         Inline references to java.lang.{Integer,Char,...}.TYPE.
12653         * typeck.c (get_type_from_signature), java-tree.h:  New function.
12654         * class.c (add_method):  Use get_type_from_signature.
12655         (build_class_ref):  Handle a class that was not found.
12656         * typeck.c (convert):  Handle conversion to pointers (for convenience).
12657         * verify.c (verify_jvm_instructions):  Use get_type_from_signature
12658         instead of lookup_field to handle missing fields.
12659
12660         * jcf-parse.c (process_zip_dir):  Set java_source.
12661
12662 1998-04-20  Brendan Kehoe  <brendan@cygnus.com>
12663
12664         * jcf-parse.c (set_source_filename): Use TYPE_NAME, not DECL_NAME.
12665
12666 Tue Apr 14 15:59:54 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12667
12668         * jcf-parse.c (load_class): Don't change input_filename before
12669         calling jcf_parse_source (but still do it before calling
12670         jcf_parse).
12671         (jcf_parse_source): Assign input_filename after having saved the
12672         parser context.
12673         * lex.c (java_init_lex): Chain a WFL node to the import on demand
12674         list. ctxp->modifier_ctx zeroed according to its new
12675         definition. ctxp->filename initialized. Removed
12676         JAVA_MODIFIER_CTX_UNMARK.
12677         (java_unget_unicode): Update the character based column position.
12678         (java_allocate_new_line): ref_count not used anymore. Always free
12679         ctxp->p_line. Initialize c_line->char_col to 0.
12680         (java_get_unicode): Update the character based column position.
12681         (java_lex): Use ctxp->elc to store current position in source
12682         file, at the beginning of the parsed token. Set modifier_ctx entry
12683         corresponding to the parse modifier to a WFL node. Return a WFL
12684         node when an identifier is parsed.
12685         (java_lex_error): Now uses ctxp->elc to store current position in
12686         source.
12687         (build_wfl_node, java_is_eol, java_get_line_col): New functions.
12688         * lex.h (build_wfl_node): New function definitions.
12689         (struct java_line): ref_count and next fields are gone. New field
12690         char_col.
12691         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
12692         JAVA_LINE_UNMARK, ID_NAME, ID_CL): Macro definitions deleted.
12693         (JAVA_COLUMN_DELTA): New macro.
12694         (java_lc): New typedef on new struct _java_lc.
12695         * parse.h (lookup_cl, lookup_modifier_cl): Changed returned types.
12696         (parse_error_context, parse_warning_context): Changed prototypes.
12697         (java_get_line_col): Added as an available global function.
12698         (JAVA_MODIFIER_CTX_UNMARK): Macro removed.
12699         (IC_DECL): Replaced by macro IC_TYPE
12700         (DEPEND_WFL): New macro.
12701         (THIS_MODIFIER_ONLY): Now works with WFL and only remembers the first
12702         wrong modifier.
12703         (exit_java_complete_class): Removed a commented out statement.
12704         (struct parser_ctxt): Added comments on fields. modifier_ctx is
12705         now an array of tree nodes. Deleted fields line_list and
12706         e_line. New field elc, to replace e_line.
12707         * parse.y (array_type:): Build WFL node.
12708         (qualified_name:): Build a single WFL node out of two. Retain
12709         the location information of the first node in the resulting node.
12710         (package_declaration:): Use package name as a WFL node
12711         (single_type_import_declaration:): Use imported name as a WFL node.
12712         (type_import_on_demand_declaration:): Use root of the imported
12713         packages as a WFL node.
12714         (field_declaration:): Removed unused local variable cl.
12715         (method_declaration:): Don't call JAVA_MODIFIER_CTX_UNMARK.
12716         (yyerror): New static elc. Removed static error_line, error_pos.
12717         New local code_from_source. Save ctxp->elc into elc at the first
12718         pass. Call java_get_line_col to get a string of the line where
12719         the error occurred.
12720         (debug_line): Removed static function.
12721         (parse_error_context, parse_warning_context): Parameter cl is now
12722         a WFL node. Use its value to initialize ctxp->elc.
12723         (redefinition_error): Parameter cl is now a WFL node.
12724         (parse_add_interface): New parameter wfl. No longer call
12725         lookup_cl, use wfl instead.
12726         (check_class_interface_creation): Parameter cl is now a WFL node.
12727         (maybe_create_class_interface_decl): Likewise.
12728         (add_superinterfaces): New function.
12729         (create_interface): Removed local cl, node, super_decl,
12730         super_decl_type.  Function now uses id as a WFL node. Better
12731         warning/error report on obsolete or forbidden mix of
12732         modifiers. Now calls add_superinterfaces to register interfaces.
12733         (create_class): Removed local cl, node. Local variable id is used
12734         as a WFL node. Better error report on forbidden modifier
12735         mix. Uses add_superinterfaces to register interfaces.
12736         (find_field): Argument cl is now a WFL node. Now store the WFL
12737         node of a fields that needs to be checked for their
12738         initialization.
12739         (method_header): Local variable node non longer used. Local
12740         variable id replaces cl.
12741         (check_modifiers_consistency): Local variable cl is now a WFL
12742         node.
12743         (method_declarator): Local variable cl replaced by parameter id.
12744         (parser_qualified_name): Now uses parameter name as a WFL node.
12745         (parser_check_super_interface): New parameter wfl, for achieve
12746         greater accuracy during error reports.
12747         (parser_chain_incomplete_item): New parameter named location. Used,
12748         along the decl, to construct the incomplete item node.
12749         (java_complete_class): resolve_class now uses WFL node extracted
12750         from the incomplete item node. Macro IC_TYPE replaces TREE_PURPOSE
12751         where appropriate.
12752         (complete_method_decl): Unresolved function's argument types are WFL.
12753         (resolve_class): Parameter cl is now a WFL node.
12754         (resolve_and_layout): Likewise.
12755         (do_resolve_class): Likewise. Try first to use cl and then do the
12756         lookup on the decl when calling check_pkg_class_access.
12757         (complete_class_report_errors): Use IC_TYPE in place of
12758         TREE_PURPOSE where appropriate. Use DEPEND_WFL on dependency
12759         instead of doing a lookup over the decl.
12760         (java_check_final): Use WFL info from field tree list.
12761         (lookup_cl): Rewritten and returns a statically defined WFL node.
12762         (lookup_modifier_cl): Now uses information from WFL nodes.
12763         (process_imports): Likewise.
12764         (read_import_dir): name and cl arguments replaced by a single WFL
12765         node. Function modified accordingly.
12766         (find_in_imports_on_demand): Now uses WFL node.
12767         (check_pkg_class_access): cl argument is now a WFL node.
12768         (declare_local_variables): Fixed to use WFL nodes.
12769         (resolve_expression_name): Likewise.
12770         (build_method_invocation_stmt): name_combo argument renamed
12771         wfl. Function modified to use WFL nodes.
12772         (build_invoke): cl used as a WFL node when calling build_expr_wfl.
12773         (lookup_method_invoke): cl is now a WFL node. Added missing
12774         IDENTIFIER_POINTER to class type decl name.
12775
12776 Tue Apr 14 15:23:29 1998  Dave Brolley  <brolley@cygnus.com>
12777
12778         * lang.c (init_parse): Now returns char* containing the filename.
12779
12780 Fri Apr 10 11:36:04 1998  Per Bothner  <bothner@cygnus.com>
12781
12782         * class.c (layout_class):  Mangle repeated arg types to match cc1plus.
12783
12784         * decl.c, java-tree.h (integer_four_node):  New INTEGER_CST node.
12785         * class.c (make_class_data):  If flag_assume_compiled, initial class
12786         state is CSTATE_PREPARED; make superclass and interfaces direct
12787         references, rather than constant pool indexes.
12788
12789 Thu Apr  9 16:10:56 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12790
12791         * parser.y: Include flags.h. Removed debug variable pl.
12792         (method_declaration:): Uses ctxp->parser_ccb_indent instead of pl.
12793         (block:): Likewise.
12794         (labeled_statement_nsi:): Generate debug info when reducing
12795         expression_statement:.
12796         (check_pkg_class_access): get_access_flags_from_decl invokation
12797         fixed for new CLASS_* flags location.
12798         (source_end_java_method): Save/restore parser context when
12799         entering/leaving this routine. Restore lineno to its right value
12800         before calling expand_end_bindings.
12801         (build_method_invocation_stmt): build_invoke called with the
12802         current line information.
12803         (build_invoke): New argument cl. Wrap the function call around a
12804         wfl node.
12805         (refine_accessible_methods_list): Changed comment, removed
12806         unnecessary code.
12807         * parse.h: Fixed typo in comments.
12808         (CLASS_OR_INTERFACE): Handle the new CLASS_* flags location.
12809         (JAVA_MAYBE_GENERATE_DEBUG_INFO): New macro.
12810         (struct parser_ctxt): New fields ccb_indent, last_ccb_indent1,
12811         parser_ccb_indent.
12812         * lex.c (java_lex): Record the last closing curly bracket of a
12813         function.
12814         * jcf-parse.c (jcf_parse_source): Now calls
12815         java_check_methods. Clarified comment, fixed typo.
12816
12817 1998-04-09  Dave Brolley  <brolley@cygnus.com>
12818
12819         * lang.c (init_parse): Expose for non USE_CPPLIB builds.
12820         (finish_parse): Expose for non USE_CPPLIB builds.
12821
12822 Wed Apr  8 13:06:23 1998  Jeffrey A Law  (law@cygnus.com)
12823
12824         * lang.c (lang_print_xnode): New function.
12825
12826 Fri Apr  3 13:22:41 1998  Per Bothner  <bothner@cygnus.com>
12827
12828         * decl.c (class_dtable_decl), java-tree.h:  New tree node.
12829         * class.c (get_dispatch_vector, get_dispatch_table):  New functions
12830         used to build a class's dispatch table.
12831         (make_class_data):  Generate dispatch table if flag_assume_compiled.
12832         Set dtable of class object to address of class_dtable_decl.
12833
12834         * decl.c (int_decl_processing):  Make soft_badarrayindex_node
12835         be volatile and have side effects - generates better code.
12836
12837         * class.c, expr.c, parse.y:  CLASS_INTERFACE, CLASS_FINAL, etc:
12838         These flags were defined for TYPE_DECLs, but used on RECORD_TYPEs.
12839
12840         * expr.c (expand_invoke):  If class is final, method is
12841         effectively final, so can call it directly.
12842
12843         * java-tree.h (TYPE_NVIRTUALS, TYPE_VTABLE):  New macros.
12844
12845         * Makefile.in, Make-lang.in:  Add missing $(exeext)s.
12846
12847 Thu Mar 19 16:59:16 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12848
12849         * parse.y (build_method_invocation_stmt): Removed extra argument
12850         to build_invoke.
12851
12852 Mon Mar 16 17:25:19 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12853
12854         * expr.c (dtable_indent): Now static global.
12855         (expand_invoke): Now call invoke_build_dtable and
12856         build_invokevirtual.
12857         (invoke_build_dtable, build_invokevirtual): New functions.
12858         * jcf-io.c (find_class): Defer issuing a warning by setting
12859         jcf->outofsynch to 1.
12860         * jcf-parse.c (jcf_out_of_synch): New function.
12861         (load_class): Test this_jcf.outofsynch flag and call
12862         jcf_out_of_synch accordingly.
12863         * jcf.h: (typedef struct JCF): New flag outofsynch. Fixed typo in
12864         comment indentation.
12865         * lex.c (java_get_unicode): Fixed code indentation.
12866         (java_lex): Create string literal. Fixed typo. Removed several
12867         premature obstack_free.
12868         * parse.h: New enums for name resolution and invocation mode.
12869         (struct qualification): New data structure.
12870         (RESOLVE_CHAIN_REMAINDER, BUILD_PTR_FROM_NAME): New macros.
12871         (do_resolve_class, build_method_invocation_stmt,
12872         breakdown_qualified, qualify_ambiguous_name, resolve_and_layout,
12873         debug_line, identical_subpath_p, invocation_mode,
12874         refine_accessible_methods_list, build_invoke,
12875         lookup_method_invoke): New functions declared.
12876         (build_invokevirtual, invoke_build_dtable, match_java_method,
12877         build_field_ref, jcf_out_of_synch): New references to external
12878         functions.
12879         (struct parse_ctxt): Removed artificial_constructor field.
12880         * parse.y: (array_type:): Type defined for this rule.
12881         (class_type:): Installed default rule for interface_type:.
12882         (array_type:): Now build Java array type.
12883         (qualified_name:): Now use obstack_grow0.
12884         (method_declaration:): Skip the artificial constructor added to
12885         the list, if any.
12886         (abstract_method_declaration:): Execute the code only during pass 1.
12887         (block:): Installed default rule in block_statements:.
12888         (block_statement:): Add the statement to the method during pass 2.
12889         (statement_expression): Installed default rule for
12890         method_invocation:.
12891         (argument_list:): Added code to build the argument list.
12892         (method_invocation:): Added call to create the method invocation
12893         node.
12894         (yyerror): Now use obstack_grow0. Removed bogus obstack_free.
12895         (debug_line): New function for debug.
12896         (complete_class_decl): No longer do something during pass 1.
12897         (method_header): Use BUILD_PTR_FROM_NAME.
12898         (parser_qualified_classname): Use obstack_grow0. Removed bogus
12899         obstack_free.
12900         (parser_chain_incomplete_item): Use BUILD_PTR_FROM_NAME. Modified
12901         function's main comment.
12902         (java_complete_class): Set CLASS_LOADED_P on all fixed incomplete
12903         classes.
12904         (complete_method_decl): Use BUILD_PTR_FROM_NAME and promote types.
12905         (resolve_class): Now works with arrays.
12906         (do_resolve_class, resolve_and_layout): New functions.
12907         (java_check_regular_methods): Reverse method list before and after
12908         having processed it. No longer set ctxp->artificial_constructor.
12909         (read_import_dir): Test jcf->outofsynch and call jcf_out_of_synch
12910         accordingly. Fixed typo in issued error message. Now use
12911         obstack_grow0.
12912         (find_in_imports_on_demand): Now use obstack_grow0.
12913         (declare_local_variables): Use BUILD_PTR_FROM_NAME.
12914         (source_end_java_method): Call expand_expr_stmt instead of
12915         expand_expr. Calls it before calling expand_function_end.
12916         (java_method_add_stmt): Do nothing if errors were found during
12917         parsing.
12918         (java_layout_parsed_class): Set CLASS_LOADED_P and fixed typo.
12919         (build_method_invocation_stmt, build_invoke, invocation_mode,
12920         lookup_method_invoke, refine_accessible_methods_list,
12921         qualify_ambiguous_name, breakdown_qualified, identical_subpath_p):
12922         New functions.
12923         * typeck.c (build_java_signature): Properly end method signature
12924         if return type skipped.
12925         (match_java_method): New function.
12926
12927 Mon Mar 16 10:40:47 1998  Per Bothner  <bothner@cygnus.com>
12928
12929         * jcf-io.c (find_classfile):  If USE_JCF_STDIO, fopen in binary mode.
12930
12931 Wed Feb 25 08:55:49 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12932
12933         * expr.c (build_invoke_non_interface): New function.
12934         (methods_ident, ncode_ident): Now static globals.
12935         (expand_invoke): Use build_invoke_non_interface.
12936         * java-tree.h (struct lang_decl): New field function_decl_body.
12937         (DECL_FUNCTION_BODY): New macro.
12938         * jcf-parse.c (jcf_parse_source): Deeper check before setting
12939         CLASS_FROM_SOURCE_P.
12940         (parse_source_file): Fixed typos. Call java_layout_parsed_class
12941         before starting pass 2. Call to java_generate_parsed_class replaced
12942         by java_register_parsed_class.
12943         * lex.c: Fixed typo in header. Some line width related formating.
12944         * lex.h: Some line width related formating.
12945         * parse.h (source_end_java_method, resolve_expression_name,
12946         complete_class_decl, maybe_create_class_interface_decl,
12947         check_class_interface_creation): New static function declarations.
12948         (java_layout_parsed_class, java_method_add_stmt): New function
12949         declarations.
12950         (struct parser_ctxt): Field mark_class_generate removed. New
12951         fields class_list and artificial_constructor.
12952         * parse.y: Fixed typo in header.
12953         (class_declaration:): Call complete_class_decl when class body
12954         parsed.
12955         (method_declaration:): Call source_end_java_method in pass 2 when
12956         the method body is defined.
12957         (postfix_expression:): Do expression name resolution on sub-rule
12958         name during pass 2.
12959         (create_class, create_interface): Merged common pieces.
12960         (check_class_interface_creation, maybe_create_class_interface_decl):
12961         New functions.
12962         (complete_class_decl): New function.
12963         (register_fields): Fixed line width related typo.
12964         (method_header): Correctly skip first argument when fixing
12965         argument line. Changed the loop.
12966         (java_check_circular_reference): Now use ctxp->class_list.
12967         (java_complete_class): Removed start/stop marking.
12968         (java_check_regular_methods): Now takes a class decl as an
12969         argument.  Add default constructor if none were encountered.
12970         (java_check_methods): Now use ctxp->class_list. Changed call to
12971         java_check_regular_methods.
12972         (source_start_java_method): Set DECL_ARG_TYPE for each function
12973         arguments.
12974         (source_end_java_method, java_method_add_stmt): New functions.
12975         (java_generate_parsed_class): No longer exists.
12976         (java_layout_parsed_class, java_register_parsed_class): New functions.
12977         (resolve_expression_name): New function.
12978
12979 Thu Feb 12 11:54:28 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12980
12981         * jcf-parse.c: (parse_source_file): Check on errors after init lex.
12982         * lex.c: (java_init_lex): Defer ctxp->java_pass initialization
12983         until pass initializations are done. Call read_import_dir with
12984         pass set to 0.
12985         * parse.h: (lookup_modifier_cl): New function declared.
12986         (INTERFACE_FIELD_MODIFIERS): New macro.
12987         (OBSOLETE_MODIFIER_WARNING): New macro.
12988         * parse.y: (register_fields): Class type and current field name in
12989         local variables. Check modifier(s) if adding field(s) to an interface.
12990         (check_abstract_method_header): Now use OBSOLETE_MODIFIER_WARNING
12991         and report errors using the faulty modifier line context.
12992         (lookup_modifier_cl): New function.
12993         (read_import_dir): Detect and report default import processing
12994         failure.
12995
12996 1998-02-11  Brendan Kehoe  <brendan@cygnus.com>
12997
12998         Add a pair of -fassume-compiled/-fno-assume-compiled options.
12999         * class.c (is_compiled_class): Return 1 after making sure it
13000         qualifies as loaded, if FLAG_ASSUME_COMPILED is set.
13001         * lang-options.h: Add -fassume-compiled/-fno-assume-compiled.
13002         * java-tree.h (flag_assume_compiled): Add decl.
13003         * lang.c (lang_f_options): Add the flag.
13004         (flag_assume_compiled): Add decl, default to 0.
13005
13006 Wed Feb 11 11:27:59 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13007
13008         * class.c (class_depth): Call to load_class uses extra VERBOSE arg.
13009         (is_compiled_class): Likewise.
13010         (layout_class): Likewise.
13011         (layout_class): Detect and lay out classes defined in source code.
13012         (interface_of_p, add_interface_do, may_add_interface): New
13013         function.
13014         (add_interface): Now use add_interface_do.
13015         (add_method_1): New function.
13016         (add_method): Now use add_method_1.
13017         (pushlevel): Debug message conditional to SOURCE_FRONTEND_DEBUG.
13018         (complete_start_java_method): New function.
13019         (start_java_mehod): Now call complete_start_java_method.
13020         * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
13021         (expand_invoke): Likewise and fixed typo.
13022         *gjava.c: (print_super_field): Use new argument to find_class
13023         DO_CLASS_FILE.
13024         (main): Likewise.
13025         *java-tree.h: (CLASS_FROM_SOURCE_P): New flag on RECORD_TYPE.
13026         (IS_A_SINGLE_IMPORT_CLASSFILE_NAME_P, IS_A_CLASSFILE_NAME,
13027         QUALIFIED_P, IS_AN_IMPORT_ON_DEMAND_P): New flags on
13028         IDENTIFIER_NODE.
13029         (CLASS_COMPLETE_P): New flag on TYPE_DECL.
13030         (add_method_1, push_class): New prototypes.
13031         *jcf-dump.c: find_class now uses new DO_CLASS_FILE argument.
13032         *jcf-io.c: (open_in_zip): jcf now stores a pointer to the Zip
13033         directory where the class was found.
13034         (find_class): New argument DO_CLASS_FILE. Function find_class
13035         modified accordingly.
13036         *jcf-parse.c: (fix_class_path): New function.
13037         (load_class): Use new VERBOSE argument. load_class now finds and
13038         loads/parses .class/.java files. Save read_state of current_jcf
13039         if necessary.
13040         (java_parser_abort_on_error): New macro.
13041         (jcf_parse_source, parse_source_file): New function.
13042         (jcf_parse): Fixed typo.
13043         (yyparse): Call parse_source_file () only.
13044         (process_zip_dir): Fixed typo, fix zdir->filename_length when
13045         writing the real class name back in the zip directory entry.
13046         (find_in_current_zip): IDENTIFIER_CLASS_VALUE may be null.
13047         (jcf_figure_file_type): Fixed bogus alloc and bcopy.
13048         *jcf.h: (typedef struct JCF): New fields java_source and zipd.
13049         (find_class): Prototype fixed.
13050         *lex.c: Added 1998 time stamp.
13051         Removed all static global variables, moved into the parser
13052         context data structure.. Now include unistd.h if SEEK_SET not
13053         defined.
13054         (java_init_lex): Rewritten.
13055         (java_sneak_unicode): Modified current unicode access in current line.
13056         (java_unget_unicode): Likewise.
13057         (java_allocate_new_line): New allocation management.
13058         (java_read_char): Modified access and storage of unget_utf8_value.
13059         New way of processing current unicode.
13060         (java_store_unicode, java_read_unicode): Fixed typo in declaration.
13061         (java_get_unicode): Now use the parser context.
13062         (java_lineterminator): Likewise.
13063         (java_lex): Now used java_lval argument (pointer to YYSTYPE), part
13064         of the reentrant parser implementation. Function now use the
13065         parser context data structure and java_lval. Fixed production of
13066         the float and double constant "out of range" error message. Fixed
13067         obstack use. Return integer value when hitting a modifier. Now
13068         return type for TRUE, FALSE and other predefined types. Return
13069         identifier as a TREE_LIST list containing the current line context
13070         as the TREE_VALUE sub-node.
13071         (java_unicode_2_utf8): Fixed typo in declaration.
13072         (java_lex_error): Now use the parser context data structure.
13073         *lex.h: Added 1998 time stamp.
13074         (struct java_line): New fields ref_count and next.
13075         (JAVA_LINE_CHECK, JAVA_LINE_MARK, JAVA_LINE_CHAIN,
13076         JAVA_LINE_UNMARK, ID_NAME, ID_CL): New macros.
13077         (JAVA_FLOAT_RANGE_ERROR, JAVA_INTEGRAL_RANGE_ERROR, UNGETC): Fixed.
13078         *parse.h: Added 1998 time stamp.
13079         (java_parse_source_file): Renamed from parse_source_file.
13080         (YYERROR_NOW, YYNOT_TWICE): Fixed.
13081         (CLASS_MODIFIERS, FIELD_MODIFIERS, METHOD_MODIFIERS,
13082         INTERFACE_MODIFIER, INTERFACE_METHOD_MODIFIERS,
13083         JAVA_MODIFIER_CTX_UNMARK, IC_DECL, IC_DEPEND, DEPEND_DECL,
13084         THIS_MODIFIER_ONLY, ABSTRACT_CHECK, BEGIN_ONLY_PASS,
13085         END_ONLY_PASS, ELSE_ONLY_PASS, exit_java_complete_class,
13086         CLASS_OR_INTERFACE, INCOMPLETE_P): New macros.
13087         (struct parser_ctxt): New data structure to keep the parser context.
13088         *parse.y: Added 1998 time stamp, got rid of static global variables.
13089         (java_error_count, ctxp): New global variables.
13090         (%union): New value field.
13091         (numeric_type, integral_type): Rules removed.
13092         (primitive_type): Rule defined to handle integral, float, double and
13093         boolean types.
13094         (qualified_name, package_declaration,
13095         single_type_import_declaration, type_import_on_demand_declaration,
13096         modifiers, class_declaration, super, interfaces,
13097         interface_type_list, class_body, field_declaration,
13098         field_declaration, variable_declarators, variable_declarator,
13099         variable_declarator_id, method_declaration, method_header,
13100         formal_parameter_list, formal_parameter, method_body, block,
13101         static, interface_declaration, extends_interfaces,
13102         abstract_method_declaration, local_variable_declarators): Rules now
13103         define actions.
13104         (force_error, do_warning): New global statics.
13105         (push_parser_context, parser_context_save_global,
13106         parser_context_restore_global, pop_parser_context): New functions.
13107         (yyerror): Now uses the global parser context. Fixed use of obstack.
13108         (parse_error, parse_error_context, parse_warning_context,
13109         java_accstring_lookup, redefinition_error, check_modifiers,
13110         parser_add_interface, create_interface, create_class, find_field,
13111         duplicate_declaration_error, register_fields, method_header,
13112         check_modifiers_consistency, check_abstract_method_header,
13113         method_declarator, parser_qualified_classname,
13114         parser_check_super_interface, parser_check_super,
13115         parser_chain_incomplete_item, java_check_circular_reference,
13116         layout_class_from_source, java_complete_class,
13117         complete_method_decl, resolve_class, complete_class_report_errors,
13118         java_check_final, check_method_redefinition,
13119         java_check_regular_methods, java_check_abstract_methods,
13120         java_check_methods, lookup_java_interface_method2,
13121         lookup_java_method2, lookup_cl, find_name_in_single_imports,
13122         process_imports, find_in_imports, read_import_entry,
13123         read_import_dir, find_in_imports_on_demand,
13124         check_pkg_class_access, not_builtin_p, declare_local_variables,
13125         source_start_java_method, java_generate_parsed_class): New
13126         functions.
13127         *typeck.c: (signature_include_return): New global variable.
13128         (build_java_signature): Use SIGNATURE_INCLUDE_RETURN figure whether
13129         to add the function returned type in the signature.
13130
13131 1998-02-09  Brendan Kehoe  <brendan@cygnus.com>
13132
13133         * jcf-io.c (open_in_zip): Use strncmp and LEN.
13134
13135 Thu Jan 29 16:12:13 1998  Dave Brolley  <brolley@cygnus.com>
13136
13137         * Make-lang.in (java.info): Added.
13138         (java.install-info): Added
13139
13140 1998-01-27  Brendan Kehoe  <brendan@cygnus.com>
13141
13142         * Makefile.in (clean): Also remove java/parse.c.
13143
13144 1998-01-26  Brendan Kehoe  <brendan@cygnus.com>
13145
13146         Add a pair of -fbounds-check/-fno-bounds-check options.
13147         * lang.c (lang_decode_option): Add code to grok arguments.
13148         (flag_bounds_check): Add decl.
13149         (lang_f_options): New array w/ the option in it.
13150         * java-tree.h (flag_bounds_check): Add decl.
13151         * lang-options.h: New file.
13152         * expr.c (build_java_arrayaccess): Use flag_bounds_check instead
13153         of a static macro value.
13154         (JAVA_ARRAY_EXCEPTION): Delete macro.
13155
13156 Fri Jan 23 14:19:47 1998  Per Bothner  <bothner@cygnus.com>
13157
13158         * typeck.c (build_java_array_type):  Fix two bugs in previous change.
13159         * expr.c (build_anewarray):  Add missing promote_type.
13160
13161 Thu Jan 22 17:43:45 1998  Per Bothner  <bothner@cygnus.com>
13162
13163         Add array types with known length to optimize bounds checking.
13164         * typeck.c (build_java_array_type):  Take length parameter.
13165         (java_array_type_length, build_prim_array_type):  New functions.
13166         * java-tree.h:  Update for new functions.
13167         * expr.c, typeck.c, verify.c: Update build_java_array_type calls.
13168         * class.c:  Use build_prim_array_type.
13169         * expr.c (can_widen_reference_to):  Handle known-length array types.
13170         (verify_jvm_instructions):  Keep track of integer push instructions
13171         followed by newarray/anewarray, so we can build known-length arrays.
13172         (JAVA_ARRAY_DATA_OFFSET):  Replace by ...
13173         (java_array_data_offset):  New function.
13174         (build_java_array_length_access):  New function.  Optimize if constant.
13175         (build_java_arrayaccess):  Constant fold bounds check.
13176         (expand_java_newarray, expand_java_anewarray):  Replaced by ...
13177         (build_newarray, build_anewarray):  New functions.
13178         (ARRAY_NEW_NUM, ARRAY_NEW_PTR):  Use build_{a,}newarray.
13179         * verify.c (merge_types):  Handle known-lengh array types.
13180
13181 Mon Jan 19 13:09:25 1998  Per Bothner  <bothner@cygnus.com>
13182
13183         * expr.c (expand_byte_code):  Fix performace bug, which caused
13184         searching linenumber_table to be linear rather than constant.
13185
13186 Fri Dec 12 19:18:42 1997  Per Bothner  <bothner@cygnus.com>
13187
13188         * Makefile.in (BISON, BISONFLAGS):  Add missing macros.
13189
13190         * decl.c, java-tree.h (soft_fmod_node):  New global.
13191         * decl.c (init_decl_processing):  Define __builtin_fmod.
13192         * expr.c (build_java_binop):  Implement TRUNC_MOD_EXPR for REAL_TYPE
13193         using __builtin_fmod.
13194
13195 Thu Dec  4 13:22:59 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13196
13197         * keyword.h: New file, output of keyword.gperf as processed by
13198         gperf.
13199         * lex.c (java_lex_init): Initialize java_error_flag.
13200         * parse.c (YYERROR_NOW): Uses java_error_flag.
13201         * parse.y: New static java_error_flag. Useless definition of
13202         buffer_error gone.
13203         * parse.y (java_error): Portable error recovery using
13204         java_error_flag (not yet completely tuned).
13205
13206 1997-12-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
13207
13208         * Makefile.in (parse.c): Use $(srcdir) for parse.y.
13209
13210 Wed Dec  3 18:37:42 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13211
13212         * Makefile.in: (JAVA_OBJS): New object jcf-parse.o.
13213         (parse.c, lex.c, keyword.h): New rules for Java source code
13214         front-end.
13215         * parse.c: Renamed into jcf-parse.c.
13216         * jcf-parse.c (yyparse): Invoke the parser to process Java source code.
13217         * keyword.gperf: New file, Java keywords.
13218         * parse.y: New file, Java language grammar.
13219         * parse.h: New file, Java language grammar definitions.
13220         * lex.c: New file, Java language lexer.
13221         * lex.h: New file, Java language lexer definitions.
13222
13223 Wed Dec  3 17:00:17 1997  Per Bothner  <bothner@cygnus.com>
13224
13225         * decl.c (clinit_identifier_node), java-tree.h:  New global.
13226         * java-tree.h (IS_METHOD_INIT_P, IS_METHOD_CLINIT_P):  Removed.
13227         * verify.c (verify_jvm_instructions):  Inline use of removed macros.
13228         * expr.c (expand_java_field_op):  Check for invalid assignment
13229         to final field.
13230
13231         * jcf-reader.c (get_attribute):  Test for wrong attribute length.
13232
13233 Mon Oct 27 17:46:36 1997  Per Bothner  <bothner@cygnus.com>
13234
13235         * verify.c (verify_jvm_instructions):  When processing a handler,
13236         attempt to set the current_subr to the right value.
13237         (More complicated code combines Sep 17 and Oct 22 versions.)
13238
13239 Fri Oct 24 11:36:54 1997  Per Bothner  <bothner@cygnus.com>
13240
13241         * class.c (push_class):  Figure out (guess) name of source file.
13242         * parse.c  (set_source_filename):  Set DECL_SOURCE_FILE of class decl.
13243         (give_name_to_class):  Don't guess source name;  use DECL_SOURCE_FILE.
13244         (parse_class_file):  Change return type from int to void.
13245         Call debug_start_source_file/debug_end_source_file.
13246
13247         * expr.c (build_java_binop):  Fix masking 2nd operand.
13248         * decl.c (init_decl_processing):  Set sizetype first.
13249
13250 Wed Oct 22 19:39:05 1997  Per Bothner  <bothner@cygnus.com>
13251
13252         * verify.c (verify_jvm_instructions):  Don't set current_subr to NULL.
13253         (Revert Sep 17 change.)
13254
13255 Tue Oct 21 15:09:02 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13256
13257         * parse.c (process_zip_dir): Skip ZIP entries not bearing the
13258         .class extension in their name and fix thing so we don't process
13259         them parse_zip_file_entries().
13260         (parse_zip_file_entries): Cleaned unused local variables.
13261
13262 Mon Oct 20 14:52:42 1997  Per Bothner  <bothner@cygnus.com>
13263
13264         * expr.c (can_widen_reference_to):  Allows equal array element types.
13265         (expand_byte_code):  PRE_RET must expand OPERAND_VALUE (to get index).
13266         * jcf-dump.c (RET):  Get (and print) index.
13267
13268         * verify.c (verify_jvm_instructions case OPCODE_anewarray):
13269         Promote element type to POINTER_TYPE.
13270
13271 Mon Oct 20 13:40:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13272
13273         * jcf-reader.c, parse.c: (parse_zip_file, process_zip_dir,
13274         find_in_current_zip, jcf_figure_file_type): Moved from
13275         jcf-reader.c to parse.c.
13276         * zextract.c: (read_zip_archive): takes file_comment_length possible
13277         field into account.
13278
13279 Mon Oct 20 11:45:06 1997  Per Bothner  <bothner@cygnus.com>
13280
13281         * verify.c (verify_jvm_instructions):  Var can also be promoted to int.
13282
13283         * verify.c (merge_types):  Handle array types even better ...
13284
13285 Fri Oct 17 15:56:37 1997  Per Bothner  <bothner@cygnus.com>
13286
13287         * expr.c (java_stack_pop):  Fix use of NULL_TREE for TYPE_SECOND.
13288
13289         * java-tree.h (PUSH_FIELD):  Set DECL_ARTIFICIAL.
13290         * class.c (make_class_data):  Don't build fields_decl if no fields.
13291         When building fields_decl, skip if DECL_ARTIFICIAL.
13292
13293         * expr.c (java_stack_swap):  Update stack_type_map.
13294         * verify.c (merge_types):  Handle array types better.
13295
13296 Wed Oct 15 18:09:45 1997  Per Bothner  <bothner@cygnus.com>
13297
13298         * class.c (add_field):  Don't promote short integral fields to
13299         int any more (unless JAVA_PROMOTE_TO_INT), since Kaffe doesn't.
13300         * expr.c (push_value):  Promote and convert short integral values.
13301
13302         * decl.c, java-tree.h (integer_two_node):  New constant node.
13303         * verify.c (merge_types):  Check for TYPE_RETURN_ADDR.
13304
13305 Wed Oct 15 17:04:50 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13306
13307         * class.c (append_gpp_mangled_type): Use function argument
13308         unpromoted type to generate mangled name.
13309
13310 Mon Oct 13 16:52:55 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13311
13312         * constants.c (build_constant_data_ref): Now uses current_class
13313         instead of main_class.
13314         (build_constants_constructor): Now uses current_class instead of
13315         main_class.
13316         * zipfile.h: (struct ZipFileCache): Now defined here. Declaration
13317         of the global variable SeepZipFiles done here.
13318         * zextract.c (read_zip_archive): extra_field optional field taken
13319         into account while computing the position of the class file in the
13320         archive.
13321         * verify.c (verify_jvm_instructions): Use current_jcf to search
13322         the constant pool.
13323         * parse.c (load_class): First search for the class to load in the
13324         current zip file. Saves current_jcf (restored before returning
13325         from that function). Don't call JCF_FINISH in the class was found
13326         in the current ZIP file.
13327         (jcf_parse): If the class was found in the current ZIP file, save
13328         its tree_constant_pool (for later reuse).
13329         (parse_class_file): New function. Process each method defined in
13330         the current class and record the class as to be later registered.
13331         (yyparse): Rewritten. Figure the type of the current file and switch
13332         accordingly.
13333         * lang.c: New global variable current_jcf.
13334         (lang_init): Removed compiling_from_source test (done later, in
13335         yyparse). Removed call the jcf_parse ().
13336         * jcf.h (JCF_ZIP, JCF_CLASS, JCF_SOURCE): New defined values.
13337         (typedef struct JCF): New fields seen_in_zip (to mark a class found
13338         in the current ZIP file) and zip_offset (offset to the class data in
13339         the current zip file).
13340         * jcf-reader.c: zipfile.h included.
13341         localToFile: New ZipFileCache static global variable
13342         (parse_zip_file_entries): New function. Browse the current ZIP
13343         file directory and process each class found.
13344         (process_zip_dir): New function. Register each class found in the
13345         ZIP file directory. The class aren't parsed but a valid JCF is
13346         link to each of them.
13347         (find_in_current_zip): New function. Search for a class in the
13348         current ZIP file directory. If found, prepare the class so that it
13349         can be loaded.
13350         (jcf_figure_file_type): New function. Examine the file structure
13351         to figure a class file, a ZIP file. If none of these categories are
13352         matched, a source file is assumed.
13353         * jcf-io.c: Removed definition of ZipFileCache (moved in zipfile.h).
13354         SeenZipFile: New global variable.
13355         (open_in_zip): Use zipmember's length to accelerate the search for
13356         a member. If zipmember was NULL and zip file successfully read,
13357         return 0.
13358         * java-tree.h: New global variable current_jcf declared.  Added
13359         declaration for current_constant_pool_tags, current_constant_pool_data,
13360         current_constant_pool_length, current_constant_pool_data_ref.
13361         (struct lang_type): Augmented with two fields. struct JCF *jcf (to
13362         store the JCF of classes seen in a zip file) and tree *constant_pool
13363         (to save a loaded class constant pool). current_class declared here.
13364         * expr.c (expand_invoke): Use current_jcf instead of main_jcf to
13365         retrieve method_ref_constant.
13366         (PUSHC): java_push_constant_from_pool now uses current_jcf.
13367         (OBJECT): get_class_constant now uses current_jcf.
13368         (ARRAY_NEW_PTR): get_class_constant now uses current_jcf.
13369         (ARRAY_NEW_MULTI): get_class_constant now uses current_jcf.
13370         (expand_invoke): Now uses current_class instead of main_class
13371         (build_class_init): Now uses current_class instead of main_class
13372         * class.c: New static global variable registered_class.
13373         (register_class): New function.
13374         (emit_register_class): Modified to use registered_class instead of
13375         main_class
13376         (is_compiled_class): Now take into account class seen in the archive.
13377
13378 Mon Oct  6 12:03:23 1997  Per Bothner  <bothner@cygnus.com>
13379
13380         * except.h:  Renamed to: java-except.h.
13381         * parse.c, except.c, expr.c, verify.c:  Update #include accordingly.
13382         * except.c:  Add semi-working (commented out) implementation.
13383
13384         * expr.c (expand_iinc):  Add needed flush_quick_stack.
13385         * parse.c (set_source_filename):  New function.
13386         (give_name_to_class):  Set input_filename from package.classname.java.
13387
13388         * jcf-io.c (find_class):  Don't look first in ".".
13389
13390 Wed Oct  1 11:26:10 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13391
13392         * zextract.c (read_zip_archive): Now takes into account the
13393         extra_field field.
13394         * expr.c (can_widen_reference_to): Modified to handle sub-interfaces.
13395
13396 Sat Sep 20 12:44:28 1997  Per Bothner  <bothner@cygnus.com>
13397
13398         * constants.c, java-tree.h (build_internal_class_name):  New function.
13399         (alloc_class_constant):  Re-implement using build_internal_class_name.
13400         * class.c (make_class_data):  Likewise.
13401         * class.c (hashUtf8String):  Make hash algorithm match String.hashCode.
13402
13403 Wed Sep 17 13:15:23 1997  Per Bothner  <bothner@cygnus.com>
13404
13405         * verify.c (verify_jvm_instructions):  Temporarily set current_subr
13406         to NULL before pushing an exception handler target.
13407
13408         * expr.c (flush_quick_stack):  Save from low stack indexes to high.
13409         (java_stack_swap, java_stack_dup):  Re-write to be safe from
13410         clobbering registers.
13411         (build_class_init):  New function.
13412
13413 Wed Sep 17 11:02:41 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13414
13415         * typeck.c (build_java_array_type): Temporary use
13416         permanent_obstack to create the array 'length' field.
13417         * expr.c (lookup_label): Temporay use permanent_obstack to create
13418         label if not found.
13419         * class.c (push_super_field): Tempory use permanent_obstack.
13420
13421 Mon Sep 15 11:33:31 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13422
13423         * typeck.c (type_for_mode): Now handles double_type_node and
13424         float_type_node.
13425         * verify.c (verify_jvm_instructions): The instruction following
13426         the wide bytecode is checked. OPCODE_ret added to the list of
13427         wide.
13428
13429 Thu Sep 11 19:45:18 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13430
13431         * class.c (make_class): Temporary use permanent_obstack. Set the
13432         class CLASS_P field to 1.
13433         (push_class): Temporary use permanent_obstack.
13434         (set_super_info): Temporary use permanent_obstack.
13435         (add_method): Temporary use permanent_obstack, set
13436         METHOD_TRANSIENT().
13437         (add_field): Temporary use permanent_obstack. Sets
13438         FIELD_VOLATILE() and FIELD_TRANSIENT().
13439         (build_class_ref): Temporary use permanent_obstack if the class
13440         isn't compiled.
13441         (build_static_field_ref): Temporary use permanent_obstack when
13442         creating field's rtl.
13443         (get_access_flags_from_decl): Handle ACC_VOLATILE, ACC_TRANSIENT,
13444         ACC_SYNCHRONIZED, ACC_NATIVE, ACC_ABSTRACT flags for methods
13445         and fields. Function finalized, as far as flag handling.
13446         (push_class_static_dummy_field): Temporary use permanent_obstack.
13447         (emit_register_class): Force generation of class registration at
13448         -O3 or deeper.
13449         * decl.c (end_java_method): Call permanent_allocation() before
13450         returning.
13451         * expr.c (can_widen_reference_to): Added comment to interface
13452         handling, fixed typo.
13453         (lookup_field): Now uses CLASS_P() to correct FIXME
13454         (expand_invoke): Verification on public && !static &&
13455         !abstract moved into soft_lookupinterfacemethod (kaffe).
13456         Use Object class dtable if objectref is an array when expanding
13457         invokeinterface.
13458         (java_push_constant_from_pool): Temporary use permanent_obstack
13459         for CONSTANT_string
13460         * parse.c (get_ref_constant): Temporary use permanent_obstack to
13461         create constant references.
13462         (get_constant): Temporary use permanent_obstack to create constant.
13463         (load_class): Temporary use permanent_obstack to load class.
13464         (jcf_parse): Temporary use permanent_obstack to perform class
13465         layout.
13466         * typeck.c: (parse_signature_string): Temporary use permanent_obstack.
13467         (build_java_signature): Temporary use permanent_obstack.
13468         * verify.c: (verify_jvm_instruction): removed unnecessary verification
13469         on ACC_SUPER flag.
13470         * java-tree.h (METHOD_NATIVE, METHOD_TRANSIENT): Defined.
13471         (FIELD_VOLATILE, FIELD_TRANSIENT): Defined.
13472         (CLASS_P): Defined
13473
13474 Thu Sep 11 11:57:32 1997  Per Bothner  <bothner@cygnus.com>
13475
13476         * class.c (append_gpp_mangled_type):  Fix typo.
13477         (emit_register_class):  Use main_class to get class object, rather
13478         than looking for no-longer-existing static decl starting with _CL.
13479         * typeck.c (parse_signature_type):  Promote array element type
13480         if it is a RECORD_TYPE.
13481
13482 Wed Sep 10 16:09:23 1997  Per Bothner  <bothner@cygnus.com>
13483
13484         * class.c (push_class_static_dummy_field):  New function.
13485         (mangle_static_field):  New. Do G++-style mangling of static fields.
13486         (layout_class):  Mandle static fields here, not in add_field.
13487         (build_class_ref):  The class object is now a dummy static field.
13488         * decl.c (find_local_variable):  Look for best, instead of first match.
13489         * expr.c (push_type):  Always promote_type, not just for RECORD_TYPE.
13490         (build_java_athrow):  Don't check here if exception is Throwable.
13491         * java-tree.h (TYPE_UNSET):  Renamed to TYPE_UNKNOWN.
13492         (TYPE_USED):  Removed.  No longer used ...
13493         * parse.c (jcf_parse):  Call push_class_static_dummy_field.
13494         * verify.c (push_pending_label):  New function.
13495         (push_pending_block):  Renamed to check_pending_block.
13496         (merge_types):  Remove unneeded suuport for TYPE_UNUSED.
13497         (verify_jvm_instructions):  Only reset prev_eh_ranges (to force
13498         re-checking possible handlers) after a store (less wasted work).
13499         Check for null handler (finally) before calling add_handler.
13500         Various changes to (finally?) correctly handle try/finally.
13501
13502 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
13503
13504         * class.c: Include stdio.h.
13505
13506 Thu Sep  4 21:30:55 1997  Per Bothner  <bothner@cygnus.com>
13507
13508         * expr.c (expand_invoke):  Use COMPOUND_EXPR (and TREE_SIDE_EFFECTS)
13509         to make sure class is initialized before static/special invoke.
13510
13511         * verify.c (verify_jvm_instructions):  On a store instruction,
13512         call find_local_variable to force pre-allocation of decl and rtx.
13513         * decl.c (push_jvm_slot):  Set DECL_REGISTER on stack slots.
13514
13515 Wed Sep  3 16:13:23 1997  Per Bothner  <bothner@cygnus.com>
13516
13517         * class.c (build_class_ref):   Strip off "promoted_" if need be.
13518         (make_field_value): Call build_java_signature when needed.
13519         (layout_class):  Don't make_function_rtl if METHOD_ABSTRACT.
13520         * expr.c (build_java_athrow):  Don't push_value of exception.
13521         (build_java_binop):  Implement COMPARE_L_EXPR and COMPARE_G_EXPR to
13522         match specification of [fd]cmp[lg] for NaNs.
13523         (expand_byte_code):  Add support for exception handler ranges.
13524         * except.c:  Add skeleton for EH code-generation.
13525         * verify.c (merge_types):  Treat all promoted integral types as equal.
13526         * constants.c (build_constants_constructor):  To force creation of
13527         current_constant_pool_data_ref, call build_constant_data_ref.
13528
13529         * javaop.def (lload):  Fix typo.
13530         * jcf-dump.c (main):  Clear filename to prevent possibly-bad free.
13531
13532 Tue Sep  2 17:37:25 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13533
13534         * parse.c: Don't include function.h.
13535
13536 Wed Aug 27 18:33:04 1997  Per Bothner  <bothner@cygnus.com>
13537
13538         * except.[ch]:  New files.
13539         * Makefile.in (JAVA_OBJS):  Add except.o
13540         * expr.c:  Temporary warning about unimplemented exceptions.
13541         * verify.c:  Verify exception handlers.
13542
13543         * jcf-dump.c (disassemble_method):  Print exception table.
13544
13545 Wed Aug 27 13:26:58 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13546
13547         * expr.c (verify_jvm_instructions): Started a thorough
13548         verification of invoke* bytecodes.
13549         (expand_byte_code): flush quick stack if PC is the target of a
13550         branch.  and undef RET (conflicting with config/i386/i386.h).
13551         (expand_java_arrayload): Fixed bogus cast, when Boolean type is
13552         used.
13553         (expand_invoke): Now handles invokeinterface and do more
13554         verification according to the bytecode.
13555         (lookup_field): Don't try to load the class if processing
13556         dtable_type.
13557         (can_widen_reference_to): Now handles interfaces.
13558         * decl.c (init_decl_processing): New global variable
13559         soft_lookupinterfacemethod_node, declared in java-tree.h.
13560         Call set_super_info on string_type_node.
13561         * java-tree.h (CLASS_INTERFACE, CLASS_ABSTRACT, CLASS_SUPER): Now
13562         defined.
13563         * class.c (set_super_info): Fills the CLASS_* flags according to
13564         access_flags.
13565         (get_access_flags_from_decl): Handles all class flags.
13566
13567 Tue Aug 26 18:54:34 1997  Per Bothner  <bothner@cygnus.com>
13568
13569         * class.c (add_method):  Zero out newly-allocated DECL_LANG_SPECIFIC.
13570         * parse.c (yyparse):  Check for abstract method, and missing code.
13571         * expr.c (expand_byte_code):  Change interface.
13572         * lang.c (put_decl_node):  Print promoted types prettier.
13573         * verify.c (verify_jvm_instruction):  Change interface.
13574         Partial support for scanning exception table.
13575         For load instructions, handle promoted integral types.
13576
13577 Thu Aug 21 13:48:01 1997  Per Bothner  <bothner@cygnus.com>
13578
13579         * verify.c:  New file, with contents moved from expr.c.
13580         * expr.c:  Bunch of stuff (mostly verification) moved to verify.c.
13581         * typeck.c (is_array_type_p):  Moved here from expr.c.
13582         * java-tree.h:  Add some now-needed function declarations.
13583         * Makefile.in (JAVA_OBJS): Added verify.o.
13584
13585 Wed Aug 20 14:34:34 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13586
13587         * class.c (add_method): Sets the METHOD_SYNCHRONIZED flag, sets the
13588         METHOD_ABSTRACT flag.
13589
13590         * java-tree.h (METHOD_SYNCHRONIZED): Set to DECL_LANG_FLAG_4.
13591         (IS_METHOD_CLINIT_P, IS_METHOD_INIT_P): New macros.
13592         (METHOD_ABSTRACT): Set to DECL_LANG_FLAG_5
13593
13594         * decl.c (soft_monitorenter_node, soft_monitorexit_node): New global
13595         variables.
13596         (start_java_method): Hook for SYNCHRONIZED methods.
13597
13598         * expr.c (build_java_jsr, build_java_ret): New functions
13599         (JSR,PRE): New macros
13600         (PRE_TABLE_SWITCH, PRE_LOOKUP_SWITCH): Fixed and secured.
13601         (verify_jvm_instructions): tableswitch, lookupswitch,
13602         monitorenter, monitorexit, goto_w: verified.
13603         (LOOKUP_SWITCH, TABLE_SWITCH): Fixed generation of default: label
13604         (build_java_monitor): New function.
13605         (MONITOR_OPERATION): Modified to call build_java_monitor()
13606         (verify_jvm_instructions): Started a thorough verification of
13607         invoke* bytecodes.
13608
13609 Tue Aug 19 13:35:49 1997  Per Bothner  <bothner@cygnus.com>
13610
13611         Support verification of jsr/ret subroutines (used for try/finally).
13612         * decl.c (return_address_type_node):  New type node.
13613         * java-tree.h (LABEL_RETURN_LABEL, LABEL_RETURN_TYPE_STATE,
13614         RETURN_MAP_ADJUSTED, LABEL_RETURN_LABELS, LABEL_IN_SUBR,
13615         LABEL_SUBR_START, LABEL_SUBR_CONTEXT, BCODE_VERIFIED):  New macros.
13616         (TYPE_UNSET, TYPE_SECOND, TYPE_NULL, TYPE_RETURN_ADDR, TYPE_UNUSED,
13617         TYPE_USED):  New macros for special types in type_map.
13618
13619         * java-tree.h (BCODE_JUMP_TARGET):  Renamed to BCODE_TARGET.
13620         (BCODE_BACKWARDS_TARGET, CODE_FORWARDS_TARGET):  Replaced by
13621         BCODE_JUMP_TARGET.
13622         * expr.c (expand_byte_code):  Fix logic to warn of unused instructions.
13623
13624         * expr.c (can_widen_reference_to):  New function.
13625         (pop_type):  Use it.
13626         (merge_type_state):  Support handling start of subroutine.
13627         (push_pending_block):  Return char* error message, instead of calling
13628         fatal on an error.  Also handle subroutines.
13629         (verify_jvm_instructions):  Handle errors from push_poending_block.
13630         Support jsr and ret instructions.
13631
13632 Tue Aug 19 13:33:36 1997  Per Bothner  <bothner@cygnus.com>
13633
13634         * jcf-io.c (find_classfile):  Fix thinko.
13635         * jcf-dump.c:  Add CONVERT2 (to match changed javaop.def).
13636
13637 Tue Aug 12 20:14:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
13638
13639         * Makefile.in (BISON): Remove.
13640
13641 Thu Aug  7 23:08:24 1997  Per Bothner  <bothner@cygnus.com>
13642
13643         * Makefile.in:  Convert to autoconf.
13644         * config-lang.in (outputs):  Added java/Makefile.
13645
13646         * Make-lang.in, lang-specs.h, config-lang.in, Makefile.in:
13647         Rename cc1java to jc1.
13648
13649         * lang.c (init_parse, finihs_parse):  New functions #ifdef USE_CPPLIB.
13650         * Makefile.in (INTERNAL_CFLAGS):  Add @extra_c_flags.
13651
13652         * class.c (class_depth):  Do load_class if needed.
13653
13654         Mostly better verification.
13655         * decl.c (pushdecl):  Set TYPE_STUB_DECL for a type.
13656         (init_decl_processing):  Change return type of soft_checkcast.
13657         * expr.c (expand_java_CHECKCAST):  Do push_value of the "casted" value.
13658         * lang.c (put_decl_string, put_decl_node, lang_printable_name,
13659         lang_print_error):  New functions.
13660         (lang_init):  Set global hook print_error_function to lang_print_error.
13661         * expr.c:  In the type_map ptr_type_node is only used for null now.
13662         (pop_type, merge_types):  Hence ptr_type_node matches any reference.
13663         (merge_types):  Dererence pointer to record types before comparing.
13664         (decode_newarray_type, merge_types):  On error just return NULL.
13665         (build_java_binop):  Add preliminary implementation (with warning)
13666         for COMPARE_L_EXPR and COMPARE_G_EXPR (i.e. [fd]cmp[lg]).
13667         (lookup_label):  Set DECL_IGNORED_P (for dwarf2out).
13668         (expand_compare, expand_java_goto, expand_java_call):  Don't
13669         push_pending_block, since that only makes sense when verifying.
13670         (merge_type_state):  Different return codes.
13671         (push_pending_block):  A block may need to be verified more than once.
13672         (expand_byte_code):  Warn about unused code at code generation time.
13673         (verify_jvm_instruction):  Changed logic, since code may need to be
13674         re-verified if type-state has changed.  Also, better error handling.
13675         Implement acmpeq, acmpne, pop, pop2, swap, checkcast, instanceof.
13676         Improve newarray, anewarray, ?aload, athrow,
13677         * java-tree.h (LABEL_CHANGED):  New macro.
13678
13679 Tue Aug  5 12:21:27 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13680
13681         * decl.c (soft_athrow_node): New global variable initialized.
13682         * javaop.def (i2b, i2c, i2s): Invoke CONVERT2
13683         * typeck.c (convert): Added support for REAL_TYPE.
13684         (convert_to_char): New function.
13685         (convert): Handle CHAR_TYPE.
13686         * expr.c (expand_java_arraystore): Modified because CHAR/BYTE/BOOLEAN/
13687         SHORT now expect INT but store as CHAR/BYTE/BOOLEAN/SHORT.
13688         (expand_java_arrayload): CHAR/BYTE/BOOLEAN/SHORT now convert result to
13689         promoted type.
13690         (verify_jvm_instructions): Added break a the end of bogus unop: label.
13691         (OPCODE_<b|c|s>astore): Pop an int operand from the type stack
13692         (OPCODE_<b|c|s>astore): Push the promoted type onto the stack
13693         (process_jvm_instruction): New macro CONVERT2 for i2c, i2s and i2b.
13694         (JAVA_ARRAY_LENGTH_OFFSET, JAVA_ARRAY_DATA_OFFSET): Modified
13695         to Use The Right Things.
13696         (pop_type): Accept CHAR/BYTE/BOOLEAN/SHORT promoted type as
13697         compatible with INT. BOOLEAN is made equivalent to BYTE.
13698         (OPCODE_athrow, OPCODE_aconst_null, OPCODE_ifnull,
13699         OPCODE_ifnonnull): Now supported.
13700         (build_java_athrow): New function.
13701
13702 Mon Aug  4 15:46:45 1997  Per Bothner  <bothner@cygnus.com>
13703
13704         Rename method name <init> to match G++ (and fix mangling).
13705         * class.c (layout_class):  Replace method name of <init> by class name.
13706         (make_method_value):  Do inverse renaming of constructor from <init>.
13707         * java-tree.h (DECL_CONSTRUCTOR_P):  New macro.
13708         * typeck.c (lookup_java_constructor):  New function.
13709         * expr.c (expand_invoke):  If method_name is <init>, call
13710         lookup_java_constructor to find constructor.
13711
13712         * parse.c (get_constant):  Handle CONSTANT_Float and CONSTANT_Double.
13713
13714 Fri Aug  1 11:37:09 1997  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13715
13716         * parse.c (get_class_constant): Modified to handle array "classes"
13717         * typeck.c (set_local_type): Bug fixed when filling type_map[] with
13718         wide type.
13719         (convert): Modified to handle real type.
13720         * java-tree.h (soft_badarrayindex_node, soft_anewarray_node,
13721         soft_multianewarray, soft_newarray_node, soft_throw_node): New global
13722         variables declared.
13723         * decl.c (soft_badarrayindex_node, soft_anewarray_node,
13724         soft_multianewarray, soft_newarray_node, soft_throw_node): New
13725         global variables initialized.
13726         (find_local_variable): Handles the case of a pointer
13727         (end_java_method): Restore the use of one more scope
13728         * expr.c (build_java_arraynull_check, build_java_arrayaccess,
13729         build_java_array_length_access, expand_java_arrayload,
13730         expand_java_arraystore, expand_java_array_length,
13731         expand_java_multianewarray, expand_java_anewarray,
13732         build_java_check_indexed_type, is_array_type_p,
13733         build_java_throw_out_of_bound_exception): New functions.
13734         (STORE_INTERNAL): Now forces type of the decl to be type of the value.
13735         (OPCODE_arraylength, OPCODE_newarray, OPCODE_<t>astore,
13736         OPCODE_<t>aload): Implemented code for verification.
13737         (ARRAY_STORE, ARRAY_LOAD, ARRAY_LENGTH, ARRAY_NEW_PTR, ARRAY_NEW_NUM
13738         ARRAY_NEW_MULTI): Macro defined.
13739         (CONVERT): Modified to invoke convert().
13740         (case OPCODE_aload2): Fixed index typo from 2 to 1.
13741
13742 Thu Jul 31 12:48:18 1997  Per Bothner  <bothner@cygnus.com>
13743
13744         * class.c (push_class):  Set DECL_ARTIFICIAL (for dbxout.c).
13745         (build_class_ref, is_compiled_class):  Handle pointer-to-record types.
13746         (make_class_data):  Field name needs '/' as package prefix.
13747         * expr.c (type_stack_dup, java_stack_dup):  Fix fencepost errors.
13748
13749 Fri Jul 25 11:44:21 1997  Per Bothner  <bothner@cygnus.com>
13750
13751         Implement debug information for local variables.
13752         * java-tree.h (DECL_CODE_LENGTH, DECL_ARG_SLOT_COUNT,
13753         DECL_LOCAL_SLOT_NUMBER, DECL_LOCAL_START_PC, DECL_LOCAL_END_PC,
13754         DECL_LOCAL_SLOT_CHAIN):  New macros.
13755         (struct lang_decl_var):  New type.
13756         * parse.c (give_name_to_locals):  Move to decl.c.
13757         * decl.c (give_name_to_locals):  Re-written to Do The Right Thing.
13758         (start_java_method):  Re-write parameter handling.
13759         (pending_local_decls):  New global variable.
13760         (push_jvm_slot, maybe_pushlevels, maybe_poplevels):  New functions.
13761         (find_local_variable):  Accept pc so we can skips decls not in range.
13762         (struct binding_level):  Add end_pc field.
13763         * expr.c (expand_byte_code): Call maybe_pushlevels and maybe_poplevels.
13764         (various):  Change so current pc gets passed to find_local_variable.
13765
13766         * decl.c (init_decl_processing):  Re-arrange fields in
13767         class_type_node and and method_type_node to match kaffe 0.9.1.
13768         * class.c (make_method_value, make_class_data):  Update
13769         initializations to match.
13770
13771 Wed Jul 16 17:17:50 1997  Per Bothner  <bothner@cygnus.com>
13772
13773         * class.c (unicode_mangling_length, emit_unicode_mangled_name,
13774         append_gpp_mangled_name, append_gpp_mangled_type):  New functions.
13775         (push_super_field):  New function.
13776         (make_class_data):  Handle inheritance of class static initializer.
13777         (layout_class):  New name mangling.
13778         * constants.c (build_constant_data_ref):  Init type of data array
13779         to a one-element array.
13780         (build_constants_constructor):  Set DECL_SIZE from complete array type.
13781         * decl.c:  Rename class_type, object_type etc to class_type_node,
13782         object_type_node etc.  Make former inherit from latter.
13783         * expr.c (expand_invoke):  Add cast of function address.
13784         * java-tree.h (TYPE_ARRAY_ELEMENT, PUSH_SUPER_VALUE):  New.
13785         * parse.c (yyparse):  Don't call layout_class here.
13786         * typeck.c (build_java_array_type):  Set TYPE_ARRAY_ELEMENT.
13787
13788 Sat Jun 14 12:06:57 1997  Per Bothner  <bothner@cygnus.com>
13789
13790         * decl.c, class.c:  Update method type to match latest Kaffe snapshot.
13791         * constants.c (lookup_name_constant):  Renamed to alloc_name_constant.
13792         (alloc_class_constant):  New.
13793         * expr.c (expand_invoke):  Make sure method's class is initialized.
13794         * class.c (interits_from_p, emit_register_class):  New functions.
13795         * parse.c (yyparse):  Call emit_register_class.
13796
13797 Mon Jun  9 18:08:06 1997  Per Bothner  <bothner@cygnus.com>
13798
13799         * constants.c:  New file, to handle constant pool.
13800         * Makefile.in (JAVA_OBJS):  Add constants.o.
13801         * decl.c (init_decl_processing):  Update, fix, finish various structs.
13802         (pushdecl_top_level):  New.
13803         * parse.c (layout_class):  Moved to class.c.
13804         * expr.c (java_push_constant_from_pool):  New function.
13805         * class.c (build_class_ref):  Make work fully
13806         (make_class_data):  Emit super-class, constant pool, interface vector.
13807
13808 Tue Jun  3 10:14:31 1997  Per Bothner  <bothner@cygnus.com>
13809
13810         java-tree.h (DECL_SIGNATURE, BCODE_EMITTED):  Remove.
13811         (LABEL_VERIFIED, BCODE_EXCEPTION_TARGET, TYPE_ARRAY_P):  New.
13812         * class.c (class_depth):  New function.
13813         (lookup_named_class):  Replaced by new function lookup_class.
13814         * decl.c (object_type_node, string_type_node):  New.
13815         Remove various types that we no longer need.
13816         * expr.c (verify_jvm_instructions):  New separate verifier pass.
13817         (push_type, pop_type):  New functions for verifier.
13818         (type_stack_dup, pop_argument_types, merge_types):  Likewise.
13819         (expand_byte_code):  Simplify, since we assume already verified.
13820         (expand_invoke):  Now mostly works.
13821         * javaop.def:  Rename ldc1->ldc, ldc2->ldc_w, ldc2w->ldc2_w.
13822         * lang.c (main_class):  Move to parse.c.  Don't make_class yet.
13823         * parse.c:  Wait to allocate class object until we know its name.
13824         (layout_class):  Calculate DECL_VINDEX for each virtual method.
13825         * typeck.c (get_array_type):  Rename to ...
13826         (build_java_array_type):  ... and provide working implementation.
13827         (build_java_signature):  New function - build Java signature of type.
13828         (set_java_signature):  New function - cache signature with type.
13829         (lookup_java_method):  New function.
13830
13831 Tue May  6 22:08:24 1997  Per Bothner  <bothner@deneb.cygnus.com>
13832
13833         * class.c (ident_subst):  Take extra SUFFIX parameter.
13834         (add_field):  Set DECL_ASSEMBLER_NAME of static fields;  more.
13835         (set_constant_value, build_static_field_ref, is_compiled_class):  New.
13836         (build_class_ref):  Actually implement.
13837         * decl.c, java-tree.h:  Renamed some xx_type to xx_type_node.
13838         * decl.c (builtin_function):  New.
13839         (init_decl_processing):  Update for current Kaffe.  Declare some
13840         builtin Kaffe functions.
13841         * expr.c (build_address_of):  New.
13842         (expand_java_NEW, expand_java_INSTANCEOF, expand_java_CHECKCAST):
13843         Renamed (from expand_java_new etc), and added working implementations.
13844         (build_field_ref):  Now also handle static fields.
13845         (expand_invoke):  Implement invokestatic, and start implement rest.
13846         * java-opcodes.h:  Use javaop.def to avoid duplicated list.
13847         * javaop.def:  Rename invokevirt -> invokevirtual.
13848         * lang.c (use_handles):  Removed.
13849         * parse.c:  Add support for ConstantValue attribute.
13850         Handle nested loading of a class.  (JPOOL_UTF):  New.
13851
13852 Tue Mar 11 20:11:05 1997  Per Bothner  <bothner@deneb.cygnus.com>
13853
13854         * expr.c (expand_java_pushc):  Support #ifndef REAL_ARITHMETIC case.
13855
13856 Thu Feb 27 14:24:29 1997  Per Bothner  <bothner@deneb.cygnus.com>
13857
13858         * Make-lang.in (java.install-man):  New empty rule.
13859         * typeck.c (set_local_type):  New function.
13860         * expr.c (STORE_INTERNAL):  Call find_local_variable,
13861         not find_stack_slot.  Call set_local_type.
13862
13863 Wed Feb 12 16:11:05 1997  Per Bothner  <bothner@kalessin.cygnus.com>
13864
13865         * java-tree.h:  Various new macros for constructing RECORD_TYPEs,
13866         and building RECORD_TYPE CONSTRUCTORs.
13867         Also support for creating Utf8Const objects from an INDETIFIER_NODE.
13868
13869         * lang.c (use_handles):  Change the default to 0.
13870         * decl.c:  Define and build class_type, field_type, utf8const_type.
13871         * class.c (make_class_data, make_field_value,
13872         get_access_flags_from_decl, build_class_ref, build_utf8_ref,
13873         hashUtf8String, strLengthUtf8, mangled_classname:
13874         Functions to build reflective data structures.
13875         * parse.c (yyparse):  Call make_class_data.
13876
13877         * jcf-io.c (open_class, find_classfile):  New functions.
13878         * jcf-dump.c:  Support reading classfile from explicitly-named
13879         class file (without CLASSPATH searching).
13880
13881 Thu Oct 24 14:10:16 1996  Per Bothner  <bothner@deneb.cygnus.com>
13882
13883         * jcf-reader.c:  Add parameter list to HANDLE_CONSTANT_Utf8.
13884         * parse.c (JPOOL_UTF_LENGTH, JPOOL_UTF_DATA, HANDLE_CONSTANT_Utf8):
13885         Override jcf-reader macros so CONSTANT_Utf8 becomes tree node here.
13886         (get_constant):  Now trivial for CONSTANT_Utf8.
13887
13888         * jcf.h:  Make NEW_CPOOL the default.
13889         * jcf.h, jcf-reader.c, parse.c:  Remove support for !NEW_CPOOL.
13890
13891 Thu Oct 24 13:52:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13892
13893         New directory.