aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay1-5/+3
2004-03-19class.c (assume_compiled_node_struct): Rename type to class_flag_node_struct,...Per Bothner1-11/+28
2004-03-15re PR java/14581 (gcj internal error: Segmentation fault involving switch to...Andrew Haley1-1/+2
2004-02-27parse.y (build_assertion): Re-do 02-25 change following Jeff Sturm suggestion...Per Bothner1-8/+1
2004-02-26re PR java/14231 (Incorrect interface method called when compiling against .c...Andrew Haley1-1/+2
2004-02-25parse.y (build_assertion): If we're in an inner class, create the class$ help...Per Bothner1-3/+8
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson1-1/+1
2004-02-08parse.y (resolve_qualified_expression_name): In case of inaccessible class do...Per Bothner1-1/+8
2004-02-05utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES with targetm.calls.pr...Kazu Hirata1-1/+2
2004-01-27parse.y (check_interface_throws_clauses): Make sure class_decl has been loaded.Andrew Haley1-2/+12
2004-01-22re PR java/13733 (The result of an assignment operator is the LHS after assig...Jeff Sturm1-2/+2
2004-01-09re PR java/12755 (Binary Compatibility: Resolving static methods and classes ...Andrew Haley1-11/+19
2003-12-25parse.y (catch_clause_parameter): Fix typo.Andrew Pinski1-1/+1
2003-12-25re PR java/13404 (ICE when Missing identifier on catch clause)Andrew Pinski1-9/+18
2003-12-20class.c: Remove uses of "register" specifier in declarations of arguments and...Kazu Hirata1-2/+2
2003-12-03re PR java/12374 (Segfault on "".x)Ralph Loader1-193/+32
2003-12-01re PR java/13237 (ICE on Math.sqrt(2.0))Jeff Sturm1-2/+2
2003-11-25re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializ...Jeff Sturm1-8/+0
2003-11-18re PR java/12857 (Illegal method modifier when loading a generated .class)Jeff Sturm1-25/+84
2003-11-18re PR java/12739 (gcj emits dead bytecode)Jeff Sturm1-2/+6
2003-11-12re PR java/11045 (int cast bug)Andrew Haley1-3/+7