- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Consider the following minimal working example:
program p
interface
function i()
end
end interface
type t
procedure(i),pointer,nopass::f
end type
o=t(f)
end
The code is invalid, but attempts to compile it with the newest version of ifx (2025.0.0) result in internal compiler error with a segmentation fault.
링크가 복사됨
0 응답
