This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c906efc700d aarch64: Move vreinterpret definitions into the compiler
new 67248ad043b Improve ptr_derefs_may_alias_p for the case of &STRING_CST
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/tree-ssa-alias.cc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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_kernel/llvm-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4d4c9789 2: update: binutils-llvm-linux-qemu: 21004
new f3ad111a 2: update: binutils-llvm-linux-qemu: 21004
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 (4d4c9789)
\
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 1908 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30776 -> 30476 bytes
04-build_kernel_llvm/console.log.xz | Bin 61960 -> 62796 bytes
05-build_abe-qemu/console.log.xz | Bin 30764 -> 31460 bytes
06-build_linux/console.log.xz | Bin 3900 -> 3984 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +--
9 files changed, 115 insertions(+), 115 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.
unknown user pushed a change to branch master
in repository gcc.
from bb04f9f23ac tree-optimization/106189 - avoid division by zero exception
new 8a1e05b7618 aarch64: Lower vcombine to GIMPLE
new f023cc54e86 aarch64: Consolidate simd type lookup functions
new c906efc700d aarch64: Move vreinterpret definitions into the compiler
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/config/aarch64/aarch64-builtins.cc | 334 ++-
gcc/config/aarch64/arm_neon.h | 3155 --------------------
.../aarch64/advsimd-intrinsics/combine.c | 18 +
3 files changed, 311 insertions(+), 3196 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/combine.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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/gcc.
from 64edeadbcce Daily bump.
adds 98ce66a48fb libstdc++: Do not include <cxxabi.h> in <stacktrace>
adds ca82e7900f4 libstdc++: check for openat
adds 4eb15eceaac libstdc++: check for openat with dirfd in std::filesystem
adds 4be7b79d055 libstdc++: Do not optimize away storing pathname if it's needed
adds 2a1263d3638 Daily bump.
adds 8b85716d35c Daily bump.
adds 16ea82f0fc9 Daily bump.
adds 0057fda05e2 RTEMS: Do not define _GNU_SOURCE by default
adds 3387ec26515 Daily bump.
adds 60954a06ceb c++: aggregate prvalue as for range [PR106230]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 7 ++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rtems.h | 3 ++
gcc/cp/semantics.cc | 5 +++
gcc/testsuite/g++.dg/cpp0x/range-for38.C | 16 ++++++++++
libstdc++-v3/ChangeLog | 39 ++++++++++++++++++++++
libstdc++-v3/acinclude.m4 | 12 +++++++
libstdc++-v3/config.h.in | 3 ++
libstdc++-v3/configure | 55 ++++++++++++++++++++++++++++++++
libstdc++-v3/include/std/stacktrace | 8 ++++-
libstdc++-v3/src/c++17/fs_dir.cc | 4 +--
libstdc++-v3/src/filesystem/dir-common.h | 2 +-
libstdc++-v3/src/filesystem/dir.cc | 2 +-
13 files changed, 152 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for38.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/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 19892fedb7 x86: Properly check invalid relocation against protected symbol
adds 5c0b4ee406 i386: Don't allow GOTOFF relocation against IFUNC symbol for PIC
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 5 +++++
ld/testsuite/ld-i386/pr27998a.d | 2 +-
ld/testsuite/ld-i386/pr27998b.d | 6 +-----
ld/testsuite/ld-ifunc/ifunc-2-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-i386.s | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386-now.d | 2 +-
ld/testsuite/ld-ifunc/ifunc-2-local-i386.s | 2 +-
7 files changed, 11 insertions(+), 10 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_kernel/gnu-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 17874618 2: update: binutils-gcc-linux-qemu: 22049
new 47ce6305 2: update: binutils-gcc-linux-qemu: 22049
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 (17874618)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 1768 -> 1928 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30564 -> 31184 bytes
04-build_abe-stage1/console.log.xz | Bin 68184 -> 69216 bytes
05-build_abe-qemu/console.log.xz | Bin 31084 -> 31780 bytes
06-build_linux/console.log.xz | Bin 5012 -> 5268 bytes
08-check_regression/console.log.xz | Bin 476 -> 480 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 18 +--
9 files changed, 117 insertions(+), 117 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.