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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1921011d 0: update: binutils-gcc-linux-qemu: all
new 5a077695 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 (1921011d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 58 +-
02-prepare_abe/console.log | 378 +-
03-build_abe-binutils/console.log | 11637 +++++------
04-build_abe-stage1/console.log | 13907 ++++++-------
05-build_linux/console.log | 819 +-
06-build_abe-qemu/console.log | 4280 ++--
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 10 +-
09-update_baseline/results.regressions | 2 +-
console.log | 31097 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
13 files changed, 31111 insertions(+), 31101 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards c0e5e420 0: update: binutils-gcc-linux-qemu: boot
new cdb712b2 0: update: binutils-gcc-linux-qemu: boot
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 (c0e5e420)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 171 +-
02-prepare_abe/console.log | 132 +-
03-build_abe-binutils/console.log | 11387 +++++-----
04-build_abe-stage1/console.log | 18307 ++++++++-------
05-build_linux/console.log | 715 +-
06-build_abe-qemu/console.log | 4351 ++--
07-boot_linux/console.log | 490 +-
08-check_regression/console.log | 2 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 10 +-
09-update_baseline/results.regressions | 2 +-
console.log | 35585 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
13 files changed, 35589 insertions(+), 35579 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 7768cadb424 c++: Fix up build_zero_init_1 once more [PR99106]
new d28f3da11d8 openacc: Fix lowering for derived-type mappings through arr [...]
new 366cf1127a5 openacc: Strided array sections and components of derived-t [...]
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/fortran/openmp.c | 64 ++++---
gcc/fortran/trans-openmp.c | 192 ++++++++++++---------
gcc/gimplify.c | 12 ++
.../gfortran.dg/goacc/array-with-dt-1.f90 | 11 ++
.../gfortran.dg/goacc/array-with-dt-2.f90 | 5 +-
.../gfortran.dg/goacc/array-with-dt-3.f90 | 14 ++
.../gfortran.dg/goacc/array-with-dt-4.f90 | 18 ++
.../gfortran.dg/goacc/array-with-dt-5.f90 | 12 ++
.../gfortran.dg/goacc/array-with-dt-6.f90 | 10 ++
.../gfortran.dg/goacc/derived-chartypes-1.f90 | 3 -
.../gfortran.dg/goacc/derived-chartypes-2.f90 | 3 -
.../gfortran.dg/goacc/derived-classtypes-1.f95 | 8 +-
.../gfortran.dg/goacc/mapping-tests-2.f90 | 4 +-
gcc/testsuite/gfortran.dg/goacc/ref_inquiry.f90 | 8 -
gcc/testsuite/gfortran.dg/gomp/ref_inquiry.f90 | 4 -
.../libgomp.oacc-fortran/array-stride-dt-1.f90 | 5 +-
.../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 | 109 ++++++++++++
.../libgomp.oacc-fortran/update-dt-array.f90 | 53 ++++++
18 files changed, 398 insertions(+), 137 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-4.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-5.f90
create mode 100644 gcc/testsuite/gfortran.dg/goacc/array-with-dt-6.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/derivedtypes-arrays-1.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/update-dt-array.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.
unknown user pushed a change to branch master
in repository gcc.
from 24bf79f1798 c++: More set_identifier_type_value fixing [PR 99116]
new 7768cadb424 c++: Fix up build_zero_init_1 once more [PR99106]
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/init.c | 2 +-
gcc/testsuite/g++.dg/ubsan/pr99106.C | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr99106.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 master
in repository gcc.
from 06505e701dc mips: Avoid out-of-bounds access in mips_symbol_insns [PR98491]
new d46c7e2c546 c++: ICE with header-units [PR 99071]
new 24bf79f1798 c++: More set_identifier_type_value fixing [PR 99116]
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/name-lookup.c | 34 ++++++++++++++------------------
gcc/testsuite/g++.dg/lookup/pr99116-1.C | 25 +++++++++++++++++++++++
gcc/testsuite/g++.dg/lookup/pr99116-2.C | 19 ++++++++++++++++++
gcc/testsuite/g++.dg/modules/pr99071_a.H | 6 ++++++
gcc/testsuite/g++.dg/modules/pr99071_b.H | 8 ++++++++
5 files changed, 73 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr99116-1.C
create mode 100644 gcc/testsuite/g++.dg/lookup/pr99116-2.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr99071_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/pr99071_b.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_bmk_tx1
in repository toolchain/ci/interesting-commits.
from cdc0cab Add regression a0276c00934da47fa511aa52e1973b68ffd8b2ab from [...]
new d801037 Add regression 0b92cf305dcf34387a8e2564e55ca8948df3b47a from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.