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-defconfig
in repository toolchain/ci/base-artifacts.
from 5360858f6d 44: onsuccess: #2: boot: Success after binutils/llvm/linux/q [...]
new 11b40a1125 45: onsuccess: #3: 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 1756 -> 1784 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 31408 -> 31012 bytes
04-build_kernel_llvm/console.log.xz | Bin 66172 -> 66352 bytes
05-build_abe-qemu/console.log.xz | Bin 32056 -> 30880 bytes
06-build_linux/console.log.xz | Bin 3380 -> 3336 bytes
07-boot_linux/console.log.xz | Bin 6136 -> 6136 bytes
08-check_regression/console.log.xz | Bin 4288 -> 4308 bytes
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
18 files changed, 24 insertions(+), 33 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 releases/gcc-12
in repository gcc.
from 6ab4c875975 c-family: avoid compile-time-hog in c_genericize [PR108880]
new d6419c18056 c++: variable template and targ deduction [PR108550]
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/cp/pt.cc | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/var-templ70.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ71.C | 26 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/var-templ72.C | 27 +++++++++++++++++++++++++++
4 files changed, 84 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ70.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ71.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ72.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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 3a2310d4b22 c++: ICE with -Wmismatched-tags and member template [PR106259]
new 6ab4c875975 c-family: avoid compile-time-hog in c_genericize [PR108880]
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/c-family/c-gimplify.cc | 10 +++++++---
gcc/testsuite/c-c++-common/ubsan/pr108880.c | 13 +++++++++++++
2 files changed, 20 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr108880.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_bmk-code_speed-cpu2017rate/llvm-arm-master-O3
in repository toolchain/ci/base-artifacts.
from 759337c345 2: onsuccess: #3: -10: Success after llvm: 117 commits
new f29141b3b5 3: onsuccess: #4: -10: Success after llvm: 294 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 1744 -> 1768 bytes
02-build_bmk_llvm/console.log.xz | Bin 70144 -> 66484 bytes
04-check_regression/console.log.xz | Bin 2676 -> 2616 bytes
dashboard/dashboard-generate.sh | 2 +-
git/llvm_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++------------
9 files changed, 13 insertions(+), 17 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 releases/gcc-12
in repository gcc.
from 445082ff3cb c++: ICE with constexpr variable template [PR107938]
new b7b50918fe5 c++: can't eval PTRMEM_CST in incomplete class [PR107574]
new 3a2310d4b22 c++: ICE with -Wmismatched-tags and member template [PR106259]
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/constexpr.cc | 13 ++++++++++-
gcc/cp/parser.cc | 30 ++++++++++++++++++++-----
gcc/testsuite/g++.dg/cpp0x/ptrmem-cst1.C | 11 +++++++++
gcc/testsuite/g++.dg/warn/Wmismatched-tags-11.C | 23 +++++++++++++++++++
4 files changed, 70 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/ptrmem-cst1.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-tags-11.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.