This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-defconfig
in repository toolchain/binutils-gdb.
was cfeadda545c Fix build failure with macOS bison
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
christophe.lyon pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allyesconfig
in repository toolchain/binutils-gdb.
was 171b8e19575 run_dump_test source in build directory
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
christophe.lyon pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allnoconfig
in repository toolchain/binutils-gdb.
was 923c6a75647 cxxfilt test failures
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
christophe.lyon pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/binutils-gdb.
was 583068ca1d8 gdb: Move declarations from symtab.h to source.h
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
christophe.lyon pushed a change to branch linaro-local/non-contiguous-v3
in repository toolchain/binutils-gdb.
at d992af787ae Add powerpc test for non-contiguous memory regions
This branch includes the following new commits:
new 843c9555231 Add support for non-contiguous memory regions
new de4900d040b Add generic test for non-contiguous memory regions
new 2df6ebdfa60 Add arm tests for non-contiguous memory regions
new d992af787ae Add powerpc test for non-contiguous memory regions
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.
--
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 glibc.
from 44b2d5f1ba list-fixed-bugs.py: Wrap at 72 chars
new 4267522f5e Add new locale: ckb_IQ (Kurdish/Sorani spoken in Iraq) [BZ #9809]
new ae199e7d64 Fix ckb_IQ [BZ #9809]
new cdeae33d71 Update or_IN collation [BZ #22525]
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:
NEWS | 2 +-
localedata/Makefile | 4 +
localedata/SUPPORTED | 1 +
localedata/ckb_IQ.UTF-8.in | 105 +++++++++
localedata/locales/ckb_IQ | 229 ++++++++++++++++++
localedata/locales/or_IN | 565 ++++-----------------------------------------
localedata/or_IN.UTF-8.in | 145 ++++++++++++
7 files changed, 524 insertions(+), 527 deletions(-)
create mode 100644 localedata/ckb_IQ.UTF-8.in
create mode 100644 localedata/locales/ckb_IQ
create mode 100644 localedata/or_IN.UTF-8.in
--
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 7c8e1f920a7 [OpenMP] Add missing parameters to omp_lib documentation (P [...]
new e464fc90350 [OpenACC] bump version for 2.6 plus libgomp.texi update
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 | 5 +
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-cppbuiltin.c | 2 +-
gcc/doc/invoke.texi | 2 +-
gcc/fortran/ChangeLog | 10 +-
gcc/fortran/cpp.c | 2 +-
gcc/fortran/gfortran.texi | 15 +-
gcc/fortran/intrinsic.texi | 6 +-
gcc/fortran/invoke.texi | 4 -
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/c-c++-common/cpp/openacc-define-3.c | 2 +-
gcc/testsuite/gfortran.dg/openacc-define-3.f90 | 2 +-
libgomp/ChangeLog | 12 +
libgomp/libgomp.texi | 257 +++++++++++++++------
libgomp/openacc.f90 | 2 +-
libgomp/openacc_lib.h | 2 +-
.../libgomp.oacc-fortran/openacc_version-1.f | 2 +-
.../libgomp.oacc-fortran/openacc_version-2.f90 | 2 +-
18 files changed, 244 insertions(+), 95 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 f626ae54788 s390x: Fix popcounthi2_z196 expander [PR93533]
new ae86ede8e98 [Fortran] Fix to strict associate check (PR93427)
new 7c8e1f920a7 [OpenMP] Add missing parameters to omp_lib documentation (P [...]
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/ChangeLog | 12 ++++++++++++
gcc/fortran/intrinsic.texi | 21 +++++++++++++++++++++
gcc/fortran/resolve.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/associate_51.f90 | 9 ++++++++-
gcc/testsuite/gfortran.dg/associate_52.f90 | 24 ++++++++++++++++++++++++
6 files changed, 71 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_52.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_gnu/gnu-release-aarch64-check_binutils
in repository toolchain/ci/base-artifacts.
discards 1685acb9 3: update: binutils-4dd834659fb94758e7496661a2f03f4426161b27: 1
new 68831f79 3: update: binutils-4dd834659fb94758e7496661a2f03f4426161b27: 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 (1685acb9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 110 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-check_binutils/console.log | 11243 +++++-----
04-build_abe-check_binutils-check/console.log | 15889 +++++++-------
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 206 +-
console.log | 27916 ++++++++++++------------
jenkins/manifest.sh | 6 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
11 files changed, 27920 insertions(+), 27900 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.