This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5a6c626710a [i386] Call force_reg unconditionally.
new 5889e842ae4 rs6000: inline ldouble __gcc_qsub
new 8cf428bfd3c libstdc++: Add static assertions for std::function requirements
new d38d26be33a libstdc++: Avoid a move in std::function construction (LWG 2447)
new 3a32a8ad7c7 libstdc:: Use markdown for Doxygen comments in std::function
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:
libgcc/config/rs6000/ibm-ldouble.c | 14 +-
libstdc++-v3/include/bits/std_function.h | 209 ++++++++++++---------
libstdc++-v3/include/bits/unique_ptr.h | 4 +-
.../testsuite/20_util/function/cons/lwg2774.cc | 31 +++
.../testsuite/20_util/function/cons/noexcept.cc | 37 ++++
5 files changed, 196 insertions(+), 99 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/lwg2774.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function/cons/noexcept.cc
--
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_O3
in repository toolchain/ci/binutils-gdb.
from f120bef247 Automatic date update in version.in
adds 0b98060864 Automatic date update in version.in
adds 89662f6901 gdb: remove some stray newlines in debug output
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/linux-nat.c | 4 ++--
2 files changed, 3 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_O3
in repository toolchain/ci/base-artifacts.
discards 22ac44ba 0: update: binutils-gcc: 2
new d050e23b 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 (22ac44ba)
\
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 | 211 +-
02-prepare_abe/console.log | 308 +-
04-build_abe-binutils/console.log | 12873 +++---
05-build_abe-bootstrap_O3/console.log | 57928 +++++++++++++-------------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 18 +-
console.log | 71528 ++++++++++++++++----------------
jenkins/manifest.sh | 12 +-
8 files changed, 71377 insertions(+), 71517 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/newlib.
from bc0e8a996 stdlib: conditionalize locale usage
adds 1a821390d fix race condition in List_insert
adds 6bb96d13a nvptx: Emulate clock and other machine stubs.
new 8169e39ab Cygwin: C++17: register keyword is deprecated
new 3ca80b360 Cygwin: dumper: fix up GCC pragma for g++ 11.2
new bdb7991db Cygwin: workaround a g++ 11.2 initialization bug
new 88c027635 Cygwin: Allow using CFLAGS also for C++ files
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:
newlib/configure.host | 2 +-
newlib/libc/machine/nvptx/Makefile.am | 2 +-
newlib/libc/machine/nvptx/Makefile.in | 11 +++++++++--
newlib/libc/machine/nvptx/clock.c | 18 ++++++++++++++++++
newlib/libc/machine/nvptx/configure | 2 ++
newlib/libc/machine/nvptx/misc.c | 25 +++++++++++++++++++++++++
winsup/cygserver/Makefile.am | 1 +
winsup/cygserver/sysv_msg.cc | 12 ++++++------
winsup/cygwin/Makefile.am | 1 +
winsup/cygwin/cpuid.h | 8 ++++----
winsup/cygwin/environ.cc | 6 +++---
winsup/cygwin/miscfuncs.cc | 22 ++++++++++++----------
winsup/cygwin/mmap.cc | 20 ++++++++++----------
winsup/cygwin/mount.cc | 2 +-
winsup/cygwin/strfuncs.cc | 2 +-
winsup/cygwin/string.h | 4 ++--
winsup/cygwin/strsep.cc | 6 +++---
winsup/cygwin/thread.cc | 8 ++++----
winsup/cygwin/thread.h | 17 +++++++++++++++--
winsup/utils/Makefile.am | 1 +
winsup/utils/dumper.cc | 2 +-
winsup/utils/path.cc | 2 +-
22 files changed, 122 insertions(+), 52 deletions(-)
create mode 100644 newlib/libc/machine/nvptx/clock.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/binutils-gdb.
from d30c6bef12 Fix a latent bug in dw2-ranges-overlap.exp
adds ba67587722 Automatic date update in version.in
adds ee077885e5 FT32: Remove recursion in ft32_opcode
adds d4f5b5e214 objdump -S test fail on mingw
adds 5c133c1095 Real programmers don't configure gcc using --with-ld
adds d58e54bd27 Fix two regressions caused by CU / TU merging
adds f120bef247 Automatic date update in version.in
adds 0b98060864 Automatic date update in version.in
adds 89662f6901 gdb: remove some stray newlines in debug output
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/testsuite/binutils-all/objcopy.exp | 18 ++-
binutils/testsuite/binutils-all/objdump.exp | 15 +-
binutils/testsuite/lib/binutils-common.exp | 12 ++
gdb/dwarf2/read.c | 114 ++++++++++----
gdb/dwarf2/read.h | 10 --
gdb/linux-nat.c | 4 +-
ld/testsuite/lib/ld-lib.exp | 6 +-
opcodes/ft32-dis.c | 229 ++++++++++++++--------------
9 files changed, 241 insertions(+), 169 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_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards ab61137e 0: update: binutils-gcc-newlib: 1
new 30983255 0: update: binutils-gcc-newlib: 1
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 (ab61137e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 | 125 +-
02-prepare_abe/console.log | 482 +-
03-build_abe-binutils/console.log | 9908 +++---
04-build_abe-stage1/console.log | 16790 +++++-----
05-clean_sysroot/console.log | 4 +-
06-build_abe-newlib/console.log | 6082 ++--
07-build_abe-stage2/console.log | 28003 ++++++++--------
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 57 +-
09-benchmark/console.log | 153 +-
10-check_regression/console.log | 42 +-
10-check_regression/results.log | 24 +-
11-update_baseline/console.log | 42 +-
11-update_baseline/results.log | 24 +-
console.log | 61685 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
results_id | 2 +-
18 files changed, 61806 insertions(+), 61639 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-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 35ea030c 0: update: binutils-gcc: 2
new 6eff91c2 0: update: binutils-0b98060864e92c6a85477c7e10fb862a8a67d139: 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 (35ea030c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 | 253 +-
02-prepare_abe/console.log | 136 +-
04-build_abe-binutils/console.log | 18414 +-
.../console.log | 171273 ++++++++--------
06-check_regression/console.log | 16 +-
07-update_baseline/console.log | 16 +-
console.log | 190112 +++++++++---------
jenkins/manifest.sh | 11 +-
8 files changed, 190319 insertions(+), 189912 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.