https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118605
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Agreed, given that
typedef class bitmap_head *bitmap;
even if what it binds to was in scope, it really doesn't make much sense to use
reference to the bitmap_head pointer.
