60d3aec487
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count variable. * genemit.c (gen_expand, gen_split): Avoid set but not used warnings when operandN variables aren't used in the body of the expander or splitter. * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC, FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings. * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise. * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT, FOR_EACH_IMM_USE_ON_STMT): Likewise. * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise. * tree.c (PROCESS_ARG): Likewise. fortran/ * parse.c (parse_derived, parse_enum): Avoid set but not used warning. java/ * expr.c (process_jvm_instruction): Avoid set but not used warning. * builtins.c (compareAndSwapInt_builtin, compareAndSwapLong_builtin, getVolatile_builtin): Likewise. libjava/ * exception.cc (_Jv_Throw): Avoid set but not used warning. * include/java-assert.h (JvAssertMessage, JvAssert): Use argument in sizeof to avoid set but not used warnings. libjava/classpath/ * native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c (Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1): Avoid set but not used warning. libiberty/ * regex.c (byte_re_match_2_internal): Avoid set but not used warning. gcc/testsuite/ * gcc.dg/builtin-choose-expr.c: Avoid set but not used warnings. * gcc.dg/trunc-1.c: Likewise. * gcc.dg/vla-9.c: Likewise. * gcc.dg/dfp/composite-type.c: Likewise. libffi/ * testsuite/libffi.call/err_bad_abi.c: Remove unused args variable. From-SVN: r158084
97 lines
3.0 KiB
Plaintext
97 lines
3.0 KiB
Plaintext
2010-04-07 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* exception.cc (_Jv_Throw): Avoid set but not used warning.
|
|
* include/java-assert.h (JvAssertMessage, JvAssert): Use argument in
|
|
sizeof to avoid set but not used warnings.
|
|
|
|
2010-04-07 Jason Merrill <jason@redhat.com>
|
|
|
|
* gnu/gcj/runtime/natSharedLibLoader.cc (findCore): Move
|
|
declaration of _Jv_create_core out of the function.
|
|
|
|
2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.in: Regenerate.
|
|
* aclocal.m4: Regenerate.
|
|
* configure: Regenerate.
|
|
* gcj/Makefile.in: Regenerate.
|
|
* include/Makefile.in: Regenerate.
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
2010-03-21 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
PR target/42811
|
|
* configure.ac (DLLTOOL): Call AC_CHECK_TOOL.
|
|
(libgcj_sublib_core_extra_deps): New host-dependent configure var.
|
|
(LIBGCJ_SUBLIB_CORE_EXTRA_DEPS): AC_SUBST it.
|
|
* configure.host (libgcj_sublib_core_extra_deps): Define
|
|
appropriately on Cygwin and MinGW.
|
|
(libgcj_sublib_core_extra_deps): Add libgcj-noncore-dummy import
|
|
stub library on Cygwin and MinGW.
|
|
* Makefile.am (LIBJAVA_CORE_EXTRA): Import AC_SUBST'd
|
|
LIBGCJ_SUBLIB_CORE_EXTRA_DEPS if building sublibs, else define empty.
|
|
(libgcj_la_DEPENDENCIES): Use it.
|
|
(DLL_VERSION): New makefile macro.
|
|
(libgcj-noncore-dummy.dll.a): New build rule for dummy import stub
|
|
library.
|
|
(libgcj_noncore_la_LIBADD): Trim superfluous convenience libs.
|
|
(AM_MAKEFLAGS): Add DLLTOOL recursive propagation.
|
|
* libgcj-noncore-dummy.def: New file.
|
|
* Makefile.in: Regenerate.
|
|
* include/Makefile.in: Likewise.
|
|
* testsuite/Makefile.in: Likewise.
|
|
* configure: Likewise.
|
|
* gcj/Makefile.in: Likewise.
|
|
|
|
2010-03-21 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
PR target/42811 (prerequisite)
|
|
* jvmti.cc (_Jv_GetJVMTIEnv): Avoid use of uninitialised memory.
|
|
|
|
2010-03-13 Matthias Klose <doko@ubuntu.com>
|
|
|
|
PR libgcj/42676
|
|
* Regenerate .h files for anonymous inner classes.
|
|
|
|
2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
|
|
|
|
2010-02-24 Andrew Haley <aph@redhat.com>
|
|
|
|
PR java/40816
|
|
* include/jni_md.h: jboolean is an unsigned type.
|
|
|
|
2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
PR java/41991
|
|
* include/posix.h: Redefine _Unwind_FindEnclosingFunction.
|
|
|
|
2010-01-26 Andrew Haley <aph@redhat.com>
|
|
|
|
* java/lang/natClass.cc (registerClosure): Make sure closures is
|
|
non NULL.
|
|
|
|
2010-01-19 Matthias Klose <doko@ubuntu.com>
|
|
|
|
* Regenerate .class files.
|
|
* classpath/lib/java/security/VMSecureRandom*.class: Remove.
|
|
|
|
2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
* Makefile.am (write_entries_to_file): Use \012 instead of \n
|
|
with tr.
|
|
* scripts/makemake.tcl: Likewise.
|
|
* sources.am: Regenerate.
|
|
* Makefile.in: Regenerate.
|
|
|
|
2010-01-09 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* gnu/gcj/convert/Convert.java (version): Update copyright notice
|
|
dates.
|
|
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Likewise.
|
|
|
|
2010-01-06 Matthias Klose <doko@ubuntu.com>
|
|
|
|
* Regenerate .class files with updated ecj.jar (based on 3.5.1).
|