This is the mail archive of the gcc-patches@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]

Re: [PATCH] Fix libstdc++/11784 - atomic __exchange_and_add() brokenfor ColdFire targets


Andrew Pinski wrote:
On Tuesday, Aug 5, 2003, at 23:50 US/Eastern, Bernardo Innocenti wrote:


+ : "=m"(__Atomicity_lock<0>::_S_atomicity_lock) + : "m"(__Atomicity_lock<0>::_S_atomicity_lock)


This should be "+m"(__Atomicity_lock<0>::_S_atomicity_lock).

You're right, and it's for both bits of inline asm. I will prepare a new patch.

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html




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