aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2000-01-16parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ...Anthony Green1-3/+3
2000-01-12jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan1-4/+0
2000-01-07re GNATS gcj/122 (SP mismatch error from certain code constructs)Alexandre Petit-Bianco1-7/+5
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-45/+81
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-4/+3
1999-12-31parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.Kaveh R. Ghazi1-134/+96
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-60/+96
1999-12-12re GNATS gcj/79 (Problem creating static arrays)Alexandre Petit-Bianco1-1/+2
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco1-2/+1
1999-12-01re GNATS gcj/97 (Internal compiler error)Alexandre Petit-Bianco1-6/+6
1999-11-29parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE in case of error.Alexandre Petit-Bianco1-3/+6
1999-11-29hu Nov 4 16:27:01 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>Alexandre Petit-Bianco1-1/+11
1999-11-09parse.y (source_end_java_method): Resume permanent allocation, reversing Apr ...Alexandre Petit-Bianco1-1/+2
1999-11-01parse.y (method_header:): Issue error message for rule `type error'.Alexandre Petit-Bianco1-4/+11
1999-11-01re GNATS gcj/48 (Compiler fails to catch constructor problem)Alexandre Petit-Bianco1-2/+8
1999-10-29parse.y (expression_statement:): Call function to report improper invocation ...Alexandre Petit-Bianco1-5/+14
1999-10-21re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Alexandre Petit-Bianco1-5/+2
1999-10-21re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...Alexandre Petit-Bianco1-4/+16
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-24/+34
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/+2
1999-09-03parse.y (strip_out_static_field_access_decl): Return operand if it satisfies ...Tom Tromey1-0/+2
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-4/+20
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-1/+6
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-3/+21
1999-08-18[multiple changes]Alexandre Petit-Bianco1-37/+170
1999-08-04Warning fixes:Kaveh R. Ghazi1-53/+64
1999-08-02decl.c: Include defaults.h instead of expr.h.Richard Henderson1-3/+1
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-0/+1
1999-07-30Warning fixes:Kaveh R. Ghazi1-5/+6
1999-07-21lang.c (flag_use_divide_subroutine): New variable.Andrew Haley1-0/+6
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-5/+13
1999-06-25[multiple changes]Alexandre Petit-Bianco1-12/+91
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-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