[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Results for gcc libjava testsuite on m68k-unknown-linux-gnu



LAST_UPDATED: Wed Nov 15 17:01:06 UTC 2006 (revision 118860)

Native configuration is m68k-unknown-linux-gnu

		=== libjava tests ===


Running target unix
WARNING: program timed out.
FAIL: FileHandleGcTest execution - source compiled test
WARNING: program timed out.
FAIL: FileHandleGcTest execution - gij test
WARNING: program timed out.
FAIL: FileHandleGcTest execution - bytecode->native test
FAIL: StackTrace2 -O3 execution - source compiled test

		=== libjava Summary ===

# of expected passes		6801
# of unexpected failures	4
# of expected failures		12
# of untested testcases		12

Compiler version: gcc libjava 
Platform: m68k-unknown-linux-gnu
configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --disable-libssp --disable-werror --enable-checking=release m68k-linux-gnu --enable-languages=c,c++,java
BOOT_CFLAGS=-O2


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-==============================================
ii  binutils       2.17-2+b2      The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

svn-updates:
  SVN updates from the 4.1 branch upto 20061115.

libjava-backport:
  gcc/java / libjava backport / classpath-0.92

libjava-backport2:
  updates from the redhat/gcc-4_1-branch for the libjava backport

libjava-backport3:
  Apply the libjava/net backport from the redhat/gcc-4_1-branch.

gcc-version:
  Add package identification to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

gcc-driver-extra-langs:
  Add options and specs for languages that are not built from a source
  (but built from separate sources).

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

boehm-gc-nocheck:
  Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.

fastjar-version:
  Append GCC version to the fastjar version string.

fastjar-doc:
  fastjar.texi: Directly define the gcctabopt and gccoptlist macros.

libstdc++-doxygen:
  libstdc++ doxygen docs: Set SHORT_NAMES to YES

libjava-subdir:
  - Set the libjava sublibdir to /usr/lib/gcj-4.1
  - Set the default libgcj database dir to /var/lib/gcj-4.1

libjava-lib32subdir:
  - When running the i386 binaries on amd64, look in /usr/lib32/gcj-x.y

libjava-jnipath:
  - Add /usr/lib/jni to java.library.path.
  - When running the i386 binaries on amd64, look in
  - /usr/lib32/gcj-x.y and /usr/lib32/jni instead.

libjava-lib32-properties:
  - When running the i386 binaries on amd64, adjust the properties
  java.home, gnu.classpath.home.url, sun.boot.class.path,
  gnu.gcj.precompiled.db.path.

libjava-stacktrace:
  libgcj: Lookup source file name and line number in separated
  debug files found in /usr/lib/debug

libjava-hppa:
  2006-06-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
  
  	* configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to
  	no.

libjava-plugin-binary:
  Make the plugin call the versioned gappletviewer.

libjava-soname:
  Bump the libgcj soversion.

libjava-disable-static:
  Disable building the static libjava.

libffi-configure:
  Add --enable-libffi option to toplevel configure script

libffi-backport:
  libffi backport

libffi-backport2:
  Add missing bits for the libffi backport from the trunk
  - parisc chunks
  - missing testcases in testsuite/libffi.call

alpha-no-ev4-directive:

arm-libffi:
  Add closure support to libffi for arm

arm-gij:
  Enable gij interpreter on arm

hppa-cbranch:
  Fix for PR target/26743 (hppa)
  Backport from gcc trunk 2006-04-12 by tausq@debian.org

hppa-cbranch2:
  Fix for PR target/26743 (hppa)
  Backport from gcc trunk 2006-04-12 by tausq@debian.org

m68k-fjump:
  gcc/config/m68k/m68k.md:
  always use as fjcc pseudo op, we rely heavily on as 
  to generate the right size for the jump instructions
  fixes #359281

m68k-gc:
  boehm-gc:
  the thread suspend handler has to save all registers
  reenable MPROTECT_VDB, it should work, otherwise it's probably a kernel bug
  change STACKBOTTOM to LINUX_STACKBOTTOM so it works with 2.6 kernel

m68k-save_pic:
  gcc/config/m68k/m68k.c:
  correctly save the pic register, when not done by reload()
  (fixes _Unwind_RaiseException and thus exception handling)
  fixes 345574

m68k-libffi:
  add closure support to libffi for m68k

m68k-dwarf:
  correct the dwarf frame information, but preserve compatibility

m68k-split_shift:
  use correct predicates for long long shifts and use more splits
  fixes 381572

m68k-prevent-qipush:
  prevent combine from creating a byte push on the stack (invalid on m68k)

m68k-jumptable:
  Don't force byte offset when accessing the jumptable, gas can
  generate the correct offset size instead.

m68k-peephole:
  Convert some text peepholes to rtl peepholes, so the correct
  DWARF2 information can be generated for stack manipulations.
  (Keep a few peepholes temporarily disabled.)

m68k-return:
  don't use single return if fp register have to be restored
  fixes 386864

m68k-sig-unwind:
  add support for unwinding over signal frames

m68k-align-code:
  use "move.l %a4,%a4" to advance within code.

m68k-align-stack:
  try to keep the stack word aligned

m68k-dwarf3:
  emit correct dwarf info for cfa offset and register with -fomit-frame-pointer

m68k-fpcompare:
  bring fp compare early to its desired form to relieve reload

m68k-secondary-addr-reload:
  add secondary reloads to allow reload to get byte values into addr regs

m68k-notice-move:
  don't set cc_status for fp move without fp register

m68k-symbolic-operand:
  better recognize symbolic operands in addresses

m68k-bitfield-offset:
  only use constant offset for register bitfields
  (combine expects shifts, but does a rotate)

pr25524:
  Backport PR libstdc++/25524 from the trunk

pr26885:
  Proposed patch for PR driver/26885

pr26864:
  Backport fix for PR libmudflap/26864 from the trunk.

pr27227:
  Revert the patch to fix PR c++/27227.

pr26208:
  PR other/26208

pr26208-r111674:
  PR other/26208, fix arm pasto

pr11953:
  PR libstdc++/11953, extended for all supported linux architectures

pr29362:
  Fix PR classpath/29362, taken from the redhat/gcc-4_1-branch.

pr29408-revert:
  Revert PR c++/29408.

pr29138-revert:
  Revert PR c++/29138

pr25878-revert:
  Revert PR c++/25878.

libjava-sjlj:
  Don't try to use _Unwind_Backtrace on SJLJ targets.
  See bug #387875, #388505, GCC PR 29206.

pr29805:
  Fix PR java/29805

mips-libjava-interp:
  Enable the libjava interpreter on mips/mipsel.

m68k-bitfield:
  Avoid propagation of mem expression past a zero_extract lvalue

pr25514:
  fixes: 344041
  Revision 113983:
  2006-05-22  Richard Sandiford  <richard@codesourcery.com>
  
  	PR rtl-optimization/25514
  	* combine.c (replaced_rhs_insn): New variable.
  	(combine_instructions): Set replaced_rhs_insn when trying to replace
  	a SET_SRC with a REG_EQUAL note.
  	(distribute_notes): Use replaced_rhs_insn when determining the live
  	range of a REG_DEAD register.

pr27736:
  PR rtl-optimization/27736
  	* combine.c (replaced_rhs_value): New variable.
  	(combine_instructions): Set it.
  	(distribute_notes): When distributing a note in replaced_rhs_insn,
  	check whether the value was used in replaced_rhs_value.

m68k-autoinc:
  recognize a few more autoinc possibilities

m68k-dwarf2:
  Recognize stack adjustments also in the src of an instruction.

m68k-peephole-note:
  don't choke on notes while reinserting REG_EH_REGION notes

m68k-java:
  java support for m68k
  - add m68k info to configure files
  - add sysdep/m68k/locks.h
  - boehm.c: don't use bitmap as gc_descr if pointer is misaligned

m68k-prevent-swap:
  don't swap operands during reloads

m68k-reg-inc:
  reinsert REG_INC notes after splitting an instruction

m68k-noautoinc-setjmp:
  don't attempt autoinc in a function using setjmp
  (otherwise it might modify a variable expected to be unmodified)

link-libs:

cpu-default-i486:
  set default 32bit ix86 architecture to i486

reporting:
  Add Debian URL for bug reporting instructions.

gcc-ice-hack:
  2004-01-23  Jakub Jelinek  <jakub@redhat.com>
  
  	* system.h (ICE_EXIT_CODE): Define.
  	* gcc.c (execute): Don't free first string early, but at the end
  	of the function.  Call retry_ice if compiler exited with
  	ICE_EXIT_CODE.
  	(retry_ice): New function.
  	* diagnostic.c (diagnostic_count_diagnostic,
  	diagnostic_action_after_output, error_recursion): Exit with
  	ICE_EXIT_CODE instead of FATAL_EXIT_CODE.

multiarch-include:
  biarch-include.dpatch
  
  Adds biarch include directories
  /usr/local/include/<arch>-linux-gnu
  /usr/include/<arch>-linux-gnu
  to the system include paths, depending on 32/64 bit mode.

Counting all warnings,
there are 26 warnings in stage3 of this bootstrap.

Number of warnings per file:
     11 gengtype-lex.c
      6 gcc/config/m68k/m68k.md
      4 gcc/libgcc2.c
      4 gcc/gcc.c
      1 gcc/java/jvspec.c

Number of warning types:
     11 no previous prototype for `???'
      4 string length `???' is greater than the length `???' ISO C89 compilers are required to support
      4 source missing a mode?
      2 operand 1 missing mode?
      2 old-style function definition
      2 function declaration isn't a prototype
      1 passing argument 2 of `???' from incompatible pointer type



Reply to: