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]

bug report


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


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