Hi! Now that Richi has acked all the middle-end _BitInt patches (but am deferring committing those until also the C FE and libgcc patches are approved), I'd like to ping this patch.
Thanks! On Wed, Aug 09, 2023 at 08:19:41PM +0200, Jakub Jelinek via Gcc-patches wrote: > The following patch enables _BitInt support on x86-64, the only > target which has _BitInt specified in psABI. > > 2023-08-09 Jakub Jelinek <ja...@redhat.com> > > PR c/102989 > * config/i386/i386.cc (classify_argument): Handle BITINT_TYPE. > (ix86_bitint_type_info): New function. > (TARGET_C_BITINT_TYPE_INFO): Redefine. Jakub