[Bug fortran/88043] Runtime Error when calling deferred member function

2018-11-15 Thread zjibben at gmail dot com
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.

[Bug fortran/88043] New: Runtime Error when calling deferred member function

2018-11-15 Thread zjibben at gmail dot com
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