Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: zjibben at gmail dot com
CC: neil.n.carlson at gmail dot com
Target Milestone: ---
A call to a deferred member procedure ends up calling a different procedure
instead. It looks like the virtual
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88043
--- Comment #2 from Zach Jibben ---
I'll also add that removing the non_overridable attribute from bar%f (B%sub in
Neil's example) causes the error to disappear, and seems like the most
reasonable workaround for the time being.