aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2001-07-11[multiple changes]Alexandre Petit-Bianco1-4/+13
2001-07-05[multiple changes]Alexandre Petit-Bianco1-4/+14
2001-07-03parse.y (fix_constructors): Test if a CALL_EXPR invokes `this'.Jeff Sturm1-1/+4
2001-06-27class.c (set_super_info): Call `set_class_decl_access_flags.'Alexandre Petit-Bianco1-2/+8
2001-06-20class.c (java_hash_tree_node): Fixed indentation in leading comment.Alexandre Petit-Bianco1-14/+31
2001-06-10re PR java/2299 (Use of += for String arrays produces Segfault during compila...Tom Tromey1-14/+32
2001-06-02re PR java/2605 (gcj crashes on .java file containing byte.class.getClass())Alexandre Petit-Bianco1-3/+9
2001-05-31parse.y (lookup_field_wrapper): Test `name' code.Alexandre Petit-Bianco1-5/+14
2001-05-30parse.y (do_resolve_class): Check for cyclic inheritance during inner class r...Bryce McKinlay1-6/+21
2001-05-12java-tree.def (JAVA_EXC_OBJ_EXPR): New.Richard Henderson1-3/+3
2001-05-08re PR java/2538 (latest gcj no longer compiles apache xerces parser due probl...Alexandre Petit-Bianco1-4/+9
2001-05-07re PR java/2598 (Runtime crash regression accessing field from enclosing clas...Alexandre Petit-Bianco1-10/+10
2001-05-01parse.y (java_pop_parser_context): The TREE_VALUE of a link in the import_lis...Per Bothner1-2/+2
2001-04-27parse.y (java_expand_classes): Don't change ctxp_for_generation while iterati...Per Bothner1-10/+8
2001-04-26Fix method search wrt scope of inner classes to match JLS2.Per Bothner1-22/+24
2001-04-20Fixes to compile multiple .class files at once.Per Bothner1-20/+3
2001-04-07Fix for PR gcj/1404 and PR gcj/2332:Tom Tromey1-3/+14
2001-04-06parse.y (analyze_clinit_body): Return true if the second operand of a METHOD_...Tom Tromey1-4/+3
2001-04-05re PR java/1315 (Inner class initializer crash)Alexandre Petit-Bianco1-14/+40
2001-04-05parse.y (resolve_qualified_expression_name): Pass field's DECL_CONTEXT to `no...Alexandre Petit-Bianco1-2/+2
2001-04-04java-tree.h (CONSTANT_VALUE_P): New macro.Per Bothner1-24/+37
2001-03-28expr.c (pop_type_0): Call `concat' rather than building the string manually.Kaveh R. Ghazi1-6/+9
2001-03-28re PR java/2066 (Source parser segfault in resolve_package)Alexandre Petit-Bianco1-2/+3
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-10/+5
2001-03-28decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.Richard Henderson1-9/+0
2001-03-27* parse.y (source_end_java_method): Likewise.Richard Henderson1-4/+4
2001-03-26parse.y (find_as_inner_class): Follow current package indications not to mist...Alexandre Petit-Bianco1-1/+12
2001-03-26constants.c (PUTN): Use memcpy, not bcopy.Kaveh R. Ghazi1-2/+2
2001-03-23re PR java/1208 (Gcj can't compile a class file it generates.)Per Bothner1-0/+4
2001-03-23gcj.texi (Configure-time Options): Add -fcheck-references.Andrew Haley1-25/+17
2001-03-21re PR java/2333 (ICE in mark_reference_fields)Alexandre Petit-Bianco1-1/+5
2001-03-19Fixes to process to command-line .class files in two passes. See ChangeLog.Per Bothner1-2/+7
2001-03-17parse.h (JDEP_SOLV): Removed.Per Bothner1-19/+5
2001-03-15java-tree.h (BLOCK_IS_IMPLICIT): New flag.Per Bothner1-4/+3
2001-03-15jcf-parse.c (yyparse): Set/reset input_filename for source file.Per Bothner1-0/+2
2001-03-15parse.y (expand_start_java_method): Was only called once and had a misleading...Per Bothner1-53/+38
2001-02-23Handle compiling multiple input files at once, and @FILE syntax. See ChangeLog.Per Bothner1-22/+26
2001-02-20parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...Alexandre Petit-Bianco1-1/+2
2001-02-19parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...Bryce McKinlay1-41/+130
2001-02-19typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...Bryce McKinlay1-1/+11
2001-02-14[multiple changes]Alexandre Petit-Bianco1-35/+48
2001-02-13parse.y (resolve_qualified_expression_name): Try to resolve as an inner class...Alexandre Petit-Bianco1-2/+3
2001-02-13decl.c (classdollar_identifier_node): Initialize.Alexandre Petit-Bianco1-6/+6
2001-02-05parse.y (process_imports): Save the original name of the import for better er...Alexandre Petit-Bianco1-2/+10
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-22/+20
2001-02-01jcf-parse.c (init_jcf_parse): Added cast to ggc_add_root's last argument.Alexandre Petit-Bianco1-17/+7
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-25ChangeLog (2001-01-21): Fixed typo.Alexandre Petit-Bianco1-95/+17
2001-01-24class.c (layout_class): Don't lay the superclass out if it's already being la...Alexandre Petit-Bianco1-51/+10
2001-01-21parse.y (method_header): Don't set the DECL_NAME of a FUNCTION_DECL to a EXPR...Per Bothner1-10/+0