This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards bbb79915 0: update: gcc-ba6291a1c2c368efa063afa58f1b512f41ed0a91: 1
new a1de3338 0: update: gcc-92a63f056ca101aa5614b8c849c3ab0522c63ae1: 1
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 (bbb79915)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 194 +-
02-prepare_abe/console.log | 424 +-
04-build_abe-bootstrap_O3/console.log | 89196 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 89824 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 89913 insertions(+), 89745 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-10
in repository gcc.
from 9a9e1ed8861 fix _mm512_{,mask_}cmp*_p[ds]_mask at -O0 [PR96174]
new 932e9140d32 c++: Treat GNU and Advanced SIMD vectors as distinct [PR95726]
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/aarch64/aarch64-builtins.c | 14 +++++++---
gcc/config/aarch64/aarch64.c | 1 +
gcc/config/arm/arm-builtins.c | 15 ++++++++---
gcc/config/arm/arm.c | 1 +
gcc/cp/typeck.c | 42 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.target/aarch64/pr95726.C | 28 ++++++++++++++++++++
gcc/testsuite/g++.target/arm/pr95726.C | 31 ++++++++++++++++++++++
7 files changed, 125 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/pr95726.C
create mode 100644 gcc/testsuite/g++.target/arm/pr95726.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 12d69dbfff9 fix _mm512_{,mask_}cmp*_p[ds]_mask at -O0 [PR96174]
new e0685fadb6a libgomp.fortran/struct-elem-map-1.f90: Add char kind=4 tests
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:
.../libgomp.fortran/struct-elem-map-1.f90 | 160 +++++++++++++++------
1 file changed, 120 insertions(+), 40 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 binutils-2_35-branch
in repository binutils-gdb.
from d804c486cec Automatic date update in version.in
new 78fede7066a Fix an illegal memory access in the BFD library which can b [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/coffgen.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
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 binutils-gdb.
from 52781cce795 [gdb/testsuite] Handle callq -> call disassembly change
new 4fd8d585643 Fix an illegal memory access in the BFD library which can b [...]
new 28b80303a2f PR26239, memory leak in _bfd_dwarf2_slurp_debug_info
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:
bfd/ChangeLog | 11 +++++++++++
bfd/coffgen.c | 16 +++++++++++-----
2 files changed, 22 insertions(+), 5 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-10
in repository gcc.
from c39092de9cf Fix goacc/finalize-1.f tree dump-scanning for -m32
new 2cfecf4c0b2 openmp: Add basic library allocator support.
new 0015352575a openmp: Add basic library allocator support.
new 9a51dae8ff5 openmp: omp_alloc(0, ...) should return NULL.
new 698518794aa openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.
new 534475a9fee libgomp: Add Fortran routine support for allocators
new 86240029f2a openmp: Change omp_atv_default value and rename omp_atv_seq [...]
The 6 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:
libgomp/ChangeLog.omp | 58 ++++
libgomp/Makefile.am | 2 +-
libgomp/Makefile.in | 6 +-
libgomp/allocator.c | 368 +++++++++++++++++++++++
libgomp/configure | 11 +-
libgomp/configure.ac | 2 +
libgomp/env.c | 62 +++-
libgomp/fortran.c | 38 +++
libgomp/icv.c | 21 ++
libgomp/libgomp.h | 4 +
libgomp/libgomp.map | 15 +
libgomp/omp.h.in | 90 ++++++
libgomp/omp_lib.f90.in | 138 +++++++++
libgomp/omp_lib.h.in | 103 +++++++
libgomp/team.c | 2 +
libgomp/testsuite/Makefile.in | 2 +
libgomp/testsuite/libgomp.c-c++-common/alloc-1.c | 157 ++++++++++
libgomp/testsuite/libgomp.c-c++-common/alloc-2.c | 46 +++
libgomp/testsuite/libgomp.c-c++-common/alloc-3.c | 28 ++
libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 25 ++
libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 169 +++++++++++
libgomp/testsuite/libgomp.fortran/alloc-2.F90 | 3 +
libgomp/testsuite/libgomp.fortran/alloc-3.F | 3 +
libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 71 +++++
libgomp/testsuite/libgomp.fortran/alloc-5.f90 | 23 ++
25 files changed, 1440 insertions(+), 7 deletions(-)
create mode 100644 libgomp/allocator.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-3.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-4.c
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-1.F90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-2.F90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-3.F
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-4.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 76641cd8b53 Revert "LTO: pick up -fcf-protection flag for the link step"
new 9a9e1ed8861 fix _mm512_{,mask_}cmp*_p[ds]_mask at -O0 [PR96174]
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/i386/avx512fintrin.h | 164 +++++++++++------------
gcc/testsuite/gcc.target/i386/avx512f-vcmppd-3.c | 4 +
gcc/testsuite/gcc.target/i386/avx512f-vcmpps-3.c | 4 +
3 files changed, 90 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vcmppd-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vcmpps-3.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 8ca07a30724 Daily bump.
new fff15bad1ab libgomp: Add Fortran routine support for allocators
new 7a9fd18598e rs6000: Refine RTL unroll hook for small loops
new 410675cb634 builtins: Avoid useless char/short -> int promotions before [...]
new 12d69dbfff9 fix _mm512_{,mask_}cmp*_p[ds]_mask at -O0 [PR96174]
The 4 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/builtins.c | 24 ++++
gcc/config/i386/avx512fintrin.h | 164 +++++++++++-----------
gcc/config/rs6000/rs6000.c | 11 +-
gcc/testsuite/gcc.target/i386/avx512f-vcmppd-3.c | 4 +
gcc/testsuite/gcc.target/i386/avx512f-vcmpps-3.c | 4 +
gcc/testsuite/gcc.target/i386/pr96176.c | 13 ++
libgomp/Makefile.in | 1 +
libgomp/allocator.c | 3 +
libgomp/configure | 11 +-
libgomp/configure.ac | 2 +
libgomp/fortran.c | 38 +++++
libgomp/icv.c | 2 +
libgomp/libgomp.map | 5 +
libgomp/omp_lib.f90.in | 138 ++++++++++++++++++
libgomp/omp_lib.h.in | 103 ++++++++++++++
libgomp/testsuite/Makefile.in | 2 +
libgomp/testsuite/libgomp.c-c++-common/alloc-2.c | 4 +-
libgomp/testsuite/libgomp.fortran/alloc-1.F90 | 169 +++++++++++++++++++++++
libgomp/testsuite/libgomp.fortran/alloc-2.F90 | 3 +
libgomp/testsuite/libgomp.fortran/alloc-3.F | 3 +
libgomp/testsuite/libgomp.fortran/alloc-4.f90 | 71 ++++++++++
libgomp/testsuite/libgomp.fortran/alloc-5.f90 | 23 +++
22 files changed, 707 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vcmppd-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vcmpps-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr96176.c
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-1.F90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-2.F90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-3.F
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-4.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 42195da6155 Daily bump.
new 76641cd8b53 Revert "LTO: pick up -fcf-protection flag for the link step"
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/lto-opts.c | 15 ---------------
gcc/lto-wrapper.c | 44 +++-----------------------------------------
2 files changed, 3 insertions(+), 56 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 binutils-gdb.
from 3dcc261cf8d gdb/fortran: Handle dynamic string types when printing types
new 52781cce795 [gdb/testsuite] Handle callq -> call disassembly change
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.trace/entry-values.exp | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.