Bug#876825: gcc: infinite loop targeting armel

2017-09-27 Thread Adrian Bunk
On Tue, Sep 26, 2017 at 09:48:52AM +0100, Edmund Grimley Evans wrote: >... > This is not specific to cross-compiling and not even to gcc-6. > > We noticed the infinite loop when the buildd tries to build rnahybrid: > > https://buildd.debian.org/status/logs.php?pkg=rnahybrid=armel >... In

Results for 8.0.0 20170923 (experimental) [trunk revision 253114] (Debian 20170923-1) testsuite on mips-unknown-linux-gnu

2017-09-27 Thread Matthias Klose
LAST_UPDATED: Sat Sep 23 10:25:49 UTC 2017 (revision 253114) === acats tests === === acats Summary === # of expected passes2320 # of unexpected failures0 Native configuration is mips-unknown-linux-gnu === g++ tests ===

Bug#876639: libgo11: Please consider backport "libgo: use gc's arch names as the default GOARCHs on MIPS"

2017-09-27 Thread Matthias Klose
On 27.09.2017 16:01, James Cowgill wrote: > Hi, > > On 24/09/17 10:36, Shengjing Zhu wrote: >> Package: libgo11 >> Version: 7.2.0-5 >> Severity: wishlist >> Tags: upstream >> X-Debbugs-CC: pkg-go-maintain...@lists.alioth.debian.org >> >> Dear Maintainer, >> >> Currently the pkg-go team uses gccgo

gcc-8_8-20170923-1_amd64.changes is NEW

2017-09-27 Thread Debian FTP Masters
binary:cpp-8 is NEW. binary:g++-8 is NEW. binary:g++-8-multilib is NEW. binary:gcc-8 is NEW. binary:gcc-8-base is NEW. binary:gcc-8-hppa64-linux-gnu is NEW. binary:gcc-8-locales is NEW. binary:gcc-8-multilib is NEW. binary:gcc-8-plugin-dev is NEW. binary:gcc-8-source is NEW.

Processing of gcc-8_8-20170923-1_amd64.changes

2017-09-27 Thread Debian FTP Masters
gcc-8_8-20170923-1_amd64.changes uploaded successfully to localhost along with the files: gcc-8_8-20170923-1.dsc gcc-8_8-20170923.orig.tar.gz gcc-8_8-20170923-1.diff.gz cpp-8-dbgsym_8-20170923-1_amd64.deb cpp-8_8-20170923-1_amd64.deb fixincludes-dbgsym_8-20170923-1_amd64.deb

Bug#876825: Seems it is not really an infinite loop

2017-09-27 Thread Lennart Sorensen
I just tried with the gcc 7.2.0 cross compiler. It took 28 minutes to compile the file but it did finish. It took 5 times the ram and 30 times the time that it took to compile for amd64. It was not stuck, just doing a lot of work trying to optimize it seems. Fixing the causes of the warnings

Bug#876639: libgo11: Please consider backport "libgo: use gc's arch names as the default GOARCHs on MIPS"

2017-09-27 Thread James Cowgill
Hi, On 24/09/17 10:36, Shengjing Zhu wrote: > Package: libgo11 > Version: 7.2.0-5 > Severity: wishlist > Tags: upstream > X-Debbugs-CC: pkg-go-maintain...@lists.alioth.debian.org > > Dear Maintainer, > > Currently the pkg-go team uses gccgo to build Go packages on MIPS* > archs. However

Bug#876825: gcc: infinite loop targeting armel

2017-09-27 Thread Edmund Grimley Evans
The problem still seems to occurs with: - version 6.4.0-3cross1 of gcc-6-arm-linux-gnueabi (on amd64) - version 7.2.0-7 of gcc-7 (on armel) It's perhaps not really an infinite loop but just an unreasonably long time. Perhaps someone should try running it over the weekend...