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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 30a08286e67 MIPS: R6: load/store can process unaligned address adds ba6bb287f03 Revert "libstdc++: Fix ctype changed after newlib update." adds c93e704b9e0 Fix hash_map::traverse overload adds 6e8a31275fd tree-optimization/103596 - fix missed propagation into switches adds 7ef68c37b3a x86: Check FUNCTION_DECL before calling cgraph_node::get adds 3a2257e6b3f c++: Fix for decltype and bit-fields [PR95009] adds 8e836af61b7 Fix --help -Q output
No new revisions were added by this update.
Summary of changes: gcc/config/i386/i386.c | 3 +- gcc/config/s390/s390.c | 2 +- gcc/cp/typeck.c | 14 ++++-- gcc/hash-map.h | 6 ++- gcc/opt-functions.awk | 2 +- gcc/opts-common.c | 21 +++++--- gcc/opts.h | 4 +- gcc/predict.c | 2 +- gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 +++++++ gcc/testsuite/gcc.dg/pr103594.c | 14 ++++++ gcc/testsuite/gcc.dg/torture/pr103596.c | 36 ++++++++++++++ gcc/tree-ssa-propagate.c | 62 +++++++++-------------- gcc/tree-ssa-propagate.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- libstdc++-v3/config/os/newlib/ctype_base.h | 19 +------- 16 files changed, 196 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C create mode 100644 gcc/testsuite/gcc.dg/pr103594.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c