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 7d6d4f69fe5 [gdb/testsuite] Fix gdb.base/dlmopen.exp on native-gdbserver
new 9f685464440 config: Update obsolete autoconf macro
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:
config/dejagnu.m4 | 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 releases/gcc-14
in repository gcc.
from 32960f98e63 x86: Pass -mno-80387 to compile pr121208-1(a|b).c
new 1c4d937a958 aarch64: Use VNx16BI for more permutations [PR121294]
new 68368446bbc aarch64: Use VNx16BI for svrev_b* [PR121294]
new b33e50ea8db aarch64: Mark SME functions as .variant_pcs [PR121414]
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:
gcc/config/aarch64/aarch64-sve-builtins-base.cc | 5 +-
.../aarch64/aarch64-sve-builtins-functions.h | 5 +-
gcc/config/aarch64/aarch64-sve.md | 62 ++++++++++++--
gcc/config/aarch64/aarch64.cc | 40 ++++++---
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/aarch64/iterators.md | 4 +-
gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c | 27 ++++++
.../gcc.target/aarch64/sve/acle/general/perm_2.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_3.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_4.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_5.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_6.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_7.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/rev_2.c | 27 ++++++
14 files changed, 725 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/rev_2.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 852c15f629a x86: Pass -mno-80387 to compile pr121208-1(a|b).c
new 43f7e74037f aarch64: Use VNx16BI for more permutations [PR121294]
new 1c6880c740c aarch64: Use VNx16BI for svrev_b* [PR121294]
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/aarch64/aarch64-sve-builtins-base.cc | 5 +-
.../aarch64/aarch64-sve-builtins-functions.h | 5 +-
gcc/config/aarch64/aarch64-sve.md | 62 ++++++++++++--
gcc/config/aarch64/aarch64.cc | 3 +-
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/aarch64/iterators.md | 4 +-
.../gcc.target/aarch64/sve/acle/general/perm_2.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_3.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_4.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_5.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_6.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_7.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/rev_2.c | 27 ++++++
13 files changed, 669 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/rev_2.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 2e917d2873a [gdb/testsuite] Fix gdb.tui/basic.exp on native-extended-gdbserver
new 7d6d4f69fe5 [gdb/testsuite] Fix gdb.base/dlmopen.exp on native-gdbserver
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/testsuite/gdb.base/dlmopen.exp | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 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 44cd33881ff [PR target/119275][RISC-V] Avoid calling gen_lowpart in cas [...]
new b125eee2d85 c++: Fix up build_cplus_array_type [PR121524]
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/tree.cc | 7 ++++++-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-89.C | 8 ++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-89.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 713b99a9398 gdb, gdbserver: update copyright years in copyright notices
new 2e917d2873a [gdb/testsuite] Fix gdb.tui/basic.exp on native-extended-gdbserver
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/testsuite/gdb.tui/basic.exp | 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.
unknown user pushed a change to branch master
in repository gcc.
from ead213a9b06 fix cris-elf build with binutils-2.45
new 44cd33881ff [PR target/119275][RISC-V] Avoid calling gen_lowpart in cas [...]
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.cc | 3 ++-
gcc/testsuite/gcc.target/riscv/pr119275.c | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr119275.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 94de78f9d0d gdb/dwarf: clear per_bfd::num_{comp,type}_units on error
new 710db71b0d1 gdb/testsuite: update some copyright years
new 713b99a9398 gdb, gdbserver: update copyright years in copyright notices
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:
gdb/testsuite/gdb.base/tls-common.exp.tcl | 2 +-
gdb/testsuite/gdb.base/tls-dlobj-lib.c | 2 +-
gdb/testsuite/gdb.base/tls-dlobj.c | 2 +-
gdb/testsuite/gdb.base/tls-dlobj.exp | 2 +-
gdb/testsuite/gdb.base/tls-multiobj.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj.exp | 2 +-
gdb/testsuite/gdb.base/tls-multiobj1.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj2.c | 2 +-
gdb/testsuite/gdb.base/tls-multiobj3.c | 2 +-
gdb/testsuite/gdb.base/tls-nothreads.c | 2 +-
gdb/testsuite/gdb.base/tls-nothreads.exp | 2 +-
gdb/top.c | 2 +-
gdbserver/gdbreplay.cc | 2 +-
gdbserver/server.cc | 2 +-
14 files changed, 14 insertions(+), 14 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-15
in repository gcc.
from ef1bd81ee05 [PR121007, LRA]: Fall back to reload of whole inner address [...]
new d755aa03db0 Remove MODE_COMPOSITE_P test from simplify_gen_subreg [PR120718]
new 4cf9d4ebdd6 aarch64: Use VNx16BI for more permutations [PR121294]
new 701193a7a6d aarch64: Use VNx16BI for svrev_b* [PR121294]
new 868a5774431 aarch64: Mark SME functions as .variant_pcs [PR121414]
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/aarch64/aarch64-sve-builtins-base.cc | 5 +-
.../aarch64/aarch64-sve-builtins-functions.h | 5 +-
gcc/config/aarch64/aarch64-sve.md | 62 ++++++++++++--
gcc/config/aarch64/aarch64.cc | 40 ++++++---
gcc/config/aarch64/aarch64.md | 1 +
gcc/config/aarch64/iterators.md | 4 +-
gcc/simplify-rtx.cc | 13 ++-
gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c | 27 ++++++
.../gcc.target/aarch64/sve/acle/general/perm_2.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_3.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_4.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_5.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_6.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/perm_7.c | 96 ++++++++++++++++++++++
.../gcc.target/aarch64/sve/acle/general/pr120718.c | 12 +++
.../gcc.target/aarch64/sve/acle/general/rev_2.c | 27 ++++++
16 files changed, 742 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sme/pr121414_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_6.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/perm_7.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr120718.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/rev_2.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 5ed142657c5 [gdb/testsuite] Remove useless indentation in lib/tuiterm.exp
new a1be365e22f gdb: modernize get_frame_pc_if_available
new 903ea49d478 [gdb/testsuite] Fix gdb.base/condbreak-multi-context.exp on [...]
new 94de78f9d0d gdb/dwarf: clear per_bfd::num_{comp,type}_units on error
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:
gdb/ax-gdb.c | 3 +--
gdb/dwarf2/read-debug-names.c | 20 +++++---------------
gdb/dwarf2/read-gdb-index.c | 7 +++----
gdb/dwarf2/read.c | 8 ++++++--
gdb/dwarf2/read.h | 30 ++++++++++++++++++++++++++++++
gdb/frame.c | 32 +++++++++++++++-----------------
gdb/frame.h | 3 ++-
gdb/macroscope.c | 6 +++---
gdb/printcmd.c | 4 ++--
gdb/python/py-finishbreakpoint.c | 6 +++---
gdb/stack.c | 38 ++++++++++++++++++--------------------
gdb/tracepoint.c | 8 ++++----
gdb/tui/tui-status.c | 8 ++++++--
gdb/tui/tui-winsource.c | 4 +++-
14 files changed, 101 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.