Quantcast
Channel: Recent posts
Viewing all articles
Browse latest Browse all 415

Array notation error in debug mode?

$
0
0
I'm getting some weird runtime errors in debug mode after I updated to Visual Studio 2017.  Below is some test code that causes the issue in debug mode, but is fine in release mode.  The second write statement should produce the same results as the first write statement, but in debug mode it generates a runtime error.

program testing

   implicit none
  
   real :: angle(8)
  
   angle = [1.,2.,3.,4.,5.,6.,7.,8.]
  
   write(6,'(4(f5.3, 1x))') angle(2), angle(3), angle(7), angle(1)
   write(6,'(4(f5.3, 1x))') angle([2,3,7,1])

end program testing

I am using the default settings for the compiler.

Intel® Parallel Studio XE 2017 Update 2 Composer Edition for Fortran Windows*   Package ID: w_comp_lib_2017.2.187
Intel® Parallel Studio XE 2017 Update 2 Composer Edition for Fortran Windows* Integration for Microsoft Visual Studio* 2013, Version 17.0.0041.12,


Viewing all articles
Browse latest Browse all 415

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>