aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2000-03-07re GNATS gcj/107 (Bad array or type conversion bug when compiling bytecode)Anthony Green2-3/+11
2000-03-07re GNATS gcj/102 (crashes when compiling try block from java source)Alexandre Petit-Bianco3-8/+21
2000-03-07re GNATS gcj/94 (compiler allows assignment to interface constants)Alexandre Petit-Bianco3-5/+21
2000-03-07re GNATS gcj/108 (Compiler doesn't check access modifiers on interface implem...Alexandre Petit-Bianco6-2/+26
2000-03-07*** empty log message ***Alexandre Petit-Bianco2-341/+490
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner5-16/+29
2000-03-07decl.c (init_decl_processing): Added new class fields `depth', `ancestors', a...Bryce McKinlay6-14/+49
2000-03-06[multiple changes]Alexandre Petit-Bianco5-70/+132
2000-03-06* Make-lang.in (JAVA_SRCS): Added boehm.c, lex.c.Tom Tromey2-1/+5
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey7-8/+186
2000-03-04* decl.c (init_decl_processing): Initialize sizetype properly.Per Bothner2-1/+6
2000-02-29c-decl.c (current_function_decl): Move to toplev.c.Martin v. Löwis2-4/+4
2000-02-28* Eliminate DECL_FIELD_SIZE.Richard Kenner3-3/+9
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2-1/+5
2000-02-26Fix copyrightsJeff Law15-15/+16
2000-02-26expr.c (build_class_init): Mark the decl to be ignored by check_init.Anthony Green8-258/+329
2000-02-26gjavah.c (main): Avoid using `argi' to report unimplemented options.Alexandre Petit-Bianco2-1/+6
2000-02-25jcf-write.c (generate_bytecode_insns): TRY_FINALLY_EXPR: initialize locals to...Alexandre Petit-Bianco2-1/+11
2000-02-25parse.y (resolve_expression_name): Use `orig' as a second argument to resolve...Alexandre Petit-Bianco2-16/+9
2000-02-23gjavah.c (print_name): In JNI case, correctly quote string.Tom Tromey2-24/+56
2000-02-22parse.y (init_decl_processing): `_Jv_IsInstanceOf' returned value type set to...Alexandre Petit-Bianco2-1/+6
2000-02-21re GNATS gcj/147 (Problem parsing comments)Alexandre Petit-Bianco2-3/+8
2000-02-21[multiple changes]Alexandre Petit-Bianco3-28/+48
2000-02-21jcf-dump.c (main): Test for correct condition after output file creation.Joerg Brunsmann2-1/+6
2000-02-20* jcf-depend.c (add_entry): Fix test for first list entry.Anthony Green2-1/+5
2000-02-19Move language-specific entriesRichard Kenner1-0/+9
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2-3/+6
2000-02-19jcf-depend.c (add_entry): Add entries to the end of the list.Anthony Green2-5/+17
2000-02-18re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ...Pekka Nikander2-0/+20
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis4-3/+9
2000-02-17Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ...Zack Weinberg4-32/+67
2000-02-16configure (gcc_version): When setting, narrow search to lines containing `ver...Kaveh R. Ghazi2-1/+5
2000-02-15gjavah.c: Delete ACC_VISIBILITY define.Joerg Brunsmann5-706/+725
2000-02-15gjavah.c (jni_print_char): New function.Tom Tromey2-25/+43
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi5-13/+23
2000-02-10except.c (maybe_start_try): Remove excess argument to `check_start_handlers'.Kaveh R. Ghazi2-1/+2
2000-02-10* except.c (check_start_handlers): Prototype.Kaveh R. Ghazi2-0/+6
2000-02-09decl.c (clear_binding_level): Remove excess initializer.Andrew Haley2-3/+9
2000-02-09java-except.h (struct eh_range): Add `expanded' field.Andrew Haley6-23/+207
2000-02-06gjavah.c (overloaded_jni_method_exists_p): Add prototype.Kaveh R. Ghazi2-2/+9
2000-02-03* jcf-io.c (jcf_print_utf8_replace): Handle UTF-8 input.Tom Tromey2-5/+13
2000-02-03javaop.h (WORDS_TO_DOUBLE): Allow WORDS_TO_DOUBLE to assemble doubles correct...Scott Bambrough2-0/+10
2000-02-03Make-lang.in (java.mostlyclean): Remove executables in `mostlyclean'.Tom Tromey2-1/+7
2000-02-03gjavah.c (D_NAN_MASK): Alternate definition required when HOST_FLOAT_WORDS_BI...Scott Bambrough2-9/+15
2000-02-03gjavah.c (options): Added `jni' entry.Tom Tromey2-107/+397
2000-02-02jv-scan.c: Include version.c, <getopt.h>.Tom Tromey4-217/+405
2000-01-31jcf-write.c (generate_bytecode_insns): Use TYPE_IS_WIDE to determine how many...Anthony Green2-1/+6
2000-01-29[multiple changes]Alexandre Petit-Bianco5-495/+584
2000-01-27jcf-write.c (emit_goto): RESERVE 3 bytes for insn.Andrew Haley2-0/+9
2000-01-25parse.h (OBSOLETE_MODIFIER_WARNING): Don't use ANSI string concatenation.Kaveh R. Ghazi4-2264/+2291