Internal compiler error 109 in g++

Klaus-Georg Adams Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Tue Feb 10 05:50:00 GMT 1998


Try compiling the following (illegal) c++ program:

int main()
{
	try {
	}
	catch (bad_alloc) {
		return 1;
	}
	return 0;
}

Egcs dies with Internal compiler error 109.

-- kga
-------------------------------------------------------------------------
Klaus-Georg Adams        Email: Klaus-Georg.Adams@chemie.uni-karlsruhe.de
Institut f. Anorg. Chemie II                           Tel: 0721 608 3485
Uni Karlsruhe
-------------------------------------------------------------------------



More information about the Gcc-bugs mailing list