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 in repository toolchain/ci/gcc.
from a2287813b13 Daily bump. adds 8fa7216ae0d Fix ICE caused by NULL_RTX returned by lowpart_subreg. adds 1002a7ace11 LTO: Fixes for renaming issues with offload/OpenMP [PR104285]
No new revisions were added by this update.
Summary of changes: gcc/config/i386/sse.md | 236 +++++++++++++++------ gcc/lto/lto-partition.cc | 17 +- gcc/lto/lto.cc | 58 ++--- .../gcc.target/i386/avx512fp16-vfcmaddcph-1a.c | 2 +- .../gcc.target/i386/avx512fp16-vfmaddcph-1a.c | 2 +- .../gcc.target/i386/avx512fp16vl-vfcmaddcph-1a.c | 4 +- .../gcc.target/i386/avx512fp16vl-vfmaddcph-1a.c | 4 +- gcc/testsuite/gcc.target/i386/pr104976.c | 13 ++ .../testsuite/libgomp.c++/target-same-name-2-a.C | 50 +++++ .../testsuite/libgomp.c++/target-same-name-2-b.C | 50 +++++ libgomp/testsuite/libgomp.c++/target-same-name-2.C | 24 +++ .../libgomp.c-c++-common/target-same-name-1-a.c | 60 ++++++ .../libgomp.c-c++-common/target-same-name-1-b.c | 60 ++++++ .../libgomp.c-c++-common/target-same-name-1.c | 46 ++++ 14 files changed, 527 insertions(+), 99 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr104976.c create mode 100644 libgomp/testsuite/libgomp.c++/target-same-name-2-a.C create mode 100644 libgomp/testsuite/libgomp.c++/target-same-name-2-b.C create mode 100644 libgomp/testsuite/libgomp.c++/target-same-name-2.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-same-name-1-a.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-same-name-1-b.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-same-name-1.c