When a submodule appears in a source file and the compiler can't find the
named ancestor module (and submodule, if one appears), crashes may occur
later due to the absence of a scope. For better resilience, a dummy
ancestral scope should be generated within which the submodule scope
can be created.
Details
Details
- Reviewers
jeanPerier - Commits
- rGf161964e1c00: [flang] Better error recovery for bad submodules
Diff Detail
Diff Detail