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 63bda370edd Revert "libstdc++: Optimize std::projected<I, std::identity [...]
new 9ef56cd6ec3 aarch64: Define __ARM_FEATURE_FAMINMAX
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-c.cc | 1 +
gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_4.c | 15 +++++++++++++++
2 files changed, 16 insertions(+)
--
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 39183b953c hurd: Make symlink return EEXIST on existing target directory
new cf9241107d Add AT_* constants from Linux 6.12
new 4e24e4d936 Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 [...]
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:
elf/elf.h | 3 +++
libio/stdio.h | 3 +++
sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 2 ++
3 files changed, 8 insertions(+)
--
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 4183b1e3a2f gdb/doc: use @samp{} in Python docs
new 5fd3d58ee91 gdb/python: remove stray white space in error message
new b40e23f8093 gdb/python: address some coding style issues in py-color.c
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/python/py-breakpoint.c | 2 +-
gdb/python/py-color.c | 34 +++++++++++++++---------------
gdb/testsuite/gdb.python/py-breakpoint.exp | 2 +-
3 files changed, 19 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 releases/gcc-15
in repository gcc.
from f1b9d0380a4 aarch64: Update FP8 dependencies for -mcpu=olympus
new 63bda370edd Revert "libstdc++: Optimize std::projected<I, std::identity [...]
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:
libstdc++-v3/include/bits/iterator_concepts.h | 5 -----
libstdc++-v3/testsuite/24_iterators/indirect_callable/projected.cc | 5 -----
2 files changed, 10 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 a544a9c5bbf aarch64: Define __ARM_FEATURE_FAMINMAX
new 49e79b86936 Revert "libstdc++: Optimize std::projected<I, std::identity [...]
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:
libstdc++-v3/include/bits/iterator_concepts.h | 5 -----
libstdc++-v3/testsuite/24_iterators/indirect_callable/projected.cc | 5 -----
2 files changed, 10 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 5d4187339f9 gdb/python: fix memory leak of gdb.Color objects
new 4183b1e3a2f gdb/doc: use @samp{} in Python docs
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/doc/python.texi | 4 ++--
1 file changed, 2 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 master
in repository binutils-gdb.
from 067bb42419d Remove ui_file::reset_style
new 93c145c2aaf gdb/python: restructure the existing memory leak tests
new 5d4187339f9 gdb/python: fix memory leak of gdb.Color objects
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/python/py-color.c | 1 -
gdb/testsuite/gdb.python/gdb_leak_detector.py | 120 +++++++++++++++++++++
.../{py-failed-init.exp => py-color-leak.exp} | 23 ++--
.../gdb.python/{py-error.py => py-color-leak.py} | 20 ++--
gdb/testsuite/gdb.python/py-inferior-leak.exp | 14 +--
gdb/testsuite/gdb.python/py-inferior-leak.py | 108 ++++---------------
gdb/testsuite/gdb.python/py-read-memory-leak.exp | 14 +--
gdb/testsuite/gdb.python/py-read-memory-leak.py | 84 +++------------
gdb/testsuite/lib/gdb-python.exp | 21 ++++
9 files changed, 198 insertions(+), 207 deletions(-)
create mode 100644 gdb/testsuite/gdb.python/gdb_leak_detector.py
copy gdb/testsuite/gdb.python/{py-failed-init.exp => py-color-leak.exp} (66%)
copy gdb/testsuite/gdb.python/{py-error.py => py-color-leak.py} (65%)
--
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 67bf33b14d1 Induction vectorizer: prevent ICE for scalable types
new a544a9c5bbf aarch64: Define __ARM_FEATURE_FAMINMAX
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-c.cc | 1 +
gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_4.c | 15 +++++++++++++++
2 files changed, 16 insertions(+)
--
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 5d5e8e87a42 aarch64: Update FP8 dependencies for -mcpu=olympus
new fabbf99fc8a AArch64: Define the spaceship optab [PR117013]
new 8942b48e127 AArch64: Emit half-precision FCMP/FCMPE
new 67bf33b14d1 Induction vectorizer: prevent ICE for scalable types
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-protos.h | 1 +
gcc/config/aarch64/aarch64.cc | 73 ++++++++
gcc/config/aarch64/aarch64.md | 72 ++++++--
gcc/testsuite/g++.target/aarch64/spaceship_1.C | 192 ++++++++++++++++++++++
gcc/testsuite/g++.target/aarch64/spaceship_2.C | 72 ++++++++
gcc/testsuite/g++.target/aarch64/spaceship_3.C | 9 +
gcc/testsuite/gcc.target/aarch64/_Float16_cmp_1.c | 54 ++++++
gcc/testsuite/gcc.target/aarch64/_Float16_cmp_2.c | 7 +
gcc/tree-vect-loop.cc | 39 ++++-
9 files changed, 497 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/spaceship_1.C
create mode 100644 gcc/testsuite/g++.target/aarch64/spaceship_2.C
create mode 100644 gcc/testsuite/g++.target/aarch64/spaceship_3.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/_Float16_cmp_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/_Float16_cmp_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 dadaf42c653 gdb: fix ui-style regex initializing order
new 067bb42419d Remove ui_file::reset_style
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/cli/cli-cmds.c | 2 +-
gdb/pager.h | 1 -
gdb/printcmd.c | 2 +-
gdb/ui-file.c | 12 ------------
gdb/ui-file.h | 17 -----------------
gdb/utils.c | 12 ------------
6 files changed, 2 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.