Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Very Bad problem -- CYCLE

lklawrie
Beginner
1,506 Views

I will submit this to Premier support but has anyone run into this?  This could be a real show stopper...

I ran the problem file in the debugger....

the code looks something like:

  Do x for number of records in the idf
    select case (object name)
    Case (object name)
       xxx
       CYCLE
    More cases including one with a nested case:

    Now, the debugger jumps to something in the middle there but I don't know if thats true or just a weird thing.

    anywho, jumps to the ENDDO

  ENDDO loop


AND EVERYTHING, Loop variable becomes UNDEFINED and bombs.


And -- this worked in previous versions of IVF

0 Kudos
2 Replies
lklawrie
Beginner
1,506 Views
Issue is 687473
0 Kudos
Anonymous66
Valued Contributor I
1,506 Views
Hello Linda, I am investigating this issue. I will work with you on it through premier support. Regards, Annalee Intel Developer Support
0 Kudos
Reply