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]

Re: egcs-1.1.2: overloading resolution, operator delete


> egcs-1.1.2 has the following bugs on a linux system that were
> already reported for egcs-1.1.1. 
> 
> Overloading resolution: 
> =======================
> The following should be legal but does not work. I think it is a
> rather fundamental bug and I hope that it will be fixed soon.

Thanks for your bug report. This bug is still present in gcc, I've put
your report into GNATS.

> Problems with overloaded operator delete. The little test program
> results in a recursive call of  A::operator delete(void*p) 
> which causes stack overflow.

This bug is fixed in gcc 2.95.2.

Regards,
Martin

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