On 11/04/2014 05:28 PM, Andrew MacLeod wrote: > + bool > + default_can_compare_and_swap_p (machine_mode mode, bool allow_libcall) > + { > + return can_compare_and_swap_p (mode, allow_libcall); > + }
This is silly. I think the problem you point out can be better fixed by moving the can_compare_and_swap_p prototype elsewhere. r~