https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102989
--- Comment #98 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:b38deff6127778fed453bb647e32738ba5c78e33 commit r14-3747-gb38deff6127778fed453bb647e32738ba5c78e33 Author: Jakub Jelinek <ja...@redhat.com> Date: Wed Sep 6 17:29:17 2023 +0200 i386: Enable _BitInt on x86-64 [PR102989] The following patch enables _BitInt support on x86-64, the only target which has _BitInt specified in psABI. 2023-09-06 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.