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.
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/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_gnu_cross_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 473ace02c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 1e549f3ef 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (473ace02c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/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 1584 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 45924 -> 43908 bytes
05-build_abe-stage1/console.log.xz | Bin 91640 -> 90360 bytes
07-build_abe-linux/console.log.xz | Bin 9048 -> 8980 bytes
08-build_abe-glibc/console.log.xz | Bin 230824 -> 229188 bytes
09-build_abe-stage2/console.log.xz | Bin 224520 -> 222564 bytes
10-build_abe-gdb/console.log.xz | Bin 44768 -> 43724 bytes
11-build_abe-qemu/console.log.xz | Bin 29836 -> 29256 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 14 insertions(+), 14 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-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 791c0a20f 0: update: binutils-gcc: 2
new 58c699037 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 (791c0a20f)
\
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 1544 -> 1564 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 64408 -> 64152 bytes
.../console.log.xz | Bin 954852 -> 952704 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 gcc.
from 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...]
new 44b61586d86 Fix access node merging
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/ipa-modref-tree.h | 8 ++++--
gcc/testsuite/g++.dg/torture/pr102581.C | 51 +++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 2 deletions(-)
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.
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_lto
in repository toolchain/ci/base-artifacts.
discards a270d6e21 0: update: binutils-gcc: 2
new f4ad628f9 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 (a270d6e21)
\
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 1536 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 66852 -> 66268 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 479500 -> 479212 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_cross_build/master-aarch64
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
new 4fcf7f6800f MAINTAINERS: Add myself to DCO section
new 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT
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/toplev.c | 5 +-
gcc/toplev.h | 2 +-
gcc/tree-ssa-sccvn.c | 45 ++++----
12 files changed, 600 insertions(+), 120 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_cross_build/master-aarch64
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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 2574eaad2 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new dfc42f884 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (2574eaad2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/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 1560 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2772 bytes
04-build_abe-binutils/console.log.xz | Bin 46152 -> 45288 bytes
05-build_abe-stage1/console.log.xz | Bin 72144 -> 71648 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8780 -> 8960 bytes
08-build_abe-glibc/console.log.xz | Bin 236632 -> 235256 bytes
09-build_abe-stage2/console.log.xz | Bin 200976 -> 200452 bytes
10-build_abe-gdb/console.log.xz | Bin 45456 -> 44764 bytes
11-build_abe-qemu/console.log.xz | Bin 29988 -> 29996 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 20 insertions(+), 20 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/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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards e3fd6cc12 0: update: binutils-gcc: 1
new 90a3122f7 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 (e3fd6cc12)
\
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 1544 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 53732 -> 52772 bytes
04-build_abe-gcc/console.log.xz | Bin 209772 -> 209608 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3832 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2396 -> 2532 bytes
07-check_regression/console.log.xz | Bin 2896 -> 3176 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +-
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 45 +-
07-check_regression/results.regressions | 31 +-
08-update_baseline/console.log | 322 +--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 45 +-
08-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3385400 -> 3389816 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2880356 -> 2917932 bytes
sumfiles/gcc.sum | 3989 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 863224 -> 868788 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169152 -> 169196 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 425584 -> 420728 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2450 insertions(+), 2307 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 1ebf2c14c60 tree-optimization/102608 - avoid CSEing .DEFERRED_INIT
new 348b426be3f c++: Add testcase for C++23 P2316R2 - consistent character [...]
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/cpp23/charlit-encoding1.C | 33 ++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp23/charlit-encoding1.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_ubsan
in repository toolchain/ci/base-artifacts.
discards 43860cc3b 0: update: binutils-gcc: 2
new de7d499d2 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 (43860cc3b)
\
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 1556 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 53644 -> 52736 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 319772 -> 321164 bytes
06-check_regression/console.log.xz | Bin 420 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.