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 in repository toolchain/ci/gcc.
from 2aea19bdb12 nvptx: update fix for -Wformat-diag adds 03b0bf78308 Come up with git-fix-changelog.py script. adds 29a6db635f5 i386: Fix *aes<aeswideklvariant>u8 adds b834435c8fa fold-const: Optimize &"foo"[0] == "foo" [PR89074] adds 53836c887a0 gimple-ssa-warn-access: Fix up asan_test.C -Wdangling-point [...] adds fdf31ae25f6 Update on riscv -Wformat-diag string. adds 34ba4275dcf Enable -Werror=format-diag during bootstrap. adds 7f3915b83ed rs6000: Fix bootstrap adds 2f47a095a08 testsuite: Rename a few C++ to .C or .cc. adds 9d6c63ba490 [Ada] Compile s-mmap and 128bit on x86_64-linux-gnux32 adds 2cef99175af [Ada] Set target_cpu to x32 for x86_64-linux-gnux32 adds 39f581028c7 libstdc++: Fix for non-constexpr math_errhandling adds 0bd247bbbe4 libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.
No new revisions were added by this update.
Summary of changes: contrib/gcc-git-customization.sh | 1 + contrib/git-backport.py | 47 +----------------- contrib/{git-backport.py => git-fix-changelog.py} | 58 ++++++++++++++-------- gcc/ada/Makefile.rtl | 5 ++ gcc/ada/gcc-interface/Makefile.in | 7 +++ gcc/config/i386/sse.md | 2 +- gcc/config/riscv/riscv.cc | 4 +- gcc/config/rs6000/rs6000.cc | 3 ++ gcc/configure | 4 +- gcc/configure.ac | 4 +- gcc/fold-const.cc | 9 ++++ gcc/gimple-ssa-warn-access.cc | 5 ++ .../ext/{boolcomplex-1.c => boolcomplex-1.C} | 0 gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C} | 0 gcc/testsuite/g++.dg/{pr83979.c => pr83979.C} | 0 gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C} | 0 .../g++.dg/vect/{pr71483.c => pr71483.cc} | 0 gcc/testsuite/gcc.dg/tree-ssa/pr89074.c | 12 +++++ libgomp/config/gcn/icv-device.c | 2 +- libstdc++-v3/include/experimental/bits/simd.h | 26 +++++++--- 20 files changed, 108 insertions(+), 81 deletions(-) copy contrib/{git-backport.py => git-fix-changelog.py} (53%) rename gcc/testsuite/g++.dg/ext/{boolcomplex-1.c => boolcomplex-1.C} (100%) rename gcc/testsuite/g++.dg/opt/{pr47639.c => pr47639.C} (100%) rename gcc/testsuite/g++.dg/{pr83979.c => pr83979.C} (100%) rename gcc/testsuite/g++.dg/tm/{asm-1.c => asm-1.C} (100%) rename gcc/testsuite/g++.dg/vect/{pr71483.c => pr71483.cc} (100%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr89074.c