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 8d7305b commit 595c4f6Copy full SHA for 595c4f6
flang/include/flang/Lower/Support/Utils.h
@@ -580,7 +580,7 @@ class IsEqualEvaluateExpr {
580
checkCharacterType = x.LEN() == y.LEN();
581
}
582
using Base = Fortran::evaluate::ArrayConstructorValues<A>;
583
- return isEqual((Base) x, (Base) y) &&
+ return isEqual((Base)x, (Base)y) &&
584
(x.GetType() == y.GetType() && checkCharacterType);
585
586
static bool isEqual(const Fortran::evaluate::ImpliedDoIndex &x,
0 commit comments