This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from a074ae297d5 c++: non-dependent call to consteval operator [PR105912]
new 707bc64fbee c++: defaulted friend op== [PR106361]
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/cp/decl.cc | 2 --
gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C | 17 +++++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.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.
unknown user pushed a change to branch master
in repository gcc.
from 142e6af6959 MAINTAINERS: Add myself to Write After Approval
new df118d7ba13 c++: defaulted ctor with DMI in union [PR94823]
new 28be481cf47 c++: defaulted friend op== [PR106361]
new 633e9920589 match.pd: Add new abs pattern [PR94920]
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/cp/decl.cc | 2 -
gcc/cp/method.cc | 35 ++++++++++++++--
gcc/match.pd | 10 +++++
gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C | 13 ++++++
gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C | 17 ++++++++
gcc/testsuite/g++.dg/pr94920-1.C | 17 ++++++++
gcc/testsuite/g++.dg/pr94920.C | 63 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr94920-2.c | 15 +++++++
8 files changed, 166 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-union7.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq14.C
create mode 100644 gcc/testsuite/g++.dg/pr94920-1.C
create mode 100644 gcc/testsuite/g++.dg/pr94920.C
create mode 100644 gcc/testsuite/gcc.dg/pr94920-2.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_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 730a2af40f Automatic date update in version.in
adds 19892fedb7 x86: Properly check invalid relocation against protected symbol
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 2 ++
bfd/elf64-x86-64.c | 2 ++
ld/testsuite/ld-elf/linux-x86.exp | 16 ++++++++++++++++
ld/testsuite/ld-elf/{endprotected.c => pr29377a.c} | 5 +----
ld/testsuite/ld-elf/{needed3.c => pr29377b.c} | 4 +++-
5 files changed, 24 insertions(+), 5 deletions(-)
copy ld/testsuite/ld-elf/{endprotected.c => pr29377a.c} (51%)
copy ld/testsuite/ld-elf/{needed3.c => pr29377b.c} (58%)
--
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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 389cdf19 2: update: binutils-llvm-linux-qemu: 23024
new e713c9fb 2: update: binutils-llvm-linux-qemu: 23024
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 (389cdf19)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1648 -> 1648 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30304 -> 30752 bytes
04-build_kernel_llvm/console.log.xz | Bin 62132 -> 60996 bytes
05-build_abe-qemu/console.log.xz | Bin 33324 -> 31716 bytes
06-build_linux/console.log.xz | Bin 3936 -> 4388 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 138 +++++++++++++++++------------------
jenkins/manifest.sh | 18 ++---
9 files changed, 78 insertions(+), 78 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_native_build/master-arm
in repository toolchain/ci/gcc.
from bd9837bc3ca Teach VN about masked/len stores
adds dc477ffb4ab tree-optimization/106378 - DSE of LEN_STORE and MASK_STORE
adds 375668e0508 tree-optimization/106379 - add missing ~(a ^ b) folding for _Bool
adds 9a52d6871a2 Revert "forwprop: Use lhs type instead of arg0 in folding V [...]
adds 24eae97625e docs: remove trailing dots for 2 Fortran fns
No new revisions were added by this update.
Summary of changes:
gcc/fortran/intrinsic.texi | 6 ++---
gcc/match.pd | 6 +++++
gcc/testsuite/gcc.dg/pr106379-1.c | 9 +++++++
gcc/tree-ssa-dse.cc | 55 ++++++++++++++++++++++++++++++++++++---
gcc/tree-ssa-forwprop.cc | 2 +-
5 files changed, 70 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr106379-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_native_build/master-arm
in repository toolchain/ci/base-artifacts.
from 3257be4d 1: reset: gcc-bd9837bc3ca1344c32aef7ba9f8fa1785063132e: 4
new 1c0da8f3 2: update: gcc-24eae97625e9423e7344f6d7eb6bc2435a62fffd: 4
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 1528 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2736 bytes
04-build_abe-binutils/console.log.xz | Bin 50132 -> 50484 bytes
05-build_abe-gcc/console.log.xz | Bin 233288 -> 232380 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 11332 -> 11316 bytes
08-build_abe-glibc/console.log.xz | Bin 186688 -> 186668 bytes
10-check_regression/console.log.xz | Bin 1160 -> 416 bytes
10-check_regression/jira-body.txt | 2 --
10-check_regression/mail-body.txt | 37 --------------------
10-check_regression/mail-subject.txt | 1 -
10-check_regression/results.regressions | 7 ----
10-check_regression/trigger-bisect | 2 --
11-update_baseline/console.log | 60 +++++++++++++++++++++++++-------
jenkins/manifest.sh | 10 +++---
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 40 ---------------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 7 ----
20 files changed, 52 insertions(+), 120 deletions(-)
delete mode 100644 10-check_regression/jira-body.txt
delete mode 100644 10-check_regression/mail-body.txt
delete mode 100644 10-check_regression/mail-subject.txt
delete mode 100644 10-check_regression/results.regressions
delete mode 100644 10-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.