bug report (Internal compiler error)

Martin von Loewis martin@mira.isdn.cs.tu-berlin.de
Thu Dec 3 14:57:00 GMT 1998


> And compiler said I should do bug-report. ^^;;)

Thanks for your bug report. Your code says

> lnMatrix::~lnMatrix(int nsize){
>   lnInfo *tmp;
>   lnInfo *current;

This is a bug; destructors may not have parameters. This bug has been
reported before (a surprising number of times, that is). The next
release of the compiler should fix this.

Regards,
Martin



More information about the Gcc-bugs mailing list