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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 92eb208a0 0: update: binutils-gcc-linux-qemu: boot
new 64b718839 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 (92eb208a0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 1552 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 44104 -> 43792 bytes
04-build_abe-stage1/console.log.xz | Bin 90072 -> 90168 bytes
05-build_abe-qemu/console.log.xz | Bin 29840 -> 29824 bytes
06-build_linux/console.log.xz | Bin 4780 -> 4832 bytes
07-boot_linux/console.log.xz | Bin 5784 -> 5792 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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 newlib.
from 23b1400f8 Cygwin: Make native clipboard layout same for 32- and 64-bit
new 44a79a6ec Cygwin: convert malloc lock to SRWLOCK
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:
winsup/cygwin/cygmalloc.h | 8 +++++---
winsup/cygwin/dcrt0.cc | 1 +
winsup/cygwin/fork.cc | 2 +-
winsup/cygwin/heap.cc | 1 -
winsup/cygwin/heap.h | 1 -
winsup/cygwin/malloc_wrapper.cc | 4 +---
winsup/cygwin/release/3.3.0 | 4 ++++
7 files changed, 12 insertions(+), 9 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 4f1fe0dc253 testsuite: Fix up gcc.dg/pr102897.c testcase [PR102897]
new 7f899b23f36 Fortran: Fix 'select rank' for allocatables/pointers
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/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/PR93963.f90 | 5 +++++
2 files changed, 6 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 3ff5b4edbed Daily bump.
new 4b2fda8bea3 c++: Diagnose taking address of an immediate member functio [...]
new 7473b8a9049 c++: Reject addresses of immediate functions in constexpr v [...]
new 6b0f35299bd openmp: Don't reject some valid initializers or conditions [...]
new 2084b5f42a4 openmp: Allow non-rectangular loops with pointer iterators
new eef81149064 openmp: Document that non-rect loops are not supported in F [...]
new 4f1fe0dc253 testsuite: Fix up gcc.dg/pr102897.c testcase [PR102897]
The 6 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/c-family/c-common.h | 4 +-
gcc/c-family/c-omp.c | 41 ++++--
gcc/cp/call.c | 40 +++++-
gcc/cp/constexpr.c | 12 +-
gcc/cp/cp-tree.h | 4 +-
gcc/cp/semantics.c | 4 +-
gcc/cp/typeck.c | 16 ++-
gcc/omp-expand.c | 166 +++++++++++++++++------
gcc/testsuite/c-c++-common/gomp/loop-8.c | 10 ++
gcc/testsuite/c-c++-common/gomp/loop-9.c | 38 ++++++
gcc/testsuite/g++.dg/cpp23/consteval-if11.C | 27 ++++
gcc/testsuite/g++.dg/cpp23/consteval-if12.C | 34 +++++
gcc/testsuite/g++.dg/cpp2a/consteval13.C | 4 +-
gcc/testsuite/g++.dg/cpp2a/consteval20.C | 24 ++++
gcc/testsuite/g++.dg/cpp2a/consteval21.C | 35 +++++
gcc/testsuite/g++.dg/cpp2a/consteval22.C | 34 +++++
gcc/testsuite/g++.dg/cpp2a/consteval23.C | 13 ++
gcc/testsuite/g++.dg/cpp2a/consteval24.C | 30 +++++
gcc/testsuite/g++.dg/cpp2a/consteval7.C | 2 +-
gcc/testsuite/g++.dg/gomp/loop-3.C | 12 +-
gcc/testsuite/g++.dg/gomp/loop-7.C | 22 ++++
gcc/testsuite/gcc.dg/pr102897.c | 2 +-
libgomp/libgomp.texi | 2 +-
libgomp/testsuite/libgomp.c/loop-26.c | 196 ++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c/loop-27.c | 180 +++++++++++++++++++++++++
25 files changed, 870 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/loop-8.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/loop-9.c
create mode 100644 gcc/testsuite/g++.dg/cpp23/consteval-if11.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/consteval-if12.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval20.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval21.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval22.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval23.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval24.C
create mode 100644 gcc/testsuite/g++.dg/gomp/loop-7.C
create mode 100644 libgomp/testsuite/libgomp.c/loop-26.c
create mode 100644 libgomp/testsuite/libgomp.c/loop-27.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/base-artifacts.
discards e0d7266d0 0: update: binutils-gcc: 2
new 5650c692f 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 (e0d7266d0)
\
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 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 52724 -> 53884 bytes
05-build_abe-bootstrap/console.log.xz | Bin 269980 -> 269504 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 8 ++++----
7 files changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.