This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from f1ee6f0fe44 Daily bump.
new 3fde3398341 i386: Properly pop restore token in signal frame
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/testsuite/ChangeLog | 9 +++++
.../pr85334.C => g++.target/i386/pr85334-1.C} | 37 ++++++++++++++-----
.../pr85334.C => g++.target/i386/pr85334-2.C} | 30 ++++++++++-----
libgcc/ChangeLog | 9 +++++
libgcc/config/i386/shadow-stack-unwind.h | 43 ++++++++++++++++++++++
5 files changed, 108 insertions(+), 20 deletions(-)
copy gcc/testsuite/{g++.dg/torture/pr85334.C => g++.target/i386/pr85334-1.C} (66%)
copy gcc/testsuite/{g++.dg/torture/pr85334.C => g++.target/i386/pr85334-2.C} (72%)
--
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_tx1/llvm-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 8744aa9 1: push: binutils-gcc-glibc-llvm: 1
new 08ddc12 1: update: binutils-gcc-glibc: 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 (8744aa9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarc [...]
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 | 236 +-
02-prepare_abe/console.log | 370 +-
03-build_abe-binutils/console.log | 12448 +-
04-build_abe-stage1/console.log | 15246 +--
05-build_abe-linux/console.log | 306 +-
06-build_abe-glibc/console.log | 39379 +++---
07-build_abe-stage2/console.log | 37109 +++---
08-build_llvm-true/console.log | 12521 +-
10-benchmark--Os/benchmark-start.log | 2 +-
10-benchmark--Os/benchmark.log | 78 +-
10-benchmark--Os/console.log | 478 +-
11-check_regression/console.log | 3124 +-
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/results-0.csv | 2306 +-
11-check_regression/results-1.csv | 2252 +-
11-check_regression/results-brief.csv | 20 +
11-check_regression/results-compare.csv | 15 +-
11-check_regression/results-full.csv | 2418 +-
11-check_regression/results.csv | 165 +-
11-check_regression/results.log | 2891 +-
.../trigger-build-binutils-gcc-glibc | 4 -
11-check_regression/trigger-build-llvm | 4 -
12-update_baseline/console.log | 2974 +-
.../extra-bisect-params | 0
.../results-0.csv | 0
12-update_baseline/results-1.csv | 1220 +
12-update_baseline/results-brief.csv | 20 +
.../results-compare.csv | 9 +-
12-update_baseline/results-full.csv | 1220 +
12-update_baseline/results.csv | 82 +
.../results.log | 2133 +-
console.log | 125421 +++++++++---------
jenkins/manifest.sh | 25 +-
results | 2 +-
results_id | 2 +-
35 files changed, 137851 insertions(+), 126631 deletions(-)
create mode 100644 11-check_regression/results-brief.csv
delete mode 100644 11-check_regression/trigger-build-binutils-gcc-glibc
delete mode 100644 11-check_regression/trigger-build-llvm
copy {11-check_regression => 12-update_baseline}/extra-bisect-params (100%)
copy {11-check_regression => 12-update_baseline}/results-0.csv (100%)
create mode 100644 12-update_baseline/results-1.csv
create mode 100644 12-update_baseline/results-brief.csv
copy {11-check_regression => 12-update_baseline}/results-compare.csv (93%)
create mode 100644 12-update_baseline/results-full.csv
create mode 100644 12-update_baseline/results.csv
copy {11-check_regression => 12-update_baseline}/results.log (62%)
--
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 1433e270a1 htl: Avoid a local plt for pthread_self
new 4970c9e0b5 nptl: add missing pthread-offsets.h
new 6d0d2eb1e7 nptl: update default pthread-offsets.h
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:
sysdeps/aarch64/nptl/pthread-offsets.h | 3 +++
sysdeps/alpha/nptl/pthread-offsets.h | 3 +++
sysdeps/ia64/nptl/pthread-offsets.h | 3 +++
sysdeps/nptl/pthread-offsets.h | 22 ++++++----------------
sysdeps/riscv/nptl/pthread-offsets.h | 3 +++
sysdeps/sparc/nptl/pthread-offsets.h | 13 +++++++++++++
6 files changed, 31 insertions(+), 16 deletions(-)
create mode 100644 sysdeps/aarch64/nptl/pthread-offsets.h
create mode 100644 sysdeps/alpha/nptl/pthread-offsets.h
create mode 100644 sysdeps/ia64/nptl/pthread-offsets.h
create mode 100644 sysdeps/riscv/nptl/pthread-offsets.h
create mode 100644 sysdeps/sparc/nptl/pthread-offsets.h
--
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 1cad5e89a9e arm: correct constraints on movsi_compare0 [PR91913]
new bf6465d0461 i386: Properly pop restore token in signal frame
new 86edfcfeccf arm: Add testcase for already fixed ICE [PR91913]
new cf0f07ef0ef Move ChangeLog entry of commit bf6465d046 from gcc to libgcc
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:
gcc/testsuite/ChangeLog | 11 ++++++
.../pr85334.C => g++.target/i386/pr85334-1.C} | 37 ++++++++++++++-----
.../pr85334.C => g++.target/i386/pr85334-2.C} | 30 ++++++++++-----
gcc/testsuite/gfortran.dg/pr91913.f90 | 5 +++
libgcc/ChangeLog | 6 +++
libgcc/config/i386/shadow-stack-unwind.h | 43 ++++++++++++++++++++++
6 files changed, 112 insertions(+), 20 deletions(-)
copy gcc/testsuite/{g++.dg/torture/pr85334.C => g++.target/i386/pr85334-1.C} (66%)
copy gcc/testsuite/{g++.dg/torture/pr85334.C => g++.target/i386/pr85334-2.C} (72%)
create mode 100644 gcc/testsuite/gfortran.dg/pr91913.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-lts-allmodconfig
in repository toolchain/ci/gcc.
from 060c5df73b2 Daily bump.
adds f1ee6f0fe44 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a7d2c89 0: update: binutils-gcc-linux: all
new 99c262a 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 (a7d2c89)
\
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 | 216 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11374 ++++++++--------
04-build_abe-stage1/console.log | 13241 +++++++++---------
05-build_linux/console.log | 792 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 26073 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
10 files changed, 26074 insertions(+), 26072 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 339ab27a7de md.texi (Define Subst): Match closing paren in example.
new 1cad5e89a9e arm: correct constraints on movsi_compare0 [PR91913]
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 | 7 +++++++
gcc/config/arm/arm.md | 11 ++++++++---
2 files changed, 15 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.