This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0dcb572c08a Daily bump.
new 54cdb2f5a5b Optimize multiplication for V8QI,V16QI,V32QI under TARGET_A [...]
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/config/i386/i386-expand.c | 65 ++++++++++++++++++++++
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/sse.md | 16 +++++-
gcc/testsuite/gcc.target/i386/avx512bw-pr95488-1.c | 21 +++++++
gcc/testsuite/gcc.target/i386/avx512bw-pr95488-2.c | 47 ++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-pr95488-1.c | 36 ++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-pr95488-2.c | 50 +++++++++++++++++
7 files changed, 234 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr95488-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr95488-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr95488-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-pr95488-2.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_bmk_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/gcc.
from 81568ce966d Daily bump.
adds e783a36f0b8 Daily bump.
adds 9224bcfd6a4 When avoiding double deallocation, look at namespace, expre [...]
adds 152aaef6feb PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at [...]
new a251bf8229e Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 16 +++++++++++++
gcc/fortran/class.c | 18 +++++++++++---
gcc/fortran/expr.c | 4 +++-
gcc/fortran/gfortran.h | 18 +++++++++++---
gcc/fortran/symbol.c | 12 ++++++++++
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +-
gcc/testsuite/gfortran.dg/finalize_36.f90 | 39 +++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95503.f90 | 7 ++++++
10 files changed, 120 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_36.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95503.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_bmk_tk1/gnu-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
from 65affbdf 6: reset: binutils-gcc-glibc: 0
new d065365b 7: reset: binutils-gcc-glibc: 0
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 | 181 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 11006 +--
04-build_abe-stage1/console.log | 17495 ++--
05-build_abe-linux/console.log | 240 +-
06-build_abe-glibc/console.log | 38693 ++++----
07-build_abe-stage2/console.log | 44150 ++++-----
09-benchmark--O2_LTO_marm/benchmark-start.log | 2 +-
09-benchmark--O2_LTO_marm/console.log | 66 +-
10-check_regression/console.log | 262 +-
10-check_regression/results.log | 4 +-
10-check_regression/trigger-build-gcc | 2 +-
11-update_baseline/console.log | 10 +-
11-update_baseline/results.log | 4 +-
console.log | 114361 +++++++++++------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
17 files changed, 113325 insertions(+), 113423 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from 9322c84f465 go.test: update issue4085b.go to version from Go 1.13
adds 81568ce966d Daily bump.
adds e783a36f0b8 Daily bump.
adds 9224bcfd6a4 When avoiding double deallocation, look at namespace, expre [...]
adds 152aaef6feb PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 14 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/class.c | 18 +++++++++++---
gcc/fortran/expr.c | 4 +++-
gcc/fortran/gfortran.h | 18 +++++++++++---
gcc/fortran/symbol.c | 12 ++++++++++
gcc/testsuite/gfortran.dg/finalize_34.f90 | 2 +-
gcc/testsuite/gfortran.dg/finalize_36.f90 | 39 +++++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95503.f90 | 7 ++++++
9 files changed, 107 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_36.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95503.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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards cf6cddca 0: update: gcc-9322c84f46594f6689c6164418e35dad9770a56c: 1
new c5a10322 0: update: gcc-152aaef6feb909689132c74bebb01420dc7776e3: 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 (cf6cddca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 420 +-
04-build_abe-bootstrap_ubsan/console.log | 93131 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 93829 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 93888 insertions(+), 93744 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_tx1
in repository toolchain/ci/interesting-commits.
from 0a7c608 Add last-good efb4d745551ab22912a8a604965cf26d410a8f28 from h [...]
new 751b089 Add regression 4a557dc45650bbe500276680674afa18d291fdcc from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.