This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards
new 29e2bc5f9ab rs6000: Fix __builtin_altivec_vcmpne{b,h,w} implementation
new 464e207496c aarch64: Add support for Cortex-A520 CPU
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-cores.def | 2 +
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/rs6000/altivec.md | 12 +++
gcc/config/rs6000/rs6000-builtins.def | 18 ++--
gcc/doc/invoke.texi | 4 +-
.../gcc.target/powerpc/vec-cmpne-runnable.c | 36 +++++++
gcc/testsuite/gcc.target/powerpc/vec-cmpne.c | 112 ++-------------------
.../powerpc/{vec-cmpne.c => vec-cmpne.h} | 40 ++------
8 files changed, 79 insertions(+), 147 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmpne-runnable.c
copy gcc/testsuite/gcc.target/powerpc/{vec-cmpne.c => vec-cmpne.h} (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 main
in repository newlib.
from b9e867d08 Add stub for getentropy
new 07092a52e sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLE
new 5b53633b5 Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supported
new b6fbe0fc2 Cygwin: lseek: propagate new SEEK_DATA and SEEK_HOLE to fhandler
new edfa581d3 Cygwin: lseek: implement SEEK_DATA and SEEK_HOLE for files
new 9939aa7d0 Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
The 5 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:
newlib/libc/include/sys/unistd.h | 4 ++
winsup/cygwin/fhandler/base.cc | 85 ++++++++++++++++++++++++++++++++++++-
winsup/cygwin/fhandler/clipboard.cc | 7 +++
winsup/cygwin/release/3.5.0 | 2 +
winsup/cygwin/syscalls.cc | 2 +-
winsup/doc/new-features.xml | 4 ++
6 files changed, 102 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 releases/gcc-13
in repository gcc.
from 9043e8a8d82 PR modula2/110779: libgm2 fix solaris bootstrap check for t [...]
new ed049e5d5f3 Fortran: Allow pure final procs contained in pure proc. [PR109684]
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/fortran/resolve.cc | 5 ++++-
1 file changed, 4 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 c4d61814304 RISC-V: Support NPATTERNS = 1 stepped vector[PR110950]
new b9e5a4b4f03 libstdc++: Minor fixes for some warnings in <format>
new 008e439f34d libstdc++: Explicitly default some copy ctors and assignments
new af89c7792d7 libstdc++: Fix some -Wunused-parameter warnings
new 5b46eacc494 libstdc++: Fix some -Wmismatched-tags warnings
new 798b1f04762 libstdc++: Suppress clang -Wc99-extensions warnings in <complex>
new 9bd194434ac libstdc++: Fix a -Wsign-compare warning in std::list
new b3a2b307b9d libstdc++: Fix constexpr functions to conform to older standards
The 7 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/alloc_traits.h | 3 ++-
libstdc++-v3/include/bits/chrono.h | 6 +++--
libstdc++-v3/include/bits/list.tcc | 2 +-
libstdc++-v3/include/bits/new_allocator.h | 4 ++++
libstdc++-v3/include/bits/regex_executor.tcc | 2 +-
libstdc++-v3/include/bits/shared_ptr_atomic.h | 10 ++++-----
libstdc++-v3/include/bits/stl_algobase.h | 15 +++++--------
libstdc++-v3/include/bits/stl_tree.h | 2 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 3 +--
libstdc++-v3/include/bits/streambuf_iterator.h | 2 +-
libstdc++-v3/include/bits/uses_allocator.h | 2 +-
libstdc++-v3/include/c_global/cmath | 6 ++---
libstdc++-v3/include/experimental/bits/fs_path.h | 2 +-
libstdc++-v3/include/std/charconv | 2 +-
libstdc++-v3/include/std/chrono | 10 ++++-----
libstdc++-v3/include/std/complex | 22 +++++++++++++++++++
libstdc++-v3/include/std/format | 28 +++++++++++-------------
libstdc++-v3/include/std/future | 8 +++----
libstdc++-v3/include/std/optional | 4 ++--
libstdc++-v3/include/std/scoped_allocator | 8 +++----
libstdc++-v3/include/std/tuple | 16 +++++++-------
libstdc++-v3/include/std/valarray | 12 +++++-----
22 files changed, 96 insertions(+), 73 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.