Bug#852091: gcc-6: Binaries compiled with gccgo on m68k crash (unaligned access)

2017-01-21 Thread John Paul Adrian Glaubitz
Source: gcc-6 Version: 6.3.0-3 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: m68k Hi! The attached patch is a backport of the fix provided by upstream to fix gccgo on m68k [1]. I have added this patch to gcc-6_6.3.0-3, rebuild the package and verified gccgo now produces

Bug#852091: Acknowledgement (gcc-6: Binaries compiled with gccgo on m68k crash (unaligned access))

2017-01-21 Thread John Paul Adrian Glaubitz
Forgot to link the upstream patch set in the footnote, sorry: > https://go-review.googlesource.com/#/c/35478/ -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `-GPG: 62FF 8A75 84E0 2956 9546

Bug#852104: g++-7 fails to include standard include path

2017-01-21 Thread Jason Rhinelander
Package: g++-7 Version: 7-20170118-1 Severity: important The latest gcc-7 experimental snapshot appears to be missing '/usr/include/g++/7' from the standard include search paths, and as a result can't compile anything using any stl headers, e.g.: #include int main() {} fails to compile with

Bug#852091: marked as done (gcc-6: Binaries compiled with gccgo on m68k crash (unaligned access))

2017-01-21 Thread Debian Bug Tracking System
32) libx32stdc++6-6-dbg - GNU Standard C++ Library v3 (debugging files) libx32ubsan0 - UBSan -- undefined behaviour sanitizer (x32) libx32ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols) Closes: 851886 852091 Changes: gcc-6 (6.3.0-4) unstable; urgency=medium . * Update to S

Bug#851886: marked as done (gcc: broken manpage symlinks)

2017-01-21 Thread Debian Bug Tracking System
ubsan0-dbg - UBSan -- undefined behaviour sanitizer (x32 debug symbols) Closes: 851886 852091 Changes: gcc-6 (6.3.0-4) unstable; urgency=medium . * Update to SVN 20170121 (r244748) from the gcc-6-branch. - Fix PR target/77455 (AArch64), PR rtl-optimization/79121, PR ipa/79043, PR

Processing of gcc-6_6.3.0-4_source.changes

2017-01-21 Thread Debian FTP Masters
gcc-6_6.3.0-4_source.changes uploaded successfully to localhost along with the files: gcc-6_6.3.0-4.dsc gcc-6_6.3.0-4.diff.gz Greetings, Your Debian queue daemon (running on host usper.debian.org)

gcc-6_6.3.0-4_source.changes ACCEPTED into unstable

2017-01-21 Thread Debian FTP Masters
-- undefined behaviour sanitizer (x32 debug symbols) Closes: 851886 852091 Changes: gcc-6 (6.3.0-4) unstable; urgency=medium . * Update to SVN 20170121 (r244748) from the gcc-6-branch. - Fix PR target/77455 (AArch64), PR rtl-optimization/79121, PR ipa/79043, PR ipa/71207, PR tree

Processing of gcc-defaults-ports_1.165_amd64.changes

2017-01-21 Thread Debian FTP Masters
gcc-defaults-ports_1.165_amd64.changes uploaded successfully to localhost along with the files: gcc-defaults-ports_1.165.dsc gcc-defaults-ports_1.165.tar.gz cpp-alpha-linux-gnu_6.3.0-1_amd64.deb cpp-hppa-linux-gnu_6.3.0-1_amd64.deb cpp-m68k-linux-gnu_6.3.0-1_amd64.deb cpp-mips64-linux-g

gcc-defaults-ports_1.165_amd64.changes REJECTED

2017-01-21 Thread Thorsten Alteholz
as requested on irc === Please feel free to respond to this email if you don't understand why your files were rejected, or if you upload new files which address our concerns.

gcc-defaults-ports_1.165_amd64.changes is NEW

2017-01-21 Thread Debian FTP Masters
binary:gccgo-m68k-linux-gnu is NEW. binary:gccgo-m68k-linux-gnu is NEW. Your package has been put into the NEW queue, which requires manual action from the ftpteam to process. The upload was otherwise valid (it had a good OpenPGP signature and file hashes are valid), so please be patient. Package

Processing of gcc-7_7-20170121-1_source.changes

2017-01-21 Thread Debian FTP Masters
gcc-7_7-20170121-1_source.changes uploaded successfully to localhost along with the files: gcc-7_7-20170121-1.dsc gcc-7_7-20170121.orig.tar.gz gcc-7_7-20170121-1.diff.gz Greetings, Your Debian queue daemon (running on host usper.debian.org)

Bug#852104: marked as done (g++-7 fails to include standard include path)

2017-01-21 Thread Debian Bug Tracking System
Your message dated Sat, 21 Jan 2017 21:34:47 + with message-id and subject line Bug#852104: fixed in gcc-7 7-20170121-1 has caused the Debian Bug report #852104, regarding g++-7 fails to include standard include path to be marked as done. This means that you claim that the problem has been

gcc-7_7-20170121-1_source.changes ACCEPTED into experimental

2017-01-21 Thread Debian FTP Masters
libgphobos68 libgphobos68-dbg lib64gphobos-7-dev lib64gphobos68 lib64gphobos68-dbg lib32gphobos-7-dev lib32gphobos68 lib32gphobos68-dbg libx32gphobos-7-dev libx32gphobos68 libx32gphobos68-dbg fixincludes gcc-7-source Architecture: source Version: 7-20170121-1 Distribution: experimental Urgency: medium

gcc-defaults-ports_1.165_amd64.changes ACCEPTED into unstable, unstable

2017-01-21 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 21 Jan 2017 19:11:34 +0100 Source: gcc-defaults-ports Binary: cpp-alpha-linux-gnu gcc-alpha-linux-gnu g++-alpha-linux-gnu gobjc-alpha-linux-gnu gobjc++-alpha-linux-gnu gfortran-alpha-linux-gnu gccgo-alpha-linux-g

Bug#852153: gcc-6/mips: backport option to disable madd4 instructions and set it default

2017-01-21 Thread YunQiang Su
Package: src:gcc-6 Version: 6.3.0-3 Hi, gcc-7 has added a new option to disable madd.fmt/msub.fmt etc instructions, as 1. For the MIPS standard, these instructions are unfused, while on Loongson, they are fused. With these instructions enabled, some software may failed to run o