This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from a70c05120ae Static chain support in ipa-modref adds 18f0873d1e5 ipa-modref cleanup adds 2a83259f837 x86_64: Improved implementation of TImode rotations. adds 1fefb6cf62b Revert accidental commit. adds 4f032929ac9 libstdc++: Add some noexcept to std::valarray adds b4df2dd3f47 Daily bump. adds 62af7d9402f Fix wrong code caulsed by retslot EAF flags propagation [PR103040]
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + contrib/ChangeLog | 4 + gcc/ChangeLog | 142 +++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 + gcc/config/i386/i386.md | 20 +- gcc/cp/ChangeLog | 7 + gcc/ipa-modref.c | 725 +++++++++++++++++++------------- gcc/testsuite/ChangeLog | 243 +++++++++++ gcc/testsuite/g++.dg/torture/pr103040.C | 37 ++ libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/std/valarray | 12 +- 12 files changed, 902 insertions(+), 306 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr103040.C