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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2b396c278 2: update: linux-1e1b28b936aed946122b4e0991e7144fdbbfd77e: 20920
new 04ea1ecb9 2: update: binutils-fcab58390fc7a972f499b8ae1b2ff06994b6c1fc: 20920
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 (2b396c278)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-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.xz | Bin 1544 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 29496 -> 30280 bytes
04-build_abe-stage1/console.log.xz | Bin 74036 -> 73560 bytes
05-build_abe-qemu/console.log.xz | Bin 33384 -> 32080 bytes
06-build_linux/console.log.xz | Bin 18300 -> 19968 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 126 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +--
9 files changed, 67 insertions(+), 67 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-9
in repository gcc.
from 029021d2190 Daily bump.
new 967f950b74b c++: fix testcases
new 30a100abe48 re PR c++/67184 (Missed optimization with C++11 final specifier)
new 945c2afcb39 c++: alias template equivalence and cv-quals [PR100032]
new 370440f9f98 c++: constexpr, inheritance, and local class [PR91933]
new e0cc2713a40 c++: access checking in aggregate initialization [PR96673]
new aa3e2a21193 c++: -Wunused, constant, and generic lambda [PR96311]
new cf475f6e235 c++: lambda in DMI in class template [PR95870]
new 45fb36bf93a c++: PMF template parm and noexcept [PR90664]
new 7ce3d2ab2a1 c++: nested generic lambda in DMI [PR101717]
new 623842bead8 c++: C++17 constexpr static data member linkage [PR99901]
new 3daf541e8fe c++: assignment to temporary [PR59950]
new 7b4bd8dbd8d c++: constexpr trivial -fno-elide-ctors [PR104646]
new 86d50501e48 c++: operator new lookup [PR98249]
new 48b8d5e028a c++: NRV and ref-extended temps [PR101442]
new de0b78d1e75 c++: template conversion op [PR101698]
new 2a9658132c4 c++: alignment of local typedef in template [PR65211]
new 4231a43fd4a c++: array new initialized from a call [PR99643]
new da999d938e5 c++: NRV in lambda in template [PR91217]
The 18 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/cp/call.c | 11 +--
gcc/cp/class.c | 13 +++-
gcc/cp/constexpr.c | 2 +-
gcc/cp/cvt.c | 5 ++
gcc/cp/decl.c | 20 +++--
gcc/cp/init.c | 4 +-
gcc/cp/lambda.c | 8 +-
gcc/cp/pt.c | 36 ++++++++-
gcc/cp/semantics.c | 3 +-
gcc/cp/typeck.c | 3 +
gcc/cp/typeck2.c | 3 -
gcc/testsuite/g++.dg/cpp0x/alias-decl-equiv1.C | 13 ++++
gcc/testsuite/g++.dg/cpp0x/constexpr-array23.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-base7.C | 15 ++++
.../g++.dg/cpp0x/constexpr-fno-elide-ctors1.C | 89 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-new5.C | 9 +++
gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C | 34 +++++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi10.C | 12 +++
.../g++.dg/cpp1y/lambda-generic-Wunused.C | 18 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C | 7 ++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr13.C | 33 ++++++++
gcc/testsuite/g++.dg/cpp1z/inline-var9.C | 40 ++++++++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type24.C | 22 ++++++
gcc/testsuite/g++.dg/cpp2a/lambda-pack-init6.C | 27 -------
gcc/testsuite/g++.dg/init/assign2.C | 6 ++
gcc/testsuite/g++.dg/lookup/new3.C | 10 +++
gcc/testsuite/g++.dg/opt/nrv20.C | 20 +++++
gcc/testsuite/g++.dg/template/conv19.C | 34 +++++++++
gcc/testsuite/g++.target/i386/vec-tmpl1.C | 17 +++++
29 files changed, 465 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-equiv1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-base7.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-fno-elide-ctors1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-new5.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi10.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-Wunused.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-this4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr13.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var9.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type24.C
delete mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-pack-init6.C
create mode 100644 gcc/testsuite/g++.dg/init/assign2.C
create mode 100644 gcc/testsuite/g++.dg/lookup/new3.C
create mode 100644 gcc/testsuite/g++.dg/opt/nrv20.C
create mode 100644 gcc/testsuite/g++.dg/template/conv19.C
create mode 100644 gcc/testsuite/g++.target/i386/vec-tmpl1.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 master
in repository linux.
from f3f19f939c11 Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/l [...]
new 3220c3b21151 drm/i915: Fix race in __i915_vma_remove_closed
new c8f0c2d45c12 Merge tag 'drm-intel-fixes-2022-05-12' of git://anongit.fr [...]
new aa482ddca85a drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems
new 9b9bd3f64064 drm/amd/display: undo clearing of z10 related function pointers
new a56f445f807b Revert "drm/amd/pm: keep the BACO feature enabled for suspend"
new c65b364c52ba drm/amdgpu/ctx: only reset stable pstate if the user chang [...]
new 5005e9814698 Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitla [...]
new 10b4b67ab582 Merge tag 'drm-fixes-2022-05-13' of git://anongit.freedesk [...]
new 3481551f0357 hwmon: (tmp401) Add OF device ID table
new 151d6dcbed83 hwmon: (ltq-cputemp) restrict it to SOC_XWAY
new 359ee4f480c6 Merge tag 'hwmon-for-v5.18-rc7' of git://git.kernel.org/pu [...]
new 205f3991a273 arm64: vdso: fix makefile dependency on vdso.so
new 2de7689c7caa arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entry
new 51f559d66527 arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUs
new 91bdba8536b8 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new b4e61fc031b1 Revert "mm/memory-failure.c: skip huge_zero_page in memory [...]
new 478d134e9506 mm/huge_memory: do not overkill when splitting huge_zero_page
new 1825b93b626e mm/hwpoison: use pr_err() instead of dump_page() in get_an [...]
new 7d1e64966162 mm: mremap: fix sign for EFAULT error return value
new 1927e498aee1 procfs: prevent unprivileged processes accessing fdinfo dir
new 260364d112bc arm[64]/memremap: don't abuse pfn_valid() to ensure presen [...]
new 5fcaa7caf5fa mailmap: add entry for martyna.szapar-mudlaw(a)intel.com
new 2839b0999c20 mm/kfence: reset PG_slab and memcg_data before freeing __k [...]
new 41c240099fe0 selftests: vm: Makefile: rename TARGETS to VMTARGETS
new 9039b8335276 MAINTAINERS: add a mailing list for DAMON development
new 364a453ab912 Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.ker [...]
The 26 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:
.mailmap | 1 +
Documentation/arm64/silicon-errata.rst | 3 +++
MAINTAINERS | 1 +
arch/arm/include/asm/io.h | 3 +++
arch/arm/mm/ioremap.c | 8 ++++++++
arch/arm64/include/asm/io.h | 4 ++++
arch/arm64/kernel/Makefile | 4 ++++
arch/arm64/kernel/cpu_errata.c | 2 ++
arch/arm64/kernel/cpufeature.c | 3 +--
arch/arm64/kernel/vdso/Makefile | 3 ---
arch/arm64/kernel/vdso32/Makefile | 3 ---
arch/arm64/mm/ioremap.c | 8 ++++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 +++++
drivers/gpu/drm/amd/amdgpu/vi.c | 17 ++++++++++++++++-
drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 5 -----
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 8 +-------
drivers/gpu/drm/i915/i915_vma.c | 11 +++++++----
drivers/hwmon/Kconfig | 2 +-
drivers/hwmon/tmp401.c | 11 +++++++++++
fs/proc/fd.c | 23 ++++++++++++++++++++++-
mm/huge_memory.c | 7 ++++++-
mm/kfence/core.c | 10 ++++++++++
mm/memory-failure.c | 15 +--------------
mm/mremap.c | 2 +-
tools/testing/selftests/vm/Makefile | 10 +++++-----
25 files changed, 121 insertions(+), 48 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 f22517aa5cf Daily bump.
new aa030fca4b7 c++: argument pack with expansion [PR86355]
new a86e0cadefe c++: mangling of lambdas in default args [PR91241]
new 20b503f1125 c++: extern template and static data member [PR99066]
new 54d1992376d c++: NRV and ref-extended temps [PR101442]
new f06e1ff97cb c++: template conversion op [PR101698]
new 4b0c04f6b1c c++: alignment of local typedef in template [PR65211]
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/cp/decl.c | 2 +-
gcc/cp/init.c | 2 +-
gcc/cp/mangle.c | 11 ++------
gcc/cp/pt.c | 22 ++++++++++++---
gcc/cp/semantics.c | 3 +-
gcc/testsuite/g++.dg/abi/lambda-defarg1.C | 11 ++++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic2.C | 13 +++++++++
gcc/testsuite/g++.dg/cpp0x/extern_template-6.C | 17 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C | 34 +++++++++++++++++++++++
gcc/testsuite/g++.dg/template/conv19.C | 34 +++++++++++++++++++++++
gcc/testsuite/g++.target/i386/vec-tmpl1.C | 17 ++++++++++++
11 files changed, 150 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/lambda-defarg1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-variadic2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/extern_template-6.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-nrv1.C
create mode 100644 gcc/testsuite/g++.dg/template/conv19.C
create mode 100644 gcc/testsuite/g++.target/i386/vec-tmpl1.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 master
in repository gcc.
from 010af1040bc testsuite: btf: Fix btf-datasec-1.c for RISC-V
new bc25483c055 [AArch64] add barriers to ool __sync builtins
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/aarch64/aarch64-protos.h | 2 +-
gcc/config/aarch64/aarch64.cc | 12 +++++--
.../gcc.target/aarch64/sync-comp-swap-ool.c | 6 ++++
.../gcc.target/aarch64/sync-op-acquire-ool.c | 6 ++++
.../gcc.target/aarch64/sync-op-full-ool.c | 9 +++++
gcc/testsuite/gcc.target/aarch64/target_attr_20.c | 2 +-
gcc/testsuite/gcc.target/aarch64/target_attr_21.c | 2 +-
libgcc/config/aarch64/lse.S | 42 +++++++++++++++++++---
libgcc/config/aarch64/t-lse | 8 ++---
9 files changed, 75 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-comp-swap-ool.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-op-acquire-ool.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sync-op-full-ool.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_gcc_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 15cfa5a08 0: update: binutils-gcc: 2
new d33ee141d 0: update: binutils-gcc: 2
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 (15cfa5a08)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/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.xz | Bin 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51288 -> 50912 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 527376 -> 526848 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 77 +++-------------------------
jenkins/manifest.sh | 12 ++---
7 files changed, 14 insertions(+), 75 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_kernel/llvm-release-aarch64-next-allmodconfig
in repository toolchain/ci/binutils-gdb.
from c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
adds 1bd729e36b Automatic date update in version.in
adds e15ecaa1e8 Automatic date update in version.in
adds 7646a5c999 Automatic date update in version.in
adds 3d549e5ccc PR29142, segv in ar with empty archive and libdeps specified
adds 7aa02500cb Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ar.c | 16 +++++++++-------
2 files changed, 10 insertions(+), 8 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_kernel/llvm-release-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bc8b3c96a 6: update: binutils-llvm-linux-qemu: 40
new 11f58558f 6: update: binutils-llvm-linux-qemu: 40
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 (bc8b3c96a)
\
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.xz | Bin 1612 -> 1748 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 31332 -> 30708 bytes
04-build_llvm/console.log.xz | Bin 58840 -> 60756 bytes
05-build_abe-qemu/console.log.xz | Bin 32176 -> 32460 bytes
06-build_linux/console.log.xz | Bin 4136 -> 3980 bytes
08-check_regression/console.log.xz | Bin 476 -> 472 bytes
09-update_baseline/console.log | 224 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++--
9 files changed, 122 insertions(+), 122 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 dc32901a022 testsuite: opt: Fix const7.C for RISC-V.
new 010af1040bc testsuite: btf: Fix btf-datasec-1.c for RISC-V
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/gcc.dg/debug/btf/btf-datasec-1.c | 1 +
1 file changed, 1 insertion(+)
--
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-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b3b5362ca 2: update: binutils-gcc-linux-qemu: 20848
new 2b396c278 2: update: linux-1e1b28b936aed946122b4e0991e7144fdbbfd77e: 20920
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 (b3b5362ca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-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.xz | Bin 1560 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30612 -> 29496 bytes
04-build_abe-stage1/console.log.xz | Bin 72552 -> 74036 bytes
05-build_abe-qemu/console.log.xz | Bin 32472 -> 33384 bytes
06-build_linux/console.log.xz | Bin 18304 -> 18300 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 58 +++++++++++++++++------------------
jenkins/manifest.sh | 13 +++-----
results | 2 +-
10 files changed, 35 insertions(+), 38 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_gcc_check_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards d128bfed8 0: update: binutils-gcc: 1
new ee5694811 0: update: binutils-gcc: 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 (d128bfed8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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.xz | Bin 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2696 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 38140 -> 37748 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 267136 -> 267076 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3816 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2664 -> 3004 bytes
07-check_regression/console.log.xz | Bin 3632 -> 3804 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 37 +-
07-check_regression/results.compare2 | 318 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 630 ++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 37 +-
08-update_baseline/results.compare2 | 318 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3587492 -> 3605056 bytes
sumfiles/g++.sum | 155 +-
sumfiles/gcc.log.xz | Bin 3141312 -> 3144996 bytes
sumfiles/gcc.sum | 4707 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 1082096 -> 1077260 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2356 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 208876 -> 209108 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2732 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 437864 -> 451340 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 3041 insertions(+), 3321 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 ade5531c9dd Move VREL values to their own enumerated type.
new dc32901a022 testsuite: opt: Fix const7.C for RISC-V.
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/const7.C | 1 +
1 file changed, 1 insertion(+)
--
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_gnu_apm/gnu-master-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 6d68a5d74 0: update: binutils-gcc-linux-glibc: 1
new 09fc0f47e 0: update: binutils-gcc-linux-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 (6d68a5d74)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-a [...]
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.xz | Bin 1860 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 31764 -> 32216 bytes
04-build_abe-stage1/console.log.xz | Bin 73364 -> 73580 bytes
06-build_abe-linux/console.log.xz | Bin 9120 -> 9176 bytes
07-build_abe-glibc/console.log.xz | Bin 239544 -> 240488 bytes
08-build_abe-stage2/console.log.xz | Bin 178668 -> 179060 bytes
09-benchmark/benchmark-build.log | 56 +-
09-benchmark/benchmark.log | 54 +-
09-benchmark/console.log.xz | Bin 3048 -> 3048 bytes
10-check_regression/console.log.xz | Bin 3464 -> 3548 bytes
10-check_regression/results-0.csv | 59417 +-
10-check_regression/results-1.csv | 78589 +--
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 272 +-
10-check_regression/results-internal.csv | 68 +-
10-check_regression/results-md5sum-0.csv | 36920 +-
10-check_regression/results-md5sum-1.csv | 36929 +-
10-check_regression/results-perf-0.csv | 257 +-
10-check_regression/results-perf-1.csv | 282 +-
10-check_regression/results-size-0.csv | 604765 +++++++++---------
10-check_regression/results-size-1.csv | 581713 ++++++++---------
10-check_regression/results-vect-0.csv | 34 +-
10-check_regression/results-vect-1.csv | 36 +-
10-check_regression/results.log | 5170 +-
11-update_baseline/console.log | 2536 +-
11-update_baseline/results-0.csv | 59417 +-
11-update_baseline/results-1.csv | 78589 +--
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 272 +-
11-update_baseline/results-internal.csv | 68 +-
11-update_baseline/results-md5sum-0.csv | 36920 +-
11-update_baseline/results-md5sum-1.csv | 36929 +-
11-update_baseline/results-perf-0.csv | 257 +-
11-update_baseline/results-perf-1.csv | 282 +-
11-update_baseline/results-size-0.csv | 604765 +++++++++---------
11-update_baseline/results-size-1.csv | 581713 ++++++++---------
11-update_baseline/results-vect-0.csv | 34 +-
11-update_baseline/results-vect-1.csv | 36 +-
11-update_baseline/results.log | 5202 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 6883552 -> 6882712 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 417828 -> 417828 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 19385120 -> 19384564 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 79288 -> 79308 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 28843596 -> 28842556 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 132848 -> 132620 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 831988 -> 831720 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 1168436 -> 1167608 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 5405244 -> 5399472 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 4183952 -> 4183460 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 292420 -> 292468 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 1275796 -> 1272888 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 8527728 -> 8560668 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 28786216 -> 28567240 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 4471368 -> 4460088 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 6864612 -> 6860632 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 8635032 -> 8633056 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 1881096 -> 1879804 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 660304 -> 660428 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 1267532 -> 1267876 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 241148 -> 240844 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 2994664 -> 2994600 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 16195452 -> 16191796 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 81152 -> 81120 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 5863564 -> 5865692 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 359180 -> 358636 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 12986668 -> 12986824 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 1315728 -> 1315772 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 52725472 -> 52733864 bytes
jenkins/manifest.sh | 24 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 6883552 -> 6882712 bytes
save-temps/401.bzip2.tar.xz | Bin 417828 -> 417828 bytes
save-temps/403.gcc.tar.xz | Bin 19385120 -> 19384564 bytes
save-temps/410.bwaves.tar.xz | Bin 79288 -> 79308 bytes
save-temps/416.gamess.tar.xz | Bin 28843596 -> 28842556 bytes
save-temps/429.mcf.tar.xz | Bin 132848 -> 132620 bytes
save-temps/433.milc.tar.xz | Bin 831988 -> 831720 bytes
save-temps/434.zeusmp.tar.xz | Bin 1168436 -> 1167608 bytes
save-temps/435.gromacs.tar.xz | Bin 5405244 -> 5399472 bytes
save-temps/436.cactusADM.tar.xz | Bin 4183952 -> 4183460 bytes
save-temps/437.leslie3d.tar.xz | Bin 292420 -> 292468 bytes
save-temps/444.namd.tar.xz | Bin 1275796 -> 1272888 bytes
save-temps/445.gobmk.tar.xz | Bin 8527728 -> 8560668 bytes
save-temps/447.dealII.tar.xz | Bin 28786216 -> 28567240 bytes
save-temps/450.soplex.tar.xz | Bin 4471368 -> 4460088 bytes
save-temps/453.povray.tar.xz | Bin 6864612 -> 6860632 bytes
save-temps/454.calculix.tar.xz | Bin 8635032 -> 8633056 bytes
save-temps/456.hmmer.tar.xz | Bin 1881096 -> 1879804 bytes
save-temps/458.sjeng.tar.xz | Bin 660304 -> 660428 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 1267532 -> 1267876 bytes
save-temps/462.libquantum.tar.xz | Bin 241148 -> 240844 bytes
save-temps/464.h264ref.tar.xz | Bin 2994664 -> 2994600 bytes
save-temps/465.tonto.tar.xz | Bin 16195452 -> 16191796 bytes
save-temps/470.lbm.tar.xz | Bin 81152 -> 81120 bytes
save-temps/471.omnetpp.tar.xz | Bin 5863564 -> 5865692 bytes
save-temps/473.astar.tar.xz | Bin 359180 -> 358636 bytes
save-temps/481.wrf.tar.xz | Bin 12986668 -> 12986824 bytes
save-temps/482.sphinx3.tar.xz | Bin 1315728 -> 1315772 bytes
save-temps/483.xalancbmk.tar.xz | Bin 52725472 -> 52733864 bytes
100 files changed, 1359978 insertions(+), 1451746 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.