[Bug c++/96097] ICE in dependent_type_p, at cp/pt.c:26326

bruck.michael at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 8 23:40:48 GMT 2020


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

--- Comment #5 from Michael Bruck <bruck.michael at gmail dot com> ---
Further simplified code

template <template <typename T, typename T::type> typename>
void func() {}

template <typename, int>
struct Y {};

void test()
{
    func<Y>();
}


More information about the Gcc-bugs mailing list