[Bug target/69617] PowerPC/e6500: Atomic byte/halfword operations not properly supported

segher at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 27 14:40:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69617

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2017-02-27
                 CC|                            |segher at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
rs6000.h has

/* Byte/char syncs were added as phased in for ISA 2.06B, but are not present
   in power7, so conditionalize them on p8 features.  TImode syncs need quad
   memory support.  */
#define TARGET_SYNC_HI_QI       (TARGET_QUAD_MEMORY                     \
                                 || TARGET_QUAD_MEMORY_ATOMIC           \
                                 || TARGET_DIRECT_MOVE)

so someone needs to update this to work for the *500 cores as well.


More information about the Gcc-bugs mailing list