aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
AgeCommit message (Expand)AuthorFilesLines
2001-10-09parse.y (find_as_inner_class): Don't disregard the enclosing scope when name ...Bryce McKinlay1-12/+1
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-10-03parse.y (patch_assignment): Use lvalue's original TYPE when building the fina...Alexandre Petit-Bianco1-5/+5
2001-09-27parse.y (check_final_variable_indirect_assignment): For COMPOUND_EXPR...Alexandre Petit-Bianco1-8/+11
2001-09-21re PR java/4366 (java class initialization bug)Alexandre Petit-Bianco1-0/+6
2001-09-21parse.h: (WFL_STRIP_BRACKET): Re-written using build_type_name_from_array_name.Alexandre Petit-Bianco1-40/+57
2001-09-18parse.y: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-24/+8
2001-09-14java-tree.h (TYPE_IMPORT_LIST): New macro.Alexandre Petit-Bianco1-17/+40
2001-09-13c-parse.in (yyerror): Const-ification and/or static-ization.Kaveh R. Ghazi1-7/+7
2001-09-12gjavah.c (cxx_keywords): Const-ification.Kaveh R. Ghazi1-4/+4
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco1-2/+33
2001-09-04parse.y (maybe_yank_clinit): A field without an initializer is not relevant.Per Bothner1-12/+8
2001-08-31[multiple changes]Alexandre Petit-Bianco1-14/+23
2001-08-30parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set...Per Bothner1-1/+2
2001-08-28re PR java/4141 (GCJ compiles illegal code without complaining.)Alexandre Petit-Bianco1-4/+13
2001-08-27parse.y (check_deprecation): Handle TYPE_DECL in a special case...Alexandre Petit-Bianco1-8/+44
2001-08-24jcf-parse.c (yyparse): Set magic to 0, don't issue error for a file smaller t...Alexandre Petit-Bianco1-29/+94
2001-08-22parse.y (resolve_inner_class): Keep local_enclosing to NULL if circularity is...Alexandre Petit-Bianco1-2/+3
2001-08-17[multiple changes]Alexandre Petit-Bianco1-138/+249
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco1-94/+307
2001-07-31*** empty log message ***Alexandre Petit-Bianco1-2/+2
2001-07-31[multiple changes]Alexandre Petit-Bianco1-4/+31
2001-07-13re PR java/3635 ("empty declaration" warning too broad)Alexandre Petit-Bianco1-3/+10
2001-07-12re PR java/3285 (gcj fails to resolve constructor calls in inner classes)Alexandre Petit-Bianco1-1/+3
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