gcc-doc-defaults_16_amd64.changes ACCEPTED into unstable

2017-04-20 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 20 Apr 2017 20:42:27 -0400 Source: gcc-doc-defaults Binary: gcc-doc cpp-doc gfortran-doc gnat-doc gcj-doc gccgo-doc gcc-doc-base Architecture: source amd64 all Version: 5:16 Distribution: unstable Urgency: medium M

Processing of gcc-doc-defaults_16_amd64.changes

2017-04-20 Thread Debian FTP Masters
gcc-doc-defaults_16_amd64.changes uploaded successfully to localhost along with the files: gcc-doc-defaults_16.dsc gcc-doc-defaults_16.tar.xz cpp-doc_6.3.0-1_amd64.deb gcc-doc-base_6.3.0-1_all.deb gcc-doc-defaults_16_amd64.buildinfo gcc-doc_6.3.0-1_amd64.deb gccgo-doc_6.3.0-1_amd64.de

Bug#860823: gcc-6: sqrt x64 intrinsic broken with -O3 and -ffast-math

2017-04-20 Thread Catalin Ionescu
Package: gcc-6 Version: 6.3.0-12 Severity: normal After being "hit" by unexplained division by 0 related crashes of an application, the following simple test code shows the issue: #include #include void TestSqrt(const float *Src,float *Dest,size_t Size,float &Gain) { while (Size--) {