[egcs-19980531] Internal compiler error

Hyman Rosen hymie@prolifics.com
Thu Jun 4 17:48:00 GMT 1998


The following (illegal) C++ code generates an internal compiler error.

	template < typename T >
	struct s
	{
	};

	int main(int, char **)
	{
		s<char> a = s();
	}



More information about the Gcc-bugs mailing list