On Tue, May 27, 2025 at 3:39 PM Joseph Myers <josmy...@redhat.com> wrote: > > 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/.
Thanks for the catches. Sent a v2 at https://gcc.gnu.org/pipermail/gcc-patches/2025-May/684866.html. - Trevor > -- > Joseph S. Myers > josmy...@redhat.com