summaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
Commit message (Expand)AuthorAgeFilesLines
* check-init.c, [...]: Fix comment typos.Kazu Hirata2005-09-061-2/+2
* re PR java/23431 (gcj allows overriding with more restrictive access)Ranjit Mathew2005-09-051-1/+1
* re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew2005-08-161-50/+63
* [multiple changes]Andrew Haley2005-08-111-1/+2
* class.c (build_class_ref): Wrap the primary class type in a NOP_EXPR.Nathan Sidwell2005-08-081-20/+24
* Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo2005-07-201-18/+20
* re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay2005-07-071-77/+99
* re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay2005-07-071-46/+64
* re PR java/19674 (Empty declaration through semicolon (;) causes compile fail...Bryce McKinlay2005-07-051-0/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-0/+1
* parse.y (issue_warning_error_from_context): Call pp_output_formatted_text to ...Andrew Pinski2005-07-011-0/+1
* parse.y (issue_warning_error_from_context): Update for the renaming of pp_for...Andrew Pinski2005-06-301-1/+1
* PR java/21540, PR java/13788:Tom Tromey2005-06-271-14/+24
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR java/20697 (Invalid Can't find method error on call to super)Bryce McKinlay2005-06-231-6/+2
* re PR java/21844 (miscompilation of LinkedHashMap)Tom Tromey2005-06-131-7/+7
* gjavah.c (error): Add ATTRIBUTE_PRINTF_1.Kaveh R. Ghazi2005-06-091-1/+1
* exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek2005-06-061-13/+13
* re PR java/19870 (gcj -C doesn't generate accessors for private members acros...Ranjit Mathew2005-05-271-144/+255
* builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson2005-05-241-5/+1
* re PR java/17845 (More problems with simple type names as superclasses)Paolo Bonzini2005-05-191-42/+0
* re PR java/21436 (imports not remembered for previously compiled files)Paolo Bonzini2005-05-101-21/+44
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.Ian Lance Taylor2005-03-301-1/+1
* re PR java/20312 (No warning on bad method)Ranjit Mathew2005-03-101-5/+0
* Remove xref code.Ranjit Mathew2005-03-061-106/+22
* re PR java/9157 (SEGV on bad java source)Ranjit Mathew2005-02-011-4/+5
* re PR java/19070 (internal compiler error: in generate_bytecode_conditional, ...Ranjit Mathew2005-01-251-2/+4
* parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard2005-01-091-4/+4
* re PR java/14853 (Assignment to final field permitted when compiling to native)Tom Tromey2004-12-061-5/+4
* re PR java/16675 (Null parameter values for anonymous constructor invocation ...Tom Tromey2004-12-021-0/+4
* re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski2004-11-261-21/+0
* * Merged gcj-abi-2-dev-branch to trunk.Tom Tromey2004-11-251-7/+15
* expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher2004-11-241-5/+2
* re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski2004-11-091-0/+4
* expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson2004-10-161-1/+2
* parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew2004-10-151-167/+170
* parse.y (issue_warning_error_from_context): Use va_list * instead of va_list ...Ulrich Weigand2004-10-061-8/+8
* pretty-print.c: Include tree.h.Zack Weinberg2004-10-061-0/+17
* Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew2004-10-051-10/+21
* Simplify lexer. Implement --enable-mapped-location support.Per Bothner2004-09-301-122/+382
* re PR java/17007 (Inconsistent builtin attributes set by Java front end)Andrew Haley2004-09-291-3/+0
* re PR java/17500 (Anonymous inner class compile freakout)Tom Tromey2004-09-251-1/+5
* expr.c, [...]: Fix comment typos.Kazu Hirata2004-09-251-3/+3
* re PR java/15656 (ICE segfault in lex.c)Tom Tromey2004-09-241-7/+13
* re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey2004-09-241-0/+3
* re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley2004-09-241-1/+10
* re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey2004-09-231-2/+2
* vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell2004-09-221-1/+1
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-5/+5