aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
AgeCommit message (Expand)AuthorFilesLines
2000-09-12re GNATS gcj/33 (gcj mangles composed characters)Tom Tromey1-3/+2
2000-08-11class.c (maybe_layout_super_class): Fixed indentation.Alexandre Petit-Bianco1-6/+29
2000-07-21[multiple changes]Alexandre Petit-Bianco1-1/+1
2000-07-06[multiple changes]Alexandre Petit-Bianco1-2/+2
2000-06-21[multiple changes]Alexandre Petit-Bianco1-6/+5
2000-06-01class.c (common_enclosing_context_p): New function.Alexandre Petit-Bianco1-9/+11
2000-05-09top level:Zack Weinberg1-2/+2
2000-04-24Respective ChangeLogs for common, cp/, java/Robert Lipe1-5/+1
2000-04-21[multiple changes]Alexandre Petit-Bianco1-2/+5
2000-04-06re GNATS gcj/164 (compiler permits "volatile final" variables)Tom Tromey1-1/+1
2000-03-22[multiple changes]Alexandre Petit-Bianco1-0/+11
2000-03-13Added Java 1.1 language features.Alexandre Petit-Bianco1-17/+217
2000-03-06[multiple changes]Alexandre Petit-Bianco1-1/+0
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner1-1/+1
2000-01-25parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation.Kaveh R. Ghazi1-2/+9
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi1-24/+24
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