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 86dc6a7 commit acde775Copy full SHA for acde775
flang/lib/Semantics/resolve-directives.cpp
@@ -1731,8 +1731,8 @@ void AccAttributeVisitor::Post(const parser::Name &name) {
1731
Symbol *AccAttributeVisitor::ResolveAccCommonBlockName(
1732
const parser::Name *name) {
1733
if (name) {
1734
- if (Symbol *cb{
1735
- GetContext().scope.FindCommonBlockInVisibleScopes(name->source)}) {
+ if (Symbol *
+ cb{GetContext().scope.FindCommonBlockInVisibleScopes(name->source)}) {
1736
name->symbol = cb;
1737
return cb;
1738
}
0 commit comments