This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Does __sync_bool_compare_and_swap on ia64 have wrong return type?
- From: Richard Henderson <rth at redhat dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 23 Apr 2003 16:50:02 -0700
- Subject: Re: PATCH: Does __sync_bool_compare_and_swap on ia64 have wrong return type?
- References: <20030423153355.A25925@lucon.org> <20030423224342.GH24723@redhat.com> <20030423161118.A26603@lucon.org>
On Wed, Apr 23, 2003 at 04:11:18PM -0700, H. J. Lu wrote:
> + : (int) __sync_bool_compare_and_swap_di(...)
It'd be nicer to get the return type fixed internally...
r~