aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
1999-05-28[multiple changes]Alexandre Petit-Bianco1-6/+8
1999-05-26parse.y (qualify_ambiguous_name): Take into account that a CONVERT_EXPR might...Alexandre Petit-Bianco1-3/+9
1999-05-25[multiple changes]Alexandre Petit-Bianco1-0/+1
1999-05-22[multiple changes]Alexandre Petit-Bianco1-1/+27
1999-05-19Warning fixes:Kaveh R. Ghazi1-5/+4
1999-05-17parse.y (constructor_block_end:): New rule, tagged <node>.Alexandre Petit-Bianco1-5/+9
1999-05-17parse.y (statement_nsi:): Pop `for' statement block.Alexandre Petit-Bianco1-1/+5
1999-05-13parse.y (java_check_regular_methods): Warning check on not overriding methods...Alexandre Petit-Bianco1-1/+5
1999-05-13check-init.c (check_init): Removed code accepting to see things falling throu...Alexandre Petit-Bianco1-5/+43
1999-05-11parse.y (source_end_java_method): If the current method contains any exceptio...Andrew Haley1-0/+10
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-88/+88
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-41/+95
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-39/+56
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-1/+15
1999-04-19lang.c (lang_decode_option): Fixed returned value when parsing `-fxref=...' a...Alexandre Petit-Bianco1-7/+10
1999-04-19xref.h (enum): Removed trailing comma.Tom Tromey1-0/+1
1999-04-12parse.y (patch_unaryop): Fix ++ operator check on array references.Alexandre Petit-Bianco1-3/+7
1999-04-09parse.y (patch_assignment): Added ArrayStoreException runtime check.Alexandre Petit-Bianco1-4/+53
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-26/+77
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner1-155/+103
1999-03-23parse.y (find_applicable_accessible_methods_list): When dealing with interfac...Alexandre Petit-Bianco1-4/+33
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