aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-07re PR java/5941 (incorrect "Unreachable statement" error)Tom Tromey1-2/+27
2002-05-04For PR java/6519:Mark Wielaard1-2/+2
2002-04-27For PR java/6382:Tom Tromey1-3/+79
2002-04-25For PR java/6425:Tom Tromey1-1/+3
2002-04-15re PR java/6085 (gcj SEGVs on complicated inner class structures)Bryce McKinlay1-18/+5
2002-04-08parse.y (resolve_qualified_expression_name): Clear "from_super" flag after us...Bryce McKinlay1-0/+1
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-1/+1
2002-03-29parse.y (do_resolve_class): Fix infinite recursion.Martin Kahlert1-5/+7
2002-03-29parse.y (check_inner_circular_reference): Ignore incomplete types.Tom Tromey1-3/+12
2002-03-28parse.y (resolve_package): Initialize "decl".Bryce McKinlay1-14/+2
2002-03-28re PR java/5993 (crashes on Hello World)Bryce McKinlay1-32/+15
2002-03-27re PR java/5850 (resolving inherited member variables with same name works po...Bryce McKinlay1-0/+7
2002-03-26re PR java/5942 (tree check failure when compiling Classpath with strictfp St...Tom Tromey1-0/+4
2002-03-25re PR java/5368 (gcj-3.0.3 segfaults with 20 line program)Mark Wielaard1-1/+1
2002-03-21parse.y (build_access_to_thisn): Stop when FROM is not an inner class.Tom Tromey1-3/+3
2002-03-18parse.y (parser_check_super_interface): Fix error message grammar/order.Bryce McKinlay1-5/+5
2002-03-16re PR java/5935 (problem with anonymous inner classes)Bryce McKinlay1-6/+16
2002-03-12re PR java/5848 (gcj "crashes" on syntax with complex cast)Tom Tromey1-2/+8
2002-03-11parse.y (patch_assignment): Wrap the right-hand-side with a save_expr to prev...Bryce McKinlay1-0/+3
2002-03-09parse.y (java_complete_lhs): Check if patch_assignment returned an error-mark.Per Bothner1-6/+2
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-1/+1
2002-03-02Fix for PR java/5758, java/5632:Alexandre Petit-Bianco1-2/+26
2002-02-28expr.c (java_array_data_offset): Removed function.Bryce McKinlay1-73/+21
2002-02-22parse.y (patch_method_invocation): Set CAN_COMPLETE_NORMALLY on call to finit...Per Bothner1-1/+1
2002-02-20builtins.c (check_for_builtin): New function.Per Bothner1-8/+4
2002-02-18java-tree.h (TYPE_STRICTFP): New macro.Tom Tromey1-3/+5
2002-02-04* parse.y (java_expand_classes): Fix typo in static field loop.Bryce McKinlay1-0/+1
2002-02-02class.c (add_field): Mark static fields external.Richard Henderson1-4/+21
2002-01-28expr.c (build_jni_stub): Ensure storage for `meth' is generated.Tom Tromey1-2/+4
2002-01-27reverted accidental checkinTom Tromey1-4/+2
2002-01-27builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT_IN_SQRTF.Andreas Tobler1-2/+4
2002-01-22decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey1-7/+14
2002-01-22* parse.y (patch_switch_statement): Fix format specifier.Kaveh R. Ghazi1-2/+2
2002-01-02gcc.c (default_compilers): Const-ify.Kaveh R. Ghazi1-1/+1
2002-01-01parse.y (dump_java_tree): New function.Tom Tromey1-0/+26
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-1/+1