This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d3bf9d 2016-10-10 Thomas Koenig tkoenig@gcc.gnu.org new c3f9a17 Implement constexpr std::addressof for C++17 new 5567354 S/390: Wrap more macro args into ()
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/ChangeLog | 4 + gcc/config/s390/s390.h | 88 +++++++++++----------- libstdc++-v3/ChangeLog | 9 +++ libstdc++-v3/doc/xml/manual/intro.xml | 7 ++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 3 +- libstdc++-v3/include/bits/move.h | 14 ++-- .../addressof/requirements/constexpr.cc} | 44 +++++++---- libstdc++-v3/testsuite/20_util/forward/c_neg.cc | 2 +- libstdc++-v3/testsuite/20_util/forward/f_neg.cc | 2 +- 9 files changed, 106 insertions(+), 67 deletions(-) copy libstdc++-v3/testsuite/{26_numerics/gcd/gcd_neg.cc => 20_util/addressof/requi [...]