aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2002-07-21expr.c (expand_expr): Don't use GOTO_SUBROUTINE_EXPR when finally_block can b...Richard Henderson2-0/+28
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2-8/+7
2002-07-11builtins.def: Make the argument types of abort and exit independent of the fr...Roger Sayle2-3/+7
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2-2/+9
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2-1/+9
2002-07-02For PR libgcj/7073:Tom Tromey2-1/+8
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2-26/+36
2002-07-01gcj.texi: Fixed gcj invocation example so that it compiles.T.J. Mather2-1/+5
2002-06-27parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.Kaveh R. Ghazi2-4/+8
2002-06-27lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.Kaveh R. Ghazi3-3/+8
2002-06-26lex.c (java_read_char): Avoid "comparison is always true" warning.Kaveh R. Ghazi2-2/+7
2002-06-25* expr.c (JSR): Avoid undefined operation on PC.Andreas Schwab2-1/+9
2002-06-21mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2-1/+5
2002-06-13parse.y (class_declaration, [...]): Make sure all their rules have an action...Akim Demaille2-6/+18
2002-06-11jcf-write.c (generate_classfile): Use FIELD_SYNTHETIC.Tom Tromey8-81/+205
2002-06-112002-06-10 Akim Demaille <akim@epita.fr>Akim Demaille2-760/+765
2002-06-11* Make-lang.in (java/lang.o): Use LANGHOOKS_DEF_H.Tom Tromey2-1/+3
2002-06-11re PR java/6865 (gcj: segmentation fault on incorrect input)Tom Tromey2-3/+17
2002-06-10Don't use RTL inlining. Fix for PR java/6820.Bryce McKinlay2-0/+38
2002-06-10gjavah.c (throwable_p): Accept argument as either a classname or signature fr...Bryce McKinlay2-10/+27
2002-06-08jcf-path.c (jcf_path_init): Allocate 1 more byte for string.H.J. Lu2-1/+5
2002-06-04* jcf-write.c (perform_relocations): Optmize a goto to a goto.Tom Tromey2-0/+35
2002-06-04gcj.texi (Input Options): Fixed typo.Michael Koch2-1/+5
2002-06-04java-tree.h, [...]: Remove all #if JAVA_USE_HANDLES blocks...Zack Weinberg10-181/+51
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating15-480/+468
2002-06-02re PR java/5913 (Core dump for String constant instanceof)Tom Tromey2-0/+14
2002-06-02Fix for PR java/1343, PR java/6336:Tom Tromey3-71/+166
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg6-3/+12
2002-05-19configure.in (AC_CHECK_FUNCS): Add checks for scandir and alphasort.Mark Mitchell6-17/+229
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth2-1/+5
2002-05-14jcf-write.c (write_classfile): Unlink the temporary file if it cannot be rena...Mark Mitchell2-5/+12
2002-05-08jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell2-3/+20
2002-05-08* gjavah.c (throwable_p): Use xstrdup, not strdup.Tom Tromey2-2/+4
2002-05-08re PR java/1200 (gcjh -jni doesn't respect class hierarchy)Tom Tromey2-11/+119
2002-05-07* parse.y (finish_for_loop): Fix if statement.Andreas Jaeger2-4/+8
2002-05-07re PR java/5941 (incorrect "Unreachable statement" error)Tom Tromey3-2/+42
2002-05-04For PR java/6519:Mark Wielaard2-2/+9
2002-04-27For PR java/6382:Tom Tromey2-3/+85
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth4-14/+12
2002-04-25For PR java/6425:Tom Tromey2-1/+9
2002-04-24expr.c (PRE_JSR): Call NOTE_LABEL for return address.Per Bothner3-8/+9
2002-04-23Fix typos for 2002-03-08 entry.Per Bothner1-2/+2
2002-04-23For PR java/6314:Tom Tromey3-22/+24
2002-04-22re PR java/2791 (Bogus "class `foo' already defined ..." error from jc1)Alexandre Petit-Bianco2-3/+5
2002-04-22jcf-write.c (push_long_const): lo, hi: New variables.Andrew Haley3-9/+24
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2-12/+4
2002-04-18class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay4-4/+16
2002-04-17jcf-write.c (generate_bytecode_insns): Only write const_0 if not negative zero.Mark Wielaard2-1/+7
2002-04-17re PR java/6294 (private inner interface is flagged illegal)Bryce McKinlay2-2/+8
2002-04-15re PR java/6085 (gcj SEGVs on complicated inner class structures)Bryce McKinlay2-18/+13