This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix
in repository newlib.
from 5018f849a Cygwin: AF_UNIX: SCM_RIGHTS: support fifo descriptors
new 33895c267 Regenerate lib/posix/Makefile.in
new fd07cbe4b Revert "Cygwin: Make sure newer apps get uname_x even when lo [...]
new 08014298f Cygwin: pty: Discard input already accepted on interrupt.
new f380be94e Cygwin: console, pty: Stop ignoring Ctrl-C by IGNBRK.
new 795b0185c Cygwin: update release notes for 3.2.0
new 84cd2c0f2 Cygwin: update release notes for 3.2.0, part 2
new 0e57ae089 Cygwin: pty: Attach to stub process when non-cygwin app inher [...]
new 6744bb8fc Cygwin: update release notes for 3.2.0
new 7a2bde19b Cygwin: pty: Transfer input for native app only if the stdin [...]
new acf9f4e3b Cygwin: update release notes for 3.2.0, part 4
new f388dbe23 Cygwin: update release notes for 3.2.0, part 5
new 05b0001f4 Cygwin: pty: Transfer input only if the stdin is a pty.
new 829620f92 Cygwin: pty: Rename input/output named pipes.
new e6d10783d Cygwin: Allow executing Windows Store's "app execution aliases"
new 6183ff9dd Cygwin: Treat Windows Store's "app execution aliases" as symb [...]
new d17818a71 Cygwin: add "app execution aliases" treatment to release notes
new 3a39f2cb6 Cygwin: bump DLL version to 3.2.1
The 17 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/posix/Makefile.in | 19 ++++++++--
winsup/cygwin/fhandler.h | 2 +
winsup/cygwin/fhandler_console.cc | 2 +-
winsup/cygwin/fhandler_termios.cc | 5 ++-
winsup/cygwin/fhandler_tty.cc | 67 +++++++++++++++++++++++++---------
winsup/cygwin/include/cygwin/version.h | 5 +--
winsup/cygwin/path.cc | 40 ++++++++++++++++++++
winsup/cygwin/release/3.2.0 | 39 +++++++++++++++++++-
winsup/cygwin/spawn.cc | 16 +++++++-
winsup/cygwin/tty.cc | 1 +
winsup/cygwin/tty.h | 1 +
winsup/cygwin/uname.cc | 7 ----
winsup/doc/new-features.xml | 50 ++++++++++++++++++++++++-
13 files changed, 216 insertions(+), 38 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 glibc.
from 4d8d70d301 manual: clarify that scanf %n supports type modifiers
new 18f0afa848 Fix conform linknamespace tests due to gnu_dev_makedev
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:
sysdeps/unix/sysv/linux/fstatat64.c | 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 gcc.
from bf24f4ec73b x86: Update memcpy/memset inline strategies for Ice Lake
new 7c1d6e89994 arm: Fix mult autovectorization patterm for iwmmxt (PR targ [...]
new 05de07136a8 testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR targ [...]
new a2531859bf5 c++: Alias template in pack expansion [PR99445]
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/arm/vec-common.md | 5 +++-
gcc/cp/tree.c | 9 ++++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic1.C | 14 +++++++++++
gcc/testsuite/g++.target/aarch64/sve/pr96974.C | 2 +-
.../gcc.target/arm/{pr99724.c => pr99786.c} | 27 +++++++++++-----------
5 files changed, 41 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic1.C
copy gcc/testsuite/gcc.target/arm/{pr99724.c => pr99786.c} (61%)
--
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-10
in repository gcc.
from ad8c55c1df3 tree-opt: Fix segfault in tree-if-conv.c with -march=armv8. [...]
new 285f65a59ce testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR targ [...]
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/g++.target/aarch64/sve/pr96974.C | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-10
in repository gcc.
from 3753ceff562 aarch64: Fix up *add<mode>3_poly_1 [PR99813]
new ad8c55c1df3 tree-opt: Fix segfault in tree-if-conv.c with -march=armv8. [...]
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/gcc.dg/tree-ssa/pr97849.c | 16 ++++++++++++++++
gcc/tree-if-conv.c | 13 +++++++------
2 files changed, 23 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr97849.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-10
in repository gcc.
from 1fabb9e1548 Make pta_size signed
new 3753ceff562 aarch64: Fix up *add<mode>3_poly_1 [PR99813]
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.md | 4 ++--
gcc/testsuite/g++.target/aarch64/sve/pr99813.C | 27 ++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/pr99813.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 fdb21288ca9 Don't include bfd/sysdep.h for gas files
new cfcbd506fb0 [gdb/testsuite] Ignore DEBUGINFOD_URLS
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/gdb.exp | 6 ++++++
2 files changed, 11 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 releases/gcc-10
in repository gcc.
from c76d5035273 c++: abbreviated function template return type rewriting [PR98990]
new 078f5545b52 Fix idiv latencies for znver3
new f87a08caf42 i386: fix -march=amd crash
new 1fabb9e1548 Make pta_size signed
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/common/config/i386/i386-common.c | 2 +-
gcc/config/i386/i386-options.c | 3 +++
gcc/config/i386/x86-tune-costs.h | 12 +++++-------
gcc/testsuite/gcc.target/i386/pr99753.c | 5 +++++
4 files changed, 14 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr99753.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 5b7c81bd8cc Use bool in gas
new 65c5fbd4fde PR27671, Poisoning TRUE / FALSE poisons Win32 system headers
new fdb21288ca9 Don't include bfd/sysdep.h for gas files
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:
bfd/ChangeLog | 6 ++++++
bfd/bfd-in.h | 2 +-
bfd/bfd-in2.h | 2 +-
gas/ChangeLog | 7 +++++++
gas/config/bfin-lex-wrapper.c | 4 ++--
gas/config/bfin-lex.l | 2 --
gas/itbl-lex-wrapper.c | 4 ++--
gas/itbl-lex.l | 1 -
8 files changed, 19 insertions(+), 9 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-10
in repository gcc.
from aa992124895 Remove mask register costs.
new a834e6d59d7 c++: Fix self-mapping in map_arguments [PR96531, PR97103]
new 57b0df85b7e c++: Fix ICE with CTAD in concept [PR98611]
new 78e6c55b0d0 c++: Fix folding of non-dependent BASELINKs [PR95468]
new c76d5035273 c++: abbreviated function template return type rewriting [PR98990]
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/cp/constraint.cc | 4 +-
gcc/cp/pt.c | 86 +++++++++++++++----------
gcc/cp/tree.c | 5 +-
gcc/cp/type-utils.h | 23 ++++---
gcc/testsuite/g++.dg/concepts/abbrev8.C | 22 +++++++
gcc/testsuite/g++.dg/cpp2a/concepts-ctad1.C | 16 +++++
gcc/testsuite/g++.dg/cpp2a/concepts-ctad2.C | 13 ++++
gcc/testsuite/g++.dg/cpp2a/concepts-ttp2.C | 11 ++++
gcc/testsuite/g++.dg/cpp2a/concepts-variadic1.C | 28 ++++++++
gcc/testsuite/g++.dg/template/non-dependent15.C | 12 ++++
10 files changed, 170 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/abbrev8.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-variadic1.C
create mode 100644 gcc/testsuite/g++.dg/template/non-dependent15.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.