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]

Fix expand_atomic_fetch_op wrt unused_result


Testing on coldfire revealed a double call to library functions for some omp atomic calls.  This was due to this function trying to return "target" for success for unused_result.  Except that for unused_result, target is null, which indicates expansion failure.  Oops.


r~

Attachment: zz
Description: Text document


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