Bug#408888: closed by Matthias Klose <[EMAIL PROTECTED]> (Bug#408888: fixed in gcc-4.1 4.1.2-15)
Samuel Thibault, le Mon 03 Sep 2007 00:57:27 +0200, a écrit : > > please check the 4.2 > > It is already fine. Ah, actually no, it's not any more thanks to the new snapshot. > > and 4.3 branches as well. > > I'll have a look (I hadn't noticed that that branch got opened). Some other patches got merged there too. > > what is the upstream status of libjava-hurdfix.dpatch? I didn't see > > the libltdl changes forwarded upstream. > > It looks like that one is not needed any more actually. I'll check that > too. It is not indeed. Here are the three patches. You will notice that I actually had to fix configure.host again: gnu* doesn't match i486-gnu. Samuel Index: debian/patches/libjava-hurdfix.dpatch === --- debian/patches/libjava-hurdfix.dpatch (révision 2471) +++ debian/patches/libjava-hurdfix.dpatch (copie de travail) @@ -48,57 +48,6 @@ +#endif caseSensitive = true; } -diff -ur gcj-4.1.1/libjava/libltdl/acinclude.m4 gcj-4.1.1/libjava/libltdl/acinclude.m4 gcj-4.1.1/libjava/libltdl/acinclude.m4 2006-05-12 13:35:07.0 +0200 -+++ gcj-4.1.1/libjava/libltdl/acinclude.m4 2006-05-12 11:07:03.0 +0200 -@@ -1413,7 +1413,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -diff -ur gcj-4.1.1/libjava/libltdl/configure gcj-4.1.1/libjava/libltdl/configure gcj-4.1.1/libjava/libltdl/configure2006-05-12 13:35:21.0 +0200 -+++ gcj-4.1.1/libjava/libltdl/configure2006-05-12 11:07:15.0 +0200 -@@ -8380,7 +8380,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -12021,7 +12021,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -15097,7 +15097,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -17380,7 +17380,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no diff -ur gcj-4.1.1/libjava/configure.host gcj-4.1.1/libjava/configure.host --- gcj-4.1.1/libjava/configure.host 2006-09-07 01:00:37.0 +0200 +++ gcj-4.1.1/libjava/configure.host 2006-09-07 01:00:37.0 +0200 Index: debian/patches/libjava-hurdfix.dpatch === --- debian/patches/libjava-hurdfix.dpatch (révision 2471) +++ debian/patches/libjava-hurdfix.dpatch (copie de travail) @@ -27,57 +27,6 @@ exit 0 -diff -ur gcj-4.1.1/libjava/libltdl/acinclude.m4 gcj-4.1.1/libjava/libltdl/acinclude.m4 gcj-4.1.1/libjava/libltdl/acinclude.m4 2006-05-12 13:35:07.0 +0200 -+++ gcj-4.1.1/libjava/libltdl/acinclude.m4 2006-05-12 11:07:03.0 +0200 -@@ -1413,7 +1413,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -diff -ur gcj-4.1.1/libjava/libltdl/configure gcj-4.1.1/libjava/libltdl/configure gcj-4.1.1/libjava/libltdl/configure2006-05-12 13:35:21.0 +0200 -+++ gcj-4.1.1/libjava/libltdl/configure2006-05-12 11:07:15.0 +0200 -@@ -8380,7 +8380,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -12021,7 +12021,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -15097,7 +15097,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no -@@ -17380,7 +17380,7 @@ - ;; - - # This must be Linux ELF. --linux*) -+linux*|gnu*) - version_type=linux - need_lib_prefix=no - need_version=no diff -ur gcj-4.1.1/libjava/configure.host gcj-4.1.1/libjava/configure.host --- gcj-4.1.1/libjava/configure.host 2006-09-07 01:00:37.0 +0200 +++ gcj-4.1.1/libjava/configure.host 2006-09-07 01:00:37.0 +0200 @@ -85,52 +34,8 @@ esac case "${host}" in -- *linux*|*-kfreebsd*-gnu) -+ *linux*|*-kfreebsd*-gnu|*gnu*) +- *linux*|*-kfreebsd*-gnu|gnu*) ++ *linux*|*-kfreebsd*-gnu|*-gnu*) use_libgcj_bc=yes ;; *) -Index: gcc-4.1.1/libjava/java/lang/natPosixProcess.cc -=== gcc-4.1.1/libjava/java/lang/natPosixProcess.cc (révision 127274) -+++ gcc-4.1.1/libjava/java/lang/natPosixProcess.cc (copie de travail) -@@ -110,7 +110,11 @@ - // sigwait() on SIGCHLD. The information passed is ignored as it - // will be recovered by the waitpid() call. - static void -+#ifdef SA_SIGINFO - sigchld_handler (int sig, siginfo_t *si, void *third) -+#else -+sigc
Processing of gnat-4.2_4.2.1-5_amd64.changes
gnat-4.2_4.2.1-5_amd64.changes uploaded successfully to localhost along with the files: gnat-4.2_4.2.1-5.dsc gnat-4.2_4.2.1-5.diff.gz gnat-4.2-doc_4.2.1-5_all.deb gnat-4.2-base_4.2.1-5_amd64.deb libgnatprj4.2_4.2.1-5_amd64.deb libgnatprj4.2-dbg_4.2.1-5_amd64.deb libgnat-4.2_4.2.1-5_amd64.deb libgnat-4.2-dbg_4.2.1-5_amd64.deb libgnatvsn4.2_4.2.1-5_amd64.deb libgnatvsn4.2-dbg_4.2.1-5_amd64.deb gnat-4.2_4.2.1-5_amd64.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gnat-4.2_4.2.1-5_amd64.changes ACCEPTED
Accepted: gnat-4.2-base_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/gnat-4.2-base_4.2.1-5_amd64.deb gnat-4.2-doc_4.2.1-5_all.deb to pool/main/g/gnat-4.2/gnat-4.2-doc_4.2.1-5_all.deb gnat-4.2_4.2.1-5.diff.gz to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5.diff.gz gnat-4.2_4.2.1-5.dsc to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5.dsc gnat-4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5_amd64.deb libgnat-4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnat-4.2-dbg_4.2.1-5_amd64.deb libgnat-4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnat-4.2_4.2.1-5_amd64.deb libgnatprj4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatprj4.2-dbg_4.2.1-5_amd64.deb libgnatprj4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatprj4.2_4.2.1-5_amd64.deb libgnatvsn4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatvsn4.2-dbg_4.2.1-5_amd64.deb libgnatvsn4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatvsn4.2_4.2.1-5_amd64.deb Override entries for your package: gnat-4.2-base_4.2.1-5_amd64.deb - optional libs gnat-4.2-doc_4.2.1-5_all.deb - optional doc gnat-4.2_4.2.1-5.dsc - source devel gnat-4.2_4.2.1-5_amd64.deb - optional devel libgnat-4.2-dbg_4.2.1-5_amd64.deb - extra libdevel libgnat-4.2_4.2.1-5_amd64.deb - optional libs libgnatprj4.2-dbg_4.2.1-5_amd64.deb - extra libdevel libgnatprj4.2_4.2.1-5_amd64.deb - optional libs libgnatvsn4.2-dbg_4.2.1-5_amd64.deb - extra libdevel libgnatvsn4.2_4.2.1-5_amd64.deb - optional libs Announcing to [EMAIL PROTECTED] Closing bugs: 434754 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#434754: marked as done (gnat-4.2: FTBFS on GNU/kFreeBSD)
Your message dated Wed, 05 Sep 2007 11:47:06 + with message-id <[EMAIL PROTECTED]> and subject line Bug#434754: fixed in gnat-4.2 4.2.1-5 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: gnat-4.2 Version: 4.2.1-0 Severity: important Tags: patch gnat-4.2 fails to build on GNU/kFreeBSD, because it contains a patch that has already been applied upstream. Please find attachde a new kbsd-gnu-ada.dpatch to drop in debian/patches. -- System Information: Debian Release: lenny/sid Architecture: kfreebsd-i386 (i686) Kernel: kFreeBSD 6.2-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash kbsd-gnu-ada.dpatch Description: application/shellscript --- End Message --- --- Begin Message --- Source: gnat-4.2 Source-Version: 4.2.1-5 We believe that the bug you reported is fixed in the latest version of gnat-4.2, which is due to be installed in the Debian FTP archive: gnat-4.2-base_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/gnat-4.2-base_4.2.1-5_amd64.deb gnat-4.2-doc_4.2.1-5_all.deb to pool/main/g/gnat-4.2/gnat-4.2-doc_4.2.1-5_all.deb gnat-4.2_4.2.1-5.diff.gz to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5.diff.gz gnat-4.2_4.2.1-5.dsc to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5.dsc gnat-4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/gnat-4.2_4.2.1-5_amd64.deb libgnat-4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnat-4.2-dbg_4.2.1-5_amd64.deb libgnat-4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnat-4.2_4.2.1-5_amd64.deb libgnatprj4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatprj4.2-dbg_4.2.1-5_amd64.deb libgnatprj4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatprj4.2_4.2.1-5_amd64.deb libgnatvsn4.2-dbg_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatvsn4.2-dbg_4.2.1-5_amd64.deb libgnatvsn4.2_4.2.1-5_amd64.deb to pool/main/g/gnat-4.2/libgnatvsn4.2_4.2.1-5_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ludovic Brenta <[EMAIL PROTECTED]> (supplier of updated gnat-4.2 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 4 Sep 2007 23:03:57 +0200 Source: gnat-4.2 Binary: libgnatprj4.2 libgnat-4.2 libgnat-4.2-dbg gnat-4.2 libgnatvsn4.2 gnat-4.2-base libgnatvsn4.2-dbg gnat-4.2-doc libgnatprj4.2-dbg Architecture: source amd64 all Version: 4.2.1-5 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers Changed-By: Ludovic Brenta <[EMAIL PROTECTED]> Description: gnat-4.2 - The GNU Ada compiler gnat-4.2-base - The GNU Compiler Collection (gnat base package) gnat-4.2-doc - Documentation for the GNU Ada compiler (gnat) libgnat-4.2 - Runtime library for GNU Ada applications libgnat-4.2-dbg - Runtime library for GNU Ada applications libgnatprj4.2 - GNU Ada Project Manager libgnatprj4.2-dbg - GNU Ada Project Manager libgnatvsn4.2 - GNU Ada compiler version library libgnatvsn4.2-dbg - GNU Ada compiler version library Closes: 434754 Changes: gnat-4.2 (4.2.1-5) unstable; urgency=low . * Merge from gcc-4.2, in particular this change from 4.2.1-1: * Update kbsd-gnu-ada patch (Aurelien Jarno): Closes: #434754. Files: 6a9a729cb268766f47cf465c4796 1993 devel optional gnat-4.2_4.2.1-5.dsc 0eacf691ee0338d25b9f49b8b6e2848e 1401963 devel optional gnat-4.2_4.2.1-5.diff.gz a1d4fd38810014505492c391312f0f3f 1065106 doc optional gnat-4.2-doc_4.2.1-5_all.deb 6943b2c739e9ba959143d632b00a93dd 389384 libs optional gnat-4.2-base_4.2.1-5_amd64.deb d9ea47ec5abc36dc936c4a17d95ec409 448032 libs optional libgnatprj4.2_4.2.1-5_amd64.deb 3270422cae737674a459a1d1634164e3 498418 libdevel extra libgnatprj4.2-dbg_4.2.1-5_amd64.deb 25f8ccfb3014a2d8263c19780fea337f 1105996 libs optional libgnat-4.2_4.2.1-5_amd64.deb 4b1250a762f8a11a09863ebc377e7040 1401894 libdevel extra libgnat-4.2-dbg_4.2.1-5_amd64.deb 08e21448b3485113779f3decbfddc795 311154 libs optional libgnatvsn4.2_4.2.1-5_amd64.deb 41aad195431ff7ce631d184992e9e9d4 354726 libdevel extra libgnatvsn4.2-dbg_4.2.1-5_amd64.deb 3079c8a84fe75109b3cefc651a095161 8227866 devel optional gnat-4.2_4
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #11 from daney at gcc dot gnu dot org 2007-09-05 17:34 --- I am bootstrapping the 'Proposed patch' on mipsel-linux with this test case added: /* { dg-do compile } */ /* { dg-mips-options "-O2 -EB -mabi=64 -msym32 -mno-abicalls -march=mips64" } */ extern unsigned long a[]; int b(int x); int c() { return b(a[0]); } -- -- daney at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #12 from rsandifo at gcc dot gnu dot org 2007-09-05 20:48 --- Created an attachment (id=14160) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14160&action=view) 4.2 patch I've now regression-tested the original patch for mipsisa32r2-sde-elf. I've also regression-tested the attached patch for mips64-elf on 4.2 and 4.1. (The 4.2 version includes the testcase I used for all three runs. I've not forced -EB because that fails for -EL multilibs, and we want this test to work for both anyway.) I'll wait for David's results too and commit if all is well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #13 from ddaney at avtrex dot com 2007-09-05 20:57 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 rsandifo at gcc dot gnu dot org wrote: > I've not forced -EB because that fails for -EL > multilibs, and we want this test to work for both anyway.) > Are you sure? On the trunk I tested on mipsel-linux with -EB and it seems to work. For a compile only test it should work on little-endian system. David Daney -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #14 from richard at codesourcery dot com 2007-09-05 21:08 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: >> I've not forced -EB because that fails for -EL >> multilibs, and we want this test to work for both anyway.) >> > Are you sure? On the trunk I tested on mipsel-linux with -EB and it > seems to work. For a compile only test it should work on little-endian > system. I mean that it fails if you explicitly test -EL multilibs. E.g. on mipsisa64-elf, I normally test "mips-sim{,-msoft-float}{-EB,-EL}", and the compiler will complain at having both -EL and -EB on the command line. We could make mips.exp skip the test when -EL is forced, but it seems more useful to run it regardless. Or we could use target selectors to select between two dg-mips-options lines depending on whether -EL has been added to the multilib flags. However, it seems odd to test big-endian (only) on little-endian systems when -EL is not explicitly given, but test little-endian when -EL _is_ explicitly (and redundantly) given. Richard -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #15 from ddaney at avtrex dot com 2007-09-05 21:15 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 richard at codesourcery dot com wrote: > --- Comment #14 from richard at codesourcery dot com 2007-09-05 21:08 > --- > Subject: Re: internal compiler error: in print_operand_reloc, at > config/mips/mips.c:5579 > > "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: >>> I've not forced -EB because that fails for -EL >>> multilibs, and we want this test to work for both anyway.) >>> >> Are you sure? On the trunk I tested on mipsel-linux with -EB and it >> seems to work. For a compile only test it should work on little-endian >> system. > > I mean that it fails if you explicitly test -EL multilibs. E.g. on > mipsisa64-elf, I normally test "mips-sim{,-msoft-float}{-EB,-EL}", and > the compiler will complain at having both -EL and -EB on the command line. > We could make mips.exp skip the test when -EL is forced, but it seems > more useful to run it regardless. Or we could use target selectors to > select between two dg-mips-options lines depending on whether -EL has > been added to the multilib flags. However, it seems odd to test > big-endian (only) on little-endian systems when -EL is not explicitly > given, but test little-endian when -EL _is_ explicitly (and redundantly) > given. > My concern was that the bug only occurs for me with -EB, so running the test case with -EL would be pointless. I understand that you do most of your testing on the simulator, but for someone doing testing on little endian hardware there is no coverage without the -EB. David Daney -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #16 from richard at codesourcery dot com 2007-09-05 21:22 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: > My concern was that the bug only occurs for me with -EB, so running the > test case with -EL would be pointless. I understand that you do most of > your testing on the simulator, but for someone doing testing on little > endian hardware there is no coverage without the -EB. OK. As I said before, I didn't think it would be pointless, because we do want to make sure this continues to work for -EL too. (There's generally very little coverage of -mabi=64 -msym32; the only user I know of is linux.) However, I'll yield and make mips.exp skip the test when running explicitly-EL multilibs. Richard -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #17 from ddaney at avtrex dot com 2007-09-05 21:36 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 richard at codesourcery dot com wrote: > --- Comment #16 from richard at codesourcery dot com 2007-09-05 21:22 > --- > Subject: Re: internal compiler error: in print_operand_reloc, at > config/mips/mips.c:5579 > > "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: >> My concern was that the bug only occurs for me with -EB, so running the >> test case with -EL would be pointless. I understand that you do most of >> your testing on the simulator, but for someone doing testing on little >> endian hardware there is no coverage without the -EB. > > OK. As I said before, I didn't think it would be pointless, because > we do want to make sure this continues to work for -EL too. The only time loading the low order bits of a word is done at an offset from the base of the word is in big endian. So I don't think it will ever fail on a little endian system, but I may be missing something. > (There's > generally very little coverage of -mabi=64 -msym32; the only user I know > of is linux.) However, I'll yield and make mips.exp skip the test when > running explicitly-EL multilibs. Thanks -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579
--- Comment #18 from richard at codesourcery dot com 2007-09-05 21:44 --- Subject: Re: internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579 "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: > richard at codesourcery dot com wrote: >> --- Comment #16 from richard at codesourcery dot com 2007-09-05 21:22 >> --- >> Subject: Re: internal compiler error: in print_operand_reloc, at >> config/mips/mips.c:5579 >> >> "ddaney at avtrex dot com" <[EMAIL PROTECTED]> writes: >>> My concern was that the bug only occurs for me with -EB, so running the >>> test case with -EL would be pointless. I understand that you do most of >>> your testing on the simulator, but for someone doing testing on little >>> endian hardware there is no coverage without the -EB. >> >> OK. As I said before, I didn't think it would be pointless, because >> we do want to make sure this continues to work for -EL too. > > The only time loading the low order bits of a word is done at an offset > from the base of the word is in big endian. So I don't think it will > ever fail on a little endian system, but I may be missing something. Yes, I realise that, but I meant that you can't really assume very much about -mabi=64 -msym32 -EL at all from a mips{64,}{,-el}-linux-gnu run. At least allowing the test to be run in little-endian would have provided some coverage, and people were still going to notice if the -EB case regressed. Richard -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[bts-link] source package gcc-defaults
# # bts-link upstream status pull for source package gcc-defaults # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user [EMAIL PROTECTED] # remote status report for #414178 # * http://gcc.gnu.org/PR27574 # * remote status changed: (?) -> NEW usertags 414178 + status-NEW thanks
gpc-4.1_2.1-4.1.2-15_multi.changes REJECTED
Hi Maintainer, rejected: E: gpc-4.1: no-copyright-file And also missing the changelog.Debian.gz. -- bye Joerg === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-4.3_4.3-20070902-1_multi.changes ACCEPTED
Accepted: cpp-4.3-doc_4.3-20070902-1_all.deb to pool/main/g/gcc-4.3/cpp-4.3-doc_4.3-20070902-1_all.deb cpp-4.3_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_amd64.deb cpp-4.3_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_hppa.deb cpp-4.3_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_i386.deb cpp-4.3_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_ia64.deb cpp-4.3_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_powerpc.deb cpp-4.3_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3-20070902-1_sparc.deb fixincludes_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_amd64.deb fixincludes_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_hppa.deb fixincludes_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_i386.deb fixincludes_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_ia64.deb fixincludes_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_powerpc.deb fixincludes_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/fixincludes_4.3-20070902-1_sparc.deb g++-4.3-multilib_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3-20070902-1_amd64.deb g++-4.3-multilib_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3-20070902-1_i386.deb g++-4.3-multilib_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3-20070902-1_powerpc.deb g++-4.3-multilib_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/g++-4.3-multilib_4.3-20070902-1_sparc.deb g++-4.3_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_amd64.deb g++-4.3_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_hppa.deb g++-4.3_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_i386.deb g++-4.3_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_ia64.deb g++-4.3_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_powerpc.deb g++-4.3_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/g++-4.3_4.3-20070902-1_sparc.deb gappletviewer-4.3_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_amd64.deb gappletviewer-4.3_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_hppa.deb gappletviewer-4.3_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_i386.deb gappletviewer-4.3_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_ia64.deb gappletviewer-4.3_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_powerpc.deb gappletviewer-4.3_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/gappletviewer-4.3_4.3-20070902-1_sparc.deb gcc-4.3-base_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_amd64.deb gcc-4.3-base_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_hppa.deb gcc-4.3-base_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_i386.deb gcc-4.3-base_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_ia64.deb gcc-4.3-base_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_powerpc.deb gcc-4.3-base_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/gcc-4.3-base_4.3-20070902-1_sparc.deb gcc-4.3-doc_4.3-20070902-1_all.deb to pool/main/g/gcc-4.3/gcc-4.3-doc_4.3-20070902-1_all.deb gcc-4.3-hppa64_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/gcc-4.3-hppa64_4.3-20070902-1_hppa.deb gcc-4.3-locales_4.3-20070902-1_all.deb to pool/main/g/gcc-4.3/gcc-4.3-locales_4.3-20070902-1_all.deb gcc-4.3-multilib_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3-20070902-1_amd64.deb gcc-4.3-multilib_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3-20070902-1_i386.deb gcc-4.3-multilib_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3-20070902-1_powerpc.deb gcc-4.3-multilib_4.3-20070902-1_sparc.deb to pool/main/g/gcc-4.3/gcc-4.3-multilib_4.3-20070902-1_sparc.deb gcc-4.3-source_4.3-20070902-1_all.deb to pool/main/g/gcc-4.3/gcc-4.3-source_4.3-20070902-1_all.deb gcc-4.3_4.3-20070902-1.diff.gz to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1.diff.gz gcc-4.3_4.3-20070902-1.dsc to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1.dsc gcc-4.3_4.3-20070902-1_amd64.deb to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1_amd64.deb gcc-4.3_4.3-20070902-1_hppa.deb to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1_hppa.deb gcc-4.3_4.3-20070902-1_i386.deb to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1_i386.deb gcc-4.3_4.3-20070902-1_ia64.deb to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1_ia64.deb gcc-4.3_4.3-20070902-1_powerpc.deb to pool/main/g/gcc-4.3/gcc-4.3_4.3-20070902-1_powerpc.deb gcc-4.3_4.3-20070902-1_sparc.deb to pool/main/
Results for 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) testsuite on mips-unknown-linux-gnu
LAST_UPDATED: Fri Aug 31 21:31:34 UTC 2007 (revision 128003) Target: mips-linux-gnu gcc version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/pr14814.C scan-tree-dump-times &this 0 XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes12406 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 109 /build/buildd/gcc-4.1-4.1.2/build/gcc/testsuite/g++/../../g++ version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-2f.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os FAIL: gcc.c-torture/execute/loop-2g.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/copysign1.c execution, -Os FAIL: gcc.dg/attr-alias-3.c (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 FAIL: gcc.target/mips/memcpy-1.c scan-assembler-not \\tlbu\\t === gcc Summary === # of expected passes38287 # of unexpected failures27 # of unexpected successes 1 # of expected failures 76 # of untested testcases 28 # of unsupported tests 278 /build/buildd/gcc-4.1-4.1.2/build/gcc/xgcc version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) === gfortran tests === Running target unix XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary === # of expected passes13541 # of unexpected successes 8 # of expected failures 4 # of unsupported tests 90 /build/buildd/gcc-4.1-4.1.2/build/gcc/testsuite/gfortran/../../gfortran version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) === obj-c++ tests === Running target unix FAIL: obj-c++.dg/cxx-ivars-2.mm execution test FAIL: obj-c++.dg/encode-8.mm execution test FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes423 # of unexpected failures6 # of unresolved testcases 3 # of unsupported tests 13 /build/buildd/gcc-4.1-4.1.2/build/gcc/testsuite/obj-c++/../../g++ version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) === objc tests === Running target unix FAIL: objc.dg/stabs-1.m scan-assembl
Results for 4.2.1 (Debian 4.2.1-5) testsuite on alpha-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Native configuration is alpha-unknown-linux-gnu === libffi tests === Running target unix === libffi Summary === # of expected passes1108 # of unsupported tests 8 === libgomp tests === Running target unix === libgomp Summary === # of expected passes1574 === libstdc++ tests === Running target unix FAIL: abi_check XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) XPASS: 27_io/fpos/14320-1.cc execution test FAIL: ext/pb_ds/regression/tree_data_map_rand.cc execution test FAIL: ext/pb_ds/regression/tree_no_data_map_rand.cc execution test === libstdc++ Summary === # of expected passes3842 # of unexpected failures3 # of unexpected successes 2 # of expected failures 14 # of unsupported tests 316 Target: alpha-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) === g++ tests === Running target unix FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"class2("|000) FAIL: g++.dg/other/unused1.C scan-assembler (string|ascii?)z?\\t"printer("|000) === g++ Summary === # of expected passes13450 # of unexpected failures2 # of expected failures 66 # of unsupported tests 120 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix FAIL: gcc.c-torture/compile/20061005-1.c -O0 (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -O0 (test for excess errors) FAIL: gcc.c-torture/compile/20061005-1.c -O1 (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -O1 (test for excess errors) FAIL: gcc.c-torture/compile/20061005-1.c -O2 (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/20061005-1.c -O3 -fomit-frame-pointer (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.c-torture/compile/20061005-1.c -O3 -g (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/20061005-1.c -Os (internal compiler error) FAIL: gcc.c-torture/compile/20061005-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20050121-1.c compilation, -O0 (internal compiler error) UNRESOLVED: gcc.c-torture/execute/20050121-1.c execution, -O0 UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/compat/scalar-return-4 c_compat_y_tst.o compile, (internal compiler error) UNRESOLVED: gcc.dg/compat/scalar-return-4 c_compat_x_tst.o-c_compat_y_tst.o link UNRESOLVED: gcc.dg/compat/scalar-return-4 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL: tmpdir-gcc.dg-struct-layout-1/t003 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL: gcc.dg/cleanup-10.c execution test FAIL: gcc.dg/cleanup-11.c execution test FAIL: gcc.dg/cleanup-8.c execution test FAIL: gcc.dg/cleanup-9.c execution test FAIL: gcc.dg/pr27095.c scan-assembler-not (?n)strlen(.*\\n)+.*strlen FAIL: gcc.dg/torture/fp-int-convert-timode.c -O0 execution test FAIL: gcc.dg/torture/fp-int-convert-timode.c -O1 execution test FAIL: gcc.dg/torture/fp-int-convert-timode.c -O2 execution test FAIL: gcc.dg/torture/fp-int-convert-timode.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/fp-int-convert-timode.c -O3 -g execution test FAIL: gcc.dg/torture/fp-int-convert-timode.c -Os execution test FAIL: gcc.dg/vect/pr21591.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-reduc-1char.c scan-tree-dump-times vectorized 3 loops 1 XPASS: gcc.dg/vect/vect-reduc-1short.c scan-tree-dump-times vectorized 3 loops 1 XPASS: gcc.dg/vect/wrapv-vect-reduc-2char.c scan-tree-dump-times vectorized 3 loops 1 XPASS: gcc.dg/vect/wrapv-vect-reduc-2short.c scan-tree-dump-times vectorized 3 loops 1 === gcc Summary === # of expected passes41230 # of unexpected failures27 # of unexpected successes 4 # of expected failures 112 # of unresolved testcases 4 # of untested testcases 28 # of unsupported tests 438 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix FAIL: gfortran.dg/c_by_val_1.f -O0 execution test FAIL: gfortran.dg/c_by_val_1.f -O1 execution test FAIL: gfortran.dg/c_by_val_1.f -O2 execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL:
Results for 4.2.1 (Debian 4.2.1-5) testsuite on x86_64-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: x86_64-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is x86_64-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix === # of expected passes13474 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 106 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-fstack-protector === # of expected passes13474 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 106 === g++ Summary === # of expected passes26948 # of unexpected successes 4 # of expected failures 132 # of unsupported tests 212 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -Os compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -Os compilation failed to produce executable FAIL: gcc.target/i386/pr30961-1.c scan-assembler-not movapd === gcc Summary for unix === # of expected passes42056 # of unexpected failures1 # of expected failures 127 # of unresolved testcases 13 # of untested testcases 28 # of unsupported tests 402 Running target unix/-fstack-protector UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -Os compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -Os compilation failed to produce executable FAIL: gcc.target/i386/pr30961-1.c scan-assembler-not movapd === gcc Summary for unix/-fstack-protector === # of expected passes42056 # of unexpected failures1 # of expected failures 127 # of unresolved testcases 13 # of untested testcases 28 # of unsupported tests 402 === gcc Summary === # of expected passes84112 # of unexpected failures2 # of expected failures 254 # of unresolved testcases 26 # of untested testcases 56 # of unsupported tests 804 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (D
Results for 4.2.1 (Debian 4.2.1-5) testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: hppa-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary === # of expected passes13471 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 119 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 === gcc Summary === # of expected passes40813 # of unexpected successes 1 # of expected failures 84 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 374 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary === # of expected passes16084 # of unexpected successes 8 # of expected failures 6 # of unsupported tests 91 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Debian 4.2.1-5) === obj-c++ tests === Running target unix FAIL: obj-c++.dg/cxx-ivars-2.mm execution test FAIL: obj-c++.dg/encode-8.mm execution test FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes429 # of unexpected failures6 # of unresolved testcases 3 # of unsupported tests 13 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/obj-c++/../../g++ version 4.2.1 (Debian 4.2.1-5) === objc tests === Running target unix === objc Summary === # of expected passes1806 # of expected failures 7 # of unsupported tests 24 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === treelang tests === Running target unix === treelang Summary === # of expected passes52 === libffi tests === Running target unix === libffi Summary === # of expected passes1108 # of unsupported tests 8 === libgomp tests === Running target unix === libgomp Summary === # of expected passes1560 # of unsupported tests 7 === libmudflap tests === Running target unix WARNING: program timed out. FAIL: libmudflap.cth/pass40-frag.c execution test FAIL: libmudflap.cth/pass40-frag.c output pattern test WARNING: program timed out. FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) execution test FAIL: libmudflap.cth/pass40-frag.c (-static -DSTATIC) output pattern test WARNING: program timed out. FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test FAIL: libmudflap.cth/pass40-frag.c (-O2) output pattern test WARNING: program timed out. FAIL: libmudflap.cth/pass40-frag.c (-O3) execution test FAIL: libmudflap.cth/pass40-frag.c (-O3) output pattern test === libmudflap Summary === # of expected passes1806 # of unexpected failures8 === libstdc++ tests === Running target unix FAIL: abi_check XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) WARNING: program timed out. FAIL: ext/pb_ds/regression/tree_data_map_rand.cc (test for excess errors) UNRESOLVED: ext/pb_ds/regression/tree_data_map_rand.cc compilation failed to produce executable WARNING: program timed out. FAIL: ext/pb_ds/regression/tree_no_data_map_rand.cc (test for excess errors) UNRESOLVED: ext/pb_ds/regression/tree_no_data_map_rand.cc compilation failed to produce executable
Results for 4.2.1 (Debian 4.2.1-5) testsuite on i486-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: i486-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix === # of expected passes13564 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 74 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-fstack-protector === # of expected passes13564 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 74 Running target unix/-m64 XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-m64 === # of expected passes13474 # of unexpected successes 2 # of expected failures 66 # of unsupported tests 106 === g++ Summary === # of expected passes40602 # of unexpected successes 6 # of expected failures 198 # of unsupported tests 254 /home/packages/gcc/4.2/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g === gcc Summary for unix === # of expected passes4 # of expected failures 116 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 293 Running target unix/-fstack-protector UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g === gcc Summary for unix/-fstack-protector === # of expected passes4 # of expected failures 116 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 293 Running target unix/-m64 UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/invalid-call-1.c non-compatible type (test for warnings, line 16) FAIL: gcc.dg/invalid-call-1.c (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -Os compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -Os compilation failed to produce executable FAIL: gcc.misc-tests/linkage.c link FAIL: gcc.target/i386/pr30961-1.c scan-assembler-not movapd === gcc Summary for unix/-m64 === # of expected passes42046 # of unexpected failures4 # of expected failures 127 # of unresolved testcases 13 # of untested testcases 28 # of unsupported tests 405 === gcc Summary === # of expected passes126490 # of unexpected failures4 # of expected failures 359 # of unresolved testcases 15 # of untested testcases 84 # of unsupported tests 991 /home/packages/gcc/4.2/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g executi
Results for 4.2.1 (Debian 4.2.1-5) testsuite on mips-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: mips-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.old-deja/g++.abi/vtable2.C execution test === g++ Summary === # of expected passes13475 # of unexpected failures1 # of expected failures 66 # of unsupported tests 118 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-2f.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os FAIL: gcc.c-torture/execute/loop-2g.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/attr-alias-3.c (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes41083 # of unexpected failures18 # of unexpected successes 1 # of expected failures 83 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 336 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary === # of expected passes16084 # of unexpected successes 8 # of expected failures 6 # of unsupported tests 91 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Debian 4.2.1-5) === obj-c++ tests === Running target unix FAIL: obj-c++.dg/cxx-ivars-2.mm execution test FAIL: obj-c++.dg/encode-8.mm execution test FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes429 # of unexpected failures6 # of unresolved testcases 3 # of unsupported tests 13 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/obj-c++/../../g++ version 4.2.1 (Debian 4.2.1-5) === objc tests === Running target unix FAIL: objc.dg/stabs-1.m scan-assembler (.SUBSPA.*[\$]CODE[\$]|.text"?)\\n\\t.stabs.*100,0,0,(.)?L?L[\$]?etext[0-9]*\\n(.)?L?L[\$]?etext === objc Summary === # of expected passes1805 # of unexpected failures1 # of expected failures 7 # of unsupported tests 24 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === treelang tests === Running target unix === treelang Summary === # of expected passes52 === libffi tests === Running target unix === libffi Summary === # of expected passes1108 # of unsupported tests 8 === libgomp tests === Running target unix FAIL: libgomp.fortran/pr
Results for 4.2.1 (Debian 4.2.1-5) testsuite on mipsel-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: mipsel-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.old-deja/g++.abi/vtable2.C execution test === g++ Summary === # of expected passes13475 # of unexpected failures1 # of expected failures 66 # of unsupported tests 118 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/execute/loop-2f.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os FAIL: gcc.c-torture/execute/loop-2g.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/attr-alias-3.c (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes41082 # of unexpected failures19 # of unexpected successes 1 # of expected failures 83 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 336 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary === # of expected passes16084 # of unexpected successes 8 # of expected failures 6 # of unsupported tests 91 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Debian 4.2.1-5) === obj-c++ tests === Running target unix FAIL: obj-c++.dg/cxx-ivars-2.mm execution test FAIL: obj-c++.dg/encode-8.mm execution test FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes429 # of unexpected failures6 # of unresolved testcases 3 # of unsupported tests 13 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/obj-c++/../../g++ version 4.2.1 (Debian 4.2.1-5) === objc tests === Running target unix FAIL: objc.dg/stabs-1.m scan-assembler (.SUBSPA.*[\$]CODE[\$]|.text"?)\\n\\t.stabs.*100,0,0,(.)?L?L[\$]?etext[0-9]*\\n(.)?L?L[\$]?etext === objc Summary === # of expected passes1805 # of unexpected failures1 # of expected failures 7 # of unsupported tests 24 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === treelang tests === Running target unix === treelang Summary === # of expected passes52 === libffi tests === Running target unix === libffi Summary === # of expected passes1108 # of unsupport
Results for 4.2.1 (Debian 4.2.1-5) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: powerpc-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes13580 # of expected failures 66 # of unsupported tests 103 Running target unix/-fstack-protector === g++ Summary for unix/-fstack-protector === # of expected passes13580 # of expected failures 66 # of unsupported tests 103 Running target unix/-m64 === g++ Summary for unix/-m64 === # of expected passes13542 # of expected failures 66 # of unsupported tests 106 === g++ Summary === # of expected passes40702 # of expected failures 198 # of unsupported tests 312 /home/doko/gcc/4.2/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O2 (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -fomit-frame-pointer (test for excess errors) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O3 -g (test for excess errors) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )a, 2 FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )c, 2 === gcc Summary for unix === # of expected passes42423 # of unexpected failures5 # of expected failures 115 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 389 Running target unix/-fstack-protector UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )a, 2 FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )c, 2 === gcc Summary for unix/-fstack-protector === # of expected passes42426 # of unexpected failures2 # of expected failures 115 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 389 Running target unix/-m64 WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )a, 2 FAIL: gcc.dg/tree-ssa/loop-19.c scan-tree-dump-times MEM.(base: &|symbol: )c, 2 XPASS: gcc.dg/tree-ssa/sra-2.c scan-tree-dump-times link_error 0 FAIL: gcc.target/powerpc/ppc-negeq0-1.c scan-assembler-not cntlzw === gcc Summary for unix/-m64 === # of expected passes42278 # of unexpected failures4 # of unexpected successes 1 # of expected failures 115 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 453 === gcc Summary === # of expected passes127127 # of unexpected failures11 # of unexpected successes 1 # of expected failures 345 # of unresolved testcases 3 # of untested testcases 84 # of unsupported tests 1231 /home/doko/gcc/4.2/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix FAIL: gfortran.dg/c_by_val_1.f -O0 execution test FAIL: gfortran.dg/c_by_val_1.f -O1 execution test FAIL: gfortran.dg/c_by_val_1.f -O2 execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -g execution test FAIL: gfortran.dg/c_by_val_1.f -Os execution test XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O0 execution test FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O1 execution test FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O2 execution test FAIL: gfortran.dg/large_real_kind_form_io_2.f90 -O3 -fomit-frame-pointer
Results for 4.2.1 (Debian 4.2.1-5) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: s390-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes13475 # of expected failures 66 # of unsupported tests 118 Running target unix/-fstack-protector === g++ Summary for unix/-fstack-protector === # of expected passes13475 # of expected failures 66 # of unsupported tests 118 === g++ Summary === # of expected passes26950 # of expected failures 132 # of unsupported tests 236 /build/buildd/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary for unix === # of expected passes40882 # of unexpected successes 1 # of expected failures 83 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 354 Running target unix/-fstack-protector UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary for unix/-fstack-protector === # of expected passes40882 # of unexpected successes 1 # of expected failures 83 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 354 === gcc Summary === # of expected passes81764 # of unexpected successes 2 # of expected failures 166 # of unresolved testcases 2 # of untested testcases 56 # of unsupported tests 708 /build/buildd/gcc-4.2-4.2.1/build/gcc/xgcc version 4.2.1 (Debian 4.2.1-5) === gfortran tests === Running target unix FAIL: gfortran.dg/c_by_val_1.f -O0 execution test FAIL: gfortran.dg/c_by_val_1.f -O1 execution test FAIL: gfortran.dg/c_by_val_1.f -O2 execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -g execution test FAIL: gfortran.dg/c_by_val_1.f -Os execution test XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary for unix === # of expected passes16196 # of unexpected failures8 # of unexpected successes 8 # of expected failures 6 # of unsupported tests 35 Running target unix/-fstack-protector FAIL: gfortran.dg/c_by_val_1.f -O0 execution test FAIL: gfortran.dg/c_by_val_1.f -O1 execution test FAIL: gfortran.dg/c_by_val_1.f -O2 execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/c_by_val_1.f -O3 -g execution test FAIL: gfortran.dg/c_by_val_1.f -Os execution test XPASS: gfortran.dg/csqrt_2.f -O0 execution test XPASS: gfortran.dg/csqrt_2.f -O1 execution test XPASS: gfortran.dg/csqrt_2.f -O2 execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-loops execution test XPASS: gfortran.dg/csqrt_2.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test XPASS: gfortran.dg/csqrt_2.f -O3 -g execution test XPASS: gfortran.dg/csqrt_2.f -Os execution test === gfortran Summary for unix/-fstack-protector === # of expected passes16196 # of unexpected failures8 # of unexpected successes 8 # of expected failures 6 # of unsupported tests 35 === gfortran Summary === # of expected passes32392 # of unexpected failures16 # of unexpected successes 16 # of expected failures 12 # of unsupported tests 70 /build/buildd/gcc-4.2-4.2
Results for 4.2.1 (Debian 4.2.1-5) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: sparc-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes13485 # of expected failures 66 # of unsupported tests 116 Running target unix/-fstack-protector === g++ Summary for unix/-fstack-protector === # of expected passes13485 # of expected failures 66 # of unsupported tests 116 Running target unix/-m64 FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, (internal compiler error) FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_y_tst.o compile, (internal compiler error) UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o-cp_compat_y_tst.o link UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o-cp_compat_y_tst.o execute === g++ Summary for unix/-m64 === # of expected passes13449 # of unexpected failures2 # of expected failures 66 # of unresolved testcases 2 # of unsupported tests 118 === g++ Summary === # of expected passes40419 # of unexpected failures2 # of expected failures 198 # of unresolved testcases 2 # of unsupported tests 350 /home/packages/gcc/4.2/gcc-4.2-4.2.1/build/gcc/testsuite/g++/../../g++ version 4.2.1 (Debian 4.2.1-5) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-75.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.target/sparc/pdist-3.c execution test === gcc Summary for unix === # of expected passes41300 # of unexpected failures2 # of unexpected successes 3 # of expected failures 125 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 424 Running target unix/-fstack-protector UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g XPASS: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-75.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.target/sparc/pdist-3.c execution test === gcc Summary for unix/-fstack-protector === # of expected passes41301 # of unexpected failures1 # of unexpected successes 3 # of expected failures 125 # of unresolved testcases 1 # of untested testcases 28 # of unsupported tests 424 Running target unix/-m64 FAIL: gcc.c-torture/execute/conversion.c execution, -O0 UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/unsorted/DFcmp.c, -O1 (internal compiler error) FAIL: gcc.c-torture/unsorted/DFcmp.c, -O2 (internal compiler error) FAIL: gcc.c-torture/unsorted/DFcmp.c, -O3 -fomit-frame-pointer (internal compiler error) FAIL: gcc.c-torture/unsorted/DFcmp.c, -O3 -g (internal compiler error) FAIL: gcc.c-torture/unsorted/DFcmp.c, -Os (internal compiler error) FAIL: gcc.c-torture/unsorted/SFset.c, -O1 (internal compiler error) FAIL: gcc.c-torture/unsorted/SFset.c, -O2 (internal compiler error) FAIL: gcc.c-torture/unsorted/SFset.c, -O3 -fomit-frame-pointer (internal compiler error) FAIL: gcc.c-torture/unsorted/SFset.c, -O3 -g (internal compiler error) FAIL: gcc.c-torture/unsorted/SFset.c, -Os (internal compiler error) FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O0 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O1 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O2 execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -fomit-frame-pointer execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -O3 -g execution test FAIL: gcc.dg/torture/fp-int-convert-long-double.c -Os execution test FAIL: gcc.dg/tree-ssa/gen-vect-11c.c scan-tree-dump-times vectorized 0 loops 1 XPASS: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-105.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-75.c scan-tree-dump-times vectorized 1 loops 1 FAIL: gcc.misc-tests/linkage.c link FAIL: gcc.target/sparc/pdist-3.c execution test === gcc Summary for unix/-m64 === # of expected passes41277 # of unexpected failures20 # of unexpected successes 3 # of expected failures 125 # of unresolved testcases 1 # of untested testcases
Results for 4.3.0 20070829 (experimental) [trunk revision 127913] (GCC) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Target: s390-linux-gnu gcc version 4.3.0 20070829 (experimental) [trunk revision 127913] (GCC) === acats tests === FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2313 # of unexpected failures2 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.jason/template33.C (internal compiler error) FAIL: g++.old-deja/g++.jason/template33.C (test for excess errors) === g++ Summary for unix === # of expected passes16446 # of unexpected failures2 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 130 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.jason/template33.C (internal compiler error) FAIL: g++.old-deja/g++.jason/template33.C (test for excess errors) === g++ Summary for unix/-fstack-protector === # of expected passes16446 # of unexpected failures2 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 130 === g++ Summary === # of expected passes32892 # of unexpected failures4 # of unexpected successes 2 # of expected failures 174 # of unsupported tests 260 /build/buildd/gcc-snapshot-20070829/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070829 (experimental) [trunk revision 127913] (GCC) === gcc tests === Running target unix FAIL: gcc.c-torture/compile/limits-structnest.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix === # of expected passes43840 # of unexpected failures8 # of unexpected successes 10 # of expected failures 89 # of unresolved testcases 2 # of untested testcases 35 # of unsupported tests 321 Running target unix/-fstack-protector FAIL: gcc.c-torture/compile/limits-blockid.c -O0 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functio
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on x86_64-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: x86_64-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: c41103a FAIL: c41103b FAIL: c51004a FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2310 # of unexpected failures5 Native configuration is x86_64-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix === # of expected passes16512 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 116 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-fstack-protector === # of expected passes16512 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 116 Running target unix/-m32 XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-m32 === # of expected passes16597 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 87 === g++ Summary === # of expected passes49621 # of unexpected successes 9 # of expected failures 261 # of unsupported tests 319 /home/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix === # of expected passes46637 # of unexpected failures3 # of unexpected successes 9 # of expected failures 159 # of unresolved testcases 2 # of untested testcases 35 # of unsupported tests 366 Running target unix/-fstack-protector FAIL: gcc.c-torture/compile/limits-blockid.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix/-fstack-protector === # of expected passes46636 # of unexpected failures4 # of unexpected successes 9 # of expected
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: hppa-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2313 # of unexpected failures2 Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary === # of expected passes16498 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 131 /scratch/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/990404-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/990404-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary === # of expected passes43763 # of unexpected failures5 # of unexpected successes 10 # of expected failures 90 # of unresolved testcases 2 # of untested testcases 35 # of unsupported tests 332 /scratch/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/xgcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gfortran tests === Running target unix === gfortran Summary === # of expected passes20734 # of expected failures 8 # of unsupported tests 100 /scratch/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/gfortran/../../gfortran version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gnat tests === Running target unix FAIL: gnat.dg/controlled2.adb (test for excess errors) === gnat Summary === # of expected passes287 # of unexpected failures1 === obj-c++ tests === Running target unix FAIL: obj-c++.dg/bitfield-1.mm (internal compiler error) FAIL: obj-c++.dg/bitfield-1.mm (test for excess errors) UNRESOLVED: obj-c++.dg/bitfield-1.mm compilation failed to produce executable FAIL: obj-c++.dg/comp-types-10.mm (internal compiler error) FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors) FAIL: obj-c++.dg/cxx-ivars-2.mm execution test FAIL: obj-c++.dg/encode-2.mm scan-assembler {Vec=ffi} FAIL: obj-c++.dg/encode-2.mm scan-assembler {Vec=ddi} FAIL: obj-c++.dg/encode-3.mm execution test FAIL: obj-c++.dg/encode-8.mm execution test FAIL: obj-c++.dg/gnu-runtime-2.mm (test for excess errors) FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (internal compiler error) FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) UNRESOLVED: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes422 # of unexpected failures15 # of unresolved testcases 4 # of unsupported tests 13 /scratch/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/obj-c++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === objc t
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on i486-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: i486-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: c38006a FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2312 # of unexpected failures3 Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix === # of expected passes16598 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 86 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-fstack-protector === # of expected passes16598 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 86 Running target unix/-m64 XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not offset: -4B XPASS: g++.dg/tree-ssa/ivopts-1.C scan-tree-dump-not &x\\[5\\] === g++ Summary for unix/-m64 === # of expected passes16512 # of unexpected successes 3 # of expected failures 87 # of unsupported tests 116 === g++ Summary === # of expected passes49708 # of unexpected successes 9 # of expected failures 261 # of unsupported tests 288 /scratch/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix === # of expected passes46791 # of unexpected failures3 # of unexpected successes 9 # of expected failures 160 # of unresolved testcases 2 # of untested testcases 35 # of unsupported tests 249 Running target unix/-fstack-protector FAIL: gcc.c-torture/compile/limits-blockid.c -O0 (internal compiler error) FAIL: gcc.c-torture/compile/limits-blockid.c -O0 (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix/-fstack-protector === # of expected passes46790 # of unexpected failures5 # of
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: ia64-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: c41103a FAIL: c41103b FAIL: c9a011b FAIL: cd92001 FAIL: cxb3014 FAIL: cxb3016 FAIL: cxh1001 === acats Summary === # of expected passes2308 # of unexpected failures7 Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.dg/tree-ssa/pr28003.C execution test FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn FAIL: g++.dg/tree-prof/indir-call-prof.C scan-tree-dump Indirect call -> direct call.* AA transformation on insn === g++ Summary === # of expected passes15811 # of unexpected failures8 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 128 /home/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtin-apply4.c execution test FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/pr30643.c scan-assembler-not undefined XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O0 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O1 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O2 compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -fomit-frame-pointer compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -O3 -g compilation failed to produce executable UNRESOLVED: gcc.dg/torture/fp-int-convert-float128-timode.c -Os compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -O0 (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O0 compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -O1 (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O1 compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -O2 (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O2 compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -fomit-frame-pointer compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -O3 -g (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -O3 -g compilation failed to produce executable FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (test for excess errors) UNRESOLVED: gcc.dg/torture/fp-int-convert-float128.c -Os compilation failed to produce executable XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 FAIL: gcc.dg/vect/vect-104.c scan-t
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on mipsel-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: mipsel-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; === g++ Summary === # of expected passes16503 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 130 /build/buildd/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2f.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2f.c execution, -Os FAIL: gcc.c-torture/execute/loop-2g.c execution, -O0 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O1 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O2 FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/loop-2g.c execution, -O3 -g FAIL: gcc.c-torture/execute/loop-2g.c execution, -Os FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/attr-alias-3.c (test for excess errors) FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 FAIL: gcc.target/mips/code-readable-1.c (internal compiler error) FAIL: gcc.target/mips/code-readable-1.c (test for excess errors) ERROR: gcc.target/mips/code-readable-1.c: error executing dg-final: couldn't open "code-readable-1.s": no such file or directory UNRESOLVED: gcc.target/mips/code-readable-1.c: error executing dg-final: couldn't open "code-readable-1.s": no such file or directory FAIL: gcc.target/mips/code-readable-2.c (internal compiler error) FAIL: gcc.target/mips/code-readable-2.c (test for excess errors) ERROR: gcc.target/mips/code-readable-2.c: error executing dg-final: couldn't open "code-readable-2.s": no such file or directory UNRESOLVED: gcc.target/mips/code-readable-2.c: error executing dg-final: couldn't open "code-readable-2.s": no such file or directory FAIL: gcc.target/mips/code-readable-3.c (internal compiler error) FAIL: gcc.target/mips/code-readable-3.c (test for excess errors) ERROR: gcc.target/mips/code-readable-3.c: error executing dg-final: couldn't open "code-readable-3.s": no such file or directory UNRESOLVED: gcc.target/mips/code-readable-3.c: error executing dg-final: couldn't open "code-readable-3.s": no such file or directory === gcc Summary === # of expected passes44122 # of unexpected failures29 # of unexpected successes 10 # of expected failures 89 # of unresolved testcases 5 # of untested testcases 35 # of unsupported tests 308 /build/buildd/gcc-snapshot-20070902/build/gcc/xgcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: powerpc-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2313 # of unexpected failures2 Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; === g++ Summary for unix === # of expected passes16612 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 114 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; === g++ Summary for unix/-fstack-protector === # of expected passes16612 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 114 Running target unix/-m64 XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; === g++ Summary for unix/-m64 === # of expected passes16574 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 117 === g++ Summary === # of expected passes49798 # of unexpected successes 3 # of expected failures 261 # of unsupported tests 345 /home/doko/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/930921-1.c compilation, -O1 (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O1 FAIL: gcc.c-torture/execute/930921-1.c compilation, -O2 (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O2 FAIL: gcc.c-torture/execute/930921-1.c compilation, -O3 -fomit-frame-pointer (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/930921-1.c compilation, -O3 -fomit-frame-pointer -funroll-loops (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/930921-1.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/930921-1.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/930921-1.c compilation, -Os (internal compiler error) UNRESOLVED: gcc.c-torture/execute/930921-1.c execution, -Os FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/dfp/fe-convert-2.c execution test FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 FAIL: gcc.dg/pr32912-3.c (test for excess errors) FAIL: gcc.dg/var-expand3.c execution test XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 FAIL: gcc.dg/vmx/ops.c -O2 (internal compiler error) FAIL: gcc.dg/vmx/ops.c -O2 (test for excess errors) FAIL: gcc.dg/vmx/ops.c -O3 -fomit-frame-pointer (internal compiler error) FAIL: gcc.dg/vmx/ops.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.dg/vmx/ops.c -O3 -g (internal compiler error) FAIL: gcc.dg/vmx/ops.c -O3 -g (test for excess errors) FAIL: gcc.dg/vmx/ops.c -Os (internal compiler error) FAIL: gcc.dg/vmx/ops.c -Os (test for excess errors) === gcc Summary for unix === # of expected passes46530 # of unexpected failures22 # of unexpected successes 9 # of expected failures 163 # of u
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: s390-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: cd92001 FAIL: cxh1001 === acats Summary === # of expected passes2313 # of unexpected failures2 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.jason/template33.C (internal compiler error) FAIL: g++.old-deja/g++.jason/template33.C (test for excess errors) === g++ Summary for unix === # of expected passes16505 # of unexpected failures2 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 130 Running target unix/-fstack-protector XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.jason/template33.C (internal compiler error) FAIL: g++.old-deja/g++.jason/template33.C (test for excess errors) === g++ Summary for unix/-fstack-protector === # of expected passes16505 # of unexpected failures2 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 130 === g++ Summary === # of expected passes33010 # of unexpected failures4 # of unexpected successes 2 # of expected failures 174 # of unsupported tests 260 /build/buildd/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/compile/limits-structnest.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 === gcc Summary for unix === # of expected passes43848 # of unexpected failures8 # of unexpected successes 10 # of expected failures 89 # of unresolved testcases 2 # of untested testcases 35 # of unsupported tests 321 Running target unix/-fstack-protector FAIL: gcc.c-torture/compile/limits-blockid.c -O0 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O2 (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -O3 -g (test for excess errors) FAIL: gcc.c-torture/compile/limits-structnest.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 FAIL: gcc.dg/memcpy-1.c scan-tree-dump-times nasty_local 0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/bui
Results for 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 17:16:03 UTC 2007 (revision 128027) Target: sparc-linux-gnu gcc version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === acats tests === FAIL: c3a2003 FAIL: c452001 FAIL: c460001 FAIL: c460002 FAIL: cd92001 FAIL: cxg2001 FAIL: cxg2002 FAIL: cxg2003 FAIL: cxg2004 FAIL: cxg2006 FAIL: cxg2007 FAIL: cxg2010 FAIL: cxg2011 FAIL: cxg2012 FAIL: cxg2013 FAIL: cxg2014 FAIL: cxg2015 FAIL: cxg2016 FAIL: cxg2017 FAIL: cxg2018 FAIL: cxg2019 FAIL: cxg2020 FAIL: cxg2021 FAIL: cxg2024 FAIL: cxh1001 === acats Summary === # of expected passes2290 # of unexpected failures25 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: g++.dg/eh/unexpected1.C execution test XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.eh/spec2.C execution test FAIL: g++.old-deja/g++.mike/eh33.C execution test FAIL: g++.old-deja/g++.mike/eh50.C execution test FAIL: g++.old-deja/g++.mike/eh51.C execution test === g++ Summary for unix === # of expected passes16510 # of unexpected failures6 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 128 Running target unix/-fstack-protector FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: g++.dg/eh/unexpected1.C execution test XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.eh/spec2.C execution test FAIL: g++.old-deja/g++.mike/eh33.C execution test FAIL: g++.old-deja/g++.mike/eh50.C execution test FAIL: g++.old-deja/g++.mike/eh51.C execution test === g++ Summary for unix/-fstack-protector === # of expected passes16510 # of unexpected failures6 # of unexpected successes 1 # of expected failures 87 # of unsupported tests 128 Running target unix/-m64 FAIL: g++.dg/compat/eh/unexpected1 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o compile, (internal compiler error) FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_y_tst.o compile, (internal compiler error) UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o-cp_compat_y_tst.o link UNRESOLVED: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: g++.dg/eh/unexpected1.C execution test XPASS: g++.dg/tree-ssa/copyprop-1.C scan-tree-dump-not .* = [^>;]*; FAIL: g++.old-deja/g++.eh/spec2.C execution test FAIL: g++.old-deja/g++.mike/eh33.C execution test FAIL: g++.old-deja/g++.mike/eh50.C execution test FAIL: g++.old-deja/g++.mike/eh51.C execution test === g++ Summary for unix/-m64 === # of expected passes16474 # of unexpected failures8 # of unexpected successes 1 # of expected failures 87 # of unresolved testcases 2 # of unsupported tests 130 === g++ Summary === # of expected passes49494 # of unexpected failures20 # of unexpected successes 3 # of expected failures 261 # of unresolved testcases 2 # of unsupported tests 386 /home/packages/gcc/snap/gcc-snapshot-20070902/build/gcc/testsuite/g++/../../g++ version 4.3.0 20070902 (experimental) [trunk revision 128027] (Debian 20070902-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/mayalias-2.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/mayalias-3.c compilation, -O3 -g (internal compiler error) UNRESOLVED: gcc.c-torture/execute/mayalias-3.c execution, -O3 -g FAIL: gcc.dg/builtins-61.c scan-tree-dump return 0.0 XPASS: gcc.dg/torture/builtin-math-4.c -O0 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O1 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O2 (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -O3 -g (test for excess errors) XPASS: gcc.dg/torture/builtin-math-4.c -Os (test for excess errors) XPASS: gcc.dg/tree-ssa/update-threading.c scan-tree-dump-times Invalid sum 0 FA
Results for 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) libjava testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Fri Aug 31 21:31:34 UTC 2007 (revision 128003) Target: s390-linux-gnu gcc version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) Native configuration is s390-ibm-linux-gnu === libjava tests === Running target unix FAIL: natgetargssize.cc compilation FAIL: natgetlocalvartable.cc compilation FAIL: Divide_1 output - source compiled test FAIL: Divide_1 -findirect-dispatch output - source compiled test FAIL: Divide_1 -O3 output - source compiled test FAIL: Divide_1 -O3 -findirect-dispatch output - source compiled test FAIL: pr6388 output - source compiled test FAIL: pr6388 -findirect-dispatch output - source compiled test FAIL: pr6388 -O3 output - source compiled test FAIL: pr6388 -O3 -findirect-dispatch output - source compiled test === libjava Summary for unix === # of expected passes2460 # of unexpected failures10 Running target unix/-fstack-protector FAIL: natgetargssize.cc compilation FAIL: natgetlocalvartable.cc compilation FAIL: Divide_1 output - source compiled test FAIL: Divide_1 -findirect-dispatch output - source compiled test FAIL: Divide_1 -O3 output - source compiled test FAIL: Divide_1 -O3 -findirect-dispatch output - source compiled test FAIL: pr6388 output - source compiled test FAIL: pr6388 -findirect-dispatch output - source compiled test FAIL: pr6388 -O3 output - source compiled test FAIL: pr6388 -O3 -findirect-dispatch output - source compiled test === libjava Summary for unix/-fstack-protector === # of expected passes2460 # of unexpected failures10 === libjava Summary === # of expected passes4920 # of unexpected failures20 Compiler version: 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) libjava Platform: s390-ibm-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-java-maintainer-mode --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.1-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-long-double-128 --enable-checking=release s390-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: SVN updates from the 4.1 branch upto 20070831. 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). gcc-long-double: Add --with{,out}-long-double-128 configure option. Taken from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25864#c14 libstdc++-long-double: PR target/25864, libstdc++-v3 parts. Taken from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25864#c13 libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) 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-backport: gcc/java / libjava backport / classpath-0.92 boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. 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 pr20218: Backport of PR middle-end/20218 to the 4.1 branch. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr31868: Backport from mainline for PR target/31868. gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). arm-libffi: Add closure support to libffi for arm libffi-backport: libffi backport libffi-backport2: Add missing bits for the libffi backport from the trunk - parisc chunks - missing t
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on alpha-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Native configuration is alpha-unknown-linux-gnu === libjava tests === Running target unix FAIL: TestClosureGC run FAIL: /build/buildd/gcj-4.2-4.2.1/src/libjava/testsuite/libjava.jar/TestClosureGC.jar execution - gij test FAIL: pr11951 run FAIL: natgetargssize.cc compilation FAIL: natgetlocalvartable.cc compilation FAIL: natgetstacktrace.cc compilation FAIL: natevents.cc compilation FAIL: natgetallthreads.cc compilation FAIL: natgeterrorname.cc compilation FAIL: natgetmethodname.cc compilation FAIL: Array_3 execution - source compiled test FAIL: Array_3 -findirect-dispatch execution - source compiled test FAIL: Array_3 -O3 execution - source compiled test FAIL: Array_3 -O3 -findirect-dispatch execution - source compiled test FAIL: Invoke_1 execution - source compiled test FAIL: Invoke_1 -findirect-dispatch execution - source compiled test FAIL: Invoke_1 -O3 execution - source compiled test FAIL: Invoke_1 -O3 -findirect-dispatch execution - source compiled test FAIL: PR218 output - source compiled test FAIL: PR218 -O3 output - source compiled test FAIL: StackTrace2 execution - source compiled test FAIL: StackTrace2 -findirect-dispatch execution - source compiled test FAIL: StackTrace2 -O3 execution - source compiled test FAIL: StackTrace2 -O3 -findirect-dispatch execution - source compiled test FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test FAIL: Throw_3 output - source compiled test FAIL: Throw_3 -findirect-dispatch output - source compiled test FAIL: Throw_3 -O3 output - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test FAIL: initexc execution - source compiled test FAIL: initexc -findirect-dispatch execution - source compiled test FAIL: initexc -O3 execution - source compiled test FAIL: initexc -O3 -findirect-dispatch execution - source compiled test FAIL: invokethrow execution - source compiled test FAIL: invokethrow -findirect-dispatch output - source compiled test FAIL: invokethrow -O3 execution - source compiled test FAIL: invokethrow -O3 -findirect-dispatch output - source compiled test FAIL: pr83 -findirect-dispatch execution - source compiled test FAIL: pr83 -O3 -findirect-dispatch execution - source compiled test === libjava Summary === # of expected passes2458 # of unexpected failures42 # of untested testcases 27 Target: alpha-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: alpha-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --disable-werror --with-long-double-128 --enable-checking=release --build=alpha-linux-gnu --host=alpha-linux-gnu --target=alpha-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6.12.6-1 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Se
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on mipsel-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: mipsel-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is mipsel-unknown-linux-gnu === libjava tests === Running target unix FAIL: Invoke_1 execution - source compiled test FAIL: Invoke_1 -findirect-dispatch execution - source compiled test FAIL: Invoke_1 -O3 execution - source compiled test FAIL: Invoke_1 -O3 -findirect-dispatch execution - source compiled test FAIL: PR218 -O3 execution - source compiled test FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test FAIL: Throw_3 -O3 execution - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch execution - source compiled test === libjava Summary === # of expected passes2516 # of unexpected failures11 # of untested testcases 11 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: mipsel-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --disable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --disable-werror --enable-checking=release --build=mipsel-linux-gnu --host=mipsel-linux-gnu --target=mipsel-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 VersionDescription +++-==-==-== ii binutils 2.18~cvs20070812-1 The GNU assembler, linker and binary utilities ii libc6 2.6-1 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: powerpc-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is powerpc-unknown-linux-gnu === libjava tests === Running target unix === libjava Summary for unix === # of expected passes2538 Running target unix/-fstack-protector === libjava Summary for unix/-fstack-protector === # of expected passes2538 === libjava Summary === # of expected passes5076 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: powerpc-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-softfloat --enable-secureplt --enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 --disable-werror --with-long-double-128 --enable-checking=release --build=powerpc-linux-gnu --host=powerpc-linux-gnu --target=powerpc-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. 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-dwarf: correct the dwarf frame information, but preserve compatibility m68k-limit_reload: correctly limit reload class fixes 375522 m68k-
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on x86_64-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: x86_64-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is x86_64-pc-linux-gnu === libjava tests === Running target unix FAIL: Divide_2 -O3 -findirect-dispatch execution - source compiled test === libjava Summary for unix === # of expected passes2536 # of unexpected failures1 # of untested testcases 1 Running target unix/-fstack-protector FAIL: Divide_2 -O3 -findirect-dispatch execution - source compiled test === libjava Summary for unix/-fstack-protector === # of expected passes2536 # of unexpected failures1 # of untested testcases 1 === libjava Summary === # of expected passes5072 # of unexpected failures2 # of untested testcases 2 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: x86_64-pc-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-2GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. m68k-save_pic: gcc/config/m68k/m68k.c: correctly save the pic register, when not done by reload() (fixes _Unwind_RaiseExcept
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: hppa-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is hppa-unknown-linux-gnu === libjava tests === Running target unix === libjava Summary === # of expected passes2538 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: hppa-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --disable-werror --enable-checking=release --build=hppa-linux-gnu --host=hppa-linux-gnu --target=hppa-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. 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-dwarf: correct the dwarf frame information, but preserve compatibility m68k-limit_reload: correctly limit reload class fixes 375522 m68k-prevent-qipush: prevent combine from creating a byte push on the stack (invalid on m68k) 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
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: sparc-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is sparc-unknown-linux-gnu === libjava tests === Running target unix FAIL: events output === libjava Summary for unix === # of expected passes2537 # of unexpected failures1 Running target unix/-fstack-protector FAIL: events output === libjava Summary for unix/-fstack-protector === # of expected passes2537 # of unexpected failures1 === libjava Summary === # of expected passes5074 # of unexpected failures2 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: sparc-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-werror --with-cpu=v8 --with-long-double-128 --enable-checking=release --build=sparc-linux-gnu --host=sparc-linux-gnu --target=sparc-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. 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-dwarf: correct the dwarf frame information, but preserve compatibility m68k-limit_reload: correctly limit
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on i486-pc-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: i486-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is i486-pc-linux-gnu === libjava tests === Running target unix FAIL: events output === libjava Summary for unix === # of expected passes2537 # of unexpected failures1 Running target unix/-fstack-protector FAIL: events output === libjava Summary for unix/-fstack-protector === # of expected passes2537 # of unexpected failures1 === libjava Summary === # of expected passes5074 # of unexpected failures2 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: i486-pc-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --enable-targets=all --disable-werror --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1+b1 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. 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-dwarf: correct the dwarf frame information, but preserve compatibility m68k-limit_reload: correctly limit reload class fixes 375522 m6
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: s390-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is s390-ibm-linux-gnu === libjava tests === Running target unix === libjava Summary for unix === # of expected passes2538 Running target unix/-fstack-protector === libjava Summary for unix/-fstack-protector === # of expected passes2538 === libjava Summary === # of expected passes5076 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: s390-ibm-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-werror --with-long-double-128 --enable-checking=release --build=s390-linux-gnu --host=s390-linux-gnu --target=s390-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 VersionDescription +++-==-==-== ii binutils 2.18-1 The GNU assembler, linker and binary utilities ii libc6 2.6.1-1GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. 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-dwarf: correct the dwarf frame information, but preserve compatibility m68k-limit_reload: correctly limit reload class fixes 375522 m68k-prevent-qipush: prevent combine from creating a byte push on the stack (invalid on m68k) m68k-return: don't use single return if f
Results for 4.2.1 (Debian 4.2.1-5) libjava testsuite on mips-unknown-linux-gnu
LAST_UPDATED: Sun Sep 2 18:46:09 UTC 2007 (revision 128028) Target: mips-linux-gnu gcc version 4.2.1 (Debian 4.2.1-5) Native configuration is mips-unknown-linux-gnu === libjava tests === Running target unix FAIL: Invoke_1 execution - source compiled test FAIL: Invoke_1 -findirect-dispatch execution - source compiled test FAIL: Invoke_1 -O3 execution - source compiled test FAIL: Invoke_1 -O3 -findirect-dispatch execution - source compiled test FAIL: PR218 -O3 execution - source compiled test FAIL: Throw_2 execution - source compiled test FAIL: Throw_2 -findirect-dispatch execution - source compiled test FAIL: Throw_2 -O3 execution - source compiled test FAIL: Throw_2 -O3 -findirect-dispatch execution - source compiled test FAIL: Throw_3 -O3 execution - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch execution - source compiled test === libjava Summary === # of expected passes2516 # of unexpected failures11 # of untested testcases 11 Compiler version: 4.2.1 (Debian 4.2.1-5) libjava Platform: mips-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --disable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --disable-werror --enable-checking=release --build=mips-linux-gnu --host=mips-linux-gnu --target=mips-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.17cvs20070804-1 The GNU assembler, linker and binary utilities ii libc6 2.6-1 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20070902. svn-class-updates: updated class files from the 4.2 branch upto 20070804. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. 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). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 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-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-examples: Fix build for libjava/classpath/examples libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr31868: Backport from mainline for PR target/31868 pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profil
Processing of gcc-defaults_1.65_multi.changes
gcc-defaults_1.65_multi.changes uploaded successfully to localhost along with the files: gcc-multilib_4.3-20070902-0_amd64.deb gfortran_4.3-20070902-0_i386.deb gfortran_4.3-20070902-0_sparc.deb gobjc_4.3-20070902-0_amd64.deb gfortran-multilib_4.3-20070902-0_i386.deb gobjc++-multilib_4.3-20070902-0_i386.deb g77_3.4.6-34_amd64.deb gfortran-multilib_4.3-20070902-0_sparc.deb libgcj-bc_4.3-20070902-0_sparc.deb gij_4.3-20070902-0_amd64.deb g77_3.4.6-34_sparc.deb gij_4.3-20070902-0_i386.deb libgcj-bc_4.3-20070902-0_i386.deb gpc-doc_3.4.6-34_i386.deb gobjc_4.3-20070902-0_i386.deb g++-multilib_4.3-20070902-0_i386.deb gfortran-multilib_4.3-20070902-0_amd64.deb g77_3.4.6-34_i386.deb gfortran_4.3-20070902-0_amd64.deb gnat_4.1.2-15_sparc.deb gpc-doc_3.4.6-34_amd64.deb gpc_3.4.6-34_sparc.deb gobjc-multilib_4.3-20070902-0_i386.deb g++_4.3-20070902-0_i386.deb gobjc++_4.3-20070902-0_i386.deb gobjc-multilib_4.3-20070902-0_amd64.deb gcc-defaults_1.65.tar.gz gcc-defaults_1.65.dsc gobjc-multilib_4.3-20070902-0_sparc.deb gcj_4.3-20070902-0_sparc.deb g++_4.3-20070902-0_amd64.deb cpp_4.3-20070902-0_i386.deb g++-multilib_4.3-20070902-0_amd64.deb gobjc++-multilib_4.3-20070902-0_amd64.deb gcj_4.3-20070902-0_amd64.deb gpc_3.4.6-34_amd64.deb gobjc++_4.3-20070902-0_amd64.deb libgcj-common_4.2.1-10_sparc.deb gpc-doc_3.4.6-34_sparc.deb libgcj-bc_4.3-20070902-0_amd64.deb gnat_4.1.2-15_amd64.deb cpp_4.3-20070902-0_amd64.deb g++_4.3-20070902-0_sparc.deb gcc-multilib_4.3-20070902-0_i386.deb gcj_4.3-20070902-0_i386.deb gnat_4.1.2-15_i386.deb gpc_3.4.6-34_i386.deb gcc_4.3-20070902-0_sparc.deb gobjc++-multilib_4.3-20070902-0_sparc.deb libgcj-common_4.2.1-10_amd64.deb gobjc++_4.3-20070902-0_sparc.deb gcc_4.3-20070902-0_amd64.deb gcc-multilib_4.3-20070902-0_sparc.deb gobjc_4.3-20070902-0_sparc.deb g++-multilib_4.3-20070902-0_sparc.deb libgcj-common_4.2.1-10_i386.deb cpp_4.3-20070902-0_sparc.deb gcc_4.3-20070902-0_i386.deb gij_4.3-20070902-0_sparc.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gcc-defaults_1.65_multi.changes ACCEPTED
Accepted: cpp_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/cpp_4.3-20070902-0_amd64.deb cpp_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/cpp_4.3-20070902-0_i386.deb cpp_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/cpp_4.3-20070902-0_sparc.deb g++-multilib_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/g++-multilib_4.3-20070902-0_amd64.deb g++-multilib_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/g++-multilib_4.3-20070902-0_i386.deb g++-multilib_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/g++-multilib_4.3-20070902-0_sparc.deb g++_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/g++_4.3-20070902-0_amd64.deb g++_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/g++_4.3-20070902-0_i386.deb g++_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/g++_4.3-20070902-0_sparc.deb g77_3.4.6-34_amd64.deb to pool/main/g/gcc-defaults/g77_3.4.6-34_amd64.deb g77_3.4.6-34_i386.deb to pool/main/g/gcc-defaults/g77_3.4.6-34_i386.deb g77_3.4.6-34_sparc.deb to pool/main/g/gcc-defaults/g77_3.4.6-34_sparc.deb gcc-defaults_1.65.dsc to pool/main/g/gcc-defaults/gcc-defaults_1.65.dsc gcc-defaults_1.65.tar.gz to pool/main/g/gcc-defaults/gcc-defaults_1.65.tar.gz gcc-multilib_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gcc-multilib_4.3-20070902-0_amd64.deb gcc-multilib_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gcc-multilib_4.3-20070902-0_i386.deb gcc-multilib_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gcc-multilib_4.3-20070902-0_sparc.deb gcc_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gcc_4.3-20070902-0_amd64.deb gcc_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gcc_4.3-20070902-0_i386.deb gcc_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gcc_4.3-20070902-0_sparc.deb gcj_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gcj_4.3-20070902-0_amd64.deb gcj_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gcj_4.3-20070902-0_i386.deb gcj_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gcj_4.3-20070902-0_sparc.deb gfortran-multilib_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gfortran-multilib_4.3-20070902-0_amd64.deb gfortran-multilib_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gfortran-multilib_4.3-20070902-0_i386.deb gfortran-multilib_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gfortran-multilib_4.3-20070902-0_sparc.deb gfortran_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gfortran_4.3-20070902-0_amd64.deb gfortran_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gfortran_4.3-20070902-0_i386.deb gfortran_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gfortran_4.3-20070902-0_sparc.deb gij_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gij_4.3-20070902-0_amd64.deb gij_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gij_4.3-20070902-0_i386.deb gij_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gij_4.3-20070902-0_sparc.deb gnat_4.1.2-15_amd64.deb to pool/main/g/gcc-defaults/gnat_4.1.2-15_amd64.deb gnat_4.1.2-15_i386.deb to pool/main/g/gcc-defaults/gnat_4.1.2-15_i386.deb gnat_4.1.2-15_sparc.deb to pool/main/g/gcc-defaults/gnat_4.1.2-15_sparc.deb gobjc++-multilib_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gobjc++-multilib_4.3-20070902-0_amd64.deb gobjc++-multilib_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gobjc++-multilib_4.3-20070902-0_i386.deb gobjc++-multilib_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gobjc++-multilib_4.3-20070902-0_sparc.deb gobjc++_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gobjc++_4.3-20070902-0_amd64.deb gobjc++_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gobjc++_4.3-20070902-0_i386.deb gobjc++_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gobjc++_4.3-20070902-0_sparc.deb gobjc-multilib_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gobjc-multilib_4.3-20070902-0_amd64.deb gobjc-multilib_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gobjc-multilib_4.3-20070902-0_i386.deb gobjc-multilib_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gobjc-multilib_4.3-20070902-0_sparc.deb gobjc_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/gobjc_4.3-20070902-0_amd64.deb gobjc_4.3-20070902-0_i386.deb to pool/main/g/gcc-defaults/gobjc_4.3-20070902-0_i386.deb gobjc_4.3-20070902-0_sparc.deb to pool/main/g/gcc-defaults/gobjc_4.3-20070902-0_sparc.deb gpc-doc_3.4.6-34_amd64.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.6-34_amd64.deb gpc-doc_3.4.6-34_i386.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.6-34_i386.deb gpc-doc_3.4.6-34_sparc.deb to pool/main/g/gcc-defaults/gpc-doc_3.4.6-34_sparc.deb gpc_3.4.6-34_amd64.deb to pool/main/g/gcc-defaults/gpc_3.4.6-34_amd64.deb gpc_3.4.6-34_i386.deb to pool/main/g/gcc-defaults/gpc_3.4.6-34_i386.deb gpc_3.4.6-34_sparc.deb to pool/main/g/gcc-defaults/gpc_3.4.6-34_sparc.deb libgcj-bc_4.3-20070902-0_amd64.deb to pool/main/g/gcc-defaults/libgcj-bc_4.3-20070902-0_am
gcc-defaults override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): g++-multilib_4.3-20070902-0_amd64.deb: package says priority is optional, override says standard. g++-multilib_4.3-20070902-0_i386.deb: package says priority is optional, override says standard. g++-multilib_4.3-20070902-0_sparc.deb: package says priority is optional, override says standard. gcc-multilib_4.3-20070902-0_amd64.deb: package says priority is optional, override says standard. gcc-multilib_4.3-20070902-0_i386.deb: package says priority is optional, override says standard. gcc-multilib_4.3-20070902-0_sparc.deb: package says priority is optional, override says standard. gfortran-multilib_4.3-20070902-0_amd64.deb: package says priority is optional, override says standard. gfortran-multilib_4.3-20070902-0_i386.deb: package says priority is optional, override says standard. gfortran-multilib_4.3-20070902-0_sparc.deb: package says priority is optional, override says standard. gobjc++-multilib_4.3-20070902-0_amd64.deb: package says priority is optional, override says standard. gobjc++-multilib_4.3-20070902-0_i386.deb: package says priority is optional, override says standard. gobjc++-multilib_4.3-20070902-0_sparc.deb: package says priority is optional, override says standard. gobjc-multilib_4.3-20070902-0_amd64.deb: package says priority is optional, override says standard. gobjc-multilib_4.3-20070902-0_i386.deb: package says priority is optional, override says standard. gobjc-multilib_4.3-20070902-0_sparc.deb: package says priority is optional, override says standard. gpc-doc_3.4.6-34_amd64.deb: package says section is doc, override says devel. gpc-doc_3.4.6-34_i386.deb: package says section is doc, override says devel. gpc-doc_3.4.6-34_sparc.deb: package says section is doc, override says devel. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]