This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 98546324c79 Tweak dg-prune-output regex for out-of-build-tree contexts adds f47df2af313 IBM Z: Introduce __LONG_DOUBLE_VX__ macro adds 745d04e796c x86-64: Require lp64 for PR target/98482 tests adds 0e47d6c808f IBM Z: Fix constraints in vpdi patterns adds 0b874e0ffd5 ipa-modref: avoid linebreak split in debug print adds bf5cbb9edff Daily bump. adds 57450da2fef final: accept markers at line 0 adds 16dae48e9cd vregs: Fix up instantiate_virtual_regs_in_insn for asm goto [...] adds 991656092f7 tree-cfg: Allow enum types as result of POINTER_DIFF_EXPR [ [...] new 859be2e44ac RTL: Update `const_double_zero' handling for mode and calla [...] new be7e807242b PDP11: Use a mode with `const_double_zero' expressions new c38bbf5eed1 VAX: Use a mode with `const_double_zero' expressions new 7f5c4d23db8 VAX: Remove a duplicate `cc' mode attribute new f2a5346244a VAX/testsuite: Remove notsi comparison elimination regressions
The 5 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 | 169 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/pdp11/pdp11.md | 10 +- gcc/config/s390/s390-c.c | 59 ++++--- gcc/config/s390/vector.md | 8 +- gcc/config/vax/vax.md | 19 ++- gcc/cp/ChangeLog | 13 ++ gcc/doc/rtl.texi | 4 +- gcc/final.c | 11 +- gcc/fortran/ChangeLog | 14 ++ gcc/function.c | 8 +- gcc/genemit.c | 8 + gcc/ipa-modref.c | 8 +- gcc/read-rtl.c | 9 ++ gcc/testsuite/ChangeLog | 97 ++++++++++++ gcc/testsuite/c-c++-common/pr98556.c | 11 ++ gcc/testsuite/gcc.dg/debug/pr97714.c | 11 ++ gcc/testsuite/gcc.target/aarch64/pr98603.c | 11 ++ gcc/testsuite/gcc.target/i386/pr98482-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr98482-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr98603.c | 11 ++ .../s390/vector/long-double-vx-macro-off-on.c | 11 ++ .../s390/vector/long-double-vx-macro-on-off.c | 11 ++ gcc/testsuite/gcc.target/vax/cmpelim-eq-notsi.c | 4 +- gcc/testsuite/gcc.target/vax/cmpelim-le-notsi.c | 4 +- gcc/testsuite/gcc.target/vax/cmpelim-lt-notsi.c | 4 +- gcc/tree-cfg.c | 2 +- libstdc++-v3/ChangeLog | 5 + 28 files changed, 465 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr98556.c create mode 100644 gcc/testsuite/gcc.dg/debug/pr97714.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr98603.c create mode 100644 gcc/testsuite/gcc.target/i386/pr98603.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-vx-macro-off-on.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/long-double-vx-macro-on-off.c