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

Quad Precision Expression Mouse-Over Evaluation Crash in VS2010

Nick2
新貢獻者 I
1,153 檢視

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!

 

0 積分
2 回應
Steven_L_Intel1
1,153 檢視

Thanks, we'll take a look.

Om_S_Intel
員工
1,153 檢視

I have reproduced the issue and submitted a report, DPD200245235,  to Intel compiler development team.

Thanks,

Om

回覆