aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi1-1/+1
1999-04-05parse.y (struct parser_ctxt *ctxp): Now global.Alexandre Petit-Bianco1-2/+7
1999-03-30[multiple changes]Alexandre Petit-Bianco1-9/+13
1999-03-27[multiple changes]Alexandre Petit-Bianco1-449/+500
1999-03-27*** empty log message ***Per Bothner1-578/+526
1999-03-23parse.y (find_applicable_accessible_methods_list): When dealing with interfac...Alexandre Petit-Bianco1-7/+36
1999-03-23Warning fixes:Kaveh R. Ghazi1-440/+438
1999-03-19parse.y (find_applicable_accessible_methods_list): Extend the search to super...Alexandre Petit-Bianco1-374/+374
1999-03-19parse.y (find_applicable_accessible_methods_list): Extend the search to super...Alexandre Petit-Bianco1-449/+481
1999-03-16parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.Per Bothner1-2/+6
1999-03-15parse.y (java_stabilize_reference): Use save_expr instead of building a SAVE_...Alexandre Petit-Bianco1-3/+6
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-11/+2
1999-03-12parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.Alexandre Petit-Bianco1-266/+308
1999-03-12Warning fixes:Kaveh R. Ghazi1-42/+5
1999-03-08*** empty log message ***Per Bothner1-37/+15
1999-02-25parse.y (read_import_dir): Use `|=', not `+=', to set `found'.Tom Tromey1-9/+10
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-30/+65
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-12/+59
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-546/+458
1999-02-16[multiple changes]Alexandre Petit-Bianco1-1704/+1679
1999-02-10jvspec.c (THREAD_NAME): Renamed -lqthreads to -lgcjcoop.Tom Tromey1-4/+4
1999-02-09lex.c (java_lang_cloneable): Initialize.Alexandre Petit-Bianco1-425/+435
1999-02-08parse.h: DECL_P renamed JDECL_P.Alexandre Petit-Bianco1-22/+34
1999-02-08lex.c (java_read_char): Fixed utf8 decoding.Alexandre Petit-Bianco1-33/+51
1999-02-02parse.y (patch_method_invocation): Handle calling static methods...Per Bothner1-7/+19
1999-01-29parse.h (BUILD_APPEND): If ARG is a non-String object reference...Tom Tromey1-4/+4
1999-01-23Warning fixes:Kaveh R. Ghazi1-438/+439
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1-13/+24
1999-01-18parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...Andrew Haley1-4/+9
1999-01-16expr.c (process_jvm_instruction): Coerce to correct Throwable sub-type the re...Per Bothner1-2/+7
1999-01-13expr.c (generate_name): Name prefix changed to avoid clashes with assembler t...Andrew Haley1-7/+7
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-442/+478
1999-01-11Update FSF address in copyright header.Jeff Law1-1/+2
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-3/+6
1999-01-06check-init.c: New file.Per Bothner1-435/+489
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-35/+42
1998-12-18parse.y (check_class_interface_creation): Use DIR_SEPARATOR consistently.Tom Tromey1-1/+1
1998-12-17parse.y (DIR_SEPARATOR): New define.Tom Tromey1-426/+432
1998-12-16* parse.y (create_interface): Remove bogus test.Per Bothner1-5/+0
1998-12-14parse.y (fold_constant_for_init): New function.Per Bothner1-437/+604
1998-12-13parse.y (patch_method_invocation): If class_decl is null (e.g.Per Bothner1-0/+6
1998-12-12Loks of changes so we can better compile from source.Per Bothner1-670/+670
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-440/+451
1998-12-10parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TR...Alexandre Petit-Bianco1-1515/+1525
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-426/+641
1998-12-07parse.y (array_initializer): Tagged <node>.Alexandre Petit-Bianco1-425/+422
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-364/+388
1998-12-02class.c (layout_class_method): Call build_java_argument_signature on construc...Alexandre Petit-Bianco1-8/+15
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-451/+679