]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/29048 ("`x' is private" error duplicated when scope specified)
authorJason Merrill <jason@gcc.gnu.org>
Tue, 12 Feb 2008 19:25:28 +0000 (14:25 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 12 Feb 2008 19:25:28 +0000 (14:25 -0500)
commitd9e38079c21ef9cd91cd9982fb1e00fa91546c2e
tree0346096a278c46ff009fa30f64f938657f27abb4
parente4521d118a44d6e3b07612ac3fa9fe93eea17403
re PR c++/29048 ("`x' is private" error duplicated when scope specified)

        PR c++/29048
        * semantics.c (finish_qualified_id_expr): Avoid duplicate access
        check here, too.

From-SVN: r132265
gcc/testsuite/g++.dg/lookup/duperr1.C [new file with mode: 0644]