revert: gjavah.c (print_field_info): Mark static data members of floating-point type...
[gcc.git] / gcc / java / ChangeLog
2005-02-01 Mark Mitchellrevert: gjavah.c (print_field_info): Mark static data...
2005-02-01 Mark Mitchellparser.c (cp_parser_primary_expression): Don't complain...
2005-02-01 Ranjit Mathewre PR java/9157 (SEGV on bad java source)
2005-01-25 Tom Tromey* Make-lang.in (java/java-tree-inline.o): Removed.
2005-01-25 Ranjit MathewCorrect the date for my last ChangeLog entry.
2005-01-25 Ranjit Mathewre PR java/19070 (internal compiler error: in generate_...
2005-01-24 Tom Tromeyjava-tree.h (gcj_abi_version): Declare.
2005-01-24 Roger Saylere PR java/19295 (Incorrect bytecode produced for bitwi...
2005-01-22 Kazu Hirata* java-except.h, java-tree.h: Remove unused prototypes.
2005-01-21 Andrew Pinskire PR java/18091 (Valgrind errors building libjava)
2005-01-17 Tom Tromeyverify-impl.c (get_short): Sign extend.
2005-01-12 Ranjit Mathewexpr.c (build_jni_stub): Replace mistaken use of TYPE_S...
2005-01-10 Ranjit Mathew* verify.c: Revert to the version before the BC-ABI...
2005-01-10 Ranjit Mathewre PR java/19277 (allows array.length++ although it...
2005-01-09 Mark Wielaardparse.y (process_imports): Allocate (and free) original...
2005-01-05 Tom Tromey* gcj.texi (Standard Properties): java.ext.dirs is...
2004-12-20 Andrew Haleytypeck.c: Use fold_convert for ints and booleans.
2004-12-17 Andrew Haleyre PR java/18931 (Java bytecode ICE in except.c remove_...
2004-12-13 Danny Smithre PR target/18459 (gcj no longer works on win32)
2004-12-13 Danny Smithdefaults.h (TARGET_USE_JCR_SECTION): New macro.
2004-12-08 Andrew Haleyre PR java/18811 (rhug build problem, regression?)
2004-12-08 Andrew Haleyjcf-parse.c (load_class): Remove sanity test for missin...
2004-12-06 Tom TromeyMake-lang.in (JAVA_MANFILES): Added gcj-dbtool.
2004-12-06 Tom Tromeyre PR java/14853 (Assignment to final field permitted...
2004-12-03 Tom Tromeylang.c (flag_new_verifier): Define.
2004-12-03 Tom Tromeyre PR bootstrap/14614 (Double target prefixed gcjh)
2004-12-03 Andrew Haleyre PR java/18812 (ICE in catalina/common/lib/naming...
2004-12-03 Andrew Haleyre PR java/18697 (Miscompilation of GtkMenuItemPeer...
2004-12-02 Tom Tromeyre PR java/16675 (Null parameter values for anonymous...
2004-12-02 Tom Tromeyre PR java/18741 (ICE tree check: expected class 'expre...
2004-11-28 Per Bothnerjcf-parse.c (set_source_filename): Improvement to Andre...
2004-11-28 Per Bothnerexpr.c (build_expr_wfl): Only declare last_file and...
2004-11-27 Kazu Hirata* class.c, decl.c, expr.c: Fix comment typos.
2004-11-26 Andrew Pinskire PR java/18305 (Class initialization optimization...
2004-11-25 Joseph Myersdarwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead...
2004-11-25 Richard Hendersonverify-glue.c (vfy_init_name, [...]): Use ANSI declarat...
2004-11-25 Tom Tromeyverify.c (defer_merging): Don't use C++-style comment.
2004-11-25 Tom Tromeyverify-impl.c (vfy_push_type): Removed bogus "return".
2004-11-25 Tom Tromey* Merged gcj-abi-2-dev-branch to trunk.
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-11-24 Steven Bosscherexpr.c (expand_expr_real_1): Remove cases for EXIT_BLOC...
2004-11-23 Ben Ellistonxref.h (xref_flag_value): Remove.
2004-11-23 Ben Ellistongjavah.c (output_directory): Make static.
2004-11-15 Tom Tromeydecl.c (instn_ptr_type_node): Removed.
2004-11-09 Andrew Pinskire PR java/15576 (Class initialization optimization...
2004-11-08 Tom Tromeyre PR java/16843 (gcjh generated headers don't define...
2004-11-08 Andrew Pinskidecl.c (end_java_method): Remove duplicated code.
2004-11-06 Zack Weinberglex.h (HAVE_ICONV): Undefine if we do not have HAVE_ICO...
2004-11-02 Bryce McKinlayre PR java/17265 (Libjava doesn't build)
2004-10-22 Eric Botcazoure PR java/17265 (Libjava doesn't build)
2004-10-21 Andrew Haleyre PR java/18091 (Valgrind errors building libjava)
2004-10-18 Steven BosscherMake-lang.in (java/parse.o-warn, [...]): New rules...
2004-10-17 Steven Bosscherclass.c (ident_subst): Always alloca buffer.
2004-10-16 Hans-Peter Nilssonexpr.c (expr_add_location): Move declaration to before...
2004-10-15 Ranjit Mathewparse.y (parse_warning_context): Remove ATTRIBUTE_PRINT...
2004-10-15 Kazu Hirataboehm.c, [...]: Update copyright.
2004-10-14 Matt AusternSpeed up walk_tree by introducing a special-purpose...
2004-10-13 Tom Tromeyre PR java/15578 (gcj doesn't support -extdirs)
2004-10-06 Ulrich Weigandparse.y (issue_warning_error_from_context): Use va_list...
2004-10-06 Zack Weinbergpretty-print.c: Include tree.h.
2004-10-05 Ranjit MathewPrepare for %q, %< and %> in diagnostic message strings.
2004-10-05 Andrew Haley[multiple changes]
2004-10-01 Jan Hubickac-decl.c (c_expand_body): Update call tree_rest_of_comp...
2004-10-01 Kazu Hirata* lex.c: Fix a comment typo.
2004-10-01 Kazu Hirata* java-tree.h: Fix a comment typo.
2004-09-30 Per BothnerSimplify lexer. Implement --enable-mapped-location...
2004-09-30 Per Bothnerjava-tree.h (JAVA_FILE_P, ZIP_FILE_P): Remove unused...
2004-09-30 Per BothnerMore cleanup for --enable-mapped-location.
2004-09-30 Per Bothnercheck-init.c (check_init): Handle USE_MAPPED_LOCATION...
2004-09-30 Per Bothnerjava-tree.h: Redefine some macros and add soem declarat...
2004-09-29 Andrew Haleyre PR java/17007 (Inconsistent builtin attributes set...
2004-09-28 Tom Tromeyre PR java/15710 (ICE: tree check: expected class ...
2004-09-28 Andrew Haleyre PR java/17586 (kawa build fails with ICE)
2004-09-28 Andrew Haleyjcf-parse.c (load_class): Back out previous broken...
2004-09-28 Andrew Haleyre PR java/17586 (kawa build fails with ICE)
2004-09-25 Tom Tromeyre PR java/17500 (Anonymous inner class compile freakout)
2004-09-25 Kazu Hirataexpr.c, [...]: Fix comment typos.
2004-09-24 Tom Tromeyre PR java/15656 (ICE segfault in lex.c)
2004-09-24 Tom Tromeyre PR java/16789 (ICE in force_evaluation_order() on...
2004-09-24 Andrew Haleyre PR java/16927 (assert statement fails at -O1 and...
2004-09-23 Tom Tromeyre PR java/17329 (ICE: SEGV in java_gimplify_expr)
2004-09-23 Tom Tromeyre PR java/17380 (Bad diagnostic and ICE on valid code...)
2004-09-22 Kelley Cookaclocal.m4: Import AM_PROG_CC_C_O and AM_AUX_DIR_EXPAND.
2004-09-22 Nathan Sidwellvec.h (VEC_space): Return true if there _is_ space.
2004-09-21 Matt AusternFix bootstrap.
2004-09-21 Tom Tromeyre PR java/17575 (gcjh does not clear its function...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-14 Tom Tromeyre PR java/17216 (ICE in 3.5, error in 3.4.1 when...
2004-09-11 Andrew PinskiMake-lang.in (java/ggc-none.c): Change dependency for...
2004-09-11 Mohan EmbarMake-lang.in (java/win32-host.o): Add dependency on...
2004-09-11 Mohan EmbarMake-lang.in (GCJH_OBJS): Change dependency from ggc...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-24 Nathan Sidwellc-decl.c (c_init_decl_processing): Adjust build_common_...
2004-08-23 Nathan SidwellMakefile.in (BUILD_ERRORS): Set to build-errors.
2004-08-20 Nathan Sidwellexpr.c (build_java_arrayaccess): Use convert to change...
2004-08-19 Bryce McKinlayclass.c (make_local_function_alias): Allocate extra...
2004-08-19 Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-19 Andrew Pinskiclass.c (make_local_function_alias): Only make a new...
2004-08-18 Bryce McKinlayclass.c (make_local_function_alias): New function.
2004-08-18 Richard Hendersontree.h (struct tree_decl): Add gimple_formal_temp.
next