aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
1999-03-23Warning fixes:Kaveh R. Ghazi1-16/+13
1999-03-19[multiple changes]Alexandre Petit-Bianco1-23/+57
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-32/+67
1999-03-12Warning fixes:Kaveh R. Ghazi1-31/+1
1999-03-08*** empty log message ***Per Bothner1-37/+15
1999-02-25parse.y (read_import_dir): Use `|=', not `+=', to set `found'.Tom Tromey1-5/+6
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-3/+14
1999-02-19Force left-to-right evaluation of binary operations etc.Per Bothner1-29/+53
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-8/+21
1999-02-19parse.y (check_pkg_class_access): Allow private class access within the same ...Alexandre Petit-Bianco1-4/+38
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-121/+33
1999-02-16[multiple changes]Alexandre Petit-Bianco1-7/+31
1999-02-16parse.y (valid_builtin_assignconv_identity_widening_p): Got rid of an ancient...Alexandre Petit-Bianco1-16/+3
1999-02-09lex.c (java_lang_cloneable): Initialize.Alexandre Petit-Bianco1-4/+14
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-29/+47
1999-02-02parse.y (patch_method_invocation): Handle calling static methods...Per Bothner1-7/+19
1999-01-23Warning fixes:Kaveh R. Ghazi1-13/+14
1999-01-19java-tree.h: (check_for_initialization): Added prototype.Alexandre Petit-Bianco1-9/+20
1999-01-18parse.y (patch_binop): Do a type conversion from signed to unsigned and then ...Andrew Haley1-1/+6
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-4/+4
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-16/+53
1999-01-09parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL on CONSTRUCTOR (si...Per Bothner1-3/+6
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06check-init.c: New file.Per Bothner1-4/+66
1999-01-06parse.y: include system.h instead of including standard headers directly with...Graham Stott1-10/+2
1998-12-23expr.c (process_jvm_instruction): Do load_type_state after JSR.Per Bothner1-34/+41
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-1/+7
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-16/+183
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-135/+151
1998-12-12parse.y (<type_declaration>): Do maybe_generate_clinit last.Alexandre Petit-Bianco1-28/+63
1998-12-12expr.c (encode_newarray_type, [...]): New functions.Per Bothner1-86/+35
1998-12-10decl.c (long_zero_node, [...]): New global variables, initialized.Alexandre Petit-Bianco1-19/+30
1998-12-10parse.y (array_initializer:): Array init operand is NULL_TREE instead of a TR...Alexandre Petit-Bianco1-21/+12
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-13/+216
1998-12-07parse.y (array_initializer): Tagged <node>.Alexandre Petit-Bianco1-26/+32
1998-12-07constants.c (find_methodref_index): When the class is an interface...Per Bothner1-50/+39
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-33/+55
1998-12-03parse,y (patch_synchronized_statement): Set CAN_COMPLETE_NORMALLY.Per Bothner1-1/+3
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-11/+246
1998-11-25java-tree.h (end_params_node): Declare global.Per Bothner1-18/+14
1998-11-24[multiple changes]Alexandre Petit-Bianco1-82/+137