- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The following error is displayed when compling the attached code using Intel Fortran for Mac OS X (v13):
main.f90: catastrophic error: **Internal compiler error: segmentation violation signal raised** 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.
compilation aborted for main.f90 (code 1)
The code compiles okay using Intel Fortran for Linux (v13) and Intel Visual Fortran (v13) on other machines. The offending line is:
ca(1:n,1:1) => c(1:n)
When this line is commented out, the code compiles okay. Any thoughts?
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My guess is that this is a bug fixed in the 13.1 version of the compiler, but that hasn't been made availabke to OS X yet. In September version 14.0 will be released for all platforms, so the problem should be gone there.

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