]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/28385 (templated function call goes awry)
authorJason Merrill <jason@redhat.com>
Fri, 18 Aug 2006 16:27:03 +0000 (12:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 18 Aug 2006 16:27:03 +0000 (12:27 -0400)
commit8ee63818c0036fa3114a5a1207c88de12f33a0f8
tree4dc1a6f3a5b635a051c48cfa8af018ba1efbebb8
parent80436870c013d0d6d6c5992d169a5a85c1065390
re PR c++/28385 (templated function call goes awry)

        PR c++/28385
        * pt.c (tsubst) [TEMPLATE_TYPE_PARM]: Ignore quals from template
        if arg is a function.

From-SVN: r116243
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/cp/search.c
gcc/testsuite/g++.dg/template/const1.C [new file with mode: 0644]