aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-01-21buffer.h: PROTO -> PARAMS.Kaveh R. Ghazi36-865/+901
2000-01-17re GNATS gcj/128 (weak error message when expecting final modifier)Joerg Brunsmann2-3/+17
2000-01-17* gjavah.c (print_field_info): Allow non-static final fields.Tom Tromey2-10/+14
2000-01-16parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ...Anthony Green3-9/+14
2000-01-12jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros.Mumit Khan5-460/+442
2000-01-10jcf-write.c (generate_bytecode_insns): Emit invokeinterface bytecodes in the ...Anthony Green2-5/+10
2000-01-09* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).Kaveh R. Ghazi2-2/+6
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before calling ex...Alexandre Petit-Bianco3-0/+17
2000-01-07expr.c (java_lang_expand_expr): Switch to permanent obstack before building c...Anthony Green2-2/+10
2000-01-07re GNATS gcj/122 (SP mismatch error from certain code constructs)Alexandre Petit-Bianco3-15/+27
2000-01-06Makefile.in (LIBDEPS): Added gcc's errors.oAlexandre Petit-Bianco10-554/+678
1999-12-31class.c (assume_compiled, [...]): Add static prototype.Kaveh R. Ghazi10-23/+50
1999-12-30expr.c (expand_invoke): Layout the loaded class before attempting to use it.Alexandre Petit-Bianco3-7/+21
1999-12-31parse.h (ABSTRACT_CHECK, [...]): Avoid the use of ANSI string concatenation.Kaveh R. Ghazi4-773/+756
1999-12-30class.c (class_depth): Return -1 if the class doesn't load properly.Alexandre Petit-Bianco7-62/+137
1999-12-17re GNATS gcj/119 (gcjh needs to output space before leading "::" with JArray's)Tom Tromey2-6/+13
1999-12-14re GNATS gcj/110 (don't exclude private methods from method table when optimi...Per Bothner2-0/+6
1999-12-12re GNATS gcj/79 (Problem creating static arrays)Alexandre Petit-Bianco2-1/+7
1999-12-12check-init.c (check_init): Take into account both types of `throw's when chec...Anthony Green2-1/+7
1999-12-12parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...Alexandre Petit-Bianco2-1/+7
1999-12-10parse.h (BUILD_THROW): Add support for sjlj-exceptions.Andrew Haley6-12/+28
1999-12-09> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function w...Anthony Green2-0/+16
1999-12-06[multiple changes]Alexandre Petit-Bianco2-5/+20
1999-12-06jcf-parse.c (saw_java_source): Global variable removed.Alexandre Petit-Bianco2-27/+21
1999-12-06except.c (expand_end_java_handler): Call expand_resume_after_catch and end_ca...Alexandre Petit-Bianco2-1/+8
1999-12-06jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and...Alexandre Petit-Bianco4-7/+16
1999-12-01Undo the last change I've checked in by accident.Jan Hubicka1-230/+162
1999-12-01i386.c (ix86_expand_move): Never add clobbers to move patterns.Jan Hubicka1-162/+230
1999-12-01re GNATS gcj/97 (Internal compiler error)Alexandre Petit-Bianco3-169/+185
1999-11-29parse.y (catch_clause_parameter:): Still set `$$' to NULL_TREE in case of error.Alexandre Petit-Bianco2-8/+16
1999-11-29hu Nov 4 16:27:01 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>Alexandre Petit-Bianco2-1/+16
1999-11-25* except.c (emit_handlers): Zero catch_clauses after emitting them.Mark Mitchell2-0/+5
1999-11-21constants.c (find_methodref_index): Unwrap method names before inserting them...Anthony Green6-9/+201
1999-11-18class.c (layout_class): Always convert TYPE_SIZE_UNIT to int_type_node...Alexandre Petit-Bianco2-0/+9
1999-11-17typeck.c: (lookup_java_method): search all inherited interfaces when...Godmar Back2-5/+56
1999-11-10re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time)Tom Tromey2-1/+60
1999-11-09parse.y (source_end_java_method): Resume permanent allocation, reversing Apr ...Alexandre Petit-Bianco3-2/+11
1999-11-05re GNATS gcj/85 (Compiler optimizes away private methods when native methods ...Tom Tromey2-2/+22
1999-11-01parse.y (method_header:): Issue error message for rule `type error'.Alexandre Petit-Bianco3-1492/+1530
1999-11-01parse.y (resolve_qualified_expression_name): Prevent `this' from being used b...Alexandre Petit-Bianco1-2/+4
1999-11-01re GNATS gcj/48 (Compiler fails to catch constructor problem)Alexandre Petit-Bianco3-8/+27
1999-10-30* check-init.c: Fix typo in comment.Todd T. Fries2-1/+5
1999-10-29class.c (add_method_1): Set DECL_INLINE to 1 for private, static and final me...Alexandre Petit-Bianco1-0/+5
1999-10-29parse.y (expression_statement:): Call function to report improper invocation ...Alexandre Petit-Bianco4-443/+468
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell2-2/+5
1999-10-22jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...Tom Tromey2-1/+8
1999-10-21re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Alexandre Petit-Bianco3-10/+9
1999-10-21re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...Alexandre Petit-Bianco3-8/+42
1999-10-19jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey2-0/+7
1999-10-16java-tree.h (flag_bounds_check): Remove extern decl.Greg McGary3-11/+8