]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/18698 (Error message using "using" for code not using "using" ;-))
authorJason Merrill <jason@redhat.com>
Fri, 30 Jun 2006 18:27:18 +0000 (14:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 30 Jun 2006 18:27:18 +0000 (14:27 -0400)
commit444762dfeba17e4b9b279e9797e33781afd0c7bf
treef145502b2b806e9b4059928ba67c8e1cd2579c77
parent1d737af9c8d8187694fad786700f23b5990aa184
re PR c++/18698 (Error message using "using" for code not using "using" ;-))

        PR c++/18698
        * decl2.c (grokfield): Only try to treat the decl as an access
        declaration if the scope is a class.

From-SVN: r115095
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.dg/parse/access10.C [new file with mode: 0644]