I want to use construct names for multiply nested DO constructs, but when I try to have several instances of such a "multiply nested DO block" (i.e. with the same names) within one scope the compiler complains. Note that the named constructs having identical names are _not_ nested.
I cannot find anything in the standard (N1830) about this, and in the Ifort documentation there is no mention about this restriction in the section about the DO construct.
Did I miss something?