------- Comment #1 from reichelt at gcc dot gnu dot org 2008-01-12 18:23 ------- Here's a similar testcase with a function instead of a nested class that also segfaults:
================================================================ template<typename... T> struct A { template<T> A(); }; A<int> a; ================================================================ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34753