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++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault


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


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