This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d6d7afcdbc0 Add aarch64-w64-mingw32 target to libgcc
new 1139f38e798 [RISC-V] [PATCH v2] Enable inlining str* by default
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/riscv/riscv-string.cc | 9 ++++++++-
gcc/config/riscv/riscv.opt | 6 +++---
gcc/testsuite/gcc.target/riscv/zbb-strlen-disabled-2.c | 4 ++--
3 files changed, 13 insertions(+), 6 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 binutils-gdb.
from 868883583e7 gdb/arch: assert that X86_XSTATE_MPX is not set for x32
new d68f983f88c Fix heap-use-after-free because all_objfiles_removed trigge [...]
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/tui/tui-hooks.c | 13 ++-----------
1 file changed, 2 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 release/2.39/master
in repository glibc.
from f8e4623421 Add a test to check for duplicate definitions in the static library
new 71149c2a2e elf: Only process multiple tunable once (BZ 31686)
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:
elf/dl-tunables.c | 28 ++++++++------
elf/tst-tunables.c | 61 +++++++++++++++++++++++++++++-
sysdeps/aarch64/multiarch/memset_generic.S | 4 ++
sysdeps/sparc/sparc64/rtld-memset.c | 3 ++
4 files changed, 84 insertions(+), 12 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 143ef68b2a NEWS: Add advisories.
new bcae44ea85 elf: Only process multiple tunable once (BZ 31686)
new c8a0e21da6 elf: Remove glibc.rtld.enable_secure check from parse_tunabl [...]
new 1e1ad714ee support: Add envp argument to support_capture_subprogram
new eb59c7b43d elf: Make glibc.rtld.enable_secure ignore alias environment [...]
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:
elf/dl-tunables.c | 114 ++++++++++++++++--------
elf/tst-audit18.c | 2 +-
elf/tst-audit19b.c | 2 +-
elf/tst-audit22.c | 2 +-
elf/tst-audit23.c | 2 +-
elf/tst-audit25a.c | 4 +-
elf/tst-audit25b.c | 4 +-
elf/tst-glibc-hwcaps-2-cache.c | 2 +-
elf/tst-rtld-run-static.c | 4 +-
elf/tst-tunables-enable_secure.c | 136 ++++++++++++++++++++++++++---
elf/tst-tunables.c | 63 ++++++++++++-
scripts/gen-tunables.awk | 16 +++-
support/capture_subprocess.h | 9 +-
support/subprocess.h | 7 +-
support/support_capture_subprocess.c | 5 +-
support/support_subprocess.c | 5 +-
support/tst-support_capture_subprocess.c | 2 +-
sysdeps/aarch64/multiarch/memset_generic.S | 4 +
sysdeps/sparc/sparc64/rtld-memset.c | 3 +
sysdeps/x86/tst-hwcap-tunables.c | 2 +-
20 files changed, 310 insertions(+), 78 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-13
in repository gcc.
from 14a16787d99 tree-optimization/114121 - wrong VN with context sensitive [...]
new e6b19675fb3 libstdc++: Fix condition for supported SIMD types on ARMv8
new 0f4336c490e libstdc++: Protect against macros
new 63b73f14be9 libstdc++: Replace use of incorrect non-temporal store
new 4d7a770f2d1 libstdc++: Avoid vector casts while still avoiding PR90424
new a46218ab09c libstdc++: Fix call signature of builtins from masked ++/--
new 916f3b3802b libstdc++: Add masked ++/-- implementation for sizeof < 16
new 4505045dada libstdc++: Avoid ill-formed types on ARM
new 22448860d7d libstdc++: Add include guard to simd-internal header
new 83636ae013d libstdc++: Silence irrelevant warnings in <experimental/simd>
new 6663f2a04c1 libstdc++: Fix conversion of simd to vector builtin
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:
.../include/experimental/bits/numeric_traits.h | 4 +
libstdc++-v3/include/experimental/bits/simd.h | 22 +++--
.../include/experimental/bits/simd_builtin.h | 55 +++++------
libstdc++-v3/include/experimental/bits/simd_x86.h | 66 +++++--------
.../experimental/simd/pr114803_vecbuiltin_cvt.cc | 105 +++++++++++++++++++++
5 files changed, 169 insertions(+), 83 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr114803_vecbuiltin_cvt.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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 390bd23fd9c c++/modules: imported spec befriending class tmpl [PR114889]
new a1c8ae15d9d gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) [...]
new 23cf0107684 libgomp: Add gfx90c, 1036 and 1103 declare variant tests
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/gimple-ssa-sprintf.cc | 20 +++++++------
gcc/testsuite/gcc.dg/pr114876.c | 34 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 12 ++++----
...iant-4-gfx900.c => declare-variant-4-gfx1036.c} | 4 +--
...iant-4-gfx900.c => declare-variant-4-gfx1103.c} | 4 +--
...riant-4-gfx900.c => declare-variant-4-gfx90c.c} | 4 +--
libgomp/testsuite/libgomp.c/declare-variant-4.h | 24 +++++++++++++++
7 files changed, 81 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114876.c
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
--
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 0c58b372e07 gdbserver: convert have_ptrace_getregset to a tribool
new 868883583e7 gdb/arch: assert that X86_XSTATE_MPX is not set for x32
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/arch/amd64.c | 8 ++++++--
1 file changed, 6 insertions(+), 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d9092c245 Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
new 477271f05 Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
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:
.../jira/description | 2 +-
.../jira/yaml | 2 +-
.../status.txt | 2 +-
.../tcwg_gcc_check/master-arm/details.txt | 22 +++++++++++-----------
.../master-arm/reproduction_instructions.txt | 2 +-
.../tcwg_gcc_check/master-arm/status.txt | 2 +-
.../tcwg_gcc_check/status.txt | 2 +-
7 files changed, 17 insertions(+), 17 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 master
in repository toolchain/ci/interesting-commits.
from 86d0fbb25 Add entry 56b3222b79632a4bbb36271735556a03b2504791 from https [...]
new d9092c245 Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
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:
.../tcwg_gcc_check/master-arm/build_url | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.