Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on s390x-ibm-linux-gnu

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on powerpc64le-unknown-linux-gnu

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on i686-pc-linux-gnu

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) === acats tests === FAIL: cxa5a01 FAIL: cxa5a02 FAIL: cxg2004 === acats Summary === # of expected passes2325 # of unexpected

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on arm-unknown-linux-gnueabihf

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) Native configuration is arm-unknown-linux-gnueabihf === libatomic tests === Running target unix === libatomic Summary === # of expected

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on arm-unknown-linux-gnueabi

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) Native configuration is arm-unknown-linux-gnueabi === libatomic tests === Running target unix === libatomic Summary === # of expected passes

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on aarch64-unknown-linux-gnu

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) Native configuration is aarch64-unknown-linux-gnu === libatomic tests === Running target unix === libatomic Summary === # of expected passes

Results for 11.0.0 20201228 (experimental) [master revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350] (Debian 20201228-1) testsuite on x86_64-pc-linux-gnu

2020-12-29 Thread Matthias Klose
LAST_UPDATED: Mon Dec 28 13:39:08 UTC 2020 (revision adfe99ad8fa:0bfaa34325d:12ae2bc70846a2be8255eaa41322cd1a5a7b7350) === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is

gcc-11-cross_1_amd64.changes is NEW

2020-12-29 Thread Debian FTP Masters
binary:cpp-11-aarch64-linux-gnu is NEW. binary:cpp-11-arm-linux-gnueabi is NEW. binary:cpp-11-arm-linux-gnueabihf is NEW. binary:cpp-11-i686-linux-gnu is NEW. binary:cpp-11-powerpc64le-linux-gnu is NEW. binary:cpp-11-s390x-linux-gnu is NEW. binary:cpp-11-x86-64-linux-gnu is NEW.

Bug#973785: gcc-10: Huge package sizes of gcc-10 and cpp-10 on amd64

2020-12-29 Thread jim_p
Package: gcc-10 Followup-For: Bug #973785 X-Debbugs-Cc: pitsior...@gmail.com Solved after today's update to 10.2.1-3. You can close this bug report. -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')

Processing of gcc-11-cross_1_amd64.changes

2020-12-29 Thread Debian FTP Masters
gcc-11-cross_1_amd64.changes uploaded successfully to localhost along with the files: gcc-11-cross_1.dsc gcc-11-cross_1.tar.xz cpp-11-aarch64-linux-gnu_11-20201228-1cross1_amd64.deb cpp-11-arm-linux-gnueabi_11-20201228-1cross1_amd64.deb

Re: catching 32/64 bit integer mixing

2020-12-29 Thread Florian Weimer
* Drew Parsons: > An upstream author has asked whether we know of tools or compiler flags > to help catch problems mixing 64 and 32 bit integers, for instance > catching implicit conversions, as in > >int64_t n = ...; >for (int32_t i=0; i ... >} > > There is