aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-07-06Java: fixes for the PRs gcj/{271,272,275}.Alexandre Petit-Bianco4-30/+32
2000-07-05Make-lang.in (PARSE_DIR): New macro.Tom Tromey3-0/+35
2000-07-05gjavah.c (HANDLE_METHOD): Call print_method_info with a NULL stream argument ...Bryce McKinlay2-10/+20
2000-06-29jcf-write.c (push_long_const): Appropriately cast short negative constant to ...Alexandre Petit-Bianco2-1/+6
2000-06-29parse.y (verify_constructor_super): Use loop variable `m_arg_type' initialize...Alexandre Petit-Bianco3-12/+19
2000-06-30parse.y (resolve_field_access): Handle case where `type_found' is NULL.Tom Tromey3-2/+7
2000-06-29expr.c (lookup_field): The same field can be found through two different inte...Alexandre Petit-Bianco2-0/+7
2000-06-29lex.c (java_lineterminator): Don't recognize \r after \n.Tom Tromey2-10/+19
2000-06-27parse.y (resolve_field_access): Pass decl, not DECL_INITIAL, to java_complete...Tom Tromey3-2/+7
2000-06-26re GNATS gcj/238 (Can't call methods from Object on an inner class)Bryce McKinlay3-91/+113
2000-06-26[multiple changes]Alexandre Petit-Bianco5-436/+501
2000-06-26re GNATS gcj/268 (Internal compiler error in for-loop test condition)Tom Tromey3-212/+225
2000-06-26parse.y (do_resolve_class): Minor optimiztion in the package list search.Alexandre Petit-Bianco3-10/+21
2000-06-25expr.c (lookup_field): Print error and return error_mark_node if field refere...Tom Tromey2-2/+25
2000-06-25parse.y (check_abstract_method_definitions): Also check if `other_method' is ...Tom Tromey3-2/+11
2000-06-25re GNATS gcj/260 ("Klass.class" expression should cause Klass to be initialized)Tom Tromey3-4/+15
2000-06-21[multiple changes]Alexandre Petit-Bianco11-624/+806
2000-06-15jcf-write.c (CHECK_PUT): Add static prototype.Kaveh R. Ghazi2-4/+14
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek4-1/+12
2000-06-11Warning fixes:Kaveh R. Ghazi4-2/+12
2000-06-06parse.y (check_modifiers_consistency): Don't subtract out `PUBLIC_TK' from ar...Tom Tromey2-4/+7
2000-06-06configure.in (AC_C_INLINE): Added.Philipp Thomas3-2/+16
2000-06-02class.c (get_dispatch_table): Build the vtable dummy entry list element with ...Alexandre Petit-Bianco2-4/+32
2000-06-02alias.c (lang_get_alias_set): Remove.Richard Henderson2-0/+14
2000-06-01re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)Bryce McKinlay3-0/+25
2000-06-01re GNATS gcj/207 (Compiler failure)Alexandre Petit-Bianco2-0/+7
2000-06-01re GNATS gcj/129 (Static array length access bug in gcj)Alexandre Petit-Bianco3-0/+30
2000-06-01class.c (common_enclosing_context_p): New function.Alexandre Petit-Bianco6-25/+118
2000-05-31re GNATS gcj/71 (failure to compile an interface method invocation on a sub-i...Alexandre Petit-Bianco2-2/+16
2000-05-31parse.y (maybe_yank_clinit): New function.Alexandre Petit-Bianco3-454/+574
2000-05-31parse.y (resolve_field_access): Complete the DECL_INITIAL tree before using i...Alexandre Petit-Bianco3-166/+237
2000-05-31java-tree.h (boolean_array_vtable, [...]): Declare.Tom Tromey4-8/+98
2000-05-26parse.y (find_applicable_accessible_methods_list): Don't add an uninitialized...Zack Weinberg3-8/+17
2000-05-26re GNATS gcj/162 (gcj does not initialize interfaces according to spec)Tom Tromey3-4/+7
2000-05-26re GNATS gcj/235 (source parser dies when Primitive.TYPE is used in an array ...Tom Tromey3-2/+8
2000-05-20parse.y (resolve_package): Correctly set `*next' (was off by one.)Alexandre Petit-Bianco3-4/+16
2000-05-19parse.y (block_end:): If the collected block doesn't feature a statement, ins...Alexandre Petit-Bianco3-273/+282
2000-05-19parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by...Alexandre Petit-Bianco3-4/+5
2000-05-19Reverted incorrectly applied changeTom Tromey2-0/+4
2000-05-19java-tree.h: Added init state enum.Tom Tromey4-17/+43
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey4-249/+261
2000-05-19jcf-write.c (generate_classfile): Scan the source_file for slashes with the r...Alexandre Oliva2-1/+6
2000-05-18Andrew's last commit changed a ChangeLog entry to say that I wrote a patch th...Tom Tromey1-1/+1
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney3-3/+9
2000-05-09top level:Zack Weinberg13-196/+286
2000-05-09expr.c (build_jni_stub): Cache the result of _Jv_LookupJNIMethod.Tom Tromey2-4/+25
2000-05-06decl.c (predef_filenames_size): Now 7.Alexandre Petit-Bianco2-1/+7
2000-05-05boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey4-9/+32
2000-05-04jcf-dump.c (SPECIAL_IINC): Ensure arguments match format specifiers in calls ...Kaveh R. Ghazi2-2/+7
2000-05-03Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.Jason Merrill1-6/+6