Bug#577158: gcc-4.3: incorrect warning 'incompatible pointer type'
Package: gcc-4.3 Version: 4.3.2-1.1 Severity: normal When compiling following source code typedef int * intp; void foo(intp); void bar(void (*)(void*)); void warning() { bar(foo); } gcc warns about `` passing argument 1 of ‘bar’ from incompatible pointer type '' It seems not to understand intp is a typedef on a pointer type. This does not look like a relevant warning to me. I hope I provided enough information ? Thanks anyway ! -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (700, 'stable'), (650, 'testing'), (550, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gcc-4.3 depends on: ii binutils 2.20.1-2 The GNU assembler, linker and bina ii cpp-4.3 4.3.2-1.1 The GNU C preprocessor ii gcc-4.3-base 4.3.2-1.1 The GNU Compiler Collection (base ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.2-9 GCC support library ii libgomp1 4.4.2-9GCC OpenMP (GOMP) support library Versions of packages gcc-4.3 recommends: ii libc6-dev 2.10.2-6 Embedded GNU C Library: Developmen Versions of packages gcc-4.3 suggests: ii gcc-4.3-doc 4.3.2.nf1-1 documentation for the GNU compiler pn gcc-4.3-locales(no description available) pn gcc-4.3-multilib (no description available) pn libgcc1-dbg(no description available) pn libgomp1-dbg (no description available) pn libmudflap0-4.3-dev(no description available) pn libmudflap0-dbg(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100410074750.3854.13137.report...@lakota.enst-bretagne.fr
Bug#553047: More info - no such file libc-2.10.1.so after a build in chroot
gcc (2.95.1-1) unstable; urgency=low * debian/rules2 [binary-arch]: Call dh_shlibdeps with LD_LIBRARY_PATH set to installation dir of libstdc++. Why isn't this the default? -- Matthias Klose Sat, 28 Aug 1999 18:16:31 +0200 So the question is why this is new. LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+ $LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib ARCH=powerpc MAKEFLAGS="CC=something" dh_shlibdeps -plibgcc1-powerpc-cross error while loading shared libraries: /usr/powerpc-linux-gnu/lib/libc.so.6: ELF file data encoding not little-endian i.e. dh_shlibdeps might not listening to ARCH but is taking the underlying system as the base from which to determine the endianness it should check. It's reading the i386 endianness and complaining that powerpc isn't the same endianness. Ooops. Alternatively, see the end of this email - dh_shlibdeps might actually be tripping over a file that should not exist in the build environment at all. The URLs didn't work - I'm looking at: http://www.emdebian.org/~zumbi/toolchain/i386-unstable/logs/i386-powerpc-4.4.log http://www.emdebian.org/~zumbi/toolchain/i386-unstable/logs/i386-powerpc-4.3.log It doesn't help that I'm using the toolchains for Lenny but have to get binutils-powerpc-linux-gnu from sid as a build-dep for gcc-4.4 but I've just build gcc-4.3-powerpc-linux-gnu OK in the same chroot and then upgrading binutils-powerpc-linux-gnu again to 2.20.1-3 for 4.4. However, I get a different error: sed s/-powerpc-cross//g < debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs > debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs.fixed /bin/bash: > debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs: No such file or > directory In particular, dh_shlibdeps works: dh_makeshlibs -plibgcc1-powerpc-cross -n sed s/-powerpc-cross//g < debian/libgcc1-powerpc-cross/DEBIAN/shlibs > debian/libgcc1-powerpc-cross/DEBIAN/shlibs.fixed mv debian/libgcc1-powerpc-cross/DEBIAN/shlibs.fixed debian/libgcc1-powerpc-cross/DEBIAN/shlibs cat debian/libgcc1-powerpc-cross/DEBIAN/shlibs >> debian/shlibs.local LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib ARCH=powerpc MAKEFLAGS="CC=something" dh_shlibdeps -plibgcc1-powerpc-cross sed -i 's...@[ =]lib[^ ,]*@&-powerpc-cr...@g' debian/libgcc1-powerpc-cross.substvars and continues on to: dh_makeshlibs -plibgomp1-powerpc-cross sed s/-powerpc-cross//g < debian/libgomp1-powerpc-cross/DEBIAN/shlibs > debian/libgomp1-powerpc-cross/DEBIAN/shlibs.fixed mv debian/libgomp1-powerpc-cross/DEBIAN/shlibs.fixed debian/libgomp1-powerpc-cross/DEBIAN/shlibs LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/usr/powerpc-linux-gnu/lib ARCH=powerpc MAKEFLAGS="CC=something" dh_shlibdeps -plibgomp1-powerpc-cross sed 's/\(lib[^ ]*\) /\1-powerpc-cross /g' < debian/libgomp1-powerpc-cross.substvars > debian/libgomp1-powerpc-cross.substvars.new mv debian/libgomp1-powerpc-cross.substvars.new debian/libgomp1-powerpc-cross.substvars and thence to: dh_installdirs -plib64gomp1-powerpc-cross \ usr/lib64 DH_COMPAT=2 dh_movefiles -plib64gomp1-powerpc-cross \ usr/lib64/libgomp.so.* dh_movefiles: Compatibility levels before 5 are deprecated. debian/dh_doclink -plib64gomp1-powerpc-cross gcc-4.4-powerpc-linux-gnu-base WARNING: removing doc directory lib64gomp1-powerpc-cross dh_strip -plib64gomp1-powerpc-cross #--dbg-package=lib64gomp1-dbg dh_compress -plib64gomp1-powerpc-cross #-plib64gomp1-dbg dh_fixperms -plib64gomp1-powerpc-cross #-plib64gomp1-dbg dh_makeshlibs -plib64gomp1-powerpc-cross sed s/-powerpc-cross//g < debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs > debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs.fixed /bin/bash: debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs: No such file or directory I used: # GCC_TARGET=powerpc DEB_CROSS=yes fakeroot debian/rules control # DEB_CROSS_NO_BIARCH=yes GCC_TARGET=powerpc DEB_CROSS=yes dpkg-buildpackage -us -uc -rfakeroot Hector: problem is, I don't have the file /usr/powerpc-linux-gnu/lib/libc-2.10.1.so after the build or as a result of installing the necessary build dependencies. r...@dwarf:~/gcc-4.4-4.4.3# file /usr/powerpc-linux-gnu/lib/libc-2.10.1.so /usr/powerpc-linux-gnu/lib/libc-2.10.1.so: ERROR: cannot open `/usr/powerpc-linux-gnu/lib/libc-2.10.1.so' (No such file or directory) It's not a file in Debian sid either (crossed or native): You have searched for paths that end with libc-2.10.1.so in suite sid, all sections, and all architectures. Sorry, your search gave no results http://www.uk.debian.org/distrib/packages#search_contents As the file isn't in Debian, dpkg-cross wouldn't normally have created a package to put the file into /usr/powerpc-linux-gnu/lib/ Question is, where did this file come from? I can check the chroot on emdebian.org - I just need to know which one was used. Could this be a result of a failed clean up in this chroot? -- Neil Williams = http://www.data-freedom.org/ http://www.linux.codehelp.co.uk/ http://e-mail.is-not-s.ms/ pgpU
Processed: Re: Bug#575491: g++-4.3: ICE (segfault) on AMD64
Processing commands for cont...@bugs.debian.org: > tag 575491 + wontfix fixed-upstream Bug #575491 [g++-4.3] g++-4.3: ICE (segfault) on AMD64 Added tag(s) fixed-upstream and wontfix. > retitle 575491 [fixed in 4.4/4.5] g++-4.3: ICE (segfault) on AMD64 Bug #575491 [g++-4.3] g++-4.3: ICE (segfault) on AMD64 Changed Bug title to '[fixed in 4.4/4.5] g++-4.3: ICE (segfault) on AMD64' from 'g++-4.3: ICE (segfault) on AMD64' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.12709104706893.transcr...@bugs.debian.org
Bug#575491: marked as done ([fixed in 4.4/4.5] g++-4.3: ICE (segfault) on AMD64)
Your message dated Sat, 10 Apr 2010 16:40:54 +0200 with message-id <4bc08df6.4020...@debian.org> and subject line Re: Bug#575491: g++-4.3: ICE (segfault) on AMD64 has caused the Debian Bug report #575491, regarding [fixed in 4.4/4.5] g++-4.3: ICE (segfault) on AMD64 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 575491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575491 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: g++-4.3 Version: 4.3.2-1.1 Severity: important I've reduced the testcase with the Intel CESR tool to: mutabor++ /tmp> g++ -fnon-call-exceptions -O2 cesrcut.cpp cesrcut.cpp: In destructor SparsePreconditioner::~SparsePreconditioner(): cesrcut.cpp:282: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Exit 1 Without "-fnon-call-exceptions" or "-O2" the compiler doesn't crash. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages g++-4.3 depends on: ii gcc-4.3 4.3.2-1.1 The GNU C compiler ii gcc-4.3-base 4.3.2-1.1 The GNU Compiler Collection (base ii libc6 2.7-18lenny2 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library ii libmpfr1ldbl 2.3.1.dfsg.1-2 multiple precision floating-point ii libstdc++6-4.3-dev4.3.2-1.1 The GNU Standard C++ Library v3 (d g++-4.3 recommends no packages. Versions of packages g++-4.3 suggests: ii g++-4.3-multilib 4.3.2-1.1 The GNU C++ compiler (multilib fil pn gcc-4.3-doc(no description available) pn libstdc++6-4.3-dbg (no description available) -- no debconf information cesrcut.cpp Description: Binary data --- End Message --- --- Begin Message --- tag 575491 + wontfix fixed-upstream retitle 575491 [fixed in 4.4/4.5] g++-4.3: ICE (segfault) on AMD64 thanks fixed in 4.4 and 4.5. On 26.03.2010 11:14, Thimo Neubauer wrote: Package: g++-4.3 Version: 4.3.2-1.1 Severity: important I've reduced the testcase with the Intel CESR tool to: mutabor++ /tmp> g++ -fnon-call-exceptions -O2 cesrcut.cpp cesrcut.cpp: In destructor ‘SparsePreconditioner::~SparsePreconditioner()’: cesrcut.cpp:282: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Exit 1 Without "-fnon-call-exceptions" or "-O2" the compiler doesn't crash. --- End Message ---
[Bug libgcj/40860] [4.4/4.5/4.6 regression] regressions in libjava testsuite on arm-linux
-- aph at gcc dot gnu dot org changed: What|Removed |Added CC||aph at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40860 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100410145559.15858.qm...@sourceware.org
Processing of gcc-snapshot_20100408-1_multi.changes
gcc-snapshot_20100408-1_multi.changes uploaded successfully to localhost along with the files: gcc-snapshot_20100408-1.diff.gz gcc-snapshot_20100408-1_sparc.deb gcc-snapshot_20100408-1_hppa.deb gcc-snapshot_20100408-1_i386.deb gcc-snapshot_20100408-1_amd64.deb gcc-snapshot_20100408.orig.tar.gz gcc-snapshot_20100408-1.dsc gcc-snapshot_20100408-1_ia64.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0cqg-0003mo...@ries.debian.org
gcc-snapshot_20100408-1_multi.changes ACCEPTED
Accepted: gcc-snapshot_20100408-1.diff.gz to main/g/gcc-snapshot/gcc-snapshot_20100408-1.diff.gz gcc-snapshot_20100408-1.dsc to main/g/gcc-snapshot/gcc-snapshot_20100408-1.dsc gcc-snapshot_20100408-1_amd64.deb to main/g/gcc-snapshot/gcc-snapshot_20100408-1_amd64.deb gcc-snapshot_20100408-1_hppa.deb to main/g/gcc-snapshot/gcc-snapshot_20100408-1_hppa.deb gcc-snapshot_20100408-1_i386.deb to main/g/gcc-snapshot/gcc-snapshot_20100408-1_i386.deb gcc-snapshot_20100408-1_ia64.deb to main/g/gcc-snapshot/gcc-snapshot_20100408-1_ia64.deb gcc-snapshot_20100408-1_sparc.deb to main/g/gcc-snapshot/gcc-snapshot_20100408-1_sparc.deb gcc-snapshot_20100408.orig.tar.gz to main/g/gcc-snapshot/gcc-snapshot_20100408.orig.tar.gz Override entries for your package: gcc-snapshot_20100408-1.dsc - source devel gcc-snapshot_20100408-1_amd64.deb - extra devel gcc-snapshot_20100408-1_hppa.deb - extra devel gcc-snapshot_20100408-1_i386.deb - extra devel gcc-snapshot_20100408-1_ia64.deb - extra devel gcc-snapshot_20100408-1_sparc.deb - extra devel Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0deg-00016v...@ries.debian.org
Bug#553047: Fw: More info - no such file libc-2.10.1.so after a build in chroot
Hello, [...] > and thence to: > dh_installdirs -plib64gomp1-powerpc-cross \ > usr/lib64 > DH_COMPAT=2 dh_movefiles -plib64gomp1-powerpc-cross \ > usr/lib64/libgomp.so.* > dh_movefiles: Compatibility levels before 5 are deprecated. > debian/dh_doclink -plib64gomp1-powerpc-cross > gcc-4.4-powerpc-linux-gnu-base WARNING: removing doc directory > lib64gomp1-powerpc-cross dh_strip -plib64gomp1-powerpc-cross > #--dbg-package=lib64gomp1-dbg dh_compress -plib64gomp1-powerpc-cross > ##-plib64gomp1-dbg > dh_fixperms -plib64gomp1-powerpc-cross #-plib64gomp1-dbg > dh_makeshlibs -plib64gomp1-powerpc-cross > sed s/-powerpc-cross//g < debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs >> debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs.fixed /bin/bash: >> debian/lib64gomp1-powerpc-cross/DEBIAN/shlibs: No such file or >> directory gcc-4.3 did not have a cross libgomp cross target (debian/rules.d/binary-libgomp-cross.mk while gcc-4.4 has now added this target which is failing someway. > Hector: problem is, I don't have the > file /usr/powerpc-linux-gnu/lib/libc-2.10.1.so after the build or as a > result of installing the necessary build dependencies. [...] > Question is, where did this file come from? libc-2.10.*2* is nowadays in sid that you get via dpkg-cross. Why are you using libc-2.10.1? > Could this be a result of a failed clean up in this chroot? I do not think so. This issue is related to new cross depend on libgomp, which I believe we used to build cross compilers with --disabled-libgomp because we can get that library by dpkg-crossing it, but it might be good to keep it as is and fix the failure. Also gcc-4.4 has added some new features gcc-4.4-4.4.3/debian/rules.conf-536- gcc-4.4-4.4.3/debian/rules.conf-537-ifeq ($(DEB_CROSS),yes) gcc-4.4-4.4.3/debian/rules.conf-538- languages = c c++ objc objpp gcc-4.4-4.4.3/debian/rules.conf:539: addons = libgcc lib64gcc lib32gcc libgomp lib32gomp lib64gomp \ gcc-4.4-4.4.3/debian/rules.conf-540-libcxx lib32cxx lib64cxx libn32cxx cdev c++dev \ gcc-4.4-4.4.3/debian/rules.conf-541-libobjc objcdev objppdev gccxbase gcc-4.4-4.4.3/debian/rules.conf-542- languages += fortran which were not enabled on gcc-4.3 gcc-4.3-4.3.4/debian/rules.conf-494-ifeq ($(DEB_CROSS),yes) gcc-4.3-4.3.4/debian/rules.conf-495- languages = c c++ objc objpp gcc-4.3-4.3.4/debian/rules.conf-496- addons = libgcc lib64gcc lib32gcc libcxx lib32cxx lib64cxx libn32cxx cdev c++dev libobjc objcdev objppdev gccxbase gcc-4.3-4.3.4/debian/rules.conf-497-else gcc-4.3-4.3.4/debian/rules.conf-498- languages = ada c c++ fortran java objc objpp # pascal gcc-4.3-4.3.4/debian/rules.conf-499- addons = gccbase cdev c++dev fdev libgcj libgcjdev gcjdoc libgnat libs \ gcc-4.3-4.3.4/debian/rules.conf-500- objcdev source objppdev multilib # libgmath libnof lib64gnat ssp Note, this change was not done by us (emdebian). Kind Regards, -- Héctor Orón "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/l2odd0a3d701004100957l9d28c6ebvfa1ea61e55aff...@mail.gmail.com
Processing of gdc-4.3_1.046-4.3.4-1_amd64.changes
gdc-4.3_1.046-4.3.4-1_amd64.changes uploaded successfully to localhost along with the files: gdc-4.3_1.046-4.3.4-1.dsc gdc-4.3_1.046-4.3.4.orig.tar.gz gdc-4.3_1.046-4.3.4-1.diff.gz gdc-4.3_1.046-4.3.4-1_amd64.deb libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0ehf-0004tn...@ries.debian.org
Processing of gcc-4.3_4.3.4-9_i386.changes
gcc-4.3_4.3.4-9_i386.changes uploaded successfully to localhost along with the files: gcc-4.3_4.3.4-9.dsc gcc-4.3_4.3.4-9.diff.gz gcc-4.3-source_4.3.4-9_all.deb libstdc++6-4.3-doc_4.3.4-9_all.deb gcc-4.3-locales_4.3.4-9_all.deb gcc-4.3-base_4.3.4-9_i386.deb cpp-4.3_4.3.4-9_i386.deb libmudflap0-4.3-dev_4.3.4-9_i386.deb gobjc++-4.3-multilib_4.3.4-9_i386.deb gobjc++-4.3_4.3.4-9_i386.deb gobjc-4.3-multilib_4.3.4-9_i386.deb gobjc-4.3_4.3.4-9_i386.deb g++-4.3-multilib_4.3.4-9_i386.deb g++-4.3_4.3.4-9_i386.deb lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb libstdc++6-4.3-dev_4.3.4-9_i386.deb libstdc++6-4.3-pic_4.3.4-9_i386.deb libstdc++6-4.3-dbg_4.3.4-9_i386.deb gfortran-4.3-multilib_4.3.4-9_i386.deb gfortran-4.3_4.3.4-9_i386.deb gcc-4.3-multilib_4.3.4-9_i386.deb gcc-4.3_4.3.4-9_i386.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0em7-0005bj...@ries.debian.org
Results for 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) testsuite on i486-pc-kfreebsd-gnu
LAST_UPDATED: Sun Apr 4 13:25:41 UTC 2010 (revision 157958) Target: i486-kfreebsd-gnu gcc version 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) Native configuration is i486-pc-kfreebsd-gnu === g++ tests === Running target unix === g++ Summary for unix === # of expected passes22812 # of expected failures 151 # of unsupported tests 137 Running target unix/-fstack-protector === g++ Summary for unix/-fstack-protector === # of expected passes22812 # of expected failures 151 # of unsupported tests 137 === g++ Summary === # of expected passes45624 # of expected failures 302 # of unsupported tests 274 /build/buildd-gcc-4.5_4.5-20100404-1-kfreebsd-i386-_5Peaw/gcc-4.5-4.5-20100404/build/gcc/testsuite/g++/../../g++ version 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) === gcc tests === Running target unix FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: largefile.c -O0 -g -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison FAIL: largefile.c -O0 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O0 assembly comparison FAIL: largefile.c -O1 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O1 assembly comparison FAIL: largefile.c -O2 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O2 assembly comparison FAIL: largefile.c -O3 -fomit-frame-pointer -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O3 -fomit-frame-pointer assembly comparison FAIL: largefile.c -O3 -g -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O3 -g assembly comparison FAIL: largefile.c -Os -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -Os assembly comparison FAIL: gcc.dg/plugin/plugdir-test-1.c -fplugin=./plugdir_plugin.so (test for excess errors) === gcc Summary for unix === # of expected passes70731 # of unexpected failures17 # of expected failures 181 # of unsupported tests 680 Running target unix/-fstack-protector FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: largefile.c -O0 -g -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O0 -g assembly comparison FAIL: largefile.c -O0 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O0 assembly comparison FAIL: largefile.c -O1 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O1 assembly comparison FAIL: largefile.c -O2 -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O2 assembly comparison FAIL: largefile.c -O3 -fomit-frame-pointer -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O3 -fomit-frame-pointer assembly comparison FAIL: largefile.c -O3 -g -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -O3 -g assembly comparison FAIL: largefile.c -Os -I. (test for excess errors) FAIL: gcc.dg/pch/largefile.c -Os assembly comparison FAIL: gcc.dg/plugin/plugdir-test-1.c -fplugin=./plugdir_plugin.so (test for excess errors) === gcc Summary for unix/-fstack-protector === # of expected passes70731 # of unexpected failures17 # of expected failures 181 # of unsupported tests 680 === gcc Summary === # of expected passes141462 # of unexpected failures34 # of expected failures 362 # of unsupported tests 1360 /build/buildd-gcc-4.5_4.5-20100404-1-kfreebsd-i386-_5Peaw/gcc-4.5-4.5-20100404/build/gcc/xgcc version 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) === gfortran tests === Running target unix FAIL: gfortran.dg/allocatable_function_1.f90 -O0 scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O1 scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O2 scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O3 -fomit-frame-pointer scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O3 -fomit-frame-pointer -funroll-loops scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -O3 -g scan-tree-dump-times original "free" 10 FAIL: gfortran.dg/allocatable_function_1.f90 -Os scan-tree-dump-times original "free" 10 === gfortran Summary for unix === # of expected passes33961 # of unexpected failures8 # of expected failures 32 # of unsupported tests 145 Running target un
Results for 4.4.3 (Debian 4.4.3-7) testsuite on i486-pc-kfreebsd-gnu
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_3_release revision 156151 Target: i486-kfreebsd-gnu gcc version 4.4.3 (Debian 4.4.3-7) Native configuration is i486-pc-kfreebsd-gnu === g++ tests === Running target unix UNRESOLVED: attribute_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: selfassign.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -O -DIN_GCC -fPIC -shared UNRESOLVED: dumb_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: header_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared === g++ Summary for unix === # of expected passes20223 # of expected failures 157 # of unresolved testcases 4 # of unsupported tests 115 Running target unix/-fstack-protector UNRESOLVED: attribute_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: selfassign.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -O -DIN_GCC -fPIC -shared UNRESOLVED: dumb_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: header_plugin.c compilation, -I. -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/build/gcc/testsuite/g++/../../../gcc -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../include -I/build/buildd-gcc-4.4_4.4.3-7-kfreebsd-i386-P_MCPG/gcc-4.4-4.4.3/src/gcc/testsuite/../../libcpp
Results for 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) testsuite on s390-ibm-linux-gnu
LAST_UPDATED: Sun Apr 4 13:25:41 UTC 2010 (revision 157958) Target: s390-linux-gnu gcc version 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) Native configuration is s390-ibm-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler .section.*.debug_dcall FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler New caller FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler Caller DIE offset FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler Callee DIE offset FAIL: c-c++-common/raw-string-1.c execution test === g++ Summary for unix === # of expected passes22042 # of unexpected failures5 # of expected failures 151 # of unsupported tests 189 Running target unix/-fstack-protector FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler .section.*.debug_dcall FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler New caller FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler Caller DIE offset FAIL: g++.dg/debug/dwarf2/icf.C scan-assembler Callee DIE offset FAIL: c-c++-common/raw-string-1.c execution test === g++ Summary for unix/-fstack-protector === # of expected passes22042 # of unexpected failures5 # of expected failures 151 # of unsupported tests 189 Running target unix/-m64 FAIL: c-c++-common/raw-string-1.c execution test === g++ Summary for unix/-m64 === # of expected passes22007 # of unexpected failures1 # of expected failures 151 # of unsupported tests 190 === g++ Summary === # of expected passes66091 # of unexpected failures11 # of expected failures 453 # of unsupported tests 568 /build/buildd-gcc-4.5_4.5-20100404-1-s390-cdYlEd/gcc-4.5-4.5-20100404/build/gcc/testsuite/g++/../../g++ version 4.5.0 20100404 (experimental) [trunk revision 157958] (Debian 4.5-20100404-1) === gcc tests === Running target unix FAIL: gcc.dg/c99-stdint-1.c (test for excess errors) FAIL: gcc.dg/falign-labels-1.c execution test FAIL: gcc.dg/optimize-bswapsi-1.c scan-tree-dump-times bswap "32 bit bswap implementation found at" 3 FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: gcc.dg/pr43058.c (test for excess errors) FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8) FAIL: gcc.dg/uninit-13.c (test for excess errors) FAIL: c-c++-common/raw-string-1.c -Wc++-compat execution test FAIL: gcc.dg/plugin/plugdir-test-1.c -fplugin=./plugdir_plugin.so (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0 FAIL: gcc.target/s390/stackcheck1.c (test for excess errors) === gcc Summary for unix === # of expected passes63402 # of unexpected failures11 # of unexpected successes 1 # of expected failures 96 # of unsupported tests 706 Running target unix/-fstack-protector FAIL: gcc.dg/c99-stdint-1.c (test for excess errors) FAIL: gcc.dg/falign-labels-1.c execution test FAIL: gcc.dg/optimize-bswapsi-1.c scan-tree-dump-times bswap "32 bit bswap implementation found at" 3 FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: gcc.dg/pr43058.c (test for excess errors) FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8) FAIL: gcc.dg/uninit-13.c (test for excess errors) FAIL: c-c++-common/raw-string-1.c -Wc++-compat execution test FAIL: gcc.dg/plugin/plugdir-test-1.c -fplugin=./plugdir_plugin.so (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0 FAIL: gcc.target/s390/stackcheck1.c (test for excess errors) === gcc Summary for unix/-fstack-protector === # of expected passes63402 # of unexpected failures11 # of unexpected successes 1 # of expected failures 96 # of unsupported tests 706 Running target unix/-m64 FAIL: gcc.dg/march.c (test for excess errors) FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) FAIL: gcc.dg/pr43058.c (test for excess errors) FAIL: gcc.dg/uninit-13.c unconditional (test for warnings, line 8) FAIL: gcc.dg/uninit-13.c (test for excess errors) FAIL: c-c++-common/raw-string-1.c -Wc++-compat execution test FAIL: gcc.dg/plugin/plugdir-test-1.c -fplugin=./plugdir_plugin.so (test for excess errors) XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times optimized "link_error" 0 FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr _ans" 0 FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized "struct _fat_ptr _T2" 0 FAIL: gcc.target/s390/20020926-1.c (test for excess errors) ERROR: gcc.target/s390/20020926-1.c: error executing dg-final: couldn't open "20020926-1.s": no such
Results for 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) testsuite on hppa-unknown-linux-gnu
LAST_UPDATED: Thu Apr 8 14:34:18 UTC 2010 (revision 158131) Target: hppa-linux-gnu gcc version 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) === acats tests === === acats Summary === # of expected passes2321 # of unexpected failures0 Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix UNRESOLVED: attribute_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: pragma_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: selfassign.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -O -DIN_GCC -fPIC -shared UNRESOLVED: dumb_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: header_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared === g++ Summary === # of expected passes11365 # of expected failures 35 # of unresolved testcases 5 # of unsupported tests 41 /home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../g++ version 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) === gcc tests === Running target unix FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) WARNING: program timed out. FAIL: gcc.dg/graphite/block-3.c (test for excess errors) UNRESOLVED: gcc.dg/graphite/block-3.c compilation failed to produce executable FAIL: gcc.dg/graphite/block-3.c scan-tree-dump-times graphite "will be loop blocked" 1 WARNING: program timed out. FAIL: gcc.dg/graphite/block-4.c (test for excess errors) UNRESOLVED: gcc.dg/graphite/block-4.c compilation failed to produce executable XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 execution test XPASS: gcc.dg/guality/example.c -O2 execution test XPASS: gcc.dg/guality/example.c -Os execution test XPASS: gcc.dg/guality/example.c -O2 -flto execution test XPASS: gcc.dg/guality/example.c -O2 -fwhopr execution test XPASS: gcc.dg/guality/guality.c -O0 execution test XPASS: gcc.dg/guality/guality.c -O1 execution test XPASS: gcc.dg/guality/guality.c -O2 execution test XPASS: gcc.dg/guality/guality.c -O3 -fomit-frame-pointer execution test XPASS: gcc.dg/guality/guality.c -O3 -g execution test XPASS: gcc.dg/guality/guality.c -Os execution test XPASS: gcc.dg/guality/guality.c -O2 -flto execution test XPASS: gcc.dg/guality/guality.c -O2 -fwhopr execution test XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O1 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O2 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O3 -g line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -Os line 28 j == 28 + 37 FAIL: gcc.dg/guality/pr41353-1.c -O2 -flto line 28 i == 37 FAIL: gcc.dg/guality/pr41353-1
Results for 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Thu Apr 8 14:34:18 UTC 2010 (revision 158131) Target: ia64-linux-gnu gcc version 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) === acats tests === FAIL: cb1010a FAIL: cb1010c FAIL: cb1010d === acats Summary === # of expected passes2318 # of unexpected failures3 Native configuration is ia64-unknown-linux-gnu === g++ tests === Running target unix UNRESOLVED: attribute_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: pragma_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: selfassign.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -O -DIN_GCC -fPIC -shared UNRESOLVED: dumb_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared UNRESOLVED: header_plugin.c compilation, -I. -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../../gcc -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../include -I/home/packages/gcc/snap/gcc-snapshot-20100408/src/gcc/testsuite/../../libcpp/include -DIN_GCC -fPIC -shared === g++ Summary === # of expected passes21201 # of expected failures 151 # of unresolved testcases 5 # of unsupported tests 188 /home/packages/gcc/snap/gcc-snapshot-20100408/build/gcc/testsuite/g++/../../g++ version 4.5.0 20100408 (prerelease) [gcc-4_5-branch revision 158131] (Debian 20100408-1) === gcc tests === Running target unix FAIL: gcc.c-torture/execute/vector-2.c execution, -O2 -flto FAIL: gcc.c-torture/execute/vector-2.c execution, -O2 -fwhopr FAIL: gcc.dg/builtin-apply4.c execution test FAIL: gcc.dg/pr34668-1.c (internal compiler error) FAIL: gcc.dg/pr34668-1.c (test for excess errors) WARNING: program timed out. FAIL: gcc.dg/pr43058.c (test for excess errors) XPASS: gcc.dg/guality/example.c -O0 execution test WARNING: program timed out. XPASS: gcc.dg/guality/guality.c -O0 execution test WARNING: program timed out. FAIL: gcc.dg/guality/inline-params.c -O1 execution test FAIL: gcc.dg/guality/pr36728-1.c -O1 line 12 y == 2 FAIL: gcc.dg/guality/pr36728-1.c -O1 line 14 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-1.c -O1 line 14 y == 2 FAIL: gcc.dg/guality/pr36728-1.c -O3 -fomit-frame-pointer line 12 arg7 == 30 FAIL: gcc.dg/guality/pr36728-1.c -O3 -fomit-frame-pointer line 14 arg7 == 30 FAIL: gcc.dg/guality/pr36728-1.c -O3 -g line 12 arg7 == 30 FAIL: gcc.dg/guality/pr36728-1.c -O3 -g line 14 arg7 == 30 FAIL: gcc.dg/guality/pr36728-2.c -O1 line 12 y == 2 FAIL: gcc.dg/guality/pr36728-2.c -O1 line 14 *x == (char) 25 FAIL: gcc.dg/guality/pr36728-2.c -O1 line 14 y == 2 XPASS: gcc.dg/guality/pr41353-1.c -O0 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O1 line 28 j == 28 + 37 XPASS: gcc.dg/guality/pr41353-1.c -O2 line 28 j == 28 + 37 FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 17 vari1 == 2 * 17 FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 17 vari2 == 3 * 17 FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 17 vari3 == 2 * 17 FAIL: gcc.dg/guality/pr41353-1.c -O3 -fomit-frame-pointer line 17 vari4 == 3 * 17 FAIL: gcc.dg/guality/pr41353-1
Processing of gdc-4.3_1.046-4.3.4-2_amd64.changes
gdc-4.3_1.046-4.3.4-2_amd64.changes uploaded successfully to localhost along with the files: gdc-4.3_1.046-4.3.4-2.dsc gdc-4.3_1.046-4.3.4-2.diff.gz gdc-4.3_1.046-4.3.4-2_amd64.deb libphobos-4.3-dev_1.046-4.3.4-2_amd64.deb Greetings, Your Debian queue daemon (running on host ries.debian.org) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0fsd-0005qf...@ries.debian.org
gcc-4.3_4.3.4-9_i386.changes ACCEPTED
Accepted: cpp-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/cpp-4.3_4.3.4-9_i386.deb g++-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/g++-4.3-multilib_4.3.4-9_i386.deb g++-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/g++-4.3_4.3.4-9_i386.deb gcc-4.3-base_4.3.4-9_i386.deb to main/g/gcc-4.3/gcc-4.3-base_4.3.4-9_i386.deb gcc-4.3-locales_4.3.4-9_all.deb to main/g/gcc-4.3/gcc-4.3-locales_4.3.4-9_all.deb gcc-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gcc-4.3-multilib_4.3.4-9_i386.deb gcc-4.3-source_4.3.4-9_all.deb to main/g/gcc-4.3/gcc-4.3-source_4.3.4-9_all.deb gcc-4.3_4.3.4-9.diff.gz to main/g/gcc-4.3/gcc-4.3_4.3.4-9.diff.gz gcc-4.3_4.3.4-9.dsc to main/g/gcc-4.3/gcc-4.3_4.3.4-9.dsc gcc-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gcc-4.3_4.3.4-9_i386.deb gfortran-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gfortran-4.3-multilib_4.3.4-9_i386.deb gfortran-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gfortran-4.3_4.3.4-9_i386.deb gobjc++-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.4-9_i386.deb gobjc++-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc++-4.3_4.3.4-9_i386.deb gobjc-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc-4.3-multilib_4.3.4-9_i386.deb gobjc-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc-4.3_4.3.4-9_i386.deb lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb to main/g/gcc-4.3/lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb libmudflap0-4.3-dev_4.3.4-9_i386.deb to main/g/gcc-4.3/libmudflap0-4.3-dev_4.3.4-9_i386.deb libstdc++6-4.3-dbg_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-dbg_4.3.4-9_i386.deb libstdc++6-4.3-dev_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-dev_4.3.4-9_i386.deb libstdc++6-4.3-doc_4.3.4-9_all.deb to main/g/gcc-4.3/libstdc++6-4.3-doc_4.3.4-9_all.deb libstdc++6-4.3-pic_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-pic_4.3.4-9_i386.deb Override entries for your package: cpp-4.3_4.3.4-9_i386.deb - optional interpreters g++-4.3-multilib_4.3.4-9_i386.deb - optional devel g++-4.3_4.3.4-9_i386.deb - optional devel gcc-4.3-base_4.3.4-9_i386.deb - optional libs gcc-4.3-locales_4.3.4-9_all.deb - optional devel gcc-4.3-multilib_4.3.4-9_i386.deb - optional devel gcc-4.3-source_4.3.4-9_all.deb - optional devel gcc-4.3_4.3.4-9.dsc - source devel gcc-4.3_4.3.4-9_i386.deb - optional devel gfortran-4.3-multilib_4.3.4-9_i386.deb - optional devel gfortran-4.3_4.3.4-9_i386.deb - optional devel gobjc++-4.3-multilib_4.3.4-9_i386.deb - optional devel gobjc++-4.3_4.3.4-9_i386.deb - optional devel gobjc-4.3-multilib_4.3.4-9_i386.deb - optional devel gobjc-4.3_4.3.4-9_i386.deb - optional devel lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb - extra debug libmudflap0-4.3-dev_4.3.4-9_i386.deb - optional libdevel libstdc++6-4.3-dbg_4.3.4-9_i386.deb - extra debug libstdc++6-4.3-dev_4.3.4-9_i386.deb - optional libdevel libstdc++6-4.3-doc_4.3.4-9_all.deb - optional doc libstdc++6-4.3-pic_4.3.4-9_i386.deb - extra libdevel Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 546443 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0fdg-0007ls...@ries.debian.org
gdc-4.3_1.046-4.3.4-1_amd64.changes ACCEPTED
Accepted: gdc-4.3_1.046-4.3.4-1.diff.gz to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1.diff.gz gdc-4.3_1.046-4.3.4-1.dsc to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1.dsc gdc-4.3_1.046-4.3.4-1_amd64.deb to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1_amd64.deb gdc-4.3_1.046-4.3.4.orig.tar.gz to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4.orig.tar.gz libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb to main/g/gdc-4.3/libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb Override entries for your package: gdc-4.3_1.046-4.3.4-1.dsc - source devel gdc-4.3_1.046-4.3.4-1_amd64.deb - optional devel libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb - optional libdevel Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 575312 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0ff5-0007wt...@ries.debian.org
gdc-4.3_1.046-4.3.4-2_amd64.changes ACCEPTED
Accepted: gdc-4.3_1.046-4.3.4-2.diff.gz to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-2.diff.gz gdc-4.3_1.046-4.3.4-2.dsc to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-2.dsc gdc-4.3_1.046-4.3.4-2_amd64.deb to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-2_amd64.deb libphobos-4.3-dev_1.046-4.3.4-2_amd64.deb to main/g/gdc-4.3/libphobos-4.3-dev_1.046-4.3.4-2_amd64.deb Override entries for your package: gdc-4.3_1.046-4.3.4-2.dsc - source devel gdc-4.3_1.046-4.3.4-2_amd64.deb - optional devel libphobos-4.3-dev_1.046-4.3.4-2_amd64.deb - optional libdevel Announcing to debian-devel-chan...@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1o0ffw-0007zh...@ries.debian.org
Bug#546443: marked as done (sh4: please add "/usr/include/sh4-linux-gnu" to include search path.)
4-9_i386.deb gfortran-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gfortran-4.3_4.3.4-9_i386.deb gobjc++-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc++-4.3-multilib_4.3.4-9_i386.deb gobjc++-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc++-4.3_4.3.4-9_i386.deb gobjc-4.3-multilib_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc-4.3-multilib_4.3.4-9_i386.deb gobjc-4.3_4.3.4-9_i386.deb to main/g/gcc-4.3/gobjc-4.3_4.3.4-9_i386.deb lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb to main/g/gcc-4.3/lib64stdc++6-4.3-dbg_4.3.4-9_i386.deb libmudflap0-4.3-dev_4.3.4-9_i386.deb to main/g/gcc-4.3/libmudflap0-4.3-dev_4.3.4-9_i386.deb libstdc++6-4.3-dbg_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-dbg_4.3.4-9_i386.deb libstdc++6-4.3-dev_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-dev_4.3.4-9_i386.deb libstdc++6-4.3-doc_4.3.4-9_all.deb to main/g/gcc-4.3/libstdc++6-4.3-doc_4.3.4-9_all.deb libstdc++6-4.3-pic_4.3.4-9_i386.deb to main/g/gcc-4.3/libstdc++6-4.3-pic_4.3.4-9_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 546...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthias Klose (supplier of updated gcc-4.3 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 10 Apr 2010 16:00:53 +0200 Source: gcc-4.3 Binary: gcc-4.3-base gcc-4.3 gcc-4.3-multilib gcc-4.3-hppa64 gcc-4.3-spu g++-4.3-spu gfortran-4.3-spu cpp-4.3 gcc-4.3-locales g++-4.3 g++-4.3-multilib libmudflap0-4.3-dev gobjc++-4.3 gobjc++-4.3-multilib gobjc-4.3 gobjc-4.3-multilib gfortran-4.3 gfortran-4.3-multilib libstdc++6-4.3-dev libstdc++6-4.3-pic libstdc++6-4.3-dbg lib32stdc++6-4.3-dbg lib64stdc++6-4.3-dbg libn32stdc++6-4.3-dbg libstdc++6-4.3-doc gcc-4.3-soft-float gcc-4.3-source Architecture: source all i386 Version: 4.3.4-9 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose Description: cpp-4.3- The GNU C preprocessor g++-4.3- The GNU C++ compiler g++-4.3-multilib - The GNU C++ compiler (multilib files) g++-4.3-spu - SPU cross-compiler (C++ compiler) gcc-4.3- The GNU C compiler gcc-4.3-base - The GNU Compiler Collection (base package) gcc-4.3-hppa64 - The GNU C compiler (cross compiler for hppa64) gcc-4.3-locales - The GNU C compiler (native language support files) gcc-4.3-multilib - The GNU C compiler (multilib files) gcc-4.3-soft-float - The soft-floating-point gcc libraries (arm) gcc-4.3-source - Source of the GNU Compiler Collection gcc-4.3-spu - SPU cross-compiler (preprocessor and C compiler) gfortran-4.3 - The GNU Fortran 95 compiler gfortran-4.3-multilib - The GNU Fortran 95 compiler (multilib files) gfortran-4.3-spu - SPU cross-compiler (Fortran compiler) gobjc++-4.3 - The GNU Objective-C++ compiler gobjc++-4.3-multilib - The GNU Objective-C++ compiler (multilib files) gobjc-4.3 - The GNU Objective-C compiler gobjc-4.3-multilib - The GNU Objective-C compiler (multilib files) lib32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files) lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files) libmudflap0-4.3-dev - GCC mudflap support libraries (development files) libn32stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files) libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files) libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files) libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset kit) Closes: 546443 Changes: gcc-4.3 (4.3.4-9) unstable; urgency=low . * Update to SVN 20100410 from the gcc-4_3-branch. - Fix PR rtl-optimization/43360, PR rtl-optimization/41917, PR libstdc++/21769, PR ada/41912, PR tree-optimization/43528, PR target/43524, PR target/42113, PR middle-end/42718, PR target/43458. * Update cell-4_3-branch to 20100216. . [ Nobuhiro Iwamatsu ] * gcc-multiarch.dpatch: Update for sh4. Closes: #546443. . [ Iain Buclaw ] * Update to new upstream mecurial branch 20100405. - gdc-4.3.dpatch: Add. - gdc-libphobos-std-process.dpatch: Add. - gdc-fix-build.dpatch: Update. - gdc-libphobos-build.dpatch: Update. - gdc-pr26885.dpatch: Update. * debian/control.m4: update upstream website. * Fix gdc build on armel. * Work around build problem on kfreebsd-amd64. * Fix libphobos build for kfreebsd platforms. * Fixes error on static initialization of arrays with trailing comma. . [ Arthur Loiret ] * debian/control: Update my email
Bug#575312: marked as done (gdc-4.3: FTBFS on kfreebsd-*: ../../../src/libphobos/std/mmfile.d:336: Error: static assert (0) is false)
Your message dated Sat, 10 Apr 2010 18:44:07 + with message-id and subject line Bug#575312: fixed in gdc-4.3 1:1.046-4.3.4-1 has caused the Debian Bug report #575312, regarding gdc-4.3: FTBFS on kfreebsd-*: ../../../src/libphobos/std/mmfile.d:336: Error: static assert (0) is false to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 575312: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575312 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: gdc-4.3 Version: 1:1.043-4.3.4-1 Severity: important User: debian-...@lists.debian.org Usertags: kfreebsd Hi, your package FTBFS on kfreebsd-*, apparently due to this first error: | /build/buildd-gdc-4.3_1.043-4.3.4-1-kfreebsd-i386-zghdOv/gdc-4.3-1.043-4.3.4/build/./gcc/gdc -B/build/buildd-gdc-4.3_1.043-4.3.4-1-kfreebsd-i386-zghdOv/gdc-4.3-1.043-4.3.4/build/./gcc/ -B/usr/i486-kfreebsd-gnu/bin/ -B/usr/i486-kfreebsd-gnu/lib/ -isystem /usr/i486-kfreebsd-gnu/include -isystem /usr/i486-kfreebsd-gnu/sys-include -o std/mmfile.o -g -frelease -O2 -fversion=GC_Use_Alloc_MMap -fversion=GC_Use_Stack_FreeBSD -fversion=GC_Use_Data_Fixed -nostdinc -pipe \ | -I ../../../src/libphobos -I ../../../src/libphobos/internal/gc -I ./i486-kfreebsd-gnu -c ../../../src/libphobos/std/mmfile.d | ../../../src/libphobos/std/mmfile.d:336: Error: static assert (0) is false | make[5]: *** [std/mmfile.o] Error 1 Full build logs: https://buildd.debian.org/status/package.php?p=gdc-4.3 Opening this bugreport, even without any patch for now, to keep track of this FTBFS. Mraw, KiBi. --- End Message --- --- Begin Message --- Source: gdc-4.3 Source-Version: 1:1.046-4.3.4-1 We believe that the bug you reported is fixed in the latest version of gdc-4.3, which is due to be installed in the Debian FTP archive: gdc-4.3_1.046-4.3.4-1.diff.gz to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1.diff.gz gdc-4.3_1.046-4.3.4-1.dsc to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1.dsc gdc-4.3_1.046-4.3.4-1_amd64.deb to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4-1_amd64.deb gdc-4.3_1.046-4.3.4.orig.tar.gz to main/g/gdc-4.3/gdc-4.3_1.046-4.3.4.orig.tar.gz libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb to main/g/gdc-4.3/libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 575...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Matthias Klose (supplier of updated gdc-4.3 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 10 Apr 2010 16:41:37 +0200 Source: gdc-4.3 Binary: gdc-4.3 libphobos-4.3-dev Architecture: source amd64 Version: 1:1.046-4.3.4-1 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers Changed-By: Matthias Klose Description: gdc-4.3- The D compiler libphobos-4.3-dev - The phobos D standard library Closes: 575312 Changes: gdc-4.3 (1:1.046-4.3.4-1) unstable; urgency=low . * Upload to unstable. . gdc-4.3 (1:1.046-4.3.4-0ubuntu1) lucid; urgency=low . [ Iain Buclaw ] * Update to new upstream mecurial branch 20100405. * Fixes error on static initialization of arrays with trailing comma, regression compared to gdc-4.1, causing build failures. . gdc-4.3 (1:1.043-4.3.4-1ubuntu1) lucid; urgency=low . [ Iain Buclaw ] * Fix gdc build on armel. * Work around build problem on kfreebsd-amd64. Closes: #575312. * Fix libphobos build for kfreebsd platforms. . [ Matthias Klose ] * Let the gcc driver know about .[dD] files. * Configure --with-pkgversion with correct gdc-4.3 version. Checksums-Sha1: 4873d40b3b572d1adae74f4f3649bccd69d1fe66 2247 gdc-4.3_1.046-4.3.4-1.dsc 499c78eaaa14b71ea256e09a78931918d62cc1cc 2972946 gdc-4.3_1.046-4.3.4.orig.tar.gz 147ed276e78ccf70faedea51211782147b5364bc 699840 gdc-4.3_1.046-4.3.4-1.diff.gz aa4e2a28c00ae781d181aaddc6606c1bc7e4 3761932 gdc-4.3_1.046-4.3.4-1_amd64.deb 5b1d7d637974c7cc38fbf73ecb8b8a6995748c21 733208 libphobos-4.3-dev_1.046-4.3.4-1_amd64.deb Checksums-Sha256: f6d32208e974ba453687816fc0bd4c43498bba0858cd83647150319b0d2751ce 2247 gdc-4.3_1.046-4.3.4-1.dsc 8728409ae9761d49d4ac25aa52e57e7ca670607dc4ac6173be0952c209d1f074 2972946 gdc-4.3_1.046-4.3.4.orig.tar.gz 130043dc9262e66e8c89329d745b9e0c3a55
Processed: Re: Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break
Processing commands for cont...@bugs.debian.org: > reassign 555498 gpc Bug #555498 [antlr] antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break Bug reassigned from package 'antlr' to 'gpc'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.127093039214642.transcr...@bugs.debian.org
Processed: Re: Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break
Processing commands for cont...@bugs.debian.org: > # Should be gpt and not gpc > reassign 555498 gpt Bug #555498 [gpc] antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break Bug reassigned from package 'gpc' to 'gpt'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.127093190526408.transcr...@bugs.debian.org
Bug#561414: FTBFS [hppa]: GC Warning
clone 561414 -1 reassign 561414 libmatthew-java tag -1 + help severity -1 important thanks please build the java docs only, if bulding the binary-indep packages in libmatthew-java. debian-hppa, I'd like ask for some help with this, or with the openjdk-6 port for hppa. is anybody working on this? -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4bc0eaa8.7050...@debian.org
Processed: Re: FTBFS [hppa]: GC Warning
Processing commands for cont...@bugs.debian.org: > clone 561414 -1 Bug#561414: FTBFS [hppa]: GC Warning Bug 561414 cloned as bug 577258. > reassign 561414 libmatthew-java Bug #561414 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Bug reassigned from package 'gcj-4.4-jdk' to 'libmatthew-java'. > tag -1 + help Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Added tag(s) help. > severity -1 important Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Severity set to 'important' from 'serious' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.127093420112693.transcr...@bugs.debian.org
Processed (with 1 errors): forwarded gcj report
Processing commands for cont...@bugs.debian.org: > forwarded 577258 http://gcc.gnu.org/PR43717 Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Set Bug forwarded-to-address to 'http://gcc.gnu.org/PR43717'. > tag 577258 + upstream Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Added tag(s) upstream. > retitle 577258 [PR classpath/43717] FileChannelImpl.smallTransferTo doesn't Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning Changed Bug title to '[PR classpath/43717] FileChannelImpl.smallTransferTo doesn't' from 'FTBFS [hppa]: GC Warning' > conform to the spec Unknown command or malformed arguments to command. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.127093551419518.transcr...@bugs.debian.org
Processed: reassign 255525 to gcj-4.3
Processing commands for cont...@bugs.debian.org: > reassign 255525 gcj-4.3 Bug #255525 [gcj-4.1] [PR 16122] gij - Incorrect result due to computations in extended precision on x86 Bug reassigned from package 'gcj-4.1' to 'gcj-4.3'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.127093896310804.transcr...@bugs.debian.org
Bug#469031: marked as done (libstdc++6-4.1-dev: 64 bit C++ includes installed in wrong directory on s390 platform)
Your message dated Sun, 11 Apr 2010 01:15:54 +0200 with message-id <4bc106aa.8070...@debian.org> and subject line Re: libstdc++6-4.1-dev: 64 bit C++ includes installed in wrong directory on s390 platform has caused the Debian Bug report #469031, regarding libstdc++6-4.1-dev: 64 bit C++ includes installed in wrong directory on s390 platform to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 469031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469031 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: libstdc++6-4.1-dev Version: 4.1.1-21 Severity: important libstdc++6-4.1-dev (version 4.1.2-19) has some headers (like bits/c++config.h) for 64 bit targets in /usr/include/c++/4.1.2/s390x-linux-gnu/64/ instead of /usr/include/c++/4.1.2/s390-linux-gnu/64/ (where g++ tries to look them up). Obviously any C++ program including any STL header fails compiling with option -m64 then. Creating a symlink /usr/include/c++/4.1.2/s390-linux-gnu/64 -> ../s390x-linux-gnu/64 works around the problem. Packages in unstable and testing have this fixed already. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: s390 (s390x) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-6-s390x Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libstdc++6-4.1-dev depends on: ii g++-4.14.1.1-21 The GNU C++ compiler ii gcc-4.1-base 4.1.1-21 The GNU Compiler Collection (base ii libc6-dev 2.3.6.ds1-13etch5 GNU C Library: Development Librari ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 libstdc++6-4.1-dev recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Version: 4.1.2-25 --- End Message ---