- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, we'll take a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have reproduced the issue and submitted a report, DPD200245235, to Intel compiler development team.
Thanks,
Om

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page