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 b80e421f913 PR27451, -z start_stop_gc for powerpc64
new eaa2913a7ac libctf: ctf_archive_next should set the parent name consistently
new ac36e134d96 libctf: reimplement many _iter iterators in terms of _next
new fd12633780a libctf: fix ChangeLog date
new 8915c559d40 libctf, include: remove the nondeduplicating CTF linker
new 478c04a55ee libctf: remove reference to "unconflicted link mode".
new f5060e56338 libctf: add a deduplicator-specific type mapping table
new 4659554b280 libctf: minor error-handling fixes
new cf6a0b989a5 libctf: fix signed/unsigned comparison confusion
new 8e7e446446b libctf: free ctf_dynsyms properly
new 211bcd01333 bfd, ld, libctf: skip zero-refcount strings in CTF string r [...]
The 10 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 | 4 +
bfd/elf-strtab.c | 4 +-
include/ChangeLog | 5 +
include/ctf-api.h | 3 +-
ld/ChangeLog | 4 +
ld/ldelfgen.c | 15 +-
libctf/ChangeLog | 108 +++++++++-
libctf/ctf-archive.c | 70 ++-----
libctf/ctf-create.c | 111 +++++++++-
libctf/ctf-dedup.c | 215 +++++++++----------
libctf/ctf-dump.c | 4 +-
libctf/ctf-impl.h | 17 +-
libctf/ctf-link.c | 577 ++++++++++++---------------------------------------
libctf/ctf-types.c | 115 ++++------
14 files changed, 551 insertions(+), 701 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 devel/omp/gcc-10
in repository gcc.
from 0271aca6402 Fortran: add contiguous check for ptr assignment, fix non-c [...]
new 9319b68ccb4 nvptx: remove erroneous stack deletion
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/plugin/plugin-nvptx.c | 2 --
1 file changed, 2 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 b580cc4bdb8 RISC-V: Implement __builtin_thread_pointer
new 62125ef043e Fix ICE in compute_fn_summary
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/ipa-fnsummary.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 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 851f32cf7b ld.so: Implement the --list-diagnostics option
new e4933c8a92 x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield
new 01a5746b6c x86: Add CPU-specific diagnostics to ld.so --list-diagnostics
new f01a61e138 i386: Regenerate ulps
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:
sysdeps/i386/fpu/libm-test-ulps | 46 ++++----
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 46 ++++----
sysdeps/x86/dl-diagnostics-cpu.c | 118 +++++++++++++++++++++
.../cpu-features-preferred_feature_index_1.def | 31 +++---
sysdeps/x86/include/cpu-features.h | 53 ++++-----
5 files changed, 200 insertions(+), 94 deletions(-)
create mode 100644 sysdeps/x86/dl-diagnostics-cpu.c
copy elf/argv0test.c => sysdeps/x86/include/cpu-features-preferred_feature_index_1 [...]
--
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 40d055a2dd powerpc: Update libm-test-ulps
new 851f32cf7b ld.so: Implement the --list-diagnostics option
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:
NEWS | 4 +
elf/Makefile | 5 +-
nptl/elision-trylock.c => elf/dl-diagnostics-cpu.c | 9 +-
.../dl-diagnostics-kernel.c | 9 +-
elf/dl-diagnostics.c | 265 +++++++++++++++++++++
elf/dl-diagnostics.h | 46 ++++
elf/dl-main.h | 5 +-
elf/dl-usage.c | 1 +
elf/rtld.c | 18 +-
sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c | 77 ++++++
10 files changed, 429 insertions(+), 10 deletions(-)
copy nptl/elision-trylock.c => elf/dl-diagnostics-cpu.c (86%)
copy nptl/elision-trylock.c => elf/dl-diagnostics-kernel.c (86%)
create mode 100644 elf/dl-diagnostics.c
create mode 100644 elf/dl-diagnostics.h
create mode 100644 sysdeps/unix/sysv/linux/dl-diagnostics-kernel.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 e52f8ec25c0 c++: Fix satisfaction of placeholder type constraints [PR96443]
new f8e4d7a6597 analyzer: remove dead code
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/analyzer/diagnostic-manager.cc | 6 +-----
1 file changed, 1 insertion(+), 5 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-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 3b82c279 0: update: gcc-ec9dc4fa0803cb85ae0b981ca0d6a406e8f6669c: 1
new ad5c9683 0: update: gcc-76c99cb1133334d2057b72aa5d5281ff7e71af74: 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 (3b82c279)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 14 +-
02-prepare_abe/console.log | 160 +-
04-build_abe-bootstrap_ubsan/console.log | 92479 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 92661 ++++++++++++++---------------
jenkins/manifest.sh | 8 +-
7 files changed, 92665 insertions(+), 92667 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 9871ae0ab4 tst: Add test for utimes
new 40d055a2dd powerpc: Update libm-test-ulps
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/powerpc/fpu/libm-test-ulps | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 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 2bd58910b04 IBM Z: arch14: New instrinsics
new d6378b9785b c++: Avoid building garbage trees from tsubst_requires_expr
new 04b10596fe2 c++: Some preparatory type canonicalization fixes
new 276cb81bec6 c++: Delay normalizing nested requirements until satisfaction
new e52f8ec25c0 c++: Fix satisfaction of placeholder type constraints [PR96443]
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:
gcc/cp/constraint.cc | 320 ++++++++++-----------
gcc/cp/cp-tree.h | 16 +-
gcc/cp/parser.c | 12 +
gcc/cp/pt.c | 81 +++---
gcc/testsuite/g++.dg/concepts/abbrev9.C | 26 ++
gcc/testsuite/g++.dg/cpp1z/auto1.C | 13 +
gcc/testsuite/g++.dg/cpp2a/concepts-lambda15.C | 16 ++
gcc/testsuite/g++.dg/cpp2a/concepts-placeholder3.C | 19 ++
gcc/testsuite/g++.dg/cpp2a/concepts-return-req2.C | 13 +
gcc/testsuite/g++.dg/cpp2a/concepts-ts1.C | 2 +-
10 files changed, 297 insertions(+), 221 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/abbrev9.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/auto1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda15.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-placeholder3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-return-req2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.