aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2000-09-05parse.y (do_merge_string_cste): New locals.Alexandre Petit-Bianco1-6/+12
2000-08-29top level:Zack Weinberg1-6/+7
2000-08-29expr.c (can_widen_reference_to): Fixed indentation.Alexandre Petit-Bianco1-15/+15
2000-08-24lang.c (lang_decode_option): Use ARRAY_SIZE.Greg McGary1-2/+1
2000-08-23java-tree.h (flag_extraneous_semicolon): New extern.Alexandre Petit-Bianco1-14/+12
2000-08-20re GNATS gcj/305 (Interface methods implementations not always checked)Tom Tromey1-4/+20
2000-08-20re GNATS gcj/310 (illegal type "long" accepted for "switch" expression)Tom Tromey1-1/+1
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-19/+63
2000-08-072000-08-07 Alexandre Petit-Bianco <apbianco@cygnus.comAlexandre Petit-Bianco1-24/+59
2000-07-27[multiple changes]Alexandre Petit-Bianco1-7/+13
2000-07-27[multiple changes]Alexandre Petit-Bianco1-20/+4
2000-07-21parse.y (simple_name:): Fixed typo in error message.Alexandre Petit-Bianco1-1/+1
2000-07-21parse.y (simple_name:): Reject `$' in type names.Alexandre Petit-Bianco1-1/+6
2000-07-21[multiple changes]Alexandre Petit-Bianco1-3/+14
2000-07-20[multiple changes]Alexandre Petit-Bianco1-23/+79
2000-07-13parse.y (fold_constant_for_init): Avoid bullish conversion.Alexandre Petit-Bianco1-4/+1
2000-07-07jcf-write.c (generate_classfile): Properly install the ConstantValue attribut...Alexandre Petit-Bianco1-1/+2
2000-07-06[multiple changes]Alexandre Petit-Bianco1-18/+37
2000-07-06Java: fixes for the PRs gcj/{271,272,275}.Alexandre Petit-Bianco1-15/+6
2000-06-29parse.y (verify_constructor_super): Use loop variable `m_arg_type' initialize...Alexandre Petit-Bianco1-6/+7
2000-06-30parse.y (resolve_field_access): Handle case where `type_found' is NULL.Tom Tromey1-1/+1
2000-06-27parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to java_complete...Tom Tromey1-1/+1
2000-06-26re GNATS gcj/238 (Can't call methods from Object on an inner class)Bryce McKinlay1-45/+52
2000-06-26[multiple changes]Alexandre Petit-Bianco1-3/+26
2000-06-26re GNATS gcj/268 (Internal compiler error in for-loop test condition)Tom Tromey1-1/+5
2000-06-26parse.y (do_resolve_class): Minor optimiztion in the package list search.Alexandre Petit-Bianco1-5/+7
2000-06-25parse.y (check_abstract_method_definitions): Also check if `other_method' is ...Tom Tromey1-1/+3
2000-06-25re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey1-1/+4
2000-06-21[multiple changes]Alexandre Petit-Bianco1-86/+145
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