https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78152
--- Comment #9 from physiker at toast2 dot net --- (In reply to vehre from comment #8) > Hi Steve, > > you asked what other compilers have to say to the code (the one in the > description). > > Ifort: > > > ifort bug.f90 -o bug -coarray > bug.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 bug.f90 (code 1) > > ifort -v > ifort version 15.0.1 > Ifort version 17 (linux) supports coarrays as selectors in an associate construct: >ifort -o bug bug.f90 -warn all -check all -coarray >./bug >echo $? 0 >ifort -v ifort version 17.0