This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_profiled_lto_lean in repository toolchain/ci/gcc.
from 573e20aaca8 Abstract out (forward) jump threader state handling. adds 0853f392a21 Fix argument to pthread_join adds 7123ae2455b Implement OpenMP 5.1 section 3.15: omp_display_env adds a0f9a5dcc3b Use OEP_DECL_NAME when comparing VLA bounds [PR101585]. adds b7195fb01fe testsuite: Add missing C++ includes to tests [PR101646] adds 9360d6cd170 libstdc++: Simplify std::optional::value() adds 6aacd901b80 Let -Wuninitialized assume built-ins don't change const arg [...] adds 5b58057b6e7 rs6000: Write output to the builtins init file, part 3 of 3 adds bb4d8febb36 rs6000: Write static initializations for built-in table adds 7590016ba95 rs6000: Write static initializations for overload tables adds af3f12e6e86 Daily bump. adds 872da9a6f66 Add the member integer_to_sse to processor_cost as a cost s [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 132 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-warn.c | 3 +- gcc/config/i386/i386.c | 6 +- gcc/config/i386/i386.h | 1 + gcc/config/i386/x86-tune-costs.h | 26 +++ gcc/config/rs6000/rs6000-gen-builtins.c | 328 +++++++++++++++++++++++++++++ gcc/cp/ChangeLog | 9 + gcc/testsuite/ChangeLog | 63 ++++++ gcc/testsuite/g++.dg/coroutines/pr99047.C | 1 + gcc/testsuite/g++.dg/gcov/gcov-threads-1.C | 2 +- gcc/testsuite/g++.dg/pr71655.C | 1 + gcc/testsuite/gcc.dg/Wvla-parameter-13.c | 18 ++ gcc/testsuite/gcc.dg/uninit-38.c | 39 +--- gcc/testsuite/gcc.dg/uninit-41.c | 121 +++++++++++ gcc/testsuite/gcc.target/i386/pr99881.c | 49 +++++ gcc/tree-ssa-uninit.c | 67 ++++++ libgomp/ChangeLog | 76 +++++++ libgomp/env.c | 88 ++++---- libgomp/fortran.c | 13 ++ libgomp/libgomp.map | 7 + libgomp/omp.h.in | 2 + libgomp/omp_lib.f90.in | 9 + libgomp/omp_lib.h.in | 2 + libstdc++-v3/ChangeLog | 103 +++++++++ libstdc++-v3/include/experimental/optional | 56 +++-- libstdc++-v3/include/std/optional | 43 ++-- 28 files changed, 1138 insertions(+), 134 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wvla-parameter-13.c create mode 100644 gcc/testsuite/gcc.dg/uninit-41.c create mode 100644 gcc/testsuite/gcc.target/i386/pr99881.c