Re: Please reenable GCJ on mips
Hi Nathanael, Nathanael Nerode wrote: And for pkg-java-maintainers: * Why was kaffe deliberately broken on mips and mipsel? It was never _deliberately_ broken on mips and mipsel. On mipsel jikes went broken and as there is no gcj available we have no option to compile kaffe there at the moment. For mips there was one upload which switched to ecj as we have done for arm to reenable this architecture. But this was reverted at once in the next upload to jikes (as jikes on mips currently still works). * If this was being done with the intention of removing kaffe on those architectures, why isn't there a bug against ftp.debian.org requesting the removal of the obsolete binaries? For mipsel, at least, this is still needed. You are right that this bug has not yet been filed. Done now. Wolfgang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Hi, * Nathanael Nerode ([EMAIL PROTECTED]) [051007 04:42]: > Matthias Klose wrote: > > If > > you think, that availability of compilers on some architectures > > should be release criterium, please bring that up with the release > > team first. > That's not at all what I think. > > I think that if there are known binutils bugs for your architecture, which > supposedly prevent the build of multiple packages -- > /either/ forwarding them upstream > /or/ fixing them if they're Debian-specific > /or/ closing them if they're bogus > within a reasonable amount of time (less than a year) > should be a requirement for a port to be considered. Actually, there is one criterion missing: Does this bug really hurt us bad (enough)? And my current answer to this is no, but of course, you might want to persuade me. :) My current understanding of this bug is that mips Inc. is working on a new abi that will fix this (and other) issues way better than the current xgot-vs-multigot-way allows us to do. There was some discussion between Thiemo, someone from mips, Matthias Klose (doko) and me on the porters meeting in Oldenburg, and I'm quite optimistic that it's on a good way. However, making such a massive change is not something that can be done very fast. So, I think we can say that this bug is even forwarded to upstream, as mips Inc is aware of it and working on a fix. Cheers, Andi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Andreas Barth wrote: Actually, there is one criterion missing: Does this bug really hurt us bad (enough)? And my current answer to this is no, but of course, you might want to persuade me. :) ... So, I think we can say that this bug is even forwarded to upstream, as mips Inc is aware of it and working on a fix. I begin to get the picture. Apparently the MIPS ABI is just plain broken. It contains some sort of impassable hard limit on relocation table size, breaking random packages at random times with no possible fix. Nobody can fix this without changing the ABI. Lovely. Good grief, I would not want to support this architecture under those circumstances, but as long as it doesn't interfere with supporting other architectures, if you think you can do it, that's fine. It seems to me that at a minimum, whenever this bug gets hit any fallout should be prevented from interfering with any other architectures. In other words, a GOT table overflow on MIPS should immediately mean ignoring MIPS for purposes of testing propagation of that package and all indirectly dependent packages. It's a pity there isn't an automated way to do this (except to ignore MIPS for all testing progression). Perhaps the MIPS porters could file the appropriate requests for removal of obsolete binaries promptly, or something. What the kaffe maintainers did -- uploading a package which was deliberately unbuildable on mips, without requesting removal of old mips binaries, and without restricting the architecture list for kaffe -- was really bizarre and misleading, and I can't think of a single good reason to do it that way. It would also be a kindness if the reason why GCJ was disabled on MIPS ("MIPS ABI is broken") was listed clearly somewhere. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Nathanael Nerode wrote: > Matthias Klose wrote: > > If > > you think, that availability of compilers on some architectures > > should be release criterium, please bring that up with the release > > team first. > That's not at all what I think. > > I think that if there are known binutils bugs for your architecture, which > supposedly prevent the build of multiple packages -- > /either/ forwarding them upstream > /or/ fixing them if they're Debian-specific > /or/ closing them if they're bogus > within a reasonable amount of time (less than a year) > should be a requirement for a port to be considered. > > Does the release team agree or disagree? > > According to Thiemo Seufer, MIPS has failed this criterion. You are mistaken (since I'm also upstream). I notice you seem to triage pre-sarge bug reports, maybe you want to ask the participants of the bugs discussion first before jumping to conclusions. > He said that GCJ is not present and does not build due to an ld bug which > also > affected ghc (http://lists.debian.org/debian-gcc/2005/10/msg00051.html). > However, contrary to his claim, there are no bug reports filed regarding this > for ghc. The only such bug I could find was > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274738. This bug is *not* > reported upstream. It has had no activity since November 2004. According to > David Daney (http://lists.debian.org/debian-mips/2004/10/msg00016.html) and > indeed Matthias Klose > (http://lists.debian.org/debian-mips/2004/10/msg00020.html) it is > unreproducible. I asked David at that time for which configuration he got actually working large executables/libraries which don't segfault on startup. I got no response. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Andreas Barth wrote: > Hi, > > * Nathanael Nerode ([EMAIL PROTECTED]) [051007 04:42]: > > Matthias Klose wrote: > > > If > > > you think, that availability of compilers on some architectures > > > should be release criterium, please bring that up with the release > > > team first. > > That's not at all what I think. > > > > I think that if there are known binutils bugs for your architecture, which > > supposedly prevent the build of multiple packages -- > > /either/ forwarding them upstream > > /or/ fixing them if they're Debian-specific > > /or/ closing them if they're bogus > > within a reasonable amount of time (less than a year) > > should be a requirement for a port to be considered. > > Actually, there is one criterion missing: Does this bug really hurt us > bad (enough)? And my current answer to this is no, but of course, you > might want to persuade me. :) > > My current understanding of this bug is that mips Inc. is working on a > new abi that will fix this (and other) issues way better than the > current xgot-vs-multigot-way allows us to do. There was some discussion > between Thiemo, someone from mips, Matthias Klose (doko) and me on the > porters meeting in Oldenburg, and I'm quite optimistic that it's on > a good way. However, making such a massive change is not something that > can be done very fast. Actually, the new ABI isn't more than a plan by now, and it's scope and eventual implementation isn't decided upon yet. The bug we discuss here may go away with an ABI change, but it surely is fixable in the current one as well. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Nathanael Nerode wrote: > Andreas Barth wrote: > >Actually, there is one criterion missing: Does this bug really hurt us > >bad (enough)? And my current answer to this is no, but of course, you > >might want to persuade me. :) > ... > > >So, I think we can say that this bug is even forwarded to upstream, as > >mips Inc is aware of it and working on a fix. > > I begin to get the picture. > > Apparently the MIPS ABI is just plain broken. It contains some sort of > impassable hard limit on relocation table size, breaking random packages at > random times with no possible fix. Nobody can fix this without changing > the ABI. That's wrong. > Lovely. Good grief, I would not want to support this architecture under > those circumstances, but as long as it doesn't interfere with supporting > other architectures, if you think you can do it, that's fine. > > It seems to me that at a minimum, whenever this bug gets hit any fallout > should be prevented from interfering > with any other architectures. In other words, a GOT table overflow on MIPS > should immediately mean ignoring MIPS for purposes of testing propagation > of that package and all indirectly dependent packages. Which is what happened before sarge by removing the affected packages for mips/mipsel. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
On Fri, Oct 07, 2005 at 05:16:28AM -0400, Nathanael Nerode wrote: > I begin to get the picture. > > Apparently the MIPS ABI is just plain broken. It contains some sort of > impassable hard limit on relocation table size, breaking random packages at > random times with no possible fix. Nobody can fix this without changing > the ABI. > > Lovely. Good grief, I would not want to support this architecture under > those circumstances, but as long as it doesn't interfere with supporting > other architectures, if you think you can do it, that's fine. You don't get the picture. In fact the above is completely wrong. I recall explaining this to you yesterday. It's a lot of work to fix and no one has done it. That's not the same thing at all. -- Daniel Jacobowitz CodeSourcery, LLC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
>> Apparently the MIPS ABI is just plain broken. It contains some sort of >> impassable hard limit on relocation table size, breaking random packages at >> random times with no possible fix. Nobody can fix this without changing >> the ABI. > Thiemo Seufer wrote: >That's wrong. OK. Can somebody *describe* the damned bug? Is it a hard limit on GOT size which can't be exceeded (but breaks a predictable collection of packages)? Is it a bug in the way ld constructs the GOT (say, not subdividing it properly into multiple GOTs for 'multigot')? Is it a bug in the way the gcj Makefile *uses* ld, preventing ld from having the right information to construct the GOT? (If it's the latter, I can almost certainly fix it; I'm a configury maintainer upstream for GCC.) Or is it a mystical bug which nobody can actually describe which causes GOT overflow in mysterious cases for mysterious reasons not to be questioned by mortal men? Because that's what it seems like, what with all these vague and meaningless comments I'm hearing. Does anyone actually know what the problem is? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please reenable GCJ on mips
Nathanael Nerode wrote: > >> Apparently the MIPS ABI is just plain broken. It contains some sort of > >> impassable hard limit on relocation table size, breaking random packages > >> at > >> random times with no possible fix. Nobody can fix this without changing > >> the ABI. > > > > Thiemo Seufer wrote: > >That's wrong. > > OK. Can somebody *describe* the damned bug? Is it a hard limit on GOT size > which can't be exceeded (but breaks a predictable collection of packages)? > Is it a bug in the way ld constructs the GOT (say, not subdividing it > properly into multiple GOTs for 'multigot')? Is it a bug in the way the gcj > Makefile *uses* ld, preventing ld from having the right information to > construct the GOT? (If it's the latter, I can almost certainly fix it; I'm a > configury maintainer upstream for GCC.) > > Or is it a mystical bug which nobody can actually describe which causes GOT > overflow in mysterious cases for mysterious reasons not to be questioned by > mortal men? Because that's what it seems like, what with all these vague and > meaningless comments I'm hearing. Does anyone actually know what the problem > is? As far as I debugged it before sarge, it is a collection of bugs, or insufficiencies which may qualify as bugs depending on the context. Btw, I haven't seen anyone mentioning this problem except for Debian and Gentoo, it seems the embedded mips vendors have not much use for insanely large binaries. Debian is pushing the envelope here. We have for MIPS: - The plain GOT mode, where a GOT has a maximum size of 2^16 byte, with 16k symbols. - The XGOT mode, with unlimited (2^32 byte) size, which increases code size by 15-20%, and reduces perfomance accordingly. - MultiGOT, which creates several GOTs in a single binary for the final link, but uses only one GOT for imports/exports. The object files still have only plain GOT. MultiGOT is supposed to be the current best solution, and XGOT is supposed to be obsoleted by it. Normally plain GOT is used, and the linker switches to MultiGOT in the final link if the GOT grows too big. The problems, as far as I know about them: - A too large object file can overflow plain GOT. This is not only MIPS-specific, it affects several architecture's toolchains, and was exposed pre-sarge (IIRC most virulently on sparc) by a broken/deficient libtool which relinked things into a single huge object file. libtool was fixed, and the remaining cases (like a huge blob of generated C code for python bindings) learned to split the C source to some smaller pieces, which also helped link speed. For MIPS, and if the need arises, this could be worked around by using XGOT, but see below. The real fix would be a MultiGOT extension to the object format, which is possible in a downward compatible way but not implemented yet. - MultiGOT works fine, until the limit of 16k _dynamic_ symbols is hit. A executable/library with larger exported GOT will build without warning but will cause ld.so to segfault. This is the main bug, and hard to debug (a statically built gdb may help here). This hits currently (at least) the gcj shared library runtime, the ghc executable, and libgklayout.so in mozilla*. A workaround involving XGOT is possible in some cases, and was done for the mozillae (and some others, grepping for -xgot in build logs seems to be the most reliable way to find them all). Dynamically linked executables/shared libraries with any of the different internal GOT models are freely mixable. - XGOT and MultiGOT are mutually exclusive, because the MultiGOT handling ignores XGOT relocations. This is arguably not a bug, since MultiGOT is supposed to supersede XGOT. The resulting binary will crash at the first XGOT relocation outside the plain GOT limit. The fact that the linker accepts XGOT when being in MultiGOT mode is a bug. Worse, upstream binutils always invoke MultiGOT linking, even when all object files are XGOT. Fixing it requires the addition of a XGOT flag to the object file. Currently there is a XGOT ELF header flag, but it was used by SGI for unknown purpose, reusing it may not be advisable. Obsoleting XGOT altogether may be more advisable... The partial XGOT workaround involves: - switching ld from MultiGOT to XGOT linking once it sees more than 16k exported symbols. This is, in the general picture, a step backwards, and thus a debian-specific binutils patch. It needs to be removed once ld.so is fixed, and all -xgot users (see below) will need to be changed at that time. - Add -xgot (or -Wa,-xgot) to the CFLAGS for objects which go in the big binary. Make sure everything else has _no_ -xgot flag, since this may break a MultiGOT link below the critical size. Make sure the same is true for static library objects. The workaround fails as soon as it n
Re: Please reenable GCJ on mips
Thiemo Seufer wrote: >You are mistaken (since I'm also upstream) Upstream for binutils? Yes, you're one of two MIPS maintainers, second after Eric Christopher, and there are also nine global maintainers. And apparently nobody has documented this bug in the documentation for ld, or bfd, or binutils, or as far as I can tell the source files for any of them, or the bug database for binutils. I finally found your message on debian-release: http://lists.debian.org/debian-release/2004/09/msg00231.html >Now to the xgot/multigot stuff: The normal GOT size on mips/mipsel >is limited to 16k entries for both local and global symbols. >Everything exceeding this limit had to use xgot, which is >practically unlimited but less efficient. How much less efficient? Factor of two? Worse? Is there a good reason this was avoided on normal systems (as opposed to specialized high-performance use cases)? Three instructions instead of one to fetch a global symbol -- it really doesn't sound like a big deal of the "worth breaking large programs to avoid" variety, since fetching global symbols shouldn't be the majority of the code of a program. >Beginning with binutils 2.14, multigot was introduced, which uses >several GOTs in the binary, but is limited to a single GOT for >globals, which means 16k globals at most. OK, that's a broken ABI all right. :-) > Mozilla's libgklayout.so >has currently 19k globals, so it tries to use xgot. Is this the same problem with GCJ: more than 16K of globals? >Multigot is (supposed to be) transparent to the user, but in its >current implementation it appears to conflict with xgot. The xgot >specific relocations are distorted, and binutils is silent about >this breakage. I take it this is still the case. This is a binutils bug (without a bugzilla entry). >Xgot fails in current binutils when multigot kicks in, i.e. when >the GOT gets larger than 64kB, which is the whole point of xgot. I take it this is still the case. This, I suppose, is another binutils bug (without a bugzilla entry). >Commenting out the multigot handling in bfd/elfxx-mips.c allows >binutils to handle this correctly, but that's of course no good >option for non-xgot builds. > >The binutils xgot/multigot bug is not yet reported in the BTS. Still true. Nor is it in the upstream Bugzilla. If it had been in *either place* this would have been a much simpler search. > Gcc's and glibc's crt* files are not built with xgot support. The > glibc crt* cause no immediate problems, but gcc crt* cause segfaults > in contructors. ...does this mean "segfaults when built with xgot support"? That qualifies as a reportable (but unreported) GCC bug which can probably be fixed. Or does this mean "segfaults when built without xgot support and linked with programs built with xgot"? > The Linker is silent about this breakage. > > Enabling xgot support unconditionally would increase the size of > each binary by a few byte. That would be IMHO tolerable, but > multigot links may break on it (I haven't tested this). So ATM, > xgot and multigot seem to be mutually exclusive. I take it this is still the case. > This also means > that the suggested patch in #270620 is probably a bad idea. > > With multigot disabled in binutils, the gcc patch for crt* with > xgot support and some unrelated fixes to mozilla's xpcom layer > I was able to create working mips packages of mozilla-firefox > (#270621) and mozilla-thunderbird (#267017). The monolithic mozilla > (#266850) is likely to work that way as well. > > I have currently no good idea how to fix this mess. The correct solution was obvious before binutils 2.14: switch to xgot unconditionally, and build everything that way. (Unless there's another unreported bug regarding that.) Unfortunately the introduction of multigot made that more difficult; probably now there are bunches of multigot-compiled programs in Debian which would break until rebuilt if the transition was made. Blech. Nevertheless, it's probably still the right thing to do; multigot appears to have multiple possible failure modes, so unless it's xgot-compatible, it's a bad idea. :-P Is it possible to make multigot handle cases as big as xgot, or is it theoretically impossible? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#329836: gcc-4.0: static functions which are called only indirectly are considered "unused"
Processing commands for [EMAIL PROTECTED]: > close 329836 Bug#329836: gcc-4.0: static functions which are called only indirectly are considered "unused" 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug closed, send any further explanations to Justin Pryzby <[EMAIL PROTECTED]> > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug preprocessor/24202] [4.1 Regression] Segfault with #pragma once
--- Comment #4 from janis187 at us dot ibm dot com 2005-10-07 19:45 --- The most recent break on mainline was by this patch from jakub: http://gcc.gnu.org/ml/gcc-cvs/2005-08/msg00974.html The same patch was applied to the 4.0 branch, causing the failure in 4.0.2. That patch from Jakub reverted part of this patch from Zack, which had fixed this bug on mainline: http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00122.html Before that, the failure on mainline started sometime between 2003-07-16 and 2003-09-15. I can identify the patch if it would be useful to anyone. -- janis187 at us dot ibm dot com changed: What|Removed |Added CC||jakub at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24202 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug preprocessor/24202] [4.0/4.1 Regression] Segfault with #pragma once
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-07 19:50 --- (In reply to comment #4) > Before that, the failure on mainline started sometime between 2003-07-16 and > 2003-09-15. I can identify the patch if it would be useful to anyone. Hmm, can you because in PR 15167, Neil said: >If it was broken back around 5th August 2003 I will look into this, as it was >my >new code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Known to fail|3.4.0 4.1.0 |3.4.0 4.1.0 4.0.2 Known to work|3.3.3 |3.3.3 4.0.1 4.0.0 Summary|[4.1 Regression] Segfault |[4.0/4.1 Regression] |with #pragma once |Segfault with #pragma once Target Milestone|4.1.0 |4.0.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24202 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#332683: gcc-snapshot - fails to build
Package: gcc-snapshot Version: 20050904-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of gcc-snapshot_20050904-1 on debian01 by sbuild/s390 42 [...] > /build/buildd/gcc-snapshot-20050904/build/./gcc/xgcc -shared-libgcc > -B/build/buildd/gcc-snapshot-20050904/build/./gcc -nostdinc++ > -L/build/buildd/gcc-snapshot-20050904/build/s390-linux-gnu/libstdc++-v3/src > -L/build/buildd/gcc-snapshot-20050904/build/s390-linux-gnu/libstdc++-v3/src/.libs > -B/usr/lib/gcc-snapshot/s390-linux-gnu/bin/ > -B/usr/lib/gcc-snapshot/s390-linux-gnu/lib/ -isystem > /usr/lib/gcc-snapshot/s390-linux-gnu/include -isystem > /usr/lib/gcc-snapshot/s390-linux-gnu/sys-include -DHAVE_CONFIG_H -I. > -I../../../src/libjava -I./include -I./gcj -I../../../src/libjava -Iinclude > -I../../../src/libjava/include -I../../../src/libjava/classpath/include > -I../../../src/libjava/classpath/native/fdlibm > -I../../../src/libjava/../boehm-gc/include -I../boehm-gc/include > -I../../../src/libjava/libltdl -I../../../src/libjava/libltdl > -I../../../src/libjava/.././libjava/../gcc > -I../../../src/libjava/../libffi/include -I../libffi/include -fno-rtti > -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum > -D_FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE > -DPREFIX=\"/usr/lib/gcc-snapshot\" -DLIBDIR=\"/usr/lib/gcc-snapshot/lib\" > -DJAVA_HOME=\"/usr/lib/gcc-snapshot/jre\" > -DBOOT_CLASS_PATH=\"/usr/lib/gcc-snapshot/jre/lib/rt.jar\" > -DJAVA_EXT_DIRS=\"/usr/lib/gcc-snapshot/share/java/ext\" > -DGCJ_ENDORSED_DIRS=\"/usr/lib/gcc-snapshot/share/java/gcj-endorsed\" > -DLIBGCJ_DEFAULT_DATABASE=\"/usr/lib/gcc-snapshot/lib/gcj-4.1.0/classmap.db\" > -DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.1.0/classmap.db\" > -DTOOLEXECLIBDIR=\"/usr/lib/gcc-snapshot/lib\" -g -O2 -D_GNU_SOURCE -MT > jni.lo -MD -MP -MF .deps/jni.Tpo -c ../../../src/libjava/jni.cc -fPIC -DPIC > -o .libs/jni.o > .../../../src/libjava/jni.cc: In function 'void > _Jv_JNI_GetStringUTFRegion(JNIEnv*, java::lang::String*, jsize, jsize, > char*)': > .../../../src/libjava/jni.cc:1396: internal compiler error: in > fixup_eh_region_note, at reload1.c:3808 > Please submit a full bug report, > with preprocessed source if appropriate. > See http://gcc.gnu.org/bugs.html> for instructions. > make[5]: *** [jni.lo] Error 1 > make[5]: Leaving directory > `/build/buildd/gcc-snapshot-20050904/build/s390-linux-gnu/libjava' > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory > `/build/buildd/gcc-snapshot-20050904/build/s390-linux-gnu/libjava' > make[3]: *** [all-target-libjava] Error 2 > make[3]: Leaving directory `/build/buildd/gcc-snapshot-20050904/build' > make[2]: *** [bootstrap] Error 2 > make[2]: Leaving directory `/build/buildd/gcc-snapshot-20050904/build' > s=`cat status`; rm -f status; test $s -eq 0 > make[1]: *** [stamps/05-build-stamp] Error 1 > make[1]: Leaving directory `/build/buildd/gcc-snapshot-20050904' > make: *** [stamps/05-build-stamp] Error 2 > ** > Build finished at 20051006-0830 > FAILED [dpkg-buildpackage died] Bastian
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on alpha-unknown-linux-gnu
LAST_UPDATED: === libstdc++-v3 check-abi Summary === # of added symbols: 91 # of missing symbols:0 # of incompatible symbols: 0 using: /build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/alpha-linux-gnu/baseline_symbols.txt Native configuration is alpha-unknown-linux-gnu === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test FAIL: 26_numerics/fabs_inline.cc (test for excess errors) WARNING: 26_numerics/fabs_inline.cc compilation failed to produce executable WARNING: program timed out. FAIL: 27_io/filebuf_members.cc execution test === libstdc++-v3 Summary === # of expected passes450 # of unexpected failures2 # of unexpected successes 26 # of expected failures 2 === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8215 # of unexpected successes 1 # of expected failures 97 # of untested testcases 22 # of unsupported tests 29 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O0 UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O0 FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O1 UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O1 FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O2 UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O3 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O3 -g UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/20020227-1.c compilation, -Os UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -Os FAIL: gcc.c-torture/execute/simd-2.c compilation, -O3 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/simd-2.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/simd-2.c compilation, -O3 -g UNRESOLVED: gcc.c-torture/execute/simd-2.c execution, -O3 -g FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections -Wl,--gc-sections -static (test for excess errors) === gcc Summary === # of expected passes21243 # of unexpected failures10 # of expected failures 72 # of unresolved testcases 8 # of unsupported tests 187 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: alpha-unknown-linux-gnu configure flags: --host=alpha-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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 +++-==-===-
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on arm-unknown-linux-gnu
LAST_UPDATED: Native configuration is arm-unknown-linux-gnu === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test WARNING: program timed out. FAIL: 27_io/filebuf_members.cc execution test WARNING: program timed out. FAIL: thread/pthread5.cc execution test WARNING: program timed out. FAIL: thread/pthread6.cc execution test === libstdc++-v3 Summary === # of expected passes450 # of unexpected failures3 # of unexpected successes 26 # of expected failures 2 === g++ tests === Running target unix FAIL: g++.dg/abi/empty6.C (test for warnings, line 6) FAIL: g++.dg/abi/vbase10.C (test for warnings, line 6) FAIL: g++.dg/init/array16.C execution test XPASS: g++.dg/other/packed1.C execution test FAIL: 258: expected branch percentages not found: 25 FAIL: g++.dg/gcov/gcov-1.C gcov: 0 failures in line counts, 1 in branch percentages, 0 in return percentages XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8184 # of unexpected failures5 # of unexpected successes 2 # of expected failures 97 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g XPASS: gcc.c-torture/execute/20020720-1.c compilation, -O1 XPASS: gcc.c-torture/execute/20020720-1.c compilation, -O2 XPASS: gcc.c-torture/execute/20020720-1.c compilation, -O3 -fomit-frame-pointer XPASS: gcc.c-torture/execute/20020720-1.c compilation, -O3 -g XPASS: gcc.c-torture/execute/20020720-1.c compilation, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution, -Os FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c ex
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on i486-pc-linux-gnu
LAST_UPDATED: Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8264 # of unexpected successes 1 # of expected failures 97 # of untested testcases 9 # of unsupported tests 15 /home/packages/gcc/3.3/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21488 # of unexpected failures1 # of expected failures 69 # of unsupported tests 101 /home/packages/gcc/3.3/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 check-abi Summary === # of added symbols: 51 # of missing symbols:0 # of incompatible symbols: 0 using: /home/packages/gcc/3.3/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: i486-pc-linux-gnu configure flags: --host=i486-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-6 GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692: 2005-01-05 Richard Henderson <[EMAIL PROTECTED]> PR rtl-opt/10692 * reload1.c (do_input_reload): Restrict the optimization deleteing a previous output reload to RELOAD_FOR_INPUT. pr23241: Fix PR rtl-optimization/23241 gcc-version: Add "(Debian )" to the gcc version string rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libf2c-update: libf2c update taken from the 3.4.1 release. libobjc-update: libobjc update taken from the 3.4.1 release. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant (patch by David Weinehall) http://www.opengroup.org/onlinepubs/009695399/utilities/test.html hppa-libffi: libffi support for
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/packed1.C execution test FAIL: g++.law/profile1.C (test for excess errors) XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes7979 # of unexpected failures2 # of unexpected successes 1 # of expected failures 97 # of untested testcases 23 # of unsupported tests 28 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix XPASS: gcc.c-torture/execute/20020227-1.c execution, -O0 FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O2 UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O3 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20020227-1.c compilation, -O3 -g UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/20020227-1.c compilation, -Os UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution, -Os FAIL: gcc.dg/20021014-1.c (test for excess errors) FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/nest.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections -Wl,--gc-sections -static (test for excess errors) === gcc Summary === # of expected passes20898 # of unexpected failures8 # of unexpected successes 1 # of expected failures 78 # of unresolved testcases 4 # of unsupported tests 187 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 check-abi Summary === # of added symbols: 78 # of missing symbols:0 # of incompatible symbols: 0 using: /build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/ia64-linux-gnu/baseline_symbols.txt === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 25 # of expected failures 3 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: ia64-unknown-linux-gnu configure flags: --host=ia64-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --with-system-libunwind --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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.16.1-3 The GNU assembler, linker and binary utilities ii libc6.1-dev2.3.5-3GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692:
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on mips-unknown-linux-gnu
LAST_UPDATED: Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test FAIL: g++.abi/ptrflags.C (test for excess errors) FAIL: g++.eh/catchptr1.C Execution test XPASS: g++.law/profile1.C (test for excess errors) XPASS: g++.law/profile1.C Execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8181 # of unexpected failures2 # of unexpected successes 4 # of expected failures 100 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.c-torture/compile/20001226-1.c, -O1 FAIL: gcc.c-torture/compile/20001226-1.c, -O2 FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g FAIL: gcc.c-torture/compile/20001226-1.c, -Os FAIL: gcc.c-torture/execute/20020412-1.c execution, -O0 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O1 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/20020412-1.c execution, -Os FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections -Wl,--gc-sections -static (test for excess errors) FAIL: mips-abi 64 === gcc Summary === # of expected passes21192 # of unexpected failures16 # of expected failures 93 # of unsupported tests 197 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 check-abi Summary === # of added symbols: 51 # of missing symbols:0 # of incompatible symbols: 0 using: /build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/mips-linux-gnu/baseline_symbols.txt === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: mips-unknown-linux-gnu configure flags: --host=mips-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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.16.1-3 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-6GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr1
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on mipsel-unknown-linux-gnu
LAST_UPDATED: Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.abi/ptrflags.C (test for excess errors) FAIL: g++.eh/catchptr1.C Execution test XPASS: g++.law/profile1.C (test for excess errors) XPASS: g++.law/profile1.C Execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8182 # of unexpected failures2 # of unexpected successes 3 # of expected failures 100 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.c-torture/compile/20001226-1.c, -O1 FAIL: gcc.c-torture/compile/20001226-1.c, -O2 FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g FAIL: gcc.c-torture/compile/20001226-1.c, -Os FAIL: gcc.c-torture/execute/20020412-1.c execution, -O0 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O1 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/20020412-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/20020412-1.c execution, -Os FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections -Wl,--gc-sections -static (test for excess errors) FAIL: mips-abi 64 === gcc Summary === # of expected passes21192 # of unexpected failures16 # of expected failures 93 # of unsupported tests 197 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: mipsel-unknown-linux-gnu configure flags: --host=mipsel-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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.16.1-3 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-6GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692: 2005-01-05 Richard Hender
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on m68k-unknown-linux-gnu
LAST_UPDATED: Native configuration is m68k-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/bitfield4.C execution test FAIL: g++.dg/abi/empty6.C (test for warnings, line 6) FAIL: g++.eh/spec3.C Execution test FAIL: g++.eh/spec4.C Execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8185 # of unexpected failures4 # of unexpected successes 1 # of expected failures 97 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -O1 WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -O2 WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -fomit-frame-pointer WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -O3 -g WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c, -Os FAIL: gcc.c-torture/execute/20020418-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020418-1.c execution, -Os 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/string-opt-10.c execution, -O0 FAIL: gcc.c-torture/execute/string-opt-10.c execution, -O1 FAIL: gcc.c-torture/execute/string-opt-10.c execution, -O2 FAIL: gcc.c-torture/execute/string-opt-10.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/string-opt-10.c execution, -O3 -g FAIL: gcc.c-torture/execute/string-opt-10.c execution, -Os FAIL: gcc.c-torture/execute/string-opt-17.c execution, -O1 FAIL: gcc.c-torture/execute/string-opt-17.c execution, -O2 FAIL: gcc.c-torture/execute/string-opt-17.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/string-opt-17.c execution, -O3 -g FAIL: gcc.c-torture/execute/string-opt-17.c execution, -Os FAIL: gcc.c-torture/execute/string-opt-9.c execution, -O0 FAIL: gcc.c-torture/execute/string-opt-9.c execution, -O1 FAIL: gcc.c-torture/execute/string-opt-9.c execution, -O2 FAIL: gcc.c-torture/execute/string-opt-9.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/string-opt-9.c execution, -O3 -g FAIL: gcc.c-torture/execute/string-opt-9.c execution, -Os FAIL: gcc.dg/20020312-2.c (test for excess errors) WARNING: gcc.dg/20020312-2.c compilation failed to produce executable FAIL: gcc.dg/bitfld-3.c execution test FAIL: gcc.dg/bitfld-4.c execution test XPASS: gcc.dg/c99-flex-array-4.c sizeof != offsetof (test for bogus messages, line 24) FAIL: gcc.dg/duff-2.c (test for excess errors) FAIL: gcc.dg/pack-test-1.c (test for excess errors) FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 52) FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus messages, line 53) FAIL: gcc.dg/weak/typeof-2.c scan-assembler baz3.*baz3.*baz3.*baz3.*baz3.*baz3 === gcc Summary === # of expected passes21150 # of unexpected failures48 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 200 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wch
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8188 # of unexpected successes 2 # of expected failures 97 # of untested testcases 23 # of unsupported tests 30 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.dg/20020103-1.c scan-assembler-not LC FAIL: gcc.dg/altivec-5.c (test for excess errors) FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21249 # of unexpected failures3 # of expected failures 67 # of unsupported tests 178 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: powerpc-unknown-linux-gnu configure flags: --host=powerpc-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --disable-multilib BOOT_CFLAGS=-g -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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-6 GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692: 2005-01-05 Richard Henderson <[EMAIL PROTECTED]> PR rtl-opt/10692 * reload1.c (do_input_reload): Restrict the optimization deleteing a previous output reload to RELOAD_FOR_INPUT. pr23241: Fix PR rtl-optimization/23241 gcc-version: Add "(Debian )" to the gcc version string rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libf2c-update: libf2c update taken from the 3.4.1 release. libobjc-update: libobjc update taken from the 3.4.1 release. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant (patch by David Weinehall) http://www.opengroup.org/onlinepubs/009695399/utilities/test.html hppa-libffi: libffi support for hppa hppa-libjava: Enable libjava support for hppa libffi-config: ffi.h.in: correctly #define ffi_type_
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8194 # of unexpected successes 1 # of expected failures 98 # of untested testcases 22 # of unsupported tests 28 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21234 # of unexpected failures1 # of expected failures 67 # of unsupported tests 180 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 check-abi Summary === # of added symbols: 51 # of missing symbols:134 # of incompatible symbols: 134 using: /build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/sparc-linux-gnu/baseline_symbols.txt === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test WARNING: program timed out. FAIL: 27_io/filebuf_members.cc execution test === libstdc++-v3 Summary === # of expected passes452 # of unexpected failures1 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: sparc-unknown-linux-gnu configure flags: --host=sparc-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --with-cpu=v7 BOOT_CFLAGS=-g -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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-3 GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692: 2005-01-05 Richard Henderson <[EMAIL PROTECTED]> PR rtl-opt/10692 * reload1.c (do_input_reload): Restrict the optimization deleteing a previous output reload to RELOAD_FOR_INPUT. pr23241: Fix PR rtl-optimization/23241 gcc-version: Add "(Debian )" to the gcc version string rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libf2c-update: libf2c update taken from the 3.4.1 release. libobjc-update: libobjc update taken from the 3.4.1 release. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant (patch by David
Results for 4.0.2 (Debian 4.0.1-9) testsuite on m68k-unknown-linux-gnu
LAST_UPDATED: Thu Sep 22 08:56:02 UTC 2005 Native configuration is m68k-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/bitfield4.C execution test FAIL: g++.dg/eh/omit-frame-pointer2.C execution test FAIL: g++.dg/eh/registers1.C execution test FAIL: g++.dg/ext/visibility/noPLT.C scan-assembler-not [EMAIL PROTECTED] FAIL: g++.dg/opt/eh2.C execution test FAIL: g++.old-deja/g++.eh/ia64-1.C execution test XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11032 # of unexpected failures6 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 92 /home/doko/gcc/gcc-4.0-4.0.1/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.1-9) === gcc tests === Running target unix WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -O1 (test for excess errors) 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) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) FAIL: gcc.c-torture/execute/20020418-1.c execution, -O1 FAIL: gcc.c-torture/execute/20020418-1.c execution, -O2 FAIL: gcc.c-torture/execute/20020418-1.c execution, -Os FAIL: gcc.c-torture/execute/ashldi-1.c execution, -O0 FAIL: gcc.c-torture/execute/ashrdi-1.c execution, -O0 FAIL: gcc.c-torture/execute/builtin-bitops-1.c execution, -O0 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/lshrdi-1.c execution, -O0 FAIL: gcc.c-torture/execute/pr17377.c execution, -O3 -fomit-frame-pointer 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.c-torture/execute/ieee/copysign2.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/copysign2.c execution, -Os FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O0 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O1 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/mul-subnormal-single-1.c execution, -Os FAIL: gcc.dg/bitfld-3.c execution test FAIL: gcc.
Results for 3.3.6 (Debian 1:3.3.6-10) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8213 # of unexpected successes 1 # of expected failures 97 # of untested testcases 23 # of unsupported tests 29 /build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 1:3.3.6-10) === gcc tests === Running target unix FAIL: gcc.dg/debug/debug-1.c -gstabs -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs+ -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-1.c -gstabs+3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs3 -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs+ -O3 scan-assembler xyzzy FAIL: gcc.dg/debug/debug-2.c -gstabs+3 -O3 scan-assembler xyzzy FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21228 # of unexpected failures9 # of expected failures 70 # of unsupported tests 196 /build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-10) === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/money_get_members_char.cc execution test XPASS: 22_locale/money_get_members_wchar_t.cc execution test XPASS: 22_locale/money_put_members_char.cc execution test XPASS: 22_locale/money_put_members_wchar_t.cc execution test XPASS: 22_locale/moneypunct_byname.cc execution test XPASS: 22_locale/moneypunct_members_char.cc execution test XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test XPASS: 22_locale/num_get_members_char.cc execution test XPASS: 22_locale/num_get_members_wchar_t.cc execution test XPASS: 22_locale/num_put_members_char.cc execution test XPASS: 22_locale/num_put_members_wchar_t.cc execution test XPASS: 22_locale/numpunct_byname.cc execution test XPASS: 22_locale/numpunct_members_char.cc execution test XPASS: 22_locale/numpunct_members_wchar_t.cc execution test XPASS: 22_locale/time_get_members_char.cc execution test XPASS: 22_locale/time_get_members_wchar_t.cc execution test XPASS: 22_locale/time_put_members_char.cc execution test XPASS: 22_locale/time_put_members_wchar_t.cc execution test === libstdc++-v3 Summary === # of expected passes453 # of unexpected successes 26 # of expected failures 2 Compiler version: 3.3.6 (Debian 1:3.3.6-10) Platform: s390-ibm-linux-gnu configure flags: --host=s390-linux-gnu -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug BOOT_CFLAGS=-g -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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities ii libc6-dev 2.3.5-6 GNU C Library: Development Libraries and Heade Patches that Debian applied in this version: pr14925: Backport of PR14925 to the gcc-3.3 branch pr17684: Backport of PR17684 to the gcc-3.3 branch pr18153: Backport of PR18153 to the gcc-3.3 branch pr18380: Backport of PR18380 to the gcc-3.3 branch pr18508: Backport of PR18508 to the gcc-3.3 branch pr10692: 2005-01-05 Richard Henderson <[EMAIL PROTECTED]> PR rtl-opt/10692 * reload1.c (do_input_reload): Restrict the optimization deleteing a previous output reload to RELOAD_FOR_INPUT. pr23241: Fix PR rtl-optimization/23241 gcc-version: Add "(Debian )" to the gcc version string rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libf2c-update: libf2c update taken from the 3.4.1 release. libobjc-update: libobjc update taken from the 3.4.1 release. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: link local libstdc++ documentation to local source-level documentation gccbug: Use sensible-
Results for 4.0.2 (Debian 4.0.2-2) testsuite on alpha-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 Native configuration is alpha-unknown-linux-gnu === libffi tests === Running target unix === libffi Summary === # of expected passes219 # of unsupported tests 2 === libjava tests === Running target unix FAIL: Throw_2 -O3 execution - bytecode->native test === libjava Summary === # of expected passes3872 # of unexpected failures1 # of expected failures 14 # of untested testcases 17 === libmudflap tests === Running target unix FAIL: libmudflap.c/pass49-frag.c execution test FAIL: libmudflap.c/pass49-frag.c output pattern test FAIL: libmudflap.c/pass49-frag.c (-static) execution test FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test FAIL: libmudflap.c/pass49-frag.c (-O2) execution test FAIL: libmudflap.c/pass49-frag.c (-O2) output pattern test FAIL: libmudflap.c/pass49-frag.c (-O3) execution test FAIL: libmudflap.c/pass49-frag.c (-O3) output pattern test === libmudflap Summary === # of expected passes1280 # of unexpected failures8 === libstdc++ tests === Running target unix XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) XPASS: 27_io/fpos/14320-1.cc execution test === libstdc++ Summary === # of expected passes3670 # of unexpected successes 3 # of expected failures 11 === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11035 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 92 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix FAIL: gcc.dg/vect/pr18536.c (test for excess errors) WARNING: gcc.dg/vect/pr18536.c compilation failed to produce executable XPASS: gcc.dg/vect/vect-85.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-86.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-87.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-87.c scan-tree-dump-times Alignment of access forced using peeling 1 XPASS: gcc.dg/vect/vect-88.c scan-tree-dump-times vectorized 1 loops 1 XPASS: gcc.dg/vect/vect-88.c scan-tree-dump-times Alignment of access forced using peeling 1 === gcc Summary === # of expected passes34649 # of unexpected failures1 # of unexpected successes 6 # of expected failures 88 # of untested testcases 28 # of unsupported tests 539 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === gfortran tests === Running target unix FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution, -O2 FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution, -O3 -fomit-frame-pointer FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution, -O3 -g === gfortran Summary === # of expected passes8234 # of unexpected failures5 # of expected failures 1 # of unsupported tests 17 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-2) === objc tests === Running target unix === objc Summary === # of expected passes1534 # of unsupported tests 11 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) Compiler version: 4.0.2 (Debian 4.0.2-2) 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 --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release alpha-linux-gnu --enable-languages=c,c++,f95,java,objc,treelang 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.1
Results for 4.0.2 (Debian 4.0.2-1) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Obtained from CVS: -rgcc_4_0_2_release === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/template/array14.C (test for excess errors) XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11061 # of unexpected failures1 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 91 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-1) === gcc tests === Running target unix XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes34427 # of unexpected successes 1 # of expected failures 68 # of untested testcases 28 # of unsupported tests 497 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-1) === gfortran tests === Running target unix === gfortran Summary === # of expected passes8188 # of expected failures 1 # of unsupported tests 17 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-1) === objc tests === Running target unix === objc Summary === # of expected passes1536 # of unsupported tests 10 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-1) === libffi tests === Running target unix === libffi Summary === # of expected passes219 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3874 # of expected failures 14 # of untested testcases 16 === libmudflap tests === Running target unix FAIL: libmudflap.cth/pass40-frag.c execution test FAIL: libmudflap.cth/pass40-frag.c output pattern test FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test FAIL: libmudflap.cth/pass40-frag.c (-O2) output pattern test FAIL: libmudflap.cth/pass40-frag.c (-O3) execution test FAIL: libmudflap.cth/pass40-frag.c (-O3) output pattern test === libmudflap Summary === # of expected passes1282 # of unexpected failures6 === libstdc++ tests === Running target unix XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) === libstdc++ Summary === # of expected passes3668 # of unexpected successes 2 # of expected failures 12 Compiler version: 4.0.2 (Debian 4.0.2-1) 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 --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release s390-linux-gnu --enable-languages=c,ada,c++,f95,java,objc,treelang 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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities Patches that Debian applied in this version: gcc-version: Add package identification to the gcc version string gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation amd64-specs: On x86-64 use 64bits mode assembly except with -m32. gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant (patch by David Weinehall) http://www.opengroup.org/onlinepubs/009695399/utilities/test.html boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. acats-expect: Run the ACATS testsuite using expect fastjar-version: Append GCC version to the fastjar version string. libstdc++-doxygen: libstdc++ doxygen docs: Se
Results for 4.0.2 (Debian 4.0.1-9) testsuite on arm-unknown-linux-gnu
LAST_UPDATED: Thu Sep 22 08:56:02 UTC 2005 Native configuration is arm-unknown-linux-gnu === libffi tests === Running target unix FAIL: libffi.call/closure_fn0.c (test for excess errors) WARNING: libffi.call/closure_fn0.c compilation failed to produce executable FAIL: libffi.call/closure_fn1.c (test for excess errors) WARNING: libffi.call/closure_fn1.c compilation failed to produce executable FAIL: libffi.call/closure_fn2.c (test for excess errors) WARNING: libffi.call/closure_fn2.c compilation failed to produce executable FAIL: libffi.call/closure_fn3.c (test for excess errors) WARNING: libffi.call/closure_fn3.c compilation failed to produce executable FAIL: libffi.call/closure_fn4.c (test for excess errors) WARNING: libffi.call/closure_fn4.c compilation failed to produce executable FAIL: libffi.call/closure_fn5.c (test for excess errors) WARNING: libffi.call/closure_fn5.c compilation failed to produce executable FAIL: libffi.call/cls_12byte.c (test for excess errors) WARNING: libffi.call/cls_12byte.c compilation failed to produce executable FAIL: libffi.call/cls_16byte.c (test for excess errors) WARNING: libffi.call/cls_16byte.c compilation failed to produce executable FAIL: libffi.call/cls_18byte.c (test for excess errors) WARNING: libffi.call/cls_18byte.c compilation failed to produce executable FAIL: libffi.call/cls_19byte.c (test for excess errors) WARNING: libffi.call/cls_19byte.c compilation failed to produce executable FAIL: libffi.call/cls_1_1byte.c (test for excess errors) WARNING: libffi.call/cls_1_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte.c (test for excess errors) WARNING: libffi.call/cls_20byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte1.c (test for excess errors) WARNING: libffi.call/cls_20byte1.c compilation failed to produce executable FAIL: libffi.call/cls_24byte.c (test for excess errors) WARNING: libffi.call/cls_24byte.c compilation failed to produce executable FAIL: libffi.call/cls_2byte.c (test for excess errors) WARNING: libffi.call/cls_2byte.c compilation failed to produce executable FAIL: libffi.call/cls_3_1byte.c (test for excess errors) WARNING: libffi.call/cls_3_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_3byte1.c (test for excess errors) WARNING: libffi.call/cls_3byte1.c compilation failed to produce executable FAIL: libffi.call/cls_3byte2.c (test for excess errors) WARNING: libffi.call/cls_3byte2.c compilation failed to produce executable FAIL: libffi.call/cls_4_1byte.c (test for excess errors) WARNING: libffi.call/cls_4_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_4byte.c (test for excess errors) WARNING: libffi.call/cls_4byte.c compilation failed to produce executable FAIL: libffi.call/cls_5byte.c (test for excess errors) WARNING: libffi.call/cls_5byte.c compilation failed to produce executable FAIL: libffi.call/cls_64byte.c (test for excess errors) WARNING: libffi.call/cls_64byte.c compilation failed to produce executable FAIL: libffi.call/cls_6byte.c (test for excess errors) WARNING: libffi.call/cls_6byte.c compilation failed to produce executable FAIL: libffi.call/cls_7byte.c (test for excess errors) WARNING: libffi.call/cls_7byte.c compilation failed to produce executable FAIL: libffi.call/cls_8byte.c (test for excess errors) WARNING: libffi.call/cls_8byte.c compilation failed to produce executable FAIL: libffi.call/cls_9byte1.c (test for excess errors) WARNING: libffi.call/cls_9byte1.c compilation failed to produce executable FAIL: libffi.call/cls_9byte2.c (test for excess errors) WARNING: libffi.call/cls_9byte2.c compilation failed to produce executable FAIL: libffi.call/cls_align_double.c (test for excess errors) WARNING: libffi.call/cls_align_double.c compilation failed to produce executable FAIL: libffi.call/cls_align_float.c (test for excess errors) WARNING: libffi.call/cls_align_float.c compilation failed to produce executable FAIL: libffi.call/cls_align_longdouble.c (test for excess errors) WARNING: libffi.call/cls_align_longdouble.c compilation failed to produce executable FAIL: libffi.call/cls_align_pointer.c (test for excess errors) WARNING: libffi.call/cls_align_pointer.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint16.c (test for excess errors) WARNING: libffi.call/cls_align_sint16.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint32.c (test for excess errors) WARNING: libffi.call/cls_align_sint32.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint64.c (test for excess errors) WARNING: libffi.call/cls_align_sint64.c compilation failed to produce executable FAIL: libffi.call/cls_align_uint16.c (test for excess errors) WARNING: libffi.call/cls_align_uint16.c compilation failed to produce executable FAIL: libffi.call/cls_align_uint32.c (test for excess errors) WARNING: libffi.call/cls_align_uint32.c compilation failed to produce executable FAIL: l
Results for 4.0.2 (Debian 4.0.2-2) testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === FAIL: a85013b FAIL: a87b59a FAIL: a95074d FAIL: ad7201a FAIL: c37402a FAIL: c37403a FAIL: c38102d FAIL: c38202a FAIL: c39008a FAIL: c39008b FAIL: c39008c FAIL: c41306a FAIL: c41306b FAIL: c41306c FAIL: c41307d FAIL: c45282b FAIL: c46051a FAIL: c51004a FAIL: c59002c FAIL: c64201b FAIL: c650001 FAIL: c761007 FAIL: c83023a FAIL: c85005b FAIL: c85005c FAIL: c85005d FAIL: c85005e FAIL: c85006b FAIL: c85006c FAIL: c85006d FAIL: c85006e FAIL: c85018a FAIL: c85018b FAIL: c87b45c FAIL: c87b54a FAIL: c910001 FAIL: c910002 FAIL: c910003 FAIL: c91006a FAIL: c91007a FAIL: c92002a FAIL: c92003a FAIL: c92005a FAIL: c92005b FAIL: c930001 FAIL: c93001a FAIL: c93002a FAIL: c93003a FAIL: c93004a FAIL: c93004b FAIL: c93004c FAIL: c93004d FAIL: c93004f FAIL: c93005a FAIL: c93005b FAIL: c93005c FAIL: c93005d FAIL: c93005e FAIL: c93005f FAIL: c93005g FAIL: c93005h FAIL: c93007a FAIL: c93008a FAIL: c93008b FAIL: c940001 FAIL: c940005 FAIL: c940007 FAIL: c940010 FAIL: c940013 FAIL: c940014 FAIL: c940016 FAIL: c94001a FAIL: c94001b FAIL: c94001c FAIL: c94001e FAIL: c94001f FAIL: c94001g FAIL: c94002a FAIL: c94002b FAIL: c94002e FAIL: c94002f FAIL: c94002g FAIL: c94005b FAIL: c94006a FAIL: c94007a FAIL: c94007b FAIL: c94008a FAIL: c94008b FAIL: c94008c FAIL: c94008d FAIL: c94010a FAIL: c94011a FAIL: c94020a FAIL: c95008a FAIL: c95009a FAIL: c95010a FAIL: c95011a FAIL: c95012a FAIL: c95021a FAIL: c95022a FAIL: c95022b FAIL: c95040a FAIL: c95040c FAIL: c95040d FAIL: c95065a FAIL: c95065b FAIL: c95065c FAIL: c95065d FAIL: c95065e FAIL: c95065f FAIL: c95071a FAIL: c95072a FAIL: c95072b FAIL: c95074c FAIL: c95078a FAIL: c95085b FAIL: c95085c FAIL: c95085d FAIL: c95085e FAIL: c95085f FAIL: c95085g FAIL: c95085h FAIL: c95085i FAIL: c95085j FAIL: c95085k FAIL: c95085l FAIL: c95085m FAIL: c95085n FAIL: c95085o FAIL: c95086b FAIL: c95086c FAIL: c95086d FAIL: c95086e FAIL: c95086f FAIL: c95087a FAIL: c95087b FAIL: c95087c FAIL: c95087d FAIL: c95090a FAIL: c95093a FAIL: c95095a FAIL: c95095b FAIL: c95095c FAIL: c95095d FAIL: c95095e FAIL: c951001 FAIL: c951002 FAIL: c953001 FAIL: c953002 FAIL: c953003 FAIL: c954001 FAIL: c954019 FAIL: c954022 FAIL: c954023 FAIL: c954024 FAIL: c954025 FAIL: c954026 FAIL: c960001 FAIL: c960002 FAIL: c960004 FAIL: c97112a FAIL: c97113a FAIL: c97114a FAIL: c97115a FAIL: c97116a FAIL: c97117a FAIL: c97117b FAIL: c97117c FAIL: c97118a FAIL: c97120a FAIL: c97120b FAIL: c97201a FAIL: c97201b FAIL: c97201c FAIL: c97201d FAIL: c97201e FAIL: c97201g FAIL: c97201h FAIL: c97201x FAIL: c97202a FAIL: c97203a FAIL: c97203b FAIL: c97203c FAIL: c97204a FAIL: c97204b FAIL: c97205a FAIL: c97205b FAIL: c97301a FAIL: c97301b FAIL: c97301c FAIL: c97301d FAIL: c97301e FAIL: c97302a FAIL: c97303a FAIL: c97303b FAIL: c97303c FAIL: c97304a FAIL: c97304b FAIL: c97305a FAIL: c97305b FAIL: c97305c FAIL: c97305d FAIL: c97307a FAIL: c974001 FAIL: c974002 FAIL: c974003 FAIL: c974004 FAIL: c974005 FAIL: c974008 FAIL: c974009 FAIL: c974010 FAIL: c974011 FAIL: c974013 FAIL: c99004a FAIL: c99005a FAIL: c9a003a FAIL: c9a004a FAIL: c9a007a FAIL: c9a009a FAIL: c9a009c FAIL: c9a009f FAIL: c9a009g FAIL: c9a009h FAIL: c9a010a FAIL: cb1010a FAIL: cb41002 FAIL: cb5001a FAIL: cb5001b FAIL: cb5002a FAIL: cc1207b FAIL: cc1310a FAIL: cc3106b FAIL: cc3120b FAIL: cc3225a FAIL: cc3601c FAIL: cc3602a FAIL: cd10002 FAIL: cd2c11a FAIL: cxg1005 === acats Summary === # of expected passes2081 # of unexpected failures239 Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/eh/forced1.C execution test FAIL: g++.old-deja/g++.eh/terminate2.C execution test XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11038 # of unexpected failures2 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 92 /scratch/packages/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix XPASS: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z] XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 === gcc Summary === # of expected passes34366 # of unexpected successes 2 # of expected failures 68 # of untested testcases 28 # of unsupported tests 506 /scratch/packages/gcc
Results for 4.0.2 (Debian 4.0.2-2) testsuite on i486-pc-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === FAIL: cxf3a01 FAIL: cxf3a02 === acats Summary === # of expected passes2318 # of unexpected failures2 Native configuration is i486-pc-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/warn/huge-val1.C (test for excess errors) XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix === # of expected passes11132 # of unexpected failures1 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 56 Running target unix/-march=i686 FAIL: g++.dg/warn/huge-val1.C (test for excess errors) XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix/-march=i686 === # of expected passes11132 # of unexpected failures1 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 56 Running target unix/-m64 FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE FAIL: g++.dg/warn/huge-val1.C (test for excess errors) FAIL: g++.old-deja/g++.abi/aggregates.C (test for excess errors) WARNING: g++.old-deja/g++.abi/aggregates.C compilation failed to produce executable FAIL: g++.old-deja/g++.abi/align.C (test for excess errors) WARNING: g++.old-deja/g++.abi/align.C compilation failed to produce executable FAIL: g++.old-deja/g++.abi/bitfields.C (test for excess errors) WARNING: g++.old-deja/g++.abi/bitfields.C compilation failed to produce executable XPASS: g++.old-deja/g++.other/init5.C execution test FAIL: g++.old-deja/g++.pt/asm2.C (test for excess errors) === g++ Summary for unix/-m64 === # of expected passes11023 # of unexpected failures6 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 91 === g++ Summary === # of expected passes33287 # of unexpected failures8 # of unexpected successes 3 # of expected failures 204 # of unsupported tests 203 /home/packages/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1 === gcc Summary for unix === # of expected passes35269 # of unexpected failures1 # of unexpected successes 2 # of expected failures 93 # of untested testcases 28 # of unsupported tests 328 Running target unix/-march=i686 FAIL: gcc.dg/20020122-2.c (test for excess errors) FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?sin FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?cos FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?sqrt FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?atan2 FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?log FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?exp FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?tan FAIL: gcc.dg/i386-387-1.c scan-assembler call\\t_?fmod FAIL: gcc.dg/i386-387-5.c scan-assembler call\\t_?atan FAIL: gcc.dg/i386-387-5.c scan-assembler call\\t_?log1p FAIL: gcc.dg/i386-387-5.c scan-assembler call\\t_?drem FAIL: gcc.dg/i386-cmov1.c scan-assembler sar[^n]*magic_namec FAIL: gcc.dg/i386-cmov1.c scan-assembler shr[^n]*magic_namef FAIL: gcc.dg/i386-cvt-1.c (test for excess errors) FAIL: gcc.dg/i386-cvt-1.c scan-assembler cvttsd2si[^n]*xmm FAIL: gcc.dg/i386-cvt-1.c scan-assembler cvttss2si[^n]*xmm FAIL: gcc.dg/i386-fpcvt-4.c (test for excess errors) FAIL: gcc.dg/i386-fpcvt-4.c scan-assembler cvtsi2sd FAIL: gcc.dg/i386-mul.c scan-assembler and[^n]*magic FAIL: gcc.dg/pr12092-1.c (test for excess errors) FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3 scan-assembler prefetchnta FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3 scan-assembler prefetcht0 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3 scan-assembler prefetcht1 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3 scan-assembler prefetcht2 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3m scan-assembler prefetchnta FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3m scan-assembler prefetcht0 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3m scan-assembler prefetcht1 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium3m scan-assembler prefetcht2 FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium-m scan-assembler prefetchnta FAIL: gcc.misc-tests/i386-pf-sse-1.c -march=pentium-m scan-assembler prefetcht0 FAIL: gcc.misc-tests/i386-pf-sse-1.c -mar
Results for 4.0.2 (Debian 4.0.2-2) testsuite on arm-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 Native configuration is arm-unknown-linux-gnu === libffi tests === Running target unix FAIL: libffi.call/closure_fn0.c (test for excess errors) WARNING: libffi.call/closure_fn0.c compilation failed to produce executable FAIL: libffi.call/closure_fn1.c (test for excess errors) WARNING: libffi.call/closure_fn1.c compilation failed to produce executable FAIL: libffi.call/closure_fn2.c (test for excess errors) WARNING: libffi.call/closure_fn2.c compilation failed to produce executable FAIL: libffi.call/closure_fn3.c (test for excess errors) WARNING: libffi.call/closure_fn3.c compilation failed to produce executable FAIL: libffi.call/closure_fn4.c (test for excess errors) WARNING: libffi.call/closure_fn4.c compilation failed to produce executable FAIL: libffi.call/closure_fn5.c (test for excess errors) WARNING: libffi.call/closure_fn5.c compilation failed to produce executable FAIL: libffi.call/cls_12byte.c (test for excess errors) WARNING: libffi.call/cls_12byte.c compilation failed to produce executable FAIL: libffi.call/cls_16byte.c (test for excess errors) WARNING: libffi.call/cls_16byte.c compilation failed to produce executable FAIL: libffi.call/cls_18byte.c (test for excess errors) WARNING: libffi.call/cls_18byte.c compilation failed to produce executable FAIL: libffi.call/cls_19byte.c (test for excess errors) WARNING: libffi.call/cls_19byte.c compilation failed to produce executable FAIL: libffi.call/cls_1_1byte.c (test for excess errors) WARNING: libffi.call/cls_1_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte.c (test for excess errors) WARNING: libffi.call/cls_20byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte1.c (test for excess errors) WARNING: libffi.call/cls_20byte1.c compilation failed to produce executable FAIL: libffi.call/cls_24byte.c (test for excess errors) WARNING: libffi.call/cls_24byte.c compilation failed to produce executable FAIL: libffi.call/cls_2byte.c (test for excess errors) WARNING: libffi.call/cls_2byte.c compilation failed to produce executable FAIL: libffi.call/cls_3_1byte.c (test for excess errors) WARNING: libffi.call/cls_3_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_3byte1.c (test for excess errors) WARNING: libffi.call/cls_3byte1.c compilation failed to produce executable FAIL: libffi.call/cls_3byte2.c (test for excess errors) WARNING: libffi.call/cls_3byte2.c compilation failed to produce executable FAIL: libffi.call/cls_4_1byte.c (test for excess errors) WARNING: libffi.call/cls_4_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_4byte.c (test for excess errors) WARNING: libffi.call/cls_4byte.c compilation failed to produce executable FAIL: libffi.call/cls_5byte.c (test for excess errors) WARNING: libffi.call/cls_5byte.c compilation failed to produce executable FAIL: libffi.call/cls_64byte.c (test for excess errors) WARNING: libffi.call/cls_64byte.c compilation failed to produce executable FAIL: libffi.call/cls_6byte.c (test for excess errors) WARNING: libffi.call/cls_6byte.c compilation failed to produce executable FAIL: libffi.call/cls_7byte.c (test for excess errors) WARNING: libffi.call/cls_7byte.c compilation failed to produce executable FAIL: libffi.call/cls_8byte.c (test for excess errors) WARNING: libffi.call/cls_8byte.c compilation failed to produce executable FAIL: libffi.call/cls_9byte1.c (test for excess errors) WARNING: libffi.call/cls_9byte1.c compilation failed to produce executable FAIL: libffi.call/cls_9byte2.c (test for excess errors) WARNING: libffi.call/cls_9byte2.c compilation failed to produce executable FAIL: libffi.call/cls_align_double.c (test for excess errors) WARNING: libffi.call/cls_align_double.c compilation failed to produce executable FAIL: libffi.call/cls_align_float.c (test for excess errors) WARNING: libffi.call/cls_align_float.c compilation failed to produce executable FAIL: libffi.call/cls_align_longdouble.c (test for excess errors) WARNING: libffi.call/cls_align_longdouble.c compilation failed to produce executable FAIL: libffi.call/cls_align_pointer.c (test for excess errors) WARNING: libffi.call/cls_align_pointer.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint16.c (test for excess errors) WARNING: libffi.call/cls_align_sint16.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint32.c (test for excess errors) WARNING: libffi.call/cls_align_sint32.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint64.c (test for excess errors) WARNING: libffi.call/cls_align_sint64.c compilation failed to produce executable FAIL: libffi.call/cls_align_uint16.c (test for excess errors) WARNING: libffi.call/cls_align_uint16.c compilation failed to produce executable FAIL: libffi.call/cls_align_uint32.c (test for excess errors) WARNING: libffi.call/cls_align_uint32.c compilation failed to produce executable FAIL: l
Results for 4.0.2 (Debian 4.0.2-2) testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === FAIL: c36204d FAIL: c9a009a FAIL: c9a009c FAIL: c9a009h FAIL: c9a010a FAIL: cb4009a FAIL: cd5014e === acats Summary === # of expected passes2313 # of unexpected failures7 Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/other/stdarg3.C (test for excess errors) XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes10642 # of unexpected failures1 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 90 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix FAIL: gcc.dg/builtin-apply4.c execution test XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1 XPASS: gcc.dg/vect/vect-44.c scan-tree-dump-times Alignment of access forced using peeling 1 XPASS: gcc.dg/vect/vect-50.c scan-tree-dump-times Alignment of access forced using peeling 1 XPASS: gcc.dg/vect/vect-54.c scan-tree-dump-times Alignment of access forced using peeling 1 XPASS: gcc.dg/vect/vect-58.c scan-tree-dump-times Alignment of access forced using peeling 1 === gcc Summary === # of expected passes34241 # of unexpected failures1 # of unexpected successes 6 # of expected failures 125 # of untested testcases 28 # of unsupported tests 483 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === gfortran tests === Running target unix === gfortran Summary === # of expected passes8239 # of expected failures 1 # of unsupported tests 17 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-2) === objc tests === Running target unix === objc Summary === # of expected passes1534 # of unsupported tests 11 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === libffi tests === Running target unix === libffi Summary === # of expected passes219 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3874 # of expected failures 14 # of untested testcases 16 === libmudflap tests === Running target unix === libmudflap Summary === # of expected passes1288 === libstdc++ tests === Running target unix XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) XPASS: 27_io/fpos/14320-1.cc execution test === libstdc++ Summary === # of expected passes3670 # of unexpected successes 3 # of expected failures 11 Compiler version: 4.0.2 (Debian 4.0.2-2) Platform: ia64-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --with-system-libunwind --enable-checking=release ia64-linux-gnu --enable-languages=c,ada,c++,f95,java,objc,treelang 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.16.1-3 The GNU assembler, linker and binary utilities Patches that Debian applied in this version: cvs-updates: CVS updates from the 4.0 branch upto 20051001. gcc-version: Add package identification to the gcc version string gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation amd64-specs: On x86-64 use 64bits mode assembly except with -m32. gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant
Results for 4.0.2 (Debian 4.0.2-2) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === FAIL: c954026 === acats Summary === # of expected passes2319 # of unexpected failures1 Native configuration is powerpc-unknown-linux-gnu === gcc tests === Running target unix FAIL: gcc.dg/20020103-1.c scan-assembler-not LC 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/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 === gcc Summary for unix === # of expected passes35627 # of unexpected failures6 # of expected failures 94 # of untested testcases 28 # of unsupported tests 441 Running target unix/-m64 FAIL: gcc.dg/20020103-1.c scan-assembler-not LC FAIL: gcc.dg/20020919-1.c (test for errors, line 105) FAIL: gcc.dg/20020919-1.c (test for errors, line 123) FAIL: gcc.dg/20020919-1.c (test for errors, line 132) FAIL: gcc.dg/20020919-1.c (test for errors, line 159) FAIL: gcc.dg/20020919-1.c (test for errors, line 177) FAIL: gcc.dg/20020919-1.c (test for errors, line 231) FAIL: gcc.dg/980827-1.c (test for excess errors) WARNING: gcc.dg/980827-1.c compilation failed to produce executable FAIL: gcc.dg/altivec-14.c (test for warnings, line 7) FAIL: gcc.dg/altivec-14.c (test for warnings, line 8) FAIL: gcc.dg/altivec-14.c (test for warnings, line 9) FAIL: gcc.dg/altivec-14.c (test for warnings, line 10) FAIL: gcc.dg/altivec-14.c (test for warnings, line 11) FAIL: gcc.dg/altivec-14.c (test for warnings, line 12) FAIL: gcc.dg/altivec-14.c (test for warnings, line 14) FAIL: gcc.dg/altivec-14.c (test for warnings, line 15) FAIL: gcc.dg/altivec-14.c (test for warnings, line 16) FAIL: gcc.dg/altivec-14.c (test for warnings, line 20) FAIL: gcc.dg/altivec-14.c (test for warnings, line 21) FAIL: gcc.dg/altivec-14.c (test for warnings, line 22) FAIL: gcc.dg/altivec-14.c (test for excess errors) FAIL: gcc.dg/cleanup-8.c execution test FAIL: gcc.dg/cleanup-9.c execution test FAIL: gcc.dg/ppc-sdata-1.c (test for excess errors) ERROR: gcc.dg/ppc-sdata-1.c: error executing dg-final: couldn't open "ppc-sdata-1.s": no such file or directory UNRESOLVED: gcc.dg/ppc-sdata-1.c: error executing dg-final: couldn't open "ppc-sdata-1.s": no such file or directory FAIL: gcc.dg/ppc-sdata-2.c (test for excess errors) ERROR: gcc.dg/ppc-sdata-2.c: error executing dg-final: couldn't open "ppc-sdata-2.s": no such file or directory UNRESOLVED: gcc.dg/ppc-sdata-2.c: error executing dg-final: couldn't open "ppc-sdata-2.s": no such file or directory FAIL: gcc.dg/pr18096-1.c stack frame too large (test for warnings, line 11) FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 FAIL: gcc.misc-tests/linkage.c link === gcc Summary for unix/-m64 === # of expected passes35562 # of unexpected failures28 # of expected failures 99 # of unresolved testcases 2 # of untested testcases 28 # of unsupported tests 456 === gcc Summary === # of expected passes71189 # of unexpected failures34 # of expected failures 193 # of unresolved testcases 2 # of untested testcases 56 # of unsupported tests 897 /home/waldi/debian/tmp/gcc/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes8239 # of expected failures 1 # of unsupported tests 17 Running target unix/-m64 FAIL: gfortran.dg/namelist_14.f90 -O0 (test for excess errors) WARNING: gfortran.dg/namelist_14.f90 -O0 compilation failed to produce executable === gfortran Summary for unix/-m64 === # of expected passes8237 # of unexpected failures1 # of expected failures 1 # of unsupported tests 17 === gfortran Summary === # of expected passes16476 # of unexpected failures1 # of expected failures 2 # of unsupported tests 34 /home/waldi/debian/tmp/gcc/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-2) === g++ tests === Running target unix === g++ Summary for unix === # of expected passes11162 # of expected failures 68 # of unsupported tests 76 Running target unix/-m64 === g++ Summary for unix/-m64 === # of expected passes11102 # of expected failures 68 # of unsupported tests 90 === g++ Summary === # of expected passes22264 # of expected failures 136 # of unsupported tests 166 /home/waldi/debian/tmp/gcc/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version
Results for 4.0.2 (Debian 4.0.2-2) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11064 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 91 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes34430 # of unexpected successes 1 # of expected failures 68 # of untested testcases 28 # of unsupported tests 497 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === gfortran tests === Running target unix === gfortran Summary === # of expected passes8239 # of expected failures 1 # of unsupported tests 17 /build/buildd/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-2) === objc tests === Running target unix === objc Summary === # of expected passes1536 # of unsupported tests 10 /build/buildd/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === libffi tests === Running target unix === libffi Summary === # of expected passes219 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3874 # of expected failures 14 # of untested testcases 16 === libmudflap tests === Running target unix FAIL: libmudflap.cth/pass40-frag.c execution test FAIL: libmudflap.cth/pass40-frag.c output pattern test FAIL: libmudflap.cth/pass40-frag.c (-O2) execution test FAIL: libmudflap.cth/pass40-frag.c (-O2) output pattern test FAIL: libmudflap.cth/pass40-frag.c (-O3) execution test FAIL: libmudflap.cth/pass40-frag.c (-O3) output pattern test === libmudflap Summary === # of expected passes1282 # of unexpected failures6 === libstdc++ tests === Running target unix XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) === libstdc++ Summary === # of expected passes3670 # of unexpected successes 2 # of expected failures 12 Compiler version: 4.0.2 (Debian 4.0.2-2) 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 --program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release s390-linux-gnu --enable-languages=c,ada,c++,f95,java,objc,treelang 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.16.1cvs20050902-1 The GNU assembler, linker and binary utilities Patches that Debian applied in this version: cvs-updates: CVS updates from the 4.0 branch upto 20051001. gcc-version: Add package identification to the gcc version string gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. rename-info-files: Allow transformations on info file names. Reference the transformed info file names in the texinfo files. libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation amd64-specs: On x86-64 use 64bits mode assembly except with -m32. gccbug: Use sensible-editor instead of vi as fallback editor gccbug-posix: Make gccbug POSIX compliant (patch by David Weinehall) http://www.opengroup.org/onlinepubs/009695399/utilities/test.html boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. acats-expect: Run the ACATS testsuite using expect fastjar-version: Append GCC version to the fastjar version string. libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES arm-bigendian: p
Results for 4.1.0 20050904 (experimental) testsuite on arm-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 15:06:30 UTC 2005 Native configuration is arm-unknown-linux-gnu === libffi tests === Running target unix FAIL: libffi.call/closure_fn0.c (test for excess errors) WARNING: libffi.call/closure_fn0.c compilation failed to produce executable FAIL: libffi.call/closure_fn1.c (test for excess errors) WARNING: libffi.call/closure_fn1.c compilation failed to produce executable FAIL: libffi.call/closure_fn2.c (test for excess errors) WARNING: libffi.call/closure_fn2.c compilation failed to produce executable FAIL: libffi.call/closure_fn3.c (test for excess errors) WARNING: libffi.call/closure_fn3.c compilation failed to produce executable FAIL: libffi.call/closure_fn4.c (test for excess errors) WARNING: libffi.call/closure_fn4.c compilation failed to produce executable FAIL: libffi.call/closure_fn5.c (test for excess errors) WARNING: libffi.call/closure_fn5.c compilation failed to produce executable FAIL: libffi.call/cls_12byte.c (test for excess errors) WARNING: libffi.call/cls_12byte.c compilation failed to produce executable FAIL: libffi.call/cls_16byte.c (test for excess errors) WARNING: libffi.call/cls_16byte.c compilation failed to produce executable FAIL: libffi.call/cls_18byte.c (test for excess errors) WARNING: libffi.call/cls_18byte.c compilation failed to produce executable FAIL: libffi.call/cls_19byte.c (test for excess errors) WARNING: libffi.call/cls_19byte.c compilation failed to produce executable FAIL: libffi.call/cls_1_1byte.c (test for excess errors) WARNING: libffi.call/cls_1_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte.c (test for excess errors) WARNING: libffi.call/cls_20byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte1.c (test for excess errors) WARNING: libffi.call/cls_20byte1.c compilation failed to produce executable FAIL: libffi.call/cls_24byte.c (test for excess errors) WARNING: libffi.call/cls_24byte.c compilation failed to produce executable FAIL: libffi.call/cls_2byte.c (test for excess errors) WARNING: libffi.call/cls_2byte.c compilation failed to produce executable FAIL: libffi.call/cls_3_1byte.c (test for excess errors) WARNING: libffi.call/cls_3_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_3byte1.c (test for excess errors) WARNING: libffi.call/cls_3byte1.c compilation failed to produce executable FAIL: libffi.call/cls_3byte2.c (test for excess errors) WARNING: libffi.call/cls_3byte2.c compilation failed to produce executable FAIL: libffi.call/cls_4_1byte.c (test for excess errors) WARNING: libffi.call/cls_4_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_4byte.c (test for excess errors) WARNING: libffi.call/cls_4byte.c compilation failed to produce executable FAIL: libffi.call/cls_5_1_byte.c (test for excess errors) WARNING: libffi.call/cls_5_1_byte.c compilation failed to produce executable FAIL: libffi.call/cls_5byte.c (test for excess errors) WARNING: libffi.call/cls_5byte.c compilation failed to produce executable FAIL: libffi.call/cls_64byte.c (test for excess errors) WARNING: libffi.call/cls_64byte.c compilation failed to produce executable FAIL: libffi.call/cls_6_1_byte.c (test for excess errors) WARNING: libffi.call/cls_6_1_byte.c compilation failed to produce executable FAIL: libffi.call/cls_6byte.c (test for excess errors) WARNING: libffi.call/cls_6byte.c compilation failed to produce executable FAIL: libffi.call/cls_7_1_byte.c (test for excess errors) WARNING: libffi.call/cls_7_1_byte.c compilation failed to produce executable FAIL: libffi.call/cls_7byte.c (test for excess errors) WARNING: libffi.call/cls_7byte.c compilation failed to produce executable FAIL: libffi.call/cls_8byte.c (test for excess errors) WARNING: libffi.call/cls_8byte.c compilation failed to produce executable FAIL: libffi.call/cls_9byte1.c (test for excess errors) WARNING: libffi.call/cls_9byte1.c compilation failed to produce executable FAIL: libffi.call/cls_9byte2.c (test for excess errors) WARNING: libffi.call/cls_9byte2.c compilation failed to produce executable FAIL: libffi.call/cls_align_double.c (test for excess errors) WARNING: libffi.call/cls_align_double.c compilation failed to produce executable FAIL: libffi.call/cls_align_float.c (test for excess errors) WARNING: libffi.call/cls_align_float.c compilation failed to produce executable FAIL: libffi.call/cls_align_longdouble.c (test for excess errors) WARNING: libffi.call/cls_align_longdouble.c compilation failed to produce executable FAIL: libffi.call/cls_align_pointer.c (test for excess errors) WARNING: libffi.call/cls_align_pointer.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint16.c (test for excess errors) WARNING: libffi.call/cls_align_sint16.c compilation failed to produce executable FAIL: libffi.call/cls_align_sint32.c (test for excess errors) WARNING: libffi.call/cls_align_sint32.c compilation failed to produce executable FAIL: libffi.call/cls_align_sin
Results for 4.1.0 20050904 (experimental) testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 15:06:30 UTC 2005 Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes10830 # of unexpected successes 1 # of expected failures 66 # of unsupported tests 96 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === gcc tests === Running target unix FAIL: gcc.dg/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/builtin-apply4.c execution test XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5 XPASS: gcc.dg/vect/vect-30.c scan-tree-dump-times vectorized 1 loops 2 XPASS: gcc.dg/vect/vect-8.c scan-tree-dump-times vectorized 1 loops 1 === gcc Summary === # of expected passes36190 # of unexpected failures4 # of unexpected successes 3 # of expected failures 134 # of untested testcases 28 # of unsupported tests 524 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === gfortran tests === Running target unix FAIL: gfortran.dg/vect/vect-4.f90 -O scan-tree-dump-times vectorized 1 loops 1 FAIL: gfortran.dg/vect/vect-4.f90 -O scan-tree-dump-times Alignment of access forced using peeling 1 FAIL: gfortran.dg/vect/vect-4.f90 -O scan-tree-dump-times Vectorizing an unaligned access 1 === gfortran Summary === # of expected passes8480 # of unexpected failures3 # of expected failures 11 # of unsupported tests 18 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../gfortran version 4.1.0 20050904 (experimental) === obj-c++ tests === Running target unix FAIL: obj-c++.dg/basic.mm (test for excess errors) WARNING: obj-c++.dg/basic.mm compilation failed to produce executable FAIL: obj-c++.dg/bitfield-1.mm (test for excess errors) WARNING: obj-c++.dg/bitfield-1.mm compilation failed to produce executable FAIL: obj-c++.dg/bitfield-4.mm (test for excess errors) 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/cxx-scope-2.mm (test for warnings, line 14) FAIL: obj-c++.dg/cxx-scope-2.mm (test for warnings, line 16) FAIL: obj-c++.dg/cxx-scope-2.mm (test for excess errors) FAIL: obj-c++.dg/encode-3.mm execution test FAIL: obj-c++.dg/encode-4.mm (test for excess errors) WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-5.mm (test for excess errors) WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-6.mm (test for excess errors) WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable 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/layout-1.mm (test for excess errors) FAIL: obj-c++.dg/lookup-2.mm (test for excess errors) WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/method-19.mm (test for excess errors) WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable FAIL: obj-c++.dg/no-extra-load.mm (test for excess errors) ERROR: obj-c++.dg/no-extra-load.mm: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory UNRESOLVED: obj-c++.dg/no-extra-load.mm: error executing dg-final: couldn't open "no-extra-load.s": no such file or directory FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes396 # of unexpected failures20 # of unresolved testcases 1 # of unsupported tests 13 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === objc tests === Running target unix === objc Summary === # of expected passes1666 # of unsupported tests 23 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === treelang tests === Running target unix === treelang Summary === # of expected passes50 === libffi tests === Running target unix === libffi Summary === # of expected passes228 # of unsupported tests 2 === libjava tests === Running target unix
Results for 4.0.2 (Debian 4.0.2-2) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Sat Oct 1 13:51:09 UTC 2005 === acats tests === FAIL: ce3810b === acats Summary === # of expected passes2319 # of unexpected failures1 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix === # of expected passes11069 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 89 Running target unix/-m64 XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary for unix/-m64 === # of expected passes11015 # of unexpected successes 1 # of expected failures 68 # of unsupported tests 102 === g++ Summary === # of expected passes22084 # of unexpected successes 2 # of expected failures 136 # of unsupported tests 191 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../g++ version 4.0.2 (Debian 4.0.2-2) === gcc tests === Running target unix === gcc Summary for unix === # of expected passes34738 # of expected failures 95 # of untested testcases 28 # of unsupported tests 527 Running target unix/-m64 FAIL: gcc.misc-tests/linkage.c link === gcc Summary for unix/-m64 === # of expected passes34708 # of unexpected failures1 # of expected failures 95 # of untested testcases 28 # of unsupported tests 540 === gcc Summary === # of expected passes69446 # of unexpected failures1 # of expected failures 190 # of untested testcases 56 # of unsupported tests 1067 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === gfortran tests === Running target unix === gfortran Summary for unix === # of expected passes8239 # of expected failures 1 # of unsupported tests 17 Running target unix/-m64 === gfortran Summary for unix/-m64 === # of expected passes8239 # of expected failures 1 # of unsupported tests 17 === gfortran Summary === # of expected passes16478 # of expected failures 2 # of unsupported tests 34 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/testsuite/../gfortran version 4.0.2 (Debian 4.0.2-2) === objc tests === Running target unix === objc Summary for unix === # of expected passes1536 # of unsupported tests 10 Running target unix/-m64 === objc Summary for unix/-m64 === # of expected passes1536 # of unsupported tests 10 === objc Summary === # of expected passes3072 # of unsupported tests 20 /home/doko-local/gcc/4.0/gcc-4.0-4.0.2/build/gcc/xgcc version 4.0.2 (Debian 4.0.2-2) === libffi tests === Running target unix === libffi Summary for unix === # of expected passes219 # of unsupported tests 2 Running target unix/-m64 FAIL: libffi.call/closure_fn0.c (test for excess errors) WARNING: libffi.call/closure_fn0.c compilation failed to produce executable FAIL: libffi.call/closure_fn1.c (test for excess errors) WARNING: libffi.call/closure_fn1.c compilation failed to produce executable FAIL: libffi.call/closure_fn2.c (test for excess errors) WARNING: libffi.call/closure_fn2.c compilation failed to produce executable FAIL: libffi.call/closure_fn3.c (test for excess errors) WARNING: libffi.call/closure_fn3.c compilation failed to produce executable FAIL: libffi.call/closure_fn4.c (test for excess errors) WARNING: libffi.call/closure_fn4.c compilation failed to produce executable FAIL: libffi.call/closure_fn5.c (test for excess errors) WARNING: libffi.call/closure_fn5.c compilation failed to produce executable FAIL: libffi.call/cls_12byte.c (test for excess errors) WARNING: libffi.call/cls_12byte.c compilation failed to produce executable FAIL: libffi.call/cls_16byte.c (test for excess errors) WARNING: libffi.call/cls_16byte.c compilation failed to produce executable FAIL: libffi.call/cls_18byte.c (test for excess errors) WARNING: libffi.call/cls_18byte.c compilation failed to produce executable FAIL: libffi.call/cls_19byte.c (test for excess errors) WARNING: libffi.call/cls_19byte.c compilation failed to produce executable FAIL: libffi.call/cls_1_1byte.c (test for excess errors) WARNING: libffi.call/cls_1_1byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte.c (test for excess errors) WARNING: libffi.call/cls_20byte.c compilation failed to produce executable FAIL: libffi.call/cls_20byte1.c (test for excess errors) WARNING
Results for 4.1.0 20050904 (experimental) testsuite on mipsel-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 15:06:30 UTC 2005 Native configuration is mipsel-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11272 # of unexpected successes 1 # of expected failures 66 # of unsupported tests 100 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === 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/20010124-1.c compilation, -O0 UNRESOLVED: gcc.c-torture/execute/20010124-1.c execution, -O0 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.c-torture/execute/ieee/mzero6.c compilation, -O2 UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -O2 FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -fomit-frame-pointer UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -fomit-frame-pointer -funroll-loops UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -O3 -g UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -O3 -g FAIL: gcc.c-torture/execute/ieee/mzero6.c compilation, -Os UNRESOLVED: gcc.c-torture/execute/ieee/mzero6.c execution, -Os WARNING: program timed out. FAIL: gcc.c-torture/unsorted/arr.c, -O3 -g FAIL: gcc.dg/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: largefile.c -O0 -g (test for excess errors) FAIL: largefile.c -O0 (test for excess errors) FAIL: largefile.c -O1 (test for excess errors) FAIL: largefile.c -O2 (test for excess errors) FAIL: largefile.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: largefile.c -O3 -g (test for excess errors) FAIL: largefile.c -Os (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes36410 # of unexpected failures28 # of unexpected successes 1 # of expected failures 75 # of unresolved testcases 7 # of untested testcases 35 # of unsupported tests 496 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === gfortran tests === Running target unix FAIL: gfortran.dg/PR19754_2.f90 -O0 execution test FAIL: gfortran.dg/PR19754_2.f90 -O1 execution test FAIL: gfortran.dg/PR19754_2.f90 -O2 execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -g execution test FAIL: gfortran.dg/PR19754_2.f90 -Os execution test FAIL: gfortran.dg/g77/dnrm2.f -O0 execution test FAIL: gfortran.dg/g77/dnrm2.f -O2 execution test FAIL: gfortran.dg/g77/dnrm2.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/g77/dnrm2.f -O3 -g execution test FAIL: gfortran.dg/g77/dnrm2.f -Os execution test FAIL: gfortran.dg/g77/erfc.f -O0 execution test FAIL: gfortran.dg/g77/erfc.f -O1 execution test FAIL: gfortran.dg/g77/erfc.f -O2 execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/g77/erfc.f -O3 -g execution test FAIL: gfortran.dg/g77/erfc.f -Os execution test FAIL
Results for 4.1.0 20050904 (experimental) testsuite on mips-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 15:06:30 UTC 2005 Native configuration is mips-unknown-linux-gnu === g++ tests === Running target unix XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11272 # of unexpected successes 1 # of expected failures 66 # of unsupported tests 100 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/20010124-1.c compilation, -O0 UNRESOLVED: gcc.c-torture/execute/20010124-1.c execution, -O0 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/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: largefile.c -O0 -g (test for excess errors) FAIL: largefile.c -O0 (test for excess errors) FAIL: largefile.c -O1 (test for excess errors) FAIL: largefile.c -O2 (test for excess errors) FAIL: largefile.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: largefile.c -O3 -g (test for excess errors) FAIL: largefile.c -Os (test for excess errors) FAIL: gcc.dg/special/gcsec-1.c (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0 === gcc Summary === # of expected passes36424 # of unexpected failures20 # of unexpected successes 1 # of expected failures 75 # of unresolved testcases 1 # of untested testcases 35 # of unsupported tests 496 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === gfortran tests === Running target unix FAIL: gfortran.dg/PR19754_2.f90 -O0 execution test FAIL: gfortran.dg/PR19754_2.f90 -O1 execution test FAIL: gfortran.dg/PR19754_2.f90 -O2 execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/PR19754_2.f90 -O3 -g execution test FAIL: gfortran.dg/PR19754_2.f90 -Os execution test FAIL: gfortran.dg/g77/dnrm2.f -O0 execution test FAIL: gfortran.dg/g77/dnrm2.f -O2 execution test FAIL: gfortran.dg/g77/dnrm2.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/g77/dnrm2.f -O3 -g execution test FAIL: gfortran.dg/g77/dnrm2.f -Os execution test FAIL: gfortran.dg/g77/erfc.f -O0 execution test FAIL: gfortran.dg/g77/erfc.f -O1 execution test FAIL: gfortran.dg/g77/erfc.f -O2 execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/g77/erfc.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/g77/erfc.f -O3 -g execution test FAIL: gfortran.dg/g77/erfc.f -Os execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O0 execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O1 execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O2 execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -O3 -g execution test FAIL: gfortran.dg/g77/intrinsic-unix-bessel.f -Os execution test FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O0 FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O1 FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O2 FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O3 -fomit-frame-pointer FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gfortran.fortran-torture/execute/csqrt_1.f90 execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions
Results for 4.1.0 20050904 (experimental) testsuite on sparc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 12:08:01 UTC 2005 Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/opt/inline4.C (test for excess errors) XPASS: g++.old-deja/g++.other/init5.C execution test === g++ Summary === # of expected passes11279 # of unexpected failures1 # of unexpected successes 1 # of expected failures 66 # of unsupported tests 98 /home/doko-local/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === 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) WARNING: program timed out. FAIL: gcc.c-torture/compile/20001226-1.c -Os (test for excess errors) FAIL: gcc.dg/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/tree-ssa/gen-vect-25.c execution test FAIL: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 4 loops 1 FAIL: gcc.dg/vect/vect-reduc-1char.c scan-tree-dump-times vectorized 3 loops 1 FAIL: gcc.dg/vect/vect-reduc-1short.c scan-tree-dump-times vectorized 3 loops 1 FAIL: gcc.dg/vect/vect-reduc-2char.c scan-tree-dump-times vectorized 3 loops 1 FAIL: gcc.dg/vect/vect-reduc-2short.c scan-tree-dump-times vectorized 3 loops 1 === gcc Summary === # of expected passes36594 # of unexpected failures13 # of expected failures 105 # of untested testcases 28 # of unsupported tests 576 /home/doko-local/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === gfortran tests === Running target unix === gfortran Summary === # of expected passes8410 # of expected failures 5 # of unsupported tests 39 /home/doko-local/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../gfortran version 4.1.0 20050904 (experimental) === obj-c++ tests === Running target unix 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-4.mm (test for excess errors) WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-5.mm (test for excess errors) WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-6.mm (test for excess errors) WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable 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) WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/method-19.mm (test for excess errors) WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes408 # of unexpected failures11 # of unsupported tests 13 /home/doko-local/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === objc tests === Running target unix === objc Summary === # of expected passes1668 # of unsupported tests 22 /home/doko-local/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === treelang tests === Running target unix === treelang Summary === # of expected passes50 === libffi tests === Running target unix === libffi Summary === # of expected passes228 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3953 # of expected failures 10 # of untested testcases 8 === libmudflap tests === Running target unix FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test FAIL: libmudflap.c/pass54-frag.c (-static) execution test === libmudflap Summary === # of expected passes1775 # of un
Results for 4.1.0 20050904 (experimental) testsuite on powerpc-unknown-linux-gnu
LAST_UPDATED: Sun Sep 4 15:06:30 UTC 2005 Native configuration is powerpc-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes11373 # of expected failures 66 # of unsupported tests 85 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === gcc tests === Running target unix FAIL: gcc.dg/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# DW_AT_encoding FAIL: gcc.dg/20020103-1.c scan-assembler-not LC[0-9] 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/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2 === gcc Summary === # of expected passes38091 # of unexpected failures9 # of expected failures 99 # of untested testcases 28 # of unsupported tests 453 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === gfortran tests === Running target unix === gfortran Summary === # of expected passes8457 # of expected failures 5 # of unsupported tests 34 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../gfortran version 4.1.0 20050904 (experimental) === obj-c++ tests === Running target unix 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-4.mm (test for excess errors) WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-5.mm (test for excess errors) WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable FAIL: obj-c++.dg/encode-6.mm (test for excess errors) WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable 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) WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable FAIL: obj-c++.dg/method-19.mm (test for excess errors) WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors) WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable === obj-c++ Summary === # of expected passes408 # of unexpected failures11 # of unsupported tests 13 /build/buildd/gcc-snapshot-20050904/build/gcc/testsuite/../g++ version 4.1.0 20050904 (experimental) === objc tests === Running target unix === objc Summary === # of expected passes1668 # of unsupported tests 22 /build/buildd/gcc-snapshot-20050904/build/gcc/xgcc version 4.1.0 20050904 (experimental) === treelang tests === Running target unix === treelang Summary === # of expected passes50 === libffi tests === Running target unix === libffi Summary === # of expected passes228 # of unsupported tests 2 === libjava tests === Running target unix === libjava Summary === # of expected passes3953 # of expected failures 10 # of untested testcases 8 === libmudflap tests === Running target unix === libmudflap Summary === # of expected passes1779 === libstdc++ tests === Running target unix FAIL: 23_containers/set/explicit_instantiation/1.cc (test for excess errors) XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors) XPASS: ext/array_allocator/2.cc execution test === libstdc++ Summary === # of expected passes3264 # of unexpected failures1 # of unexpected successes 2 # of expected failures 13 # of unsupported tests 315 Compiler version: 4.1.0 20050904 (experimental) Platform: powerpc-unknown-linux-gnu configure flags: -v --prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --disable-nls --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/gcc-snapshot/jre --enable-mpfr --disable-multilib --disable-werror powerpc-linux-gnu --enable-languages=c,c++,f95,java,objc,obj-c++,treelang BOOT_CFLAGS=-O2 Bui