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
in repository toolchain/ci/gcc.
from 62082d278d1 arm: fix testsuite failure of reg_equal_test.c [PR101755]
adds 7c7e78e9c46 ipa/104303 - revert overly conservative DCE change
adds e2c7070ac77 c++: requires-expr in pack expansion using pack [PR103105]
adds 0c9bc1a2274 Revert "[nvptx] Fix ASM_SPEC workaround for sm_30"
adds 71863c997bf Revert "[nvptx] Use --no-verify for sm_30"
adds aa7874596b9 Let nvptx-as figure out the target architecture [PR97348]
No new revisions were added by this update.
Summary of changes:
gcc/config/nvptx/nvptx.h | 19 -------------------
gcc/config/nvptx/nvptx.opt | 1 -
gcc/cp/pt.cc | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-requires29.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-requires29a.C | 23 +++++++++++++++++++++++
gcc/tree-ssa-dce.cc | 2 +-
6 files changed, 43 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires29.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires29a.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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 4a233089 0: update: binutils-gcc: 2
new 500a7013 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 (4a233089)
\
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.xz | Bin 1532 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 51664 -> 52180 bytes
05-build_abe-bootstrap/console.log.xz | Bin 458404 -> 463916 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 36 ++++++++++++++++++++++++++++++++++
jenkins/manifest.sh | 12 ++++++------
7 files changed, 42 insertions(+), 6 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 af80ea97b61 libgccjit: Add support for sized integer types, including 1 [...]
new 30f7c83e9cf libgccjit: Add support for bitcasts [PR104071]
new 5780ff348ad libgccjit: Add support for register variables [PR104072]
new 79e1a6fb9ba libgccjit: Add function to hide stderr logs [PR104073]
new 6e5ad1cc24a libgccjit: Add support for setting the alignment [PR104293]
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:
gcc/jit/docs/_build/texinfo/libgccjit.texi | 1839 +++++++++++---------
gcc/jit/docs/topics/compatibility.rst | 37 +
gcc/jit/docs/topics/contexts.rst | 15 +
gcc/jit/docs/topics/expressions.rst | 78 +
gcc/jit/jit-common.h | 1 +
gcc/jit/jit-playback.cc | 30 +
gcc/jit/jit-playback.h | 21 +
gcc/jit/jit-recording.cc | 122 +-
gcc/jit/jit-recording.h | 47 +-
gcc/jit/libgccjit.cc | 80 +
gcc/jit/libgccjit.h | 64 +
gcc/jit/libgccjit.map | 22 +
gcc/reginfo.cc | 18 +
gcc/rtl.h | 1 +
gcc/testsuite/jit.dg/all-non-failing-tests.h | 16 +
gcc/testsuite/jit.dg/harness.h | 4 +
gcc/testsuite/jit.dg/test-bitcast.c | 61 +
...t-error-bad-cast.c => test-error-bad-bitcast.c} | 19 +-
...-error-bad-cast.c => test-error-bad-bitcast2.c} | 25 +-
.../jit.dg/test-error-register-variable-bad-name.c | 35 +
.../test-error-register-variable-size-mismatch.c | 38 +
gcc/testsuite/jit.dg/test-register-variable.c | 56 +
gcc/testsuite/jit.dg/test-setting-alignment.c | 66 +
gcc/toplev.cc | 2 +
gcc/tree.cc | 15 +
gcc/tree.h | 1 +
26 files changed, 1843 insertions(+), 870 deletions(-)
create mode 100644 gcc/testsuite/jit.dg/test-bitcast.c
copy gcc/testsuite/jit.dg/{test-error-bad-cast.c => test-error-bad-bitcast.c} (77%)
copy gcc/testsuite/jit.dg/{test-error-bad-cast.c => test-error-bad-bitcast2.c} (71%)
create mode 100644 gcc/testsuite/jit.dg/test-error-register-variable-bad-name.c
create mode 100644 gcc/testsuite/jit.dg/test-error-register-variable-size-mismatch.c
create mode 100644 gcc/testsuite/jit.dg/test-register-variable.c
create mode 100644 gcc/testsuite/jit.dg/test-setting-alignment.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_lto
in repository toolchain/ci/base-artifacts.
discards d69c11cd 2: update: binutils-gcc: 0
new 8e5b8477 2: update: binutils-gcc: 0
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 (d69c11cd)
\
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 1560 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 24484 -> 24528 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 110 +++++++++++++++++------------------
jenkins/manifest.sh | 10 ++--
6 files changed, 60 insertions(+), 60 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_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/ci/qemu.
from dde8689d1f Merge tag 'fixes-20220408-pull-request' of git://git.kraxel. [...]
adds 4bf58c7213 virtio-iommu: use-after-free fix
adds 81c7ed41a1 Update version for v7.0.0-rc4 release
No new revisions were added by this update.
Summary of changes:
VERSION | 2 +-
hw/virtio/virtio-iommu.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.