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_O3
in repository toolchain/ci/base-artifacts.
from 88dd459c9a 47: onsuccess: #463: 2: Success after binutils: 11 commits
new 3b14253afe 48: force: #466: 2: Success after gcc: 2 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 1616 -> 1776 bytes
02-prepare_abe/console.log.xz | Bin 2712 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 50732 -> 50936 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 461924 -> 461516 bytes
06-check_regression/console.log.xz | Bin 2684 -> 2500 bytes
07-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
12 files changed, 23 insertions(+), 14 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 8ace67ddb97 OpenACC: whole struct vs. component mappings (PR107028)
new 2813f529ab8 Robustify DWARF2_UNWIND_INFO handling in vx-common.h
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/vx-common.h | 7 +++++--
1 file changed, 5 insertions(+), 2 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 devel/omp/gcc-12
in repository gcc.
from d21bfef9867 OpenMP: Fix ICE with OMP metadirectives
adds 6a59baca1f2 aarch64: Add Arm Neoverse V2 support
adds 7f323c284f7 Daily bump.
adds afea1ae84f0 OpenACC: Fix reduction tree-sharing issue [PR106982]
adds 85adc2ec2b0 libstdc++: Disable volatile-qualified std::bind for C++20
new c455181c13a Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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/ChangeLog | 24 +++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-cores.def | 3 +-
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.cc | 40 +++++++++++-----------
gcc/doc/invoke.texi | 2 +-
gcc/omp-low.cc | 3 +-
gcc/testsuite/c-c++-common/goacc/reduction-10.c | 12 +++++++
gcc/testsuite/c-c++-common/goacc/reduction-9.c | 22 ++++++++++++
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/api.html | 5 +++
libstdc++-v3/doc/html/manual/appendix.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/html/manual/bugs.html | 6 ++++
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/using_macros.html | 5 +--
libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++
libstdc++-v3/doc/xml/manual/intro.xml | 9 +++++
libstdc++-v3/doc/xml/manual/using.xml | 5 +--
libstdc++-v3/include/std/functional | 32 ++++++++++++-----
libstdc++-v3/testsuite/20_util/bind/cv_quals.cc | 25 +++++++-------
libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 12 ++++---
22 files changed, 172 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-10.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-9.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 afea1ae84f0 OpenACC: Fix reduction tree-sharing issue [PR106982]
new 85adc2ec2b0 libstdc++: Disable volatile-qualified std::bind for C++20
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:
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/api.html | 5 ++++
libstdc++-v3/doc/html/manual/appendix.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/html/manual/bugs.html | 6 ++++
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/using_macros.html | 5 ++--
libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++++
libstdc++-v3/doc/xml/manual/intro.xml | 9 ++++++
libstdc++-v3/doc/xml/manual/using.xml | 5 ++--
libstdc++-v3/include/std/functional | 32 ++++++++++++++++------
libstdc++-v3/testsuite/20_util/bind/cv_quals.cc | 25 +++++++++--------
libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 12 ++++----
13 files changed, 87 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 master
in repository gcc.
from 9ca14715407 c++: implement __remove_cv, __remove_reference and __remove_cvref
new 8ace67ddb97 OpenACC: whole struct vs. component mappings (PR107028)
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/gimplify.cc | 177 ++++++++++++++++-----
.../c-c++-common/goacc/struct-component-kind-1.c | 72 +++++++++
gcc/testsuite/g++.dg/goacc/pr107028-1.C | 14 ++
gcc/testsuite/g++.dg/goacc/pr107028-2.C | 27 ++++
.../gfortran.dg/goacc/mapping-tests-5.f90 | 15 ++
5 files changed, 268 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/struct-component-kind-1.c
create mode 100644 gcc/testsuite/g++.dg/goacc/pr107028-1.C
create mode 100644 gcc/testsuite/g++.dg/goacc/pr107028-2.C
create mode 100644 gcc/testsuite/gfortran.dg/goacc/mapping-tests-5.f90
--
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from 7ad1c65299 13: onsuccess: #486: all: Success after binutils: 25 commits
new 6d4d7c38e9 14: onsuccess: #488: all: Success after v7.1.0-446-g99d6b11b [...]
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 1892 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30364 -> 30436 bytes
04-build_kernel_llvm/console.log.xz | Bin 65044 -> 64884 bytes
05-build_abe-qemu/console.log.xz | Bin 32144 -> 32232 bytes
06-build_linux/console.log.xz | Bin 3368 -> 3364 bytes
07-boot_linux/console.log.xz | Bin 576 -> 576 bytes
08-check_regression/console.log.xz | Bin 2912 -> 2752 bytes
dashboard/dashboard-generate.sh | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
14 files changed, 15 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.