This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f8c08a76ea9 2018-11-10 Sandra Loosemore sandra@codesourcery.com new 056c53b7427 Implement P1007R3 std::assume_aligned new 6ab4d870655 Implement P0318R1 unwrap_ref_decay and unwrap_reference
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: libstdc++-v3/ChangeLog | 14 ++++++ libstdc++-v3/include/std/memory | 15 ++++++ libstdc++-v3/include/std/type_traits | 14 ++++++ .../creation/87278.cc => assume_aligned/1.cc} | 13 ++++- .../2_neg.cc} | 13 ++--- .../3.cc} | 17 ++++--- .../testsuite/20_util/unwrap_reference/1.cc | 58 ++++++++++++++++++++++ .../testsuite/20_util/unwrap_reference/2.cc | 51 +++++++++++++++++++ 8 files changed, 181 insertions(+), 14 deletions(-) copy libstdc++-v3/testsuite/20_util/{shared_ptr/creation/87278.cc => assume_aligne [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible/requirements/explicit_ [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible/requirements/explicit_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/unwrap_reference/2.cc