Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort ICE

vzecca
Beginner
407 Views

Compiling the following:

c ifort **Internal compiler error: internal abort**
module m
type t
end type
contains
subroutine s(x)
type (t) :: x(..)
select rank (y => x )
rank (3)
rank default
end select
end subroutine
end

I get:

uname -a
Linux nero32 5.6.19-300.fc32.x86_64 #1 SMP Wed Jun 17 16:10:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[vitti f95]$ifort -S -V ierr397.f
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 19.1.2.275 Build 20200623
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.

ifort: NOTE: The evaluation period for this product ends on 30-sep-2020 UTC.
Intel(R) Fortran 19.1-1648
ierr397.f(10): catastrophic error: **Internal compiler error: internal abort** 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 ierr397.f (code 1)

Labels (1)
0 Kudos
0 Replies
Reply