We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f94e36 commit db53dfcCopy full SHA for db53dfc
flang/module/iso_c_binding.f90
@@ -47,11 +47,8 @@ module iso_c_binding
47
c_long_long = c_int64_t, &
48
c_signed_char = c_int8_t, &
49
c_size_t = kind(c_sizeof(1)), &
50
-#if __powerpc__
+ ! Currently both gcc and clang define intmax_t to be 64 bit.
51
c_intmax_t = c_int64_t, &
52
-#else
53
- c_intmax_t = c_int128_t, &
54
-#endif
55
c_intptr_t = c_size_t, &
56
c_ptrdiff_t = c_size_t
57
integer, parameter, public :: &
0 commit comments