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 bec4c18 commit 8051a1bCopy full SHA for 8051a1b
flang/lib/Semantics/resolve-names.cpp
@@ -7281,8 +7281,8 @@ bool DeclarationVisitor::PassesLocalityChecks(
7281
if (const DerivedTypeSpec * derived{type->AsDerived()}) { // F'2023 C1130
7282
if (auto bad{FindAllocatableUltimateComponent(*derived)}) {
7283
SayWithDecl(name, symbol,
7284
- "Derived type variable '%s' with ultimate ALLOCATABLE component not allowed in a %s locality-spec"_err_en_US,
7285
- specName);
+ "Derived type variable '%s' with ultimate ALLOCATABLE component not allowed in a %s locality-spec"_err_en_US,
+ specName);
7286
}
7287
7288
0 commit comments