aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-13re PR java/15578 (gcj doesn't support -extdirs)Tom Tromey3-5/+17
2004-10-06parse.y (issue_warning_error_from_context): Use va_list * instead of va_list ...Ulrich Weigand2-8/+15
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg3-1/+41
2004-10-05Prepare for %q, %< and %> in diagnostic message strings.Ranjit Mathew3-12/+34
2004-10-05[multiple changes]Andrew Haley2-6/+39
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2-1/+5
2004-10-01* lex.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-10-01* java-tree.h: Fix a comment typo.Kazu Hirata2-2/+6
2004-09-30Simplify lexer. Implement --enable-mapped-location support.Per Bothner7-726/+1081
2004-09-30java-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused macros.Per Bothner3-70/+118
2004-09-30More cleanup for --enable-mapped-location.Per Bothner3-6/+80
2004-09-29check-init.c (check_init): Handle USE_MAPPED_LOCATION case.Per Bothner6-2/+28