This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5a783f42d77 aarch64: Add a minipass for fusing CC insns [PR88836]
new 492b90f33df c++: Fix langspecs with -fsyntax-only [PR98591]
new 1ba71fabb78 preprocessor: Make quoting : [PR 95253]
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/lang-specs.h | 40 +++++++++++++++++++++-------------
gcc/testsuite/g++.dg/modules/pr98591.H | 3 +++
libcpp/mkdeps.c | 1 -
3 files changed, 28 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/pr98591.H
--
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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f3c79f35 0: update: binutils-gcc-linux-qemu: all
new e1613324 0: update: binutils-gcc-linux-qemu: 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 (f3c79f35)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 222 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 12063 +++++-----
04-build_abe-stage1/console.log | 16312 ++++++-------
05-build_linux/console.log | 1094 +-
06-build_abe-qemu/console.log | 6750 +++---
07-boot_linux/console.log | 10 +-
08-check_regression/console.log | 22 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 32 +-
09-update_baseline/results.regressions | 2 +-
console.log | 36949 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 37014 insertions(+), 36912 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/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b92b0328 4: update: llvm-9bbcb554cdbf1a7b85e9a72169e4037cf4736a10: 8
new 4e8760e0 4: update: qemu-386b2a5767f7642521cd07930c681ec8a6057e60: 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 (b92b0328)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 132 +-
02-prepare_abe/console.log | 428 +-
03-build_llvm/console.log | 13082 ++++++++++++++-------------
04-build_linux/console.log | 326 +-
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 4 +-
08-update_baseline/console.log | 110 +-
08-update_baseline/results.regressions | 4 +-
console.log | 14082 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
10 files changed, 13946 insertions(+), 14234 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 f9a577927eb IBM Z: Fix linking to libatomic in target test cases
new 7f6cdaa9a8d rtl-ssa: Fix a silly typo
new f2cc526f47a recog: Fix insn_change_watermark destructor
new 5a783f42d77 aarch64: Add a minipass for fusing CC insns [PR88836]
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/Makefile.in | 7 +
gcc/config.gcc | 2 +-
gcc/config/aarch64/aarch64-cc-fusion.cc | 296 +++++++++++++++++++++
gcc/config/aarch64/aarch64-passes.def | 1 +
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/t-aarch64 | 6 +
gcc/recog.h | 8 +-
gcc/rtl-ssa/functions.h | 2 +-
gcc/rtl-ssa/member-fns.inl | 2 +-
.../gcc.target/aarch64/sve/acle/general/ldff1_8.c | 32 +++
gcc/testsuite/gcc.target/aarch64/sve/ptest_1.c | 10 +
11 files changed, 363 insertions(+), 4 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-cc-fusion.cc
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/ldff1_8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/ptest_1.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/llvm-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 30369e56 3: reset: linux-qemu: 8
new b92b0328 4: update: llvm-9bbcb554cdbf1a7b85e9a72169e4037cf4736a10: 8
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 | 52 +-
02-prepare_abe/console.log | 202 +-
03-build_llvm/console.log | 13022 ++++++++++++++--------------
04-build_linux/console.log | 489 +-
07-check_regression/console.log | 129 +-
07-check_regression/results.regressions | 4 +-
07-check_regression/trigger-build-linux | 4 -
07-check_regression/trigger-build-qemu | 4 -
08-update_baseline/console.log | 61 +-
08-update_baseline/results.regressions | 4 +-
console.log | 13967 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
reset-baseline | 0
results | 3 -
14 files changed, 13949 insertions(+), 14006 deletions(-)
delete mode 100644 07-check_regression/trigger-build-linux
delete mode 100644 07-check_regression/trigger-build-qemu
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.