aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-12Add --extdirs support.Anthony Green9-20/+183
2002-04-08For PR libgcj/5303:Tom Tromey4-3/+162
2002-04-08gcj.texi (Invocation): Update JvAttachCurrentThread documentation.Bryce McKinlay2-9/+49
2002-04-08parse.y (resolve_qualified_expression_name): Clear "from_super" flag after us...Bryce McKinlay2-0/+6
2002-04-08* gcj.texi (Invocation): Document CNI invocation API.Bryce McKinlay2-1/+67
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth4-6/+16
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth4-8/+17
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth6-8/+28
2002-03-31diagnostic.c (print_error_function): Remove.Neil Booth2-25/+28
2002-03-29parse.y (do_resolve_class): Fix infinite recursion.Martin Kahlert2-5/+11
2002-03-29parse.y (check_inner_circular_reference): Ignore incomplete types.Tom Tromey2-3/+17
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth8-6/+23
2002-03-29lex.c (java_new_lexer): Alias "646" to DEFAULT_ENCODING.Martin Kahlert2-2/+11
2002-03-29re PR java/5986 (SIGSEGV in __gcj_personality_v0)Tom Tromey2-2/+17
2002-03-28re PR java/4715 (Tree check failure in check_inner_circular_reference)Alexandre Petit-Bianco2-0/+22
2002-03-28rtlanal.c: Include flags.hJan Hubicka2-0/+7
2002-03-28parse.y (resolve_package): Initialize "decl".Bryce McKinlay2-14/+7
2002-03-28re PR java/5993 (crashes on Hello World)Bryce McKinlay2-32/+24
2002-03-27expr.c (expand_invoke): Don't generate null pointer check if we're calling <i...Tom Tromey2-2/+8
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth4-9/+16
2002-03-27re PR java/5850 (resolving inherited member variables with same name works po...Bryce McKinlay3-10/+14
2002-03-26re PR java/5942 (tree check failure when compiling Classpath with strictfp St...Tom Tromey3-1/+12
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth4-1/+10
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg2-51/+42
2002-03-25re PR java/5368 (gcj-3.0.3 segfaults with 20 line program)Mark Wielaard2-1/+7
2002-03-25c-decl.c (maybe_build_cleanup): Remove.Neil Booth2-11/+4
2002-03-23Andrew Haley <aph@cambridge.redhat.com>Tom Tromey2-1/+12
2002-03-23re PR java/6026 (float literals in expressions are not properly recognized)Eric Blake2-0/+7
2002-03-21parse.y (build_access_to_thisn): Stop when FROM is not an inner class.Tom Tromey2-3/+8
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth2-0/+13
2002-03-20gcj.texi: @code{gcj} becomes @command{gcj}.Nic Ferrier2-58/+65
2002-03-20Makefile.in: Update.Neil Booth3-2/+9
2002-03-18re PR java/5876 (jc1 crashes when targeting mingw32)Alexandre Petit-Bianco2-1/+6
2002-03-18parse.y (parser_check_super_interface): Fix error message grammar/order.Bryce McKinlay2-5/+10
2002-03-18* jcf-parse.c (get_constant): Delete unused variables.Kaveh R. Ghazi2-2/+4
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth4-4/+12
2002-03-16re PR java/5935 (problem with anonymous inner classes)Bryce McKinlay2-6/+23