re PR c++/21340 (error in constructor lookup (can't find constructor with "const...
authorMark Mitchell <mark@codesourcery.com>
Sun, 29 May 2005 00:16:05 +0000 (00:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 29 May 2005 00:16:05 +0000 (00:16 +0000)
commit64b2bdb353f2c0550f7deeec7abff967b18fa6d2
tree33ff78e64cfd8923493efdc5cccd2b88af4a72ed
parentfd44f634fde1fee21b4ff2a77173d44184afe33b
re PR c++/21340 (error in constructor lookup (can't find constructor with "const void**" argument))

PR c++/21340
* method.c (implicitly_declare_fn): Clear processing_template_decl
when generating implicit declaration.

PR c++/21340
* g++.dg/init/ctor6.C: New test.

From-SVN: r100306
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/ctor6.C [new file with mode: 0644]