This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 55da0ce0 0: update: gcc-0a369f830481d88801c9d6d549305dc0a0cece5a: -1
new 039aeb9e 0: update: gcc-ac1815cb4238f063ab9c5ee8cfe26a2a2b55db5c: 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 (55da0ce0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 138 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-bootstrap_O3/console.log | 34447 ++++++++++++++++++++++++-
04-build_abe-bootstrap_O3-check/console.log | 11 +
05-check_regression/console.log | 11 +-
06-update_baseline/console.log | 33 +
console.log | 35068 +++++++++++++++++++++++++-
jenkins/manifest.sh | 7 +-
results | 4 +
9 files changed, 68712 insertions(+), 1435 deletions(-)
create mode 100644 04-build_abe-bootstrap_O3-check/console.log
--
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 637832548c7 m68k: add musl support
new 20a36d6d899 libstdc++: Implement LWG 3070 in path::lexically_relative
new 0068ce58dd5 libstdc++: Implement LWG 3149 for std::default_constructible
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/ChangeLog | 20 ++++++++++
libstdc++-v3/include/bits/iterator_concepts.h | 2 +-
libstdc++-v3/include/std/concepts | 11 ++++--
libstdc++-v3/src/c++17/fs_path.cc | 22 ++++++++++-
.../27_io/filesystem/path/generation/relative.cc | 16 ++++++++
.../1.cc | 40 ++++++++++----------
.../concept.defaultinitializable/lwg3149.cc | 43 ++++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +-
8 files changed, 130 insertions(+), 26 deletions(-)
rename libstdc++-v3/testsuite/std/concepts/concepts.lang/{concept.defaultconstruct [...]
create mode 100644 libstdc++-v3/testsuite/std/concepts/concepts.lang/concept.defau [...]
--
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 5abebf3c3f Import the strerror_r-posix module and use it in GDB.
new f8e27d88e4 Import the time_r gnulib module
new 53fea9c7e6 Use ctime_r and localtime_r for threadsafety
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:
gdb/ChangeLog | 12 ++++
gdb/gdbsupport/common-defs.h | 5 ++
gdb/maint.c | 5 +-
gdb/nat/linux-osdata.c | 6 +-
gnulib/ChangeLog | 14 ++++
gnulib/Makefile.in | 1 +
gnulib/aclocal.m4 | 1 +
gnulib/config.in | 10 +++
gnulib/configure | 111 +++++++++++++++++++++++++++++
gnulib/import/Makefile.am | 11 ++-
gnulib/import/Makefile.in | 10 +--
gnulib/import/m4/gnulib-cache.m4 | 3 +-
gnulib/import/m4/gnulib-comp.m4 | 9 +++
gnulib/import/m4/time_r.m4 | 58 +++++++++++++++
gnulib/import/{msvc-nothrow.c => time_r.c} | 49 ++++++-------
gnulib/update-gnulib.sh | 1 +
16 files changed, 270 insertions(+), 36 deletions(-)
create mode 100644 gnulib/import/m4/time_r.m4
copy gnulib/import/{msvc-nothrow.c => time_r.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from f66796c87d1 PR fortran/92470 Fixes for CFI_address
adds f614956b989 Sanitize the constant argument for rotr<mode>3
adds 84b0a9125da Daily bump.
adds 64785acc408 Fix gfortran.dg/ISO_Fortran_binding_17.c using rel. #include
adds 8b6464a877d Backport r278210
adds 1f1cdfdd7ef [ARC] Backport from mainline r278056,r278057
new 317a8cc4b37 Daily bump.
new 1e94388a7cf Free dominance info at the beginning of pass_jump_after_combine
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 | 33 ++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cfgcleanup.c | 5 ++-
gcc/config/arc/arc.c | 16 +++++++
gcc/config/arc/arc.md | 22 ++++-----
gcc/config/i386/i386.h | 2 +-
gcc/config/mips/mips.md | 4 +-
gcc/testsuite/ChangeLog | 19 ++++++++
gcc/testsuite/gcc.dg/pr92430.c | 25 +++++++++++
gcc/testsuite/gcc.target/arc/delay-slot-limm.c | 52 ++++++++++++++++++++++
gcc/testsuite/gcc.target/arc/pic-2.c | 23 ++++++++++
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c | 2 +-
12 files changed, 188 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr92430.c
create mode 100644 gcc/testsuite/gcc.target/arc/delay-slot-limm.c
create mode 100644 gcc/testsuite/gcc.target/arc/pic-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 9cf5571f 0: update: gcc-f66796c87d1636bf2a3cd6a743f1d051b923cd80: 1
new 243f93ac 0: update: gcc-1e94388a7cf8d4cf13bb8e38392e1730d05f79b4: 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 (9cf5571f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 58 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_O1/console.log | 65766 ++++++++++++++++---------------
console.log | 66286 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
5 files changed, 66252 insertions(+), 66296 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 7249f12b75a Support C2x [[maybe_unused]] attribute.
new 637832548c7 m68k: add musl support
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 | 4 ++++
gcc/config/m68k/linux.h | 3 +++
libgcc/ChangeLog | 5 +++++
libgcc/config/m68k/linux-unwind.h | 2 +-
4 files changed, 13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards cb2c0d47 9: update: llvm-linux: 16047
new 151af836 9: update: llvm-linux: 16047
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 (cb2c0d47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 162 +-
02-build_llvm/console.log | 12401 ++++++++++++-------------
03-build_linux/console.log | 6342 ++++++-------
06-update_baseline/console.log | 48 +-
console.log | 18953 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 18968 insertions(+), 18946 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.