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-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 1245a445 0: update: llvm-linux: boot
new 2cb6385a 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 (1245a445)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 220 +-
02-build_llvm/console.log | 12407 +++++++++++++++++-----------------
03-build_linux/console.log | 709 +-
04-boot_linux/console.log | 430 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 13799 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
9 files changed, 13799 insertions(+), 13813 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 f75344ba6cc PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.
new 485b111bb3a Rewrite value_range constructors to the value_range_kind is [...]
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 | 45 ++++++++++++++++++
gcc/gimple-fold.c | 3 +-
gcc/gimple-ssa-evrp-analyze.c | 2 +-
gcc/ipa-cp.c | 2 +-
gcc/ipa-prop.c | 16 +++----
gcc/range-op.cc | 18 +++----
gcc/range.cc | 4 +-
gcc/tree-ssanames.c | 2 +-
gcc/tree-vrp.c | 107 +++++++++++++++++++-----------------------
gcc/tree-vrp.h | 16 +++----
gcc/vr-values.c | 67 +++++++++++++-------------
11 files changed, 155 insertions(+), 127 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 1cbfef28dec Add C2x *_NORM_MAX constants to <float.h>.
new 076743c6c7b 2019-11-13 Ulrich Drepper <drepper(a)redhat.com>
new f75344ba6cc PR c++/89070 - bogus [[nodiscard]] warning in SFINAE.
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/ChangeLog | 5 +++++
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/cvt.c | 9 ++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1z/nodiscard7.C | 18 ++++++++++++++++++
gcc/tree-dump.c | 1 +
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nodiscard7.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 gcc.
from 44927daad94 Come up with selftests for dbgcnt.
new 1cbfef28dec Add C2x *_NORM_MAX constants to <float.h>.
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 | 9 +++++++++
gcc/builtins.c | 6 +++---
gcc/c-family/ChangeLog | 7 +++++++
gcc/c-family/c-cppbuiltin.c | 11 ++++++++---
gcc/d/ChangeLog | 5 +++++
gcc/d/d-target.cc | 2 +-
gcc/ginclude/float.h | 12 ++++++++++++
gcc/real.c | 15 +++++++++++----
gcc/real.h | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/c11-float-3.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/c2x-float-1.c | 37 +++++++++++++++++++++++++++++++++++++
12 files changed, 115 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-float-3.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-float-1.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 gcc.
from 068247650e8 Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454)
new 44927daad94 Come up with selftests for dbgcnt.
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 | 7 +++++++
gcc/dbgcnt.c | 24 ++++++++++++++++++++++++
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
4 files changed, 33 insertions(+)
--
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 gcc-9-branch
in repository gcc.
from a5f72244903 * c-ada-spec.c (get_underlying_decl): Do not look through [...]
new f66796c87d1 PR fortran/92470 Fixes for CFI_address
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/ChangeLog | 18 +++++
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c | 57 ++++++++++++----
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c | 25 +++++++
.../gfortran.dg/ISO_Fortran_binding_17.f90 | 77 ++++++++++++++++++++++
libgfortran/ChangeLog | 30 +++++++--
libgfortran/runtime/ISO_Fortran_binding.c | 48 +++++---------
6 files changed, 204 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c
create mode 100644 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.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.
unknown user pushed a change to branch master
in repository glibc.
from 02132c0f4c support: Fix support_set_small_thread_stack_size to build on Hurd
new 15740788d7 Add new script for plotting string benchmark JSON output
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:
benchtests/scripts/plot_strings.py | 395 +++++++++++++++++++++++++++++++++++++
1 file changed, 395 insertions(+)
create mode 100755 benchtests/scripts/plot_strings.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.