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_profiled
in repository toolchain/ci/base-artifacts.
from f74ebcef2 22: onsuccess: #415: 2: Success after binutils/gcc: 60 commits
new 0d426025d 23: onsuccess: #416: 2: Success after binutils/gcc: 64 commits
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 1676 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51508 -> 51676 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 936968 -> 937296 bytes
06-check_regression/console.log.xz | Bin 2288 -> 2296 bytes
07-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 4 ++--
dashboard/squad/test/results-metadata.json | 12 ++++++------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
14 files changed, 22 insertions(+), 31 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from a3bab8a47 11: onsuccess: 22763: Success after binutils/llvm/linux/qemu: [...]
new 73e8ffbe4 12: onsuccess: #255: 22763: Success after binutils/llvm/linux [...]
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 1696 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 29892 -> 30448 bytes
04-build_kernel_llvm/console.log.xz | Bin 64140 -> 64820 bytes
05-build_abe-qemu/console.log.xz | Bin 31780 -> 32132 bytes
06-build_linux/console.log.xz | Bin 5124 -> 5248 bytes
08-check_regression/console.log.xz | Bin 3072 -> 3160 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 6 +++---
dashboard/dashboard-push.sh | 5 +++++
dashboard/squad/dashboard-push-squad.sh | 14 ++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 +++++
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
21 files changed, 51 insertions(+), 27 deletions(-)
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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 ea6e89e07f4 rs6000: remove unused splitter on const_scalar_int_operand
new 572f5e1bc68 libcpp: Named universal character escapes and delimited esc [...]
new e90af965e5c openmp: Fix handling of target constructs in static member [...]
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/c-family/c.opt | 8 +-
gcc/cp/semantics.cc | 17 ++---
gcc/doc/invoke.texi | 8 +-
.../c-c++-common/cpp/delimited-escape-seq-4.c | 13 ++++
.../c-c++-common/cpp/delimited-escape-seq-5.c | 13 ++++
.../c-c++-common/cpp/delimited-escape-seq-6.c | 13 ++++
.../c-c++-common/cpp/delimited-escape-seq-7.c | 13 ++++
.../cpp/named-universal-char-escape-5.c | 17 +++++
.../cpp/named-universal-char-escape-6.c | 17 +++++
.../cpp/named-universal-char-escape-7.c | 17 +++++
.../g++.dg/cpp23/named-universal-char-escape1.C | 16 ++++
.../g++.dg/cpp23/named-universal-char-escape2.C | 18 +++++
gcc/testsuite/g++.dg/gomp/pr106829.C | 15 ++++
libcpp/charset.cc | 86 ++++++++++++++++++----
libcpp/include/cpplib.h | 7 +-
libcpp/init.cc | 1 +
16 files changed, 251 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-4.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-5.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-6.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/delimited-escape-seq-7.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/named-universal-char-escape-5.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/named-universal-char-escape-6.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/named-universal-char-escape-7.c
create mode 100644 gcc/testsuite/g++.dg/cpp23/named-universal-char-escape1.C
create mode 100644 gcc/testsuite/g++.dg/cpp23/named-universal-char-escape2.C
create mode 100644 gcc/testsuite/g++.dg/gomp/pr106829.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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
from f6ac50285 6: onsuccess: boot: Success after binutils/llvm/linux/qemu: 5 [...]
new 923a76d15 7: onsuccess: #424: boot: Success after binutils/llvm/linux/q [...]
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 1680 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30332 -> 30680 bytes
04-build_kernel_llvm/console.log.xz | Bin 64216 -> 65856 bytes
05-build_abe-qemu/console.log.xz | Bin 31792 -> 32088 bytes
06-build_linux/console.log.xz | Bin 3484 -> 3476 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 3076 -> 3128 bytes
dashboard/dashboard-generate.sh | 4 ++--
dashboard/dashboard-push.sh | 5 +++++
dashboard/squad/dashboard-push-squad.sh | 14 ++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 +++++
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
21 files changed, 48 insertions(+), 24 deletions(-)
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
from 46f4f587d 6: onsuccess: boot: Success after binutils/llvm/linux/qemu: 3 [...]
new da0b59740 7: onsuccess: #471: boot: Success after binutils/llvm/linux/q [...]
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 1676 -> 1676 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30476 -> 30488 bytes
04-build_kernel_llvm/console.log.xz | Bin 65504 -> 65768 bytes
05-build_abe-qemu/console.log.xz | Bin 32368 -> 31992 bytes
06-build_linux/console.log.xz | Bin 3864 -> 3708 bytes
07-boot_linux/console.log.xz | Bin 6268 -> 6136 bytes
08-check_regression/console.log.xz | Bin 3224 -> 3332 bytes
08-check_regression/mail-body.txt | 4 ++--
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 6 +++---
dashboard/dashboard-push.sh | 5 +++++
dashboard/squad/dashboard-push-squad.sh | 14 ++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 +++++
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
results | 2 +-
24 files changed, 58 insertions(+), 34 deletions(-)
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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_profiled
in repository toolchain/ci/base-artifacts.
from 4c5f36ef2 25: onsuccess: #418: 2: Success after binutils/gcc: 61 commits
new ec82535ef 26: onsuccess: #419: 2: Success after binutils/gcc: 63 commits
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 1712 -> 1904 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38676 -> 38328 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 515108 -> 517272 bytes
06-check_regression/console.log.xz | Bin 2216 -> 2300 bytes
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 4 ++--
dashboard/squad/test/results-metadata.json | 12 ++++++------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
14 files changed, 31 insertions(+), 22 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_gcc_bootstrap/master-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
from bffb2e0a7 24: onsuccess: #413: 2: Success after binutils/gcc: 66 commits
new 9568fb5f9 25: onsuccess: #414: 2: Success after binutils/gcc: 64 commits
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 1660 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51584 -> 50524 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 467020 -> 469084 bytes
06-check_regression/console.log.xz | Bin 2256 -> 2380 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 6 +++---
dashboard/dashboard-push.sh | 2 +-
dashboard/squad/test/results-metadata.json | 12 ++++++------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
{dashboard => jenkins}/dashboard-push.sh | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
16 files changed, 26 insertions(+), 26 deletions(-)
copy {dashboard => jenkins}/dashboard-push.sh (83%)
--
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 34ea461fdb4 rs6000: fix misleading new patterns of splitters
new ea6e89e07f4 rs6000: remove unused splitter on const_scalar_int_operand
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/rs6000/rs6000.md | 12 ------------
1 file changed, 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.