[Bug c++/47513] New: [C++0x] [SFINAE] compiler rejects valid code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47513 Summary: [C++0x] [SFINAE] compiler rejects valid code Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig
[Bug c++/82279] New: [C++17] ICE in tsubst_pack_expansion, at cp/pt.c:11514
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: s.gesemann at gmail dot com Target Milestone: --- The following code reproduces the error: template struct foo; template struct foo {}; struct bar { void memfun() {} }; int