aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi5-5/+12
2001-10-03parse.y (patch_assignment): Use lvalue's original TYPE when building the fina...Alexandre Petit-Bianco2-5/+11
2001-09-27parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR...Alexandre Petit-Bianco2-8/+20
2001-09-22re PR java/4360 (libjava fails to compile on i686-pc-linux-gnu (AttributedStr...Alexandre Petit-Bianco2-3/+10
2001-09-21re PR java/4366 (java class initialization bug)Alexandre Petit-Bianco2-0/+12
2001-09-21tree.def (FDESC_EXPR): New.Richard Henderson3-15/+81
2001-09-21parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name.Alexandre Petit-Bianco3-58/+104
2001-09-18parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger3-1457/+1430
2001-09-17re PR java/4189 (gcj generates bytecode for switch stmt that doesn't verify)Tom Tromey2-0/+6
2001-09-14java-tree.h (TYPE_IMPORT_LIST): New macro.Alexandre Petit-Bianco3-17/+61
2001-09-14* verify.c (verify_jvm_instructions): Fix typo.Mark Mitchell2-1/+5
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi3-8/+13
2001-09-12gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi7-9/+17
2001-09-11* parse.h (ctxp_for_generation): Mark extern.Richard Henderson2-1/+5
2001-09-10* class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.Richard Henderson2-2/+6
2001-09-07java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco3-4/+6
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco3-4/+46
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai2-6/+20
2001-09-06gcj -R patchesAnthony Green1-0/+14
2001-09-06class.c (O_BINARY): Define if necessary.Anthony Green6-3/+195
2001-09-04parse.y (maybe_yank_clinit): A field without an initializer is not relevant.Per Bothner2-12/+14
2001-08-31[multiple changes]Alexandre Petit-Bianco3-14/+53
2001-08-31class.c (set_constant_value): When not emiting class files, then a String Con...Per Bothner2-2/+9
2001-08-30Temporaily change error to wanring to hopefully allow boostrap.Per Bothner1-1/+1
2001-08-30jcf-write.c (generate_classfile): Check that field is primitive or string bef...Per Bothner2-1/+8
2001-08-30parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set...Per Bothner2-1/+7
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner4-24/+45
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if fiel...Per Bothner3-1/+19
2001-08-30jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are ...Per Bothner2-5/+15
2001-08-28Removing conflict indicators. Oops.Alexandre Petit-Bianco1-2/+0
2001-08-28re PR java/4141 (GCJ compiles illegal code without complaining.)Alexandre Petit-Bianco2-4/+21
2001-08-28jcf-write.c (generate_bytecode_insns): For increments and decrements just rec...Per Bothner2-14/+11
2001-08-28jcf-write.c (generate_bytecode_insns): Generate an integer to real conversion...Mark Mitchell2-2/+14
2001-08-27parse.y (check_deprecation): Handle TYPE_DECL in a special case...Alexandre Petit-Bianco2-8/+54
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco3-35/+113
2001-08-24decl.c (init_decl_processing): Add `throws' field to method descriptor.Tom Tromey3-0/+46
2001-08-22parse.y (resolve_inner_class): Keep local_enclosing to NULL if circularity is...Alexandre Petit-Bianco2-2/+9
2001-08-17defaults.h (UNALIGNED_SHORT_ASM_OP, [...]): Move from ...Richard Henderson2-1/+6
2001-08-17[multiple changes]Alexandre Petit-Bianco8-157/+371
2001-08-16varasm.c (named_section_flags): Remove align parameter.Richard Henderson1-2/+2
2001-08-16jcf-dump.c (main): Updated for change to jcf_path_seal.Tom Tromey6-10/+47
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg3-4/+10