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

Incorrect indentation

Nikitopoulos__Theodo
376 Views

I noticed the following indentation:

    size: if ( nvals <= max_size ) then
        in: do i = 1, 10
        ! get values
    end do in

    else size
    end if size

The "end do" part is not placed correct. Can you check?
 

 

 

 

0 Kudos
3 Replies
Kevin_D_Intel
Employee
376 Views

Yes, I can reproduce this with PSXE 2017 and VS2015. I expect it happens with other combinations too. It occurs with DO appearing inside or outside any additional nesting. I reported this to our integration Developers. Thank you.

(Internal tracking id: DPD200417498)

0 Kudos
Nikitopoulos__Theodo
376 Views

Hi Kevin,
did you get a tracking number?

Best regards,
Theo

0 Kudos
Kevin_D_Intel
Employee
376 Views

My apologies. I thought I noted it earlier. It is now noted above.

0 Kudos
Reply