re PR c++/9437 (template function parameter `T*' shouldn't match pointers to members)
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 29 Jan 2003 11:35:33 +0000 (11:35 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 29 Jan 2003 11:35:33 +0000 (11:35 +0000)
commit9ae58faf6f8865c3244528632e250a7e70103085
tree47c1b07e30f01fecc155ea7422312bf32ba2e12e
parentcf0150b9952445449513cbdaca51993c7dac64d4
re PR c++/9437 (template function parameter `T*' shouldn't match pointers to members)

cp:
PR c++/9437
* pt.c (unify): Don't unify '*T' with 'U C::*'.
testsuite:
PR c++/9437
* g++.dg/template/unify4.C: New test.

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