]> gcc.gnu.org Git - gcc.git/commit
re PR c++/37140 (type inherited from base class not recognized)
authorFabien Chêne <fabien@gcc.gnu.org>
Sun, 2 Feb 2014 19:58:06 +0000 (20:58 +0100)
committerFabien Chêne <fabien@gcc.gnu.org>
Sun, 2 Feb 2014 19:58:06 +0000 (20:58 +0100)
commit7f82286eb63dadda3412c05f9ca7dd8e10ebaea5
tree8fec9e0051d93a23c33a7add6efb3d2cacf3f324
parent2ace77c21a7f35b9d98b8a6ecd7d95f5b0c30b1a
re PR c++/37140 (type inherited from base class not recognized)

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.

From-SVN: r207407
gcc/cp/name-lookup.c
This page took 0.05283 seconds and 5 git commands to generate.