https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84360

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmalcolm at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org,
                   |                            |redi at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I wonder if we can just do a textual hack like also checking if p + type_start
starts with "using " and p + type_start + type_len - aka_len memcmps equal to
p + aka_start and p + type_start + type_len - aka_len - 3 is " = ", or if we
need to do something harder, like duplicating parts of dump_type and dump_decl
and checking for the using case.

Reply via email to