This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- Additional Comments From rusek at ccs dot cz  2004-08-18 07:16 -------
(In reply to comment #3)
> 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.

Hi Andrew!

Thank you for response at bugzilla. Can you tell me any unreferenced object 
file which causes the issue? I try to make it well, but I don't see the 
problem...Why the issue does not occures in mingw32?

Milan Rusek


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17067


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]