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/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards d5810e15 0: update: binutils-gcc-glibc-llvm: 1
new f1262a95 0: 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 (d5810e15)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-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 | 129 +-
02-prepare_abe/console.log | 258 +-
03-build_abe-binutils/console.log | 11074 +-
04-build_abe-stage1/console.log | 20417 ++--
05-build_abe-linux/console.log | 276 +-
06-build_abe-glibc/console.log | 20961 ++--
07-build_abe-stage2/console.log | 44977 ++++----
08-build_llvm-true/console.log | 13156 ++-
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 5 +-
10-benchmark--Oz_LTO_mthumb/console.log | 265 +-
11-check_regression/console.log | 736 +-
11-check_regression/results-0.csv | 133 +-
11-check_regression/results-1.csv | 130 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 2 +-
11-check_regression/results-full.csv | 138 +-
11-check_regression/results.csv | 46 +-
11-check_regression/results.log | 2843 +-
12-update_baseline/console.log | 909 +-
12-update_baseline/results-0.csv | 122 +-
12-update_baseline/results-1.csv | 130 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 136 +-
12-update_baseline/results.csv | 46 +-
12-update_baseline/results.log | 2864 +-
console.log | 113204 ++++++++++-----------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
29 files changed, 115237 insertions(+), 117822 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 b09431f4de1 Daily bump.
new 630474c8904 Fix streamer desynchornization caused by streamer debugging patch
new eae728e6597 testsuite: Fix up pr95548.C testcase.
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/lto-streamer-out.c | 5 +++--
gcc/testsuite/g++.dg/torture/pr95548.C | 10 ++++++----
2 files changed, 9 insertions(+), 6 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 20f6a891f62 C-SKY: Fix assembling error with -mfloat-abi=hard.
new 5afd18820f4 Add missing PR entries for recent analyzer commit.
new 22dc89f8073 vec: Fix bootstrap on i686-linux, 32-bit darwin and AIX
new 129a1319c0a diagnostics: Add new option -fdiagnostics-plain-output
new 2398c206101 i386: Improve LWP builtin expanders.
new 4c58a32f478 c++: More simplification of name_lookup api
new 32005478425 c++: Copy elision and [[no_unique_address]]. [PR93711]
The 6 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 | 14 +++
gcc/analyzer/ChangeLog | 14 +++
gcc/common.opt | 4 +
gcc/config/i386/i386-builtin.def | 12 +-
gcc/config/i386/i386-expand.c | 79 ++++++++----
gcc/config/i386/i386.md | 38 +-----
gcc/cp/call.c | 49 +++++---
gcc/cp/coroutines.cc | 8 +-
gcc/cp/cp-objcp-common.c | 2 +-
gcc/cp/cp-tree.h | 16 +--
gcc/cp/decl.c | 6 +-
gcc/cp/init.c | 3 +-
gcc/cp/name-lookup.c | 152 ++++++++++-------------
gcc/cp/name-lookup.h | 34 +++--
gcc/cp/parser.c | 34 ++---
gcc/cp/pt.c | 21 ++--
gcc/cp/rtti.c | 2 +-
gcc/cp/semantics.c | 4 +-
gcc/cp/typeck2.c | 12 +-
gcc/doc/invoke.texi | 14 +++
gcc/opts-common.c | 39 +++++-
gcc/system.h | 1 +
gcc/testsuite/g++.dg/cpp1z/aggr-base10.C | 16 +++
gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C | 13 ++
gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.C | 14 +++
gcc/testsuite/lib/c-compat.exp | 26 +++-
gcc/testsuite/lib/prune.exp | 8 +-
gcc/vec.h | 8 +-
libcc1/libcp1plugin.cc | 5 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +-
30 files changed, 412 insertions(+), 238 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/aggr-base10.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address7a.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 devel/omp/gcc-10
in repository gcc.
from 9dc77fbd268 nvptx: Add support for subword compare-and-swap
new bc332ee63c5 [Fortran] OpenMP - permit lastprivate in distribute + SIMD [...]
new b39d180f83a [Fortran] OpenMP 5 – permit more sharing clauses for SIMD ( [...]
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/fortran/ChangeLog.omp | 21 +++++++
gcc/fortran/openmp.c | 44 ++++++++++----
gcc/fortran/trans-openmp.c | 27 ++++-----
gcc/testsuite/ChangeLog.omp | 8 +++
gcc/testsuite/gfortran.dg/gomp/openmp-simd-4.f90 | 65 ++++++++++++++++++++
libgomp/ChangeLog.omp | 14 +++++
libgomp/testsuite/libgomp.fortran/pr66199-3.f90 | 53 +++++++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-4.f90 | 60 +++++++++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-5.f90 | 71 ++++++++++++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-6.f90 | 42 +++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-7.f90 | 72 ++++++++++++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-8.f90 | 76 ++++++++++++++++++++++++
libgomp/testsuite/libgomp.fortran/pr66199-9.f90 | 46 ++++++++++++++
13 files changed, 573 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/openmp-simd-4.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-3.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-4.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-5.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-6.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-7.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-8.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/pr66199-9.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 19bddbe95c1 Allow larger bfd_default_hash_table_size
new d369b608a1f gdb: add gdb_argv::as_array_view method
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 | 7 +++++++
gdb/maint.c | 2 +-
gdb/utils.c | 26 ++++++++++++++++++++++++++
gdb/utils.h | 8 ++++++++
4 files changed, 42 insertions(+), 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_bmk_tk1/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 345005dd 2: update: llvm-dc13a9a7813768e01bddd03924d6cac6fa45cd7b: 1
discards f4f7bbbe 1: reset: llvm-18279a54b5d3382874924d6a3c7775b7e22598dc: 1
discards 56118756 0: update: binutils-gcc-glibc: 1
new d5810e15 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 (345005dd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-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 | 129 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11370 +-
04-build_abe-stage1/console.log | 20219 ++--
05-build_abe-linux/console.log | 278 +-
06-build_abe-glibc/console.log | 38853 +++---
07-build_abe-stage2/console.log | 45438 +++----
08-build_llvm-true/console.log | 13323 +--
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 7 +-
10-benchmark--Oz_LTO_mthumb/console.log | 303 +-
11-check_regression/console.log | 79 +-
11-check_regression/results-0.csv | 129 +-
11-check_regression/results-1.csv | 133 +-
11-check_regression/results-brief.csv | 39 +-
11-check_regression/results-compare.csv | 1 -
11-check_regression/results-full.csv | 142 +-
11-check_regression/results.csv | 47 +-
11-check_regression/results.log | 2917 +-
12-update_baseline/console.log | 1329 +-
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/results-1.csv | 133 +-
12-update_baseline/results-brief.csv | 39 +-
12-update_baseline/results-compare.csv | 4 +-
12-update_baseline/results-full.csv | 132 +-
12-update_baseline/results.csv | 47 +-
12-update_baseline/results.log | 2111 +-
12-update_baseline/results.regressions | 2 -
console.log | 131891 +++++++++++----------
jenkins/manifest.sh | 24 +-
results_id | 2 +-
31 files changed, 136557 insertions(+), 132986 deletions(-)
delete mode 100644 12-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.