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_ubsan
in repository toolchain/ci/gcc.
from da24fce323e i386: Use no-mmx,no-sse for LIBGCC2_UNWIND_ATTRIBUTE [PR104890]
adds 98afdc3e2bf riscv: Allow -Wno-psabi to turn off ABI warnings [PR91229]
adds ffe9c0a0d35 c++: extraneous access error with ambiguous lookup [PR103177]
adds b5baf569f77 rs6000: Fix invalid address passed to __builtin_mma_disasse [...]
adds a58e342d886 analyzer: presize m_cluster_map in store copy ctor
adds d1d95846e3c analyzer: add test coverage for PR 95000
adds 14d2ac82eed Daily bump.
adds 088a51a0abb MAINTAINERS: Add myself to DCO section
adds 570d5bff9af Don't fold __builtin_ia32_blendvpd w/o sse4.2.
adds ab46fc7c3bf OpenACC privatization diagnostics vs. 'assert' [PR102841]
adds 7690bee9f36 Some minor HONOR_NANS improvements to match.pd
adds 6aef670e486 Performance/size improvement to single_use when matching GIMPLE.
adds 952155629ca aarch64: Fix up RTL sharing bug in aarch64_load_symref_appr [...]
new 818e305ea69 tree-optimization/104942: Retain sizetype conversions till the end
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:
MAINTAINERS | 1 +
gcc/ChangeLog | 40 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 4 +++
gcc/analyzer/store.cc | 3 +-
gcc/config/aarch64/aarch64.cc | 2 +-
gcc/config/i386/i386-builtin.def | 2 +-
gcc/config/i386/i386.cc | 8 ++++-
gcc/config/riscv/riscv.cc | 8 ++---
gcc/config/rs6000/predicates.md | 9 +++--
gcc/cp/ChangeLog | 15 ++++++++
gcc/cp/search.cc | 37 +++++++++-----------
gcc/gimple-match-head.cc | 24 +++++++++++--
gcc/match.pd | 6 ++--
gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++
gcc/testsuite/g++.dg/lookup/ambig6.C | 18 ++++++++++
gcc/testsuite/gcc.dg/analyzer/pr95000-1.c | 38 ++++++++++++++++++++
.../gcc.dg/builtin-dynamic-object-size-0.c | 22 ++++++++++++
gcc/testsuite/gcc.dg/pr104910.c | 14 ++++++++
gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c | 11 ++++++
gcc/testsuite/gcc.target/powerpc/pr104923.c | 21 ++++++++++++
gcc/tree-object-size.cc | 5 +--
.../libgomp.oacc-c-c++-common/host_data-7.c | 6 ++--
23 files changed, 289 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/ambig6.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr95000-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr104910.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104923.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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_ubsan
in repository toolchain/ci/base-artifacts.
discards 870f74a4 2: update: binutils-gcc: 0
new 2470d9ac 2: update: binutils-gcc: 0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (870f74a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1500 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 24632 -> 24524 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 12 ++++-----
6 files changed, 29 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 14d2ac82eed Daily bump.
adds 088a51a0abb MAINTAINERS: Add myself to DCO section
adds 570d5bff9af Don't fold __builtin_ia32_blendvpd w/o sse4.2.
adds ab46fc7c3bf OpenACC privatization diagnostics vs. 'assert' [PR102841]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 +
gcc/config/i386/i386-builtin.def | 2 +-
gcc/config/i386/i386.cc | 8 +++++++-
gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c | 11 +++++++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-7.c | 6 +++---
5 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/sse4_1-blendvpd-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 82f7126f 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new c1beb16e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (82f7126f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1564 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30836 -> 30872 bytes
04-build_abe-stage1/console.log.xz | Bin 71404 -> 71672 bytes
06-build_abe-linux/console.log.xz | Bin 9000 -> 8932 bytes
07-build_abe-glibc/console.log.xz | Bin 237072 -> 235988 bytes
08-build_abe-stage2/console.log.xz | Bin 198512 -> 198076 bytes
09-build_abe-gdb/console.log.xz | Bin 36968 -> 37120 bytes
10-build_abe-qemu/console.log.xz | Bin 30696 -> 30668 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3876 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2468 -> 2852 bytes
13-check_regression/console.log.xz | Bin 3140 -> 3484 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 25 +
13-check_regression/results.compare | 45 +-
13-check_regression/results.compare2 | 109 +-
13-check_regression/results.regressions | 59 +
14-update_baseline/console.log | 563 ++--
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 25 +
14-update_baseline/results.compare | 45 +-
14-update_baseline/results.compare2 | 109 +-
14-update_baseline/results.regressions | 59 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3336536 -> 3335088 bytes
sumfiles/g++.sum | 60 +-
sumfiles/gcc.log.xz | Bin 2933272 -> 2929688 bytes
sumfiles/gcc.sum | 5132 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1014944 -> 1017692 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2288 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 193356 -> 193256 bytes
sumfiles/libgomp.sum | 30 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 403560 -> 404668 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 3268 insertions(+), 3021 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards d51aa2ad 0: update: binutils-gcc-linux-qemu: boot
new ba1a4757 0: update: binutils-gcc-linux-qemu: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d51aa2ad)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1560 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 29856 -> 29880 bytes
04-build_abe-stage1/console.log.xz | Bin 89748 -> 90720 bytes
05-build_abe-qemu/console.log.xz | Bin 30916 -> 30388 bytes
06-build_linux/console.log.xz | Bin 7936 -> 7852 bytes
07-boot_linux/console.log.xz | Bin 5804 -> 5952 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 17 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.