- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can anyone tell me why the attached simple FORTRAN(static lib) projectcannot seem to optimize (IVF 11.1.046)?
I turned on the "source code analysis" and I get the following:
------ Build started: Project: Test, Configuration: Debug Win32 ------
Performing source code analysis...
backend signals
Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
xilib: error #10014: problem during multi-file optimization compilation (code 3)
xilib: error #10014: problem during multi-file optimization compilation (code 3)
I turned on the "source code analysis" and I get the following:
------ Build started: Project: Test, Configuration: Debug Win32 ------
Performing source code analysis...
backend signals
Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.
xilib: error #10014: problem during multi-file optimization compilation (code 3)
xilib: error #10014: problem during multi-file optimization compilation (code 3)
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You've found a bug in the source code analysis feature. It doesn't seem to like the ENTRY. I'll report it to the developrs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can turn off /check:bounds for this configuration and avoid the error. That's ok because you get no executable code anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
You've found a bug in the source code analysis feature. It doesn't seem to like the ENTRY. I'll report it to the developrs.
Thanks. I have dealt with legacy code using (multiple) entries for years. I have noticed that IVF can bring Visual Studio down from time to time when debug stepping into FORTRAN entries (including v11.1.046). I was hoping that the source code analysis feature would point to areas where the code could be improved, and thus avoid the"Send Microsoft a Message" VStudio crashes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I doubt there is much correlation with the sort of thing the source checker can find and what might trigger a VS crash. If you can provide us a test case that provokes a VS crash, please do so.
The issue ID for the compiler error is DPD200141271.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
I doubt there is much correlation with the sort of thing the source checker can find and what might trigger a VS crash. If you can provide us a test case that provokes a VS crash, please do so.
The issue ID for the compiler error is DPD200141271.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The xilib error will be fixed in the next major release. I can't access the zip you uploaded in the last reply.
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