java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.
[gcc.git] / gcc / java / ChangeLog
2005-12-02 Richard Guentherjava-gimplify.c (java_gimplify_labeled_block_expr)...
2005-11-29 Tom Tromeyre PR java/18278 (JNI functions cannot return a weak...
2005-11-25 Bryce McKinlaygij.cc (nonstandard_opts_help): Add entry for -Xss.
2005-11-08 Wil Mahanre PR java/23617 (Out of memory when classpath contains...
2005-11-08 Terry LaurenzoRemoved decompilation for non-ELF targets.
2005-10-14 Nathan Sidwellre PR java/23620 (Segfault compiling inner interfaces)
2005-10-03 Ranjit Mathewre PR java/24127 (ICE in libjava.compile/PR6865.java...
2005-09-30 Tom Tromeyre PR java/24120 (jc1 incorrectly uses libiberty hashes)
2005-09-21 Ranjit Mathewre PR java/21418 (Order of source files matters when...
2005-09-18 James A. Morrisonbuiltins.c (max_builtin, [...]): Use fold_buildN.
2005-09-15 Bryce McKinlayre PR java/23891 (Problem folding static fields across...
2005-09-09 Andrew Haleyre PR libgcj/23182 (instanceof sometimes fails if compi...
2005-09-06 Andrew Pinskijava-gimplify.c (java_gimplify_block): NULL out the...
2005-09-06 Kazu Hiratacheck-init.c, [...]: Fix comment typos.
2005-09-05 Ranjit Mathewre PR java/23431 (gcj allows overriding with more restr...
2005-08-17 Tom Tromeyclass.c (make_class_data): Always emit JV_STATE_PRELOAD...
2005-08-16 Ranjit Mathewre PR java/22113 (Buffer overflow in the lexical analys...
2005-08-16 Ranjit Mathewre PR java/19870 (gcj -C doesn't generate accessors...
2005-08-16 Tom Tromeyre PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_f...
2005-08-16 Tom Tromeyjava-tree.h (LABEL_IN_SUBR): Removed.
2005-08-15 Tom TromeyMake-lang.in (JAVA_OBJS): Removed verify.o
2005-08-11 Andrew Haley[multiple changes]
2005-08-08 Nathan Sidwellclass.c (build_class_ref): Wrap the primary class type...
2005-07-28 Diego Novilloexpr.c (expand_load_internal): Fix missing parens in...
2005-07-28 Andrew Haleyexpr.c (expand_load_internal): Convert to destination...
2005-07-28 Andrew Haleyexpr.c (expand_load_internal): Convert to destination...
2005-07-22 Manfred Hollsteintree-ssa-structalias.c (merge_graph_nodes): Fix uniniti...
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-13 Tom Tromeyjvspec.c (lang_specific_driver): Put filelist_filename...
2005-07-12 Tom Tromeyre PR java/19674 (Empty declaration through semicolon...
2005-07-08 Daniel BerlinMakefile.in (TREE_H): Add treestruct.def.
2005-07-07 Bryce McKinlayre PR java/18119 (Private inner class is visible when...
2005-07-07 Bryce McKinlayre PR java/21045 (Anonymous inner class constructor...
2005-07-05 Bryce McKinlayre PR java/19674 (Empty declaration through semicolon...
2005-07-05 Paolo BonziniMakefile.in: Adjust dependencies.
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-07-01 Andrew Pinskiparse.y (issue_warning_error_from_context): Call pp_out...
2005-07-01 Andrew Pinskiparse.y (issue_warning_error_from_context): Update...
2005-06-28 Paul BrookMakefile.in: Set and use UNWIND_H.
2005-06-27 Tom TromeyPR java/21540, PR java/13788:
2005-06-25 Jan Hubickabuiltins.c (define_builtin): Accept new flags parameter.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-24 Tom Tromeyverify-impl.c (verify_instructions_0): Correctly handle...
2005-06-23 Bryce McKinlayre PR java/20697 (Invalid Can't find method error on...
2005-06-15 Tom Tromeyre PR libgcj/21906 (hang when invoking abstract method)
2005-06-14 Geoffrey KeatingIndex: ChangeLog
2005-06-13 Per Bothnerexpr.c (int highest_label_pc_this_method, [...]): New...
2005-06-13 Tom Tromeyre PR java/21844 (miscompilation of LinkedHashMap)
2005-06-12 Per Bothner* class.c (inherits_from_p): Do load_class if needed.
2005-06-09 Kaveh R. Ghazigjavah.c (error): Add ATTRIBUTE_PRINTF_1.
2005-06-09 Roger Sayle* typeck.c (convert): Only clear TREE_OVERFLOW on INTEG...
2005-06-06 Jakub Jelinekexgettext: Handle gmsgid and cmsgid arguments specially...
2005-06-03 Tom Tromeyre PR java/21722 (gcj miscompiles accesses to static...
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-27 Ranjit MathewCorrect Martin Loewis's last name ("oe" was "o" with...
2005-05-27 Ranjit Mathewre PR java/19870 (gcj -C doesn't generate accessors...
2005-05-26 Bryce McKinlaydecl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.
2005-05-25 Richard Hendersonre PR libgcj/21692 (unexpected java.lang.NoClassDefFoun...
2005-05-25 DJ Deloriecommon.opt (-Wattributes): New.
2005-05-24 Richard Hendersonbuiltins.c (define_builtin): Don't call make_decl_rtl.
2005-05-24 Richard Hendersonclass.c (registered_class): Take it out of class_roots...
2005-05-19 Paolo Bonzinire PR java/17845 (More problems with simple type names...
2005-05-15 Gerald Pfeiferjcf-write.c (generate_bytecode_insns): Remove unused...
2005-05-15 Tom Tromeyre PR java/21519 (ICE in generate_bytecode_conditional...
2005-05-13 Bryce McKinlay[multiple changes]
2005-05-12 Tom Tromeygcj.texi (Code Generation): Document -fbootstrap-classes.
2005-05-10 Paolo Bonzinire PR java/21436 (imports not remembered for previously...
2005-05-04 Thomas Fitzsimmonsre PR java/20309 (gcjh needs a -force option)
2005-05-03 Tom Tromeyre PR java/21245 (gcjh creates invalid/empty header...
2005-05-03 Kazu Hirataconstants.c, [...]: Update copyright.
2005-04-29 Tom Tromeytree.c (build_block): Removed unused 'tags' argument.
2005-04-29 Andrew Pinskiexpr.c (force_evaluation_order): Declare 'saved' earlier.
2005-04-29 Andrew Haleyre PR java/19285 (Interfaces not initialized by static...
2005-04-27 Bryce McKinlaygcj.texi (libgcj Runtime Properties): Remove obsolete...
2005-04-26 Kaveh R. Ghazicollect2.c, [...]: Replace calls to `unlock_stream...
2005-04-24 Jakub JelinekMake-lang.in (java/decl.o, [...]): Depend on $(EXPR_H...
2005-04-24 Kaveh R. Ghazicollect2.c (main): Unlock the stdio streams.
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21 Bryce McKinlaygcj.texi (Object fields): Change "Integer" to "Int...
2005-04-21 Bryce McKinlaygcj.texi: Fix typos and bogus example.
2005-04-19 Kazu Hirata* except.c: Fix a comment typo.
2005-04-19 Julian Browndecl.c (finish_method): Revert patch from 2005-04-13...
2005-04-19 Andrew Haleyjava-except.h (struct eh_range.handler): Remove unused...
2005-04-13 Julian Brownelfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WE...
2005-04-12 Richard Sandifordlang.opt: Refer to the GCC internals documentation...
2005-04-08 Kaveh R. Ghazisystem.h: Poison PARAMS.
2005-04-07 Per Bothnerclass.c (push_class): By default, suppress debug output.
2005-04-07 Andrew Haleygcj.texi: Correct gcj-dbtool instructions.
2005-04-04 Kazu Hiratagcj.texi: Fix a typo.
2005-04-02 Thomas Fitzsimmonsre PR libgcj/20090 (gij should be implemented in Java)
2005-04-01 Tom Tromeydecl.c (java_init_decl_processing): Fix types of _Jv_Mo...
2005-03-30 Jan Hubicka[multiple changes]
2005-03-30 Ian Lance Taylor* parse.y (maybe_yank_clinit): Don't crash if bbody...
2005-03-30 Tom Tromeyjcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle...
2005-03-29 Tom TromeynatRuntime.cc (insertSystemProperties): Set gnu.gcj...
2005-03-25 Anthony GreenFrom libjava...
2005-03-23 Tom Tromeyjvm.h (GCJ_40_BC_ABI_VERSION): New define.
2005-03-23 Joseph Myerslanghooks.h (truthvalue_conversion): Remove.
2005-03-18 Andrew Haleyre PR java/20522 (ICE in update_aliases, at java/decl...
2005-03-17 Bryce McKinlayre PR java/20502 (gcj failure if .jar contains same...
next