aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-03class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch3-2/+9
2003-12-03aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.Zack Weinberg2-15/+20
2003-12-03re PR java/12374 (Segfault on "".x)Ralph Loader3-197/+42
2003-12-01re PR java/13237 (ICE on Math.sqrt(2.0))Jeff Sturm2-5/+11
2003-11-26re PR middle-end/12548 ([non-weak] gcj now failes to compile included example)Mohan Embar2-1/+11
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm6-21/+36
2003-11-24Make-lang.in: (java.install-common) Add symlink for $(target_noncanonical)-gc...Mohan Embar2-0/+17
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers2-2/+5
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers2-0/+6
2003-11-20re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm2-9/+17
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm4-35/+110
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm3-3/+16
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley3-7/+27
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill2-2/+10
2003-11-16* gjavah.c (print_stub_or_jni): Pass `env' to FatalError.Tom Tromey2-1/+5
2003-11-12re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...Jason Merrill2-10/+9
2003-11-12re PR java/11045 (int cast bug)Andrew Haley2-3/+11
2003-11-12re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley3-9/+39
2003-11-11re PR java/12915 (Broken String concatenation)Tom Tromey2-1/+9
2003-11-10jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey2-1/+6
2003-11-08re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey2-3/+7
2003-11-06expr.c (java_stack_swap): Make sure destination stack slots are of the correc...Andrew Haley2-2/+8