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 middle-end/67401] Incorrect expand of __atomic_compare_exchange_8 using __sync_val_compare_and_swap_8


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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> ---
Author: danglin
Date: Fri Sep 18 18:24:09 2015
New Revision: 227913

URL: https://gcc.gnu.org/viewcvs?rev=227913&root=gcc&view=rev
Log:
        PR middle-end/67401
        * optabs.c (expand_atomic_compare_and_swap): Move result of emitting
        sync_compare_and_swap_optab libcall to target_oval.


Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/optabs.c


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