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 f173b2fc9d0 gdb.threads/next-bp-other-thread.c: Ensure child thread is [...]
new ae61525fcf4 gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.h
new 07f28593488 gdb: fix -Wsingle-bit-bitfield-constant-conversion warning [...]
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:
gdb/z80-tdep.c | 10 +++++-----
gdbsupport/enum-flags.h | 3 +++
include/diagnostics.h | 9 +++++++++
3 files changed, 17 insertions(+), 5 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 cygwin-3_4-branch
in repository newlib.
from 77f324ae0 Cygwin: dsp: Fix SNDCTL_DSP_{POST,SYNC} ioctl() behaviour.
new 8d0b9ab67 Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.
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:
winsup/cygwin/dtable.cc | 5 +++++
winsup/cygwin/fhandler/console.cc | 7 +++++++
2 files changed, 12 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 main
in repository newlib.
from 5ca1c57a8 Cygwin: is_unicode_equiv: fix comment
new 523985b31 Cygwin: ctty: Add missing fixup_after_{exec,fork}() call.
new ce979464f Cygwin: console: Suppress unnecessary open_shared_console() calls.
new 13a84ac79 Cygwin: ctty: Replace ctty constant with more descriptive macros.
new 93f70d784 Cygwin: ctty: Remove old 'kludge' code.
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:
winsup/cygwin/dtable.cc | 20 +++++++++-----------
winsup/cygwin/exceptions.cc | 2 +-
winsup/cygwin/external.cc | 4 ++--
winsup/cygwin/fhandler/console.cc | 19 ++++++++++++++-----
winsup/cygwin/fhandler/process.cc | 4 ++--
winsup/cygwin/fhandler/pty.cc | 12 ++++++------
winsup/cygwin/fhandler/termios.cc | 7 ++++---
winsup/cygwin/local_includes/fhandler.h | 11 +++++++++++
winsup/cygwin/local_includes/tty.h | 2 +-
winsup/cygwin/pinfo.cc | 17 +++++++----------
winsup/cygwin/spawn.cc | 2 +-
winsup/cygwin/syscalls.cc | 17 ++---------------
winsup/cygwin/tty.cc | 2 +-
13 files changed, 61 insertions(+), 58 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 835a37d4f5 52: onsuccess: #2: 33: Success after binutils/gcc/qemu: 473 commits
new 4a6a43e6c0 53: onsuccess: #3: 33: Success after binutils/gcc/linux/qemu [...]
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:
01-reset_artifacts/console.log.xz | Bin 1776 -> 1788 bytes
02-prepare_abe/console.log.xz | Bin 2800 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 30796 -> 30768 bytes
04-build_abe-stage1/console.log.xz | Bin 89420 -> 89436 bytes
05-build_abe-qemu/console.log.xz | Bin 32180 -> 31828 bytes
06-build_linux/console.log.xz | Bin 5004 -> 5020 bytes
08-check_regression/console.log.xz | Bin 4008 -> 4300 bytes
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 33 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-12
in repository gcc.
from 22462812fce Daily bump.
new 668098c2e55 c++: requires-expr and access checking [PR107179]
new 18bd5999019 c++: explicit specialization and trailing requirements [PR107864]
new cb39089c5a0 c++: template friend with variadic constraints [PR107853]
new 09c5937d829 c++: get_nsdmi in template context [PR108116]
new c0edd2060db c++: thinko in extract_local_specs [PR108998]
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:
gcc/cp/constexpr.cc | 4 ++
gcc/cp/constraint.cc | 10 ++--
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 4 +-
gcc/cp/init.cc | 4 ++
gcc/cp/pt.cc | 63 ++++++++++++++--------
gcc/cp/tree.cc | 4 ++
.../{explicit-spec1.C => explicit-spec1a.C} | 6 ++-
gcc/testsuite/g++.dg/cpp0x/nsdmi-template24.C | 22 ++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-friend12.C | 21 ++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-friend13.C | 20 +++++++
gcc/testsuite/g++.dg/cpp2a/concepts-requires31.C | 15 ++++++
gcc/testsuite/g++.dg/cpp2a/lambda-generic11.C | 13 +++++
13 files changed, 157 insertions(+), 30 deletions(-)
copy gcc/testsuite/g++.dg/concepts/{explicit-spec1.C => explicit-spec1a.C} (52%)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template24.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend12.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires31.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic11.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.