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 16c2380 commit a3fca86Copy full SHA for a3fca86
flang/lib/Support/Fortran-features.cpp
@@ -149,7 +149,6 @@ LanguageFeatureControl::LanguageFeatureControl() {
149
warnUsage_.set(UsageWarning::HostAssociatedIntentOutInSpecExpr);
150
warnUsage_.set(UsageWarning::NonVolatilePointerToVolatile);
151
warnUsage_.set(UsageWarning::RealConstantWidening);
152
- warnUsage_.set(UsageWarning::PassGlobalVariable);
153
// New warnings, on by default
154
warnLanguage_.set(LanguageFeature::SavedLocalInSpecExpr);
155
warnLanguage_.set(LanguageFeature::NullActualForAllocatable);
0 commit comments