This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/gcc.
from 59a95143dde x86: Add <x86gprintrin.h> adds f9919ba717d libstdc++: Add performance test for <random> adds 7e7eef2a1bb libstdc++: Pass CXXFLAGS to check_performance script adds 6ce2cb116af libstdc++: Adjust variable export in makefile adds 98c37d3bacb libstdc++: Optimize uniform_int_distribution using Lemire's [...] adds bb37ad8cc0f Don't keep strict_low_part in reloads for non-registers. [PR97313] adds 3ee44d4c518 libstdc++: Fix incorrect results in std::seed_seq::generate [...] adds 3427e313316 libstdc++: Diagnose visitors with different return types [PR95904] adds c74a0e82fa3 Daily bump. adds 14db1dfcd18 PR97359: Do not cache relops in GORI cache. adds 02cbd79e472 libstdc++: Fix variant build on 32-bit targets [PR95904] new 16664e6e4fb x86-64: Check CMPXCHG16B for x86-64-v[234]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 141 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/gimple-range-gori.cc | 10 +- gcc/lra-constraints.c | 7 +- gcc/testsuite/ChangeLog | 66 ++++++++++ gcc/testsuite/gcc.dg/pr97359.c | 11 ++ gcc/testsuite/gcc.target/i386/pr97313.c | 24 ++++ gcc/testsuite/gcc.target/i386/x86-64-v2.c | 3 + gcc/testsuite/gcc.target/i386/x86-64-v3.c | 3 + gcc/testsuite/gcc.target/i386/x86-64-v4.c | 3 + libgcc/ChangeLog | 6 + libstdc++-v3/ChangeLog | 52 ++++++++ libstdc++-v3/include/bits/random.tcc | 90 ++++++++----- libstdc++-v3/include/bits/uniform_int_dist.h | 61 ++++++++- libstdc++-v3/include/std/variant | 67 +++++++++- libstdc++-v3/scripts/check_performance | 2 +- .../testsuite/20_util/variant/visit_neg.cc | 2 +- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../random/seed_seq/97311.cc} | 40 +++--- libstdc++-v3/testsuite/Makefile.am | 1 + libstdc++-v3/testsuite/Makefile.in | 1 + .../performance/26_numerics/random_dist.cc | 102 +++++++++++++++ 22 files changed, 625 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97359.c create mode 100644 gcc/testsuite/gcc.target/i386/pr97313.c copy libstdc++-v3/testsuite/{20_util/variant/visit_neg.cc => 26_numerics/random/se [...] create mode 100644 libstdc++-v3/testsuite/performance/26_numerics/random_dist.cc