Results for 14.2.0 (Debian 14.2.0-7) testsuite on i686-pc-linux-gnu

2024-10-20 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-14.2.0 revision 04696df09633baf97cdbbdd6e9929b9d472161d3 === acats tests === FAIL: cxaa009 === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is i686-pc-

Results for 14.2.0 (Debian 14.2.0-7) testsuite on s390x-ibm-linux-gnu

2024-10-20 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-14.2.0 revision 04696df09633baf97cdbbdd6e9929b9d472161d3 === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ib

Results for 14.2.0 (Debian 14.2.0-7) testsuite on powerpc64le-unknown-linux-gnu

2024-10-20 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-14.2.0 revision 04696df09633baf97cdbbdd6e9929b9d472161d3 === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is powerpc64le-unknown-linu

Results for 14.2.0 (Debian 14.2.0-7) testsuite on arm-unknown-linux-gnueabihf

2024-10-20 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-14.2.0 revision 04696df09633baf97cdbbdd6e9929b9d472161d3 Native configuration is arm-unknown-linux-gnueabihf === libatomic tests === Running target unix === libatomic Summary for unix === # of expected passes

Results for 14.2.0 (Debian 14.2.0-7) testsuite on arm-unknown-linux-gnueabi

2024-10-20 Thread Matthias Klose
LAST_UPDATED: Obtained from git: releases/gcc-14.2.0 revision 04696df09633baf97cdbbdd6e9929b9d472161d3 Native configuration is arm-unknown-linux-gnueabi === libatomic tests === Running target unix === libatomic Summary === # of expected passes44 #

Bug#1085524: gcc-12: Please upgrade Debian 12's GCC version to 12.4

2024-10-20 Thread cnbatch
Package: gcc-12 Version: 12.2.0-14 Severity: normal X-Debbugs-Cc: cnba...@gmail.com Dear Maintainer, The following C++20 code can be compiled with GCC 12.3 or later but can't be compiled on Debian 12 with GCC 12.2: ``` #include #include class A{ int a; }; int main() { std::atomic> a_ptr