Bulletin number: 54 Products affected: D705B Description: iconf sensitive to order of #USE statements Component: iconf Date: Wed May 2 12:45:32 BST 1990 ----- If a configuration description #USEs an SC which is NOT called from the configuration level before an SC that IS called from the configuration level, then the code produced is corrupted. The error flag will be set when it is run and the debugger gets confused. Examples: -- Produces corrupted code | --Produces good code #USE "not.called" | #USE "called" #USE "called" | #USE "not.called" | PLACED PAR | PLACED PAR PROCESSOR 0 | PROCESSOR 0 called() | called() |