This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11355] compilation involving static class members is affected by the presence of virtual destructor
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2003 01:30:09 -0000
- Subject: [Bug c++/11355] compilation involving static class members is affected by the presence of virtual destructor
- References: <20030628003141.11355.mohit_aron@hotmail.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=11355
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
------- Additional Comments From pinskia at physics dot uc dot edu 2003-06-28 01:30 -------
2.95.3 is no longer being updated, and it is too old to support, can you try a newer gcc,
3.3? And in each of your cases I get only undefined symbols, why do you think Bar
should be weak. Also can you provide the output of `gcc -v'?