Skip to content

[module.reach] Clarify that only TUs with an interface dependency may be incidentally reachable #4032

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/modules.tex
Original file line number Diff line number Diff line change
Expand Up @@ -982,9 +982,9 @@
\pnum
All translation units that are necessarily reachable are
\defnx{reachable}{reachable!translation unit}.
It is unspecified whether additional translation units on which the
point within the program has an interface dependency are considered reachable,
and under what circumstances.%
Additional translation units on which the
point within the program has an interface dependency may be considered reachable,
but it is unspecified which are and under what circumstances.%
\footnote{Implementations are therefore not required to prevent the semantic
effects of additional translation units involved in the compilation from being
observed.}
Expand Down