aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-04Makefile.in (cpp.dvi): New target split from cpp.info.Kelley Cook2-65/+50
2003-11-03re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm2-4/+12
2003-11-02cvsignore: Remove c-parse.* and tradcif.cKelley Cook2-10/+4
2003-10-28* approved by aphFrank Ch. Eigler2-3/+5
2003-10-24Correct misapplied patch.Andrew Haley1-1/+1
2003-10-24jcf-parse.c (jcf_parse): Fix args to fatal_error().David S. Miller2-1/+5
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley7-40/+208
2003-10-22jcf-write.c: Follow spelling conventions.Kazu Hirata3-3/+8
2003-10-22ChangeLog: Fix typos.Kazu Hirata8-54/+65
2003-10-22expr.c (expand_byte_code): Only warn about dead bytecode when extra_warnings ...Tom Tromey2-4/+11
2003-10-22re PR java/12586 (gnu.java.net name mangling bug)Bryce McKinlay2-29/+27
2003-10-21Make-lang.in (info): Honor $(parsedir) and $(docobjdir).Kelley Cook2-53/+81
2003-10-20Makefile.in (install-info): Simplify.Mark Mitchell2-21/+13
2003-10-14config.gcc, [...]: Replace uses of target_alias with target_noncanonical.Nathanael Nerode2-1/+6
2003-10-09decl.c (java_init_decl_processing): Declare signers field.Tom Tromey3-0/+7