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-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from 1aed3f059eb sparc,rtems: add __FIX_LEON3FT_TN0018 for affected targets
adds 0a9e37150c4 ipa-sra: Do not remove return values needed because of non-call EH
adds 5dbf59731e4 Update gcc de.po.
adds e1f4be24f46 Daily bump.
adds 77bc8254531 Daily bump.
adds 3531f987b2b PowerPC: Backport fix for libgcc long double support.
new a8800cf79ea Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
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 | 19 +++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 +++++
gcc/config/arm/arm_mve.h | 2 +-
gcc/ipa-sra.c | 20 +++++++++++---------
gcc/po/ChangeLog | 4 ++++
gcc/po/de.po | 23 +++++++++++------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ipa/pr98690.C | 27 +++++++++++++++++++++++++++
libgcc/config/rs6000/t-linux | 29 ++++++++++++++++++++++++++++-
10 files changed, 115 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr98690.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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards a6fe7613 0: update: gcc-1aed3f059ebd08fffe1346ac7ecf8e8606359875: 1
new 9ba10b23 0: update: gcc-a8800cf79ea7078392bed241aae300a1e0925271: 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 (a6fe7613)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 176 +-
04-build_abe-bootstrap_O1/console.log | 68084 +++++++++++++++----------------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 2 +-
console.log | 68446 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 68424 insertions(+), 68430 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 ff6d62e9ed <sys/platform/x86.h>: Remove the C preprocessor magic
new 058308066c elf: Make the tunable struct definition internal only
new bfe04789a8 elf: Avoid RELATIVE relocs in __tunables_init
new 374cef32ac configure: Check for static PIE support
new 04af1eb313 csu: Avoid weak ref for __ehdr_start in static PIE
new 47618209d0 Use hidden visibility for early static PIE code
new 86d439b06f csu: Move static pie self relocation later [BZ #27072]
new 2682695e5c Make libc symbols hidden in static PIE
The 7 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:
config.h.in | 3 ++
configure | 13 +++++++++
configure.ac | 4 +++
csu/libc-start.c | 15 ++++++++--
elf/dl-reloc-static-pie.c | 2 ++
elf/dl-support.c | 6 ++++
elf/dl-tunable-types.h | 42 +++++++++++++++++++++-------
elf/dl-tunables.c | 6 +++-
elf/dl-tunables.h | 35 ++++++-----------------
elf/enbl-secure.c | 4 +++
include/libc-symbols.h | 9 ++++--
misc/sbrk.c | 4 +++
scripts/gen-tunables.awk | 16 +++++++++--
sysdeps/aarch64/configure | 4 +++
sysdeps/aarch64/configure.ac | 3 ++
sysdeps/i386/configure | 3 ++
sysdeps/i386/configure.ac | 3 ++
sysdeps/unix/sysv/linux/aarch64/libc-start.c | 5 ++++
sysdeps/x86/libc-start.c | 5 ++++
sysdeps/x86_64/configure | 3 ++
sysdeps/x86_64/configure.ac | 3 ++
21 files changed, 144 insertions(+), 44 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 808bdf1bb29 Correct fix offload dwarf info
new aadfc984391 Target mapping C++ members inside member functions
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/cp/parser.c | 2 +-
gcc/cp/semantics.c | 31 ++++++++++++++++++++++++++++---
gcc/testsuite/g++.dg/gomp/target-3.C | 36 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/this-2.C | 24 ++++++++++++------------
4 files changed, 77 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/target-3.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 binutils-gdb.
from be07043ea8e PR27221, 058430b4a1 warnings while assembling the Linux kernel
new 7cb6d92a3f7 gdb: convert arm to new-style debug macros
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:
gdb/ChangeLog | 4 ++++
gdb/arm-tdep.c | 38 +++++++++++++++++++-------------------
2 files changed, 23 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 azanella/_Fork
in repository glibc.
at aa0b91a5b4 posix: Add _Fork [BZ #4737]
This branch includes the following new commits:
new 2f660be0ec posix: Consolidate register-atfork
new 0c2e4e62ab linux: Use __libc_single_threaded on fork
new 4072b4f5c9 posix: Consolidate fork implementation
new 606255f67f nptl: Move fork into libc
new eaff71a629 posix: Do not clobber errno by atfork handlers
new 9540f9a943 Consolidate pthread_atfork
new ab406f43b8 support: Add xpthread_kill
new aa0b91a5b4 posix: Add _Fork [BZ #4737]
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.
--
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 279d3a89b79 d: Enable private member access for __traits
new 43705f3fa34 aarch64: Use canonical RTL for sqdmlal patterns
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/config/aarch64/aarch64-simd.md | 193 +++++++++++++++++++++++++++++++++----
1 file changed, 172 insertions(+), 21 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 d7ee6bd8c2 posix: Fix fnmatch.c on bootstrap
new ff6d62e9ed <sys/platform/x86.h>: Remove the C preprocessor magic
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:
manual/platform.texi | 7 +-
sysdeps/mach/hurd/i386/ld.abilist | 1 -
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/unix/sysv/linux/i386/ld.abilist | 1 -
sysdeps/unix/sysv/linux/i386/libc.abilist | 1 +
sysdeps/unix/sysv/linux/x86_64/64/ld.abilist | 1 -
sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 1 +
.../unix/sysv/linux/x86_64/tst-glibc-hwcaps-2.c | 3 +-
sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist | 1 -
sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 1 +
sysdeps/x86/Makefile | 1 +
sysdeps/x86/Versions | 7 +-
sysdeps/x86/bits/platform/x86.h | 299 ++++++++
sysdeps/x86/cpu-features.c | 68 +-
sysdeps/x86/dl-cacheinfo.h | 4 +-
sysdeps/x86/dl-get-cpu-features.c | 6 +-
.../x86/get-cpuid-feature-leaf.c | 20 +-
sysdeps/x86/get-isa-level.h | 2 +-
sysdeps/x86/include/cpu-features.h | 759 +++++++++++++++++++-
sysdeps/x86/sys/platform/x86.h | 777 +--------------------
sysdeps/x86/tst-get-cpu-features.c | 29 +-
sysdeps/x86/tst-isa-level-1.c | 3 +-
sysdeps/x86_64/dl-hwcaps-subdirs.c | 3 +-
sysdeps/x86_64/tst-glibc-hwcaps.c | 3 +-
24 files changed, 1143 insertions(+), 856 deletions(-)
create mode 100644 sysdeps/x86/bits/platform/x86.h
copy support/xfchmod.c => sysdeps/x86/get-cpuid-feature-leaf.c (69%)
--
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 release/2.32/master
in repository glibc.
from 33dc30bc83 aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
new 082798622d __vfscanf_internal: fix aliasing violation (bug 26690)
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:
stdio-common/vfscanf-internal.c | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 0568f801eff arm: [testuiste] Fix ivopts.c target test [PR96372]
new e154009f35a Fix typo in arm_mve.h __arm_vcmpneq_s8 return type
new 279d3a89b79 d: Enable private member access for __traits
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/config/arm/arm_mve.h | 2 +-
gcc/d/dmd/MERGE | 2 +-
gcc/d/dmd/traits.c | 10 ++++------
gcc/testsuite/gdc.test/compilable/imports/test15371.d | 9 +++++++++
gcc/testsuite/gdc.test/compilable/test15371.d | 10 ++++++++++
5 files changed, 25 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/compilable/imports/test15371.d
create mode 100644 gcc/testsuite/gdc.test/compilable/test15371.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.