This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bee024f7ba9 PR debug/81307 * dbxout.c (dbx_block_with_cold_children): [...] new f54e5c28038 Add std::to_address for C++2a (P0653R2) new 4f1ed5b17fe 2017-11-28 Olivier Hainque hainque@adacore.com
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 | 5 + gcc/Makefile.in | 5 +- libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/ptr_traits.h | 39 +++++++ libstdc++-v3/testsuite/20_util/to_address/1.cc | 146 +++++++++++++++++++++++++ 5 files changed, 199 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/20_util/to_address/1.cc