Quantcast
Channel: Intel® Software - Intel® Visual Fortran Compiler for Windows*
Viewing all articles
Browse latest Browse all 5691

construct names must be unique..?

$
0
0

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?


Viewing all articles
Browse latest Browse all 5691