- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Tags:
- Compile Error
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page