This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6316072677c libstdc++: Fix changelog whitespace
new 2e8d4e94ac5 2019-11-15 Paul Thomas <pault(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 | 8 ++++
gcc/fortran/trans-expr.c | 13 +++++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/derived_init_6.f90 | 60 ++++++++++++++++++++++++++++
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/derived_init_6.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-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 259cdd49 0: update: llvm-linux: boot
new 29cbd208 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 (259cdd49)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 128 +-
02-build_llvm/console.log | 12328 ++++++++++++++++++------------------
03-build_linux/console.log | 708 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 8 +-
console.log | 13176 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13194 insertions(+), 13170 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_kernel/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 4d1e2ddf 0: update: llvm-linux: boot
new d40e7fa9 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 (4d1e2ddf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 128 +-
02-build_llvm/console.log | 12259 ++++++++++++++++++------------------
03-build_linux/console.log | 808 +--
04-boot_linux/console.log | 4 +-
06-update_baseline/console.log | 25 -
console.log | 13224 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13204 insertions(+), 13252 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 glibc.
from c9bf28d625 nios2: Work around backend bug triggered by csu/libc-tls.c ( [...]
new c7bf5ceab6 Properly initialize audit cookie for the dynamic loader [BZ #25157]
new e1d559f337 Introduce link_map_audit_state accessor function
new e21a786771 Avoid zero-length array at the end of struct link_map [BZ #25097]
new 9e3e27c4e3 linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
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.
Summary of changes:
csu/libc-start.c | 2 +-
elf/Makefile | 15 +++++-
elf/dl-close.c | 18 +++++--
elf/dl-fini.c | 9 ++--
elf/dl-load.c | 18 +++----
elf/dl-object.c | 8 ++--
elf/dl-open.c | 5 +-
elf/dl-runtime.c | 24 ++++++----
elf/dl-sym.c | 13 +++--
elf/rtld.c | 26 +++++-----
elf/tst-auditmany.c | 26 ++++++++++
elf/tst-auditmanymod.h | 64 +++++++++++++++++++++++++
elf/tst-auditmanymod1.c | 20 ++++++++
elf/tst-auditmanymod2.c | 20 ++++++++
elf/tst-auditmanymod3.c | 20 ++++++++
elf/tst-auditmanymod4.c | 20 ++++++++
elf/tst-auditmanymod5.c | 20 ++++++++
elf/tst-auditmanymod6.c | 20 ++++++++
elf/tst-auditmanymod7.c | 20 ++++++++
elf/tst-auditmanymod8.c | 20 ++++++++
elf/tst-auditmanymod9.c | 20 ++++++++
include/link.h | 18 +++----
sysdeps/generic/ldsodefs.h | 23 +++++++--
sysdeps/unix/sysv/linux/tst-skeleton-affinity.c | 5 ++
24 files changed, 392 insertions(+), 62 deletions(-)
create mode 100644 elf/tst-auditmany.c
create mode 100644 elf/tst-auditmanymod.h
create mode 100644 elf/tst-auditmanymod1.c
create mode 100644 elf/tst-auditmanymod2.c
create mode 100644 elf/tst-auditmanymod3.c
create mode 100644 elf/tst-auditmanymod4.c
create mode 100644 elf/tst-auditmanymod5.c
create mode 100644 elf/tst-auditmanymod6.c
create mode 100644 elf/tst-auditmanymod7.c
create mode 100644 elf/tst-auditmanymod8.c
create mode 100644 elf/tst-auditmanymod9.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.
unknown user pushed a change to branch master
in repository gcc.
from 15b4b35d199 Add tests for print from offload target.
new a75d0701135 [mid-end][__RTL] Set global epilogue_completed in skip_pass
new 6316072677c libstdc++: Fix changelog whitespace
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 | 5 +++++
gcc/passes.c | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
.../gcc.dg/rtl/aarch64/test-epilogue-set.c | 25 ++++++++++++++++++++++
libstdc++-v3/ChangeLog | 7 +++---
5 files changed, 43 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/test-epilogue-set.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/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 840845a1eea Fix merge issues in b288f7d6bb8fdd21d27ba755302db194c181fdaf
adds 686a8891ca5 Revert ABI/API changes from b288f7d
No new revisions were added by this update.
Summary of changes:
llvm/include/llvm/CodeGen/MachineFunction.h | 19 ++++++++++++++++---
llvm/lib/CodeGen/MachineFunction.cpp | 20 +++++++++++++++++++-
llvm/lib/CodeGen/MachineInstr.cpp | 2 +-
3 files changed, 36 insertions(+), 5 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_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d3e6f5e2 2: update: llvm-linux: 17866
new 4fe47bc7 2: update: llvm-linux: 17866
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 (d3e6f5e2)
\
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 | 70 +-
02-build_llvm/console.log | 12068 +++++++++++++++++-----------------
03-build_linux/console.log | 934 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 58 +-
console.log | 13138 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13142 insertions(+), 13142 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.