aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2005-12-16re PR java/25429 (can't see private static final int CREATE = 1)Tom Tromey1-2/+9
2005-12-07re PR java/25283 (gcj generates invalid signature)Tom Tromey1-6/+13
2005-12-06parse.y (patch_new_array_init): Don't set length on array.Tom Tromey1-2/+6
2005-10-03re PR java/24127 (ICE in libjava.compile/PR6865.java reported as "PASS" in te...Ranjit Mathew1-0/+5
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-5/+5
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay1-35/+14
2005-09-06check-init.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-09-05re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew1-1/+1
2005-08-16re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew1-50/+63
2005-08-11[multiple changes]Andrew Haley1-1/+2
2005-08-08class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.Nathan Sidwell1-20/+24
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-18/+20
2005-07-07re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay1-77/+99
2005-07-07re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay1-46/+64
2005-07-05re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Bryce McKinlay1-0/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-0/+1
2005-07-01parse.y (issue_warning_error_from_context): Call pp_output_formatted_text to ...Andrew Pinski1-0/+1
2005-06-30parse.y (issue_warning_error_from_context): Update for the renaming of pp_for...Andrew Pinski1-1/+1
2005-06-27PR java/21540, PR java/13788:Tom Tromey1-14/+24
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay1-6/+2
2005-06-13re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey1-7/+7
2005-06-09gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi1-1/+1
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek1-13/+13
2005-05-27re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew1-144/+255
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-5/+1
2005-05-19re PR java/17845 (More problems with simple type names as superclasses)Paolo Bonzini1-42/+0
2005-05-10re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini1-21/+44
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-30* parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.Ian Lance Taylor1-1/+1
2005-03-10re PR java/20312 (No warning on bad method)Ranjit Mathew1-5/+0
2005-03-06Remove xref code.Ranjit Mathew1-106/+22
2005-02-01re PR java/9157 (SEGV on bad java source)Ranjit Mathew1-4/+5
2005-01-25re PR java/19070 (internal compiler error: in generate_bytecode_conditional, ...Ranjit Mathew1-2/+4
2005-01-09parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard1-4/+4
2004-12-06re PR java/14853 (Assignment to final field permitted when compiling to native)Tom Tromey1-5/+4
2004-12-02re PR java/16675 (Null parameter values for anonymous constructor invocation ...Tom Tromey1-0/+4
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski1-21/+0
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey1-7/+15
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher1-5/+2
2004-11-09re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski1-0/+4
2004-10-16expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson1-1/+2
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew1-167/+170
2004-10-06parse.y (issue_warning_error_from_context): Use va_list * instead of va_list ...Ulrich Weigand1-8/+8
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg1-0/+17
2004-10-05Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew1-10/+21
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner1-122/+382
2004-09-29re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley1-3/+0
2004-09-25re PR java/17500 (Anonymous inner class compile freakout)Tom Tromey1-1/+5
2004-09-25expr.c, [...]: Fix comment typos.Kazu Hirata1-3/+3