[Bug c++/95158] New: Templates + Diamond Inheritance + Final = Pure Virtual Function Call

2020-05-15 Thread sudgylacmoe at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sudgylacmoe at gmail dot com Target Milestone: --- With this code: class Base { public: virtual void foo()=0; }; template class MiddleA : virtual public Base

[Bug c++/87366] New: SFINAE trait as template parameter causes incorrect application of trait to other areas

2018-09-19 Thread sudgylacmoe at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sudgylacmoe at gmail dot com Target Milestone: --- Created attachment 44727 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44727&action=edit Compiler