https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103086
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:fa1ea255dba2d44ff22e434ed3d7778e8aaf4b91 commit r11-9275-gfa1ea255dba2d44ff22e434ed3d7778e8aaf4b91 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. (cherry picked from commit c59ec55c3459fba619e05ee7f59480b71e85ffd7)