aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-21re GNATS gcj/46 (Static inializers compiled incorrectly)Alexandre Petit-Bianco1-2/+2
1999-09-16gjavah.c (get_field_name, [...]): Use xmalloc, not malloc.Kaveh R. Ghazi1-18/+18
1999-09-11re GNATS gcj/18 (Internal error: segfault on invalid cast)Alexandre Petit-Bianco1-1/+4
1999-09-03parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ...Tom Tromey1-428/+428
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi1-1/+3
1999-08-26re GNATS gcj/32 (A boolean expression containing two qualified expressions ma...Alexandre Petit-Bianco1-8/+26
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-433/+436
1999-08-22re GNATS gcj/30 (gcj not reporting unimplemented methods)Alexandre Petit-Bianco1-7/+129
1999-08-19re GNATS gcj/17 (Internal error: segfault on import-classname clash)Alexandre Petit-Bianco1-7/+27
1999-08-18[multiple changes]Alexandre Petit-Bianco1-466/+599
1999-08-04Warning fixes:Kaveh R. Ghazi1-709/+651
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-590/+657
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-1/+3
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-429/+430
1999-07-30Warning fixes:Kaveh R. Ghazi1-5/+6
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-6/+10
1999-07-20re GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/t...Alexandre Petit-Bianco1-8/+28
1999-07-07[multiple changes]Alexandre Petit-Bianco1-9/+19
1999-06-25[multiple changes]Alexandre Petit-Bianco1-441/+520
1999-06-22verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...Andrew Haley1-3/+3
1999-06-14[multiple changes]Alexandre Petit-Bianco1-24/+50
1999-06-07parse.y (note_possible_classname): Mark returned node with QUALIFIED_P only i...Alexandre Petit-Bianco1-1/+1
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-333/+359
1999-05-19Warning fixes:Kaveh R. Ghazi1-8/+7
1999-05-17parse.y (constructor_block_end:): New rule, tagged <node>.Alexandre Petit-Bianco1-1972/+1954
1999-05-17parse.y (statement_nsi:): Pop `for' statement block.Alexandre Petit-Bianco1-257/+264
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-432/+470
1999-05-11parse.y (source_end_java_method): If the current method contains any exceptio...Andrew Haley1-427/+437
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-512/+512
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-464/+518
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-435/+455
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-11/+28
1999-04-19xref.h (enum): Removed trailing comma.Tom Tromey1-3/+5
1999-04-12parse.y (patch_unaryop): Fix ++ operator check on array references.Alexandre Petit-Bianco1-3/+6
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-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