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.