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 1c6880c740c aarch64: Use VNx16BI for svrev_b* [PR121294]
new 0eb5a7c6541 Daily bump.
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 | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 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 b125eee2d85 c++: Fix up build_cplus_array_type [PR121524]
new b7033568085 Daily bump.
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:
ChangeLog | 4 ++++
gcc/ChangeLog | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 8 +++++++
gcc/testsuite/ChangeLog | 40 +++++++++++++++++++++++++++++++++++
5 files changed, 109 insertions(+), 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 binutils-gdb.
from 9f685464440 config: Update obsolete autoconf macro
new b8e690ef9e3 Automatic date update in version.in
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/version.h | 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 gdb-16-branch
in repository binutils-gdb.
from 1200265f4c8 Automatic date update in version.in
new 32e514add6f Automatic date update in version.in
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/version.h | 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 binutils-2_45-branch
in repository binutils-gdb.
from a9f71f0ab6b Automatic date update in version.in
new 6c446c92507 Automatic date update in version.in
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/version.h | 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 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.