i386: Enable _BitInt on x86-64 [PR102989]
commitb38deff6127778fed453bb647e32738ba5c78e33
authorJakub Jelinek <jakub@redhat.com>
Wed, 6 Sep 2023 15:29:17 +0000 (6 17:29 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 6 Sep 2023 15:29:17 +0000 (6 17:29 +0200)
tree0d74e8439d74d7acad7e9a34f7310cf37a8dbd87
parenta9d6c7fbeb374365058ffe2b9815d2b4b7193d38
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  <jakub@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.
gcc/config/i386/i386.cc