- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
ifort version 19.0.1.144 gives ICE for:
ifort -c intel_ICE.F90
/tmp/ifort9yOGb6.i90: catastrophic error: **Internal compiler error: segmentation violation signal raised** 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 intel_ICE.F90 (code 1)
Where intel_ICE.f90 contains only:
a = atan(x)
b = atan(y, x)
end
It seems the root cause is having the Fortran 2008 atan(y,x) in the same program unit as atan(x), which should be perfectly legal.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
An internal compiler error is always an error, please report it to the Online Support Center.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This also happens with ifort 18. 18.3, 19. Ever since this feature was added.
For some reason I cannot login to support center. Hopefully an admin could pass this info along.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I reported it with your name and the link to this forum under support ID# 04039118.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
According to Intel Support, this bug is reproduced and escalated (CMPLRIL0-31016).
