This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled_lto in repository toolchain/ci/gcc.
from 9d116bcc555 Daily bump. adds 5f028541894 Use unsigned long long in asm-x86-linux-rdmsr.c adds fc0beded58a c-family: Fix bootstrap for targets defining TARGET_FORMAT_TYPES. adds bda4aa36732 options: fix ASAN issue during saving of opt. options adds 703d8a4d39b Add libgomp.fortran/order-reproducible-*.f90 adds d7705b0ada9 contrib: filter out mmx.md file. adds 6c0dd02964a [PR102563] Do not clobber range in operator_lshift::op1_range. adds b7848a2068b libstdc++: Fix typos in std::filesystem code adds e3e07b8955f Daily bump. adds 8fbe1b18ed0 options: check for CL_OPTIMIZATION only for cl_options. adds 0ee1ab15c23 coroutines: Look through NOPs for awaiter variables [PR 99575]. adds 1b54a722636 coroutines: Ensure co_await_exprs have TREE_SIDE_EFFECTS se [...] adds 8009c79b64b coroutines: Fix ICE with an invalid await_suspend type [PR100673]. adds 650beb11053 coroutines: Await expressions are not allowed in handlers [ [...] adds fdf0b6ce6c1 coroutines: Fail with a sorry when presented with a VLA [PR [...] adds d91056851c5 Fix for powerpc64 long double complex divide failure adds 154fd0896ef Daily bump.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 5 ++ contrib/filter-clang-warnings.py | 1 + gcc/ChangeLog | 16 +++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 ++ gcc/c-family/c-format.c | 2 +- gcc/cp/ChangeLog | 33 ++++++++++ gcc/cp/coroutines.cc | 55 ++++++++++++----- gcc/range-op.cc | 12 ++-- gcc/testsuite/ChangeLog | 34 ++++++++++ gcc/testsuite/g++.dg/coroutines/pr100673.C | 18 ++++++ gcc/testsuite/g++.dg/coroutines/pr101133.C | 31 ++++++++++ gcc/testsuite/g++.dg/coroutines/pr101765.C | 45 ++++++++++++++ gcc/testsuite/g++.dg/coroutines/pr99575.C | 35 +++++++++++ gcc/testsuite/g++.dg/coroutines/pr99710.C | 25 ++++++++ .../gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr102563.c | 16 +++++ gcc/toplev.c | 5 +- libgcc/ChangeLog | 6 ++ libgcc/libgcc2.c | 15 +++-- libgomp/ChangeLog | 7 +++ libgomp/testsuite/libgomp.fortran/my-usleep.c | 9 +++ .../libgomp.fortran/order-reproducible-1.f90 | 72 ++++++++++++++++++++++ .../libgomp.fortran/order-reproducible-2.f90 | 37 +++++++++++ libstdc++-v3/ChangeLog | 7 +++ libstdc++-v3/src/c++17/fs_ops.cc | 2 +- libstdc++-v3/src/filesystem/ops-common.h | 4 +- 27 files changed, 469 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr100673.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101133.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr101765.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99575.C create mode 100644 gcc/testsuite/g++.dg/coroutines/pr99710.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102563.c create mode 100644 libgomp/testsuite/libgomp.fortran/my-usleep.c create mode 100644 libgomp/testsuite/libgomp.fortran/order-reproducible-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/order-reproducible-2.f90