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

[Bug target/64851] [SH] Add atomic not


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

--- Comment #1 from Oleg Endo <olegendo at gcc dot gnu.org> ---
Author: olegendo
Date: Sun Feb  1 11:12:47 2015
New Revision: 220317

URL: https://gcc.gnu.org/viewcvs?rev=220317&root=gcc&view=rev
Log:
gcc/
    PR target/64851
    * config/sh/sync.md (atomic_fetch_notsi_hard,
    atomic_fetch_not<mode>_hard, atomic_fetch_not<mode>_soft_gusa,
    atomic_fetch_not<mode>_soft_tcb, atomic_fetch_not<mode>_soft_imask,
    atomic_not_fetchsi_hard, atomic_not_fetch<mode>_hard,
    atomic_not_fetch<mode>_soft_gusa, atomic_not_fetch<mode>_soft_tcb,
    atomic_not_fetch<mode>_soft_imask): New insns.

gcc/testsuite/
    PR target/64851
    * gcc.target/sh/pr64851-0.h: New
    * gcc.target/sh/pr64851-1.c: New
    * gcc.target/sh/pr64851-2.c: New
    * gcc.target/sh/pr64851-3.c: New
    * gcc.target/sh/pr64851-4.c: New

Added:
    trunk/gcc/testsuite/gcc.target/sh/pr64851-0.h
    trunk/gcc/testsuite/gcc.target/sh/pr64851-1.c
    trunk/gcc/testsuite/gcc.target/sh/pr64851-2.c
    trunk/gcc/testsuite/gcc.target/sh/pr64851-3.c
    trunk/gcc/testsuite/gcc.target/sh/pr64851-4.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sh/sync.md
    trunk/gcc/testsuite/ChangeLog


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