aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
1999-09-05Make-lang.in (f771): Depend on ggc-callbacks.o.Mark Mitchell1-0/+6
1999-09-04Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.Mark Mitchell2-3/+3
1999-09-03parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ...Tom Tromey3-428/+435
1999-09-02gjavah.c (decode_signature_piece): Emit "::" in JArray<>.Tom Tromey2-5/+20
1999-09-02class.c (finish_class): Remove unused parameter, all callers changed.Kaveh R. Ghazi11-21/+51
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi2-1/+5
1999-08-31Makefile.in (LIBS): Fix definition so we link with $(CLIB).Kaveh R. Ghazi3-28/+19
1999-08-30* Makefile.in (xref.o): Depend on xref.c explicitly.Hans-Peter Nilsson2-1/+5
1999-08-29java-tree.h (lang_printable_name): Constify a char*.Kaveh R. Ghazi3-2/+8
1999-08-27gjavah.c, [...]: Do not use C++ style comments in C code.Jeffrey A Law4-5/+10
1999-08-26gjavah.c (print_cxx_classname): Print "::" before qualified name.Tom Tromey2-0/+11
1999-08-26verify.c (verify_jvm_instructions): Don't check instruction validity beyond e...Gregg Townsend2-1/+7
1999-08-26re GNATS gcj/32 (A boolean expression containing two qualified expressions ma...Alexandre Petit-Bianco3-12/+52
1999-08-25* jvspec.c (lang_specific_driver): Correctly handle --help again.Tom Tromey2-2/+10
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi15-595/+739
1999-08-22re GNATS gcj/30 (gcj not reporting unimplemented methods)Alexandre Petit-Bianco3-14/+267
1999-08-19re GNATS gcj/17 (Internal error: segfault on import-classname clash)Alexandre Petit-Bianco3-10/+57
1999-08-18[multiple changes]Alexandre Petit-Bianco4-504/+797
1999-08-15expr.c (java_lang_expand_expr): Mark static array data as referenced.Anthony Green2-0/+6
1999-08-11* jvgenmain.c (main): NUL-terminate name_obstack.Rainer Orth2-0/+5
1999-08-10check-init.c (check_bool2_init, [...]): Add static prototypes.Kaveh R. Ghazi24-82/+220
1999-08-09lang.c (java_dummy_print): Constify a char*.Kaveh R. Ghazi2-6/+13
1999-08-09javaop.h (WORD_TO_FLOAT): only inline if building with gcc.Tom Tromey2-3/+18
1999-08-04Warning fixes:Kaveh R. Ghazi11-798/+814
1999-08-03Makefile.in (c-decl.o): Depends on defaults.h.J"orn Rennecke2-1/+6
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson5-594/+665
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek5-8/+19
1999-08-01* Makefile.in (ALL_CFLAGS): Add '-W -Wall'.Kaveh R. Ghazi2-1/+5
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt6-432/+445
1999-07-30Warning fixes:Kaveh R. Ghazi8-25/+53
1999-07-25* decl.c (va_list_type_node): New.Richard Henderson2-0/+6
1999-07-25gjavah.c (print_stub): New function.Anthony Green2-97/+251
1999-07-22re GNATS gcj/14 (Conditional expression in method call doesn't compile)Alexandre Petit-Bianco2-0/+5
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley4-30/+41
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley7-19/+153
1999-07-20re GNATS gcj/12 (gcj accepts invalid code where an exception must be caught/t...Alexandre Petit-Bianco3-16/+64
1999-07-15expr.c (expand_expr): Do not return the last statement in a block as the bloc...Andrew Haley2-3/+8
1999-07-07[multiple changes]Alexandre Petit-Bianco5-24/+83
1999-07-01class.c (finish_class): Whenever a deferred method is output...Andrew Haley2-4/+15
1999-06-28* jvspec.c (lang_specific_driver): Recognize --help.Tom Tromey2-0/+6
1999-06-25[multiple changes]Alexandre Petit-Bianco3-453/+635
1999-06-25SMP bootstrap fixes for chill:Kaveh R. Ghazi2-4/+11
1999-06-22verify.c (verify_jvm_instructions): Check for pending blocks before invalid P...Andrew Haley4-67/+74
1999-06-21except.c (find_handler_in_range): The upper limit for exception ranges is exc...Andrew Haley3-13/+52
1999-06-14[multiple changes]Alexandre Petit-Bianco3-48/+128
1999-06-07parse.y (note_possible_classname): Mark returned node with QUALIFIED_P only i...Alexandre Petit-Bianco3-2/+7
1999-06-05[multiple changes]Anthony Green2-3/+11
1999-06-02[multiple changes]Anthony Green4-8/+47
1999-05-28[multiple changes]Alexandre Petit-Bianco4-13/+41
1999-05-26parse.y (qualify_ambiguous_name): Take into account that a CONVERT_EXPR might...Alexandre Petit-Bianco3-6/+23