re PR c++/28385 (templated function call goes awry)
authorJason Merrill <jason@redhat.com>
Thu, 17 Aug 2006 00:51:37 +0000 (20:51 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 17 Aug 2006 00:51:37 +0000 (20:51 -0400)
commit9180c238de746a8883e81552d446c3359284b7dd
tree329d90ea87976a7bc7e05d9b522879373892aaaf
parent4cb55a5ae0cfd1d9be20e2c6a994a74fb6ad4668
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: r116203
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/const1.C [new file with mode: 0644]