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 9e2c62a7d39 libstdc++: Fix std::system_category().message(int) on mingw [...]
new 9237345ad17 libstdc++-v3: Update baseline symbols for ia64-linux
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:
.../abi/post/ia64-linux-gnu/baseline_symbols.txt | 122 ++++++++++++++++++++-
1 file changed, 121 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 badd64289a4 forwprop: More nop-conversion handling [PR123731].
new 4295f32fc9f Fix typo in comment in tree-vrp.cc
new 4f8f5632e99 libstdc++-v3: Update baseline symbols for ia64-linux
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-vrp.cc | 2 +-
.../abi/post/ia64-linux-gnu/baseline_symbols.txt | 122 ++++++++++++++++++++-
2 files changed, 122 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 gcc.
from 2c2a07e31cd tree-optimization/123755 - properly register loop mask for [...]
new 3a05a375def RISC-V: Correct builtin registration order [PR123279].
new ca5a68ac280 RISC-V: Fix intrinsic FoF load at -O0 [PR122869].
new badd64289a4 forwprop: More nop-conversion handling [PR123731].
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/riscv/riscv-vector-builtins-bases.cc | 64 +-----
.../riscv/riscv-vector-builtins-functions.def | 136 ++++++-----
gcc/config/riscv/riscv-vector-builtins.cc | 256 ++++++++++++++++++---
gcc/config/riscv/riscv-vector-builtins.h | 63 ++++-
gcc/config/riscv/riscv-vector-switch.def | 150 ++++++------
gcc/config/riscv/riscv.cc | 28 ++-
gcc/testsuite/gcc.dg/vect/pr123731.c | 28 +++
.../gcc.target/riscv/rvv/base/pr122656-1.c | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/base/pr122869.c | 22 ++
.../gcc.target/riscv/rvv/vsetvl/ffload-3.c | 3 +-
gcc/tree-ssa-forwprop.cc | 19 +-
11 files changed, 531 insertions(+), 240 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr123731.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/pr122869.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-15
in repository gcc.
from 47b780b16d5 Daily bump.
new 340b1d38417 libstdc++: Fix chrono::parse to read from wide strings [PR123147]
new 9e2c62a7d39 libstdc++: Fix std::system_category().message(int) on mingw [...]
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:
libstdc++-v3/include/bits/chrono_io.h | 8 ++++----
libstdc++-v3/src/c++11/system_error.cc | 21 +++++++++++----------
.../error_category/system_category.cc | 19 ++++++++++++++++---
libstdc++-v3/testsuite/std/time/parse/parse.cc | 14 ++++++++++++++
4 files changed, 45 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.
unknown user pushed a change to branch master
in repository gcc.
from 09358c6693e a68: fix code and phrases in documentation [PR algol68/123734]
new 984962bf0f5 tree-optimization/123756 - remove now bogus assert in reduc [...]
new 2c2a07e31cd tree-optimization/123755 - properly register loop mask for [...]
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/testsuite/gcc.dg/vect/{pr71823.c => vect-pr123755.c} | 2 --
.../aarch64/sve/pr108608-1.c => gcc.dg/vect/vect-pr123756.c} | 4 ++--
gcc/tree-vect-loop.cc | 7 ++-----
gcc/tree-vect-stmts.cc | 2 +-
4 files changed, 5 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{pr71823.c => vect-pr123755.c} (60%)
copy gcc/testsuite/{gcc.target/aarch64/sve/pr108608-1.c => gcc.dg/vect/vect-pr1237 [...]
--
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 c9753cf643 po: Incorporate translations
new e724b25eee NEWS: Group ISO C23 related changes
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:
NEWS | 20 +++++++++-----------
1 file changed, 9 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 master
in repository binutils-gdb.
from 0a4433b3c9d gdb: Support 24-bit colors and other attributes on MS-Windows
new 43c658ff0cf gdb: Support UTF-8 output on MS-Windows terminal
new 3aefc8de553 binutils: Fix broken numbering in strip/objcopy --only-keep [...]
new 71eef85727c binutils: Fix broken bullet lists in objcopy documentation
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:
binutils/doc/binutils.texi | 107 +++++++++++++++++++++++++++++----------------
gdb/charset.c | 24 ++++++++--
gdb/charset.h | 4 ++
gdb/mingw-hdep.c | 26 +++++++++--
4 files changed, 117 insertions(+), 44 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 df865c395a6 libgot-1 testcases
new 0a4433b3c9d gdb: Support 24-bit colors and other attributes on MS-Windows
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/mingw-hdep.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
gdb/posix-hdep.c | 14 ++++++++++++
gdb/top.c | 4 ++++
gdb/top.h | 4 ++++
gdb/ui-style.c | 12 ++++------
5 files changed, 90 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.