[Bug c++/17067] Miss call constructors in global instances and static members of classes

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Aug 17 23:34:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list