@@ -2183,8 +2183,8 @@ get_for_ref (caf_reference_t *ref, size_t *i, size_t dst_index,
2183
2183
KINDCASE (2 , int16_t );
2184
2184
KINDCASE (4 , int32_t );
2185
2185
KINDCASE (8 , int64_t );
2186
- #ifdef HAVE_INT128_T
2187
- KINDCASE (16 , int128_t );
2186
+ #ifdef HAVE_GFC_INTEGER_16
2187
+ KINDCASE (16 , __int128 );
2188
2188
#endif
2189
2189
default :
2190
2190
caf_runtime_error (unreachable );
@@ -2325,8 +2325,8 @@ get_for_ref (caf_reference_t *ref, size_t *i, size_t dst_index,
2325
2325
KINDCASE (2 , int16_t );
2326
2326
KINDCASE (4 , int32_t );
2327
2327
KINDCASE (8 , int64_t );
2328
- #ifdef HAVE_INT128_T
2329
- KINDCASE (16 , int128_t );
2328
+ #ifdef HAVE_GFC_INTEGER_16
2329
+ KINDCASE (16 , __int128 );
2330
2330
#endif
2331
2331
default :
2332
2332
caf_runtime_error (unreachable );
@@ -2484,8 +2484,8 @@ _gfortran_caf_get_by_ref (caf_token_t token, int image_index,
2484
2484
KINDCASE (2 , int16_t );
2485
2485
KINDCASE (4 , int32_t );
2486
2486
KINDCASE (8 , int64_t );
2487
- #if HAVE_INT128_T
2488
- KINDCASE (16 , int128_t );
2487
+ #if HAVE_GFC_INTEGER_16
2488
+ KINDCASE (16 , __int128 );
2489
2489
#endif
2490
2490
default :
2491
2491
caf_runtime_error (vecrefunknownkind , stat , NULL , 0 );
@@ -2671,8 +2671,8 @@ _gfortran_caf_get_by_ref (caf_token_t token, int image_index,
2671
2671
KINDCASE (2 , int16_t );
2672
2672
KINDCASE (4 , int32_t );
2673
2673
KINDCASE (8 , int64_t );
2674
- #if HAVE_INT128_T
2675
- KINDCASE (16 , int128_t );
2674
+ #if HAVE_GFC_INTEGER_16
2675
+ KINDCASE (16 , __int128 );
2676
2676
#endif
2677
2677
default :
2678
2678
caf_runtime_error (vecrefunknownkind , stat , NULL , 0 );
0 commit comments