aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-03-02Fix for PR java/5758, java/5632:Alexandre Petit-Bianco1-2/+26
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-73/+21
2002-02-22parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit...Per Bothner1-1/+1
2002-02-20builtins.c (check_for_builtin): New function.Per Bothner1-8/+4
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-3/+5
2002-02-04* parse.y (java_expand_classes): Fix typo in static field loop.Bryce McKinlay1-0/+1
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-4/+21
2002-01-28expr.c (build_jni_stub): Ensure storage for `meth' is generated.Tom Tromey1-2/+4
2002-01-27reverted accidental checkinTom Tromey1-4/+2
2002-01-27builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT_IN_SQRTF.Andreas Tobler1-2/+4
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-7/+14
2002-01-22* parse.y (patch_switch_statement): Fix format specifier.Kaveh R. Ghazi1-2/+2
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi1-1/+1
2002-01-01parse.y (dump_java_tree): New function.Tom Tromey1-0/+26
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-21reverted erroneous checking -- sorry about thatTom Tromey1-12/+3
2001-12-21For PR java/4509:Tom Tromey1-3/+12
2001-12-21For PR java/4509:Tom Tromey1-1/+5
2001-12-21re PR java/5057 (gcj -C erroneously omits <clinit>)Tom Tromey1-19/+20
2001-12-20mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL.Bryce McKinlay1-6/+0
2001-12-20re PR java/3417 (Downcast on integral types.)Tom Tromey1-14/+17
2001-12-17parse.y (link_nested_class_to_enclosing): Removed useless statement.Tom Tromey1-1/+0
2001-12-16ChangeLog, [...]: Fix spelling errors.Joseph Myers1-18/+18
2001-12-14class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm1-1/+6
2001-12-06Restore support for static class initialization optimization.Per Bothner1-49/+34
2001-12-04check-init.c: Handle definite unassignment to finals in addition to definite ...Per Bothner1-354/+19
2001-12-03parse.y (patch_binop): Minor constant folding.Per Bothner1-1/+9
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-2/+2
2001-12-02re PR java/3096 (GCJ does not increment)Tang Ching-Hui1-14/+8
2001-11-08parse.y (trap_overflow_corner_case): New rule.Tom Tromey1-4/+12
2001-11-08Patch for PR java/1414:Tom Tromey1-3/+50
2001-11-07parse.y (patch_assignment): Removed unused third argument.Alexandre Petit-Bianco1-5/+4
2001-10-26expr.c (expand_java_field_op): Don't special-case references to java.lang.PRI...Bryce McKinlay1-39/+2
2001-10-25mangle.c (static tree compression_table): Fixed leading comment.Alexandre Petit-Bianco1-59/+86
2001-10-11parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPR rather than a ...Per Bothner1-22/+3
2001-10-11parse.y (patch_if_else_statement): If the condition is constant, optimize awa...Per Bothner1-3/+17
2001-10-09[multiple changes]Alexandre Petit-Bianco1-4/+12
2001-10-09parse.y (find_as_inner_class): Don't disregard the enclosing scope when name ...Bryce McKinlay1-12/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-10-03parse.y (patch_assignment): Use lvalue's original TYPE when building the fina...Alexandre Petit-Bianco1-5/+5
2001-09-27parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR...Alexandre Petit-Bianco1-8/+11
2001-09-21re PR java/4366 (java class initialization bug)Alexandre Petit-Bianco1-0/+6
2001-09-21parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name.Alexandre Petit-Bianco1-40/+57
2001-09-18parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-24/+8
2001-09-14java-tree.h (TYPE_IMPORT_LIST): New macro.Alexandre Petit-Bianco1-17/+40
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-7/+7
2001-09-12gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi1-4/+4
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco1-2/+33
2001-09-04parse.y (maybe_yank_clinit): A field without an initializer is not relevant.Per Bothner1-12/+8