This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a60701e05b3 libstdc++: Correct noexcept-specifiers on span constructors
new aad65f50638 compiler: generate type descriptor for pointer to alias [...]
new 4cbb1f790a2 Daily bump.
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/DATESTAMP | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 6 +++---
3 files changed, 5 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 gcc-9-branch
in repository gcc.
from 9c0a4e53e0d [PATCH] Fix PR91790 by considering different first_stmt_inf [...]
new 52d82418452 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from 4d01a977159 Daily bump.
new 1ee1f984fa2 Daily bump.
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/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards c0147e4d 0: update: binutils-gcc-linux: all
new 28293532 0: update: binutils-gcc-linux: all
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 (c0147e4d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 225 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11475 ++++++-------
04-build_abe-stage1/console.log | 20372 +++++++++++-----------
05-build_linux/console.log | 732 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 33254 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 33269 insertions(+), 33261 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 77bb17b649 Minor fix to gdb.prompt documentation
new d1f80fe061 Automatic date update in version.in
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/version.h | 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 gdb-8.3-branch
in repository binutils-gdb.
from 7ed1883ad1 Automatic date update in version.in
new fc94da0a25 Automatic date update in version.in
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/version.h | 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 binutils-2_33-branch
in repository binutils-gdb.
from 4b790f2d8c Automatic date update in version.in
new c8178219fa Automatic date update in version.in
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/version.h | 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 master
in repository gcc.
from d92652d880e 2019-12-10 Vladimir Makarov <vmakarov(a)redhat.com>
new 3971162eabe PR tree-optimization/92891 * builtins.c (gimple_call_allo [...]
new a60701e05b3 libstdc++: Correct noexcept-specifiers on span constructors
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/ChangeLog | 6 +++
gcc/builtins.c | 2 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.c-torture/compile/pr92891.c | 16 ++++++
libstdc++-v3/ChangeLog | 7 +++
libstdc++-v3/include/std/span | 3 +-
.../testsuite/23_containers/span/nothrow_cons.cc | 59 ++++++++++++++++++++++
7 files changed, 96 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr92891.c
create mode 100644 libstdc++-v3/testsuite/23_containers/span/nothrow_cons.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.