aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+1
2000-06-06parse.y (check_modifiers_consistency): Don't subtract out `PUBLIC_TK' from ar...Tom Tromey1-4/+2
2000-06-01re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)Bryce McKinlay1-0/+10
2000-06-01re GNATS gcj/129 (Static array length access bug in gcj)Alexandre Petit-Bianco1-0/+12
2000-06-01class.c (common_enclosing_context_p): New function.Alexandre Petit-Bianco1-8/+35
2000-05-31parse.y (maybe_yank_clinit): New function.Alexandre Petit-Bianco1-12/+68
2000-05-31parse.y (resolve_field_access): Complete the DECL_INITIAL tree before using i...Alexandre Petit-Bianco1-1/+1
2000-05-26parse.y (find_applicable_accessible_methods_list): Don't add an uninitialized...Zack Weinberg1-4/+6
2000-05-26re GNATS gcj/162 (gcj does not initialize interfaces according to spec)Tom Tromey1-2/+1
2000-05-26re GNATS gcj/235 (source parser dies when Primitive.TYPE is used in an array ...Tom Tromey1-1/+1
2000-05-20parse.y (resolve_package): Correctly set `*next' (was off by one.)Alexandre Petit-Bianco1-2/+5
2000-05-19parse.y (block_end:): If the collected block doesn't feature a statement, ins...Alexandre Petit-Bianco1-0/+2
2000-05-19parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by...Alexandre Petit-Bianco1-2/+0
2000-05-19Reverted incorrectly applied changeTom Tromey1-0/+2
2000-05-19java-tree.h: Added init state enum.Tom Tromey1-14/+1
2000-05-09top level:Zack Weinberg1-3/+3
2000-05-02class.c (add_method_1): Set both DECL_EXTERNAL and METHOD_NATIVE on native fu...Tom Tromey1-3/+12
2000-05-01re GNATS gcj/195: (gcj fail on code to implement an inner interface.)Alexandre Petit-Bianco1-1/+2
2000-05-01(The patch contained impurities -- this should fix the situation.)Alexandre Petit-Bianco1-13/+3
2000-05-01re GNATS gcj/195: (gcj fail on code to implement an inner interface.)Alexandre Petit-Bianco1-5/+17
2000-04-28re GNATS gcj/2 (Method call on null instance should throw NullPointerException)Tom Tromey1-8/+50
2000-04-25re GNATS gcj/181 (gcj crashes on inner classes/interfaces definition/usage.)Alexandre Petit-Bianco1-0/+7
2000-04-24parse.y (lookup_field_wrapper): Search for final local aliases.Alexandre Petit-Bianco1-21/+29
2000-04-24parse.y (source_start_java_method): Deleted unecessary code.Alexandre Petit-Bianco1-30/+3
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