]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/java/parse.y
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / java / parse.y
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-06  Ranjit Mathewparse.y (source_end_java_method): Remove custom encodin...
2002-12-02  Tom TromeyFor PR java/8740:
2002-11-22  Tom Tromeyre PR java/8676 (ICE in generate_bytecode_conditional...
2002-11-18  Tom Tromeyre PR java/7912 (invalid verification error for arrays)
2002-10-21  Andrew Haleyparse.y (patch_invoke): Call force_evaluation_order...
2002-10-09  Kaveh R. Ghazi* parse.y (merge_string_cste): Add parentheses around...
2002-10-08  Tom Tromeyre PR java/8003 (gcj segfaults on simple java line...
2002-10-08  Andrew Haleyparse.y (attach_init_test_initialization_flags): Check...
2002-10-08  Anthony GreenFix string concatenation bug.
2002-09-21  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-11  Per Bothnerparse.y (fold_constant_for_init): If a VAR_DECL, conver...
2002-09-09  Ranjit Mathewparse.y (DIR_SEPARATOR): Don't define.
2002-08-26  Tom Tromeyparse.y (try_builtin_assignconv): Allow narrowing primi...
2002-08-16  Andrew HaleyMake-lang.in (java-tree-inline.o): New.
2002-08-13  Jesse RosenstockFor PR java/7483:
2002-07-02  Tom TromeyFor PR libgcj/7073:
2002-06-27  Kaveh R. Ghaziparse.y (check_modifiers, [...]): Avoid incorrect hardc...
2002-06-27  Kaveh R. Ghazilex.c (java_init_lex): Avoid incorrect hardcoded consta...
2002-06-13  Akim Demailleparse.y (class_declaration, [...]): Make sure all their...
2002-06-11  Tom Tromeyjcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.
2002-06-11  Akim Demaille2002-06-10 Akim Demaille <akim@epita.fr>
2002-06-11  Tom Tromeyre PR java/6865 (gcj: segmentation fault on incorrect...
2002-06-04  Zack Weinbergjava-tree.h, [...]: Remove all #if JAVA_USE_HANDLES...
2002-06-04  Geoffrey KeatingMerge from pch-branch up to tag pch-commit-20020603.
2002-06-02  Tom Tromeyre PR java/5913 (Core dump for String constant instanceof)
2002-06-02  Tom TromeyFix for PR java/1343, PR java/6336:
2002-05-28  Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-19  Mark Mitchellconfigure.in (AC_CHECK_FUNCS): Add checks for scandir...
2002-05-07  Andreas Jaeger* parse.y (finish_for_loop): Fix if statement.
2002-05-07  Tom Tromeyre PR java/5941 (incorrect "Unreachable statement"...
2002-05-04  Mark WielaardFor PR java/6519:
2002-04-27  Tom TromeyFor PR java/6382:
2002-04-25  Tom TromeyFor PR java/6425:
2002-04-15  Bryce McKinlayre PR java/6085 (gcj SEGVs on complicated inner class...
2002-04-08  Bryce McKinlayparse.y (resolve_qualified_expression_name): Clear...
2002-04-01  Neil Boothc-common.c (unsigned_conversion_warning, [...]): Use...
2002-03-29  Martin Kahlertparse.y (do_resolve_class): Fix infinite recursion.
2002-03-29  Tom Tromeyparse.y (check_inner_circular_reference): Ignore incomp...
2002-03-28  Bryce McKinlayparse.y (resolve_package): Initialize "decl".
2002-03-28  Bryce McKinlayre PR java/5993 (crashes on Hello World)
2002-03-27  Bryce McKinlayre PR java/5850 (resolving inherited member variables...
2002-03-26  Tom Tromeyre PR java/5942 (tree check failure when compiling...
2002-03-25  Mark Wielaardre PR java/5368 (gcj-3.0.3 segfaults with 20 line program)
2002-03-21  Tom Tromeyparse.y (build_access_to_thisn): Stop when FROM is...
2002-03-18  Bryce McKinlayparse.y (parser_check_super_interface): Fix error messa...
2002-03-16  Bryce McKinlayre PR java/5935 (problem with anonymous inner classes)
2002-03-12  Tom Tromeyre PR java/5848 (gcj "crashes" on syntax with complex...
2002-03-11  Bryce McKinlayparse.y (patch_assignment): Wrap the right-hand-side...
2002-03-09  Per Bothnerparse.y (java_complete_lhs): Check if patch_assignment...
2002-03-03  Kaveh R. Ghaziattribs.c (init_attributes, [...]): Use ARRAY_SIZE...
2002-03-02  Alexandre Petit... Fix for PR java/5758, java/5632:
2002-02-28  Bryce McKinlayexpr.c (java_array_data_offset): Removed function.
2002-02-22  Per Bothnerparse.y (patch_method_invocation): Set CAN_COMPLETE_NOR...
2002-02-20  Per Bothnerbuiltins.c (check_for_builtin): New function.
2002-02-18  Tom Tromeyjava-tree.h (TYPE_STRICTFP): New macro.
2002-02-04  Bryce McKinlay* parse.y (java_expand_classes): Fix typo in static...
2002-02-03  Richard Hendersonclass.c (add_field): Mark static fields external.
2002-01-28  Tom Tromeyexpr.c (build_jni_stub): Ensure storage for `meth'...
2002-01-27  Tom Tromeyreverted accidental checkin
2002-01-27  Andreas Toblerbuiltins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT...
2002-01-22  Tom Tromeydecl.c (java_init_decl_processing): Use add_predefined_...
2002-01-22  Kaveh R. Ghazi* parse.y (patch_switch_statement): Fix format specifier.
2002-01-02  Kaveh R. Ghazigcc.c (default_compilers): Const-ify.
2002-01-01  Tom Tromeyparse.y (dump_java_tree): New function.
2001-12-27  Kaveh R. Ghazicollect2.c (is_ctor_dtor): Const-ify.
2001-12-21  Tom Tromeyreverted erroneous checking -- sorry about that
2001-12-21  Tom TromeyFor PR java/4509:
2001-12-21  Tom TromeyFor PR java/4509:
2001-12-21  Tom Tromeyre PR java/5057 (gcj -C erroneously omits <clinit>)
2001-12-20  Bryce McKinlaymangle.c (mangle_member_name): Don't special-case for...
2001-12-20  Tom Tromeyre PR java/3417 (Downcast on integral types.)
2001-12-17  Tom Tromeyparse.y (link_nested_class_to_enclosing): Removed usele...
2001-12-16  Joseph MyersChangeLog, [...]: Fix spelling errors.
2001-12-14  Hans Boehmclass.c (get_dispatch_table): Fix java vtable layout...
2001-12-06  Per BothnerRestore support for static class initialization optimiz...
2001-12-04  Per Bothnercheck-init.c: Handle definite unassignment to finals...
2001-12-04  Per Bothnerparse.y (patch_binop): Minor constant folding.
2001-12-03  Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-12-02  Tang Ching-Huire PR java/3096 (GCJ does not increment)
2001-11-08  Tom Tromeyparse.y (trap_overflow_corner_case): New rule.
2001-11-08  Tom TromeyPatch for PR java/1414:
2001-11-07  Alexandre Petit... parse.y (patch_assignment): Removed unused third argument.
2001-10-26  Bryce McKinlayexpr.c (expand_java_field_op): Don't special-case refer...
2001-10-25  Alexandre Petit... mangle.c (static tree compression_table): Fixed leading...
2001-10-11  Per Bothnerparse.y (patch_synchronized_statement): Use a TRY_FINAL...
2001-10-11  Per Bothnerparse.y (patch_if_else_statement): If the condition...
2001-10-09  Alexandre Petit... [multiple changes]
2001-10-09  Bryce McKinlayparse.y (find_as_inner_class): Don't disregard the...
2001-10-07  Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-10-04  Alexandre Petit... parse.y (patch_assignment): Use lvalue's original TYPE...
2001-09-27  Alexandre Petit... parse.y (check_final_variable_indirect_assignment)...
2001-09-22  Alexandre Petit... re PR java/4366 (java class initialization bug)
2001-09-21  Alexandre Petit... parse.h: (WFL_STRIP_BRACKET): Re-written using build_ty...
2001-09-18  Andreas Jaegerparse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
2001-09-14  Alexandre Petit... java-tree.h (TYPE_IMPORT_LIST): New macro.
2001-09-13  Kaveh R. Ghazic-parse.in (yyerror): Const-ification and/or static...
2001-09-12  Kaveh R. Ghazigjavah.c (cxx_keywords): Const-ification.
2001-09-07  Alexandre Petit... re PR java/4230 (gcj -C segfaults on static string...
2001-09-04  Per Bothnerparse.y (maybe_yank_clinit): A field without an initial...
next