This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 88dca8d5f8 localedata: fix weekdays in mdf_RU locale
new dd5f891c1a x86_64: Fix missing wcsncat function definition without mult [...]
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_64/multiarch/wcsncat-evex.S | 6 +++---
1 file changed, 3 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.
unknown user pushed a change to branch master
in repository gcc.
from 3ee30d79819 RISC-V: Cover sign-extensions in lshr<GPR:mode>3_zero_extend_4
new f4b86ab09df tree-ssa-sink: Improve code sinking pass
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/testsuite/gcc.dg/tree-ssa/ssa-sink-21.c | 15 +++++++++++++++
gcc/tree-ssa-sink.cc | 5 +----
2 files changed, 16 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-21.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 43bb6c0e087 Fix RELOC_FOR_GLOBAL_SYMBOLS macro so that it can cope with [...]
new 1dfd6a2f93a ld: Run --wrap tests only if supported
new 1509f0c2318 ld: Add PR ld/31710 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:
ld/testsuite/ld-elf/wrap.exp | 56 ++++++++++++++++++++++++++++++--------------
ld/testsuite/ld-elf/wrap2.h | 6 +++++
ld/testsuite/ld-elf/wrap2a.c | 11 +++++++++
ld/testsuite/ld-elf/wrap2b.c | 20 ++++++++++++++++
4 files changed, 76 insertions(+), 17 deletions(-)
create mode 100644 ld/testsuite/ld-elf/wrap2.h
create mode 100644 ld/testsuite/ld-elf/wrap2a.c
create mode 100644 ld/testsuite/ld-elf/wrap2b.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 b65cc09f9c7 Fix SLP reduction initial value for pointer reductions
new dd388198b8b RISC-V: Add test for sraiw-31 special case
new 4e46a3537ff RISC-V: Cover sign-extensions in lshrsi3_zero_extend_2
new 3b9c760072c RISC-V: Add zero_extract support for rv64gc
new 3ee30d79819 RISC-V: Cover sign-extensions in lshr<GPR:mode>3_zero_extend_4
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/config/riscv/iterators.md | 10 ++
gcc/config/riscv/riscv.md | 48 +++++++-
.../gcc.target/riscv/extend-shift-helpers.h | 46 ++++++++
gcc/testsuite/gcc.target/riscv/pr111501.c | 21 ++++
gcc/testsuite/gcc.target/riscv/sign-extend-1.c | 28 +++++
.../gcc.target/riscv/sign-extend-rshift-32.c | 17 +++
.../gcc.target/riscv/sign-extend-rshift-64.c | 17 +++
.../gcc.target/riscv/sign-extend-rshift.c | 123 +++++++++++++++++++++
.../gcc.target/riscv/zero-extend-rshift-32.c | 13 +++
.../gcc.target/riscv/zero-extend-rshift-64.c | 17 +++
.../gcc.target/riscv/zero-extend-rshift.c | 115 +++++++++++++++++++
11 files changed, 451 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/extend-shift-helpers.h
create mode 100644 gcc/testsuite/gcc.target/riscv/pr111501.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sign-extend-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sign-extend-rshift-32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sign-extend-rshift-64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sign-extend-rshift.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-rshift-32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-rshift-64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/zero-extend-rshift.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 releases/gcc-13
in repository gcc.
from b0632c06a7f middle-end: Fix ICE in poly-int.h due to SLP.
new c63704a2d84 cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]
new 4f2a35a76cc tree-optimization/114375 - disallow SLP discovery of permut [...]
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/cfgrtl.cc | 3 ++-
gcc/testsuite/gcc.dg/vect/vect-pr114375.c | 44 +++++++++++++++++++++++++++++++
gcc/tree-vect-slp.cc | 34 +++++++++++++++++++-----
gcc/tree-vect-stmts.cc | 8 ++++++
4 files changed, 81 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr114375.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 2236c5e384d [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust
new 43bb6c0e087 Fix RELOC_FOR_GLOBAL_SYMBOLS macro so that it can cope with [...]
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:
bfd/elf-bfd.h | 10 ++++++++--
1 file changed, 8 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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 0b409fc34e9 tree-optimization/112281 - loop distribution and zero depen [...]
new 664ab9c6e8a middle-end/112732 - stray TYPE_ALIAS_SET in type variant
new a0f59eb899d c++: Add testcase for this PR [PR97990]
new 3658dafc65a PR target/110792: Early clobber issues with rot32di2_double [...]
new 3367f78ff92 [Committed] Avoid FAIL of gcc.target/i386/pr110792.c
new b0632c06a7f middle-end: Fix ICE in poly-int.h due to SLP.
The 5 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/i386/i386.md | 18 ++++++++++++------
gcc/testsuite/g++.dg/torture/vector-struct-1.C | 18 ++++++++++++++++++
gcc/testsuite/g++.target/i386/pr110792.C | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/pr110792.c | 17 +++++++++++++++++
gcc/tree-vect-slp.cc | 3 ++-
gcc/tree.cc | 2 ++
6 files changed, 67 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/vector-struct-1.C
create mode 100644 gcc/testsuite/g++.target/i386/pr110792.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr110792.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 73c8e24b692 aarch64: Fix typo in aarch64-ldp-fusion.cc:combine_reg_note [...]
new b6822bf3e3f Fix non-grouped SLP load/store accounting in alignment peeling
new b65cc09f9c7 Fix SLP reduction initial value for pointer reductions
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/tree-vect-data-refs.cc | 7 +++++--
gcc/tree-vect-loop.cc | 9 ++++++++-
2 files changed, 13 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.
unknown user pushed a change to branch master
in repository glibc.
from eb59c7b43d elf: Make glibc.rtld.enable_secure ignore alias environment [...]
new 79fe4a0fa0 localedata: add mdf_RU locale
new 88dca8d5f8 localedata: fix weekdays in mdf_RU locale
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:
localedata/Makefile | 2 +
localedata/SUPPORTED | 1 +
localedata/locales/mdf_RU | 199 +++++++++++++++++++++++++++++++++++++++++++++
localedata/mdf_RU.UTF-8.in | 6 ++
4 files changed, 208 insertions(+)
create mode 100644 localedata/locales/mdf_RU
create mode 100644 localedata/mdf_RU.UTF-8.in
--
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 c144f638337 RISC-V: Support B, Zaamo and Zalrsc extensions.
new 2236c5e384d [gdb/python] Make gdb.UnwindInfo.add_saved_register more robust
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/python/py-unwind.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.