[Bug c++/22204] [4.0/4.1 Regression] [repo] internal compiler error: Segmentation fault
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 27 20:30:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list