Hello,
If I make a simple program like this in Win32 configuration/VS2010/Ifort 2013 Update 4:
[fortran]
program main
call junk2()
end
subroutine junk2()
real(16) a,b,c,d
a=1.q0
b=234.q432
c=789.q-321
d=a+b/c
print *,d
end
[/fortran]
Insert a breakpoint on the line d=a+b/c, hit F5, wait until I stop at the breakpoint, highlight (a+b/c), and then mouse-over the highlighted text, VS2010 crashes. Help!
連結已複製
2 回應
