aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2005-01-22* java-except.h, java-tree.h: Remove unused prototypes.Kazu Hirata3-7/+4
2005-01-21re PR java/18091 (Valgrind errors building libjava)Andrew Pinski2-2/+10
2005-01-17verify-impl.c (get_short): Sign extend.Tom Tromey2-3/+11
2005-01-12expr.c (build_jni_stub): Replace mistaken use of TYPE_SIZE_UNIT with TYPE_SIZE.Ranjit Mathew2-2/+7
2005-01-10* verify.c: Revert to the version before the BC-ABI merge.Ranjit Mathew2-74/+38
2005-01-10re PR java/19277 (allows array.length++ although it is final)Ranjit Mathew2-2/+17
2005-01-09parse.y (process_imports): Allocate (and free) original_name only when not al...Mark Wielaard3-9/+34
2005-01-05* gcj.texi (Standard Properties): java.ext.dirs is now used.Tom Tromey2-1/+5
2004-12-20typeck.c: Use fold_convert for ints and booleans.Andrew Haley2-1/+5
2004-12-17re PR java/18931 (Java bytecode ICE in except.c remove_unreachable_regions)Andrew Haley4-19/+16
2004-12-13re PR target/18459 (gcj no longer works on win32)Danny Smith1-1/+1
2004-12-13defaults.h (TARGET_USE_JCR_SECTION): New macro.Danny Smith2-4/+13
2004-12-08re PR java/18811 (rhug build problem, regression?)Andrew Haley1-0/+1
2004-12-08jcf-parse.c (load_class): Remove sanity test for missing inner class file.Andrew Haley2-6/+5
2004-12-06Make-lang.in (JAVA_MANFILES): Added gcj-dbtool.Tom Tromey3-5/+119
2004-12-06re PR java/14853 (Assignment to final field permitted when compiling to native)Tom Tromey4-5/+19
2004-12-03lang.c (flag_new_verifier): Define.Tom Tromey3-4/+16
2004-12-03re PR bootstrap/14614 (Double target prefixed gcjh)Tom Tromey2-1/+9
2004-12-03re PR java/18812 (ICE in catalina/common/lib/naming-resources.jar)Andrew Haley2-1/+13
2004-12-03re PR java/18697 (Miscompilation of GtkMenuItemPeer.setParent(MenuItem))Andrew Haley2-3/+9
2004-12-02re PR java/16675 (Null parameter values for anonymous constructor invocation ...Tom Tromey2-0/+9
2004-12-02re PR java/18741 (ICE tree check: expected class 'expression', have 'declarat...Tom Tromey2-1/+8
2004-11-27jcf-parse.c (set_source_filename): Improvement to Andrew's fix...Per Bothner2-7/+18
2004-11-27expr.c (build_expr_wfl): Only declare last_file and last_filenode local stati...Per Bothner2-2/+8
2004-11-27* class.c, decl.c, expr.c: Fix comment typos.Kazu Hirata4-3/+7
2004-11-26re PR java/18305 (Class initialization optimization is not done when compiled...Andrew Pinski6-25/+57
2004-11-25darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead of `%s' in diagnostic.Joseph Myers5-18/+23
2004-11-25verify-glue.c (vfy_init_name, [...]): Use ANSI declaration form.Richard Henderson2-5/+10
2004-11-25verify.c (defer_merging): Don't use C++-style comment.Tom Tromey4-8/+8
2004-11-25verify-impl.c (vfy_push_type): Removed bogus "return".Tom Tromey2-3/+10
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey20-313/+5794
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher3-17/+11
2004-11-24expr.c (expand_expr_real_1): Remove cases for EXIT_BLOCK_EXPR and LABELED_BLO...Steven Bosscher7-12/+93
2004-11-23xref.h (xref_flag_value): Remove.Ben Elliston3-46/+11
2004-11-23gjavah.c (output_directory): Make static.Ben Elliston2-2/+7
2004-11-15decl.c (instn_ptr_type_node): Removed.Tom Tromey2-7/+7
2004-11-13Makefile.in: Add html support.Mike Stump1-4/+11
2004-11-09re PR java/15576 (Class initialization optimization is disabled)Andrew Pinski4-11/+27
2004-11-08re PR java/16843 (gcjh generated headers don't define final constants)Tom Tromey2-24/+72
2004-11-08decl.c (end_java_method): Remove duplicated code.Andrew Pinski2-8/+4
2004-11-06lex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICONV_H as well.Zack Weinberg2-1/+11
2004-11-02re PR java/17265 (Libjava doesn't build)Bryce McKinlay2-1/+56
2004-10-22re PR java/17265 (Libjava doesn't build)Eric Botcazou2-44/+7
2004-10-21re PR java/18091 (Valgrind errors building libjava)Andrew Haley2-1/+13
2004-10-18Make-lang.in (java/parse.o-warn, [...]): New rules to work around old Bison w...Steven Bosscher2-0/+9
2004-10-17class.c (ident_subst): Always alloca buffer.Steven Bosscher8-10/+31
2004-10-16expr.c (expr_add_location): Move declaration to before all statements.Hans-Peter Nilsson4-5/+14
2004-10-15parse.y (parse_warning_context): Remove ATTRIBUTE_PRINTF_2 and rename paramet...Ranjit Mathew11-195/+219
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata12-11/+17
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2-3/+8