archives

« Bugzilla Issues Index

#424 — 14: "Global Binding Instantiation"


In 14 "Program",
under "Runtime Semantics: Program Evaluation",
step 8.a says:
"Perform Global Binding Instantiation as described in 10.5.x
using the global code."

But "Global Binding Instantiation" does not exist.

Should it be "Declaration Binding Instantiation"?


I think it should be "Top-level Declaration Instantiation", as described in 10.5.1.


Similarly,
in 15.1.2.1 "eval (x)",
step 7 says:
Perform Declaration Binding Instantiation as described in 10.5
using the eval code.

Change "Declaration Binding Instantiation" to "Top-level Declaration Instantiation" ?


I think this bug was either resolved or overtaken by events in rev11 or rev12.