This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 6f0c43e9782 i386: Improve SImode constant - __builtin_clzll for -mno-lzcnt adds f9fcf754825 Optimize x ? bswap(x) : 0 in tree-ssa-phiopt new f48c3cd2e3f c++: Improve memory usage of subsumption [PR100828] new 99b520f031c Fix PR 101683: FP exceptions for float->unsigned new 7d8577dd466 [gcc/doc] Improve nonnull attribute documentation new cac2353f8b6 Remove --param=threader-iterative. new 2aaf69133f3 libstc++: Add dg-error for additional error in C++11 mode new 38fb24ba4d6 libstdc++: Fix filesystem::temp_directory_path [PR101709]
The 6 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/cp/logic.cc | 118 ++++++--------------- gcc/doc/extend.texi | 42 ++++++-- gcc/params.opt | 4 - gcc/rtlanal.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25.c | 83 +++++++++++++++ gcc/tree-ssa-phiopt.c | 37 +++++-- gcc/tree-ssa-threadbackward.c | 18 +--- libstdc++-v3/src/c++17/fs_ops.cc | 4 +- libstdc++-v3/src/filesystem/ops-common.h | 13 +-- libstdc++-v3/src/filesystem/ops.cc | 4 +- .../tuple/comparison_operators/overloaded2.cc | 1 + 11 files changed, 192 insertions(+), 133 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25.c