aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice1-5/+5
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2-1/+5
2004-03-31re PR java/14104 (java testsuite fails "linking simple")Andrew Haley2-1/+7
2004-03-30gengtype.c (create_option): New function.Zack Weinberg5-22/+27
2004-03-25re PR java/14689 (jcf-path.c missing closedir)Marcus Meissner2-0/+7
2004-03-23re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe)Tom Tromey2-3/+11
2004-03-23* gcj.texi (Extensions): Document GCJ_PROPERTIES.Tom Tromey2-1/+17
2004-03-20class.c, [...]: Fix comment typos.Kazu Hirata5-6/+11
2004-03-19* gcj.texi (Code Generation): Document new flags and assert defaults.Per Bothner2-0/+23
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner6-60/+170
2004-03-18tree.h (TREE_CHECK2, [...]): New macros.Richard Kenner3-171/+201
2004-03-16jcf-jump.c (options): New --print-constants option.Per Bothner3-1/+10
2004-03-16jcf-dump.c (flag_print_constant_pool): Default to off.Per Bothner2-29/+55
2004-03-15re PR java/14581 (gcj internal error: Segmentation fault involving switch to...Andrew Haley2-1/+8
2004-03-15re PR java/14551 (Switch w sign-extended byte and >16 labels causes error in ...Andrew Haley2-1/+14
2004-02-29jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL.Roger Sayle2-3/+7
2004-02-27Note that entry fixes PR java/13508, java/11714.Per Bothner1-0/+1
2004-02-27parse.y (build_assertion): Re-do 02-25 change following Jeff Sturm suggestion...Per Bothner2-8/+6
2004-02-27bb-reorder.c, [...]: Update copyright.Kazu Hirata2-1/+5
2004-02-26re PR java/14231 (Incorrect interface method called when compiling against .c...Andrew Haley3-3/+13
2004-02-25parse.y (build_assertion): If we're in an inner class, create the class$ help...Per Bothner2-3/+13
2004-02-25Improve some comments.Per Bothner2-5/+5
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson2-1/+5
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-1/+1
2004-02-17* Make-lang.in (java.install-man): Add extra dependencies.Geoffrey Keating2-1/+7
2004-02-13Make-lang.in: Install man pages under the same names (possibly transformed) a...Geoffrey Keating2-9/+14
2004-02-10gjavah.c: Include "intl.h".Joseph Myers6-133/+183
2004-02-08parse.y (resolve_qualified_expression_name): In case of inaccessible class do...Per Bothner2-1/+13
2004-02-06Makefile.in (srcextra): Add a level of indirection to ...Kelley Cook2-2/+4
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata5-6/+24
2004-02-04alloc-pool.h, [...]: Update copyright.Kazu Hirata2-1/+5
2004-02-03decl.c (java_init_decl_processing): Remove duplicate gnu/gcj/RawData.Tom Tromey2-1/+5
2004-01-31Makefile.in (abs_docdir, abs_srcdir): Define.Kelley Cook2-1/+5
2004-01-29expr.c (build_field_ref): Move variable definition up.Andrew Pinski2-1/+7
2004-01-29expr.c (build_field_ref): Widen field offset.Andrew Haley2-0/+5
2004-01-27parse.y (check_interface_throws_clauses): Make sure class_decl has been loaded.Andrew Haley2-2/+18
2004-01-22re PR java/13733 (The result of an assignment operator is the LHS after assig...Jeff Sturm2-2/+8
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook2-38/+38
2004-01-20Makefile.in (target_noncanonical, [...]): Use immediate define instead of def...Kelley Cook2-3/+9
2004-01-16typeck.c (find_method_in_interfaces): Move variable definition up.Andrew Pinski2-1/+7
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley5-71/+128
2004-01-15class.c (gen_indirect_dispatch_tables): Fix string length calculations.Michael Chastain2-3/+8
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook2-19/+20
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka2-4/+10
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell3-2/+8
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley10-215/+412
2003-12-25parse.y (catch_clause_parameter): Fix typo.Andrew Pinski2-1/+3
2003-12-25re PR java/13404 (ICE when Missing identifier on catch clause)Andrew Pinski2-9/+24
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata13-42/+58
2003-12-06Makefile.in (program_transform_cross_name): Delete.Kelley Cook2-20/+13