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_ubsan in repository toolchain/ci/gcc.
from 1375e2b6233 libphobos: Enable on Solaris/SPARC or with /bin/as [PR 103528] adds db494fd68d1 lto-plugin: Honor link_output_name for -foffload-objects file name adds 69619acd8d9 target/104762 - vectorization costs of CONSTRUCTORs adds eb5edcf3f3a tree-optimization/104880 - update-address-taken and cmpxchg adds 098c538ae8c [Committed] Update g++.dg/other/pr84964.C for ia32 (and sim [...] adds c5288df751f PR tree-optimization/98335: Improvements to DSE's compute_trims. adds 251ea6dfbdb PR tree-optimization/98335: New peephole2 xorl;movb -> movzbl adds 7a6ba7c7cb6 d: Fix mistakes in strings to be translated [PR104552] adds 42d9ff3ac84 d: Cache generated import declarations in a hash_map adds b00f9761b9b Daily bump. adds 3cb27b85a7b Fix DImode to TImode sign extend issue new 72c243017de PR middle-end/98420: Don't fold x - x to 0.0 with -frounding-math new 828335beb77 Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 31 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/builtins.cc | 2 +- gcc/builtins.h | 2 + gcc/c-family/c-common.h | 1 - gcc/c-family/c-omp.cc | 33 -------------- gcc/c/c-typeck.cc | 4 +- gcc/config/i386/i386.cc | 17 +++++--- gcc/config/i386/i386.md | 50 +++++++++++++++++++++ gcc/config/rs6000/vsx.md | 2 +- gcc/cp/semantics.cc | 4 +- gcc/d/ChangeLog | 21 +++++++++ gcc/d/imports.cc | 77 ++++++++++++++++++--------------- gcc/d/lang.opt | 4 +- gcc/fortran/ChangeLog | 5 +++ gcc/match.pd | 5 ++- gcc/testsuite/ChangeLog | 36 +++++++++++++++ gcc/testsuite/g++.dg/opt/pr104880.cc | 43 ++++++++++++++++++ gcc/testsuite/g++.dg/other/pr84964.C | 6 +-- gcc/testsuite/g++.dg/pr98335.C | 15 +++++++ gcc/testsuite/g++.target/i386/pr98335.C | 18 ++++++++ gcc/testsuite/gcc.dg/pr86010-2.c | 22 ++++++++++ gcc/testsuite/gcc.dg/pr86010.c | 24 ++++++++++ gcc/testsuite/gcc.dg/pr98420.c | 8 ++++ gcc/testsuite/gcc.target/i386/pr98335.c | 12 +++++ gcc/tree-core.h | 1 + gcc/tree-ssa-alias.cc | 23 ++++++++++ gcc/tree-ssa-alias.h | 2 + gcc/tree-ssa-dse.cc | 54 +++++++++++++++++++++-- gcc/tree-ssa.cc | 16 +++++-- gcc/tree.cc | 36 +++++++++++++++ libphobos/ChangeLog | 8 ++++ lto-plugin/ChangeLog | 5 +++ lto-plugin/lto-plugin.c | 9 +++- 34 files changed, 501 insertions(+), 97 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr104880.cc create mode 100644 gcc/testsuite/g++.dg/pr98335.C create mode 100644 gcc/testsuite/g++.target/i386/pr98335.C create mode 100644 gcc/testsuite/gcc.dg/pr86010-2.c create mode 100644 gcc/testsuite/gcc.dg/pr86010.c create mode 100644 gcc/testsuite/gcc.dg/pr98420.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98335.c