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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards be765029 0: update: binutils-llvm-linux-qemu: boot
new a973fab2 0: update: binutils-llvm-linux-qemu: 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 (be765029)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 66 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-binutils/console.log | 11736 +++++++-------
04-build_llvm/console.log | 13231 ++++++++--------
05-build_linux/console.log | 471 +-
06-build_abe-qemu/console.log | 4570 +++---
07-boot_linux/console.log | 4 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 12 +-
console.log | 30496 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
results | 2 +-
12 files changed, 30518 insertions(+), 30486 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 dce586ff83e libstdc++: Implement missing operator overloads in max_size_type.h
new 99415d0f187 tree-optimization/98834 - fix optimization regression with _b_c_p
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/g++.dg/opt/pr98834.C | 71 ++++++++++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 12 ++++++-
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr98834.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_O3
in repository toolchain/ci/gcc.
from 7987beec679 Fortran: Fix for class defined operators [PR99125].
adds 77643ac4bbd PR tree-optimization/99489 - ICE calling strncat after strcat
adds 5e93c2f08f3 Daily bump.
adds 553488851dd i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321]
adds c2d7c39fcb8 PR fortran/99112 - ICE with runtime diagnostics for SIZE in [...]
adds 9844eeff5ab Daily bump.
adds 52b67943d1d testsuite: fix typo in testcase pr99492.c
new b516a153715 Fix -Wstring-concatenation warning.
new f20fe2cb213 OpenMP: Fix 'omp declare target' handling for vars [PR99509]
new 21ced2776a1 Fortran: Fix problem with allocate initialization [PR99545].
new 52654036a54 Handle EXEC_IOLENGTH in doloop_contained_procedure_code.
new 5b32a1817d9 znver3 tuning part 1
The 5 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:
ChangeLog | 9 ++
gcc/ChangeLog | 24 ++++
gcc/DATESTAMP | 2 +-
gcc/builtins.c | 2 +-
gcc/c/c-decl.c | 22 +++-
gcc/config/i386/i386-options.c | 2 +-
gcc/config/i386/sse.md | 58 ++++-----
gcc/config/i386/x86-tune-costs.h | 134 +++++++++++++++++++++
gcc/cp/decl.c | 21 +++-
gcc/fortran/ChangeLog | 17 +++
gcc/fortran/frontend-passes.c | 7 ++
gcc/fortran/trans-expr.c | 14 ++-
gcc/fortran/trans-intrinsic.c | 28 +++--
gcc/fortran/trans-stmt.c | 2 +-
gcc/spellcheck.c | 2 +-
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.dg/Wstringop-truncation-9.c | 41 +++++++
gcc/testsuite/gcc.target/powerpc/pr99492.c | 6 +-
gcc/testsuite/gfortran.dg/do_check_16.f90 | 13 ++
gcc/testsuite/gfortran.dg/do_check_17.f90 | 16 +++
gcc/testsuite/gfortran.dg/pr99112.f90 | 27 +++++
gcc/testsuite/gfortran.dg/pr99545.f90 | 40 ++++++
.../libgomp.c-c++-common/declare_target-1.c | 22 ++++
23 files changed, 471 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation-9.c
create mode 100644 gcc/testsuite/gfortran.dg/do_check_16.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_check_17.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr99112.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr99545.f90
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/declare_target-1.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_O3
in repository toolchain/ci/base-artifacts.
discards 775d552e 0: update: gcc-7987beec679898cfa75839551d55ae5234a216bd: 1
new 82b62946 0: update: gcc-5b32a1817d9aa042698350b04496db6f4fce62d4: 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 (775d552e)
\
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 | 166 +-
02-prepare_abe/console.log | 178 +-
04-build_abe-bootstrap_O3/console.log | 63939 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 64239 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 64256 insertions(+), 64278 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 4e6db99c66 elf: ld.so --help calls _dl_init_paths without a main map [B [...]
new 95c68080a3 support: Typo and formatting fixes
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:
support/support_capture_subprocess.c | 2 +-
support/support_subprocess.c | 6 +++---
2 files changed, 4 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 releases/gcc-10
in repository gcc.
from 9b0bbe19afb ira: Make sure allocno copies are ordered [PR98791]
new a14691e924e tree-nested: Update assert for Fortran module vars [PR97927]
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/gfortran.dg/module_variable_3.f90 | 37 +++++++++++++++++++++++++
gcc/tree-nested.c | 1 +
2 files changed, 38 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/module_variable_3.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 binutils-gdb.
from 3b5c4de0cf9 Call ada_ensure_varsize_limit in indirection
new 6813ceb03f8 Fix unary + in Ada
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/ada-exp.y | 8 +++++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.ada/fixed_points.exp | 5 +++++
4 files changed, 18 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 33f36b34ac2 analyzer: fix missing comma in initializer
new dce586ff83e libstdc++: Implement missing operator overloads in max_size_type.h
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:
libstdc++-v3/include/bits/max_size_type.h | 78 +++++++++++++++++++++-
.../testsuite/std/ranges/iota/max_size_type.cc | 36 ++++++++++
2 files changed, 112 insertions(+), 2 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 5b32a1817d9 znver3 tuning part 1
new 33f36b34ac2 analyzer: fix missing comma in initializer
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/analyzer/sm-file.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.