r208093 - in /branches/gcc-4_8-branch/gcc: cp/C...

fabien@gcc.gnu.org fabien@gcc.gnu.org
Mon Feb 24 20:27:00 GMT 2014


Author: fabien
Date: Mon Feb 24 20:27:34 2014
New Revision: 208093

URL: http://gcc.gnu.org/viewcvs?rev=208093&root=gcc&view=rev
Log:
2014-02-24  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-24  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.

Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using27.C
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using28.C
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/using29.C
Modified:
    branches/gcc-4_8-branch/gcc/cp/ChangeLog
    branches/gcc-4_8-branch/gcc/cp/name-lookup.c
    branches/gcc-4_8-branch/gcc/cp/parser.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list