This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 90ccfdf176 x86: Use one ldbl2mpn.c file for both i386 and x86_64
new 681900d296 x86: Harden printf against non-normal long double values (bu [...]
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:
sysdeps/x86/Makefile | 4 ++
sysdeps/x86/ldbl2mpn.c | 8 ++++
.../x86/tst-ldbl-nonnormal-printf.c | 45 +++++++++++-----------
3 files changed, 35 insertions(+), 22 deletions(-)
copy string/test-sig_np.c => sysdeps/x86/tst-ldbl-nonnormal-printf.c (55%)
--
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 15139af6fb9 libstdc++: Fix overflow handling in std::align
new f74c87f85f5 libgomp.fortran/pr66199-5.f90: Make stop codes unique
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/testsuite/libgomp.fortran/pr66199-5.f90 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-master-aarch64-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 427234c78b Update the binutils documentation to make it clear the the - [...]
adds db47f2458f Automatic date update in version.in
adds 307f2595dd Linker: If the type is pie the results should be an executab [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/emultempl/pe.em | 2 +-
ld/emultempl/pep.em | 2 +-
4 files changed, 9 insertions(+), 3 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-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 10d0bfe6 2: update: binutils-gcc-linux: 449
new 68debe31 2: update: binutils-gcc-linux: 449
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 (10d0bfe6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 181 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 12129 ++++++------
04-build_abe-stage1/console.log | 16295 ++++++++--------
05-build_linux/console.log | 846 +-
07-check_regression/console.log | 14 +-
07-check_regression/results.regressions | 12 +-
08-update_baseline/console.log | 138 +-
08-update_baseline/results.regressions | 12 +-
console.log | 30047 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 30058 insertions(+), 30076 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 30957092db4 AArch64: Implement missing vcls intrinsics on unsigned types
new c0e9cee285e [libgomp, nvptx] Print error log for link error
new 1a84651d164 IBM Z: Try to make use of load-and-test instructions
new c6df6039e91 switch lowering: limit number of cluster attemps
new c8042d5f6c1 testsuite: Prune more output in timevar2.C.
new 7df1534c136 testsuite: Prune more output in timevar1.C.
new 160061ac10f libstdc++: Introduce new headers for C++20 ranges components
new 7dfffe32419 c++: fix injected friend of template class
new 15139af6fb9 libstdc++: Fix overflow handling in std::align
The 8 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/s390/s390.md | 54 +-
gcc/cp/pt.c | 19 -
gcc/doc/invoke.texi | 4 +
gcc/params.opt | 4 +
gcc/testsuite/g++.dg/ext/timevar1.C | 1 +
gcc/testsuite/g++.dg/ext/timevar2.C | 1 +
gcc/testsuite/g++.dg/tree-ssa/pr96979.C | 50 ++
gcc/testsuite/g++.old-deja/g++.pt/friend34.C | 5 +-
gcc/testsuite/gcc.target/s390/load-and-test-fp-1.c | 21 +-
gcc/testsuite/gcc.target/s390/load-and-test-fp-2.c | 17 +-
gcc/testsuite/gcc.target/s390/load-and-test-fp.h | 12 +
gcc/tree-switch-conversion.c | 17 +
libgomp/plugin/plugin-nvptx.c | 1 +
libstdc++-v3/include/Makefile.am | 4 +-
libstdc++-v3/include/Makefile.in | 4 +-
libstdc++-v3/include/bits/align.h | 4 +-
libstdc++-v3/include/bits/iterator_concepts.h | 2 +-
libstdc++-v3/include/bits/range_access.h | 827 +--------------------
libstdc++-v3/include/bits/ranges_algo.h | 1 +
libstdc++-v3/include/bits/ranges_algobase.h | 5 +-
.../include/bits/{range_access.h => ranges_base.h} | 360 ++-------
.../include/bits/{range_cmp.h => ranges_cmp.h} | 8 +-
libstdc++-v3/include/bits/ranges_util.h | 417 +++++++++++
libstdc++-v3/include/experimental/string_view | 1 +
libstdc++-v3/include/std/functional | 2 +-
libstdc++-v3/include/std/ranges | 415 +----------
libstdc++-v3/include/std/span | 2 +-
libstdc++-v3/include/std/string_view | 1 +
.../testsuite/20_util/align/{2.cc => 3.cc} | 33 +-
.../24_iterators/back_insert_iterator/pr93884.cc | 1 +
.../24_iterators/front_insert_iterator/pr93884.cc | 1 +
31 files changed, 672 insertions(+), 1622 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr96979.C
create mode 100644 gcc/testsuite/gcc.target/s390/load-and-test-fp.h
copy libstdc++-v3/include/bits/{range_access.h => ranges_base.h} (71%)
rename libstdc++-v3/include/bits/{range_cmp.h => ranges_cmp.h} (98%)
create mode 100644 libstdc++-v3/include/bits/ranges_util.h
copy libstdc++-v3/testsuite/20_util/align/{2.cc => 3.cc} (59%)
--
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 devel/omp/gcc-10
in repository gcc.
from 149a725c811 nvptx: fix malformed patch
new 8a6d9ed7b3b dwarf: Multi-register CFI address support
new f2e3fad85ad amdgcn: CFI configuration
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/common/config/gcn/gcn-common.c | 2 +-
gcc/config/gcn/gcn.c | 129 ++++++++++++++++---
gcc/config/gcn/gcn.h | 10 +-
gcc/dwarf2cfi.c | 254 ++++++++++++++++++++++++++++---------
gcc/dwarf2out.c | 49 ++++++-
gcc/dwarf2out.h | 37 +++++-
gcc/gengtype.c | 1 +
include/dwarf2.def | 6 +
8 files changed, 395 insertions(+), 93 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-defconfig
in repository toolchain/ci/base-artifacts.
discards 1e51b6ae 0: update: binutils-gcc-linux: boot
new e81eb85c 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 (1e51b6ae)
\
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 | 28 +-
02-prepare_abe/console.log | 368 +-
03-build_abe-binutils/console.log | 11474 ++++++-------
04-build_abe-stage1/console.log | 13962 ++++++++--------
05-build_linux/console.log | 602 +-
06-boot_linux/console.log | 438 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 4 +-
08-update_baseline/results.regressions | 2 +-
console.log | 26932 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 26927 insertions(+), 26895 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.