]> 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 19:45:54 +0000 (15:45 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 30 Jun 2006 19:45:54 +0000 (15:45 -0400)
commit036d27596ac877cd814bb92eeec1d24b40cccdc4
tree030256230c5d77fd675095ee49a5afd31e71f772
parent1039b4437fd64e42c2c224978d34138d5c196a88
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: r115102
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/testsuite/g++.dg/parse/access10.C [new file with mode: 0644]