https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103086
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:c59ec55c3459fba619e05ee7f59480b71e85ffd7 commit r12-5482-gc59ec55c3459fba619e05ee7f59480b71e85ffd7 Author: Jonathan Wakely <jwak...@redhat.com> Date: Tue Nov 23 21:35:40 2021 +0000 libstdc++: Add another testcase for std::unique_ptr printer [PR103086] libstdc++-v3/ChangeLog: PR libstdc++/103086 * testsuite/libstdc++-prettyprinters/cxx11.cc: Check unique_ptr with non-empty pointer and non-empty deleter.