Files
clang-p2996/flang/lib/Semantics/mod-file.cpp
Slava Zakharin 1db42fa6f0 [flang] Do not write implicit SAVE attribute into the mod file. (#67215)
If it happens that a symbol has an implicit SAVE attribute,
we have to omit it in the mod file writer. Otherwise it may
violate F202X C862:
The SAVE attribute shall not be specified for... an object that is
in a common block.
2023-09-25 09:35:43 -07:00

47 KiB