]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/38030 (name-lookup for non-dependent name in template function is wrong)
authorJason Merrill <jason@gcc.gnu.org>
Fri, 14 Nov 2008 23:06:11 +0000 (18:06 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 14 Nov 2008 23:06:11 +0000 (18:06 -0500)
commit28c797d00c0f82c6fcea91d05274ef240195d613
tree9470e92cc3b4c60cbc8c06dd1e6fe76db9c18048
parent6684599e6480faaef84c605c5c35de5d4c0d794b
re PR c++/38030 (name-lookup for non-dependent name in template function is wrong)

        PR c++/38030
        * semantics.c (finish_call_expr): Don't repeat arg-dep lookup
        for a non-dependent call.

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