This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug target/26532] [4.1]: libmudflap failures on ia64
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 5 Mar 2006 13:03:47 -0500
- Subject: Re: [Bug target/26532] [4.1]: libmudflap failures on ia64
- References: <bug-26532-682@http.gcc.gnu.org/bugzilla/> <20060305180019.14117.qmail@sourceware.org>
On Mar 5, 2006, at 1:00 PM, hjl at lucon dot org wrote:
------- Comment #2 from hjl at lucon dot org 2006-03-05 18:00 -------
std::ios_base::_S_local_word_size is in libstdc++.so. But it is marked
as
local via linker version script. It is true for x86, x86-64 and ia64.
There is a bug in libstdc++ then.