aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2000-04-21[multiple changes]Alexandre Petit-Bianco1-8/+41
2000-04-21re GNATS gcj/124 (protected constructor for InvocationTargetException still v...Tom Tromey1-4/+4
2000-04-19parse.y (yyerror): `msg' can be null, don't use it in that case.Alexandre Petit-Bianco1-1/+1
2000-04-18[multiple changes]Alexandre Petit-Bianco1-8/+24
2000-04-06re GNATS gcj/140 (gcj permits assignment to array length)Tom Tromey1-4/+10
2000-04-06re GNATS gcj/164 (compiler permits "volatile final" variables)Tom Tromey1-4/+14
2000-04-05class.c: (java_hash_hash_tree_node): Renamed from `decl_hash', made global.Alexandre Petit-Bianco1-11/+19
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-0/+1
2000-03-22[multiple changes]Alexandre Petit-Bianco1-72/+322
2000-03-15re GNATS gcj/172 (compiler rejects inner-class argument to inner-class constr...Alexandre Petit-Bianco1-1/+2
2000-03-13parse.y (resolve_package): Set `next' once a type name has been progressively...Alexandre Petit-Bianco1-78/+28
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-535/+2744
2000-03-07re GNATS gcj/102 (crashes when compiling try block from java source)Alexandre Petit-Bianco1-4/+8
2000-03-07re GNATS gcj/94 (compiler allows assignment to interface constants)Alexandre Petit-Bianco1-1/+5
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco1-0/+2
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-3/+5
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay1-1/+1
2000-03-06[multiple changes]Alexandre Petit-Bianco1-11/+26
2000-02-25parse.y (resolve_expression_name): Use `orig' as a second argument to resolve...Alexandre Petit-Bianco1-16/+2
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann1-3/+3
2000-01-29[multiple changes]Alexandre Petit-Bianco1-1/+5
2000-01-25parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation.Kaveh R. Ghazi1-37/+31
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-192/+192
2000-01-17re GNATS gcj/128 (weak error message when expecting final modifier)Joerg Brunsmann1-3/+12
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