Skip to content

Commit 9036735

Browse files
committed
[rebase] reproduce Peter fix because it is small
1 parent 10ccb3e commit 9036735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Evaluate/intrinsics.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,11 +1127,11 @@ static const IntrinsicInterface intrinsicSubroutine[]{
11271127
common::Intent::Out}},
11281128
{}, Rank::elemental, IntrinsicClass::impureSubroutine},
11291129
{"system_clock",
1130-
{{"count", SameInt, Rank::scalar, Optionality::optional,
1130+
{{"count", AnyInt, Rank::scalar, Optionality::optional,
11311131
common::Intent::Out},
11321132
{"count_rate", AnyIntOrReal, Rank::scalar, Optionality::optional,
11331133
common::Intent::Out},
1134-
{"count_max", SameInt, Rank::scalar, Optionality::optional,
1134+
{"count_max", AnyInt, Rank::scalar, Optionality::optional,
11351135
common::Intent::Out}},
11361136
{}, Rank::elemental, IntrinsicClass::impureSubroutine},
11371137
};

0 commit comments

Comments
 (0)