aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-24re PR java/15656 (ICE segfault in lex.c)Tom Tromey1-7/+13
2004-09-24re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey1-0/+3
2004-09-24re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley1-1/+10
2004-09-23re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey1-2/+2
2004-09-22vec.h (VEC_space): Return true if there _is_ space.Nathan Sidwell1-1/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-5/+5
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-8/+8
2004-08-18class.c (make_local_function_alias): New function.Bryce McKinlay1-12/+4
2004-08-17lang.c (lang_printable_name): Obey verbose flag.Andrew Haley1-21/+21
2004-08-16re PR java/8473 (syntax error on anonymous array subscript)Tom Tromey1-5/+25
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-9/+10
2004-08-09java-tree.h (flag_deprecated): Removed.H.J. Lu1-1/+1
2004-08-02re PR java/16701 (Error when constant initializer depends on another constant...Bryce McKinlay1-5/+5
2004-08-01decl.c (update_aliases, [...]): Replace calls to build with calls to buildN.Roger Sayle1-82/+83
2004-07-26parse.y (build_super_invocation): Adjust declaration order to avoid declarati...Hans-Peter Nilsson1-1/+3
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-6/+6
2004-07-20tree.h: Include vec.hNathan Sidwell1-87/+73
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-21/+1
2004-07-13java-tree.h (all_class_filename): Remove useless macro.Per Bothner1-5/+1
2004-07-10re PR java/8618 (call to private constructor allowed for anonymous inner class)Bryce McKinlay1-36/+52
2004-07-07tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell1-15/+16
2004-06-29re PR java/1262 (Method with default access can be overridden in another pack...Bryce McKinlay1-60/+4
2004-06-27Formatting fixes.Ranjit Mathew1-4/+2
2004-06-27re PR java/15715 (member interfaces are always static)Bryce McKinlay1-5/+9
2004-06-27parse.y (qualify_and_find): Pass type decl, not identifier, to load_class.Bryce McKinlay1-1/+1
2004-06-26PR java/1207, java/16178Bryce McKinlay1-7/+4
2004-06-24parse.y (set_nested_class_simple_name_value): Removed.Bryce McKinlay1-17/+0
2004-06-22parse.y (create_class): Correct diagnostic message about java.lang.Object ext...Ranjit Mathew1-2/+2
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+2
2004-06-17re PR java/13948 (GCJ segmentation fault while compiling GL4Java .class files)Ranjit Mathew1-2/+15
2004-05-29java-tree.h (DECL_LOCAL_FINAL_IUD): New macro to test if a local variable was...Ranjit Mathew1-0/+7
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-126/+65
2004-05-10parse.y (create_class): Set TYPE_VFIELD.Andrew Haley1-0/+5
2004-05-10parse.y (check_pkg_class_access): Add new argument and use it when cl is NULL...Andrew Pinski1-11/+13
2004-05-06Fixes PR java/9685, PR java/15073Ranjit Mathew1-21/+28