Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-25 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > Package: gcc-4.9 > Version: 4.9.2-16 > Severity: normal Same problem with gcc-4.9.2-18 from unstable. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to debian-g

Bug#786850: gcc-4.9: AddressSanitizer fails with pthread_cond_init

2015-05-25 Thread Erik de Castro Lopo
Package: gcc-4.9 Version: 4.9.2-16 Severity: normal Dear Maintainer, Trivial C program: #include #include int main (void) { pthread_cond_t cond; pthread_cond_init(&cond, NULL); return 0; } Above works correctly when compiled and run (even under Valgrind)

gcc-5-cross_4_arm64.changes REJECTED

2015-05-25 Thread Debian FTP Masters
Version check failed: Your upload included the binary package gdc-5-arm-linux-gnueabihf, version 5.1.1-6cross1, for arm64, however unstable already has version 5.1.1-6cross1. Uploads to unstable must have a higher version than present in unstable. === Please feel free to respond to this email

gcc-5-cross_4_i386.changes REJECTED

2015-05-25 Thread Debian FTP Masters
Version check failed: Your upload included the binary package gobjc++-5-powerpc64le-linux-gnu, version 5.1.1-6cross1, for i386, however unstable already has version 5.1.1-6cross1. Uploads to unstable must have a higher version than present in unstable. === Please feel free to respond to this e

Processing of gcc-5-cross_4_i386.changes

2015-05-25 Thread Debian FTP Masters
gcc-5-cross_4_i386.changes uploaded successfully to localhost along with the files: cpp-5-aarch64-linux-gnu_5.1.1-6cross1_i386.deb cpp-5-arm-linux-gnueabi_5.1.1-6cross1_i386.deb cpp-5-arm-linux-gnueabihf_5.1.1-6cross1_i386.deb cpp-5-powerpc-linux-gnu_5.1.1-6cross1_i386.deb cpp-5-powerpc64

Processing of gcc-5-cross_4_arm64.changes

2015-05-25 Thread Debian FTP Masters
gcc-5-cross_4_arm64.changes uploaded successfully to localhost along with the files: cpp-5-arm-linux-gnueabi_5.1.1-6cross1_arm64.deb cpp-5-arm-linux-gnueabihf_5.1.1-6cross1_arm64.deb g++-5-arm-linux-gnueabi_5.1.1-6cross1_arm64.deb g++-5-arm-linux-gnueabihf_5.1.1-6cross1_arm64.deb gcc-5-ar

Bug#781892: (Hardware?) problem with denormal values on mipsel

2015-05-25 Thread John Long
On Fri, May 22, 2015 at 04:41:51PM +0200, Ole Streicher wrote: > Dear Mailing list, > > a few weeks ago, I found a problem that I thought is related to gfortran; > however I am unsure whether this is really the case. > > http://bugs.debian.org/781892 > > Basically it burns down to the following