This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 841e721579b RS6000 Allow builtin initialization regardless of mask
new 48e331d6382 Define TRY_EMPTY_VM_SPACE for riscv64-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:
gcc/ChangeLog | 5 +++++
gcc/config/host-linux.c | 2 ++
2 files changed, 7 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 00386881a3d Fix objcopy's --preserve-dates command line option so that [...]
new d8af906814b Change ada_which_variant_applies to value API
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/ChangeLog | 8 ++++++++
gdb/ada-lang.c | 13 +++----------
gdb/ada-lang.h | 3 +--
gdb/ada-valprint.c | 4 +---
4 files changed, 13 insertions(+), 15 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 topic/fifo
in repository newlib.
from d2e0b65a7 Cygwin: serial: fix GCC warning
adds 4a36897af Cygwin: symlinks: support WSL symlinks
new bde67ff60 Cygwin: FIFO: cosmetic change
new 31d5fb0e7 Cygwin: FIFO: simplify the fifo_client_handler structure
new 33be8f885 Cygwin: honor the flags argument in fhandler_fifo::dup
new ce8f3e433 Cygwin: FIFO: change the handling of the read_ready event
new 406ae5aee Cygwin: FIFO: use a cygthread for listening instead of a home [...]
new 2f379a6ed Cygwin: FIFO: add shared memory
new 26f516551 Cygwin: FIFO: keep track of the number of readers
new b46546809 Cygwin: FIFO: introduce a new type, fifo_reader_id_t
new f5cf220eb Cygwin: indentation change
new c35bdd58c Cygwin: FIFO: designate one reader as owner
The 10 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:
winsup/cygwin/fhandler.h | 104 ++++--
winsup/cygwin/fhandler_fifo.cc | 791 ++++++++++++++++++++++-------------------
winsup/cygwin/path.cc | 73 ++++
winsup/cygwin/release/3.1.5 | 6 +
winsup/cygwin/select.cc | 9 +
winsup/doc/new-features.xml | 4 +
6 files changed, 591 insertions(+), 396 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 48c18af43fa Update bswap64-4 test for desired results
new 841e721579b RS6000 Allow builtin initialization regardless of mask
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 | 5 ++
gcc/config/rs6000/rs6000-call.c | 28 ----------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.target/powerpc/pragma_misc9.c | 47 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power6.c | 17 ++++++
gcc/testsuite/gcc.target/powerpc/pragma_power7.c | 32 +++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power8.c | 52 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power9.c | 63 ++++++++++++++++++++++
.../gcc.target/powerpc/vsu/vec-all-nez-7.c | 3 +-
.../gcc.target/powerpc/vsu/vec-any-eqz-7.c | 3 +-
10 files changed, 230 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_misc9.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power6.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power7.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power9.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 gcc.
from 5abbfd3cd36 i386: Fix up *one_cmplv*2* insn with avx512f [PR94343]
new 48c18af43fa Update bswap64-4 test for desired results
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/bswap64-4.c | 6 ++++--
2 files changed, 9 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 291aa50a631 XFAIL pr57193.c test-case.
new 5abbfd3cd36 i386: Fix up *one_cmplv*2* insn with avx512f [PR94343]
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 | 5 +++++
gcc/config/i386/sse.md | 27 ++++++++++++++++++------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/avx512f-pr94343.c | 12 +++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-pr94343.c | 12 +++++++++++
5 files changed, 56 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr94343.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr94343.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 gcc.
from 07c48b61a08 [RS6000] Put call cookie back in AIX/ELFv2 call patterns
new ec919cfcef8 Fix vextract* masked patterns [PR93069]
new 3a9db91bee4 Fix scan pattern of vect-8.f90 dump.
new 291aa50a631 XFAIL pr57193.c test-case.
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/ChangeLog | 8 ++++++++
gcc/config/i386/sse.md | 8 +++++---
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr93069.c | 10 ++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-pr93069.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr57193.c | 3 ++-
gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 2 +-
7 files changed, 55 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr93069.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr93069.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 devel/c++-modules
in repository gcc.
from d18ba80f098 Merge master 62ede14d30f5d083f1ab23bcab6e0e3c9c649006
new f93e7ba1b15 Templatify pendset
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.modules | 6 ++
gcc/cp/module.cc | 196 ++++++++++++++++++++++++++++--------------------------
2 files changed, 107 insertions(+), 95 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 227c0bf4b3d [PowerPC] Fix debug register issues in ppc-linux-nat
new 00386881a3d Fix objcopy's --preserve-dates command line option so that [...]
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/ChangeLog | 10 ++++++++++
bfd/libcoff-in.h | 4 +++-
bfd/libcoff.h | 4 +++-
bfd/peXXigen.c | 4 ++--
binutils/ChangeLog | 10 ++++++++++
binutils/objcopy.c | 5 +++++
binutils/testsuite/binutils-all/objcopy.exp | 2 +-
ld/ChangeLog | 10 ++++++++++
ld/emultempl/pe.em | 5 ++++-
ld/emultempl/pep.em | 5 ++++-
ld/pe-dll.c | 4 +++-
11 files changed, 55 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.