aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-04class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.Andrew Haley1-0/+1
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley1-4/+6
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-1/+5
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley1-3/+10
2006-05-28class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-10class.c (emit_indirect_register_classes): Fix comment.Andrew Haley1-2/+2
2006-05-05java-tree.h (uses_jv_markobj_p): Declare.Tom Tromey1-11/+1
2006-05-04[multiple changes]Andrew Haley1-1/+2
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley1-38/+165
2006-03-31re PR libgcj/26858 (NullPointerException not generated for large classes...)Andrew Haley1-1/+11
2006-03-15lang.opt (-freduced-reflection): New option.David Daney1-21/+65
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey1-4/+7
2006-02-20class.c (GEN_TABLE): Don't pushdecl *_SYMS_DECL here.Andrew Haley1-1/+3
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-4/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-12-13re PR java/25366 (ICE in do_resolve_class)Andrew Haley1-0/+3
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-2/+2
2005-12-02java-gimplify.c (java_gimplify_labeled_block_expr): Use buildN instead of build.Richard Guenther1-1/+1
2005-10-14re PR java/23620 (Segfault compiling inner interfaces)Nathan Sidwell1-1/+5
2005-09-21re PR java/21418 (Order of source files matters when compiling)Ranjit Mathew1-2/+6
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-2/+2
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-7/+3
2005-08-16re PR java/23300 (DECL_FIELD_OFFSET == 0 versus build_field_ref)Tom Tromey1-2/+3
2005-08-08class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.Nathan Sidwell1-0/+5
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-12/+14
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-1/+4
2005-06-12* class.c (inherits_from_p): Do load_class if needed.Per Bothner1-0/+2
2005-06-03re PR java/21722 (gcj miscompiles accesses to static final vars with indirect...Tom Tromey1-11/+10
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-25/+14
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-2/+4
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-26/+6
2005-05-24class.c (registered_class): Take it out of class_roots; turn into a vec of tr...Richard Henderson1-29/+27
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini1-1/+1
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-51/+64
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-3/+3
2005-04-07class.c (push_class): By default, suppress debug output.Per Bothner1-0/+2
2005-03-30[multiple changes]Jan Hubicka1-2/+7
2005-03-04re PR java/18362 (internal compiler error: in size_binop, at fold-const.c:1598)Andrew Haley1-7/+13
2005-01-24java-tree.h (gcj_abi_version): Declare.Tom Tromey1-2/+2
2004-12-13defaults.h (TARGET_USE_JCR_SECTION): New macro.Danny Smith1-4/+7
2004-12-03re PR java/18697 (Miscompilation of GtkMenuItemPeer.setParent(MenuItem))Andrew Haley1-3/+3
2004-11-27* class.c, decl.c, expr.c: Fix comment typos.Kazu Hirata1-1/+1
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey1-5/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-87/+262
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-1/+1
2004-11-02re PR java/17265 (Libjava doesn't build)Bryce McKinlay1-1/+49
2004-10-22re PR java/17265 (Libjava doesn't build)Eric Botcazou1-44/+1
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher1-4/+1