aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-2/+1
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-14tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell1-1/+1
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-0/+29
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-02-26builtins.def (DEF_LIB_ALWAYS_BUILTIN, [...]): Delete.Roger Sayle1-17/+6
2003-02-12decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to refle...Ranjit Mathew1-1/+3
2003-01-22gcj.texi (Input and output files): Mention non-class entries.Tom Tromey1-0/+1
2003-01-18check-init.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-14decl.c (java_init_decl_processing): _Jv_NewMultiArray is a varargs function -...Andrew Haley1-1/+3
2003-01-14decl.c (java_init_decl_processing): Temporarily back out previous patch.Andrew Haley1-3/+2
2003-01-14[multiple changes]Andrew Haley1-2/+3
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-81/+40
2003-01-10decl.c, [...]: Don't cast return value of xmalloc et al.Kaveh Ghazi1-1/+1
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-9/+9
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley1-0/+1
2002-11-28* decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.Kaveh R. Ghazi1-1/+1
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-0/+10
2002-11-18buffer.c: Remove unnecessary casts.Jens-Michael Hoffmann1-2/+2
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-1/+15
2002-11-02Reverted erroneous checkinTom Tromey1-9/+1
2002-11-02re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey1-1/+9
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-6/+46
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-26/+30
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi1-1/+1
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-72/+4
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay1-4/+0
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-1/+1