This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1.2: overloading resolution, operator delete
- To: aschiem at kusma dot cs dot tu-berlin dot de
- Subject: Re: egcs-1.1.2: overloading resolution, operator delete
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sat, 4 Mar 2000 13:29:42 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <199903281510.RAA00530@kusma>
> 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