aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-05-17parse.y (constructor_block_end:): New rule, tagged <node>.Alexandre Petit-Bianco3-1978/+1970
1999-05-17parse.y (statement_nsi:): Pop `for' statement block.Alexandre Petit-Bianco1-257/+264
1999-05-17parse.y (statement_nsi:): Pop `for' statement block.Alexandre Petit-Bianco2-4/+14
1999-05-14[multiple changes]Alexandre Petit-Bianco5-12/+22
1999-05-13parse.y (java_check_regular_methods): Warning check on not overriding methods...Alexandre Petit-Bianco3-2/+18
1999-05-13check-init.c (check_init): Removed code accepting to see things falling throu...Alexandre Petit-Bianco8-442/+555
1999-05-13gjavah.c (print_include): Cast the result of `strlen' to int when comparing a...Kaveh R. Ghazi2-2/+8
1999-05-12expr.c (expand_invoke): Mark parameter `nargs' with ATTRIBUTE_UNUSED.Kaveh R. Ghazi4-5/+16
1999-05-12lex.h: Never define HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT or HOST_BITS_PER_CHAR.Kaveh R. Ghazi2-3/+5
1999-05-11parse.y (source_end_java_method): If the current method contains any exceptio...Andrew Haley4-427/+464
1999-05-11Make-lang.in (jvspec.o): Don't define WITH_THREAD_x or WITH_GC_x flags.Tom Tromey3-135/+59
1999-05-11lang-options.h: -MD, -MMD, -M and -MM not needed here for cpplib-enabled build.Dave Brolley2-0/+7
1999-05-06Fix typo. redudant -> redundantJeff Law1-1/+1
1999-05-05Fix thinko.Per Bothner1-1/+1
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner6-612/+610
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-0/+27
1999-05-05verify.c (verify_jvm_instructions): Better error messages.Per Bothner1-2/+7
1999-05-03parse-scan.y (interface_declaration): Call report_class_declaration for inter...Tom Tromey1-45/+53
1999-05-03parse-scan.y (interface_declaration): Call report_class_declaration for inter...Tom Tromey2-2/+9
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco9-508/+683
1999-04-30Makefile.in: Remove -v from bison command lines.Zack Weinberg2-2/+6
1999-04-27Fixed some old ChangeLog entries I wrote before becoming aware of the GNUAlexandre Oliva1-3/+3
1999-04-27expr.c (generate_name): Use ASM_GENERATE_INTERNAL_LABEL to create internal la...Anthony Green2-4/+11
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco7-490/+575
1999-04-22* Make-lang.in (JAVA_SRCS): Added check-init.c.Tom Tromey2-0/+5
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco7-16/+132
1999-04-19lang.c (lang_decode_option): Fixed returned value when parsing `-fxref=...' a...Alexandre Petit-Bianco5-12/+51
1999-04-19xref.h (enum): Removed trailing comma.Tom Tromey4-4/+14
1999-04-15gjavah.c: New prototypes for java_float_finite and java_double_finite.Anthony Green2-0/+8
1999-04-12parse.y (patch_unaryop): Fix ++ operator check on array references.Alexandre Petit-Bianco3-6/+18
1999-04-09parse.y (patch_assignment): Added ArrayStoreException runtime check.Alexandre Petit-Bianco3-8/+111
1999-04-06Makefile.in (TREE_H): Add tree-check.h.Jeffrey A Law2-2/+7
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-5/+29
1999-04-06expr.c (pop_type_0): New function.Per Bothner2-2/+21
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-0/+5
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
1999-04-06parse.y (patch_binop): Don't fold if non-constant and emiting class files.Per Bothner1-2/+6
1999-04-05Makefile.in (gjavah.o): Depend on $(JAVA_TREE_H).Kaveh R. Ghazi6-6/+24
1999-04-05class.c (add_method_1): Cast the argument of `bzero' to PTR.Kaveh R. Ghazi12-24/+34
1999-04-05parse.y (struct parser_ctxt *ctxp): Now global.Alexandre Petit-Bianco3-4/+20
1999-03-31gjavah.c (print_field_info): Allow constants of other types.Tom Tromey2-46/+122
1999-03-31Makefile.in (keyword.h): Generate using gperf language 'C'...Kaveh R. Ghazi4-8/+15
1999-03-30[multiple changes]Alexandre Petit-Bianco3-18/+36
1999-03-28Warning fixes:Kaveh R. Ghazi4-8/+15
1999-03-27[multiple changes]Alexandre Petit-Bianco6-478/+632
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner2-0/+19
1999-03-27*** empty log message ***Per Bothner1-578/+526
1999-03-27parse.y (complete_loop_body): Rename to finish_loop_body.Per Bothner2-155/+104
1999-03-25gcc.c: Compile unconditionally all code formerly dependent on #ifdef LANG_SPE...Zack Weinberg2-17/+7
1999-03-23parse.y (find_applicable_accessible_methods_list): When dealing with interfac...Alexandre Petit-Bianco3-11/+75