public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/21760] New: Powerpc atomic builtins missing PPC405 errata
@ 2005-05-25 21:16 pcarlini at suse dot de
  2005-05-25 22:30 ` [Bug target/21760] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: pcarlini at suse dot de @ 2005-05-25 21:16 UTC (permalink / raw)
  To: gcc-bugs

In libstdc++-v3, atomicity.h for powerpc used to include:

#ifdef __PPC405__
#define _STWCX "sync \n\tstwcx. "
#else
#define _STWCX "stwcx. "
#endif

This work around is still missing from the powerpc implementation of the
builtins for atomic memory operations.

-- 
           Summary: Powerpc atomic builtins missing PPC405 errata
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de
                CC: dje at watson dot ibm dot com,gcc-bugs at gcc dot gnu
                    dot org
GCC target triplet: powerpc-*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21760


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-06-24 14:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-25 21:16 [Bug target/21760] New: Powerpc atomic builtins missing PPC405 errata pcarlini at suse dot de
2005-05-25 22:30 ` [Bug target/21760] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-05-28  5:12 ` geoffk at gcc dot gnu dot org
2005-05-28  7:47 ` [Bug target/21760] " geoffk at gcc dot gnu dot org
2005-05-28  8:08 ` pcarlini at suse dot de
2005-05-30  2:01 ` [Bug target/21760] [4.1 Regression] " dje at gcc dot gnu dot org
2005-05-30 16:19 ` geoffk at geoffk dot org
2005-05-30 16:47 ` dje at gcc dot gnu dot org
2005-06-21 14:57 ` dje at gcc dot gnu dot org
2005-06-23 13:24 ` cvs-commit at gcc dot gnu dot org
2005-06-24 14:12 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).