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-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1d2cc1a 0: update: llvm-linux: 17400
new fc3d7fc 0: update: llvm-linux: 17400
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 (1d2cc1a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 166 +-
02-build_llvm/console.log | 11752 ++++++++++++------------
03-build_linux/console.log | 6933 ++++----------
06-update_baseline/console.log | 28 +
console.log | 18867 ++++++++++++++++-----------------------
jenkins/manifest.sh | 12 +-
6 files changed, 15308 insertions(+), 22450 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 compiler-rt.
from 2f57e2cad [crtbegin] Fix an off-by-1 bug in __do_fini
new 44fe7bd86 Avoid duplicate function aliases on MinGW after SVN r359835
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/builtins/comparedf2.c | 5 +++--
lib/builtins/comparesf2.c | 5 +++--
2 files changed, 6 insertions(+), 4 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 gdb-8.3-branch
in repository binutils-gdb.
from 661f388860 Fix lookup of separate debug file on MS-Windows.
new bc694fdc3c Fix compilation with mingw.org's MinGW.
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/ChangeLog | 4 ++++
gdb/windows-nat.c | 9 +++++++++
2 files changed, 13 insertions(+)
--
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 b740088ad2f PR tree-optimization/90303 * ipa-devirt.c (obj_type_ref_c [...]
new e098fc9b803 * opts.h (finish_options): Remove lang_mask argument. (pr [...]
new 72f57865b8e * gennews (files): Add files for GCC 9.
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:
contrib/ChangeLog | 4 ++++
contrib/gennews | 3 ++-
gcc/ChangeLog | 8 ++++++++
gcc/opts-global.c | 6 +++++-
gcc/opts.c | 10 ++--------
gcc/opts.h | 6 ++++--
6 files changed, 25 insertions(+), 12 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 5a5ca2d2fca Daily bump.
new 7527f84091d * gennews (files): Add files for GCC 9.
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:
contrib/ChangeLog | 4 ++++
contrib/gennews | 3 ++-
2 files changed, 6 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 41f61c65a2 Automatic date update in version.in
new 5f2459c233 Fix lookup of separate debug file on MS-Windows.
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/ChangeLog | 7 +++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 10 +++++++---
gdb/symfile.c | 22 ++++++++++++++++++++++
4 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 gdb-8.3-branch
in repository binutils-gdb.
from 35f7673945 Treat the .gnu.debuglink and .gnu.debugaltlink sections as d [...]
new 661f388860 Fix lookup of separate debug file on MS-Windows.
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/ChangeLog | 7 +++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 10 +++++++---
gdb/symfile.c | 22 ++++++++++++++++++++++
4 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 master
in repository gcc.
from 3e35c5db9e3 2019-05-03 Richard Biener <rguenther(a)suse.de>
new bf4e3d4cea2 * Makefile.am (finclude): Remove. * Makefile.in: Regenerated.
new b740088ad2f PR tree-optimization/90303 * ipa-devirt.c (obj_type_ref_c [...]
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/ChangeLog | 6 ++++++
gcc/ipa-devirt.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.target/i386/pr90303.C | 8 ++++++++
libitm/ChangeLog | 5 +++++
libitm/Makefile.am | 1 -
libitm/Makefile.in | 1 -
7 files changed, 26 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr90303.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.