aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-16552/+0
2006-08-10re PR java/8923 (ICE when modifying a variable decleared "final static")Simon Martin1-2/+21
2006-06-08expr.c (build_field_ref): Pass NULL_TREE as SPECIAL arg to get_symbol_table_i...Andrew Haley1-4/+11
2006-05-04[multiple changes]Andrew Haley1-0/+1
2006-03-30re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105)Tom Tromey1-0/+4
2006-03-29re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey1-4/+19
2006-03-15* parse.y (analyze_clinit_body): Ignore empty statements.Tom Tromey1-2/+8
2006-02-04decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE...Roger Sayle1-2/+1
2006-01-30re PR java/21428 (bogus warning: unused parameter 'this')Andrew Haley1-0/+3
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