aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-12re PR java/11533 (Inlining drops static initialization of inner class)Andrew Haley1-9/+11
2003-11-11re PR java/12915 (Broken String concatenation)Tom Tromey1-1/+3
2003-11-03re PR java/12866 (gcj checks `throws' clause on artificial method)Jeff Sturm1-4/+5
2003-10-22jcf-write.c: Follow spelling conventions.Kazu Hirata1-2/+2
2003-10-22ChangeLog: Fix typos.Kazu Hirata1-33/+33
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-1/+2
2003-09-28c-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not file and line sepa...Richard Henderson1-4/+2
2003-09-28decl.c (java_optimize_inline, [...]): Remove.Jeff Sturm1-18/+5
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-1/+1
2003-09-27re PR java/1333 (private field access modifier not implemented correctly)Alexandre Petit-Bianco1-21/+21
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-15/+16
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-16/+15
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson1-1/+1
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson1-1/+1
2003-09-03decl.c (java_expand_body): New function.Jeff Sturm1-44/+89
2003-08-12parse.y (java_check_regular_methods): Typo fixes.Tom Tromey1-22/+134
2003-08-05re PR java/11600 (CloneNotSupportedException not checked on super.clone())Tom Tromey1-11/+30
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-4/+0
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell1-1/+1
2003-06-09tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is removed.Nathan Sidwell1-8/+6
2003-06-08��> 2003-06-07�� Anthony Green�� <green@redhat.com> ��>...Anthony Green1-6/+7
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-5/+2
2003-05-13class.c (layout_class_method): Set DECL_EXTERNAL.Richard Henderson1-9/+3
2003-05-03re PR java/10459 (ICE with certain expressions as 3rd clause of for loop)Tom Tromey1-7/+14
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-31/+31
2003-04-13tree.c (build_constructor): New function.Zack Weinberg1-1/+1
2003-04-10re PR java/10253 (String concatenation with int zero, as in ""+0, results in ...Eric Blake1-19/+29
2003-03-25* parse.y (create_interface): Call CHECK_DEPRECATED.Tom Tromey1-0/+3
2003-03-13parse.y (resolve_inner_class): Error if qualifier is a primitive type.Tom Tromey1-2/+9
2003-03-11parse.y (resolve_field_access): Initialize class if field is found in another...Tom Tromey1-0/+13