This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from 5f256a70a05 Daily bump. adds 8bf983c71e4 [PR99680] Check empty constraint before using CONSTRAINT_LEN. adds 9c2f08475a1 [PATCH] Fix typo in gcc/asan.c comment adds 9f59cb7cac0 c-family: Fix PR94272 -fcompare-debug issue even for C [PR99230] adds 19ff0b0d816 x86: Check cfun != NULL before accessing silent_p adds 6af7b307f65 Daily bump. adds fc24ea23742 dwarf2out: Fix debug info for 2 byte floats [PR99388] adds d2de43b775a Daily bump. adds d0a5e8e1a84 rs6000: Convert the vector set variable idx to DImode [PR98914] adds 0ec7641ee18 rs6000: Fix some unexpected empty split conditions new fc9c4e5fc50 debug: Fix __int128 handling in dwarf2out [PR99562] new 0e792ee11aa Fortran: Fix 'name' bound size [PR99688]
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 | 25 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 4 +-- gcc/c-family/ChangeLog | 5 ++++ gcc/c-family/c-gimplify.c | 29 ++++++++++++++++++++++ gcc/config/i386/i386.c | 4 +-- gcc/config/rs6000/rs6000.c | 39 ++++++++++++++--------------- gcc/config/rs6000/rs6000.md | 28 ++++++++++----------- gcc/config/rs6000/vsx.md | 10 ++++---- gcc/cp/ChangeLog | 6 +++++ gcc/cp/cp-gimplify.c | 30 +--------------------- gcc/dwarf2out.c | 40 +++++++++++++++++++----------- gcc/fortran/match.c | 6 ++--- gcc/fortran/resolve.c | 2 +- gcc/lra-constraints.c | 16 ++++++------ gcc/testsuite/ChangeLog | 11 ++++++++ gcc/testsuite/g++.target/i386/pr99679-1.C | 17 +++++++++++++ gcc/testsuite/g++.target/i386/pr99679-2.C | 17 +++++++++++++ gcc/testsuite/gcc.dg/pr99230.c | 40 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/pr98914.c | 11 ++++++++ 20 files changed, 241 insertions(+), 101 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr99679-1.C create mode 100644 gcc/testsuite/g++.target/i386/pr99679-2.C create mode 100644 gcc/testsuite/gcc.dg/pr99230.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr98914.c