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-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d910ecbb 0: update: binutils-gcc-linux: all
new b9e1faea 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 (d910ecbb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 244 +-
02-prepare_abe/console.log | 398 +-
03-build_abe-binutils/console.log | 11210 +++++------
04-build_abe-stage1/console.log | 18139 +++++++++---------
05-build_linux/console.log | 630 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 24 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30715 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
11 files changed, 30687 insertions(+), 30701 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 670f5095e4a libstdc++: Make preprocessor checks for __cpp_lib_atomic_wa [...]
new 6fbec038f7a Use SHF_GNU_RETAIN to preserve symbol definitions
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/config.in | 7 +++
gcc/configure | 51 ++++++++++++++++++++++
gcc/configure.ac | 20 +++++++++
gcc/doc/sourcebuild.texi | 3 ++
gcc/output.h | 6 ++-
gcc/testsuite/c-c++-common/attr-used-2.c | 1 +
gcc/testsuite/c-c++-common/attr-used-3.c | 7 +++
gcc/testsuite/c-c++-common/attr-used-4.c | 7 +++
gcc/testsuite/c-c++-common/attr-used.c | 1 +
.../gcc.c-torture/compile/attr-used-retain-1.c | 35 +++++++++++++++
.../gcc.c-torture/compile/attr-used-retain-2.c | 16 +++++++
gcc/testsuite/lib/target-supports.exp | 40 +++++++++++++++++
gcc/varasm.c | 15 +++++--
13 files changed, 205 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/attr-used-3.c
create mode 100644 gcc/testsuite/c-c++-common/attr-used-4.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/attr-used-retain-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/compile/attr-used-retain-2.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 54967b02c19 x86: Add -mneeded for GNU_PROPERTY_X86_ISA_1_V[234] marker
new a70384f94c8 libstdc++: Fix filesystem::path pretty printer test failure
new 670f5095e4a libstdc++: Make preprocessor checks for __cpp_lib_atomic_wa [...]
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/include/bits/atomic_timed_wait.h | 2 +-
libstdc++-v3/include/bits/semaphore_base.h | 2 +-
libstdc++-v3/include/std/version | 4 +--
libstdc++-v3/python/libstdcxx/v6/printers.py | 13 ++++---
.../filesystem-ts.cc} | 42 +++++++++-------------
5 files changed, 28 insertions(+), 35 deletions(-)
copy libstdc++-v3/testsuite/{experimental/filesystem/iterators/97731.cc => libstdc [...]
--
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 e0f5e792678 Daily bump.
new 54967b02c19 x86: Add -mneeded for GNU_PROPERTY_X86_ISA_1_V[234] marker
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/config.gcc | 4 +-
gcc/config/i386/cet.c | 76 -------------
gcc/config/i386/gnu-property.c | 124 +++++++++++++++++++++
gcc/config/i386/i386.opt | 4 +
gcc/config/i386/linux-common.h | 4 +-
gcc/config/i386/{t-cet => t-gnu-property} | 2 +-
gcc/doc/invoke.texi | 8 +-
gcc/testsuite/gcc.target/i386/x86-needed-1.c | 13 +++
.../i386/{cet-property-2.c => x86-needed-2.c} | 2 +-
.../i386/{cet-property-2.c => x86-needed-3.c} | 4 +-
10 files changed, 156 insertions(+), 85 deletions(-)
delete mode 100644 gcc/config/i386/cet.c
create mode 100644 gcc/config/i386/gnu-property.c
rename gcc/config/i386/{t-cet => t-gnu-property} (93%)
create mode 100644 gcc/testsuite/gcc.target/i386/x86-needed-1.c
copy gcc/testsuite/gcc.target/i386/{cet-property-2.c => x86-needed-2.c} (67%)
copy gcc/testsuite/gcc.target/i386/{cet-property-2.c => x86-needed-3.c} (50%)
--
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 e89b3d52936 Automatic date update in version.in
new 77bf7e99115 Use new+delete for struct expression
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/expression.h | 23 +++++++++++++++--------
gdb/parse.c | 49 ++++++++++++++++++++++++++++---------------------
3 files changed, 56 insertions(+), 29 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-9
in repository gcc.
from da7a7d4f0f9 testsuite/98002 - fix gcc.dg/strncmp-2.c
new 56d71887c90 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/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 18 insertions(+), 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 releases/gcc-8
in repository gcc.
from 3114be1ceb7 ipa/94947 - avoid using externally_visible_p ()
new e03bdd99101 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/ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
3 files changed, 75 insertions(+), 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 releases/gcc-10
in repository gcc.
from be5f22ebe96 libstdc++: Apply proposed resolution for LWG 3449 [PR95322]
new 8ae7590cc40 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/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 15 +++++++++++++++
4 files changed, 101 insertions(+), 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 6591e422692 Add feature test macro for atomic<T>::wait
new e0f5e792678 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/ChangeLog | 174 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 29 ++++++++
gcc/cp/ChangeLog | 25 +++++++
gcc/testsuite/ChangeLog | 111 ++++++++++++++++++++++++++++++
libcpp/ChangeLog | 9 +++
libstdc++-v3/ChangeLog | 51 ++++++++++++++
7 files changed, 400 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.