Bug#517653: gcc-4.3: warning: comparison with string literal results in unspecified behavior when comparing two different literals

2009-03-01 Thread Kalle Olavi Niemitalo
Package: gcc-4.3 Version: 4.3.1-4 Severity: minor Compiling this with gcc-4.3 -Wall -c int main (void) { return hello == there; } results in a warning: hoh.c: In function ‘main’: hoh.c:4: warning: comparison with string literal results in unspecified behavior The warning claims the

Bug#517659: ppl - FTBFS: Missuse of buildd resources

2009-03-01 Thread Bastian Blank
Package: ppl Version: 0.10-4 Severity: serious The build of ppl needs 7 CPU-hours on a fast machine, including a long documentation run. Also I saw at least 4 runs of the same test set. Automatic build of ppl_0.10-4 on lxdebian.bfinv.de by sbuild/s390 98 [...] Build needed 06:58:18, 1434876k

Bug#517653: gcc-4.3: warning: comparison with string literal results in unspecified behavior when comparing two different literals

2009-03-01 Thread Kalle Olavi Niemitalo
Bastian Blank wa...@debian.org writes: §6.4.5 6) say: | It is unspecified whether these arrays are distinct provided their | elements have the appropriate values. If the arrays resulting from hello and there were not distinct from each other, then their elements would not have the appropriate

Bug#517653: gcc-4.3: warning: comparison with string literal results in unspecified behavior when comparing two different literals

2009-03-01 Thread Kalle Olavi Niemitalo
Falk Hueffner f...@debian.org writes: I can't imagine any sensible code whatsoever that triggers this warning but does not have logical errors. Can you show how it is used? Here are all the source lines from net-snmp 5.2.3-7etch4 that trigger this warning. snmplib/data_list.c:108

Bug#517653: gcc-4.3: warning: comparison with string literal results in unspecified behavior when comparing two different literals

2009-03-01 Thread Falk Hueffner
On Sun, Mar 01, 2009 at 04:04:07PM +0200, Kalle Olavi Niemitalo wrote: Falk Hueffner f...@debian.org writes: I can't imagine any sensible code whatsoever that triggers this warning but does not have logical errors. Can you show how it is used? Here are all the source lines from net-snmp

lenny mips64el gcc-4.3-multilib is missing libstdc++.so symlink to be able to compile C++

2009-03-01 Thread Laurent GUERBY
Hi, After installing gcc-4.3-multilib, lib64* and libn32* I had to add: gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/n32# ln -s /usr/lib32/libstdc++.so.6 libstdc++.so gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/n32# cd ../64 gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/64# ln -s

Bug#517659: ppl - FTBFS: Missuse of buildd resources

2009-03-01 Thread Roberto Bagnara
Bastian Blank wrote: Package: ppl Version: 0.10-4 Severity: serious The build of ppl needs 7 CPU-hours on a fast machine, including a long documentation run. This is probably due to `make check', which is something you can disable if you are prepared to accept the risk of miscompilation of

Processing of gcc-4.3_4.3.3-5_multi.changes

2009-03-01 Thread Archive Administrator
gcc-4.3_4.3.3-5_multi.changes uploaded successfully to localhost along with the files: lib64gomp1_4.3.3-5_powerpc.deb libmudflap0-dbg_4.3.3-5_powerpc.deb g++-4.3-multilib_4.3.3-5_powerpc.deb lib64gfortran3-dbg_4.3.3-5_i386.deb libmudflap0_4.3.3-5_i386.deb

gcc-4.3_4.3.3-5_multi.changes ACCEPTED

2009-03-01 Thread Debian Installer
Accepted: cpp-4.3_4.3.3-5_i386.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3.3-5_i386.deb cpp-4.3_4.3.3-5_powerpc.deb to pool/main/g/gcc-4.3/cpp-4.3_4.3.3-5_powerpc.deb fixincludes_4.3.3-5_i386.deb to pool/main/g/gcc-4.3/fixincludes_4.3.3-5_i386.deb fixincludes_4.3.3-5_powerpc.deb to

Bug#516727: marked as done (gcc segfaults on simple wrong c++ code)

2009-03-01 Thread Debian Bug Tracking System
/kFreeBSD. Fixes: #512277. . [Ludovic Brenta] * debian/patches/ada-acats.dpatch: attempt to fix ACATS tests (not entirely successful yet). * New upstream version. Fixes: #514565. . [Matthias Klose] * Update to SVN 20090301 from the gcc-4_3-branch. - Fix PR c/35446, PR

Processing of gnat-4.3_4.3.3-2_amd64.changes

2009-03-01 Thread Archive Administrator
gnat-4.3_4.3.3-2_amd64.changes uploaded successfully to localhost along with the files: gnat-4.3_4.3.3-2.dsc gnat-4.3_4.3.3-2.diff.gz gnat-4.3-base_4.3.3-2_amd64.deb libgnat-4.3_4.3.3-2_amd64.deb libgnatvsn4.3-dev_4.3.3-2_amd64.deb libgnatvsn4.3_4.3.3-2_amd64.deb

Bug#515841: marked as done (gnat-4.3: fails to run Ada Conformity Assessment Test Suite)

2009-03-01 Thread Debian Bug Tracking System
Your message dated Mon, 02 Mar 2009 00:26:30 +0100 with message-id 87ljrox1sp@ludovic-brenta.org and subject line gnat-4.3: fails to run Ada Conformity Assessment Test Suite has caused the Debian Bug report #515841, regarding gnat-4.3: fails to run Ada Conformity Assessment Test Suite to be

gnat-4.3_4.3.3-2_amd64.changes ACCEPTED

2009-03-01 Thread Debian Installer
Accepted: gnat-4.3-base_4.3.3-2_amd64.deb to pool/main/g/gnat-4.3/gnat-4.3-base_4.3.3-2_amd64.deb gnat-4.3_4.3.3-2.diff.gz to pool/main/g/gnat-4.3/gnat-4.3_4.3.3-2.diff.gz gnat-4.3_4.3.3-2.dsc to pool/main/g/gnat-4.3/gnat-4.3_4.3.3-2.dsc gnat-4.3_4.3.3-2_amd64.deb to

Bug#516727: marked as done (gcc segfaults on simple wrong c++ code)

2009-03-01 Thread Debian Bug Tracking System
Klose] * Update to SVN 20090301 from the gcc-4_3-branch. - Fix PR c/35446, PR c++/38950, PR fortran/38852, PR fortran/39006, PR c++/39225 (closes: #516727), PR c++/38950, PR target/38056, PR target/39228, PR middle-end/36578, PR inline-asm/39058, PR middle-end/37861