aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2001-12-11* check-init.c (check_init) [SWITCH_EXPR]: Use SWITCH_HAS_DEFAULT.Tom Tromey2-13/+7
2001-12-10Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.Douglas B Rupp2-1/+5
2001-12-09check-init.c (current_switch_has_default): New static field.Per Bothner2-1/+20
2001-12-09check-init.c (check_init): Don't allow pre- or post- increment or decrement o...Tom Tromey2-5/+19
2001-12-09* java-tree.h: Fixed typo.Tom Tromey2-1/+3
2001-12-09gjavah.c (decompile_method): Don't decompile to `return this' for static meth...Tom Tromey2-1/+7
2001-12-09gjavah.c (cxx_keywords): Re-sorted.Tom Tromey3-4/+7
2001-12-09gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything else.Tom Tromey2-1/+4
2001-12-09gjavah.c (print_namelet): Clear subnamelets.Tom Tromey2-1/+8
2001-12-07lang.c (lang_f_options): Added optimize-static-class-initialization.Tom Tromey2-10/+8
2001-12-07* check-init.c (check_init): Fix typo freeing memory twice.Per Bothner2-2/+4
2001-12-06Restore support for static class initialization optimization.Per Bothner7-71/+93
2001-12-04check-init.c: Handle definite unassignment to finals in addition to definite ...Per Bothner5-479/+446
2001-12-03parse.y (patch_binop): Minor constant folding.Per Bothner2-1/+15
2001-12-03decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner4-103/+14
2001-12-03verify.c (subroutine_nesting): New function.Per Bothner2-7/+32
2001-12-03jcf.h: Fix obvious typo in comment.Per Bothner3-1/+8
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth9-18/+28
2001-12-02Fix ChangeLog entry.Bryce McKinlay1-2/+2
2001-12-02re PR java/3096 (GCJ does not increment)Tang Ching-Hui3-19/+30
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth5-6/+13
2001-11-30* class.c (add_interface_do): Set BINFO_VPTR_FIELD.Bryce McKinlay2-0/+5
2001-11-29configure.in (target_list): Add generated-manpages.Joseph Myers2-0/+5
2001-11-27re PR other/3968 (COLLECT_GCC_OPTIONS empty)Rainer Orth3-9/+33
2001-11-20parse.h (java_expand_switch): Remove old prototype.Roger Sayle2-1/+4
2001-11-19re PR java/1401 (+= semantics not correct (when generating bytecode))Tom Tromey2-1/+68
2001-11-18Makefile.in (c-parse.o, c-common.o): Update dependencies.Neil Booth2-2/+10
2001-11-15c-common.c: Include c-lex.h.Neil Booth4-37/+41
2001-11-14gjavah.c (method_signature): New global.Tom Tromey2-16/+156
2001-11-09Makefile.in: Update.Neil Booth4-42/+12
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth3-18/+11
2001-11-08configure.in: Add AC_ARG_PROGRAM to support program name transformation with ...Andreas Franck2-5/+13
2001-11-08parse.y (trap_overflow_corner_case): New rule.Tom Tromey4-17/+73
2001-11-08Patch for PR java/1414:Tom Tromey3-4/+60
2001-11-07parse.y (patch_assignment): Removed unused third argument.Alexandre Petit-Bianco2-5/+9
2001-11-06Clean up langhooksNeil Booth3-1/+8
2001-10-31Makefile.in (INTL_TARGETS, POSUB): Delete all references.Zack Weinberg2-1/+5
2001-10-30re PR java/4717 (miscompiling class reference)Bryce McKinlay2-0/+18
2001-10-26expr.c (expand_java_field_op): Don't special-case references to java.lang.PRI...Bryce McKinlay4-88/+14
2001-10-25mangle.c (static tree compression_table): Fixed leading comment.Alexandre Petit-Bianco4-61/+107
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2-10/+4
2001-10-22* gjavah.c (jni_print_char): Fix thinko in last change.Kaveh R. Ghazi2-1/+3
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi5-26/+23
2001-10-17Makefile.in (misc.o): Depend on langhooks.h.Richard Henderson2-1/+5
2001-10-15lang.c (langhooks.h): Included.Alexandre Petit-Bianco2-7/+19
2001-10-11parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPR rather than a ...Per Bothner3-35/+13
2001-10-11parse.y (patch_if_else_statement): If the condition is constant, optimize awa...Per Bothner2-3/+22
2001-10-09[multiple changes]Alexandre Petit-Bianco2-4/+27
2001-10-09parse.y (find_as_inner_class): Don't disregard the enclosing scope when name ...Bryce McKinlay2-12/+6
2001-10-08re PR java/4489 (bytecode generation endless loop with certain switch() exprs)Tom Tromey2-2/+10