This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/34753] [4.3 regression] ICE with invalid template parameter in variadic template



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]