aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2003-03-01parse.y (jdep_resolve_class): Only check deprecation if we found a decl.Tom Tromey1-1/+1
2003-02-28re PR java/9695 (Inner class bug prevent GNU Classpath from compiling)Tom Tromey1-5/+5
2003-02-24lang-options.h: Added -Wdeprecated.Tom Tromey1-10/+43
2003-02-03parse.y (java_expand_classes): Scan the whole class list looking for access m...Andrew Haley1-0/+59
2003-01-29parse.y (patch_assignment): Only transform the rhs of an assignment when comp...Tom Tromey1-1/+1
2003-01-28parse.y (java_check_regular_methods): Check for construct after checking type...Tom Tromey1-11/+11
2003-01-21parse.y (method_header): Native method can't be strictfp.Tom Tromey1-0/+12
2003-01-14[multiple changes]Andrew Haley1-0/+37
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-598/+282
2003-01-10* parse.y (check_pkg_class_access): ANSIfy definition.Nathanael Nerode1-4/+1
2003-01-10decl.c, [...]: Don't cast return value of xmalloc et al.Kaveh Ghazi1-6/+6
2003-01-10* class.c, gjavah.c, parse.y, verify.c: Don't use PTR.Kaveh R. Ghazi1-9/+9
2003-01-10Merge from pch-branch.Geoffrey Keating1-64/+12
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-261/+250
2003-01-09jv-scan.c, parse.y: Remove VPARAMS, VA_OPEN, VA_FIXEDARG and VA_CLOSE.Kaveh R. Ghazi1-10/+8
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+6
2002-12-23class.c (build_static_field_ref): Check FIELD_FINAL.Jeff Sturm1-5/+11
2002-12-19re PR libgcj/8945 (StringTokenizer)Andrew Haley1-1/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-3/+7