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_check_gcc/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 [...] 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