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++/17053] [3.5 Regression] Repo functionality partially broken on AIX


------- Additional Comments From dje at gcc dot gnu dot org  2004-08-17 15:08 -------
Note that the divergence occurs with -frepo before the repo file has been 
updated with information about which templates should be instantiated and 
recompiled.

AIX performs constructor discovery first because the garbage collecting linker 
may find no references to static constructors before the scan, which will cause 
it not to link in the static constructors, leaving nothing for the scan to find.

-- 


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


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