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_build/master-aarch64
in repository toolchain/ci/gcc.
from e94c6dbfb57 gcc: xtensa: fix PR target/105879
adds b6e1373bd34 PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap.
adds 7d87790a871 c++: redeclared hidden friend take 2 [PR105852]
adds e8ed26c2ac3 c++: non-templated friends [PR105852]
new 02b4e2de320 Daily bump.
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/ChangeLog | 34 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 47 +++++++++++++++++++++++++++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 21 +++++-------
gcc/cp/pt.cc | 43 +++++++++++++++++++++---
gcc/expr.cc | 11 +++++--
gcc/fortran/ChangeLog | 5 +++
gcc/jit/ChangeLog | 5 +++
gcc/testsuite/ChangeLog | 35 ++++++++++++++++++++
gcc/testsuite/g++.dg/modules/tpl-friend-2_a.C | 2 +-
gcc/testsuite/g++.dg/opt/pr105874.C | 30 +++++++++++++++++
gcc/testsuite/g++.dg/template/friend74.C | 8 +++++
13 files changed, 222 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr105874.C
create mode 100644 gcc/testsuite/g++.dg/template/friend74.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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5ca5b31d63 Move CU queue to dwarf2_per_objfile
adds deb70aa032 gdb: remove trailing '.' from perror_with_name calls
adds 42d77edce1 gdb: make throw_perror_with_name static
adds d21691eaa7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/aarch64-linux-nat.c | 30 +++++++++++++++---------------
gdb/arm-linux-nat.c | 24 ++++++++++++------------
gdb/fbsd-nat.c | 2 +-
gdb/netbsd-nat.c | 2 +-
gdb/ppc-linux-nat.c | 12 ++++++------
gdb/procfs.c | 2 +-
gdb/utils.c | 2 +-
gdb/utils.h | 3 ---
9 files changed, 38 insertions(+), 41 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 0d28ad6b9 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 19792f782 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (0d28ad6b9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 30740 -> 30388 bytes
05-build_abe-stage1/console.log.xz | Bin 72244 -> 72120 bytes
07-build_abe-linux/console.log.xz | Bin 9220 -> 8780 bytes
08-build_abe-glibc/console.log.xz | Bin 239160 -> 239140 bytes
09-build_abe-stage2/console.log.xz | Bin 203396 -> 203272 bytes
10-build_abe-gdb/console.log.xz | Bin 37664 -> 37428 bytes
11-build_abe-qemu/console.log.xz | Bin 32628 -> 32368 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 26 +++++++++++++-------------
12 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.
unknown user pushed a change to branch master
in repository glibc.
from 2c9af8421d x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
new 3fdf0a205b nss: add assert to DB_LOOKUP_FCT (BZ #28752)
new ace9e3edbc nss: handle stat failure in check_reload_and_get (BZ #28752)
The 2 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:
nss/XXX-lookup.c | 5 +++++
nss/nss_database.c | 39 ++++++++++++++++++++++++---------------
2 files changed, 29 insertions(+), 15 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_check/master-aarch64
in repository toolchain/ci/gcc.
from e94c6dbfb57 gcc: xtensa: fix PR target/105879
adds b6e1373bd34 PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap.
adds 7d87790a871 c++: redeclared hidden friend take 2 [PR105852]
adds e8ed26c2ac3 c++: non-templated friends [PR105852]
No new revisions were added by this update.
Summary of changes:
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 21 ++++++-------
gcc/cp/pt.cc | 43 +++++++++++++++++++++++----
gcc/expr.cc | 11 +++++--
gcc/testsuite/g++.dg/modules/tpl-friend-2_a.C | 2 +-
gcc/testsuite/g++.dg/opt/pr105874.C | 30 +++++++++++++++++++
gcc/testsuite/g++.dg/template/friend74.C | 8 +++++
7 files changed, 95 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr105874.C
create mode 100644 gcc/testsuite/g++.dg/template/friend74.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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 5ca5b31d63 Move CU queue to dwarf2_per_objfile
adds deb70aa032 gdb: remove trailing '.' from perror_with_name calls
adds 42d77edce1 gdb: make throw_perror_with_name static
adds d21691eaa7 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/aarch64-linux-nat.c | 30 +++++++++++++++---------------
gdb/arm-linux-nat.c | 24 ++++++++++++------------
gdb/fbsd-nat.c | 2 +-
gdb/netbsd-nat.c | 2 +-
gdb/ppc-linux-nat.c | 12 ++++++------
gdb/procfs.c | 2 +-
gdb/utils.c | 2 +-
gdb/utils.h | 3 ---
9 files changed, 38 insertions(+), 41 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d9f986542 0: update: binutils-gcc: 1
new 77a8740c2 0: update: binutils-gcc: 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 (d9f986542)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1536 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 39384 -> 37732 bytes
04-build_abe-gcc/console.log.xz | Bin 212732 -> 211120 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3868 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2648 -> 2640 bytes
07-check_regression/console.log.xz | Bin 2464 -> 2772 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 59 +-
08-update_baseline/console.log | 305 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 59 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3559672 -> 3529956 bytes
sumfiles/g++.sum | 130 +-
sumfiles/gcc.log.xz | Bin 3055708 -> 3060788 bytes
sumfiles/gcc.sum | 4932 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 1028468 -> 1035260 bytes
sumfiles/gfortran.sum | 46 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2188 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204440 -> 204332 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 441404 -> 444828 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2858 insertions(+), 2753 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-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 6e1897c01 0: update: binutils-gcc: 2
new 9f97bbb35 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 (6e1897c01)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1556 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 51520 -> 51500 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 464644 -> 466428 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.