[Bug c++/51028] [C++0x] Alias-Declaration in namespace omits other whole code
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Nov 9 19:26:00 GMT 2011
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 <dodji@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.
More information about the Gcc-bugs
mailing list