This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a9aa9dec7f Daily bump.
new c2449995ca3 c++: constrained lambda inside template [PR92633]
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/pt.c | 16 +++++++++++++++-
gcc/testsuite/g++.dg/cpp2a/concepts-lambda11.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda12.C | 15 +++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda11.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda12.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 binutils-gdb.
from b1d12b40da7 Automatic date update in version.in
new 190eb1ddba4 ELF: Move dyn_relocs to struct elf_link_hash_entry
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:
bfd/ChangeLog | 144 +++++++++++++++++++++++++++++++++++++++++++++++++
bfd/elf-bfd.h | 6 ++-
bfd/elf-s390-common.c | 2 +-
bfd/elf32-arc.c | 4 --
bfd/elf32-arm.c | 36 ++++++-------
bfd/elf32-csky.c | 37 ++++++-------
bfd/elf32-hppa.c | 51 ++++++++----------
bfd/elf32-i386.c | 2 +-
bfd/elf32-lm32.c | 85 ++++++-----------------------
bfd/elf32-m32r.c | 87 ++++++------------------------
bfd/elf32-metag.c | 37 ++++++-------
bfd/elf32-microblaze.c | 32 +++++------
bfd/elf32-nds32.c | 35 +++++-------
bfd/elf32-nios2.c | 32 +++++------
bfd/elf32-or1k.c | 38 ++++++-------
bfd/elf32-ppc.c | 56 +++++++++----------
bfd/elf32-s390.c | 39 ++++++--------
bfd/elf32-sh.c | 36 ++++++-------
bfd/elf32-tic6x.c | 62 ++++-----------------
bfd/elf32-tilepro.c | 37 ++++++-------
bfd/elf64-ppc.c | 56 +++++++++----------
bfd/elf64-s390.c | 39 ++++++--------
bfd/elf64-x86-64.c | 2 +-
bfd/elfnn-aarch64.c | 43 ++++++---------
bfd/elfnn-riscv.c | 36 ++++++-------
bfd/elfxx-sparc.c | 40 +++++++-------
bfd/elfxx-tilegx.c | 37 ++++++-------
bfd/elfxx-x86.c | 40 +++++++-------
bfd/elfxx-x86.h | 3 --
29 files changed, 520 insertions(+), 634 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 08a6c3e6 0: update: llvm-linux: boot
new 4c6cb368 0: update: llvm-linux: 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 (08a6c3e6)
\
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 | 191 +-
02-build_llvm/console.log | 12692 +++++++++++++++++-----------------
03-build_linux/console.log | 684 +-
04-boot_linux/console.log | 399 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 14016 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
9 files changed, 14020 insertions(+), 13998 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-arm-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 0e6aad5d956 Daily bump.
adds 2a0de88ccf2 Finalization depends on the expression, not on the component.
new d2c5c8d103a 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:
- | 1 +
ChangeLog | 5 ++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++
gcc/fortran/class.c | 5 ++--
gcc/fortran/gfortran.h | 5 +++-
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +-
gcc/testsuite/gfortran.dg/finalize_33.f90 | 2 +-
gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +-
gcc/testsuite/gfortran.dg/finalize_35.f90 | 48 +++++++++++++++++++++++++++++++
11 files changed, 81 insertions(+), 7 deletions(-)
create mode 100644 -
create mode 100644 gcc/testsuite/gfortran.dg/finalize_35.f90
--
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-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d664f32f 0: update: binutils-gcc-linux: all
new f6bc23dd 0: update: binutils-gcc-linux: all
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 (d664f32f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 198 +-
02-prepare_abe/console.log | 156 +-
03-build_abe-binutils/console.log | 11250 +++++------
04-build_abe-stage1/console.log | 18094 +++++++++---------
05-build_linux/console.log | 630 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30368 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 30374 insertions(+), 30366 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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards ecc287c8 0: update: gcc-6f64bc18a664e1d003120cfa8508cb5fe06fa7ad: 1
new 0facf718 0: update: gcc-2a0de88ccf2ecc6659b0f1e4580c1ce5cff976b3: 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 (ecc287c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-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 | 128 +-
02-prepare_abe/console.log | 116 +-
03-true/console.log | 1 +
04-build_abe-bootstrap_O3-check/console.log | 11 -
.../console.log | 55310 +++++++++---------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 55568 +++++++++----------
jenkins/manifest.sh | 12 +-
results | 4 +-
10 files changed, 55576 insertions(+), 55580 deletions(-)
create mode 100644 03-true/console.log
delete mode 100644 04-build_abe-bootstrap_O3-check/console.log
rename {03-build_abe-bootstrap_O3 => 04-build_abe-bootstrap_O3}/console.log (94%)
--
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 releases/gcc-9
in repository gcc.
from 2a0de88ccf2 Finalization depends on the expression, not on the component.
new d2c5c8d103a 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:
ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
4 files changed, 22 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.