Fortran on X86 : Internal compiler error

Post Reply

Topic author
joukj
Master
Posts: 175
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Fortran on X86 : Internal compiler error

Post by joukj » Wed Jun 14, 2023 5:24 am

I get the following:

Code: Select all

rumba-jj) f90/vers
VSI Fortran X8.5-0002 (GEM 50X2N) for X86 systems
rumba-jj) ty test.f90
subroutine s( pt )
  
   real(4), intent(out), optional, target :: pt(2)

   call h( pt )
   
end
  14-JUN-2023 11:23:08
rumba-jj) f90 test.f90
assert error: expression = !areInvalidOperands(C, S1, S2) && "Invalid operands f
or select", in file /llvm$root/include/llvm-project-10/llvm/include/llvm/IR/Inst
ructions.h at line 1739

end
^
%F90-F-FATAL, **Internal compiler error: abort signal raised** Please report thi
s 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.
at line number 7 in file $DISK0:[JOUKJ.test]test.f90;39


jreagan
VSI Expert
Master
Posts: 139
Joined: Tue Dec 01, 2020 8:40 am
Reputation: 0
Status: Offline

Re: Fortran on X86 : Internal compiler error

Post by jreagan » Wed Jun 14, 2023 10:55 am

I'll add it to the list

Added in 2 hours 43 minutes 29 seconds:
Fixed in the next compiler


Topic author
joukj
Master
Posts: 175
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Re: Fortran on X86 : Internal compiler error

Post by joukj » Tue Jun 20, 2023 1:16 am

confirm: solved inb the compiler I downloaded yesterday. thanks

Post Reply