This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11567] C++ code containing templated member function with same name as pure virtual member function results in linking failure
- From: "albert at stonethree dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2003 08:05:07 -0000
- Subject: [Bug c++/11567] C++ code containing templated member function with same name as pure virtual member function results in linking failure
- References: <20030718080401.11567.albert@stonethree.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11567
------- Additional Comments From albert at stonethree dot com 2003-07-18 08:05 -------
Steps to Reproduce:
1. g++ -Wall -ansi -pedantic -I. -o boog boog.cc
2. Linking will fail with the message above.
3. Change "unpack" to something else (grep for FIXME).
4. Repeat 1. Linking succeeds.