This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0318df0ae63 c++: Fix ICE on complex constant with -frounding-math [PR103114]
new 8d2d0a6c439 libstdc++: Make spurious std::random_device FAIL less likely
new 3439657b028 libstdc++: Support getentropy and arc4random in std::random_device
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:
libstdc++-v3/acinclude.m4 | 46 +++++++++
libstdc++-v3/config.h.in | 6 ++
libstdc++-v3/configure | 103 +++++++++++++++++++++
libstdc++-v3/configure.ac | 4 +
libstdc++-v3/src/c++11/random.cc | 69 +++++++++++++-
.../26_numerics/random/random_device/cons/token.cc | 3 +-
.../26_numerics/random/random_device/entropy.cc | 7 ++
7 files changed, 235 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 8d104fa87 0: update: binutils-gcc: 2
new 0411acb9f 0: update: binutils-gcc: 2
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 (8d104fa87)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1512 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 52972 -> 52900 bytes
.../console.log.xz | Bin 515492 -> 515888 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++----
7 files changed, 42 insertions(+), 6 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 024120b6ee sim: sh: simplify testsuite a bit
adds b3aa80b45c Add --unicode option to control how unicode characters are h [...]
adds 469ca94170 doc/ctf-spec.texi: Remove "@validatemenus off"
No new revisions were added by this update.
Summary of changes:
binutils/ChangeLog | 15 +
binutils/NEWS | 9 +
binutils/doc/binutils.texi | 78 +++++
binutils/nm.c | 228 +++++++++++++-
binutils/objdump.c | 235 ++++++++++++--
binutils/readelf.c | 190 +++++++++++-
binutils/strings.c | 757 +++++++++++++++++++++++++++++++++++++++++----
libctf/doc/ctf-spec.texi | 1 -
8 files changed, 1409 insertions(+), 104 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 0bd0112eb 0: update: binutils-gcc: 2
new 61790359a 0: update: binutils-gcc: 2
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 (0bd0112eb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1540 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 53064 -> 52816 bytes
05-build_abe-bootstrap/console.log.xz | Bin 260344 -> 260440 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files changed, 7 insertions(+), 7 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 a22d910305a c++: bogus error w/ tentative type parse of concept-id [PR98394]
new 0318df0ae63 c++: Fix ICE on complex constant with -frounding-math [PR103114]
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/parser.c | 5 ++---
gcc/testsuite/g++.dg/ext/complex10.C | 5 +++++
2 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/complex10.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.