aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-27* class.c, decl.c, expr.c: Fix comment typos.Kazu Hirata1-1/+1
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-0/+11
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-12/+64
2004-11-15decl.c (instn_ptr_type_node): Removed.Tom Tromey1-7/+0
2004-11-08decl.c (end_java_method): Remove duplicated code.Andrew Pinski1-8/+0
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-5/+5
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner1-1/+5
2004-09-29re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley1-0/+2
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-14/+13
2004-08-24c-decl.c (c_init_decl_processing): Adjust build_common_tree_nodes call.Nathan Sidwell1-1/+1
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-14/+11
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+2
2004-08-01decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle1-7/+5
2004-07-25* decl.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-2/+2
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-0/+2
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-1/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley1-101/+232
2004-07-18builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle1-16/+13
2004-07-11langhooks.h (estimate_num_insns, [...]): Remove hooks.Joseph Myers1-26/+3
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-1/+0
2004-06-29except.c (expand_start_java_handler): Push a new binding level.Andrew Haley1-24/+60
2004-06-27Formatting fixes.Ranjit Mathew1-4/+2
2004-06-22re PR java/16113 (ICE: Segmentation fault when compiling bytecode with debugg...Andrew Haley1-1/+0
2004-05-27decl.c (struct binding_level): Add GTY marker.Bryce McKinlay1-13/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-202/+246
2004-05-10parse.y (create_class): Set TYPE_VFIELD.Andrew Haley1-0/+3
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-0/+1
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata1-1/+2
2004-02-03decl.c (java_init_decl_processing): Remove duplicate gnu/gcj/RawData.Tom Tromey1-1/+0
2004-01-16re PR java/13273 (gcj generates call to abstract method)Andrew Haley1-2/+1
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-72/+33
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-15/+15
2003-12-03class.c (make_class_data): Push field value to 'hack_signers' instead of 'sig...Michael Koch1-1/+1
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-0/+1
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm1-4/+0
2003-11-17java-tree.h (LOCAL_VAR_OUT_OF_SCOPE_P): New.Andrew Haley1-7/+15
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-0/+18
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-15/+32
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-6/+3
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm1-28/+0
2003-09-23decl.c (java_init_decl_processing): Don't emit otable decls if flag_indirect_...Jeff Sturm1-10/+14
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+3
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-3/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-11/+8
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-0/+53
2003-08-04java-tree.h (METHOD_TRANSIENT): Removed.Tom Tromey1-9/+0
2003-07-25* decl.c (force_poplevels): Fix warning call.Nathan Sidwell1-2/+1
2003-07-25objc-act.c (objc_check_decl): Don't use xxx_with_decl.Gabriel Dos Reis1-8/+12