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-release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from 1e94388a7cf Free dominance info at the beginning of pass_jump_after_combine adds e405bb9a8c9 Daily bump. adds 85e53621fe8 Daily bump. adds 4eab6519d8b * config/pa/linux-atomic.c (__kernel_cmpxchg): Change argu [...] adds 9d13cfa7b63 Daily bump. adds 18ffd95eec2 AArch64: Correct HWCAP for fp16fml adds 72bbeccc70e Backport from trunk 2019-11-12 Segher Boessenkool <segh [...] new 4a97306e01d Daily bump. new 50164c08634 * doc/invoke.texi (-gno-internal-reset-location-views): Fix typo. new 22349ff8af4 PR middle-end/91450 * internal-fn.c (expand_mul_overflow) [...]
The 3 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 | 30 ++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-option-extensions.def | 2 +- gcc/config/rs6000/rs6000.md | 2 +- gcc/doc/invoke.texi | 2 +- gcc/internal-fn.c | 27 +-- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.c-torture/execute/pr91450-1.c | 88 ++++++++++ gcc/testsuite/gcc.c-torture/execute/pr91450-2.c | 76 ++++++++ libgcc/ChangeLog | 19 ++ libgcc/config/pa/linux-atomic.c | 210 ++++++++++++----------- 11 files changed, 349 insertions(+), 115 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91450-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91450-2.c