aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
1998-11-24java-tree.def (CASE_EXPR, [...]): Kind is 'x', not '1'.Per Bothner1-0/+2
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-160/+267
1998-11-15decl.c (error_mark_node): New global.Per Bothner1-87/+49
1998-11-12Extensive changes.Per Bothner1-354/+341
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-246/+712
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-227/+846
1998-10-22jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja...Tom Tromey1-2/+0
1998-10-21class.c (emit_register_classes): Renamed from emit_register_class.Alexandre Petit-Bianco1-2/+0
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-3/+36
1998-10-16lex.c (setjmp.h): No longer included.Alexandre Petit-Bianco1-118/+191
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-132/+102
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-76/+431
1998-10-12Merge from Cygnus internal source tree.Per Bothner1-375/+1279
1998-09-06Initial revisionAnthony Green1-0/+8035