summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* java-gimplify.c (java_gimplify_block): NULL out the old BLOCK's BLOCK_EXPR_BO...Andrew Pinski2005-09-062-0/+6
* check-init.c, [...]: Fix comment typos.Kazu Hirata2005-09-0611-18/+24
* re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew2005-09-053-2/+11
* class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey2005-08-172-7/+8
* re PR java/22113 (Buffer overflow in the lexical analyser while reading FP li...Ranjit Mathew2005-08-162-10/+25
* re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew2005-08-162-50/+79
* re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)Tom Tromey2005-08-163-9/+12
* java-tree.h (LABEL_IN_SUBR): Removed.Tom Tromey2005-08-162-45/+16
* Make-lang.in (JAVA_OBJS): Removed verify.oTom Tromey2005-08-156-1682/+53
* [multiple changes]Andrew Haley2005-08-113-7/+23
* class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.Nathan Sidwell2005-08-083-20/+36
* expr.c (expand_load_internal): Fix missing parens in predicate.Diego Novillo2005-07-282-1/+6
* expr.c (expand_load_internal): Convert to destination type.Andrew Haley2005-07-281-1/+1
* expr.c (expand_load_internal): Convert to destination type.Andrew Haley2005-07-282-1/+5
* tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.Manfred Hollstein2005-07-222-3/+9
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-208-68/+109
* jvspec.c (lang_specific_driver): Put filelist_filename first on command line.Tom Tromey2005-07-132-9/+21
* reverted erroneous commitTom Tromey2005-07-121-14/+8
* re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Tom Tromey2005-07-123-8/+21
* Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin2005-07-082-6/+13
* re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay2005-07-072-77/+111
* re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay2005-07-072-46/+76
* re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Bryce McKinlay2005-07-052-0/+7
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-053-1/+8
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-024-15/+20
* parse.y (issue_warning_error_from_context): Call pp_output_formatted_text to ...Andrew Pinski2005-07-012-1/+7
* parse.y (issue_warning_error_from_context): Update for the renaming of pp_for...Andrew Pinski2005-06-302-1/+6
* Makefile.in: Set and use UNWIND_H.Paul Brook2005-06-282-0/+6
* PR java/21540, PR java/13788:Tom Tromey2005-06-272-14/+34
* builtins.c (define_builtin): Accept new flags parameter.Jan Hubicka2005-06-252-19/+43
* Update FSF address.Kelley Cook2005-06-2553-104/+108
* verify-impl.c (verify_instructions_0): Correctly handle situation where PC fa...Tom Tromey2005-06-242-4/+11
* re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay2005-06-232-6/+8
* re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey2005-06-154-1/+26
* Index: ChangeLogGeoffrey Keating2005-06-142-1/+5
* expr.c (int highest_label_pc_this_method, [...]): New globals.Per Bothner2005-06-134-1/+41
* re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey2005-06-132-7/+13
* * class.c (inherits_from_p): Do load_class if needed.Per Bothner2005-06-122-0/+6
* gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi2005-06-096-12/+18
* * typeck.c (convert): Only clear TREE_OVERFLOW on INTEGER_CST nodes.Roger Sayle2005-06-092-1/+6
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-065-32/+46
* re PR java/21722 (gcj miscompiles accesses to static final vars with indirect...Tom Tromey2005-06-032-11/+17
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-013-2/+7
* Correct Martin Loewis's last name ("oe" was "o" with umlaut) mangled byRanjit Mathew2005-05-271-1/+1
* re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew2005-05-274-156/+309
* decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay2005-05-262-20/+44
* re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson2005-05-257-71/+176
* common.opt (-Wattributes): New.DJ Delorie2005-05-252-2/+9
* builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson2005-05-248-38/+31
* class.c (registered_class): Take it out of class_roots; turn into a vec of tr...Richard Henderson2005-05-243-31/+39