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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards e4ad1ed6e 0: update: binutils-gcc-linux: boot
new f9a88808e 0: update: binutils-gcc-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 (e4ad1ed6e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 100 +-
02-prepare_abe/console.log | 426 +-
03-build_abe-binutils/console.log | 11496 +++++------
04-build_abe-stage1/console.log | 18259 +++++++++--------
05-build_linux/console.log | 804 +-
06-boot_linux/console.log | 472 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31521 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 31532 insertions(+), 31562 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-stable-allyesconfig
in repository toolchain/ci/gcc.
from b5eabef5daa [testsuite] Emit 'warning' instead of 'error' diagnostics f [...]
adds 19323ea3e93 c++: Fix FE devirt with diamond inheritance [PR95158]
adds 196716c10bc dwarf2: ICE with local class in unused function [PR97918]
adds b22f1b34c49 changelog: fix parsing of a revert commit
adds 8476cfe5ab1 Daily bump.
No new revisions were added by this update.
Summary of changes:
contrib/ChangeLog | 5 +++++
contrib/gcc-changelog/git_commit.py | 27 ++++++++++++++-------------
gcc/ChangeLog | 6 ++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/call.c | 20 +++++++++-----------
gcc/cp/class.c | 14 ++++++++++++++
gcc/cp/cp-tree.h | 3 ++-
gcc/dwarf2out.c | 6 +++---
gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/debug/localclass2.C | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/template/virtual5.C | 31 +++++++++++++++++++++++++++++++
12 files changed, 146 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C
create mode 100644 gcc/testsuite/g++.dg/template/virtual5.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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 71c18b34c 0: update: binutils-gcc-linux: all
new 6b916e885 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 (71c18b34c)
\
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 | 107 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11451 +++++++------
04-build_abe-stage1/console.log | 13848 ++++++++--------
05-build_linux/console.log | 614 +-
06-boot_linux/console.log | 6 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26456 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 26446 insertions(+), 26482 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 52ce50d6c59 Fix atomic_capture-1.f90 testcase
new fddc7f0080f middle-end/97579 - lower VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRs
new 45281f120da Free more of CFG
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:
gcc/cfg.c | 45 ++++++++++++++++++++++++++++--------------
gcc/cfg.h | 2 +-
gcc/cgraph.c | 2 +-
gcc/gimple-isel.cc | 22 +++++++++++++++++++--
gcc/testsuite/gcc.dg/pr97579.c | 31 +++++++++++++++++++++++++++++
5 files changed, 83 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr97579.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/llvm-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 995067536 2: update: llvm-linux: 21140
new 5b7b2d7f7 3: reset: linux-77d8f3068c63ee0983f0b5ba3207d3f7cce11be4: 20989
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 | 233 +-
02-build_llvm/console.log | 12542 ++++++++++++------------
03-build_linux/console.log | 2229 ++---
05-check_regression/console.log | 89 +-
05-check_regression/results.regressions | 7 +-
05-check_regression/trigger-bisect | 3 +
06-update_baseline/console.log | 139 -
06-update_baseline/results.regressions | 7 +-
console.log | 15228 ++++++++++++++----------------
jenkins/manifest.sh | 14 +-
reset-baseline | 0
results | 8 +-
12 files changed, 14474 insertions(+), 16025 deletions(-)
create mode 100644 05-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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 a46fa6510d2 [Ada] Further optimization with uninitialized aggregates
new 52ce50d6c59 Fix atomic_capture-1.f90 testcase
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:
.../libgomp.oacc-fortran/atomic_capture-1.f90 | 38 +++++++++++-----------
1 file changed, 19 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 1cd47144fd2 openmp: Fix C ICE on OpenMP atomics
new 8804b6ae3da arm: Add test that was missing from old commit [PR91816]
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/testsuite/gcc.target/arm/pr91816.c | 63 ++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/arm/pr91816.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 newlib.
from 796044ddc Cygwin: pty: Fix minor style issue.
new 6fbe3254a Cygwin: Drop libgmon.a build dependency on gcrt0.o
new 47e698cc0 Cygwin: Use standard CXXFLAGS when compiling localtime_wrapper.c
new 7fa8405d3 Cygwin: Have cygmagic not create output if an error occurs
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:
winsup/cygwin/Makefile.in | 4 ++--
winsup/cygwin/cygmagic | 17 ++++++++++++++---
2 files changed, 16 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.