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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 244acf45 0: update: binutils-gcc-linux: all
new 71500613 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 (244acf45)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 182 +-
02-prepare_abe/console.log | 228 +-
03-build_abe-binutils/console.log | 11394 +++++------
04-build_abe-stage1/console.log | 18209 +++++++++---------
05-build_linux/console.log | 934 +-
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 | 30973 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30994 insertions(+), 30964 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-9
in repository gcc.
from 0db10534f2e Daily bump.
new 9df05884b3a c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...]
new afa885d7d70 libstdc++: Fix division by zero in std::sample
new 62c2d527307 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
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:
gcc/cp/tree.c | 3 +
gcc/testsuite/g++.dg/template/alignof3.C | 13 +++
libstdc++-v3/include/bits/stl_algo.h | 3 +
libstdc++-v3/include/ext/numeric_traits.h | 104 ++++++++++++++++-----
.../{upper_bound/1.cc => sample/3.cc} | 36 +++----
5 files changed, 119 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C
copy libstdc++-v3/testsuite/25_algorithms/{upper_bound/1.cc => sample/3.cc} (62%)
--
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 5fa821bba73 clang: fix -Wmisleading-indentation warning.
new 5d4b824faf1 d: Fix ICE in finish_thunk (PR97644)
new d975d6dce98 d: Explicitly determine which built-in copysign function to call.
new be6169045ed libphobos: Update libtool version to 2:0:0
new 4d6b8d42133 improve VN PHI hashing
new ac91af71c93 loops: Invoke lim after successful loop interchange
new 47923622c66 Cleanup range of address calculations.
new 156edf21fab arm: Make use of RTL predicates
new a1fdc16da34 Determine access types in ipa-icf-gimple.c
new 602c6cfc79c Improve handling of memory operands in ipa-icf 2/4
The 9 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/config/arm/aarch-common.c | 2 +-
gcc/config/arm/arm.c | 90 +++---
gcc/d/d-target.cc | 9 +
gcc/d/decl.cc | 56 ++--
gcc/d/dmd/MERGE | 2 +-
gcc/d/dmd/cppmangle.c | 20 +-
gcc/d/dmd/mangle.h | 1 +
gcc/d/dmd/target.h | 2 +
gcc/d/intrinsics.cc | 11 +-
gcc/gimple-loop-interchange.cc | 9 +-
gcc/gimple-range.cc | 99 ++++--
gcc/gimple-range.h | 2 +-
gcc/ipa-icf-gimple.c | 166 ++++++++--
gcc/ipa-icf-gimple.h | 25 +-
gcc/ipa-icf.c | 43 +--
gcc/ipa-utils.h | 12 +
gcc/range-op.cc | 1 +
gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 2 +-
gcc/testsuite/g++.dg/warn/Warray-bounds-8.C | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr78655.c | 37 +++
gcc/testsuite/gdc.dg/pr92216.d | 4 +-
gcc/tree-ssa-alias-compare.h | 43 +++
gcc/tree-ssa-alias.c | 376 +++++++++++++++++++++-
gcc/tree-ssa-alias.h | 2 +
gcc/tree-ssa-loop-im.c | 12 +-
gcc/tree-ssa-loop-manip.h | 2 +-
gcc/tree-ssa-sccvn.c | 27 +-
libphobos/configure | 2 +-
libphobos/configure.ac | 2 +-
29 files changed, 869 insertions(+), 192 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78655.c
create mode 100644 gcc/tree-ssa-alias-compare.h
--
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 12042aeb933 libstdc++: Fix test that fails for targets without __int128 [...]
new f9d6781ea2e libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
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:
libstdc++-v3/include/ext/numeric_traits.h | 104 +++++++++++++++++++-----------
1 file changed, 68 insertions(+), 36 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-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards df757bd5 0: update: gcc-1f8fc1f458c4a66618c35d8e292fff6e9dce9f12: 1
new 5f14e366 0: update: gcc-4cfa85396c69d0957eccca896bc88868aaf64073: 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 (df757bd5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 130 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O3/console.log | 69071 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 69649 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 69688 insertions(+), 69618 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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 5615ab38bdc Daily bump.
adds 547d07637bf Fortran: Fix function decl's location [PR95847]
adds 0db10534f2e Daily bump.
new 9df05884b3a c++: Distinguish alignof and __alignof__ in cp_tree_equal [ [...]
new afa885d7d70 libstdc++: Fix division by zero in std::sample
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/DATESTAMP | 2 +-
gcc/cp/tree.c | 3 ++
gcc/fortran/ChangeLog | 11 ++++++
gcc/fortran/trans-decl.c | 19 ++++-----
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/template/alignof3.C | 13 ++++++
gcc/testsuite/gfortran.dg/coverage.f90 | 17 ++++++++
libstdc++-v3/include/bits/stl_algo.h | 3 ++
libstdc++-v3/testsuite/25_algorithms/sample/3.cc | 50 ++++++++++++++++++++++++
9 files changed, 116 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/alignof3.C
create mode 100644 gcc/testsuite/gfortran.dg/coverage.f90
create mode 100644 libstdc++-v3/testsuite/25_algorithms/sample/3.cc
--
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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6188b86c 0: update: binutils-gcc-linux: all
new 3644a482 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 (6188b86c)
\
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 | 128 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11306 +++++------
04-build_abe-stage1/console.log | 17953 +++++++++---------
05-build_linux/console.log | 704 +-
06-boot_linux/console.log | 2 +-
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 | 30319 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30426 insertions(+), 30420 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 0f73c17037 hurd: Make sure signals get started
new 4d5297253e alpha: Remove UP preprocessor conditionals
new 0f34d426ac x86: Remove UP macro. Define LOCK_PREFIX unconditionally.
new d5c4cce9c3 powerpc: Eliminate UP macro conditionals
new 26f7c72a99 nptl: Eliminate <smp.h> and __is_smp
The 4 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:
nptl/nptl-init.c | 4 --
nptl/pthreadP.h | 3 --
nptl/pthread_mutex_lock.c | 3 --
nptl/pthread_mutex_timedlock.c | 3 --
nptl/smp.h | 27 -----------
nptl/vars.c | 3 --
sysdeps/alpha/atomic-machine.h | 14 ++----
sysdeps/i386/nptl/tls.h | 8 +---
sysdeps/i386/pthread_spin_trylock.S | 8 +---
sysdeps/powerpc/atomic-machine.h | 11 ++---
sysdeps/powerpc/powerpc32/atomic-machine.h | 4 +-
sysdeps/powerpc/powerpc64/atomic-machine.h | 4 +-
sysdeps/unix/sysv/linux/i386/smp.h | 55 ----------------------
.../sysv/linux/sh/adaptive_spin_count.h} | 5 +-
sysdeps/unix/sysv/linux/sh/smp.h | 23 ---------
sysdeps/x86/atomic-machine.h | 8 +---
sysdeps/x86_64/nptl/pthread_spin_trylock.S | 8 +---
sysdeps/x86_64/nptl/tls.h | 8 +---
18 files changed, 17 insertions(+), 182 deletions(-)
delete mode 100644 nptl/smp.h
delete mode 100644 sysdeps/unix/sysv/linux/i386/smp.h
copy sysdeps/{generic/arch-fd_to_filename.h => unix/sysv/linux/sh/adaptive_spin_co [...]
delete mode 100644 sysdeps/unix/sysv/linux/sh/smp.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.