aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
AgeCommit message (Expand)AuthorFilesLines
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco1-5/+18
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi1-3/+3
1999-12-31parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.Kaveh R. Ghazi1-13/+12
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco1-0/+1
1999-12-12parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...Alexandre Petit-Bianco1-1/+1
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley1-1/+1
1999-10-14jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non...Kaveh R. Ghazi1-6/+13
1999-08-25gjavah.c (print_name, [...]): Add static prototype.Kaveh R. Ghazi1-1/+0
1999-08-04Warning fixes:Kaveh R. Ghazi1-2/+2
1999-05-05class.c (make_field_value): DECL_INITIAL may be a string literal...Per Bothner1-12/+0
1999-05-03check-init.c (check_init): Exclude a case of error when doing xrefs.Alexandre Petit-Bianco1-0/+7
1999-04-26class.c (layout_class_method): Generate <clinit>'s rtl for interfaces.Alexandre Petit-Bianco1-3/+4
1999-04-21decl.c (predef_filenames, [...]): New globalsAlexandre Petit-Bianco1-0/+3
1999-03-27[multiple changes]Alexandre Petit-Bianco1-2/+14
1999-03-21Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J...Kaveh R. Ghazi1-3/+4
1999-03-15class.c (make_class): Don't set CLASS_P here (because this function is also c...Per Bothner1-2/+1
1999-03-12parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR.Alexandre Petit-Bianco1-0/+7
1999-03-12Warning fixes:Kaveh R. Ghazi1-1/+0
1999-03-06Makefile.in (jcf-parse.o): Depend on $(PARSE_H).Kaveh R. Ghazi1-2/+5
1999-02-21decl.c (build_result_decl): New method.Per Bothner1-18/+0
1999-02-19parse.y (obtain_incomplete_type): Don't wrap unknown types in TREE_LIST - jus...Per Bothner1-9/+6
1999-02-19Use new TRY_FINALLY_EXPR tree node.Per Bothner1-1/+0
1999-02-08parse.h: DECL_P renamed JDECL_P.Alexandre Petit-Bianco1-3/+3
1999-01-29parse.h (BUILD_APPEND): If ARG is a non-String object reference...Tom Tromey1-3/+10
1999-01-12class.c (maybe_layout_super_class): Fixed returned value.Alexandre Petit-Bianco1-2/+7
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-06check-init.c: New file.Per Bothner1-3/+0
1998-12-09java-tree.def (NEW_ARRAY_INIT): New Java tree code.Alexandre Petit-Bianco1-2/+4
1998-12-03java-tree.h (java_layout_seen_class_methods): New function prototype.Alexandre Petit-Bianco1-0/+6
1998-12-01class.c (layout_class_method): Don't report error on non-static overriding st...Alexandre Petit-Bianco1-164/+1
1998-11-24[multiple changes]Alexandre Petit-Bianco1-20/+23
1998-11-18class.c (unmangle_classname): Set QUALIFIED_P when appropriate.Alexandre Petit-Bianco1-22/+41
1998-11-12Extensive changes.Per Bothner1-6/+7
1998-11-10class.c (is_compiled_class): Call safe_layout_class for class compiled from s...Alexandre Petit-Bianco1-3/+47
1998-10-28class.c (layout_class): Don't mangle <finit>, produce __finit<class> instead.Alexandre Petit-Bianco1-10/+41
1998-10-20class.c (is_compiled_class): New local variable seen_in_zip.Alexandre Petit-Bianco1-0/+1
1998-10-16lex.c (setjmp.h): No longer included.Alexandre Petit-Bianco1-1/+23
1998-10-14java-tree.h (pop_labeled_block, [...]): New function prototypes.Alexandre Petit-Bianco1-9/+8
1998-10-14decl.c (runtime_exception_type_node, [...]): New global variables.Alexandre Petit-Bianco1-1/+71
1998-10-12Per Bothner1-22/+60
1998-09-06Initial revisionAnthony Green1-0/+599