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-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 922b43e7 0: update: binutils-llvm-linux-qemu: boot
new 1c542557 0: update: binutils-llvm-linux-qemu: boot
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 (922b43e7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30312 -> 30904 bytes
04-build_kernel_llvm/console.log.xz | Bin 61880 -> 65480 bytes
05-build_abe-qemu/console.log.xz | Bin 32384 -> 32984 bytes
06-build_linux/console.log.xz | Bin 3588 -> 3940 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 insertions(+), 15 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-12
in repository gcc.
from b96b64bec37 c++: -Waddress and value-dependent expr [PR105885]
new db29b661934 c++: anon union designated init [PR105925]
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/decl.cc | 3 +++
gcc/testsuite/g++.dg/cpp2a/desig26.C | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig26.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
in repository toolchain/ci/gcc.
from 8a15cd3396a c++: properly initialize UBSAN built-ins
adds 6e4d5300c1f c++: -Waddress and value-dependent expr [PR105885]
adds 124a9e08b7a c++: -Waddress and if constexpr [PR94554]
adds 7c1c7e120cc libstdc++: Properly remove temporary directories in filesys [...]
adds 0b14f590e3e diagnostics: add ability to associate diagnostics with rule [...]
adds 038a7150ec0 compiler: unalias types for hash/equality functions
adds 5ee8e1d1b0c compiler: in Sort_bindings return false if comparing value [...]
new 01aff2ba18a c++: context completion in lookup_template_class [PR105982]
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/common.opt | 4 ++
gcc/cp/pt.cc | 65 +++++++++++++++-------
gcc/cp/semantics.cc | 10 +++-
gcc/diagnostic-format-json.cc | 1 +
gcc/diagnostic-format-sarif.cc | 1 +
gcc/diagnostic-metadata.h | 47 +++++++++++++++-
gcc/diagnostic.cc | 48 ++++++++++++++++
gcc/diagnostic.h | 3 +
gcc/doc/invoke.texi | 10 ++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 3 +
gcc/go/gofrontend/gogo.cc | 2 +-
gcc/go/gofrontend/types.cc | 17 ++++--
gcc/opts.cc | 4 ++
gcc/testsuite/g++.dg/cpp1z/class-deduction111.C | 10 ++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C | 21 +++++++
gcc/testsuite/g++.dg/cpp1z/constexpr-if38.C | 16 ++++++
.../gcc.dg/plugin/diagnostic-test-metadata.c | 2 +-
.../plugin/diagnostic_plugin_test_metadata.c | 9 ++-
gcc/toplev.cc | 2 +
.../27_io/filesystem/iterators/error_reporting.cc | 9 ++-
.../filesystem/iterators/error_reporting.cc | 9 ++-
22 files changed, 257 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction111.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if37.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if38.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
in repository toolchain/ci/binutils-gdb.
from 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
adds c86acd3f18 Use PyBool_FromLong
new d75bdf170e Don't declare cli_set_logging
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/cli/cli-interp.h | 5 -----
gdb/python/py-cmd.c | 3 +--
gdb/python/py-symbol.c | 3 +--
gdb/python/py-type.c | 6 ++----
4 files changed, 4 insertions(+), 13 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
in repository toolchain/ci/base-artifacts.
discards 0d9472a5 0: update: binutils-gcc: 2
new ef2f55b9 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 (0d9472a5)
\
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 1492 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2712 bytes
04-build_abe-binutils/console.log.xz | Bin 52516 -> 51084 bytes
05-build_abe-bootstrap/console.log.xz | Bin 463540 -> 461504 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.