aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-7/+7
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-0/+9
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay1-20/+34
2005-05-25re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)Richard Henderson1-2/+31
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-3/+5
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey1-0/+6
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-1/+10
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2005-04-19decl.c (finish_method): Revert patch from 2005-04-13 for breaking indirect di...Julian Brown1-7/+0
2005-04-13elfos.h (MAKE_DECL_ONE_ONLY): Redefined to stop DECL_WEAK from being used for...Julian Brown1-0/+7
2005-04-01decl.c (java_init_decl_processing): Fix types of _Jv_MonitorEnter...Tom Tromey1-9/+14
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey1-1/+8
2005-03-18re PR java/20522 (ICE in update_aliases, at java/decl.c:163)Andrew Haley1-1/+10
2005-03-09re PR java/20338 (Program compiled with gcj crashes when accessing private st...Ranjit Mathew1-1/+3
2005-03-08* Revert patch from 2005-03-08 for causing bootstrap failure onJulian Brown1-7/+0
2005-03-08* decl.c (finish_method): Give methods once-only linkage.Julian Brown1-0/+7
2005-02-14re PR java/19907 (Incorrect code generated for ManifestElement.java)Andrew Haley1-13/+13
2005-02-09builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson1-0/+4
2005-01-24java-tree.h (gcj_abi_version): Declare.Tom Tromey1-2/+55
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