LAST_UPDATED: Wed Nov 15 17:01:06 UTC 2006 (revision 118860) Native configuration is ia64-unknown-linux-gnu
=== libjava tests === Running target unix FAIL: StackTrace2 -O3 execution - source compiled test === libjava Summary === # of expected passes 6807 # of unexpected failures 1 # of expected failures 12 # of untested testcases 9 Compiler version: gcc libjava Platform: ia64-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 --with-system-libunwind --enable-checking=release ia64-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-3 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 <[EMAIL PROTECTED]> * 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 [EMAIL PROTECTED] hppa-cbranch2: Fix for PR target/26743 (hppa) Backport from gcc trunk 2006-04-12 by [EMAIL PROTECTED] 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. pr27880: Backport of PR target/27880 to the gcc-4_1-branch. no-getipinfo: On arm, hppa and ia64, don't use _Unwind_GetIPInfo in libjava and libstdc++. 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 <[EMAIL PROTECTED]> * 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 105 warnings in stage3 of this bootstrap. Number of warnings per file: 88 genattrtab 11 gengtype-lex.c 4 gcc/gcc.c 1 gcc/java/jvspec.c 1 gcc/config/ia64/itanium2.md Number of warning types: 56 unit `???' excludes and requires presence of `???' 32 unit `???' is not used 11 no previous prototype for `???' 5 string length `???' is greater than the length `???' ISO C89 compilers are required to support 1 passing argument 2 of `???' from incompatible pointer type -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]