[flang-commits] [flang] [Flang] Fix for the spurious error for VOLATILE actual argument in implicit interface CALL (PR #192605)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Jun 30 07:23:34 PDT 2026
================
@@ -156,6 +156,7 @@ LanguageFeatureControl::LanguageFeatureControl() {
warnUsage_.set(UsageWarning::HostAssociatedIntentOutInSpecExpr);
warnUsage_.set(UsageWarning::NonVolatilePointerToVolatile);
warnUsage_.set(UsageWarning::RealConstantWidening);
+ warnUsage_.set(UsageWarning::ImplicitInterfaceActual);
----------------
eugeneepshteyn wrote:
I don't think this should be on by default. I think it should be off, and then it'll be on with `-pedantic` and `-Wimplicit-interface-actual`.
https://github.com/llvm/llvm-project/pull/192605
More information about the flang-commits
mailing list