aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-112002-06-10 Akim Demaille <akim@epita.fr>Akim Demaille1-760/+759
2002-06-11re PR java/6865 (gcj: segmentation fault on incorrect input)Tom Tromey1-3/+12
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg1-1/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-169/+102
2002-06-02re PR java/5913 (Core dump for String constant instanceof)Tom Tromey1-0/+9
2002-06-02Fix for PR java/1343, PR java/6336:Tom Tromey1-12/+29
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell1-2/+24
2002-05-07* parse.y (finish_for_loop): Fix if statement.Andreas Jaeger1-1/+1