[flang-commits] [PATCH] D126140: [flang] Allow global scope names that clash with intrinsic modules
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Sat May 21 22:06:03 PDT 2022
klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.
Intrinsic module names are not in the user's namespace, so they
are free to declare global names that conflict with intrinsic
modules.
https://reviews.llvm.org/D126140
Files:
flang/lib/Semantics/mod-file.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/modfile49.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126140.431197.patch
Type: text/x-patch
Size: 3812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220522/14772b23/attachment.bin>
More information about the flang-commits
mailing list