Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

F95 internal compiler error

3217300Apr 9 2016 — edited Jul 19 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2016
Added on Apr 9 2016
2 comments
1,014 views