This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17053] [3.5 Regression] Repo functionality partially broken on AIX
- From: "dje 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 15:08:43 -0000
- Subject: [Bug c++/17053] [3.5 Regression] Repo functionality partially broken on AIX
- References: <20040816214702.17053.dje@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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