aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2005-06-27PR java/21540, PR java/13788:Tom Tromey2-14/+34
2005-06-25builtins.c (define_builtin): Accept new flags parameter.Jan Hubicka2-19/+43
2005-06-25Update FSF address.Kelley Cook53-104/+108
2005-06-24verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey2-4/+11
2005-06-23re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay2-6/+8
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey4-1/+26
2005-06-14Index: ChangeLogGeoffrey Keating2-1/+5
2005-06-13expr.c (int highest_label_pc_this_method, [...]): New globals.Per Bothner4-1/+41
2005-06-13re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey2-7/+13
2005-06-12* class.c (inherits_from_p): Do load_class if needed.Per Bothner2-0/+6
2005-06-09gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi6-12/+18
2005-06-09* typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle2-1/+6
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek5-32/+46
2005-06-03re PR java/21722 (gcj miscompiles accesses to static final vars with indirect...Tom Tromey2-11/+17
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi3-2/+7
2005-05-27Correct Martin Loewis's last name ("oe" was "o" with umlaut) mangled byRanjit Mathew1-1/+1
2005-05-27re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew4-156/+309
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay2-20/+44
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson7-71/+176
2005-05-25common.opt (-Wattributes): New.DJ Delorie2-2/+9
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson8-38/+31
2005-05-24class.c (registered_class): Take it out of class_roots; turn into a vec of tr...Richard Henderson3-31/+39
2005-05-19re PR java/17845 (More problems with simple type names as superclasses)Paolo Bonzini2-42/+8
2005-05-15jcf-write.c (generate_bytecode_insns): Remove unused variable.Gerald Pfeifer2-1/+5
2005-05-15reverted erroneous checkinTom Tromey1-1/+0
2005-05-15re PR java/21519 (ICE in generate_bytecode_conditional, at java/jcf-write.c:1...Tom Tromey3-1/+7
2005-05-13[multiple changes]Bryce McKinlay2-1/+11
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey4-0/+26
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini4-24/+66
2005-05-04re PR java/20309 (gcjh needs a -force option)Thomas Fitzsimmons5-16/+234
2005-05-03re PR java/21245 (gcjh creates invalid/empty header files)Tom Tromey2-2/+23
2005-05-03constants.c, [...]: Update copyright.Kazu Hirata5-4/+9
2005-04-29tree.c (build_block): Removed unused 'tags' argument.Tom Tromey2-2/+5
2005-04-29expr.c (force_evaluation_order): Declare 'saved' earlier.Andrew Pinski2-1/+6
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley7-64/+185
2005-04-27gcj.texi (libgcj Runtime Properties): Remove obsolete gnu.gcj.runtime.NameFin...Bryce McKinlay2-24/+16
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi5-12/+9
2005-04-25Make-lang.in (java/decl.o, [...]): Depend on $(EXPR_H) instead of just expr.h.Jakub Jelinek2-2/+7
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi5-0/+27
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie8-24/+41
2005-04-21gcj.texi (Object fields): Change "Integer" to "Int" in example contructor.Bryce McKinlay2-1/+6
2005-04-21gcj.texi: Fix typos and bogus example.Bryce McKinlay2-3/+7
2005-04-19* except.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown2-7/+5
2005-04-19java-except.h (struct eh_range.handler): Remove unused field.Andrew Haley5-147/+207
2005-04-13elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown2-0/+11
2005-04-12lang.opt: Refer to the GCC internals documentation instead of c.opt.Richard Sandiford2-1/+5
2005-04-08system.h: Poison PARAMS.Kaveh R. Ghazi2-5/+9
2005-04-07class.c (push_class): By default, suppress debug output.Per Bothner2-0/+7
2005-04-07gcj.texi: Correct gcj-dbtool instructions.Andrew Haley2-2/+18