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 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 new 7ef68c37b3a x86: Check FUNCTION_DECL before calling cgraph_node::get new 3a2257e6b3f c++: Fix for decltype and bit-fields [PR95009] new 8e836af61b7 Fix --help -Q output
The 3 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/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