Bug#960248: gdc-10 -flto -fno-weak crashes on some codes

2020-05-10 Thread Witold Baryluk
Package: gdc-10 Version: 10.1.0-1 Severity: normal This is for gdc-10. I tested it with gdc-9 and it works without a crash. $ cat bench.d // = import std.conv : to; int main(string[] args) { return cast(int)to!float(args[1]); } // === $ $ gdc-10 -flto -O2 -fno-weak -o

Bug#881938: marked as done (gnatmake should call gcc/g++ with system_type prefix)

2020-05-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 May 2020 23:20:43 +0200 with message-id <20200510212043.GA29357@nicolasthinkpad> and subject line close 881938 has caused the Debian Bug report #881938, regarding gnatmake should call gcc/g++ with system_type prefix to be marked as done. This means that you claim that

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread Niko Tyni
On Sun, May 10, 2020 at 07:47:33PM +0200, Paul Gevers wrote: > [This looks very similar to bug #960212 which will be a duplicate if > really gcc-9 is at fault here.] > > With a recent upload of gcc-9 the autopkgtest of libalien-wxwidgets-perl > # Can't exec "gcc": No such file or directory at

Bug#960224: update symbols for mips64

2020-05-10 Thread Helmut Grohne
Source: libffi Version: 3.3-4 Tags: patch User: helm...@debian.org Usertags: rebootstrap libffi ftbfs for mips64 (big endian), because the symbols are wrong. Please update them using the attached patch. Helmut diff --minimal -Nru libffi-3.3/debian/changelog libffi-3.3/debian/changelog ---

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread gregor herrmann
On Sun, 10 May 2020 19:47:33 +0200, Paul Gevers wrote: > https://ci.debian.net/data/autopkgtest/testing/amd64/liba/libalien-wxwidgets-perl/5415612/log.gz > # Can't exec "gcc": No such file or directory at > /usr/share/perl/5.30/ExtUtils/CBuilder/Base.pm line 342. So the error comes from

Processed: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread Debian Bug Tracking System
Processing control commands: > found -1 gcc-9/9.3.0-12 Bug #960214 [src:gcc-9, src:libalien-wxwidgets-perl] gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory Marked as found in versions gcc-9/9.3.0-12. > found -1 libalien-wxwidgets-perl/0.69+dfsg-2 Bug

Bug#960214: gcc-9 breaks libalien-wxwidgets-perl autopkgtest: Can't exec "gcc": No such file or directory

2020-05-10 Thread Paul Gevers
Source: gcc-9, libalien-wxwidgets-perl Control: found -1 gcc-9/9.3.0-12 Control: found -1 libalien-wxwidgets-perl/0.69+dfsg-2 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), [This

Processed: gcc-9 breaks iraf autopkgtest: gcc: not found

2020-05-10 Thread Debian Bug Tracking System
Processing control commands: > found -1 gcc-9/9.3.0-12 Bug #960212 [src:gcc-9, src:iraf] gcc-9 breaks iraf autopkgtest: gcc: not found Marked as found in versions gcc-9/9.3.0-12. > found -1 iraf/2.16.1+2018.11.01-3 Bug #960212 [src:gcc-9, src:iraf] gcc-9 breaks iraf autopkgtest: gcc: not found

Bug#960212: gcc-9 breaks iraf autopkgtest: gcc: not found

2020-05-10 Thread Paul Gevers
Source: gcc-9, iraf Control: found -1 gcc-9/9.3.0-12 Control: found -1 iraf/2.16.1+2018.11.01-3 Severity: serious Tags: sid bullseye X-Debbugs-CC: debian...@lists.debian.org User: debian...@lists.debian.org Usertags: breaks needs-update Dear maintainer(s), With a recent upload of gcc-9 the

Bug#960150: gdc-10 / libphobos 2.76 core.cpuid.{cores,threads}PerCPU() returns wrong value

2020-05-10 Thread Witold Baryluk
It look this might be already fixed upstream: https://github.com/dlang/druntime/pull/2620 https://github.com/dlang/druntime/commit/0723a38a858e83a9c5c0d43a0400571ef2a0 and could explain why ldc is showing correct values. On Sat, 9 May 2020 at 22:57, Witold Baryluk wrote: > > Package: