This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: pthread related breakage (mainline)


On Mon, 8 Dec 2003 14:02:25 +0100, "Giovanni Bajo" <giovannibajo@libero.it> wrote:

> No, I don't think it's recent.

I think it is--I think your overload patch broke it.  The problem is that
the #pragma weaks for the pthread functions are now being ignored, because
handle_pragma_weak expects an affected function to be the
identifier_global_value of its name, and now it isn't.

Jason


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