This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from b3d971ec2534 Merge tag 'drm-fixes-2022-02-18' of git://anongit.freedesk [...]
new a7e793a867ae selftests/exec: Add non-regular to TEST_GEN_PROGS
new 21bffcb76ee2 selftests/seccomp: Fix seccomp failure by adding missing headers
new 6fec1ab67f8d selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
new 9195e5e0adbb Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.ke [...]
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:
tools/testing/selftests/exec/Makefile | 4 ++--
tools/testing/selftests/ftrace/test.d/ftrace/func_set_ftrace_file.tc | 2 +-
tools/testing/selftests/seccomp/Makefile | 2 +-
3 files changed, 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards c53c0103 0: update: binutils-gcc: 1
new 7c589115 0: update: binutils-gcc: 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 (c53c0103)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (7c589115)
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 1516 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 51828 -> 51520 bytes
04-build_abe-gcc/console.log.xz | Bin 229336 -> 231372 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3848 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2588 -> 3136 bytes
07-check_regression/console.log.xz | Bin 2884 -> 3096 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 177 +-
08-update_baseline/console.log | 376 +--
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 177 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2732908 -> 2754860 bytes
sumfiles/g++.sum | 244 +-
sumfiles/gcc.log.xz | Bin 2315936 -> 2313096 bytes
sumfiles/gcc.sum | 4112 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 894356 -> 897512 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188764 -> 188844 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 451564 -> 453480 bytes
sumfiles/libstdc++.sum | 16 +-
27 files changed, 2844 insertions(+), 2394 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 2c9b7077b72 c++: inlining explicit instantiations [PR104539]
new 12a88e6e208 libstdc++: Deprecate non-standard std::vector<bool>::insert [...]
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:
libstdc++-v3/doc/html/manual/api.html | 3 +++
libstdc++-v3/doc/xml/manual/evolution.xml | 3 +++
libstdc++-v3/include/bits/stl_bvector.h | 11 +++++++++--
.../23_containers/vector/bool/modifiers/insert/104559.cc | 13 +++++++++++++
4 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/inse [...]
--
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 glibc.
from aa5a720056 string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
new c627209832 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...]
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:
sysdeps/x86/Makefile | 2 +-
sysdeps/x86/tst-strncmp-rtm.c | 17 ++++++++++++++++-
sysdeps/x86_64/multiarch/strcmp-avx2.S | 8 ++------
sysdeps/x86_64/multiarch/strncmp-avx2-rtm.S | 1 +
sysdeps/x86_64/multiarch/strncmp-avx2.S | 1 +
sysdeps/x86_64/multiarch/wcsncmp-avx2-rtm.S | 2 +-
sysdeps/x86_64/multiarch/wcsncmp-avx2.S | 2 +-
7 files changed, 23 insertions(+), 10 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-10
in repository gcc.
from f9982b5a81a libstdc++: missing constexpr for __[nm]iter_base [PR102358]
new b4e92ae2cac Revert "c++: using overloaded with local decl [PR92918]"
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/name-lookup.c | 2 +-
gcc/testsuite/g++.dg/lookup/using66.C | 23 -----------------------
2 files changed, 1 insertion(+), 24 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/lookup/using66.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_gcc_bootstrap/master-aarch64-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from c212f39d9a ld: Support customized output section type
adds fb583cfc09 Automatic date update in version.in
adds 36d285b9da Updated Serbian translations for the bfd, gold, ld and opcod [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 4 +
bfd/po/sr.po | 3123 ++++++++++++++++++++++++++------------------------
bfd/version.h | 2 +-
gold/ChangeLog | 4 +
gold/po/sr.po | 257 +++--
ld/ChangeLog | 4 +
ld/po/sr.po | 3266 +++++++++++++++++++++++++++--------------------------
opcodes/ChangeLog | 4 +
opcodes/po/sr.po | 506 +++++----
9 files changed, 3735 insertions(+), 3435 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 4bafc3da 0: update: binutils-gcc: 2
new ca144b78 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 (4bafc3da)
\
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 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 37740 -> 37536 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 264824 -> 264172 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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 36100e0e952 libstdc++: Make std::error_code printer more robust
new 1b71bc7c8b1 tree: tweak warn_deprecated_use
new 2c9b7077b72 c++: inlining explicit instantiations [PR104539]
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/cp/pt.cc | 3 ---
gcc/testsuite/g++.dg/ipa/inline-4.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/warn/deprecated-16.C | 2 ++
gcc/tree.cc | 8 +++++---
4 files changed, 22 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/inline-4.C
create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-16.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.