https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97622
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Why do you think it is a bug?
Yes, it prints the opening quote, then
while (deref_depth-- > 0)
pp_star (&pretty_name);
prints some * characters and finally
pp_quote (&pretty_name);
prints the closing '
