This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from d73846862b5 Daily bump.
new e025298cfcb Fortran : Bogus error with additional blanks in type(*) PR95829
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/decl.c | 2 +-
gcc/testsuite/gfortran.dg/pr95829.f90 | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95829.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 gcc.
from 624e60f0809 Fortran : Bogus error with additional blanks in type(*) PR95829
new c4076255e63 gcov: rename 2 options.
new 4222fd8e94c gcov: shorted one option help message
new deda4625f1b move ILS include to system.h
new 7b3adfa7bb4 tree-optimization/95839 - teach SLP vectorization about vec [...]
new 8439b0818e7 gcov: avoid trailing space.
new aa8b5ca0b54 arm: Fix handler-align.c testcase [PR target/94743]
new 8461191b826 Adjust text of expected warnings changed in PR c++/86568.
The 7 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/doc/gcov.texi | 8 +-
gcc/gcov.c | 17 +--
gcc/graphite-dependences.c | 2 +-
gcc/graphite-isl-ast-to-gimple.c | 2 +-
gcc/graphite-optimize-isl.c | 2 +-
gcc/graphite-poly.c | 2 +-
gcc/graphite-scop-detection.c | 2 +-
gcc/graphite-sese-to-poly.c | 11 +-
gcc/graphite.c | 2 +-
gcc/graphite.h | 16 ---
gcc/system.h | 23 +++-
gcc/testsuite/g++.dg/gcov/loop.C | 2 +-
gcc/testsuite/gcc.dg/vect/bb-slp-pr95839-2.c | 20 ++++
gcc/testsuite/gcc.target/arm/handler-align.c | 2 +-
gcc/tree-vect-slp.c | 119 ++++++++++++++++++---
.../basic_string_view/cons/char/nonnull.cc | 6 +-
.../basic_string_view/cons/wchar_t/nonnull.cc | 6 +-
.../operations/compare/char/nonnull.cc | 4 +-
.../operations/find/char/nonnull.cc | 12 +--
.../operations/rfind/char/nonnull.cc | 4 +-
20 files changed, 185 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr95839-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_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 871ea144 0: update: gcc-c9c05f7323f2d92252c46aea042a2c2d5b11a4dd: 1
new 5527b3c7 0: update: gcc-a580aca1b6dad32e621d4c8c8ceaab6d0c52f6c1: 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 (871ea144)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 183 +-
02-prepare_abe/console.log | 442 +-
04-build_abe-bootstrap_ubsan/console.log | 77508 ++++++++++++++--------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 2 +-
console.log | 78177 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 78157 insertions(+), 78169 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/llvm-release-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from de6a3297416 Daily bump.
adds cb797c730dd PR fortran/95881 - ICE in resolve_symbol, at fortran/resolv [...]
adds d8f8749e9c8 Daily bump.
adds d8d451ec344 Daily bump.
adds c49ed508f1d Daily bump.
adds dc0a5685641 Do not generate recursion check for compiler-generated procedures.
adds 1b9f2e47a7d arm: Don't generate invalid LDRD insns
adds 57aa039a755 Daily bump.
new a833478ca98 Fortran : Bogus error with additional blanks in type(*) PR95829
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 | 8 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm.c | 28 ++++++++++++----------
gcc/fortran/ChangeLog | 17 +++++++++++++
gcc/fortran/decl.c | 2 +-
gcc/fortran/resolve.c | 1 +
gcc/fortran/trans-decl.c | 2 +-
gcc/testsuite/ChangeLog | 24 +++++++++++++++++++
.../gcc.c-torture/compile/packed-aligned-1.c | 11 +++++++++
.../gcc.c-torture/execute/packed-aligned.c | 28 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95829.f90 | 14 +++++++++++
gcc/testsuite/gfortran.dg/pr95881.f90 | 11 +++++++++
gcc/testsuite/gfortran.dg/recursive_check_16.f90 | 25 +++++++++++++++++++
13 files changed, 158 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/packed-aligned-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/packed-aligned.c
create mode 100644 gcc/testsuite/gfortran.dg/pr95829.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95881.f90
create mode 100644 gcc/testsuite/gfortran.dg/recursive_check_16.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_tx1/llvm-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 0cf1930a 0: update: binutils-gcc-glibc-llvm: 1
new 65acd007 0: update: binutils-gcc-glibc-llvm: 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 (0cf1930a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11176 +--
04-build_abe-stage1/console.log | 11537 ++--
05-build_abe-linux/console.log | 88 +-
06-build_abe-glibc/console.log | 29857 ++++----
07-build_abe-stage2/console.log | 36323 +++++-----
08-build_llvm-true/console.log | 12492 ++--
10-benchmark--Os/benchmark-start.log | 2 +-
10-benchmark--Os/benchmark.log | 9 +-
10-benchmark--Os/console.log | 283 +-
11-check_regression/console.log | 168 +-
11-check_regression/results-0.csv | 2224 +-
11-check_regression/results-1.csv | 2244 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 6 +-
11-check_regression/results-full.csv | 2414 +-
11-check_regression/results.csv | 166 +-
11-check_regression/results.log | 2450 +-
12-update_baseline/console.log | 2540 +-
12-update_baseline/results-0.csv | 2224 +-
12-update_baseline/results-1.csv | 2244 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 6 +-
12-update_baseline/results-full.csv | 2414 +-
12-update_baseline/results.csv | 166 +-
12-update_baseline/results.log | 2440 +-
console.log | 105228 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
30 files changed, 115003 insertions(+), 114334 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_cross/gnu-release-aarch64-check_cross
in repository toolchain/ci/base-artifacts.
discards cce4e473 2: update: binutils-gcc-glibc-qemu: 1
new 479eb594 2: update: binutils-gcc-glibc-qemu: 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 (cce4e473)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-aarch6 [...]
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 | 180 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11483 ++-
04-build_abe-stage1/console.log | 13762 ++-
05-build_abe-linux/console.log | 288 +-
06-build_abe-glibc/console.log | 31398 +++----
07-build_abe-stage2/console.log | 38552 ++++----
08-build_abe-qemu/console.log | 1970 +-
09-build_abe-dejagnu/console.log | 328 +-
10-build_abe-check_gcc/console.log | 28650 +++---
11-check_regression/console.log | 50 +-
11-check_regression/results.regressions | 28 +-
12-update_baseline/console.log | 264 +-
12-update_baseline/results.regressions | 27 +-
console.log | 142523 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 25 +-
sumfiles/gfortran.sum | 6 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
22 files changed, 134883 insertions(+), 135105 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/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards f4382e47 5: update: binutils-gcc-glibc-llvm: 1
new 7ed2c5f3 5: update: binutils-gcc-glibc-llvm: 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 (f4382e47)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 151 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11130 +--
04-build_abe-stage1/console.log | 13526 ++--
05-build_abe-linux/console.log | 282 +-
06-build_abe-glibc/console.log | 39058 +++++-----
07-build_abe-stage2/console.log | 35994 ++++-----
08-build_llvm-true/console.log | 12688 ++-
10-benchmark--Oz_LTO/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO/benchmark.log | 7 +-
10-benchmark--Oz_LTO/console.log | 203 +-
11-check_regression/console.log | 728 +-
11-check_regression/results-0.csv | 111 +-
11-check_regression/results-1.csv | 108 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 118 +-
11-check_regression/results.csv | 46 +-
11-check_regression/results.log | 2584 +-
12-update_baseline/console.log | 1550 +-
12-update_baseline/results-1.csv | 108 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 108 +-
12-update_baseline/results.csv | 46 +-
12-update_baseline/results.log | 1906 +-
console.log | 115760 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
27 files changed, 118637 insertions(+), 118085 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.