aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-15Fix gcj -R.Anthony Green2-4/+6
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2-16/+14
2002-03-12re PR java/5923 (gcj -C generates incorrect bytecode)Tom Tromey2-44/+7
2002-03-12re PR java/5848 (gcj "crashes" on syntax with complex cast)Tom Tromey2-2/+13
2002-03-12* jcf-write.c (write_classfile): Improve error strings.Bryce McKinlay2-2/+6
2002-03-12re PR java/5902 (Gcj fails to parse float)Eric Blake2-75/+84
2002-03-11parse.y (patch_assignment): Wrap the right-hand-side with a save_expr to prev...Bryce McKinlay3-3/+19
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay2-0/+10
2002-03-09parse.y (java_complete_lhs): Check if patch_assignment returned an error-mark.Per Bothner2-6/+9
2002-03-08re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)Per Bothner2-11/+17
2002-03-07Make-lang.in (JAVA_TARGET_INSTALL_NAME): Define.Jeff Sturm2-0/+9
2002-03-05builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSEDDavid Billinghurst2-3/+9