[flang-commits] [clang] [flang] [Flang] Optionally turn module checksum check into warning (PR #219181)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Thu Aug 27 08:31:09 PDT 2026
================
@@ -81,14 +81,14 @@ ENUM_CLASS(UsageWarning, Portability, PointerToUndefinable,
IndexVarRedefinition, IncompatibleImplicitInterfaces,
VectorSubscriptFinalization, UndefinedFunctionResult, UselessIomsg,
MismatchingDummyProcedure, SubscriptedEmptyArray, UnsignedLiteralTruncation,
- CompatibleDeclarationsFromDistinctModules, ConstantIsContiguous,
- NullActualForDefaultIntentAllocatable, UseAssociationIntoSameNameSubprogram,
- HostAssociatedIntentOutInSpecExpr, NonVolatilePointerToVolatile,
- RealConstantWidening, VolatileOrAsynchronousTemporary, UnusedVariable,
- UsedUndefinedVariable, BadValueInDeadCode, AssumedTypeSizeDummy,
- MisplacedIgnoreTKR, NamelistParameter, ImpureFinalInPure,
- IgnoredNoReallocateLHS, ExperimentalOption, IoImpliedDoIndexConflict,
- BOZLiteralTruncation)
+ CompatibleDeclarationsFromDistinctModules, ModuleFileMismatch,
----------------
tarunprabhu wrote:
Is there any particular order in which entries appear in this list? If not, can we just add ModuleFileMismatch to the end to reduce the diff size here.
https://github.com/llvm/llvm-project/pull/219181
More information about the flang-commits
mailing list