This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allmodconfig in repository toolchain/ci/gcc.
from dbad4a15931 Regenerate libstdc++ HTML pages adds 36da6d19745 Daily bump. adds 9441a76de07 PR libstdc++/88066 use <> for includes not "" adds 9fec5574a91 [RS6000] Correct save_reg_p adds 9dd56da932a Backported from mainline 2019-02-08 Jakub Jelinek <jaku [...] adds 21d2956764a PR middle-end/89243 * g++.dg/opt/pr89188.C: Include ../to [...] adds 08889035100 2019-02-09 Aaron Sawdey acsawdey@linux.ibm.com adds 1accb2b8fcf 2019-02-09 Thomas Koenig tkoenig@gcc.gnu.org new 960fffd6cfb Daily bump.
The 1 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 | 49 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/combine.c | 17 ++++++--- gcc/config/rs6000/rs6000-string.c | 68 +++++++++++++++++++++------------ gcc/config/rs6000/rs6000.c | 27 ++++++++----- gcc/config/rs6000/rs6000.md | 4 +- gcc/except.c | 4 ++ gcc/testsuite/ChangeLog | 22 +++++++++++ gcc/testsuite/g++.dg/opt/pr89188.C | 10 +---- gcc/testsuite/g++.dg/torture/pr88861.C | 11 ++++++ gcc/testsuite/g++.dg/ubsan/pr89234.C | 11 ++++++ gcc/testsuite/gfortran.dg/null_10.f90 | 7 ++++ libstdc++-v3/ChangeLog | 10 +++++ libstdc++-v3/include/bits/locale_conv.h | 8 ++-- libstdc++-v3/include/ext/random | 4 +- libstdc++-v3/include/ext/vstring.h | 2 +- 16 files changed, 197 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr88861.C create mode 100644 gcc/testsuite/g++.dg/ubsan/pr89234.C create mode 100644 gcc/testsuite/gfortran.dg/null_10.f90