This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8661f4faa87 libstdc++: Fix ranges::search_n for random access iterators [...]
new 6b91b3e9df1 Add MODE_OPAQUE
new 1f8ac759918 preprocessor: module line maps
new ecf65330c11 libstdc++: Fix unconditional definition of __cpp_lib_span i [...]
The 3 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/dbxout.c | 1 +
gcc/doc/generic.texi | 8 +++
gcc/doc/rtl.texi | 6 ++
gcc/genmodes.c | 22 ++++++
gcc/ira.c | 4 +-
gcc/machmode.def | 3 +
gcc/machmode.h | 4 ++
gcc/mode-classes.def | 3 +-
gcc/stor-layout.c | 3 +
gcc/tree-pretty-print.c | 1 +
gcc/tree.c | 1 +
gcc/tree.def | 6 ++
gcc/tree.h | 3 +
libcpp/include/line-map.h | 51 ++++++++++++-
libcpp/internal.h | 24 +------
libcpp/line-map.c | 116 +++++++++++++++++++++++++-----
libstdc++-v3/include/precompiled/stdc++.h | 3 +
libstdc++-v3/include/std/version | 4 +-
18 files changed, 219 insertions(+), 44 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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from ba616f85556 Daily bump.
adds e1a08689ce2 Daily bump.
adds a27067c70b7 Put PREFETCHW back to march=broadwell
adds 6abef270285 Daily bump.
adds c52868904b7 PR target/97682 - Fix to reuse t1 register between call add [...]
adds 9d65095e725 AArch64: Fix overflow in memcopy expansion on aarch64.
adds 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 13 ++-
gcc/config/i386/i386.h | 3 +-
gcc/config/riscv/riscv.c | 23 ++--
gcc/config/riscv/riscv.h | 6 +-
gcc/doc/invoke.texi | 25 +++--
gcc/testsuite/g++.target/riscv/pr97682.C | 160 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr97535.c | 16 +++
gcc/testsuite/gcc.target/riscv/interrupt-3.c | 4 +-
gcc/testsuite/gcc.target/riscv/interrupt-4.c | 4 +-
11 files changed, 227 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/pr97682.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97535.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 b84e81081 0: update: gcc-ba616f85556822933eb4ac80f3586f7e1c9153d8: 1
new e6c208e85 0: update: gcc-7e785f4c7643dbf5c4ae8cf02e2c148429adbfcf: 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 (b84e81081)
\
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 | 130 +-
02-prepare_abe/console.log | 356 +-
04-build_abe-bootstrap_O1/console.log | 66308 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 66836 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 66906 insertions(+), 66740 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 binutils-gdb.
from 811bdca0939 Fix gdb.trace testcase build failures with Clang
new 3d955acb36f When reading string arguments for the assembler's string di [...]
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:
gas/doc/as.texi | 4 +++-
gas/read.c | 5 +++++
gas/testsuite/gas/all/asciz.d | 10 ++++++++++
gas/testsuite/gas/all/asciz.s | 2 ++
gas/testsuite/gas/all/gas.exp | 1 +
5 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/all/asciz.d
create mode 100644 gas/testsuite/gas/all/asciz.s
--
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/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/gcc.
from ba616f85556 Daily bump.
adds e1a08689ce2 Daily bump.
adds a27067c70b7 Put PREFETCHW back to march=broadwell
adds 6abef270285 Daily bump.
adds c52868904b7 PR target/97682 - Fix to reuse t1 register between call add [...]
adds 9d65095e725 AArch64: Fix overflow in memcopy expansion on aarch64.
adds 7e785f4c764 AArch64: Skip test for pr97535 on ILP32 since it can't expr [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.c | 13 ++-
gcc/config/i386/i386.h | 3 +-
gcc/config/riscv/riscv.c | 23 ++--
gcc/config/riscv/riscv.h | 6 +-
gcc/doc/invoke.texi | 25 +++--
gcc/testsuite/g++.target/riscv/pr97682.C | 160 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr97535.c | 16 +++
gcc/testsuite/gcc.target/riscv/interrupt-3.c | 4 +-
gcc/testsuite/gcc.target/riscv/interrupt-4.c | 4 +-
11 files changed, 227 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.target/riscv/pr97682.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97535.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_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bc2f4a8bc 0: update: binutils-gcc-linux: all
new 01e1d39bd 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 (bc2f4a8bc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 128 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 10642 +++++------
04-build_abe-stage1/console.log | 18251 +++++++++---------
05-build_linux/console.log | 948 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 4 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30663 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30547 insertions(+), 30525 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-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 79beaeb6e 0: update: binutils-gcc: -8
new 848d9782c 0: update: binutils-gcc: -8
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 (79beaeb6e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-maste [...]
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 | 166 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11911 ++++++-------
04-build_abe-stage1/console.log | 20613 +++++++++++-----------
05-build_abe-newlib/console.log | 64 +-
09-check_regression/console.log | 4 +-
10-update_baseline/console.log | 4 +-
console.log | 33174 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 33074 insertions(+), 33286 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.