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 90cb088ece8 i386: vcvtph2ps and vcvtps2ph should be used to convert _Fl [...]
adds 8dedf065aff c++: Fix up taking address of an immediate function diagnos [...]
adds a70faf6e4df Fix handling of in_flags in update_escape_summary_1
adds 0178b73a020 libstdc++: Move std::to_address tests to more appropriate place
adds 906cad89b39 Fix failure in inlline-9.c testcase
adds 2cadaa1f134 Minor ipa-modref tweaks
adds f1ec39c86c3 d: fix ASAN in option processing
No new revisions were added by this update.
Summary of changes:
gcc/cp/cp-gimplify.c | 77 ++++++++++++++++++----
gcc/cp/cp-tree.h | 6 ++
gcc/cp/pt.c | 9 ++-
gcc/cp/tree.c | 3 +
gcc/cp/typeck.c | 38 +++++------
gcc/d/d-attribs.cc | 4 +-
gcc/ipa-modref.c | 26 ++++----
gcc/testsuite/g++.dg/cpp2a/consteval20.C | 4 ++
gcc/testsuite/g++.dg/cpp2a/consteval23.C | 4 ++
.../g++.dg/cpp2a/{consteval23.C => consteval25.C} | 10 ++-
gcc/testsuite/g++.dg/cpp2a/srcloc20.C | 44 +++++++++++++
gcc/testsuite/gcc.dg/ipa/inline-9.c | 2 +-
.../testsuite/20_util/pointer_traits/lwg3545.cc | 19 ------
.../testsuite/20_util/to_address/lwg3545.cc | 27 +++++++-
14 files changed, 199 insertions(+), 74 deletions(-)
copy gcc/testsuite/g++.dg/cpp2a/{consteval23.C => consteval25.C} (51%)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/srcloc20.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 c0f9d65827 sim: mips: avoid _ namespace
adds 4780e5e493 [gas] Fix file 0 dir with -gdwarf-5
adds 3a337a86d9 opcodes/riscv: add disassembler options support to libopcodes
adds 61a5375b84 gdb: add risc-v disassembler options support
No new revisions were added by this update.
Summary of changes:
gas/ChangeLog | 7 ++
gas/dwarf2dbg.c | 10 ++-
gas/testsuite/gas/i386/dwarf5-line-4.d | 2 +-
gdb/riscv-tdep.c | 8 ++
include/ChangeLog | 5 ++
include/dis-asm.h | 1 +
opcodes/ChangeLog | 9 ++
opcodes/riscv-dis.c | 147 +++++++++++++++++++++++++++++++--
8 files changed, 177 insertions(+), 12 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 6200f5b8 0: update: binutils-gcc: 2
new dc31ea10 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 (6200f5b8)
\
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 1532 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 63632 -> 65324 bytes
05-build_abe-bootstrap/console.log.xz | Bin 466156 -> 464288 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.
unknown user pushed a change to branch master
in repository gcc.
from f1ec39c86c3 d: fix ASAN in option processing
new 1ecc9ba5783 libstdc++: Remove redundant xfail selectors in dg-do compile tests
new 0a12bd92d14 libstdc++: Fix dg-do directive for tests supposed to be run
new 665f726b8a1 libstdc++: Ensure dg-add-options comes after dg-options
The 3 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:
.../basic_string_view/element_access/char/back_constexpr_neg.cc | 2 +-
.../21_strings/basic_string_view/element_access/char/constexpr_neg.cc | 2 +-
.../basic_string_view/element_access/char/front_constexpr_neg.cc | 2 +-
.../basic_string_view/element_access/wchar_t/back_constexpr_neg.cc | 2 +-
.../basic_string_view/element_access/wchar_t/constexpr_neg.cc | 2 +-
.../basic_string_view/element_access/wchar_t/front_constexpr_neg.cc | 2 +-
libstdc++-v3/testsuite/23_containers/span/101411.cc | 2 +-
.../testsuite/23_containers/unordered_map/modifiers/move_assign.cc | 2 +-
libstdc++-v3/testsuite/25_algorithms/copy/debug/constexpr_neg.cc | 2 +-
.../testsuite/25_algorithms/copy_backward/debug/constexpr_neg.cc | 2 +-
libstdc++-v3/testsuite/25_algorithms/equal/constexpr_neg.cc | 2 +-
libstdc++-v3/testsuite/25_algorithms/equal/debug/constexpr_neg.cc | 2 +-
.../25_algorithms/lower_bound/debug/constexpr_partitioned_neg.cc | 2 +-
.../25_algorithms/lower_bound/debug/constexpr_partitioned_pred_neg.cc | 2 +-
.../25_algorithms/lower_bound/debug/constexpr_valid_range_neg.cc | 2 +-
.../25_algorithms/upper_bound/debug/constexpr_partitioned_neg.cc | 2 +-
.../25_algorithms/upper_bound/debug/constexpr_partitioned_pred_neg.cc | 2 +-
.../25_algorithms/upper_bound/debug/constexpr_valid_range_neg.cc | 2 +-
.../27_io/basic_istream/extractors_character/wchar_t/lwg2499.cc | 2 +-
libstdc++-v3/testsuite/29_atomics/atomic_float/1.cc | 2 +-
20 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_kernel/gnu-release-arm-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from a7b0dce1c4 Automatic date update in version.in
adds 9d4007191c Automatic date update in version.in
adds f5befc931e Automatic date update in version.in
adds ea7f995f4c Automatic date update in version.in
adds 7aa6ff110f Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 68e4f60b 0: update: binutils-gcc-linux-qemu: all
new 23d91ab6 0: update: binutils-gcc-linux-qemu: all
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 (68e4f60b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 1568 -> 1820 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 41588 -> 41696 bytes
04-build_abe-stage1/console.log.xz | Bin 85300 -> 85820 bytes
05-build_abe-qemu/console.log.xz | Bin 29664 -> 29600 bytes
06-build_linux/console.log.xz | Bin 3412 -> 3428 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 90cb088ece8 i386: vcvtph2ps and vcvtps2ph should be used to convert _Fl [...]
adds 8dedf065aff c++: Fix up taking address of an immediate function diagnos [...]
adds a70faf6e4df Fix handling of in_flags in update_escape_summary_1
adds 0178b73a020 libstdc++: Move std::to_address tests to more appropriate place
adds 906cad89b39 Fix failure in inlline-9.c testcase
adds 2cadaa1f134 Minor ipa-modref tweaks
new f1ec39c86c3 d: fix ASAN in option processing
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/cp-gimplify.c | 77 ++++++++++++++++++----
gcc/cp/cp-tree.h | 6 ++
gcc/cp/pt.c | 9 ++-
gcc/cp/tree.c | 3 +
gcc/cp/typeck.c | 38 +++++------
gcc/d/d-attribs.cc | 4 +-
gcc/ipa-modref.c | 26 ++++----
gcc/testsuite/g++.dg/cpp2a/consteval20.C | 4 ++
gcc/testsuite/g++.dg/cpp2a/consteval23.C | 4 ++
.../g++.dg/cpp2a/{consteval23.C => consteval25.C} | 10 ++-
gcc/testsuite/g++.dg/cpp2a/srcloc20.C | 44 +++++++++++++
gcc/testsuite/gcc.dg/ipa/inline-9.c | 2 +-
.../testsuite/20_util/pointer_traits/lwg3545.cc | 19 ------
.../testsuite/20_util/to_address/lwg3545.cc | 27 +++++++-
14 files changed, 199 insertions(+), 74 deletions(-)
copy gcc/testsuite/g++.dg/cpp2a/{consteval23.C => consteval25.C} (51%)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/srcloc20.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.