Bug#650192: Removed package(s) from unstable

2011-11-28 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

gcc-snapshot | 20110327-1 | hurd-i386

--- Reason ---
ROP; outdated hurd-i386 binary package
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 650...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/650192

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


-- 
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/e1rv0kn-0004ax...@franck.debian.org



Bug#650275: gcc-4.6: Does only detect division by zero for int, not float

2011-11-28 Thread Fabian Greffrath
Package: gcc-4.6
Version: 4.6.2-5
Severity: minor

Hi,

I find it strange and inconsistent that gcc only detects and reports hard-coded
devision by zero for int variables but not for those of type float. If you
compile the attached example, gcc will print the following warning:

$ gcc -W -Wall -Wextra nan.c
nan.c: In function ‘main’:
nan.c:6:18: warning: division by zero [-Wdiv-by-zero]

Please note that this warning is true for both lines 5 and 6.

Best Regards,
Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-4.6 depends on:
ii  binutils  2.22-1
ii  cpp-4.6   4.6.2-5   
ii  gcc-4.6-base  4.6.2-5   
ii  libc6 2.13-21   
ii  libgcc1   1:4.6.2-5 
ii  libgmp10  2:5.0.2+dfsg-2
ii  libgomp1  4.6.2-5   
ii  libmpc2   0.9-4 
ii  libmpfr4  3.1.0-3   
ii  libquadmath0  4.6.2-5   
ii  zlib1g1:1.2.5.dfsg-1

Versions of packages gcc-4.6 recommends:
ii  libc6-dev  2.13-21

Versions of packages gcc-4.6 suggests:
pn  binutils-goldnone
pn  gcc-4.6-doc  none
pn  gcc-4.6-locales  none
pn  gcc-4.6-multilib none
pn  libgcc1-dbg  none
pn  libgomp1-dbg none
pn  libmudflap0-4.6-dev  none
pn  libmudflap0-dbg  none
pn  libquadmath0-dbg none

-- no debconf information
#include stdio.h

int main (void)
{
float f = 0/0.;
int i = 0/0;

printf(f: %f, i: %d\n, f, i);

return 0;
}


Bug#650277: ICE when building MPFR: in decide_alg, at config/i386/i386.c:22094

2011-11-28 Thread Vincent Lefevre
Package: gcc-snapshot
Version: 2014-1
Severity: normal

When building the future MPFR 3.1.0-p4 (but the patch level shouldn't
matter here) with

  ../mpfr-3.1.0/configure --with-gmp=/usr/local/gmp-debug --enable-assert=full 
--enable-logging CC=gcc-snapshot CFLAGS='-Wall -O3 -march=native -std=gnu99'

I got:

../../mpfr-3.1.0/tests/trint.c: In function 'main':
../../mpfr-3.1.0/tests/trint.c:247:10: internal compiler error: in decide_alg, 
at config/i386/i386.c:22094
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-snapshot/README.Bugs for instructions.
[...]
Preprocessed source stored into /tmp/ccMzeiyD.out file, please attach this to 
your bugreport.
make[2]: *** [trint.o] Error 1
make[2]: *** Waiting for unfinished jobs

I've attached the preprocessed source, compressed.

BTW, this is strange that config/i386/i386.c is mentioned because
this is an x86_64 machine.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gcc-snapshot depends on:
ii  binutils2.22-1  
ii  libasound2  1.0.24.1-4  
ii  libatk1.0-0 2.2.0-2 
ii  libc6   2.13-21 
ii  libc6-dev   2.13-21 
ii  libc6-dev-i386  2.13-21 
ii  libc6-i386  2.13-21 
ii  libcairo2   1.10.2-6.1  
ii  libcloog-ppl0   0.15.9-3
ii  libecj-java 3.5.1-3 
ii  libfontconfig1  2.8.0-3 
ii  libfreetype62.4.8-1 
ii  libgdk-pixbuf2.0-0  2.24.0-1
ii  libglib2.0-02.30.2-4
ii  libgmp102:5.0.2+dfsg-2  
ii  libgmpxx4ldbl   2:5.0.2+dfsg-2  
ii  libgtk2.0-0 2.24.8-2
ii  libice6 2:1.0.7-2   
ii  libmpc2 0.9-4   
ii  libmpfr43.1.0-3 
ii  libpango1.0-0   1.29.4-2
ii  libppl-c4   0.11.2-6
ii  libppl9 0.11.2-6
ii  libsm6  2:1.2.0-2   
ii  libxrandr2  2:1.3.2-2   
ii  libxrender1 1:0.9.6-2   
ii  libxtst62:1.2.0-4   
ii  python  2.7.2-9 
ii  zlib1g  1:1.2.3.4.dfsg-3

gcc-snapshot recommends no packages.

Versions of packages gcc-snapshot suggests:
pn  binutils-gold  none

-- no debconf information


ccMzeiyD.out.bz2
Description: Binary data


Bug#650318: gcc-4.6: Please apply PR target/50906 patch for powerpcspe

2011-11-28 Thread Kyle Moffett
Source: gcc-4.6
Version: 4.6.2-4
Severity: wishlist
Tags: patch upstream

GCC PR target/50906 causes miscompiled code on powerpcspe when building
with -Os.  The patch has been tested thoroughly on e500 systems and
resolves the issue correctly there, but it unfortunately still needs
additional verification that it does not break regular powerpc systems.

If possible, it would be very convenient for the Debian package to
conditionally apply the pr50906 patch for the powerpcspe package
build.

Otherwise, it will hopefully be merged into the 4.6 SVN branch soon,
after Alan Modra has performed the additional necessary validation, and
it should end up in Debian that way.

Thanks for your time.

Cheers,
Kyle Moffett

--
Curious about my work on the Debian powerpcspe port?
I'm keeping a blog here: http://pureperl.blogspot.com/



-- 
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/2028194939.5972.62363.report...@philyra.exmeritus.com



Bug#650344: gfortran-4.4: Unusuall and/or wrong conversion in gfortran

2011-11-28 Thread Hernán Gustavo Solari
Package: gfortran-4.4
Version: 4.4.5-8
Severity: normal
Tags: upstream

gfortran does not report Error o Warnig for type mismatch in calls and
data statements (see example). When an integer is assigned in a data statement
to a double precision it performs as expected, but when a real is used it
introduces round off errors instead of padding zeros
When the mistmatch is the call of a subroutine it completely fails, the
compiler SHOULD indicate Error. Here is a test program
C test of bugs
double precision q(3)
data q/0.16D00,0.08,11/

print *,(q(i),i=1,3)
q(1)=q(1)+1

call malo(q)
end

subroutine malo(q)
real q(3)
print *, (q(i),i=1,3)
return
end
+
Compiles without warnigs with -Wall switch;
Compiles with warnigs with -Wconversion, but it places the wrong statements
at the level of the legal addition of double precision and integer!!!

Output generated
  0.16000   7.9982118606567E-002   11.000 
  2.72848404E-14   1.895   2.000



-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-H (SMP w/4 CPU cores)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gfortran-4.4 depends on:
ii  gcc-4.4   4.4.5-8The GNU C compiler
ii  gcc-4.4-base  4.4.5-8The GNU Compiler Collection (base 
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libc6-dev 2.11.2-10  Embedded GNU C Library: Developmen
ii  libgfortran3  4.4.5-8Runtime library for GNU Fortran ap
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libmpfr4  3.0.0-2multiple precision floating-point 

gfortran-4.4 recommends no packages.

Versions of packages gfortran-4.4 suggests:
ii  gfortran-4.4-doc 4.4.4.nf1-1 documentation for the GNU Fortran 
pn  gfortran-4.4-multilibnone  (no description available)
pn  libgfortran3-dbg none  (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/2029011646.8151.89420.reportbug@porqu