re PR c++/54913 (qualified lookup in ctor of class template fails to find static...
authorJason Merrill <jason@redhat.com>
Thu, 6 Dec 2012 20:20:52 +0000 (15:20 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 6 Dec 2012 20:20:52 +0000 (15:20 -0500)
commit1e8671f733a879525232e2e2f7b77d00362032d7
tree73fc3e327b7d09892b08340e6b25d1b5fa51f3d7
parent0fe4913b32f81a2265c15976791059401ad938c8
re PR c++/54913 (qualified lookup in ctor of class template fails to find static member of reference type)

PR c++/54913
* semantics.c (finish_qualified_id_expr): convert_from_reference
after building a SCOPE_REF.

From-SVN: r194266
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/testsuite/g++.dg/template/qualified-id6.C [new file with mode: 0644]