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_build/master-arm in repository toolchain/ci/gcc.
from 72f1c1c4521 analyzer: "__analyzer_dump_state" has no side-effects adds b301cb43a79 Fix ipa-pure-const adds 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. new 60f761c7e54 libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random new 2f3d43a3515 Fix wrong code with modref and some builtins.
The 2 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: 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/gimple-range-path.cc | 15 +- gcc/ipa-modref.c | 30 ++-- gcc/ipa-pure-const.c | 7 +- 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 +++++- 22 files changed, 621 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103209.c