aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-06parse.y (source_end_java_method): Remove custom encoding of line numbers for ...Ranjit Mathew1-0/+2
2002-12-02For PR java/8740:Tom Tromey1-36/+57
2002-11-22re PR java/8676 (ICE in generate_bytecode_conditional at jcf-write.c:1359)Tom Tromey1-0/+5
2002-11-18re PR java/7912 (invalid verification error for arrays)Tom Tromey1-10/+7
2002-10-21parse.y (patch_invoke): Call force_evaluation_order on a static arg list.Andrew Haley1-1/+7
2002-10-09* parse.y (merge_string_cste): Add parentheses around & within |.Kaveh R. Ghazi1-1/+1
2002-10-08re PR java/8003 (gcj segfaults on simple java line of code)Tom Tromey1-6/+1
2002-10-08parse.y (attach_init_test_initialization_flags): Check for error_mark_node.Andrew Haley1-2/+5
2002-10-08Fix string concatenation bug.Anthony Green1-2/+13
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-10/+10
2002-09-11parse.y (fold_constant_for_init): If a VAR_DECL, convert numerical constant t...Per Bothner1-16/+7
2002-09-09parse.y (DIR_SEPARATOR): Don't define.Ranjit Mathew1-8/+3
2002-08-26parse.y (try_builtin_assignconv): Allow narrowing primitive conversion if RHS...Tom Tromey1-2/+5
2002-08-16Make-lang.in (java-tree-inline.o): New.Andrew Haley1-0/+12
2002-08-13For PR java/7483:Jesse Rosenstock1-0/+6
2002-07-02For PR libgcj/7073:Tom Tromey1-1/+2
2002-06-27parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.Kaveh R. Ghazi1-4/+6
2002-06-27lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi1-2/+4
2002-06-13parse.y (class_declaration, [...]): Make sure all their rules have an action...Akim Demaille1-6/+12
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey1-3/+94