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-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 6496ae5c965 Properly parse invariant &MEM addresses in the GIMPLE FE
adds 6ca03ca35a5 amdgcn: Support LLVM 13 assembler syntax
adds 205dafb6ede amdgcn: Implement -msram-ecc=any
adds 81c362c7c2b amdgcn: Fix assembler version incompatibility
adds 8ae3b44a523 build: Fix --enable-gather-detailed-mem-stats
adds 4fcf7f6800f MAINTAINERS: Add myself to DCO section
adds 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT
adds 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...]
adds 44b61586d86 Fix access node merging
new 9b239d05ffd c++: Do not warn about lifetime of std::initializer_list<T> [...]
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:
MAINTAINERS | 3 +-
gcc/c-family/c-common.c | 4 +-
gcc/config.in | 44 +++-
gcc/config/gcn/gcn-hsa.h | 65 ++++--
gcc/config/gcn/gcn-valu.md | 16 +-
gcc/config/gcn/gcn.c | 50 ++++-
gcc/config/gcn/mkoffload.c | 112 ++++++++---
gcc/configure | 266 +++++++++++++++++++++++--
gcc/configure.ac | 108 ++++++++--
gcc/cp/init.c | 11 +-
gcc/ipa-modref-tree.h | 8 +-
gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C | 33 +++
gcc/testsuite/g++.dg/torture/pr102581.C | 51 +++++
gcc/testsuite/g++.dg/warn/Winit-list5.C | 61 ++++++
gcc/toplev.c | 5 +-
gcc/toplev.h | 2 +-
gcc/tree-ssa-sccvn.c | 45 +++--
17 files changed, 760 insertions(+), 124 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr102581.C
create mode 100644 gcc/testsuite/g++.dg/warn/Winit-list5.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-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 6646834337 PR28423, use-after-free in objdump
adds cda0561f9e RISC-V: Split Zb[abc] into commented sections
adds 586dcfc81e RISC-V: Update extension version for Zb[abc] to 1.0.0
adds 9455c91957 RISC-V: Add support for Zbs instructions
adds 8baf3d0756 RISC-V: Support aliases for Zbs instructions
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-riscv.c | 7 ++++---
gas/config/tc-riscv.c | 3 +++
gas/testsuite/gas/riscv/b-ext-64.d | 26 +++++++++++++++++++++++++-
gas/testsuite/gas/riscv/b-ext-64.s | 25 +++++++++++++++++++++++++
gas/testsuite/gas/riscv/b-ext.d | 18 +++++++++++++++++-
gas/testsuite/gas/riscv/b-ext.s | 17 +++++++++++++++++
include/opcode/riscv-opc.h | 24 ++++++++++++++++++++++++
include/opcode/riscv.h | 1 +
opcodes/riscv-opc.c | 19 +++++++++++++++++++
9 files changed, 135 insertions(+), 5 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_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards b2a570532 2: update: binutils-gcc: 1
new 740796405 2: 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 (b2a570532)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1496 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 53112 -> 52696 bytes
05-build_abe-bootstrap/console.log.xz | Bin 102460 -> 102128 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 50 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 ++++----
7 files changed, 31 insertions(+), 31 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_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from 0a6041ce93 PR28403, null pointer dereference in disassemble_bytes
adds 1808483c2f PR28402, fail to allocate line number array
adds 1992e26ec4 PR28420, ecoff fuzzing failures
adds cf2ad3e662 [gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.exp
adds 24616c1995 gdb/doc: improve 'show print elements' description
adds 82f2f39d81 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/coff-mips.c | 9 ++++++++-
bfd/coffcode.h | 35 ++++++++++++++++++---------------
bfd/ecoff.c | 36 ++++++++++++++++++----------------
bfd/version.h | 2 +-
gdb/doc/gdb.texinfo | 1 -
gdb/testsuite/gdb.tui/corefile-run.exp | 2 +-
gdb/testsuite/lib/tuiterm.exp | 1 +
7 files changed, 49 insertions(+), 37 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_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 63aa2d36c 0: update: binutils-gcc: 2
new 44dab448c 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 (63aa2d36c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1528 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 53252 -> 52492 bytes
.../console.log.xz | Bin 528164 -> 528860 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 +++++++++++++++++++++
jenkins/manifest.sh | 12 +++----
7 files changed, 42 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 glibc.
from f2e06656d0 S390: Add PCI_MIO and SIE HWCAPs
new 645277434a Fix subscript error with odd TZif file [BZ #28338]
new 1836bb2ebf io: Fix ftw internal realloc buffer (BZ #28126)
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:
io/Makefile | 1 +
io/ftw.c | 39 ++++++++++-----------
io/tst-ftw-bz28126.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++
time/tzfile.c | 3 +-
4 files changed, 118 insertions(+), 22 deletions(-)
create mode 100644 io/tst-ftw-bz28126.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 9b239d05ffd c++: Do not warn about lifetime of std::initializer_list<T> [...]
new 2e6e0d86a06 c++: variadic ttp constraint subsumption [PR99904]
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/cp/pt.c | 2 ++
gcc/testsuite/g++.dg/cpp2a/concepts-ttp4.C | 9 +++++++++
2 files changed, 11 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ttp4.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 44b61586d86 Fix access node merging
new 9b239d05ffd c++: Do not warn about lifetime of std::initializer_list<T> [...]
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/cp/init.c | 11 ++++--
gcc/testsuite/g++.dg/warn/Winit-list5.C | 61 +++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Winit-list5.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_cross_build/master-arm
in repository toolchain/ci/gcc.
from 6496ae5c965 Properly parse invariant &MEM addresses in the GIMPLE FE
adds 6ca03ca35a5 amdgcn: Support LLVM 13 assembler syntax
adds 205dafb6ede amdgcn: Implement -msram-ecc=any
adds 81c362c7c2b amdgcn: Fix assembler version incompatibility
adds 8ae3b44a523 build: Fix --enable-gather-detailed-mem-stats
adds 4fcf7f6800f MAINTAINERS: Add myself to DCO section
adds 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT
new 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...]
new 44b61586d86 Fix access node merging
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:
MAINTAINERS | 3 +-
gcc/c-family/c-common.c | 4 +-
gcc/config.in | 44 +++-
gcc/config/gcn/gcn-hsa.h | 65 ++++--
gcc/config/gcn/gcn-valu.md | 16 +-
gcc/config/gcn/gcn.c | 50 ++++-
gcc/config/gcn/mkoffload.c | 112 ++++++++---
gcc/configure | 266 +++++++++++++++++++++++--
gcc/configure.ac | 108 ++++++++--
gcc/ipa-modref-tree.h | 8 +-
gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C | 33 +++
gcc/testsuite/g++.dg/torture/pr102581.C | 51 +++++
gcc/toplev.c | 5 +-
gcc/toplev.h | 2 +-
gcc/tree-ssa-sccvn.c | 45 +++--
15 files changed, 690 insertions(+), 122 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/charlit-encoding1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr102581.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.