aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-6/+5
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-4/+3
2003-09-17re PR java/12254 (Regression in java networking code)Bryce McKinlay1-4/+6
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-7/+67
2003-08-04java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey1-3/+0
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-4/+4
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+2
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-6/+6
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+2