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 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 new 906cad89b39 Fix failure in inlline-9.c testcase new 2cadaa1f134 Minor ipa-modref tweaks
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 | 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 +++++++- 13 files changed, 196 insertions(+), 73 deletions(-) copy gcc/testsuite/g++.dg/cpp2a/{consteval23.C => consteval25.C} (51%) create mode 100644 gcc/testsuite/g++.dg/cpp2a/srcloc20.C