------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-27 20:30 ------- And another testcase, this time with an array: #include <typeinfo> template<int> struct function1 { function1() { typeid(int[100]); } }; function1<1> b;
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22204