This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/78443] [OOP] Incorrect behavior with non_overridable keyword


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78443

--- Comment #9 from federico <perini at wisc dot edu> ---
Janus,  

thanks for your hard work!
I'm sorry to post another bug / possibly further evidence of the same bug. 

When the non_overridable function is part of a generic set, and the generic
binding is called (either from the same or from an inherited class, doesn't
matter), I get internal compiler error (segfault) with gcc 5.3.0 and 6.1.0.

I have attached another minimal test to show the compiler's behavior. 
Maybe your fix also fixes this?

Best, 
Federico

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]