bug report

Mathieu Dutour dutour@clipper.ens.fr
Sun May 31 09:54:00 GMT 1998


class A
	{
private:
	char *a;
public:
	operator const char *() const;
	};

void f()
	{
	A zap;
	if (zap == __null)
		;
	}
#make Internal compiler error 390.
#make a Internal compiler error 390.
#On a 
#SunOS brick 5.5 Generic_103093-14 sun4u sparc SUNW,Ultra-1
#with
#gcc version egcs-2.91.33 19980530 (gcc2 ss-980502 experimental)
#compiler



More information about the Gcc-bugs mailing list