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 90cb088ece8 i386: vcvtph2ps and vcvtps2ph should be used to convert _Fl [...] adds 8dedf065aff c++: Fix up taking address of an immediate function diagnos [...] new a70faf6e4df Fix handling of in_flags in update_escape_summary_1 new 0178b73a020 libstdc++: Move std::to_address tests to more appropriate place
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: 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/ipa-modref.c | 2 +- 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 +++++++++++++ .../testsuite/20_util/pointer_traits/lwg3545.cc | 19 ------ .../testsuite/20_util/to_address/lwg3545.cc | 27 +++++++- 12 files changed, 182 insertions(+), 61 deletions(-) copy gcc/testsuite/g++.dg/cpp2a/{consteval23.C => consteval25.C} (51%) create mode 100644 gcc/testsuite/g++.dg/cpp2a/srcloc20.C