This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 24a7bb106 0: update: binutils-gcc-linux-glibc-gdb: 6
new ff6d581ce 0: update: binutils-gcc-linux-glibc-gdb: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (24a7bb106)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1580 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 66244 -> 65668 bytes
05-build_abe-gcc/console.log.xz | Bin 225116 -> 229360 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9196 -> 9372 bytes
08-build_abe-glibc/console.log.xz | Bin 227784 -> 230972 bytes
09-build_abe-gdb/console.log.xz | Bin 51944 -> 52440 bytes
10-check_regression/console.log.xz | Bin 400 -> 400 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 files changed, 22 insertions(+), 22 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 master
in repository toolchain/gcc-compare-results.
from 4dd6665 From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc-bise [...]
new 9067084 From https://ci.linaro.org/job/tcwg_gcc_check-bisect-release- [...]
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:
.../flaky/tcwg_gcc_check-release-aarch64.xfail | 20 ++++++++++++++++++++
1 file changed, 20 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 topic/pipe
in repository newlib.
discards 9f31a0caa Cygwin: pipes: drop "tiny pipe" handling
discards 862400286 Cygwin: pipes: handle signals and thread cancellation in bloc [...]
discards a41cc6dc0 Cygwin: pipes: always terminate async IO in blocking mode
discards 9bd55b61f Cygwin: pipes: cancel async IO if thread cancellation is in progress
discards 1ef8ac4ba Cygwin: pipe: Stop counting reader and read all available data.
discards f234bfbeb Cygwin: new class fhandler_pipe_fifo
discards 021f887a8 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
discards c6f44658a Cygwin: pipes: minor code cleanup
discards 8d08e6a29 Cygwin: pipes: nt_create: set read handle to NULL in error case
discards d8a369655 Cygwin: pipes: call nt_create with handle references
discards 00a48a5f5 Cygwin: pipes: workaround unrelibale system info
discards 02b2dfbe3 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
discards 5fd122527 Cygwin: pipes: create pipes with synchronization enabled
discards 3bba22fee Cygwin: pipes: use NtClose when file has been opened with an [...]
discards fea5d540f Cygwin: pipes: always close read side pipe handle in error case
discards 58010e945 Cygwin: pipes: fix a bug in raw_write
discards 7d8768b39 Cygwin: move get_obj_handle_count() to miscfuncs.cc
discards fad5914c3 Cygwin: _pipe: add a comment
discards 8efa18a4b Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
discards 091a7b298 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
discards 9c1830327 Cygwin: fhandler_pipe.cc:nt_select: fix flags again
discards 8cdf70448 Cygwin: fhandler_pipe.cc:nt_select: fix flags
discards 8e0af0c65 Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
discards 431fdf0fa Cygwin: pipe: Revert to create() rather than nt_create().
discards 61c346aae Cygwin: select: Improve select/poll response.
discards a6bbb1bcc Cygwin: add fhandler_base::npfs_handle
discards e72971885 Cygwin: remove the fhandler_base_overlapped class
discards 3e3a2c5bc Cygwin: fhandler_pipe: fix permission problem
discards f15ad75ee Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
discards b5e599d64 Cygwin: fhandler_pipe: add raw_read and raw_write
discards bbf4747d0 Cygwin: fhandler_pipe: derive from fhandler_base
new b52f10c4c Cygwin: pty: Fix error handling of master write().
new f2c2a543a Cygwin: fhandler_pipe: derive from fhandler_base
new 8af0b1994 Cygwin: fhandler_pipe: add raw_read and raw_write
new 2a1bb2a85 Cygwin: fhandler_pipe: control blocking mode of the Windows pipe
new 8e5b90b72 Cygwin: fhandler_pipe: fix permission problem
new 9ffe28cb3 Cygwin: remove the fhandler_base_overlapped class
new 2c26fa5dd Cygwin: add fhandler_base::npfs_handle
new dccde0dce Cygwin: select: Improve select/poll response.
new edd1de72c Cygwin: pipe: Revert to create() rather than nt_create().
new 3867d5687 Revert "Cygwin: pipe: Revert to create() rather than nt_create()."
new c529ebe60 Cygwin: fhandler_pipe.cc:nt_select: fix flags
new 8ea4719ac Cygwin: fhandler_pipe.cc:nt_select: fix flags again
new 26dff89d9 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again"
new 2294b72af Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
new 12af7eaf9 Cygwin: _pipe: add a comment
new bce7c6a1d Cygwin: move get_obj_handle_count() to miscfuncs.cc
new 7c63650a6 Cygwin: pipes: fix a bug in raw_write
new 40a68635c Cygwin: pipes: always close read side pipe handle in error case
new f8aaca39a Cygwin: pipes: use NtClose when file has been opened with an [...]
new 2a2b9339d Cygwin: pipes: create pipes with synchronization enabled
new 07ade2499 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes
new 99bfb8b23 Cygwin: pipes: workaround unrelibale system info
new ccbd65887 Cygwin: pipes: call nt_create with handle references
new 431a5aba8 Cygwin: pipes: nt_create: set read handle to NULL in error case
new 65de385a9 Cygwin: pipes: minor code cleanup
new 8898b8ea0 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access
new 086c95654 Cygwin: new class fhandler_pipe_fifo
new 44ce58cf3 Cygwin: pipe: Stop counting reader and read all available data.
new 7d94aae5e Cygwin: pipes: cancel async IO if thread cancellation is in progress
new 3babc6ebc Cygwin: pipes: always terminate async IO in blocking mode
new ea3368550 Cygwin: pipes: handle signals and thread cancellation in bloc [...]
new 18ccdcf15 Cygwin: pipes: drop "tiny pipe" handling
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9f31a0caa)
\
N -- N -- N refs/heads/topic/pipe (18ccdcf15)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 32 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_termios.cc | 24 +++++++++++-------------
winsup/cygwin/fhandler_tty.cc | 11 +++++++----
2 files changed, 18 insertions(+), 17 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 newlib.
from 522cdab54 nano-malloc: Fix redefined compilation warning
new b52f10c4c Cygwin: pty: Fix error handling of master write().
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/fhandler_termios.cc | 24 +++++++++++-------------
winsup/cygwin/fhandler_tty.cc | 11 +++++++----
2 files changed, 18 insertions(+), 17 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 c03db573b9e tree: Change error_operand_p to an inline function
new 053db9a49b0 debug: Add BTF_WITH_CORE_DEBUG debug format
new e29a9607faa bpf: Add new -mco-re option for BPF CO-RE
new 849d5f5929f dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase
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/bpf/bpf.c | 25 ++++++++++++++
gcc/config/bpf/bpf.opt | 4 +++
gcc/dwarf2ctf.c | 54 +++++++++++++++++++++++--------
gcc/dwarf2ctf.h | 4 ++-
gcc/dwarf2out.c | 9 ++++--
gcc/flag-types.h | 6 +++-
gcc/flags.h | 4 +++
gcc/opts.c | 8 +++++
gcc/testsuite/gcc.target/bpf/core-lto-1.c | 9 ++++++
9 files changed, 106 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/bpf/core-lto-1.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 747656685b3 gdb: make use of std::string in utils.c
new 929ee488e97 Remove unused declaration from gdbserver/win32-low.h
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:
gdbserver/win32-low.h | 3 ---
1 file changed, 3 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 81f9718139c c++: Fix up constexpr evaluation of deleting dtors [PR100495]
new c03db573b9e tree: Change error_operand_p to an inline function
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/tree.h | 11 +++++++----
1 file changed, 7 insertions(+), 4 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-11
in repository gcc.
from a6e280558a8 Daily bump.
new 9f300873f6b c++: Fix up constexpr evaluation of deleting dtors [PR100495]
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/cp/constexpr.c | 4 ++--
gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new21.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 ff7bc505b17 libgomp.texi: Extend OpenMP 5.0 Implementation Status
new 81f9718139c c++: Fix up constexpr evaluation of deleting dtors [PR100495]
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/cp/constexpr.c | 4 ++--
gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new21.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.