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 42e5abb commit 8757eb9Copy full SHA for 8757eb9
flang/include/flang/Runtime/descriptor-consts.h
@@ -28,6 +28,7 @@ class DerivedType;
28
29
namespace Fortran::runtime {
30
class Descriptor;
31
+using SubscriptValue = ISO::CFI_index_t;
32
33
/// Returns size in bytes of the descriptor (not the data)
34
/// This must be at least as large as the largest descriptor of any target
flang/include/flang/Runtime/descriptor.h
@@ -31,7 +31,6 @@
-using SubscriptValue = ISO::CFI_index_t;
35
class Terminator;
36
37
RT_VAR_GROUP_BEGIN
0 commit comments