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
in repository toolchain/ci/gcc.
from d9176e643f3 Daily bump.
adds 221acd67ca5 c++: lambda in concept [PR105652]
adds 931249276ac openmp: Adjust diagnostics about same variable in link and [...]
adds 42fd2cd9323 libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for [...]
adds 163fa9a6483 Rename OSCONS_CC to GCC_FOR_ADA_RTS
No new revisions were added by this update.
Summary of changes:
gcc/ada/gcc-interface/Makefile.in | 32 ++++++++--------------
gcc/c/c-parser.cc | 11 ++++++--
gcc/cp/parser.cc | 11 ++++++--
gcc/cp/pt.cc | 17 ++++++++----
gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 17 +++++++++++-
gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.C | 17 ++++++++++++
libgomp/alloc.c | 8 ++++--
libgomp/libgomp.h | 1 -
8 files changed, 78 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.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
in repository toolchain/ci/binutils-gdb.
from 4fb8f32e40 Automatic date update in version.in
adds 6094a48ec8 gprofng: fix build with -mx32
No new revisions were added by this update.
Summary of changes:
gprofng/src/Dbe.cc | 14 ++++++--------
gprofng/src/DwarfLib.h | 6 +++---
gprofng/src/Experiment.cc | 16 ++++++++++------
gprofng/src/Experiment.h | 2 +-
gprofng/src/ipc.cc | 2 +-
5 files changed, 21 insertions(+), 19 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards de181190 0: update: binutils-gcc: 2
new 282c9f36 0: update: binutils-gcc: 2
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 (de181190)
\
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 1512 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 38144 -> 38864 bytes
05-build_abe-bootstrap/console.log.xz | Bin 274080 -> 270548 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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-arm
in repository toolchain/ci/gdb.
from 4fb8f32e40 Automatic date update in version.in
adds 6094a48ec8 gprofng: fix build with -mx32
No new revisions were added by this update.
Summary of changes:
gprofng/src/Dbe.cc | 14 ++++++--------
gprofng/src/DwarfLib.h | 6 +++---
gprofng/src/Experiment.cc | 16 ++++++++++------
gprofng/src/Experiment.h | 2 +-
gprofng/src/ipc.cc | 2 +-
5 files changed, 21 insertions(+), 19 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-arm
in repository toolchain/ci/glibc.
from efa7936e4c dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]
adds a8f62164b1 benchtests: Improve benchtests for strstr, memmem, and memchr
No new revisions were added by this update.
Summary of changes:
benchtests/bench-memchr.c | 108 ++++++++++++++++++---------
benchtests/bench-memmem.c | 82 +++++++++++++++-----
benchtests/bench-strstr.c | 185 +++++++++++++++++++++++++++++++++++++---------
3 files changed, 283 insertions(+), 92 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-arm
in repository toolchain/ci/gcc.
from d9176e643f3 Daily bump.
adds 221acd67ca5 c++: lambda in concept [PR105652]
adds 931249276ac openmp: Adjust diagnostics about same variable in link and [...]
adds 42fd2cd9323 libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for [...]
No new revisions were added by this update.
Summary of changes:
gcc/c/c-parser.cc | 11 ++++++++---
gcc/cp/parser.cc | 11 ++++++++---
gcc/cp/pt.cc | 17 ++++++++++++-----
gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 17 ++++++++++++++++-
gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.C | 17 +++++++++++++++++
libgomp/alloc.c | 8 +++++---
libgomp/libgomp.h | 1 -
7 files changed, 66 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda20.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.