http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51028

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |dodji at gcc dot gnu.org,
                   |                            |jason at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-11-09 
19:11:42 UTC ---
This seems to have been fixed by

2011-11-08  Dodji Seketeli  <do...@redhat.com>

        Fix context handling of alias-declaration
        * decl.c (start_decl): Update comment.
        * error.c (dump_alias_template_specialization): Dump the context
        of the specialization.
        * parser.c (cp_parser_alias_declaration): Call pop_scope on the
        pushed scope yielded by start_decl.

Reply via email to