[Bug c++/37140] type inherited from base class not recognized

fabien at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Feb 2 19:58:00 GMT 2014


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

--- Comment #11 from fabien at gcc dot gnu.org ---
Author: fabien
Date: Sun Feb  2 19:58:06 2014
New Revision: 207407

URL: http://gcc.gnu.org/viewcvs?rev=207407&root=gcc&view=rev
Log:
2014-02-02  Fabien Chene  <fabien@gcc.gnu.org>
        PR c++/37140
        * parser.c (cp_parser_nonclass_name): Call strip_using_decl and
    move the code handling dependent USING_DECLs...
        * name-lookup.c (strip_using_decl): ...Here.

2014-02-02  Fabien Chene  <fabien@gcc.gnu.org>

        PR c++/37140
        * g++.dg/template/using27.C: New.
    * g++.dg/template/using28.C: New.
    * g++.dg/template/using29.C: New.

Modified:
    trunk/gcc/cp/name-lookup.c



More information about the Gcc-bugs mailing list