[Bug c++/84001] New: ICE in dependent_type_p cp/pt.c:23567 when using member type of template parameter in template list

2018-01-23 Thread profclonk at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: profclonk at gmail dot com Target Milestone: --- Compiling this C++98 code: struct X { typedef int Obj; }; template struct Y {}; template

[Bug c++/100538] New: g++ miscompile / ICE with variadic member function pointer argument list

2021-05-11 Thread profclonk at gmail dot com via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: profclonk at gmail dot com Target Milestone: --- Created attachment 50792 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50792&action=edit Source code triggering