This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/32509] [4.1 regression ?] fails to link using -O
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2007 23:13:11 -0000
- Subject: [Bug libstdc++/32509] [4.1 regression ?] fails to link using -O
- References: <bug-32509-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pcarlini at suse dot de 2007-06-25 23:13 -------
And of course a normally installed and configured recent 4_1-branch gcc
(20070619) compiles the provided snippet just fine. The symbol is exported as
expected:
000ad570 T std::numpunct<char>::_M_initialize_numpunct(__locale_struct*)
000ad3d0 T std::numpunct<wchar_t>::_M_initialize_numpunct(__locale_struct*)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32509