This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: malloc(0) during exception throw & catch
- To: dyp at perchine dot com
- Subject: Re: malloc(0) during exception throw & catch
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 28 May 2000 00:03:22 +0200
- CC: gcc at gcc dot gnu dot org
- References: <00052618072900.16260@dyp>
> And all memory races detection tools says that there is call of
> malloc(0) inside it.
Thanks for your bug report. You did not mention what platform you are
using, so it is hard to reproduce the problem. I could not reproduce
it on i586-pc-linux-gnu, with gcc 2.95.2.
Regards,
Martin