This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17067] Miss call constructors in global instances and static members of classes
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Aug 2004 23:34:58 -0000
- Subject: [Bug c++/17067] Miss call constructors in global instances and static members of classes
- References: <20040817174053.17067.rusek@ccs.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-17 23:34 -------
Not a bug, you are making a static library (a .a) so the linker does not pull in the unreferenced object
files which cuases your issue.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17067