I just downloaded solarisstudio 12.5 beta for linux and I meet troubles with very simple programs.
Here is a simple fixed source file "foo.f" :
When compiling it I get :
sunf95 -c -m64 foo.f
"foo.f", Line = 4, Column = 1: INTERNAL: Interrupt: Erreur de segmentation
| | SUBROUTINE foo(n1x,n1,n2,tab) |
| | IMPLICIT NONE |
| | INTEGER :: n1x,n1,n2 |
| | DOUBLE PRECISION tab(n1x,*) |
| | CALL foobis(tab(1:n1,1:n2)) |
| | END |
[coul@localhost linux_64-solaris]$ sunf95 -V
f90: Sun Fortran 95 8.7 Linux_i386 2014/10/20