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_lto in repository toolchain/ci/gcc.
from 1373066a46d x86: Document -fcf-protection requires i686 or newer adds e6d10035431 libcody: Avoid double-free adds 6667d5feb9c libstdc++: Suppress Doxygen docs for more implementation details adds 5a5d7c2c802 libstdc++: Add Doxygen comments to contents of <functional> adds 394f60e6ed9 libstdc++: Improve generated man pages for libstdc++ adds ae5c540662e Daily bump. adds fe8475c5009 bootstrap/102681 - properly CSE PHIs with default def args adds 8a0faddadd1 Disregard incoming equivalences to a path when defining a new one. adds c2a9a98a369 tree-optimization/102893 - properly DCE empty loops inside [...] adds b7cb6d66bd5 Add testcase for PR fortran/100906 adds c31d2d14f79 Add testcase for PR fortran/94289 adds 690180eb4b3 Handle jobserver file descriptors in btest. new aa41680e481 or1k: Update FPU to specify detect tininess before rounding
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/ChangeLog | 128 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/fortran/ChangeLog | 30 + gcc/gimple-range-path.cc | 10 +- gcc/testsuite/ChangeLog | 66 + gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c | 10 + gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-97.c | 19 + gcc/testsuite/gcc.dg/ubsan/pr81981.c | 2 +- gcc/testsuite/gfortran.dg/PR100906.c | 169 ++ gcc/testsuite/gfortran.dg/PR100906.f90 | 1699 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/PR94289.f90 | 168 ++ gcc/tree-ssa-dce.c | 2 +- gcc/tree-ssa-sccvn.c | 14 +- gcc/value-relation.cc | 23 + gcc/value-relation.h | 1 + libbacktrace/btest.c | 24 +- libcody/ChangeLog | 5 + libcody/netserver.cc | 1 + libgcc/config/or1k/sfp-machine.h | 2 +- libgomp/ChangeLog | 6 + libstdc++-v3/ChangeLog | 101 ++ libstdc++-v3/doc/doxygen/stdheader.cc | 279 ++-- libstdc++-v3/include/bits/alloc_traits.h | 4 + libstdc++-v3/include/bits/allocated_ptr.h | 2 + libstdc++-v3/include/bits/enable_special_members.h | 2 + libstdc++-v3/include/bits/hashtable.h | 2 + libstdc++-v3/include/bits/hashtable_policy.h | 2 + libstdc++-v3/include/bits/mofunc_impl.h | 37 + libstdc++-v3/include/bits/node_handle.h | 20 + libstdc++-v3/include/bits/uses_allocator.h | 2 + libstdc++-v3/include/std/any | 8 +- libstdc++-v3/include/std/functional | 94 +- libstdc++-v3/scripts/run_doxygen | 34 +- 34 files changed, 2844 insertions(+), 130 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-97.c create mode 100644 gcc/testsuite/gfortran.dg/PR100906.c create mode 100644 gcc/testsuite/gfortran.dg/PR100906.f90 create mode 100644 gcc/testsuite/gfortran.dg/PR94289.f90