On Fri, 23 May 2025, Trevor Gross wrote: > +Comparison functions return a CMPtype which is a signed integer of > +target-depdent size. Typically CMPtype will be word-sized, but other > backends > +may override this with the TARGET_LIBGCC_CMP_RETURN_MODE hook. Of note, > +AArch64 uses an single-int as the return type, and AVR uses a quarter-int.
@code{CMPtype}, @code{TARGET_LIBGCC_CMP_RETURN_MODE}, and s/depdent/dependent/. -- Joseph S. Myers josmy...@redhat.com