This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from ff983ca0442 Daily bump. adds 52be732635a PR fortran/91414 Improve initialization of PRNG adds e3bb1364453 2013-08-13 Thomas Koenig tkoenig@gcc.gnu.org adds b030d5f50c3 Daily bump. adds 95585237f76 [Darwin, testsuite] Fix instantiate2 fail. adds 5381234eeca [Darwin] Fix lto options. adds b10e7de4d0a Daily bump. adds dc70c2bcd43 PR c++/91436 fix C++ dialect for std::make_unique fix-it hint adds 3bc19f14c5f Daily bump. adds a38ca4597ce * test_summary: Do not escape "=". adds efd854893e7 [darwin, ppc] Backport 270480 fix for speculation barrier insns adds 2cc51a1bf15 [darwin, ppc] backport Fix .machine directive in vecsave asm. adds 62dfdc3edb2 Daily bump. new ea88427be7e 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: contrib/ChangeLog | 4 ++ contrib/test_summary | 2 +- gcc/ChangeLog | 17 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.h | 2 +- gcc/config/rs6000/rs6000.md | 11 +++-- gcc/cp/ChangeLog | 9 ++++ gcc/cp/name-lookup.c | 4 +- gcc/fortran/ChangeLog | 7 ++++ gcc/fortran/frontend-passes.c | 5 +++ gcc/testsuite/ChangeLog | 24 +++++++++++ gcc/testsuite/g++.dg/ext/instantiate2.C | 3 +- .../g++.dg/lookup/missing-std-include-5.C | 1 + .../g++.dg/lookup/missing-std-include-6.C | 9 ---- .../g++.dg/lookup/missing-std-include-8.C | 9 ++++ gcc/testsuite/gfortran.dg/do_subscript_5.f90 | 20 +++++++++ libgcc/ChangeLog | 7 ++++ libgcc/config/rs6000/darwin-vecsave.S | 8 +++- libgfortran/ChangeLog | 10 +++++ libgfortran/intrinsics/random.c | 49 +++++++++------------- 20 files changed, 153 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/do_subscript_5.f90