This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from aadc5c07feb VR-VALUES [PR28794]: optimize compare assignments also
new ad5b757d99b i386: Do not sanitize upper part of V2SFmode reg with -fno- [...]
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/i386/i386.opt | 4 ++
gcc/config/i386/mmx.md | 75 +++++++++++++++++-------------
gcc/doc/invoke.texi | 18 +++++++
gcc/testsuite/gcc.target/i386/pr110832-1.c | 12 +++++
gcc/testsuite/gcc.target/i386/pr110832-2.c | 13 ++++++
gcc/testsuite/gcc.target/i386/pr110832-3.c | 13 ++++++
6 files changed, 103 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr110832-3.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 ffd676ef2c9 RISC-V: Fix a bug that causes an error insn.
new 7f2f7a98fcb i386: Fix grammar typo in diagnostic
new 55eb7e92a60 libstdc++: Fix past-the-end increment in std::format [PR110862]
new 0f0152a93d1 libstdc++: Constrain __format::_Iter_sink for contiguous it [...]
new a059403794a libstdc++: Fix incorrect use of abs and log10 in std::forma [...]
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/i386/i386.cc | 2 +-
libstdc++-v3/include/std/format | 22 +++++++--
.../functions/{format_to_n.cc => format_to.cc} | 56 ++++++++++++----------
libstdc++-v3/testsuite/std/format/string.cc | 13 +++++
4 files changed, 62 insertions(+), 31 deletions(-)
copy libstdc++-v3/testsuite/std/format/functions/{format_to_n.cc => format_to.cc} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.