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 264f061997c path solver: Solve PHI imports first for ranges. adds 4d2d5565a09 Fix wrong code with pure functions adds 1bac7d31a12 or1k: Fix clobbering of _mcount argument if fPIC is enabled adds af2852b9dc3 Daily bump. adds 60f761c7e54 libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random adds 2f3d43a3515 Fix wrong code with modref and some builtins.
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + gcc/ChangeLog | 226 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 5 + gcc/config/or1k/or1k-protos.h | 1 + gcc/config/or1k/or1k.c | 49 +++++- gcc/config/or1k/or1k.h | 8 +- gcc/fortran/ChangeLog | 42 +++++ gcc/ipa-modref.c | 30 ++-- gcc/jit/ChangeLog | 8 + gcc/testsuite/ChangeLog | 41 +++++ gcc/testsuite/gcc.c-torture/execute/pr103209.c | 36 ++++ gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +- gcc/tree-ssa-structalias.c | 2 +- include/ChangeLog | 8 + libbacktrace/ChangeLog | 7 + libgomp/ChangeLog | 31 ++++ libstdc++-v3/ChangeLog | 85 ++++++++++ libstdc++-v3/acinclude.m4 | 4 +- libstdc++-v3/configure | 53 +++++- 20 files changed, 606 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103209.c