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

oneAPI Beta 8 compiler ICE with failed images example

Steve_Lionel
Honored Contributor III
364 Views

Another example from the standard fails with an ICE. This one is "C.6.8 Example involving failed images". Please use the version I attached as the one in the standard has two errors (that I will submit for correction). Given that three in a row have given ICEs, it would not be unreasonable for the team to work their way through other examples in C.6 (and maybe other sections) for the test system.

D:\Projects>ifx /Qcoarray c68.f90
Intel(R) Visual Fortran Compiler for applications running on Intel(R) 64, Version 2021.1 NextGen Beta Build 20200715
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.

c68.f90(31): 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 c68.f90 (code 1)

 

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
363 Views

Use this version instead (from Interp F18/015). It still fails with an ICE:

D:\Projects>ifx /Qcoarray c68.f90
Intel(R) Visual Fortran Compiler for applications running on Intel(R) 64, Version 2021.1 NextGen Beta Build 20200715
Copyright (C) 1985-2020 Intel Corporation. All rights reserved.

c68.f90(60): 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.
xfortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for c68.f90 (code 1)
0 Kudos
Steve_Lionel
Honored Contributor III
347 Views

Never mind! Compiles fine with ifort.

0 Kudos
Reply