https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88043
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88043
--- Comment #1 from Neil Carlson ---
I've been poking at Zach's example and trimmed it down a bit:
In one file:
module typeA
implicit none
private
type, abstract, public :: A
contains
procedure :: call_sub
procedure(z), deferr