aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-2/+2
2004-09-30More cleanup for --enable-mapped-location.Per Bothner1-1/+9
2004-09-28re PR java/15710 (ICE: tree check: expected class 'E', have 'c' (integer_cst)...Tom Tromey1-0/+2
2004-09-14re PR java/17216 (ICE in 3.5, error in 3.4.1 when compiling .class->.o)Tom Tromey1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-19/+18
2004-08-19class.c (make_local_function_alias): Allocate extra space for 'L' in name buf...Bryce McKinlay1-1/+1
2004-08-18class.c (make_local_function_alias): Only make a new decl if we support alias...Andrew Pinski1-2/+6
2004-08-18class.c (make_local_function_alias): New function.Bryce McKinlay1-1/+44
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-23/+28
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-19/+19
2004-07-20tree.h: Include vec.hNathan Sidwell1-89/+52
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-26/+28
2004-07-10004-07-10 Bryce McKinlay <mckinlay@redhat.com>Bryce McKinlay1-3/+6
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-2/+24
2004-07-10class.c (interface_of_p): Check for null TYPE_BINFO.Bryce McKinlay1-1/+2
2004-07-09class.c (make_class): Do not create binfo here.Nathan Sidwell1-2/+3
2004-07-07class.c (build_static_field_ref): Add a NOP_EXPR; otherwise we get internal e...Per Bothner1-0/+1
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-10/+11
2004-07-06tree.h (TREE_VIA_VIRTUAL): Rename to ...Nathan Sidwell1-1/+1
2004-07-05c-tree.h (TYPE_ACTUAL_ARG_TYPES): Use TYPE_LANG_SLOT_1.Nathan Sidwell1-3/+3
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-50/+27
2004-06-29re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay1-1/+75
2004-06-27Formatting fixes.Ranjit Mathew1-4/+6
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-5/+9
2004-06-16coverage.c: Remove argument to rest_of_compilation.Paolo Bonzini1-1/+1
2004-06-15function.h (struct function): Remove cannot_inline field.Paolo Bonzini1-4/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-34/+8
2004-05-10parse.y (create_class): Set TYPE_VFIELD.Andrew Haley1-10/+50
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-0/+1
2004-04-14[multiple changes]Bryce McKinlay1-2/+24
2004-03-20class.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner1-49/+92
2004-02-26re PR java/14231 (Incorrect interface method called when compiling against .c...Andrew Haley1-2/+3
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-1/+1
2004-01-15class.c (gen_indirect_dispatch_tables): Fix string length calculations.Michael Chastain1-3/+3
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-39/+152
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-2/+2
2003-12-03class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch1-1/+1
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-13/+70
2003-10-09decl.c (java_init_decl_processing): Declare signers field.Tom Tromey1-0/+1
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley1-44/+74
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth1-17/+18
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-5/+6