This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 1b522a79133 libstdc++: Fix freestanding build (PR 92376) new 30cb4c78ea6 libstdc++: Fix regressions in unique_ptr::swap (PR 93562)
The 1 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 | 8 ++ libstdc++-v3/include/bits/unique_ptr.h | 16 +++- .../20_util/unique_ptr/modifiers/93562.cc | 98 ++++++++++++++++++++++ 3 files changed, 118 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/93562.cc