Skip to content

Disambiguate tag names in RCG

Because top level subsystems are never flattened, their goto tags are never pre-fixed with the subsystem name. If the same tag is used at the top level, then there it's ambiguous to the parser which goto block to choose.

This change prefixes top level subsystem names on to all child Goto and From tag names.

Merge request reports