aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)Author
2004-04-19Mark ChangeLogMark Mitchell
2004-04-14re PR bootstrap/14893 (3.4.0-20040406, 'make install' fails on doc/gcjh.1)Michael Chastain
2004-03-23* gcj.texi (Extensions): Document GCJ_PROPERTIES.Tom Tromey
2004-03-06jcf-parse.c (java_parse_file): Handle the case that input_filename is NULL.Roger Sayle
2004-02-26parse.y (check_interface_throws_clauses): Check for !METHOD_INVISIBLE (iface_...Andrew Haley
2004-02-22[multiple changes]Matthias Klose
2004-02-07c-opts.c, [...]: Update copyright.Kazu Hirata
2004-02-06Makefile.in (srcextra): Add a level of indirection to ...Kelley Cook
2004-01-31Makefile.in (abs_docdir, abs_srcdir): Define.Kelley Cook
2004-01-29expr.c (build_field_ref): Move variable definition up.Andrew Pinski
2004-01-29expr.c (build_field_ref): Widen field offset.Andrew Haley
2004-01-27parse.y (check_interface_throws_clauses): Make sure class_decl has been loaded.Andrew Haley
2004-01-21re PR other/12730 (manual page install broken with old Pod::man)Kelley Cook
2004-01-20Makefile.in (target_noncanonical, [...]): Use immediate define instead of def...Kelley Cook
2004-01-16Fix typo.Andrew Pinski
2004-01-16typeck.c (find_method_in_interfaces): Move variable definition up.Andrew Pinski
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley
2004-01-15class.c (gen_indirect_dispatch_tables): Fix string length calculations.Michael Chastain
2004-01-15re PR bootstrap/12744 (A GCC release tarball can no longer be built without b...Kelley Cook
2004-01-13lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR cost estimation.Jan Hubicka
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley
2003-12-25parse.y (catch_clause_parameter): Fix typo.Andrew Pinski
2003-12-25re PR java/13404 (ICE when Missing identifier on catch clause)Andrew Pinski
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata
2003-12-06Makefile.in (program_transform_cross_name): Delete.Kelley Cook
2003-12-03class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch
2003-12-03aclocal.m4 (AM_ICONV): Add explicit check for iconv.h.Zack Weinberg
2003-12-03re PR java/12374 (Segfault on "".x)Ralph Loader
2003-12-01re PR java/13237 (ICE on Math.sqrt(2.0))Jeff Sturm
2003-11-26re PR middle-end/12548 ([non-weak] gcj now failes to compile included example)Mohan Embar
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm
2003-11-24Make-lang.in: (java.install-common) Add symlink for $(target_noncanonical)-gc...Mohan Embar
2003-11-20Makefile.in (extraclean): Delete.Joseph Myers
2003-11-20Makefile.in (lang_checks): Add.Joseph Myers
2003-11-20re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley
2003-11-16Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th...Jason Merrill
2003-11-16* gjavah.c (print_stub_or_jni): Pass `env' to FatalError.Tom Tromey
2003-11-12re PR rtl-optimization/12547 ([tree-ssa] simple java code with -fcheck-refere...Jason Merrill
2003-11-12re PR java/11045 (int cast bug)Andrew Haley
2003-11-12re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley
2003-11-11re PR java/12915 (Broken String concatenation)Tom Tromey
2003-11-10jcf-parse.c (classify_zip_file): Correctly compare filename_length against le...Tom Tromey
2003-11-08re PR libgcj/12894 (META-INF entries should be incoluded as --resource entrie...Tom Tromey
2003-11-06expr.c (java_stack_swap): Make sure destination stack slots are of the correc...Andrew Haley
2003-11-04Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook
2003-11-03re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm