This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 699e9a0f671 openmp: Fix up include of the generic allocator.c
new a05aac0a130 rs6000: Delete FP_ISA3
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/rs6000/rs6000.md | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 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_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 8ee1efb86 0: update: binutils-2d9cf99d9a6c701de912d3e95ea3ffa134af4c62: 6
new a16d70681 0: update: gdb-2d9cf99d9a6c701de912d3e95ea3ffa134af4c62: 6
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 (8ee1efb86)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1508 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 50908 -> 50748 bytes
05-build_abe-gcc/console.log.xz | Bin 231260 -> 232412 bytes
07-build_abe-linux/console.log.xz | Bin 11132 -> 11276 bytes
08-build_abe-glibc/console.log.xz | Bin 229512 -> 231612 bytes
09-build_abe-gdb/console.log.xz | Bin 47248 -> 49648 bytes
10-check_regression/console.log.xz | Bin 420 -> 416 bytes
11-update_baseline/console.log | 6 +++---
jenkins/manifest.sh | 8 ++++----
10 files changed, 7 insertions(+), 7 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/master-aarch64
in repository toolchain/ci/gcc.
from 2fc6e3d55f6 This patch replaces shift and ior insns with one rotate and [...]
adds 269edf4e5e6 Update {skylake,icelake,alderlake}_cost to add a bit prefer [...]
adds 17f52a1c725 openmp: Add support for HBW or large capacity or interleave [...]
adds 2dc19a1b590 doc: Fix up -Waddress documentation
adds 209de00fdb9 OpenMP: Handle ancestor:1 with discover_declare_target
adds 97b81fb0363 c++: Better module initializer code
adds 702a11ade2e RISC-V: Use a tab rather than space with FSFLAGS
adds 4c334e0e4ff c++: Fix up ICE on __builtin_shufflevector constexpr evalua [...]
adds 699e9a0f671 openmp: Fix up include of the generic allocator.c
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/x86-tune-costs.h | 26 +-
gcc/config/riscv/riscv.md | 4 +-
gcc/cp/constexpr.cc | 13 +-
gcc/cp/cp-tree.h | 3 +-
gcc/cp/decl2.cc | 32 +-
gcc/cp/module.cc | 23 +-
gcc/doc/invoke.texi | 4 +-
gcc/omp-offload.cc | 21 +-
.../c-c++-common/gomp/reverse-offload-1.c | 93 ++++++
gcc/testsuite/g++.dg/modules/init-2_a.C | 2 +
gcc/testsuite/g++.dg/modules/init-2_b.C | 2 +
gcc/testsuite/g++.dg/pr105871.C | 12 +
gcc/testsuite/g++.target/i386/pr105638.C | 3 +-
gcc/testsuite/gcc.target/i386/pr105493.c | 51 +++
gcc/testsuite/gcc.target/i386/pr91446.c | 2 +-
gcc/testsuite/gcc.target/i386/pr99881.c | 2 +-
libgomp/allocator.c | 365 ++++++++++++++++++++-
libgomp/config/linux/allocator.c | 36 ++
18 files changed, 621 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/reverse-offload-1.c
create mode 100644 gcc/testsuite/g++.dg/pr105871.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr105493.c
create mode 100644 libgomp/config/linux/allocator.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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from d21691eaa7 Automatic date update in version.in
adds 417d2514ef gdb/testsuite: resolve duplicate test name in gnu_vector.exp
adds b1054b67df gdb/testsuite: resolve duplicate test names in gdb.threads/tls.exp
adds 8f4141b0ae gdb: add Yvan Roux to gdb/MAINTAINERS
adds 61ee7510b3 gdb/testsuite: use test_compiler_info in gcc_major_version
adds 1562f64fec gdb/testsuite: remove get_compiler_info calls from gdb.exp a [...]
adds 08b326ee0a gdb/testsuite: make 'c' default language for get/test compiler info
adds 0e471fde07 gdb/testsuite: handle errors better in test_compiler_info
adds 575a212a78 gdb/testsuite: solve problems with compiler_info caching
adds 148ca9dd5c gdb/arm: Terminate unwinding when LR is 0xffffffff
adds 8db775b211 Fix ARM_CC_FOR_TARGET handling
adds 1ef3351b7b gdb/arm: Simplify logic for updating addresses
adds 2d9cf99d9a gdb/arm: Document and fix exception stack offsets
adds 396d2e56be gdb/aarch64: fix 32-bit arm compatibility
No new revisions were added by this update.
Summary of changes:
gdb/MAINTAINERS | 1 +
gdb/aarch64-linux-nat.c | 114 +++++++++++++++++++++++++++++-----
gdb/arm-tdep.c | 85 ++++++++++++++++++++++---
gdb/testsuite/gdb.base/gnu_vector.exp | 20 +++---
gdb/testsuite/gdb.threads/tls.exp | 5 +-
gdb/testsuite/lib/dwarf.exp | 8 ---
gdb/testsuite/lib/gdb.exp | 91 ++++++++++++++-------------
7 files changed, 238 insertions(+), 86 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/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 4f95304f9 0: update: binutils-d21691eaa7e851a7600ce1f616c5289b7c69055b: 1
new 8a14d3444 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 (4f95304f9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1468 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2716 bytes
03-build_abe-binutils/console.log.xz | Bin 38072 -> 39420 bytes
04-build_abe-gcc/console.log.xz | Bin 212756 -> 212688 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3844 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2568 -> 2564 bytes
07-check_regression/console.log.xz | Bin 2888 -> 3396 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 29 +-
07-check_regression/results.compare2 | 106 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 362 +--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 29 +-
08-update_baseline/results.compare2 | 106 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 13 +-
sumfiles/g++.log.xz | Bin 3540976 -> 3559236 bytes
sumfiles/g++.sum | 172 +-
sumfiles/gcc.log.xz | Bin 3060296 -> 3047704 bytes
sumfiles/gcc.sum | 4687 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1041672 -> 1033976 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2180 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 204284 -> 204336 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 446604 -> 439664 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2899 insertions(+), 2751 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete 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 linux.
from 6bfb56e93bce cert host tools: Stop complaining about deprecated OpenSSL [...]
new 7aefd8b53815 drm: imx: fix compiler warning with gcc-12
new 49beadbd47c2 gcc-12: disable '-Wdangling-pointer' warning for now
new 842c3b3ddc5f mellanox: mlx5: avoid uninitialized variable warning with gcc-12
new f0be87c42cbd gcc-12: disable '-Warray-bounds' universally for now
new 507160f46c55 netfs: gcc-12: temporarily disable '-Wattribute-warning' for now
new c76acfb7e19d net: phy: dp83867: retrigger SGMII AN when link change
new f55a07074fdd amt: fix wrong usage of pskb_may_pull()
new d16207f92a4a amt: fix possible null-ptr-deref in amt_rcv()
new d7970039d87c amt: fix wrong type string definition
new 41bdb8a0cc47 Merge branch 'amt-fix-several-bugs-in-amt_rcv'
new b8d91399775c net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register
new 5e74a4b3ec18 stmmac: intel: Fix an error handling path in intel_eth_pci [...]
new 662a80946ce1 af_unix: Fix a data-race in unix_dgram_peer_wake_me().
new cf67838c4422 selftests net: fix bpf build error
new 282e5f8fe907 netfilter: nat: really support inet nat without l3 address
new ab5e5c062f67 netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release h [...]
new b6d9014a3335 netfilter: nf_tables: delete flowtable hooks via transaction list
new 2c9e4559773c netfilter: nf_tables: always initialize flowtable hook lis [...]
new c271cc9febaa netfilter: nf_tables: release new hooks on unsupported flo [...]
new 9dd732e0bdf5 netfilter: nf_tables: memleak flow rule from commit path
new 3a41c64d9c11 netfilter: nf_tables: bail out early if hardware offload i [...]
new 91ffb0893291 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
new 0737e018a05e net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list
new f5826c8c9d57 net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure
new 35b42dce6197 net: mdio: unexport __init-annotated mdio_bus_init()
new 4a388f08d878 net: xfrm: unexport __init-annotated xfrm4_protocol_init()
new 5801f064e351 net: ipv6: unexport __init-annotated seg6_hmac_init()
new 653926f6938d Merge branch 'net-unexport-some-symbols-that-are-annotated [...]
new 77e5fe8f176a nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION
new 996419e0594a nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling
new f2e19b36593c nfc: st21nfca: fix incorrect sizing calculations in EVT_TR [...]
new e44c8f4080ca Merge branch 'split-nfc-st21nfca-refactor-evt_transaction-into-3'
new 8a4d480702b7 nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred
new f93431c86b63 ipv6: Fix signed integer overflow in __ip6_append_data
new f638a84afef3 ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg
new a6958951ebe7 au1000_eth: stop using virt_to_bus()
new 10f3b29c65bb bpf, arm64: Clear prog->jited_len along prog->jited
new fd58f7df2415 bpf: Use safer kvmalloc_array() where possible
new f858c2b2ca04 bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
new 2cf7b7ffdae5 selftests/bpf: Add selftest for calling global functions f [...]
new d678cbd2f867 xsk: Fix handling of invalid descriptors in XSK TX batching API
new 7c217aca85dd MAINTAINERS: Add a maintainer for bpftool
new d5d4c36398ba Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
new 8d21e9963bec ip_gre: test csum_start instead of transport header
new 2f2c0d2919a1 net: ethernet: mtk_eth_soc: fix misuse of mem alloc interf [...]
new 2061ecfdf235 net: openvswitch: fix misuse of the cached connection on t [...]
new 11ec18b1d8d9 net: altera: Fix refcount leak in altera_tse_mdio_create
new 47e96930d6e6 net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling [...]
new 2b4bb9cd9bcd net: dsa: mv88e6xxx: fix BMSR error to be consistent with others
new b4d78731b34b net: dsa: mv88e6xxx: correctly report serdes link failure
new 5d4af9c1f04a Merge branch 'mv88e6xxx-fixes-for-reading-serdes-state'
new 803e9895ea2b ixgbe: fix bcast packets Rx on VF after promisc removal
new 7bb0fb7c63df ixgbe: fix unexpected VLAN Rx in promisc mode on VF
new 568a32f5653d Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux [...]
new 487994ff7588 net: dsa: realtek: rtl8365mb: fix GMII caps for ports with [...]
new e67b72b90b7e tcp: use alloc_large_system_hash() to allocate table_perturb
new 647df0d41b6b net: amd-xgbe: fix clang -Wformat warning
new 825464e79db4 Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/l [...]
new 743cdb7bd0f1 powerpc/kasan: Mark more real-mode code as not to be instrumented
new a1b29ba2f2c1 powerpc/kasan: Silence KASAN warnings in __get_wchan()
new 1346d00e1bdf powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACK
new 07bf9431b159 powerpc/papr_scm: don't requests stats with '0' sized stat [...]
new 3e8635fb2e07 powerpc/kasan: Force thread size increase with KASAN
new 7ad4bd887d27 powerpc/book3e: get rid of #include <generated/compile.h>
new 8e1278444446 powerpc/32: Fix overread/overwrite of thread_struct via ptrace
new 95fc76c81b92 Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm [...]
The 66 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:
MAINTAINERS | 7 +++
Makefile | 4 ++
arch/arm64/net/bpf_jit_comp.c | 1 +
arch/powerpc/Kconfig | 2 -
arch/powerpc/include/asm/thread_info.h | 10 +++-
arch/powerpc/kernel/Makefile | 2 +
arch/powerpc/kernel/process.c | 4 +-
arch/powerpc/kernel/ptrace/ptrace-fpu.c | 20 +++++---
arch/powerpc/kernel/ptrace/ptrace.c | 3 ++
arch/powerpc/kernel/rtas.c | 4 +-
arch/powerpc/kexec/crash.c | 2 +-
arch/powerpc/mm/nohash/kaslr_booke.c | 8 +--
arch/powerpc/platforms/powernv/Makefile | 1 +
arch/powerpc/platforms/pseries/papr_scm.c | 3 ++
arch/s390/Kconfig | 1 +
arch/s390/Makefile | 10 +---
drivers/gpu/drm/imx/ipuv3-crtc.c | 2 +-
drivers/net/amt.c | 59 +++++++++++++++-------
drivers/net/dsa/lantiq_gswip.c | 4 +-
drivers/net/dsa/mv88e6xxx/serdes.c | 35 +++++++------
drivers/net/dsa/realtek/rtl8365mb.c | 38 ++++----------
drivers/net/ethernet/altera/altera_tse_main.c | 6 ++-
drivers/net/ethernet/amd/au1000_eth.c | 22 ++++----
drivers/net/ethernet/amd/au1000_eth.h | 4 +-
drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 2 +-
drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c | 1 +
drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 8 +--
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 21 +++++++-
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 2 +-
drivers/net/ethernet/mellanox/mlx5/core/lag/lag.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 4 +-
drivers/net/phy/dp83867.c | 29 +++++++++++
drivers/net/phy/mdio_bus.c | 1 -
drivers/nfc/nfcmrvl/usb.c | 16 +++++-
drivers/nfc/st21nfca/se.c | 53 ++++++++++---------
fs/afs/inode.c | 3 ++
fs/ceph/inode.c | 3 ++
include/net/flow_offload.h | 1 +
include/net/ipv6.h | 4 +-
include/net/netfilter/nf_tables.h | 1 -
include/net/netfilter/nf_tables_offload.h | 2 +-
init/Kconfig | 9 ++++
kernel/bpf/btf.c | 3 +-
kernel/trace/bpf_trace.c | 8 +--
net/core/flow_offload.c | 6 +++
net/ipv4/inet_hashtables.c | 10 ++--
net/ipv4/ip_gre.c | 11 ++--
net/ipv4/xfrm4_protocol.c | 1 -
net/ipv6/ip6_output.c | 6 +--
net/ipv6/seg6_hmac.c | 1 -
net/l2tp/l2tp_ip6.c | 5 +-
net/netfilter/nf_tables_api.c | 54 +++++++++-----------
net/netfilter/nf_tables_offload.c | 23 ++++++++-
net/netfilter/nft_nat.c | 3 +-
net/openvswitch/actions.c | 6 +++
net/openvswitch/conntrack.c | 4 +-
net/unix/af_unix.c | 2 +-
net/xdp/xsk.c | 5 +-
net/xdp/xsk_queue.h | 8 ---
.../selftests/bpf/prog_tests/fexit_bpf2bpf.c | 14 +++++
.../selftests/bpf/progs/freplace_global_func.c | 18 +++++++
tools/testing/selftests/net/bpf/Makefile | 4 +-
tools/testing/selftests/netfilter/nft_nat.sh | 43 ++++++++++++++++
63 files changed, 428 insertions(+), 221 deletions(-)
create mode 100644 tools/testing/selftests/bpf/progs/freplace_global_func.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 releases/gcc-10
in repository gcc.
from 78a015199ae Daily bump.
new 2ac862bf33e configure: Avoid unnecessary constraints on executables for [...]
new e1f99a4b056 Darwin, jit: Fix build [PR100613].
new d75b8abc7b0 JIT, testsuite, Darwin: Initial testsuite fixes.
new 9f6a1fefe9b Jit, testsuite: Amend expect processing to tolerate more pl [...]
The 4 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/Makefile.in | 7 -
gcc/configure | 18 +-
gcc/configure.ac | 10 -
gcc/jit/Make-lang.in | 88 +++++++-
gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 +-
gcc/jit/docs/examples/tut04-toyvm/toyvm.cc | 2 +-
gcc/jit/jit-dejagnu.h | 338 +++++++++++++++++++++++++++++
gcc/testsuite/jit.dg/harness.h | 2 +-
gcc/testsuite/jit.dg/jit.exp | 142 ++++++++----
gcc/testsuite/lib/target-supports.exp | 15 ++
10 files changed, 537 insertions(+), 87 deletions(-)
create mode 100644 gcc/jit/jit-dejagnu.h
--
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_native_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
discards 9f010bd08 0: update: binutils-gcc-linux-glibc-gdb: 1
new 351b5dfd9 0: update: gdb-2d9cf99d9a6c701de912d3e95ea3ffa134af4c62: 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 (9f010bd08)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gdb/mas [...]
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 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 52316 -> 50996 bytes
04-build_abe-gcc/console.log.xz | Bin 230980 -> 231240 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9200 -> 11076 bytes
07-build_abe-glibc/console.log.xz | Bin 232840 -> 229292 bytes
08-build_abe-gdb/console.log.xz | Bin 50388 -> 50036 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3900 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2356 -> 2300 bytes
11-check_regression/console.log.xz | Bin 10048 -> 6216 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/fails.sum | 38 +-
11-check_regression/results.compare | 87 +-
11-check_regression/results.compare2 | 2195 ++---------
11-check_regression/results.regressions | 87 +-
12-update_baseline/console.log | 4406 +++++++--------------
12-update_baseline/extra-bisect-params | 2 +-
12-update_baseline/fails.sum | 38 +-
12-update_baseline/results.compare | 87 +-
12-update_baseline/results.compare2 | 2195 ++---------
12-update_baseline/results.regressions | 87 +-
jenkins/manifest.sh | 16 +-
sumfiles/gdb.log.xz | Bin 1645348 -> 1583488 bytes
sumfiles/gdb.sum | 6345 ++++++++++++++++++-------------
25 files changed, 5808 insertions(+), 9777 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.