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 db30463 commit 90a05e4Copy full SHA for 90a05e4
src/unix_types.F90
@@ -7,7 +7,7 @@ module unix_types
7
implicit none
8
private
9
10
-#if defined (__flang__) || (defined (__GFORTRAN__) && __GNUC__ >= 15 && __GNUC_MINOR__ >= 1)
+#if defined (__flang__) || (defined (__GFORTRAN__) && __GNUC__ > 15) || (defined (__GFORTRAN__) && __GNUC__ == 15 && __GNUC_MINOR__ >= 2)
11
12
public :: c_uint16_t
13
public :: c_uint32_t
0 commit comments