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-arm-bootstrap in repository toolchain/ci/gcc.
from c42f1e77344 Daily bump. adds e01530ec1e3 c: [PR104506] Fix ICE after error due to change of type to [...] adds d34cdec5672 rtl-optimization/104498: Fix comparing symbol reference new e74d764e172 c++: Add testcase for already fixed PR [PR85493]
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/alias.cc | 6 ++++-- gcc/testsuite/g++.dg/cpp0x/decltype80.C | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/pr104506-1.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr104506-2.c | 11 +++++++++++ gcc/testsuite/gcc.dg/pr104506-3.c | 11 +++++++++++ gcc/tree-ssa.cc | 20 +++++++++++++------- 6 files changed, 67 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype80.C create mode 100644 gcc/testsuite/gcc.dg/pr104506-1.c create mode 100644 gcc/testsuite/gcc.dg/pr104506-2.c create mode 100644 gcc/testsuite/gcc.dg/pr104506-3.c