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-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 8ba5c53ded9 [AArch64] Fix PR81800
adds e70bee1e0c7 Daily bump.
adds 9173e39d1c4 2019-09-05 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 25 ++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 ++--
gcc/testsuite/gfortran.dg/pr91660_1.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr91660_2.f90 | 9 +++++++++
7 files changed, 54 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_2.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/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from decfa2f08c Automatic date update in version.in
adds 6644bbedcc Automatic date update in version.in
adds 6f7a292207 Fix PR ld/24574
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/pe-dll.c | 5 +++++
3 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c169dafa 0: update: binutils-gcc-linux: all
new 4cd4f8ca 0: update: binutils-gcc-linux: 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 (c169dafa)
\
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 | 176 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 11109 ++++++++--------
04-build_abe-stage1/console.log | 13258 ++++++++++---------
05-build_linux/console.log | 670 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 25660 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 25671 insertions(+), 25644 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 llvm.
from 58aaf33c575 [globalisel][knownbits] Account for missing type constraints
new 7ebdaff1b8b gn build: Merge r371117
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:
utils/gn/secondary/clang/lib/Index/BUILD.gn | 1 -
1 file changed, 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 clang.
from 2d6f49f1ed Revert: [DebugInfo] Add debug location to stubs generated by [...]
new 59563d29f6 [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator
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:
include/clang/Index/CodegenNameGenerator.h | 52 ------------------------------
lib/Index/CMakeLists.txt | 1 -
lib/Index/CodegenNameGenerator.cpp | 36 ---------------------
tools/c-index-test/core_main.cpp | 8 ++---
tools/libclang/CIndex.cpp | 14 ++++----
5 files changed, 11 insertions(+), 100 deletions(-)
delete mode 100644 include/clang/Index/CodegenNameGenerator.h
delete mode 100644 lib/Index/CodegenNameGenerator.cpp
--
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 77f9e0f868c 2019-09-05 Harald Anlauf <anlauf(a)gmx.de>
new 995e214b491 RISC-V: Fix bad insn splits with paradoxical subregs.
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 | 10 +++++
gcc/config/riscv/riscv.md | 30 ++++++++++----
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.c-torture/execute/pr91635.c | 57 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/shift-shift-4.c | 13 ++++++
gcc/testsuite/gcc.target/riscv/shift-shift-5.c | 16 ++++++++
6 files changed, 125 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr91635.c
create mode 100644 gcc/testsuite/gcc.target/riscv/shift-shift-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/shift-shift-5.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 8ba5c53ded9 [AArch64] Fix PR81800
adds e70bee1e0c7 Daily bump.
adds 9173e39d1c4 2019-09-05 Steven G. Kargl <kargl(a)gcc.gnu.org>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 25 ++++++++++++++++++++-----
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 ++--
gcc/testsuite/gfortran.dg/pr91660_1.f90 | 9 +++++++++
gcc/testsuite/gfortran.dg/pr91660_2.f90 | 9 +++++++++
7 files changed, 54 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr91660_2.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/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from decfa2f08c Automatic date update in version.in
adds 6644bbedcc Automatic date update in version.in
adds 6f7a292207 Fix PR ld/24574
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 6 ++++++
ld/pe-dll.c | 5 +++++
3 files changed, 12 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6a26c695 0: update: binutils-gcc-linux: all
new 1924eb94 0: update: binutils-gcc-linux: 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 (6a26c695)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 132 +-
02-prepare_abe/console.log | 4 +-
03-build_abe-binutils/console.log | 9343 ++++++------
04-build_abe-stage1/console.log | 18562 ++++++++++++-----------
05-build_linux/console.log | 1038 +-
06-boot_linux/console.log | 2 +-
console.log | 29095 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29091 insertions(+), 29097 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_bmk/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/glibc.
from 6d8eaf4a25 hppa: Update libm-tests-ulps
adds ef98313dd3 Update Alpha libm-test-ulps
No new revisions were added by this update.
Summary of changes:
ChangeLog | 4 ++++
sysdeps/alpha/fpu/libm-test-ulps | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.