This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 28e329000fe 2019-10-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f27e0645978 2019-10-01 Steven G. Kargl <kargl(a)gcc.ngu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr91802.f90 | 9 +++++++++
4 files changed, 28 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr91802.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/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from d55daa86 3: reset: linux-7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: 17089
new 32d3e934 4: update: linux-8b0eed9f6e36a5488967b0acc51444d658dd711b: 17311
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 | 217 +-
02-build_llvm/console.log | 11732 ++++++++++++++++-----------------
03-build_linux/console.log | 1259 +---
05-check_regression/console.log | 24 +-
06-update_baseline/console.log | 48 +-
console.log | 13280 ++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 +-
9 files changed, 12752 insertions(+), 13820 deletions(-)
delete mode 100644 reset-baseline
--
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/llvm-release-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 67c14ef7 0: update: llvm-linux: boot
new ec10cd21 0: update: llvm-linux: 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 (67c14ef7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 175 +-
02-build_llvm/console.log | 12058 +++++++++++++++++------------------
03-build_linux/console.log | 627 +-
04-boot_linux/console.log | 480 +-
06-update_baseline/console.log | 25 -
console.log | 13340 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
8 files changed, 13336 insertions(+), 13381 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 0f17fd2cb26 [MemorySSA] Update last_access_in_block check.
new 51ef81581b2 Add a missing pass in ARM O3 pipeline
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:
test/CodeGen/ARM/O3-pipeline.ll | 1 +
1 file changed, 1 insertion(+)
--
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 libcxxabi.
from 70a7cf9 [NFC][libc++abi] Remove trailing whitespace from sources
new 953e27b [libc++abi] Remove uses of C++ headers when possible
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:
src/cxa_default_handlers.cpp | 6 ++----
src/cxa_exception.cpp | 11 +++++------
src/cxa_thread_atexit.cpp | 6 +++---
src/cxa_vector.cpp | 2 +-
src/fallback_malloc.cpp | 14 +++++++-------
src/fallback_malloc.h | 2 +-
src/private_typeinfo.h | 4 ++--
7 files changed, 21 insertions(+), 24 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 fcab78b9b34 PR lto/91222 * ipa-devirt.c (warn_types_mismatch): Do not [...]
new ac4a0fc03bc libada: Remove racy duplicate gnatlib installation
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 | 6 ++++++
gcc/Makefile.in | 4 ++++
gcc/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Make-lang.in | 5 ++++-
gcc/configure | 15 +++++++++++++--
gcc/configure.ac | 10 ++++++++++
6 files changed, 42 insertions(+), 3 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 gcc-9-branch
in repository gcc.
from e97fc546940 2019-10-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 28e329000fe 2019-10-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 22 ++++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/dec_type_print_3.f90 | 4 ++--
gcc/testsuite/gfortran.dg/pr91714.f90 | 10 ++++++++++
5 files changed, 44 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr91714.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 llvm.
from f2bab36046c [Dominators][CodeGen] Don't mark MachineDominatorTree as pr [...]
new 0f17fd2cb26 [MemorySSA] Update last_access_in_block check.
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:
lib/Analysis/MemorySSAUpdater.cpp | 9 +++++--
test/Analysis/MemorySSA/pr43438.ll | 54 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.