This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_LTO_VECT
in repository toolchain/ci/binutils-gdb.
from 21f6dfdb29 Automatic date update in version.in
adds 9d29d8c111 Automatic date update in version.in
adds 14ba5a6161 Automatic date update in version.in
adds adfdd8afb9 Automatic date update in version.in
adds 5a6c9dc29f Automatic date update in version.in
adds 0d5a11affe Automatic date update in version.in
adds 6060c2f337 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_LTO_VECT
in repository toolchain/ci/base-artifacts.
discards 3248f4ec 0: update: binutils-gcc-newlib: 1
new e421c556 0: update: binutils-gcc-newlib: 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 (3248f4ec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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.xz | Bin 1580 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 41332 -> 41560 bytes
04-build_abe-stage1/console.log.xz | Bin 82952 -> 83088 bytes
06-build_abe-newlib/console.log.xz | Bin 32720 -> 33056 bytes
07-build_abe-stage2/console.log.xz | Bin 157248 -> 157668 bytes
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 61 +++++++++++++++++++++++++++++++----
09-benchmark/console.log.xz | Bin 2224 -> 3064 bytes
10-check_regression/console.log.xz | Bin 828 -> 852 bytes
10-check_regression/results.log | 4 +--
11-update_baseline/console.log | 10 +++---
11-update_baseline/results.log | 4 +--
jenkins/manifest.sh | 20 ++++++------
results_id | 2 +-
15 files changed, 76 insertions(+), 27 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 users/ARM/morello-binutils-gdb-master
in repository binutils-gdb.
from a39178c5515 aarch64: Correct feature bits for Morello
new dbd880c7c11 morello-binutils: Adjust c64_valid_cap_range calculation
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/elfnn-aarch64.c | 2 +-
ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 ++
ld/testsuite/ld-aarch64/emit-relocs-morello-4.d | 14 ++++++++++++++
ld/testsuite/ld-aarch64/emit-relocs-morello-4.s | 17 +++++++++++++++++
ld/testsuite/ld-aarch64/emit-relocs-morello-5.d | 6 ++++++
ld/testsuite/ld-aarch64/emit-relocs-morello-5.s | 15 +++++++++++++++
ld/testsuite/ld-aarch64/morello-sec-round.d | 2 +-
7 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-4.d
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-4.s
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-5.d
create mode 100644 ld/testsuite/ld-aarch64/emit-relocs-morello-5.s
--
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-11
in repository gcc.
from 07a380a8a02 openmp: Support in_reduction for Fortran
adds b1dc26d3543 GCC11 - Fortran: combined directives - order(concurrent) no [...]
new dcb7e96a924 Merge remote-tracking branch 'origin/releases/gcc-11' into [...]
new 43bef50a0d7 Revert "GCC11 - Fortran: combined directives - order(concur [...]
new 8d72c70bd8f Fortran/OpenMP: unconstrained/reproducible ordered modifier
The 3 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/ChangeLog.omp | 14 +
gcc/fortran/dump-parse-tree.c | 7 +-
gcc/fortran/gfortran.h | 3 +-
gcc/fortran/openmp.c | 25 +-
gcc/fortran/trans-openmp.c | 7 +
gcc/testsuite/ChangeLog.omp | 11 +
gcc/testsuite/gfortran.dg/gomp/order-5.f90 | 129 +++++++++
gcc/testsuite/gfortran.dg/gomp/order-6.f90 | 436 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/order-7.f90 | 59 ++++
gcc/testsuite/gfortran.dg/gomp/order-8.f90 | 61 ++++
gcc/testsuite/gfortran.dg/gomp/order-9.f90 | 35 +++
11 files changed, 781 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/order-5.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/order-6.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/order-7.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/order-8.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/order-9.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.