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-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from 92936be4746 libstdc++: Restore printing of assertion messages [PR102100] adds 8aa3ab5a476 aarch64: enable cortex-a510 CPU adds f3cb2114d8b aarch64: enable cortex-a710 CPU adds 257d2890a76 aarch64: enable cortex-x2 CPU adds 5f9ccf17de7 [PR102546] X << Y being non-zero implies X is also non-zero. adds 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
No new revisions were added by this update.
Summary of changes: contrib/filter-clang-warnings.py | 1 + gcc/ChangeLog | 102 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 405 +++++++++++++++++++++ gcc/c-family/ChangeLog | 37 ++ gcc/c-family/c-format.c | 2 +- gcc/c/ChangeLog | 18 + gcc/config/aarch64/aarch64-cores.def | 9 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/cp/ChangeLog | 31 ++ gcc/doc/invoke.texi | 3 +- gcc/fortran/ChangeLog | 16 + gcc/range-op.cc | 26 +- gcc/testsuite/ChangeLog | 73 ++++ .../gcc.dg/analyzer/torture/asm-x86-linux-rdmsr.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr102546.c | 23 ++ gcc/testsuite/gcc.dg/tree-ssa/pr102563.c | 16 + gcc/toplev.c | 2 +- libgomp/ChangeLog | 29 ++ libgomp/testsuite/libgomp.fortran/my-usleep.c | 9 + .../libgomp.fortran/order-reproducible-1.f90 | 72 ++++ .../libgomp.fortran/order-reproducible-2.f90 | 37 ++ libiberty/ChangeLog | 4 + libsanitizer/ChangeLog | 4 + libstdc++-v3/ChangeLog | 292 +++++++++++++++ libstdc++-v3/src/c++17/fs_ops.cc | 2 +- libstdc++-v3/src/filesystem/ops-common.h | 4 +- 27 files changed, 1206 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102546.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