On Tue, Aug 05, 2025 at 04:23:16PM +0200, Stefan Schulze Frielinghaus wrote: > From: Stefan Schulze Frielinghaus <stefa...@linux.ibm.com> > > From: Stefan Schulze Frielinghaus <stefa...@gcc.gnu.org> > > gcc/ChangeLog: > > * config/s390/s390.cc (print_operand): Allow arbitrary wide_int > constants for _BitInt. > (s390_bitint_type_info): Implement target hook > TARGET_C_BITINT_TYPE_INFO. > > libgcc/ChangeLog: > > * config/s390/libgcc-glibc.ver: Export _BitInt support > functions. > > gcc/testsuite/ChangeLog: > > * gcc.target/s390/bitint-1.c: New test. > * gcc.target/s390/bitint-2.c: New test. > * gcc.target/s390/bitint-3.c: New test. > * gcc.target/s390/bitint-4.c: New test.
Looks reasonable to me but is all s390, so your or Andreas' call. Plus I think we will want a news item about this. Jakub